.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:254,214,214;--color-primary-1:255,102,102;--color-primary-2:249,51,51;--color-primary-3:248,0,0;--color-primary-4:79,7,7;--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:188,188,188;--color-tertiary-2:125,125,125;--color-tertiary-3:100,100,100;--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: 1199px) {
    html {
        width: 1200px;
    }
}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); }#yA0x2tPBsbTSB5QKcZoW8nED5yD0WOpJ { position:relative;display:none; }#yA0x2tPBsbTSB5QKcZoW8nED5yD0WOpJ { border-width: 0; border-radius: 0; }#yA0x2tPBsbTSB5QKcZoW8nED5yD0WOpJ > .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; }#yA0x2tPBsbTSB5QKcZoW8nED5yD0WOpJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#OV46AKkPUO8Z94TXygn1FrBpACffXf94 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#JTA2Kb3H0uE8QRANfl9kQoKkvlVOLQ0I { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.1875rem;top:12rem;left:14.25rem;display:none; }
#uQ3nB2QfE1hn8cTsBy7JfM8HOOPE6it5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#Ts9mJnCLbtFRpxh5pehFcoxoanfWInJ8 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:5rem;width:9.375rem;display:none; }
#lDTk1887BRodDr5xmNrl361n7Cyr0nNE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#lDTk1887BRodDr5xmNrl361n7Cyr0nNE > .row .container { background-color: transparent; background-image: none; }#lDTk1887BRodDr5xmNrl361n7Cyr0nNE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lDTk1887BRodDr5xmNrl361n7Cyr0nNE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lDTk1887BRodDr5xmNrl361n7Cyr0nNE > .row .container > .video-iframe-container { display: none; }#lDTk1887BRodDr5xmNrl361n7Cyr0nNE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lDTk1887BRodDr5xmNrl361n7Cyr0nNE > .row > .video-iframe-container { display: none; }#lDTk1887BRodDr5xmNrl361n7Cyr0nNE > .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); }#lDTk1887BRodDr5xmNrl361n7Cyr0nNE > .row .container { border-width: 0; border-radius: 0; }#lDTk1887BRodDr5xmNrl361n7Cyr0nNE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lDTk1887BRodDr5xmNrl361n7Cyr0nNE > .row .container { font-size:0.875rem;font-family:arial;height:4.8125rem;width:75rem;position:relative;display:block; }#ce34e77f62cbfc974a30d9fa60832648 { 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.625rem;width:8.125rem;top:0.0625rem;left:0.125rem;overflow:hidden;display:block; }
#r527f186e5aea03cdb376f9c907b5524 { background-color:rgba(var(--color-secondary-2),0);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;box-sizing:border-box;color:#3f3b3b;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:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.6875rem;left:20.8125rem;display:block; }
#zea03c92addf9c0441e889148a45dc8c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d90f84dfb4eeecef534a2963be750311 { background-color:rgba(var(--color-secondary-2),0);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;box-sizing:border-box;color:#3f3b3b;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:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0.6875rem;left:31.6875rem;display:block; }
#f611422ad24258d9db000bcf48ba539d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i2789ed27c4469668aac4ebd355c8c0f { background-color:rgba(var(--color-secondary-2),0);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;box-sizing:border-box;color:#3f3b3b;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:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0.6875rem;left:42.625rem;display:block; }
#t791c4d447bf751e3b83eeb7b03efecd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U0498bab704857cac8b20e5523c68024 { background-color:rgba(var(--color-secondary-2),0);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;box-sizing:border-box;color:#3f3b3b;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:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.6875rem;left:53.6875rem;display:block; }
#a8a4a8d429c9b447c1c55fe6dc220d40 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M0c36e8a7951672ad0bc05eca5be439b { background-color:#de0000;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:1.875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.46875rem;left:65.3125rem;display:block; }
#fb808933007d0dd57b0423a5645ed076 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Wd3vfSKRZTMFPKUQ5ErWbbKi7yiKIk7T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#de0000;background-image:url("https://images.assets-landingi.com/uc/8a616067-6a25-4f1d-8cd8-21163ea33f09/cover_0002_d.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Wd3vfSKRZTMFPKUQ5ErWbbKi7yiKIk7T.adaptive-delivery-prevent-bg, #Wd3vfSKRZTMFPKUQ5ErWbbKi7yiKIk7T.lazyload, #Wd3vfSKRZTMFPKUQ5ErWbbKi7yiKIk7T.lazyloading { background-image: none; }#Wd3vfSKRZTMFPKUQ5ErWbbKi7yiKIk7T > .row .container { border-width: 0; border-radius: 0; }#Wd3vfSKRZTMFPKUQ5ErWbbKi7yiKIk7T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wd3vfSKRZTMFPKUQ5ErWbbKi7yiKIk7T > .row .container { font-size:0.875rem;font-family:arial;height:24.1875rem;width:75rem;position:relative;display:none; }#f2nO55QBAVhnyiwkkVoobHQ8mDgTFs26 { z-index:15014;top:20.8125rem;left:7.5rem;background-color:#ededed;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30rem;height:3.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#DxCCE2scCoEIlfpORR8MZrNWv7LtzWBq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eDg7bkPQiafs11ta3El6q8a0rhBvtwlo { z-index:15016;top:20.8125rem;left:37.5rem;background-color:rgba(237,237,237,0.71);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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30rem;height:3.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#UJtrFuWKLzS3JVCHI7OWPWqRmoATP9rU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p6GCRILrpgey3PcRfheDJzVW21nmHJGd { color:rgba(var(--color-tertiary-0),1);display:block;width:20.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(var(--color-tertiary-4),0.5);top:3.0625rem;left:2.0625rem;height:6.9863125rem;font-style:normal;display:block; }
#QEpVnGo1so3U7wbm7BJtdp8eiE3c60yZ { color:rgba(var(--color-tertiary-0),1);display:block;width:24.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:13.91748046875rem;left:2.0625rem;height:2.03125rem;font-style:normal;display:block; }
#TxfBc1q1M0T6br3aFwr7T2vQW4Xvz1HN { color:rgba(var(--color-tertiary-0),1);display:block;width:9.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:10.6171875rem;left:6.75rem;height:2.76245rem;font-style:normal;display:block; }
#ieGNr1CimxtMNQrVoXmKp6BWRlDmnZzf { color:rgba(var(--color-tertiary-0),1);display:block;width:4.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:11.51806640625rem;left:2.0625rem;height:2.2749rem;display:block; }
#rHJuIUk6C56laNzXiRI0yxNwQcR0ZUqC { position:absolute;display:block;z-index:15147;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:12.5rem;top:13.29248046875rem;left:6.8125rem;overflow:hidden;display:block; }
#CZqTf2sPfCVJMuTUpb9lSJzntGVxcT6r { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.125rem;text-decoration:none;z-index:15071;text-align:center;text-align-last:center;top:16.82373046875rem;left:2.0625rem;display:block; }
#zMDlMZpZNlrDqxllgefwv9xTlByszHlw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eWXIPAKVS5lTtOxyspRKFqrsQJnZrVKg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:url("https://images.assets-landingi.com/uc/739ad9b4-cff3-4d3b-b30b-433a85e241c8/homepagebanner211.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eWXIPAKVS5lTtOxyspRKFqrsQJnZrVKg.adaptive-delivery-prevent-bg, #eWXIPAKVS5lTtOxyspRKFqrsQJnZrVKg.lazyload, #eWXIPAKVS5lTtOxyspRKFqrsQJnZrVKg.lazyloading { background-image: none; }#eWXIPAKVS5lTtOxyspRKFqrsQJnZrVKg > .row .container { background-color: transparent; background-image: none; }#eWXIPAKVS5lTtOxyspRKFqrsQJnZrVKg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eWXIPAKVS5lTtOxyspRKFqrsQJnZrVKg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eWXIPAKVS5lTtOxyspRKFqrsQJnZrVKg > .row .container > .video-iframe-container { display: none; }#eWXIPAKVS5lTtOxyspRKFqrsQJnZrVKg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eWXIPAKVS5lTtOxyspRKFqrsQJnZrVKg > .row > .video-iframe-container { display: none; }#eWXIPAKVS5lTtOxyspRKFqrsQJnZrVKg > .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); }#eWXIPAKVS5lTtOxyspRKFqrsQJnZrVKg > .row .container { border-width: 0; border-radius: 0; }#eWXIPAKVS5lTtOxyspRKFqrsQJnZrVKg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eWXIPAKVS5lTtOxyspRKFqrsQJnZrVKg > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:75rem;position:relative;display:block; }#GZ2KsXSsu8B8v9ZZeNoxFQS7UhagikBi { color:rgba(var(--color-tertiary-0),1);display:block;width:30.1875rem;position:absolute;font-family:raleway;font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:3.625rem;left:1rem;height:6.75rem;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; }
#QQ5LCJkG6k09ZeHDr0rqqNisa8R6CqHI { color:rgba(var(--color-tertiary-0),1);display:block;width:4rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:11.75rem;left:1rem;height:2.4375rem;font-style:normal;display:block; }
#mzstS1aGuTkbkq0Esbrpcp95eGuETsys { position:absolute;display:block;z-index:15002;background-color:#f8f9fa;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.25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.125rem;width:37.5rem;top:24.625rem;left:0rem;display:block; }
#DdyIElnnhQaH7arKRGysKAFH9NgNlJuH { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),0.83);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:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:4.125rem;width:37.5rem;top:24.624588012695rem;left:37.5rem;display:block; }
#VWPXslhITH4n8KkDDao9pwRvQEmENPtL { color:rgba(var(--color-tertiary-3),1);display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:25.874568462372rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#FgXUE6gDoD7WJEMVtNB14tTKeEQQeNEP { color:rgba(var(--color-tertiary-3),1);display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:25.874567389488rem;left:37.500002861023rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#G697qZaKAUHceldbBihf89e5gEftZWx5 { position:absolute;display:block;z-index:14999;background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(172,163,163,0.35);border-left:0.0625rem solid rgba(172,163,163,0.35);border-right:0.0625rem solid rgba(172,163,163,0.35);border-bottom:0.0625rem solid rgba(172,163,163,0.35);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:3.9375rem;width:74.875rem;top:24.6875rem;left:0rem;display:block; }
#url4HgK7DgxbgquvT0EK2qIlitXhQxsE { color:rgba(var(--color-tertiary-0),1);display:block;width:18.5625rem;position:absolute;font-family:rubik;font-size:2.5rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:11.34375rem;left:6.5rem;height:3.25rem;font-style:normal;display:block; }
#gPccWxZA7XTTGI9EVSsMhAEvCpGkNG9i { color:rgba(var(--color-tertiary-0),1);display:block;width:30.75rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:15.125rem;left:1rem;height:2.4375rem;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; }
#iAbRa5X4Bnc7JZu2DWK0lcS2owNuL0Nl { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:10.6875rem;top:14.5rem;left:6.5rem;overflow:hidden;display:block; }
#LHqb9PDOqmgkAcOKJPqihUQ5SSaOxCIx { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.1875rem;height:2.6875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:19.9375rem;left:1rem;display:block; }
#NBe8ObhmIOXc8HvDiRStkfx2VUhW6uzq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SiaPFe5txMcbkzIzTyF7Tci1HlPdruhn { position:relative;display:block; }#SiaPFe5txMcbkzIzTyF7Tci1HlPdruhn { background-color: transparent; background-image: none; }#SiaPFe5txMcbkzIzTyF7Tci1HlPdruhn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SiaPFe5txMcbkzIzTyF7Tci1HlPdruhn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SiaPFe5txMcbkzIzTyF7Tci1HlPdruhn > .row .container > .video-iframe-container { display: none; }#SiaPFe5txMcbkzIzTyF7Tci1HlPdruhn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SiaPFe5txMcbkzIzTyF7Tci1HlPdruhn > .row > .video-iframe-container { display: none; }#SiaPFe5txMcbkzIzTyF7Tci1HlPdruhn > .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); }#SiaPFe5txMcbkzIzTyF7Tci1HlPdruhn { border-width: 0; border-radius: 0; }#SiaPFe5txMcbkzIzTyF7Tci1HlPdruhn > .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; }#SiaPFe5txMcbkzIzTyF7Tci1HlPdruhn > .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:1.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XLdfSRCEHD4MzuwW5zAvNq3qcsZTfzR2 { position:relative;display:block; }#XLdfSRCEHD4MzuwW5zAvNq3qcsZTfzR2 { background-color: transparent; background-image: none; }#XLdfSRCEHD4MzuwW5zAvNq3qcsZTfzR2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XLdfSRCEHD4MzuwW5zAvNq3qcsZTfzR2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XLdfSRCEHD4MzuwW5zAvNq3qcsZTfzR2 > .row .container > .video-iframe-container { display: none; }#XLdfSRCEHD4MzuwW5zAvNq3qcsZTfzR2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XLdfSRCEHD4MzuwW5zAvNq3qcsZTfzR2 > .row > .video-iframe-container { display: none; }#XLdfSRCEHD4MzuwW5zAvNq3qcsZTfzR2 > .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); }#XLdfSRCEHD4MzuwW5zAvNq3qcsZTfzR2 { border-width: 0; border-radius: 0; }#XLdfSRCEHD4MzuwW5zAvNq3qcsZTfzR2 > .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; }#XLdfSRCEHD4MzuwW5zAvNq3qcsZTfzR2 > .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:5.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pqL4omfdLGWaUMvSnV2s6eUKBCt0LrHq { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:1.0625rem;left:4.8125rem;overflow:hidden;display:block; }
#PG9OSrSNwk0Z09LJwU4Tx8LpsOAuXU1B { 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.125rem;width:3.125rem;top:1.0625rem;left:29.8125rem;overflow:hidden;display:block; }
#gaKgi7lK8a7dQpkkNF1EPOiCIt9wxU74 { 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:3.125rem;width:3.125rem;top:1.0625rem;left:54.6875rem;overflow:hidden;display:block; }
#Coyv3oaoCk9WVRZgWTsIgTmcEobcS92R { box-sizing:content-box;height:1.125rem;width:8.3125rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #de0000, rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(90deg, #de0000, rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(90deg, #de0000, rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(90deg, #de0000, rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#de0000', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#de0000', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(90deg, #de0000, rgba(var(--color-primary-4),1));background-size:auto !important;top:1rem;left:8.9375rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#q6TA6VJxtR6UQd7D3xKSZycs3GctoHQR { color:rgba(var(--color-tertiary-0),1);display:block;width:5.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.0625rem;left:10.4375rem;height:0.97473125rem;display:block; }
#MPzNmyqhuGg6Oh4XaylgXfUSdEyd13W4 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.25rem;left:9.25rem;height:1.05615rem;display:block; }
#nA95bi0Rb9f7AAPZ2heZFo2Z1WnTe59e { color:rgba(var(--color-tertiary-1),1);display:block;width:8.25rem;position:absolute;font-family:arial;font-size:0.6875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:3.25rem;left:9.25rem;height:0.89355625rem;display:block; }
#L46iCz4afuUx0sSW2XXaVV77IXDrirXd { box-sizing:content-box;height:1.125rem;width:8.3125rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #de0000, rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(90deg, #de0000, rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(90deg, #de0000, rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(90deg, #de0000, rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#de0000', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#de0000', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(90deg, #de0000, rgba(var(--color-primary-4),1));background-size:auto !important;top:1.125rem;left:33.9375rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#zScIPl24p6ZlfD6FvihWOi7zFEWX4JOb { color:rgba(var(--color-tertiary-0),1);display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:1.1875rem;left:35.125rem;height:0.97473125rem;display:block; }
#WJtLm7aEvwFDt965FunknmBiXfsnxOel { color:rgba(var(--color-tertiary-4),1);display:block;width:11.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:2.375rem;left:34.25rem;height:1.05615rem;display:block; }
#HVoIZq4tKe41FpET6piaPegbPPwGCILC { color:rgba(var(--color-tertiary-1),1);display:block;width:8.25rem;position:absolute;font-family:arial;font-size:0.6875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:3.375rem;left:34.25rem;height:0.89355625rem;display:block; }
#H8PNuogdXF41Oql7bf4vTtBgDqGeQUXz { box-sizing:content-box;height:1.125rem;width:8.3125rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #de0000, rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(90deg, #de0000, rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(90deg, #de0000, rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(90deg, #de0000, rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#de0000', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#de0000', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(90deg, #de0000, rgba(var(--color-primary-4),1));background-size:auto !important;top:1.125rem;left:59rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#JL2ppCwwgNiLHlS1ZwR2Zayc48t2ILr5 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:2.375rem;left:59.3125rem;height:1.05615rem;display:block; }
#Chq6CcRT7pf0Bu2WTsb6lyJI7Lipev8A { color:rgba(var(--color-tertiary-0),1);display:block;width:6.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:1.1875rem;left:59.875rem;height:0.97473125rem;display:block; }
#MSHv9ImTDMOh6MdwmVup31F6wZkTX3fB { color:rgba(var(--color-tertiary-1),1);display:block;width:11.5625rem;position:absolute;font-family:arial;font-size:0.6875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:3.375rem;left:59.3125rem;height:0.89355625rem;display:block; }
#nJWHB8uWz4NOM2ZDoHhnxCvEtPvE3apq { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#NeQVGzshB8daBtrsRtHSbWoDzQOKQoTK { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#s0TiDJZgw2mMJMoffcP3chsT9Nivpzmg { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#MuqV1TR5xSiq0VeO67ua3f0951IATZhO { position:relative;display:block; }#MuqV1TR5xSiq0VeO67ua3f0951IATZhO { background-color: transparent; background-image: none; }#MuqV1TR5xSiq0VeO67ua3f0951IATZhO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MuqV1TR5xSiq0VeO67ua3f0951IATZhO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MuqV1TR5xSiq0VeO67ua3f0951IATZhO > .row .container > .video-iframe-container { display: none; }#MuqV1TR5xSiq0VeO67ua3f0951IATZhO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MuqV1TR5xSiq0VeO67ua3f0951IATZhO > .row > .video-iframe-container { display: none; }#MuqV1TR5xSiq0VeO67ua3f0951IATZhO > .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); }#MuqV1TR5xSiq0VeO67ua3f0951IATZhO { border-width: 0; border-radius: 0; }#MuqV1TR5xSiq0VeO67ua3f0951IATZhO > .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; }#MuqV1TR5xSiq0VeO67ua3f0951IATZhO > .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:0.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JEynBrx9025gsxHnefUMFldc0bAkTzS7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbf5f5;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; }#JEynBrx9025gsxHnefUMFldc0bAkTzS7 > .row .container { background-color: transparent; background-image: none; }#JEynBrx9025gsxHnefUMFldc0bAkTzS7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEynBrx9025gsxHnefUMFldc0bAkTzS7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEynBrx9025gsxHnefUMFldc0bAkTzS7 > .row .container > .video-iframe-container { display: none; }#JEynBrx9025gsxHnefUMFldc0bAkTzS7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEynBrx9025gsxHnefUMFldc0bAkTzS7 > .row > .video-iframe-container { display: none; }#JEynBrx9025gsxHnefUMFldc0bAkTzS7 > .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); }#JEynBrx9025gsxHnefUMFldc0bAkTzS7 > .row .container { border-width: 0; border-radius: 0; }#JEynBrx9025gsxHnefUMFldc0bAkTzS7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JEynBrx9025gsxHnefUMFldc0bAkTzS7 > .row .container { font-size:0.875rem;font-family:arial;height:29.8125rem;width:75rem;position:relative;display:block; }#rUgyHaBypJunrwXqS3gRm5ybFcwAAhvs { position:absolute;display:block;z-index:15007;background-color:#f1f1f1;background-image:none;background-position:top left !important;background-repeat: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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.4375rem rgba(var(--color-tertiary-4),0.21) ;height:26.8125rem;width:19.25rem;top:1.375rem;left:51.9375rem;display:block; }
#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 .widget-form-header {  }
#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 .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:16.25rem;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; }
#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 .widget-input-text { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:transparent;background-image:none;border-top:0.125rem solid #545454;border-left:0.125rem solid #545454;border-right:0.125rem solid #545454;border-bottom:0.125rem solid #545454;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:16.25rem;box-sizing:border-box;height:2.6875rem;color:#787878;font-size:0.875rem;overflow:hidden;font-family:roboto;vertical-align:top;text-align:left;text-align-last:left; }
#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 .widget-textarea { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:transparent;background-image:none;border-top:0.125rem solid #545454;border-left:0.125rem solid #545454;border-right:0.125rem solid #545454;border-bottom:0.125rem solid #545454;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:16.25rem;box-sizing:border-box;height:4.1875rem;color:#787878;font-size:0.875rem;overflow:hidden;font-family:roboto;vertical-align:top;text-align:left;text-align-last:left; }
#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 .widget-input-select { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#ededed;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.125rem solid #53585e;border-left:0.125rem solid #53585e;border-right:0.125rem solid #53585e;border-bottom:0.125rem solid #53585e;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:16.25rem;box-sizing:border-box;height:2.6875rem;color:#787878;font-family:lato;font-size:0.75rem;overflow:hidden;vertical-align:top; }
#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 .widget-input-checkbox { width:0.8125rem;height:0.8125rem;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; }
#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 .widget-input-button { border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;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:1rem;font-weight:bold;color:#f2f9ff;width:16.25rem;height:2.375rem;font-family:raleway;overflow:hidden; }
#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 [class*="-text"]:-moz-placeholder { color:#b0abac;font-family:var(--paragraphs-font-family);font-size:0.75rem;text-align:justify;text-align-last:initial;line-height:1.2; }
#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 [class*="-text"]::-moz-placeholder { color:#b0abac;font-family:var(--paragraphs-font-family);font-size:0.75rem;text-align:justify;text-align-last:initial;line-height:1.2; }
#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 [class*="-text"]:-ms-input-placeholder { color:#b0abac;font-family:var(--paragraphs-font-family);font-size:0.75rem;text-align:justify;text-align-last:initial;line-height:1.2; }
#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 [class*="-text"]::-webkit-input-placeholder { color:#b0abac;font-family:var(--paragraphs-font-family);font-size:0.75rem;text-align:justify;text-align-last:initial;line-height:1.2; }
#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 .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";font-size:0.5rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:15.1875rem;overflow:hidden;font-style:normal;line-height:1.2;float:none; }
#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 .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; }
#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 .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; }
#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 .widget-container { padding-top:0.4375rem;padding-right:0;padding-bottom:0.375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 .widget-container:first-of-type{padding-top:0;}#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 .widget-container:last-of-type{padding-bottom:0;}#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:1.625rem;left:52.1875rem; }
#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:16.25rem;display:block;vertical-align:top; }
#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 .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; }
#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 {display:block;}#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:1.625rem;left:52.1875rem; }
#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 #nMPEoibf2hxPXyKHgAsrUIRVk3FxQMf2 { position:relative; }
#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 #udfIc9zV2zpFPaBqJyBAumFh9QJ2dTcf { position:relative;display:none; }
#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 #AfG24wLNiBo7kQ0Ru3B6nwDctSbHUfhh { position:relative; }
#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 #BO1DHxHNsxsZAOhvFI5QI6K28McUESAT { position:relative; }
#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 #Upcmrxx1sfH7b3fEThaTVIrLqw1BPbQO { position:relative;display:none; }
#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 #sB53UyywBkXZIaDGPRFP1AhwICHoblKX { position:relative; }
#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 #aLyOKwxU5QPBt3VCXbcIgcV2bW1JUQv6 { position:relative; }
#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 #oaCubVumJzeOZFhO18oDE8lO8eZPNi95 { position:relative;display:none; }
#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 #GIINqHId7laDHH8BPUU6cdwnfs6W3knt { position:relative; }
#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 #hoZ2rHThUEyAiBr4J11a4ivLrMgKzKTx { position:relative; }
#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 #Z1rfiIyWHiQMHXJtmo1x0EL3yyNyunSQ { position:relative;display:block; }
#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 #EGFWuda8zb1QiQ5cvdgtPe3vEDQUrTNc { position:relative; }
#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 #PXf6ELoinWc9LLKVtnaMH6gCNk8oJrka { position:relative; }
#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 #QwCfvdSigSeTG2R5PBytD0Bhuipm9ier { position:relative;z-index:2; }
#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 #C5TLwMMD8Thfq1T0TTH4Q5zNcdznmTzv { position:relative; }
#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 #yH4EPDoO2cuCAfBsMWmH8X4pwclT4zxQ { position:relative; }
#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 #L2uAWgikbKB72T8JCc7De8ykbiF2pWhk { position:relative; }
#tBv2cbDk57M4wmAUTCyxUPpZyWGa8dbN { color:#53585e;display:block;width:34.6875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:7.7568359375rem;left:0rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HkwAr0c6xNOTF6kSqwOWGgCSNiX9a3SC { color:#4f0707;display:block;width:37.4375rem;position:absolute;font-family:lato;font-size:2.0625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:1.03173828125rem;left:0rem;height:5.361325rem;text-align:left;text-align-last:left;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; }
#hukThmg7uexkKhxFpiSgGElnihQytaqy { color:rgba(var(--color-tertiary-4),1);display:block;width:43.25rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.6;letter-spacing:0;top:11.0625rem;left:0rem;height:13.8203125rem;text-align:justify;text-align-last:initial;display:block; }#hukThmg7uexkKhxFpiSgGElnihQytaqy li:not(:first-child){ padding-top:0.875rem;padding-right:0;padding-bottom:0;padding-left:0; }#hukThmg7uexkKhxFpiSgGElnihQytaqy li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e0e6ca9de14a26a337f2180e8aa6bc3ce75ce723.svg); }
#TKKCwPnTw65TBB7z0gZQWpmd8OlCTQVp { background-color:#de0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.5625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:26.5rem;left:9.625rem;display:block; }
#IRPD6EL8Eo3SL15QrJSFf27wXWUAGzJ1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dkXVFXLIUtV9lD83f3zmsxWxWXNJUBVb { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #de0000;border-left:0.1875rem solid #de0000;border-right:0.1875rem solid #de0000;border-bottom:0.1875rem solid #de0000;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:#de0000;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:9.375rem;height:2.5625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:26.5rem;left:29.75rem;display:block; }
#W6xmcfEJpU62Ey2ASZC6TlRp1w1BSBH7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O37LMXQQPbihTS8vi7wkagqDPdOwPmOO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#O37LMXQQPbihTS8vi7wkagqDPdOwPmOO > .row .container { background-color: transparent; background-image: none; }#O37LMXQQPbihTS8vi7wkagqDPdOwPmOO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O37LMXQQPbihTS8vi7wkagqDPdOwPmOO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O37LMXQQPbihTS8vi7wkagqDPdOwPmOO > .row .container > .video-iframe-container { display: none; }#O37LMXQQPbihTS8vi7wkagqDPdOwPmOO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O37LMXQQPbihTS8vi7wkagqDPdOwPmOO > .row > .video-iframe-container { display: none; }#O37LMXQQPbihTS8vi7wkagqDPdOwPmOO > .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); }#O37LMXQQPbihTS8vi7wkagqDPdOwPmOO > .row .container { border-width: 0; border-radius: 0; }#O37LMXQQPbihTS8vi7wkagqDPdOwPmOO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O37LMXQQPbihTS8vi7wkagqDPdOwPmOO > .row .container { font-size:0.875rem;font-family:arial;height:1.1875rem;width:75rem;position:relative;display:block; }#m9bl0NZ9FIq0AN6TBT52t7fb8SmbHGgJ { position:relative;display:block; }#m9bl0NZ9FIq0AN6TBT52t7fb8SmbHGgJ { background-color: transparent; background-image: none; }#m9bl0NZ9FIq0AN6TBT52t7fb8SmbHGgJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9bl0NZ9FIq0AN6TBT52t7fb8SmbHGgJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9bl0NZ9FIq0AN6TBT52t7fb8SmbHGgJ > .row .container > .video-iframe-container { display: none; }#m9bl0NZ9FIq0AN6TBT52t7fb8SmbHGgJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9bl0NZ9FIq0AN6TBT52t7fb8SmbHGgJ > .row > .video-iframe-container { display: none; }#m9bl0NZ9FIq0AN6TBT52t7fb8SmbHGgJ > .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); }#m9bl0NZ9FIq0AN6TBT52t7fb8SmbHGgJ { border-width: 0; border-radius: 0; }#m9bl0NZ9FIq0AN6TBT52t7fb8SmbHGgJ > .row .container > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#m9bl0NZ9FIq0AN6TBT52t7fb8SmbHGgJ > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:6.8125rem;width:75rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; }#o8TGUIL5KUuQPSBw6UwJyrqlLD9bBm59 { color:rgba(var(--color-tertiary-0),1);display:block;width:28.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.9375rem;left:1rem;height:2.76245rem;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; }
#GCm7TKiDXkC7JZ03sFl7v0vM0RL9lM6p { color:rgba(var(--color-tertiary-1),1);display:block;width:26.3125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:15142;line-height:1.6;letter-spacing:0;top:4.25rem;left:1rem;height:1.5rem;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; }
#Gdgci8s2KuL9nszmkfF55lDna8P0lVlT { position:relative;display:block; }#Gdgci8s2KuL9nszmkfF55lDna8P0lVlT { background-color: transparent; background-image: none; }#Gdgci8s2KuL9nszmkfF55lDna8P0lVlT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gdgci8s2KuL9nszmkfF55lDna8P0lVlT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gdgci8s2KuL9nszmkfF55lDna8P0lVlT > .row .container > .video-iframe-container { display: none; }#Gdgci8s2KuL9nszmkfF55lDna8P0lVlT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gdgci8s2KuL9nszmkfF55lDna8P0lVlT > .row > .video-iframe-container { display: none; }#Gdgci8s2KuL9nszmkfF55lDna8P0lVlT > .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); }#Gdgci8s2KuL9nszmkfF55lDna8P0lVlT { border-width: 0; border-radius: 0; }#Gdgci8s2KuL9nszmkfF55lDna8P0lVlT > .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; }#Gdgci8s2KuL9nszmkfF55lDna8P0lVlT > .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:35.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Kxs5yp7mwM7sxcuA0TbQPJd7ld5a5Mq3 { color:rgba(var(--color-tertiary-2),1);display:block;width:6.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15061;line-height:1.3;letter-spacing:0;top:8.75rem;left:39.9375rem;height:0.97473125rem;display:block; }
#CsVbLIxMOQtNCcy1VrI7gexI7sQt4K0A { box-sizing:content-box;height:2.1875rem;width:16.875rem;position:absolute;display:block;z-index:15119;background-color:rgba(241,233,235,0.72);background-image:none;top:11.6875rem;left:38.4375rem;display:block; }
#RxBQcthFNoe97SGx09bzTZFdSlaSkotL { color:rgba(var(--color-tertiary-4),1);display:block;width:11.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15120;line-height:1.3;letter-spacing:0;top:12.130859375rem;left:41.21875rem;height:1.29980625rem;font-style:normal;display:block; }
#dbZ3lEin9wuTsKFwCX6ryOT81Fy3GU8Q { position:absolute;display:block;z-index:15112;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.5rem;width:2.5rem;top:17.125rem;left:39.9375rem;overflow:hidden;display:block; }
#pWqVAUK09lp6sCFO7HzX85oqQ9U99IDP { color:rgba(var(--color-tertiary-4),1);display:block;width:5.4375rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15114;line-height:1.3;letter-spacing:0;top:17.3125rem;left:43.5rem;height:1.13769375rem;display:block; }
#u9tac0fO2rqQhUWqqEtgoElTbxnVNI4X { color:rgba(var(--color-tertiary-4),1);display:block;width:4.875rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15115;line-height:1.3;letter-spacing:0;top:18.4375rem;left:43.5rem;height:1.13769375rem;display:block; }
#mUxxTTRa6enIK5JcgVAZ6Jgonrhg2gTU { position:absolute;display:block;z-index:15113;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.5rem;width:2.5rem;top:20.0625rem;left:39.9375rem;overflow:hidden;display:block; }
#V1GTTGQzxFCcdKnPRcRn6IRaer6KhRL0 { color:rgba(var(--color-tertiary-4),1);display:block;width:5.4375rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15116;line-height:1.3;letter-spacing:0;top:20.1875rem;left:43.5rem;height:1.13769375rem;display:block; }
#vsBJFHpl8ufibNwymBzMHbx29Jb5xN7C { color:rgba(var(--color-tertiary-4),1);display:block;width:4.875rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15117;line-height:1.3;letter-spacing:0;top:21.3125rem;left:43.5rem;height:1.13769375rem;display:block; }
#xHEWvxFiNzR2i683yuU2bWx5c8h7SZgl { position:absolute;display:block;z-index:15115;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.5rem;width:2.5rem;top:23rem;left:39.9375rem;overflow:hidden;display:block; }
#UVHHnoIvcvxxZQyEtZXgktN8Z3BhrTdf { color:rgba(var(--color-tertiary-4),1);display:block;width:9.875rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15118;line-height:1.3;letter-spacing:0;top:23.9375rem;left:43.5rem;height:1.13769375rem;display:block; }
#zhUsuMJwQkl9ocSqKllDxFIXsgmuOKSE { position:absolute;display:block;z-index:15108;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.5rem;width:2.5rem;top:25.9375rem;left:39.9375rem;overflow:hidden;display:block; }
#IflpzHfVU2ynZTNXM3aUF3dgBP8NLz2D { color:rgba(var(--color-tertiary-4),1);display:block;width:8.1875rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15116;line-height:1.3;letter-spacing:0;top:26.125rem;left:43.5rem;height:1.13769375rem;display:block; }
#QFTE0pCREPMolHPPBy5qKy60yGRprl15 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.5625rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15117;line-height:1.3;letter-spacing:0;top:27.25rem;left:43.5rem;height:2.2734375rem;display:block; }
#Z6JoLJ8QNz4TH1SmxdA1fBpGpA979WX1 { background-color:rgba(var(--color-tertiary-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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color: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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.125rem;text-decoration:none;z-index:15070;text-align:center;text-align-last:center;top:32rem;left:41.875rem;display:block; }
#VAC24mU5VAwOfAaMEOuJ6bcENxoI0Tlu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LXi1nTU7A4AIkvGU39kdLH8thkr5G3ib { box-sizing:content-box;height:33.75rem;width:16.875rem;position:absolute;display:block;z-index:15047;background-color:rgba(0,0,0,0);background-image:none;top:0.875rem;left:38.375rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);display:block; }
#lODUeQHbPtVeyJqOgBpTETJXynwNfWqo { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:3.0625rem;left:39.9375rem;height:1.29980625rem;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; }
#eKmN6sqw7EuHthxb8UqcwXALVMtaaHVP { color:rgba(var(--color-tertiary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:5.9375rem;left:39.9375rem;height:0.97473125rem;display:block; }
#llNOpePMV3L6uMlKBoZqT0NAUPP7uNxT { color:rgba(var(--color-tertiary-4),1);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:6.875rem;left:39.9375rem;height:1.7871125rem;font-style:normal;display:block; }
#G0WH5poukGm70vTdPc8aELrtlp9wzRAH { box-sizing:content-box;height:33.75rem;width:16.875rem;position:absolute;display:block;z-index:15067;background-color:rgba(0,0,0,0);background-image:none;top:0.875rem;left:57.125rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);display:block; }
#dNRItaCdFBBxnAvlP1ScK1ZovWG6qXxI { color:rgba(var(--color-tertiary-4),1);display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15070;line-height:1.3;letter-spacing:0;top:3.0625rem;left:58.6875rem;height:1.29980625rem;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; }
#SNdHg5MIP3UfFf7LdUVNhhEtBg5EKkTt { color:rgba(var(--color-tertiary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:5.9375rem;left:58.6875rem;height:0.97473125rem;display:block; }
#a8yzdvoTeWc7uSIzxUpKntgV2cD36toA { color:rgba(var(--color-tertiary-4),1);display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15077;line-height:1.3;letter-spacing:0;top:6.875rem;left:58.6875rem;height:1.7871125rem;font-style:normal;display:block; }
#LmWDN8ft7VOKzKxtMSHBA4mrzOdoRx5U { color:rgba(var(--color-tertiary-2),1);display:block;width:6.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15081;line-height:1.3;letter-spacing:0;top:8.75rem;left:58.6875rem;height:0.97473125rem;display:block; }
#lAVMKDLCX71Tlg0fLke47D3ECxSaMXpq { box-sizing:content-box;height:2.1875rem;width:16.875rem;position:absolute;display:block;z-index:15139;background-color:rgba(241,233,235,0.72);background-image:none;top:11.6875rem;left:57.1875rem;display:block; }
#A1WF9cb2uTvi9LJsu5II4AK120oGAeCs { color:rgba(var(--color-tertiary-4),1);display:block;width:11.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15140;line-height:1.3;letter-spacing:0;top:12.130859375rem;left:59.90625rem;height:1.29980625rem;font-style:normal;display:block; }
#c8rM1mZZokK91rTML80TLiMCtT4yoCnl { position:absolute;display:block;z-index:15099;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.5rem;width:2.5rem;top:15.4375rem;left:58.875rem;overflow:hidden;display:block; }
#tC4zVvnQ0Axc9TBJaErJu23WcTDEvkHb { color:rgba(var(--color-tertiary-4),1);display:block;width:5.4375rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15101;line-height:1.3;letter-spacing:0;top:15.625rem;left:62.4375rem;height:1.13769375rem;display:block; }
#EJRm4WynBfJi1hGBFBbRC0MeVmOAIDlT { color:rgba(var(--color-tertiary-4),1);display:block;width:4.875rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15102;line-height:1.3;letter-spacing:0;top:16.75rem;left:62.4375rem;height:1.13769375rem;display:block; }
#iuiezsWZIGyMl0AqTq9cL6H3KiTl51XG { position:absolute;display:block;z-index:15100;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.5rem;width:2.5rem;top:18.375rem;left:58.875rem;overflow:hidden;display:block; }
#zxhBTNBHxFllHtp4uHHNRSoqVqrEM1Pw { color:rgba(var(--color-tertiary-4),1);display:block;width:5.4375rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15103;line-height:1.3;letter-spacing:0;top:18.5rem;left:62.4375rem;height:1.13769375rem;display:block; }
#ByLqgltJLFEFPDE5qHy2BpTiTmTzAl6u { color:rgba(var(--color-tertiary-4),1);display:block;width:4.875rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15104;line-height:1.3;letter-spacing:0;top:19.625rem;left:62.4375rem;height:1.13769375rem;display:block; }
#DcorTKS0JagxrxPUnTW8PkwHVQR925aH { position:absolute;display:block;z-index:15103;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.5rem;width:2.5rem;top:21.3125rem;left:58.875rem;overflow:hidden;display:block; }
#qlRkHppD6ynbvE4uJZXZTPh27GNLdEbo { color:rgba(var(--color-tertiary-4),1);display:block;width:6rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15107;line-height:1.3;letter-spacing:0;top:22rem;left:62.4375rem;height:1.13769375rem;display:block; }
#u9R4ceavK0B0pcHCXyV35lFKaUwbow2C { position:absolute;display:block;z-index:15102;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.5rem;width:2.5rem;top:24.0625rem;left:58.875rem;overflow:hidden;display:block; }
#TkJvtITE2Iq2qcE8dMNlw3shWX5dNkOP { color:rgba(var(--color-tertiary-4),1);display:block;width:9.875rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15105;line-height:1.3;letter-spacing:0;top:25rem;left:62.4375rem;height:1.13769375rem;display:block; }
#EmoZQxiFLaJiF2I5GrX8lBnKCQeSV02C { position:absolute;display:block;z-index:15095;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.5rem;width:2.5rem;top:27rem;left:58.875rem;overflow:hidden;display:block; }
#xzQHklPvanUNR0Qcw9OsfEeLShfKpfQC { color:rgba(var(--color-tertiary-4),1);display:block;width:5.4375rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15103;line-height:1.3;letter-spacing:0;top:27.1875rem;left:62.4375rem;height:1.13769375rem;display:block; }
#vDWTaUbqyUUDeWvqSSPbr8HHUwGr8RuZ { color:rgba(var(--color-tertiary-4),1);display:block;width:8.875rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15104;line-height:1.3;letter-spacing:0;top:28.3125rem;left:62.4375rem;height:1.13769375rem;display:block; }
#rb9xAGz5n0weW004xUlTZGKpSQwCuWw2 { background-color:rgba(var(--color-tertiary-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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color: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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.125rem;text-decoration:none;z-index:15090;text-align:center;text-align-last:center;top:31.9375rem;left:60.5625rem;display:block; }
#eOrGVTNxD8fDQuUE9VT2vDdp2hasyqXD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P9uuOJpVIniA09SlZASLpa4OsoUdvNfU { color:rgba(var(--color-tertiary-4),1);display:block;width:29.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15141;line-height:1.6;letter-spacing:0;top:3.412109375rem;left:0.875rem;height:5.3984375rem;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; }
#no2OLeZyRUcrCcJLL9OU8BsakIyBXyFX { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15142;line-height:1.3;letter-spacing:0;top:10.25rem;left:1rem;height:2.2734375rem;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; }
#nQbm2qSIVMCQn4kNcILMo9gJK7IhTfBf { color:rgba(var(--color-tertiary-4),1);display:block;width:34.0625rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15143;line-height:1.3;letter-spacing:0;top:31.599609375rem;left:0.875rem;height:2.923825rem;display:block; }
#WzIW7odhE120I4EZF7A25TsGp9dRFZoX { position:absolute;display:block;z-index:15303;height:0.6875rem;width:0.6875rem;top:12.25rem;left:52.53125rem;display:block; }
#n7z1ASmFXEiyTSPDnolNZoI4f0qA69yN { position:absolute;display:block;z-index:15304;height:0.6875rem;width:0.6875rem;top:12.25rem;left:71.34375rem;display:block; }
#gM1ohKm8rqT3ltSa5t2Oxh6TVpCEgurI { color:rgba(var(--color-tertiary-2),1);display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15303;line-height:1.3;letter-spacing:0;top:1.96240234375rem;left:39.9375rem;height:0.97473125rem;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; }
#ZrtLsTxzP4ci95gPnskQaLgblmJMzpPf { color:rgba(var(--color-tertiary-2),1);display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15304;line-height:1.3;letter-spacing:0;top:1.9375rem;left:58.6875rem;height:0.97473125rem;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; }
#iusdJZooH7KCIKqXlksgL6LLC5x4B7ZV { position:relative;display:block; }#iusdJZooH7KCIKqXlksgL6LLC5x4B7ZV { background-color: transparent; background-image: none; }#iusdJZooH7KCIKqXlksgL6LLC5x4B7ZV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iusdJZooH7KCIKqXlksgL6LLC5x4B7ZV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iusdJZooH7KCIKqXlksgL6LLC5x4B7ZV > .row .container > .video-iframe-container { display: none; }#iusdJZooH7KCIKqXlksgL6LLC5x4B7ZV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iusdJZooH7KCIKqXlksgL6LLC5x4B7ZV > .row > .video-iframe-container { display: none; }#iusdJZooH7KCIKqXlksgL6LLC5x4B7ZV > .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); }#iusdJZooH7KCIKqXlksgL6LLC5x4B7ZV { border-width: 0; border-radius: 0; }#iusdJZooH7KCIKqXlksgL6LLC5x4B7ZV > .row .container > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#iusdJZooH7KCIKqXlksgL6LLC5x4B7ZV > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:6.8125rem;width:75rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; }#wOOLI4WsptbE7tsyiwA4xUTxwSXlEcUB { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.5625rem;left:1rem;height:2.76245rem;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; }
#gaU9PlmLailO9ht6N0C1ueXRArWiWyeq { color:rgba(var(--color-tertiary-1),1);display:block;width:52.125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:15143;line-height:1.6;letter-spacing:0;top:4.16796875rem;left:1rem;height:1.5rem;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; }
#llBGrFGsLDvU7mGsoDe8QdXVMMKOnka1 { position:absolute;display:block;z-index:15147;height:1.6875rem;width:2.5625rem;top:3.32421875rem;left:69.375rem;display:block; }
#SrwsuRhiwEfTNeocewECsfLsTT61JAq9 { position:relative;display:block; }#SrwsuRhiwEfTNeocewECsfLsTT61JAq9 { background-color: transparent; background-image: none; }#SrwsuRhiwEfTNeocewECsfLsTT61JAq9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrwsuRhiwEfTNeocewECsfLsTT61JAq9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrwsuRhiwEfTNeocewECsfLsTT61JAq9 > .row .container > .video-iframe-container { display: none; }#SrwsuRhiwEfTNeocewECsfLsTT61JAq9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrwsuRhiwEfTNeocewECsfLsTT61JAq9 > .row > .video-iframe-container { display: none; }#SrwsuRhiwEfTNeocewECsfLsTT61JAq9 > .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); }#SrwsuRhiwEfTNeocewECsfLsTT61JAq9 { border-width: 0; border-radius: 0; }#SrwsuRhiwEfTNeocewECsfLsTT61JAq9 > .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; }#SrwsuRhiwEfTNeocewECsfLsTT61JAq9 > .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:40.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KnZ1pZmKkkggTo2Q1o21OVW0wa2ovTtQ { box-sizing:content-box;height:37.5rem;width:16.875rem;position:absolute;display:block;z-index:15073;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.5rem;left:38.375rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);box-shadow: none;display:block; }
#NqDcOlIiR6zLRPEoMTdoJdO3hLED06pw { color:rgba(var(--color-tertiary-4),1);display:block;width:15.1875rem;position:absolute;font-family:"open sans";font-size:0.5625rem;font-weight:normal;z-index:15181;line-height:1.2;letter-spacing:0;top:26.5625rem;left:39.5rem;height:3.999025rem;text-align:left;text-align-last:left;display:block; }#NqDcOlIiR6zLRPEoMTdoJdO3hLED06pw li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NqDcOlIiR6zLRPEoMTdoJdO3hLED06pw li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_94958409712aaf50a1b789e8b55b67f72eb7e374.svg); }
#zWbVcck8EsPfmIcpE1wVTZ70856WgQki { position:absolute;display:block;z-index:15172;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.5rem;width:2.5rem;top:17.4375rem;left:39.5rem;overflow:hidden;display:block; }
#tzSuTSW5tyzsGzKmHtCv52u1FR8qsWqK { color:rgba(var(--color-tertiary-4),1);display:block;width:5.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:700;z-index:15170;line-height:1.3;letter-spacing:0;top:16.3125rem;left:39.5rem;height:0.89355625rem;font-style:normal;display:block; }
#JXBAsg0xfG9nTwhgnRHoTWtGCPGAq3wV { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15169;line-height:1.3;letter-spacing:0;top:11.4375rem;left:39.5rem;height:1.13769375rem;font-style:normal;display:block; }
#RbapnHwwnyGTecQ15m4hl3UvxGe4vKvd { color:rgba(var(--color-tertiary-4),1);display:block;width:4.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15168;line-height:1.3;letter-spacing:0;top:10.5rem;left:39.5rem;height:0.97473125rem;font-style:normal;display:block; }
#FrS9vP4CFEMuZvMCluTP2RpEJvvlXaIL { position:absolute;display:block;z-index:15168;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.4375rem;width:15.625rem;top:7.625rem;left:39.5rem;overflow:hidden;display:block; }
#ta1FzMsM6dCtao4OEuO2MgxRQw8VZUn6 { color:rgba(var(--color-tertiary-4),1);display:block;width:4.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15167;line-height:1.3;letter-spacing:0;top:6.0625rem;left:39.5rem;height:1.29980625rem;font-style:normal;display:block; }
#OSmtyEDua4LFXsmg4f16xtAmNh8itDTQ { color:rgba(var(--color-tertiary-4),1);display:block;width:4.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15166;line-height:1.3;letter-spacing:0;top:5.125rem;left:39.5rem;height:0.97473125rem;font-style:normal;display:block; }
#i4dSutdbP6aySZqHFVbf60stBSZOohR4 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15076;line-height:1.3;letter-spacing:0;top:3.375rem;left:39.5rem;height:1.29980625rem;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; }
#UER2H9HpZ2BKepmIvVovPfExs1xgwnho { color:rgba(var(--color-tertiary-2),1);display:block;width:6.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15110;line-height:1.3;letter-spacing:0;top:34.625rem;left:39.5rem;height:0.89355625rem;display:block; }
#eBeo9bh9rHrEGVkM83lgiOGcnaG7TWxT { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15106;line-height:1.3;letter-spacing:0;top:32.8125rem;left:39.5rem;height:1.7871125rem;font-style:normal;display:block; }
#BkShIkSTKndfwyNzNSSKk7mquJoXq6Ut { color:rgba(var(--color-tertiary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15105;line-height:1.3;letter-spacing:0;top:31.875rem;left:39.5625rem;height:0.97473125rem;display:block; }
#UekZ51U3Sse2tWxPtc6sv8M48lfC7heV { background-color:rgba(var(--color-tertiary-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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color: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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:2.125rem;text-decoration:none;z-index:15095;text-align:center;text-align-last:center;top:36.4560546875rem;left:46.4375rem;display:block; }
#cheHRHQ6G99aJvLswrLUUei8KQJQme0y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z76VsUgIrXgzeyOurblB4BeKEIx3ZiHZ { position:absolute;display:block;z-index:15301;height:0.6875rem;width:0.6875rem;top:16.125rem;left:45.75rem;display:block; }
#LaZ5CWPTcGiAJknqTl7LLV5reQO7GyT0 { box-sizing:content-box;height:1.25rem;width:5.375rem;position:absolute;display:block;z-index:15149;background-color:#de0000;background-image:none;top:0.9375rem;left:1.9375rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#HmXWcFBC3tT4wv1Nc9AAeu7hKnZWq7MU { color:rgba(var(--color-tertiary-0),1);display:block;width:4.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15150;line-height:1.3;letter-spacing:0;top:1rem;left:2.6875rem;height:1.05615rem;font-style:normal;display:block; }
#eNnVl7cHD2ErPfTpsBBNlfccLzIiN6T6 { box-sizing:content-box;height:37.5rem;width:16.875rem;position:absolute;display:block;z-index:15048;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.5rem;left:0.8125rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);box-shadow: none;display:block; }
#LbRQibUibv9PZQ95VHu3h8BTmMq0FeTM { color:rgba(var(--color-tertiary-4),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:3.375rem;left:1.9375rem;height:1.29980625rem;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; }
#VHuqnwdK6KkIAha8ALHt4NrSwRPBrQnm { color:rgba(var(--color-tertiary-4),1);display:block;width:4.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15141;line-height:1.3;letter-spacing:0;top:5.125rem;left:1.9375rem;height:0.97473125rem;font-style:normal;display:block; }
#JRyxwFxRH5MNI0wupQiU3pT55WeacB1A { box-sizing:content-box;height:37.5rem;width:16.875rem;position:absolute;display:block;z-index:15073;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.5rem;left:19.5625rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);box-shadow: none;display:block; }
#KTkPFBJxVSLxR32quWiEaKTFgPalU0Ev { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15076;line-height:1.3;letter-spacing:0;top:3.375rem;left:20.46875rem;height:1.29980625rem;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; }
#fVRDwL45DTt4Sf0m74sfxgfKfXzHvMOT { color:rgba(var(--color-tertiary-4),1);display:block;width:4.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15166;line-height:1.3;letter-spacing:0;top:5.125rem;left:20.6875rem;height:0.97473125rem;font-style:normal;display:block; }
#ha6PnMRT6n7e9r44x0tKTnOnHI7lZqmQ { box-sizing:content-box;height:1.25rem;width:5.375rem;position:absolute;display:block;z-index:15151;background-color:#de0000;background-image:none;top:0.9375rem;left:20.6875rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#bQ2qChrdwP2GgVzlxxAfuFf8qeFRzsJq { color:rgba(var(--color-tertiary-0),1);display:block;width:4.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15152;line-height:1.3;letter-spacing:0;top:1rem;left:21.4375rem;height:1.05615rem;font-style:normal;display:block; }
#UOO963fK8dpWxTLn8okALdhz7ZlsUbrT { color:rgba(var(--color-tertiary-4),1);display:block;width:4.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15142;line-height:1.3;letter-spacing:0;top:6.0625rem;left:1.9375rem;height:1.29980625rem;font-style:normal;display:block; }
#K3WvnH80q1OOBf0g3wykyt9x65T5zsNy { color:rgba(var(--color-tertiary-4),1);display:block;width:4.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15167;line-height:1.3;letter-spacing:0;top:6.0625rem;left:20.6875rem;height:1.29980625rem;font-style:normal;display:block; }
#J2kqWFlSlQL6zTixJkULAayfag6Kr7ds { position:absolute;display:block;z-index:15143;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.4375rem;width:15.625rem;top:7.625rem;left:1.9375rem;overflow:hidden;display:block; }
#kSAJCs8FVQCtykhya2wkHfR6BHAvUQ6t { position:absolute;display:block;z-index:15168;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.4375rem;width:15.625rem;top:7.625rem;left:20.6875rem;overflow:hidden;display:block; }
#grVJp9AZpqGhl9K36qge04mUsA7PXRuq { color:#de0000;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15144;line-height:1.3;letter-spacing:0;top:8.375rem;left:1.9375rem;height:0.97473125rem;font-style:normal;display:block; }
#v6iUk9qrtgbQxsSONKHwoprG3dLN83GN { color:rgba(var(--color-tertiary-4),1);display:block;width:4.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15143;line-height:1.3;letter-spacing:0;top:10.5rem;left:1.9375rem;height:0.97473125rem;font-style:normal;display:block; }
#JhHBdi5ql04CtkN9BPReEV4ypvQRiEu2 { color:rgba(var(--color-tertiary-4),1);display:block;width:4.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15168;line-height:1.3;letter-spacing:0;top:10.5rem;left:20.6875rem;height:0.97473125rem;font-style:normal;display:block; }
#gmoDZNiSesZUpvf0XcBr9Ng5yF1rJgeU { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15144;line-height:1.3;letter-spacing:0;top:11.4375rem;left:1.9375rem;height:1.13769375rem;font-style:normal;display:block; }
#OR3EPQENUpWbrDLfewW7qwHzmLV2h50x { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15169;line-height:1.3;letter-spacing:0;top:11.4375rem;left:20.6875rem;height:1.13769375rem;font-style:normal;display:block; }
#qvPxc9iGg3utVdC3Pxz0FbqkbTFUfHGK { position:absolute;display:block;z-index:15145;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.5rem;width:2.5rem;top:13.1875rem;left:1.9375rem;overflow:hidden;display:block; }
#CM89fXpVR7wWhU1BWkF9T1PmlHFonC4g { position:absolute;display:block;z-index:15146;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.5rem;width:2.5rem;top:13.1875rem;left:5.0625rem;overflow:hidden;display:block; }
#vMmgg3aihKZzvV6vTR3phTHaLPFy5Xv5 { position:absolute;display:block;z-index:15171;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.5rem;width:2.5rem;top:13.1875rem;left:20.6875rem;overflow:hidden;display:block; }
#LJ3G50F56Pc1P2xQJOXhG7WocamXGCOF { color:rgba(var(--color-tertiary-4),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:700;z-index:15145;line-height:1.3;letter-spacing:0;top:16.3125rem;left:1.9375rem;height:0.89355625rem;font-style:normal;display:block; }
#ms6fa7BgQOEpp2JBixEcSmEJGNeg37uo { position:absolute;display:block;z-index:15147;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.5rem;width:2.5rem;top:17.4375rem;left:11.3125rem;overflow:hidden;display:block; }
#NIg0B6JWiDOyLJvatW9vWsGK34ra3xHN { position:absolute;display:block;z-index:15148;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.5rem;width:2.5rem;top:17.4375rem;left:1.9375rem;overflow:hidden;display:block; }
#tVStrhBwzSKP6TdBKIa82wiMPryT7Rhg { position:absolute;display:block;z-index:15149;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.5rem;width:2.5rem;top:17.4375rem;left:5.0625rem;overflow:hidden;display:block; }
#demZc9NAmkXOHolD7SodMpkq9h5ntV3n { position:absolute;display:block;z-index:15150;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.5rem;width:2.5rem;top:17.4375rem;left:8.1875rem;overflow:hidden;display:block; }
#E7Ty6crvhc1t4hTAAp3Hw2oq4VfWR7Lv { color:rgba(var(--color-tertiary-4),1);display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:700;z-index:15170;line-height:1.3;letter-spacing:0;top:16.3125rem;left:20.6875rem;height:0.89355625rem;font-style:normal;display:block; }
#zsW6Nfo0tklSEZMdgXqwLwPa9BSTAw7X { position:absolute;display:block;z-index:15172;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.5rem;width:2.5rem;top:17.4375rem;left:23.8125rem;overflow:hidden;display:block; }
#ZzJJcIwlqCkB2rBdlbqyAd3m3drvUhVd { position:absolute;display:block;z-index:15175;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.5rem;width:2.5rem;top:17.4375rem;left:20.6875rem;overflow:hidden;display:block; }
#cTTAWZvqFF8tGJW5xRVl8flxvfqr8TAq { position:absolute;display:block;z-index:15297;height:0.6875rem;width:0.6875rem;top:16.3125rem;left:8.125rem;display:block; }
#olaaSRme2balqZTO0qcVHUGDkTXIHKcb { position:absolute;display:block;z-index:15298;height:0.6875rem;width:0.6875rem;top:16.1875rem;left:26.875rem;display:block; }
#G0iSGfoN0nkXydwBJBgrlgwZyiANMHSL { box-sizing:content-box;height:5.625rem;width:16.875rem;position:absolute;display:block;z-index:15151;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),1), #de0000);background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),1), #de0000);background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),1), #de0000);background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),1), #de0000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#de0000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#de0000' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),1), #de0000);background-size:auto !important;top:20.5625rem;left:0.875rem;display:block; }
#CIb74qPi7kwGLh99GVi1kdyuIeRSLywg { color:rgba(var(--color-tertiary-0),1);display:block;width:6.5625rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:700;z-index:15152;line-height:1.3;letter-spacing:0;top:21.0625rem;left:1.9375rem;height:0.97473125rem;font-style:normal;display:block; }
#dEwDHl04Kii90Q2bHuXTb0sk8z0W8Qan { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:700;z-index:15153;line-height:1.3;letter-spacing:0;top:22.25rem;left:2.25rem;height:3.3056625rem;font-style:normal;display:block; }#dEwDHl04Kii90Q2bHuXTb0sk8z0W8Qan li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dEwDHl04Kii90Q2bHuXTb0sk8z0W8Qan li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ec7b614c792671c2bb97f9281fe03826429ef5cb.svg); }
#TpSDnlv00m77DBnX36fLU7xJpPR8Hysg { color:rgba(var(--color-tertiary-4),1);display:block;width:15.1875rem;position:absolute;font-family:"open sans";font-size:0.5625rem;font-weight:normal;z-index:15156;line-height:1.2;letter-spacing:0;top:26.5625rem;left:1.9375rem;height:3.999025rem;text-align:left;text-align-last:left;display:block; }#TpSDnlv00m77DBnX36fLU7xJpPR8Hysg li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TpSDnlv00m77DBnX36fLU7xJpPR8Hysg li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_94958409712aaf50a1b789e8b55b67f72eb7e374.svg); }
#PKTBx1EcfJIRUXybaGa64InGrfOzTk3k { color:rgba(var(--color-tertiary-4),1);display:block;width:15.1875rem;position:absolute;font-family:"open sans";font-size:0.5625rem;font-weight:normal;z-index:15181;line-height:1.2;letter-spacing:0;top:26.5625rem;left:20.6875rem;height:3.999025rem;text-align:left;text-align-last:left;display:block; }#PKTBx1EcfJIRUXybaGa64InGrfOzTk3k li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PKTBx1EcfJIRUXybaGa64InGrfOzTk3k li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_94958409712aaf50a1b789e8b55b67f72eb7e374.svg); }
#SvTBTPI5PEyV7rTTPf7QIBo2l6M3yahc { color:rgba(var(--color-tertiary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15080;line-height:1.3;letter-spacing:0;top:31.1875rem;left:2rem;height:0.97473125rem;display:block; }
#p24ugC1xgiPOVzkIrWxEBKNOFEmXmUqf { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15081;line-height:1.3;letter-spacing:0;top:32.125rem;left:1.9375rem;height:1.7871125rem;font-style:normal;display:block; }
#ok6qKDZLsbxeZoq3rZWOTTMOTQkBIoT4 { color:rgba(var(--color-tertiary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15108;line-height:1.3;letter-spacing:0;top:32.1875rem;left:20.75rem;height:0.97473125rem;display:block; }
#o1bIlhV6zAbi1FosnXShT1ZfL2ORUigL { box-sizing:content-box;height:1.25rem;width:7.5rem;position:absolute;display:block;z-index:15147;background-color:#de0000;background-image:none;top:33.875rem;left:1.9375rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#Mn1dyxewBnWcNeUB4nUTrMRpz9cLGDq2 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15109;line-height:1.3;letter-spacing:0;top:33.125rem;left:20.6875rem;height:1.7871125rem;font-style:normal;display:block; }
#qN7ehexGheqpG7brPdSylpiecaMScDgt { color:rgba(var(--color-tertiary-4),1);display:block;width:3.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15301;line-height:1.3;letter-spacing:0;top:33.9375rem;left:9.75rem;height:1.05615rem;font-style:normal;display:block; }
#WHtgTSk8fXUgP91VDHfhqNaOtzMGeG6c { color:rgba(var(--color-tertiary-2),1);display:block;width:6.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15085;line-height:1.3;letter-spacing:0;top:35.25rem;left:1.9375rem;height:0.89355625rem;display:block; }
#ZaAMmlp6hPt0OPNIPLQaFlZ7pzC7vDSk { color:rgba(var(--color-tertiary-0),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15148;line-height:1.3;letter-spacing:0;top:34rem;left:2.125rem;height:0.97473125rem;font-style:normal;display:block; }
#KMO65CC6WUlNnoLT4B9DsUFeqJHaF4HX { color:rgba(var(--color-tertiary-2),1);display:block;width:6.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15113;line-height:1.3;letter-spacing:0;top:34.875rem;left:20.6875rem;height:0.89355625rem;display:block; }
#LsatxmxWHukA5eQ7fr6UdrT0KfnUidcN { background-color:rgba(var(--color-tertiary-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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color: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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:2.125rem;text-decoration:none;z-index:15070;text-align:center;text-align-last:center;top:36.4375rem;left:8.8125rem;display:block; }
#H8kTXrUHaxXgsBHrIXaflI6zRPfryd2c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DewfkDkTVT2mD3dynnmIMWzkum6JSSHs { background-color:rgba(var(--color-tertiary-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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color: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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:2.125rem;text-decoration:none;z-index:15095;text-align:center;text-align-last:center;top:36.4375rem;left:27.71875rem;display:block; }
#hNMC7tDg6EgoK1mMsH8B2a6wLoUzT2EG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QFOlywvZteAPX8XSGyZnEW1FSk1TG4SW { box-sizing:content-box;height:37.5rem;width:16.875rem;position:absolute;display:block;z-index:15089;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.5rem;left:57.125rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);box-shadow: none;display:block; }
#WiHFafPfJkKkc7DKrVWvu30opT02dy6r { color:rgba(var(--color-tertiary-4),1);display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15092;line-height:1.3;letter-spacing:0;top:3.375rem;left:58.25rem;height:1.29980625rem;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; }
#Knk71JT5VoXO5QUPfF4JEUVKJrV4KfuC { color:rgba(var(--color-tertiary-4),1);display:block;width:4.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15182;line-height:1.3;letter-spacing:0;top:5.125rem;left:58.25rem;height:0.97473125rem;font-style:normal;display:block; }
#GsAO3pSHI4JFLX6iQwlyGMaGviT4y0HC { color:rgba(var(--color-tertiary-4),1);display:block;width:4.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15183;line-height:1.3;letter-spacing:0;top:6.0625rem;left:58.25rem;height:1.29980625rem;font-style:normal;display:block; }
#C0NWoceCe2lRVoC8RtyFFT7NVtvU4DUP { position:absolute;display:block;z-index:15184;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.4375rem;width:15.625rem;top:7.625rem;left:58.25rem;overflow:hidden;display:block; }
#RV0BhitBnvEfuAQBNmEsCTsTcnNTEHe8 { color:rgba(var(--color-tertiary-4),1);display:block;width:4.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15184;line-height:1.3;letter-spacing:0;top:10.5rem;left:58.25rem;height:0.97473125rem;font-style:normal;display:block; }
#wdirpPa2iiO1CR8vuZtrU9JIkB5dp2NK { color:rgba(var(--color-tertiary-4),1);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15185;line-height:1.3;letter-spacing:0;top:11.4375rem;left:58.25rem;height:1.13769375rem;font-style:normal;display:block; }
#dGgJiK4EANwR5qP2CnEhUoo4TDkMcDEG { position:absolute;display:block;z-index:15146;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.5rem;width:2.5rem;top:13.1875rem;left:58.25rem;overflow:hidden;display:block; }
#UHLBFOBB1ClF9QT2MxXIMTtu8moNqmAK { position:absolute;display:block;z-index:15198;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.5rem;width:2.5rem;top:13.1875rem;left:61.375rem;overflow:hidden;display:block; }
#PyqdKPJy2mL5Fz2OAerxHtQpEawuLFiF { position:absolute;display:block;z-index:15199;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.5rem;width:2.5rem;top:13.1875rem;left:64.5rem;overflow:hidden;display:block; }
#Rbr2GfC7k3Jz85WNbqvUzgP7fqoN6BK6 { position:absolute;display:block;z-index:15187;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.5rem;width:2.5rem;top:13.1875rem;left:67.625rem;overflow:hidden;display:block; }
#cW2DFUb3A6fkTkQbegbDKZQaT6Ww3O86 { color:rgba(var(--color-tertiary-4),1);display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:700;z-index:15186;line-height:1.3;letter-spacing:0;top:16.3125rem;left:58.25rem;height:0.89355625rem;font-style:normal;display:block; }
#gkXUTs1P7J6FPnvSPNUR6tL8TrzmEVbf { position:absolute;display:block;z-index:15188;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.5rem;width:2.5rem;top:17.4375rem;left:61.375rem;overflow:hidden;display:block; }
#L7HnOT50qT0NBS2iiaHu4wAApBCJ5Zzr { position:absolute;display:block;z-index:15191;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.5rem;width:2.5rem;top:17.4375rem;left:58.25rem;overflow:hidden;display:block; }
#kbk1lOTrqJo0RR85oUqkKmIH9iuzeagy { position:absolute;display:block;z-index:15200;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.5rem;width:2.5rem;top:17.4375rem;left:64.5rem;overflow:hidden;display:block; }
#Vvo8OSQFqP0JFoJGN1633aDUWIqT5B9w { position:absolute;display:block;z-index:15299;height:0.6875rem;width:0.6875rem;top:16.1875rem;left:64.4375rem;display:block; }
#ktLB0bHo7TVDVns9X1yoLXJ8TsptJ7id { color:rgba(var(--color-tertiary-4),1);display:block;width:15.1875rem;position:absolute;font-family:"open sans";font-size:0.5625rem;font-weight:normal;z-index:15276;line-height:1.2;letter-spacing:0;top:26.5625rem;left:58.25rem;height:4.673825rem;text-align:left;text-align-last:left;display:block; }#ktLB0bHo7TVDVns9X1yoLXJ8TsptJ7id li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ktLB0bHo7TVDVns9X1yoLXJ8TsptJ7id li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_94958409712aaf50a1b789e8b55b67f72eb7e374.svg); }
#XOM5ZPc6LwOFU7701g0yw980R6aDXly6 { color:rgba(var(--color-tertiary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15124;line-height:1.3;letter-spacing:0;top:32.1875rem;left:58.3125rem;height:0.97473125rem;display:block; }
#KcPX3FEADTWckLg2WgO1VrdosIp6U9RK { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15125;line-height:1.3;letter-spacing:0;top:33.125rem;left:58.25rem;height:1.7871125rem;font-style:normal;display:block; }
#mnsI75R10CIfyOdCehGmhnpPwsP1B0Sc { color:rgba(var(--color-tertiary-2),1);display:block;width:6.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15129;line-height:1.3;letter-spacing:0;top:34.875rem;left:58.25rem;height:0.89355625rem;display:block; }
#Gp1tDnuSSoEMWAJZmOUbE6voXvpttxyh { background-color:rgba(var(--color-tertiary-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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color: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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:2.125rem;text-decoration:none;z-index:15111;text-align:center;text-align-last:center;top:36.4375rem;left:65.25rem;display:block; }
#C4o7KWwofCguOpPEfgw4lX0QbOqTKouH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f9EO0uZo4SzoKfo5roDWl7evQXuywX3b { color:rgba(var(--color-tertiary-2),1);display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:2.46240234375rem;left:1.9375rem;height:0.97473125rem;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; }
#td2p2PV40sOTuadAvTtQp4mw2I2sU8wz { color:rgba(var(--color-tertiary-2),1);display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15302;line-height:1.3;letter-spacing:0;top:2.46240234375rem;left:20.5rem;height:0.97473125rem;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; }
#SeuOfiyuR1ieUIqTXfdSMgx1tHCzAMAv { color:rgba(var(--color-tertiary-2),1);display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15303;line-height:1.3;letter-spacing:0;top:2.46240234375rem;left:39.5rem;height:0.97473125rem;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; }
#eqPrh4THfWZUmANLai09zGGNtJudrB7i { color:rgba(var(--color-tertiary-2),1);display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15304;line-height:1.3;letter-spacing:0;top:2.46240234375rem;left:58.25rem;height:0.97473125rem;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; }
#ru8CWkda1HXoGW0Kmk3MDRUFtJaUQ1me { color:rgba(var(--color-tertiary-4),1);display:block;width:6.125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15305;line-height:1.3;letter-spacing:0;top:36.85009765625rem;left:1.9375rem;height:1.29980625rem;display:block; }
#cg9bdpzhuMm4vNsaMbLoIKhNRNuWo5DK { color:rgba(var(--color-tertiary-4),1);display:block;width:6.125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15306;line-height:1.3;letter-spacing:0;top:36.85009765625rem;left:20.46875rem;height:1.29980625rem;display:block; }
#adz3mbq0kqQ8plH0uvxccEUBU74I7UlO { color:rgba(var(--color-tertiary-4),1);display:block;width:6.125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15307;line-height:1.3;letter-spacing:0;top:36.85009765625rem;left:58.25rem;height:1.29980625rem;display:block; }
#Bo6VIxkADuUbLLrobW03ZlaDJtKgTT5b { color:rgba(var(--color-tertiary-4),1);display:block;width:6.125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15307;line-height:1.3;letter-spacing:0;top:36.86865234375rem;left:39.5rem;height:1.29980625rem;display:block; }
#Jlcbl5HWOUspkB5PJJqoWKmc128n2aol { position:relative;display:block; }#Jlcbl5HWOUspkB5PJJqoWKmc128n2aol { background-color: transparent; background-image: none; }#Jlcbl5HWOUspkB5PJJqoWKmc128n2aol::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jlcbl5HWOUspkB5PJJqoWKmc128n2aol > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jlcbl5HWOUspkB5PJJqoWKmc128n2aol > .row .container > .video-iframe-container { display: none; }#Jlcbl5HWOUspkB5PJJqoWKmc128n2aol > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jlcbl5HWOUspkB5PJJqoWKmc128n2aol > .row > .video-iframe-container { display: none; }#Jlcbl5HWOUspkB5PJJqoWKmc128n2aol > .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); }#Jlcbl5HWOUspkB5PJJqoWKmc128n2aol { border-width: 0; border-radius: 0; }#Jlcbl5HWOUspkB5PJJqoWKmc128n2aol > .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; }#Jlcbl5HWOUspkB5PJJqoWKmc128n2aol > .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:40.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dpaUq535n96tJs5VGE0xF7sa7C203I7q { box-sizing:content-box;height:37.5rem;width:16.875rem;position:absolute;display:block;z-index:15109;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.5rem;left:0.875rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);box-shadow: none;display:block; }
#hNpvGuNixVeAMiM5OrOvti9QKuiDx32o { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15112;line-height:1.3;letter-spacing:0;top:3.375rem;left:2rem;height:1.29980625rem;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; }
#U6kHCXeVD4PE9o0qzgR1ZcJtBK9GvhD8 { color:rgba(var(--color-tertiary-4),1);display:block;width:4.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15202;line-height:1.3;letter-spacing:0;top:5.125rem;left:2rem;height:0.97473125rem;font-style:normal;display:block; }
#Vi43FB7c6XGwRBVBgLRVmLCudz80AFgT { color:rgba(var(--color-tertiary-4),1);display:block;width:4.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15203;line-height:1.3;letter-spacing:0;top:6.0625rem;left:2rem;height:1.29980625rem;font-style:normal;display:block; }
#aqi5IZlcF3JzK5RNc4AaPrJITNR2DDt0 { position:absolute;display:block;z-index:15204;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.4375rem;width:15.625rem;top:7.625rem;left:2rem;overflow:hidden;display:block; }
#kVcPiGvBoDAQLC6GlgrwpaAiZe626dIw { color:rgba(var(--color-tertiary-4),1);display:block;width:4.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15204;line-height:1.3;letter-spacing:0;top:10.5rem;left:2rem;height:0.97473125rem;font-style:normal;display:block; }
#DNkGfV7QsTdcAlmzLseuTEAomnwWbVOA { color:rgba(var(--color-tertiary-4),1);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15205;line-height:1.3;letter-spacing:0;top:11.4375rem;left:2rem;height:1.13769375rem;font-style:normal;display:block; }
#E9GgkVgxF1aoq4C5VF1nbQXtel0aWFUL { position:absolute;display:block;z-index:15166;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.5rem;width:2.5rem;top:13.1875rem;left:2rem;overflow:hidden;display:block; }
#C4pMsJMWr7Tmq5sJFf1nMQ0S0dKXhqL8 { position:absolute;display:block;z-index:15218;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.5rem;width:2.5rem;top:13.1875rem;left:5.125rem;overflow:hidden;display:block; }
#FuyiBg1k1uNMq3usPdqGxwrAs5RLeNZN { position:absolute;display:block;z-index:15219;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.5rem;width:2.5rem;top:13.1875rem;left:8.25rem;overflow:hidden;display:block; }
#JbHEv0FtnXHXWmUPm4lrarAA2WcP5vSD { position:absolute;display:block;z-index:15207;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.5rem;width:2.5rem;top:13.1875rem;left:11.375rem;overflow:hidden;display:block; }
#u5gwKt1HynC8WaPahSmm1zquQK7htqde { color:rgba(var(--color-tertiary-4),1);display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:700;z-index:15206;line-height:1.3;letter-spacing:0;top:16.3125rem;left:2rem;height:0.89355625rem;font-style:normal;display:block; }
#RgJ1Pm3nIhq5nfG0vvxRo3vkPuSgdplu { position:absolute;display:block;z-index:15220;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.5rem;width:2.5rem;top:17.4375rem;left:14.5rem;overflow:hidden;display:block; }
#ZV1eN4TVcNDxoI4rk6KpgJ8Z1pJ4ynyb { color:rgba(var(--color-tertiary-4),1);display:block;width:15.1875rem;position:absolute;font-family:"open sans";font-size:0.5625rem;font-weight:normal;z-index:15296;line-height:1.2;letter-spacing:0;top:26.5625rem;left:2rem;height:4.673825rem;text-align:left;text-align-last:left;display:block; }#ZV1eN4TVcNDxoI4rk6KpgJ8Z1pJ4ynyb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZV1eN4TVcNDxoI4rk6KpgJ8Z1pJ4ynyb li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_94958409712aaf50a1b789e8b55b67f72eb7e374.svg); }
#IOg93ivGPzisi7MHXsTefDIhHou3pQIQ { color:rgba(var(--color-tertiary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15144;line-height:1.3;letter-spacing:0;top:32.1875rem;left:2.0625rem;height:0.97473125rem;display:block; }
#baS5FmgXVUkGBv38OX9EpwtTcB1csFuB { color:rgba(var(--color-tertiary-4),1);display:block;width:11.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15145;line-height:1.3;letter-spacing:0;top:33.125rem;left:2rem;height:1.7871125rem;font-style:normal;display:block; }
#K1vzzxy1Vv3tBvbhJ80dDWRHCI8inReZ { color:rgba(var(--color-tertiary-2),1);display:block;width:6.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15149;line-height:1.3;letter-spacing:0;top:34.875rem;left:2rem;height:0.89355625rem;display:block; }
#m6hOc1BIaWu2WPqv7S47l04z5K0d8orc { background-color:rgba(var(--color-tertiary-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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color: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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:2.125rem;text-decoration:none;z-index:15131;text-align:center;text-align-last:center;top:36.4375rem;left:9.0625rem;display:block; }
#k8Aiu1DuuemcTp0US8NvlO4J9TnVtFEl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T0wc2DaUqniE28ZOQJTyz2zXV6qUBCbS { position:absolute;display:block;z-index:15152;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.5rem;width:2.5rem;top:17.4375rem;left:2rem;overflow:hidden;display:block; }
#bBf66wQeHytVrZaveLTOQBIdPhT8uaGw { position:absolute;display:block;z-index:15153;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.5rem;width:2.5rem;top:17.4375rem;left:5.125rem;overflow:hidden;display:block; }
#pffwHo1wAl7ValQZoTu80SQNXuRWTNni { position:absolute;display:block;z-index:15154;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.5rem;width:2.5rem;top:17.4375rem;left:8.25rem;overflow:hidden;display:block; }
#hz35vqBez9whaWkCNrCVvbSGT4UbW9FG { position:absolute;display:block;z-index:15151;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.5rem;width:2.5rem;top:17.4375rem;left:11.375rem;overflow:hidden;display:block; }
#AFOD0nQ8BnBygT7fLN4yEF2o5lxR3TIb { position:absolute;display:block;z-index:15221;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.5rem;width:2.5rem;top:20.5625rem;left:2rem;overflow:hidden;display:block; }
#CDdHSlNxQ6i5CwwHkD62Nx7Amu4zWUkK { position:absolute;display:block;z-index:15300;height:0.6875rem;width:0.6875rem;top:16.25rem;left:8.1875rem;display:block; }
#I3kQyvtvct2UR52CaBEdg2wCheyQ07VK { box-sizing:content-box;height:37.5rem;width:16.875rem;position:absolute;display:block;z-index:15133;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.5rem;left:19.625rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);box-shadow: none;display:block; }
#WJupZt6U8u6CIOtX4mze7A4w25CoxTGv { color:rgba(var(--color-tertiary-2),1);display:block;width:6.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15173;line-height:1.3;letter-spacing:0;top:34.875rem;left:20.75rem;height:0.89355625rem;display:block; }
#b5rlTe0U4RoOU4xfCTgpoL0w4MA5S1rZ { color:rgba(var(--color-tertiary-4),1);display:block;width:11.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15169;line-height:1.3;letter-spacing:0;top:33.125rem;left:20.75rem;height:1.7871125rem;font-style:normal;display:block; }
#fbpkCy7iw8bPsfWTsoLKmzbND4lbKE0F { color:rgba(var(--color-tertiary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15168;line-height:1.3;letter-spacing:0;top:32.1875rem;left:20.8125rem;height:0.97473125rem;display:block; }
#Q0DJ8kg23VvEQMkTcsn8P9pX7OFXK1x5 { background-color:rgba(var(--color-tertiary-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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color: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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:2.125rem;text-decoration:none;z-index:15155;text-align:center;text-align-last:center;top:36.4375rem;left:27.875rem;display:block; }
#MkZ3wvAT0IUB79TLSf0CzL6kzkCGwpt5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bz3FlzqBPm6kKMcpUCNb8Eh96U93aUtr { color:rgba(var(--color-tertiary-4),1);display:block;width:15.1875rem;position:absolute;font-family:"open sans";font-size:0.5625rem;font-weight:normal;z-index:15320;line-height:1.2;letter-spacing:0;top:26.5625rem;left:20.75rem;height:4.673825rem;text-align:left;text-align-last:left;display:block; }#bz3FlzqBPm6kKMcpUCNb8Eh96U93aUtr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bz3FlzqBPm6kKMcpUCNb8Eh96U93aUtr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_94958409712aaf50a1b789e8b55b67f72eb7e374.svg); }
#WRTrGdJP5HxPSVrfK0UdsrEAwt4VOEmr { position:absolute;display:block;z-index:15245;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.5rem;width:2.5rem;top:20.5625rem;left:20.75rem;overflow:hidden;display:block; }
#VSvM7bk8Nmd63ZwPlVIhVaDeoovPck8I { position:absolute;display:block;z-index:15176;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.5rem;width:2.5rem;top:17.4375rem;left:20.75rem;overflow:hidden;display:block; }
#P692SnUIkbA4oBlifT9rMQPCWBruqH4T { position:absolute;display:block;z-index:15177;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.5rem;width:2.5rem;top:17.4375rem;left:23.875rem;overflow:hidden;display:block; }
#W9btLFhgGpiW7L7LhwgfAoksNX9cR5oO { position:absolute;display:block;z-index:15178;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.5rem;width:2.5rem;top:17.4375rem;left:27rem;overflow:hidden;display:block; }
#iJLrfseBPrnlq0tSuTPNc2daipNruzK8 { position:absolute;display:block;z-index:15175;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.5rem;width:2.5rem;top:17.4375rem;left:30.125rem;overflow:hidden;display:block; }
#euVTPaAeqC0mGprCHnWlyAf0HCxKwAwu { color:rgba(var(--color-tertiary-4),1);display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:700;z-index:15230;line-height:1.3;letter-spacing:0;top:16.3125rem;left:20.75rem;height:0.89355625rem;font-style:normal;display:block; }
#i28Q6FpgmT6RawuNqFTwxqKvg5NLLz8v { position:absolute;display:block;z-index:15244;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.5rem;width:2.5rem;top:17.4375rem;left:33.25rem;overflow:hidden;display:block; }
#FARfpa9u6BdO60t9SZD244DqT5f23XMK { position:absolute;display:block;z-index:15324;height:0.6875rem;width:0.6875rem;top:16.25rem;left:26.9375rem;display:block; }
#X8oecvBPdht6t4xlw3l7oaL11TFXO5Tb { position:absolute;display:block;z-index:15190;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.5rem;width:2.5rem;top:13.1875rem;left:20.75rem;overflow:hidden;display:block; }
#aU6yeywLywi84UHC4hxJvtTfm2hV9RKg { position:absolute;display:block;z-index:15242;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.5rem;width:2.5rem;top:13.1875rem;left:23.875rem;overflow:hidden;display:block; }
#m4CpbXZyO5pbmSPCSzGAsrH39sd6ySM8 { position:absolute;display:block;z-index:15243;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.5rem;width:2.5rem;top:13.1875rem;left:27rem;overflow:hidden;display:block; }
#dloSd9yRrr065nDoZSObhbpwqdgLXT41 { position:absolute;display:block;z-index:15231;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.5rem;width:2.5rem;top:13.1875rem;left:30.125rem;overflow:hidden;display:block; }
#T28oNBi43VQVoINluxG3NMP31ab6wgHb { color:rgba(var(--color-tertiary-4),1);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15229;line-height:1.3;letter-spacing:0;top:11.4375rem;left:20.75rem;height:1.13769375rem;font-style:normal;display:block; }
#bQGcVwAm5B3MpWT1R6CToKENcw0b9iWE { color:rgba(var(--color-tertiary-4),1);display:block;width:4.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15228;line-height:1.3;letter-spacing:0;top:10.5rem;left:20.75rem;height:0.97473125rem;font-style:normal;display:block; }
#D7rRDindz2By6CLRs0rMPxgRUnpxwAMN { position:absolute;display:block;z-index:15228;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.4375rem;width:15.625rem;top:7.625rem;left:20.75rem;overflow:hidden;display:block; }
#Xiyl68io14F0pl7i2kWsMUoc9CxMJXp3 { color:rgba(var(--color-tertiary-4),1);display:block;width:4.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15227;line-height:1.3;letter-spacing:0;top:6.0625rem;left:20.75rem;height:1.29980625rem;font-style:normal;display:block; }
#qmhDsEc8csTD7i5vXh9lBkKQT7scTplB { color:rgba(var(--color-tertiary-4),1);display:block;width:4.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15226;line-height:1.3;letter-spacing:0;top:5.125rem;left:20.75rem;height:0.97473125rem;font-style:normal;display:block; }
#augeD3szNXbeoKDDFHMv3ml6h0O86LrD { color:rgba(var(--color-tertiary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15136;line-height:1.3;letter-spacing:0;top:3.375rem;left:20.75rem;height:1.29980625rem;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; }
#kFTJFLt9mi1bq4k6xiL6zJpT8zxRrlUO { color:rgba(var(--color-tertiary-4),1);display:block;width:4.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15172;line-height:1.3;letter-spacing:0;top:10.5rem;left:39.5rem;height:0.97473125rem;font-style:normal;display:block; }
#o2Xs8svAnusL5wV080DsTcE01hvqOpLZ { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15173;line-height:1.3;letter-spacing:0;top:11.4375rem;left:39.5rem;height:1.13769375rem;font-style:normal;display:block; }
#aKrHr5BrFr11xKGa4MbLMlEFqe6IgWGb { position:absolute;display:block;z-index:15174;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.5rem;width:2.5rem;top:13.1875rem;left:39.5rem;overflow:hidden;display:block; }
#OveULxLsLC5FayBGmgOz1A6W6tUexB3d { position:absolute;display:block;z-index:15175;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.5rem;width:2.5rem;top:13.1875rem;left:42.625rem;overflow:hidden;display:block; }
#G1T4VtuQpR25sy5ml9an3qATTLy6rOVd { color:rgba(var(--color-tertiary-4),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:700;z-index:15174;line-height:1.3;letter-spacing:0;top:16.3125rem;left:39.5rem;height:0.89355625rem;font-style:normal;display:block; }
#xTGi261eNPg5MKi0K5N5tkEXUuKe4vD7 { position:absolute;display:block;z-index:15326;height:0.6875rem;width:0.6875rem;top:16.3125rem;left:45.6875rem;display:block; }
#UKxzkKNdAfaDnabmo8oaXMswreUfVUla { position:absolute;display:block;z-index:15176;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.5rem;width:2.5rem;top:17.4375rem;left:48.875rem;overflow:hidden;display:block; }
#yQmsO3UUEQr5GRtvn1EMd6bEJ2v89Si8 { position:absolute;display:block;z-index:15177;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.5rem;width:2.5rem;top:17.4375rem;left:39.5rem;overflow:hidden;display:block; }
#kXiHpJ6Th9FStCJTGyxWQkcHGQt7KnpR { position:absolute;display:block;z-index:15178;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.5rem;width:2.5rem;top:17.4375rem;left:42.625rem;overflow:hidden;display:block; }
#CMpANt3F4bxTCJltOGT1HDD4722J0Thd { position:absolute;display:block;z-index:15179;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.5rem;width:2.5rem;top:17.4375rem;left:45.75rem;overflow:hidden;display:block; }
#ahBwiM3ZX45pq1tgQ10ToMp4eVX8k7oN { color:rgba(var(--color-tertiary-4),1);display:block;width:15.1875rem;position:absolute;font-family:"open sans";font-size:0.5625rem;font-weight:normal;z-index:15185;line-height:1.2;letter-spacing:0;top:26.5625rem;left:39.5rem;height:3.999025rem;text-align:left;text-align-last:left;display:block; }#ahBwiM3ZX45pq1tgQ10ToMp4eVX8k7oN li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ahBwiM3ZX45pq1tgQ10ToMp4eVX8k7oN li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_94958409712aaf50a1b789e8b55b67f72eb7e374.svg); }
#LOzVQ7kVJtBREsEOBmf8NnqbVUz65vsB { color:rgba(var(--color-tertiary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15109;line-height:1.3;letter-spacing:0;top:32.1875rem;left:39.5rem;height:0.97473125rem;display:block; }
#evhGUcnhQKXOcnBnyiLkMIFIaJAOsZOk { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15110;line-height:1.3;letter-spacing:0;top:33.162109375rem;left:39.5rem;height:1.7871125rem;font-style:normal;display:block; }
#dMCKPG8KmNrT33vRseIV95zyxxfOLTHB { color:rgba(var(--color-tertiary-2),1);display:block;width:6.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15114;line-height:1.3;letter-spacing:0;top:34.912109375rem;left:39.5rem;height:0.89355625rem;display:block; }
#aCE8TIfbaxrAOEd5zZsnJlu4fTT6vFxi { background-color:rgba(var(--color-tertiary-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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color: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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:2.125rem;text-decoration:none;z-index:15099;text-align:center;text-align-last:center;top:36.4375rem;left:46.625rem;display:block; }
#p8KNpCIXtLmyMJddBEkrEAVASg9pVUuh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H3UrH0TFQLl5BpaFAcRMpuWI4ql7tyG5 { box-sizing:content-box;height:37.5rem;width:16.875rem;position:absolute;display:block;z-index:15077;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.5rem;left:38.375rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);box-shadow: none;display:block; }
#pvU5qKyaE3mcCPDtciXWuHxdH8zQJ7ti { color:rgba(var(--color-tertiary-4),1);display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15080;line-height:1.3;letter-spacing:0;top:3.375rem;left:39.5rem;height:1.29980625rem;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; }
#tTbE85HDyEalWvJfu7ltd0pedD8hJTmE { color:rgba(var(--color-tertiary-4),1);display:block;width:4.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15170;line-height:1.3;letter-spacing:0;top:5.125rem;left:39.5rem;height:0.97473125rem;font-style:normal;display:block; }
#cbqEKGMopeEtkvLNJHmJ3kLhZVN1p9qr { color:rgba(var(--color-tertiary-4),1);display:block;width:4.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15171;line-height:1.3;letter-spacing:0;top:6.0625rem;left:39.5rem;height:1.29980625rem;font-style:normal;display:block; }
#G3VA8AT662nkvVArq8pbUPcFswtcw4xF { position:absolute;display:block;z-index:15172;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.4375rem;width:15.625rem;top:7.625rem;left:39.5rem;overflow:hidden;display:block; }
#Qo7b1kTOzJo0hlEPupOP6FxabvcTXxuV { color:rgba(var(--color-tertiary-4),1);display:block;width:5.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:700;z-index:15185;line-height:1.3;letter-spacing:0;top:16.3125rem;left:58.25rem;height:0.89355625rem;font-style:normal;display:block; }
#cGT5JUCmUlX7sr8TaVqUNaqBLZu6xqVR { position:absolute;display:block;z-index:15316;height:0.6875rem;width:0.6875rem;top:16.125rem;left:64.5rem;display:block; }
#wIN1VHMEMaXa9rSnTMXJHGGy3RKcaTcK { position:absolute;display:block;z-index:15187;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.5rem;width:2.5rem;top:17.4375rem;left:58.25rem;overflow:hidden;display:block; }
#Xx6nANphyNCxGiIBEDQWbc0CpekW1bQ9 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.1875rem;position:absolute;font-family:"open sans";font-size:0.5625rem;font-weight:normal;z-index:15196;line-height:1.2;letter-spacing:0;top:26.5625rem;left:58.25rem;height:3.999025rem;text-align:left;text-align-last:left;display:block; }#Xx6nANphyNCxGiIBEDQWbc0CpekW1bQ9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Xx6nANphyNCxGiIBEDQWbc0CpekW1bQ9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_94958409712aaf50a1b789e8b55b67f72eb7e374.svg); }
#zAL8rLHRaSPJeaUhHf2GKQf5VMxzr4SM { color:rgba(var(--color-tertiary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15120;line-height:1.3;letter-spacing:0;top:31.875rem;left:58.3125rem;height:0.97473125rem;display:block; }
#UMlSOD0iRoIafK10AU8a1zv8xJXOqdhJ { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15121;line-height:1.3;letter-spacing:0;top:32.8125rem;left:58.25rem;height:1.7871125rem;font-style:normal;display:block; }
#hhX5iq7b3Li6vm9NKbPcI8F9HCcQukvJ { color:rgba(var(--color-tertiary-2),1);display:block;width:6.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15125;line-height:1.3;letter-spacing:0;top:34.625rem;left:58.25rem;height:0.89355625rem;display:block; }
#mhdgc1B1SnbJVWbrMMJF5osF0Kd1RGTb { background-color:rgba(var(--color-tertiary-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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color: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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:2.125rem;text-decoration:none;z-index:15110;text-align:center;text-align-last:center;top:36.4375rem;left:65.375rem;display:block; }
#MGzx83d1z73nFZWyn1GPUUd0WdUMQ0P7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kpWkVPFHBDmk8195wReLblAA7MNbbHF7 { box-sizing:content-box;height:37.5rem;width:16.875rem;position:absolute;display:block;z-index:15088;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.5rem;left:57.125rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);box-shadow: none;display:block; }
#nko6CUwWEE1ql3pboxs0NKRR0Z4DmhN2 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15091;line-height:1.3;letter-spacing:0;top:3.375rem;left:58.25rem;height:1.29980625rem;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; }
#J43xGAuidLKLEETzTU9rhLIdZv9Wq0kp { color:rgba(var(--color-tertiary-4),1);display:block;width:4.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15181;line-height:1.3;letter-spacing:0;top:5.125rem;left:58.25rem;height:0.97473125rem;font-style:normal;display:block; }
#TqTkGJ6Oqkgv4esV0RuQKsiiD1wM8ZfF { position:absolute;display:block;z-index:15183;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.4375rem;width:15.625rem;top:7.625rem;left:58.25rem;overflow:hidden;display:block; }
#NG7Vio3iCKQUT9PwXT9EGVDqk2gEPJ0d { color:rgba(var(--color-tertiary-4),1);display:block;width:4.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15182;line-height:1.3;letter-spacing:0;top:6.0625rem;left:58.25rem;height:1.29980625rem;font-style:normal;display:block; }
#nWKsQJWCgJRrI67rRGVKWQtu17ReZ8pH { color:rgba(var(--color-tertiary-4),1);display:block;width:4.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15183;line-height:1.3;letter-spacing:0;top:10.5rem;left:58.25rem;height:0.97473125rem;font-style:normal;display:block; }
#CFIC61oM7SFLhaJNPN9QpEh6lohUAaEc { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15184;line-height:1.3;letter-spacing:0;top:11.4375rem;left:58.25rem;height:1.13769375rem;font-style:normal;display:block; }
#MIO73e4IRxJTJwL9sNMfJuwecFb7JiV6 { color:rgba(var(--color-tertiary-2),1);display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15303;line-height:1.3;letter-spacing:0;top:2.4375rem;left:2rem;height:0.97473125rem;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; }
#nWGqLenBmyP3VSZFwZO87iC0CZyTgP4r { color:rgba(var(--color-tertiary-2),1);display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15304;line-height:1.3;letter-spacing:0;top:2.46240234375rem;left:20.75rem;height:0.97473125rem;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; }
#rke6BbxiMy9GzGIyCq37d3drmKvm8H4D { color:rgba(var(--color-tertiary-2),1);display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15305;line-height:1.3;letter-spacing:0;top:2.46240234375rem;left:39.5rem;height:0.97473125rem;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; }
#o3pbBPe6twqZdnPa4ksqIfKcMfd9zAoU { color:rgba(var(--color-tertiary-2),1);display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15306;line-height:1.3;letter-spacing:0;top:2.46240234375rem;left:58.25rem;height:0.97473125rem;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; }
#LiR0UGHRmVtn1D1yOSqeOUyIixv0zQUx { color:rgba(var(--color-tertiary-4),1);display:block;width:6.125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15308;line-height:1.3;letter-spacing:0;top:36.85009765625rem;left:2rem;height:1.29980625rem;display:block; }
#m7RBvMxC3Rg5DTtSsdSAPnBQuMGDKHgT { color:rgba(var(--color-tertiary-4),1);display:block;width:6.125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15309;line-height:1.3;letter-spacing:0;top:36.85009765625rem;left:20.75rem;height:1.29980625rem;display:block; }
#ZIQ5T5DJ85dhRT2gD9KvpQGrT6CNBv37 { color:rgba(var(--color-tertiary-4),1);display:block;width:6.125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15310;line-height:1.3;letter-spacing:0;top:36.85009765625rem;left:39.5rem;height:1.29980625rem;display:block; }
#GaaQ57Md3LFlarDkzTISMQvEBLDR3fxP { color:rgba(var(--color-tertiary-4),1);display:block;width:6.125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15311;line-height:1.3;letter-spacing:0;top:36.85009765625rem;left:58.25rem;height:1.29980625rem;display:block; }
#FU4zJPpLDDqB81t9BDkhlMfTLwJnGgLh { position:relative;display:block; }#FU4zJPpLDDqB81t9BDkhlMfTLwJnGgLh { background-color: transparent; background-image: none; }#FU4zJPpLDDqB81t9BDkhlMfTLwJnGgLh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FU4zJPpLDDqB81t9BDkhlMfTLwJnGgLh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FU4zJPpLDDqB81t9BDkhlMfTLwJnGgLh > .row .container > .video-iframe-container { display: none; }#FU4zJPpLDDqB81t9BDkhlMfTLwJnGgLh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FU4zJPpLDDqB81t9BDkhlMfTLwJnGgLh > .row > .video-iframe-container { display: none; }#FU4zJPpLDDqB81t9BDkhlMfTLwJnGgLh > .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); }#FU4zJPpLDDqB81t9BDkhlMfTLwJnGgLh { border-width: 0; border-radius: 0; }#FU4zJPpLDDqB81t9BDkhlMfTLwJnGgLh > .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; }#FU4zJPpLDDqB81t9BDkhlMfTLwJnGgLh > .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:1.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BJKcTWHa8IkEShU9J9I7D2WVqJ2Tm2I3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ededed;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; }#BJKcTWHa8IkEShU9J9I7D2WVqJ2Tm2I3 > .row .container { background-color: transparent; background-image: none; }#BJKcTWHa8IkEShU9J9I7D2WVqJ2Tm2I3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BJKcTWHa8IkEShU9J9I7D2WVqJ2Tm2I3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BJKcTWHa8IkEShU9J9I7D2WVqJ2Tm2I3 > .row .container > .video-iframe-container { display: none; }#BJKcTWHa8IkEShU9J9I7D2WVqJ2Tm2I3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BJKcTWHa8IkEShU9J9I7D2WVqJ2Tm2I3 > .row > .video-iframe-container { display: none; }#BJKcTWHa8IkEShU9J9I7D2WVqJ2Tm2I3 > .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); }#BJKcTWHa8IkEShU9J9I7D2WVqJ2Tm2I3 > .row .container { border-width: 0; border-radius: 0; }#BJKcTWHa8IkEShU9J9I7D2WVqJ2Tm2I3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BJKcTWHa8IkEShU9J9I7D2WVqJ2Tm2I3 > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:75rem;position:relative;display:block; }#mNPTJXu51uc4lQoPBEARUNcGIHuTXfyJ { color:rgba(var(--color-tertiary-4),1);display:block;width:29.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:3rem;left:0rem;height:1.381225rem;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; }
#C2LFzhK8TH2uI4KpJVWmVl2JphGSNSr4 { color:#e50000;display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.46875rem;left:0rem;height:2.35546875rem;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; }
#c6x5uDBHyQtxuvwQfmlVt59wuy5T70Qx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ededed;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; }#c6x5uDBHyQtxuvwQfmlVt59wuy5T70Qx > .row .container { background-color: transparent; background-image: none; }#c6x5uDBHyQtxuvwQfmlVt59wuy5T70Qx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c6x5uDBHyQtxuvwQfmlVt59wuy5T70Qx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c6x5uDBHyQtxuvwQfmlVt59wuy5T70Qx > .row .container > .video-iframe-container { display: none; }#c6x5uDBHyQtxuvwQfmlVt59wuy5T70Qx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c6x5uDBHyQtxuvwQfmlVt59wuy5T70Qx > .row > .video-iframe-container { display: none; }#c6x5uDBHyQtxuvwQfmlVt59wuy5T70Qx > .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); }#c6x5uDBHyQtxuvwQfmlVt59wuy5T70Qx > .row .container { border-width: 0; border-radius: 0; }#c6x5uDBHyQtxuvwQfmlVt59wuy5T70Qx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c6x5uDBHyQtxuvwQfmlVt59wuy5T70Qx > .row .container { font-size:0.875rem;font-family:arial;height:12.3125rem;width:75rem;position:relative;display:block; }#C1Mv9cBWOxHOb35DXWT2ObyTVbVTChzA { color:rgba(var(--color-tertiary-4),1);display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:2.5625rem;left:7.8125rem;height:1.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; }
#oQoQB60ymggSIFXglR5VL32H60wviQQA { color:#565656;display:block;width:18.75rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:6.1875rem;left:3.25rem;height:3.57421875rem;text-align:justify;text-align-last:initial;display:block; }
#lSeqimMWa56rMJQX3iN9H9BQLp3QHO38 { color:#565656;display:block;width:18.75rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:5.75rem;left:53.125rem;height:3.57421875rem;text-align:justify;text-align-last:initial;display:block; }
#TbMdreDxEQ0A7P9QAtlRDxzL7hQMUaHC { color:rgba(var(--color-tertiary-1),1);display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:4.1875rem;left:7.8125rem;height:1.05615rem;display:block; }
#WLe39Xn75brzyUFnDyJGQ6MHaC8lCK5m { color:rgba(var(--color-tertiary-4),1);display:block;width:4.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:2.4375rem;left:57.5625rem;height:1.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; }
#tEaWsMox28LhudeMXepgIRcNHFdZiVqA { color:rgba(var(--color-tertiary-4),1);display:block;width:6.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:2.75rem;left:32.8125rem;height:1.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; }
#LlL5VLIkJ8QJ6Gx6UOVP6h4i0pT5TzKu { color:rgba(var(--color-tertiary-1),1);display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:4.375rem;left:32.8125rem;height:1.05615rem;display:block; }
#ZH7ye70sAWhpwrNyHUsve2KZqTfXqSo3 { color:#565656;display:block;width:18.75rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:6.375rem;left:28.125rem;height:3.57421875rem;text-align:justify;text-align-last:initial;display:block; }
#vTi3RtdLz7HMSfQTTXIr0z9GLnXdQ9Cq { position:absolute;display:block;z-index:15018;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.75rem;width:3.75rem;top:1.8125rem;left:3.25rem;overflow:hidden;display:block; }
#Lx0EWk8bGgQx4BkZkUEtHIqNGZ7ty1AJ { position:absolute;display:block;z-index:15022;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.75rem;width:3.75rem;top:2rem;left:28.125rem;overflow:hidden;display:block; }
#Tn2PPKkOcUNNoPBsrNXLSEGcmoVVfSoA { position:absolute;display:block;z-index:15023;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.75rem;width:3.75rem;top:1.6875rem;left:52.75rem;overflow:hidden;display:block; }
#NtJ7bJsMbOCcqznE99wVNEw66iAcN5ZL { box-sizing:content-box;height:9.625rem;width:21.4375rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.1875rem;left:1.8125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);display:block; }
#g5lyJ7Jln1V5xQHwckgiKsLifIcr0zPk { box-sizing:content-box;height:9.625rem;width:21.4375rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.1875rem;left:26.8125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);display:block; }
#vmNGlgLZTtss2ZAvHvlvJaqwZJ2xXM2e { box-sizing:content-box;height:9.625rem;width:21.4375rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.1875rem;left:51.8125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);display:block; }
#N3MuqTkoWTfyErPPu7fzBo9W1T9CznNx { position:relative;display:block; }#N3MuqTkoWTfyErPPu7fzBo9W1T9CznNx { background-color: transparent; background-image: none; }#N3MuqTkoWTfyErPPu7fzBo9W1T9CznNx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N3MuqTkoWTfyErPPu7fzBo9W1T9CznNx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N3MuqTkoWTfyErPPu7fzBo9W1T9CznNx > .row .container > .video-iframe-container { display: none; }#N3MuqTkoWTfyErPPu7fzBo9W1T9CznNx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N3MuqTkoWTfyErPPu7fzBo9W1T9CznNx > .row > .video-iframe-container { display: none; }#N3MuqTkoWTfyErPPu7fzBo9W1T9CznNx > .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); }#N3MuqTkoWTfyErPPu7fzBo9W1T9CznNx { border-width: 0; border-radius: 0; }#N3MuqTkoWTfyErPPu7fzBo9W1T9CznNx > .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; }#N3MuqTkoWTfyErPPu7fzBo9W1T9CznNx > .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:26.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#a1zh8EqypXM1VlyUXVv8dDQTTzZQT6sJ { 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:9.4375rem;width:7.875rem;top:6.3125rem;left:5.4375rem;overflow:hidden;display:block; }
#zsHMe00nG0WTGk6Do4mKo0QN0V8y1F5I { 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.6875rem;width:8.6875rem;top:7.6875rem;left:23.78125rem;overflow:hidden;display:block; }
#NMeZl68FscoWE2374F9kVDIBuFm3KgNy { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:8.8125rem;top:8.5rem;left:42.46875rem;overflow:hidden;display:block; }
#Ftpqo8es0pZclOcs50vxsTG51xbwkzCP { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:7.5625rem;top:7.0625rem;left:61.84375rem;overflow:hidden;display:block; }
#azshsH6mmslGLKl4EE9mnhJfLCzG8UB6 { color:rgba(var(--color-tertiary-0),1);display:block;width:7.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15301;line-height:1.3;letter-spacing:0;top:16.5rem;left:5.75rem;height:1.21875rem;display:block; }
#brbM35VP9mUCPPn5WdRnAzPD3QABZCvA { color:rgba(var(--color-tertiary-0),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15302;line-height:1.3;letter-spacing:0;top:16.65625rem;left:25.15625rem;height:1.21875rem;display:block; }
#gZklyNMw2JklHWpFCWuw0qf80oTR3RJZ { color:rgba(var(--color-tertiary-0),1);display:block;width:4.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15303;line-height:1.3;letter-spacing:0;top:16.65625rem;left:44.46875rem;height:1.21875rem;display:block; }
#FsyR7foFTRFg87KqO17AoxnAO3e9HhU5 { color:rgba(var(--color-tertiary-0),1);display:block;width:9rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15304;line-height:1.3;letter-spacing:0;top:16.65625rem;left:61.125rem;height:1.21875rem;display:block; }
#NxWmZdeePoxfViibmv3b59uWwJ5gSi03 { color:rgba(var(--color-tertiary-4),1);display:block;width:55.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:19.8125rem;left:5rem;height:;display:block; }#NxWmZdeePoxfViibmv3b59uWwJ5gSi03 li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#NxWmZdeePoxfViibmv3b59uWwJ5gSi03 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_393f4050399e18c070866ca83d2ee183a9f2e51d.svg); }
#ZnrvavdFhxtVzETNbohG5QRT8bhMlOox { position:absolute;display:block;z-index:15305;height:0.6875rem;width:0.6875rem;top:21.61181640625rem;left:42.9375rem;display:block; }
#KwgnRb5HZ6lXXhzqlkyHbEJUD4bNtMs5 { box-sizing:content-box;height:1.4375rem;width:10rem;position:absolute;display:block;z-index:15300;background-color:#de0000;background-image:none;top:16.375rem;left:4.3125rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#yGOZZAC4NnQHKoAOPWnZ2sI84N4Xa4aR { box-sizing:content-box;height:1.4375rem;width:10rem;position:absolute;display:block;z-index:15301;background-color:#de0000;background-image:none;top:16.58740234375rem;left:23.125rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#bRXnWIHzOH1foFxyIlZHQRydE72Eo0IT { box-sizing:content-box;height:1.4375rem;width:10rem;position:absolute;display:block;z-index:15302;background-color:#de0000;background-image:none;top:16.58740234375rem;left:41.875rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#VMH0QTmVzvXcg4KwZrZ25Q5BBfkT9act { box-sizing:content-box;height:1.4375rem;width:10rem;position:absolute;display:block;z-index:15303;background-color:#de0000;background-image:none;top:16.58740234375rem;left:60.625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#Hu1cXhTk3Rq5LxgW5s0tURuPHyGNKEa6 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.5rem;left:0rem;height:1.70605625rem;font-style:normal;display:block; }
#J2MFqT5r5N6U3Nz9TFCENVsLTG7KPsS2 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:4.5625rem;left:3.125rem;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#Dn5CfWONdsJNC8Av0oNE5S1RC6IdymFH { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:4.71875rem;left:21.8125rem;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#qtrQVxGtPRND9PyGTKabRciQFyBt7csl { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:4.71875rem;left:40.5625rem;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#J86UHylssWmfqREMyBxM2kuXrRmRNZ1h { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:4.71875rem;left:59.3125rem;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#nHMkhdTEDRySJtLLGczT26qBA2ltFP2p { position:relative;display:block; }#nHMkhdTEDRySJtLLGczT26qBA2ltFP2p { background-color: transparent; background-image: none; }#nHMkhdTEDRySJtLLGczT26qBA2ltFP2p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nHMkhdTEDRySJtLLGczT26qBA2ltFP2p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nHMkhdTEDRySJtLLGczT26qBA2ltFP2p > .row .container > .video-iframe-container { display: none; }#nHMkhdTEDRySJtLLGczT26qBA2ltFP2p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nHMkhdTEDRySJtLLGczT26qBA2ltFP2p > .row > .video-iframe-container { display: none; }#nHMkhdTEDRySJtLLGczT26qBA2ltFP2p > .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); }#nHMkhdTEDRySJtLLGczT26qBA2ltFP2p { border-width: 0; border-radius: 0; }#nHMkhdTEDRySJtLLGczT26qBA2ltFP2p > .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; }#nHMkhdTEDRySJtLLGczT26qBA2ltFP2p > .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:15.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#q42Ta6TGXdUDxTdOZkSbzXo9P5aXPaFn { color:rgba(var(--color-tertiary-4),1);display:block;width:21.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.375rem;left:0.0625rem;height:1.70605625rem;font-style:normal;display:block; }
#FDOkXGRwCW0Hkx2Zn5EPJNTk0dsGmXza { color:rgba(var(--color-tertiary-4),1);display:block;width:48.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.9375rem;left:1.1875rem;height:1.21875rem;display:block; }
#zkO4HpMOJTzPoI3Jnm3g0uTwdWuP1Tpi { position:absolute;display:block;z-index:15002;border-top:0.125rem solid rgba(var(--color-tertiary-1),1);border-left:0.125rem solid rgba(var(--color-tertiary-1),1);border-right:0.125rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-1),1);border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:5.625rem;width:14.6875rem;top:7.625rem;left:5.125rem;overflow:hidden;display:block; }
#CCWyKo616Hmp1J4rEzHdDnCPQTM9PP7W { position:absolute;display:block;z-index:15003;border-top:0.125rem solid rgba(var(--color-tertiary-1),1);border-left:0.125rem solid rgba(var(--color-tertiary-1),1);border-right:0.125rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-1),1);border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:5.625rem;width:14.5rem;top:7.625rem;left:53.875rem;overflow:hidden;display:block; }
#BWlGC7huaaRbDBXZVrSSpLk7U5Sh4c2A { position:absolute;display:block;z-index:15004;border-top:0.125rem solid rgba(var(--color-tertiary-1),1);border-left:0.125rem solid rgba(var(--color-tertiary-1),1);border-right:0.125rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-1),1);border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:5.625rem;width:14.5rem;top:7.625rem;left:37.625rem;overflow:hidden;display:block; }
#Rx0D9kaPCOtNUyw6FHH5zzOkVAptZTNu { position:absolute;display:block;z-index:15005;border-top:0.125rem solid rgba(var(--color-tertiary-1),1);border-left:0.125rem solid rgba(var(--color-tertiary-1),1);border-right:0.125rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-1),1);border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:5.625rem;width:14.5rem;top:7.625rem;left:21.375rem;overflow:hidden;display:block; }
#GImBPRbZcsfxcG70NyNXiB7qxetXrzE8 { position:relative;display:block; }#GImBPRbZcsfxcG70NyNXiB7qxetXrzE8 { background-color: transparent; background-image: none; }#GImBPRbZcsfxcG70NyNXiB7qxetXrzE8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GImBPRbZcsfxcG70NyNXiB7qxetXrzE8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GImBPRbZcsfxcG70NyNXiB7qxetXrzE8 > .row .container > .video-iframe-container { display: none; }#GImBPRbZcsfxcG70NyNXiB7qxetXrzE8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GImBPRbZcsfxcG70NyNXiB7qxetXrzE8 > .row > .video-iframe-container { display: none; }#GImBPRbZcsfxcG70NyNXiB7qxetXrzE8 > .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); }#GImBPRbZcsfxcG70NyNXiB7qxetXrzE8 { border-width: 0; border-radius: 0; }#GImBPRbZcsfxcG70NyNXiB7qxetXrzE8 > .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; }#GImBPRbZcsfxcG70NyNXiB7qxetXrzE8 > .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:4.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zcsEoym06xg7JsUG04OQMPbelHEV200u { color:rgba(var(--color-tertiary-4),1);display:block;width:50.5625rem;position:absolute;font-family:ubuntu;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.63134765625rem;left:0.6875rem;height:2.9238375rem;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; }
#W32iTod9I7TxDTVBEeyevenKgtN22z21 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),0.66);background-image:url("https://images.assets-landingi.com/uc/f5e312f0-5433-4129-8b60-85dfeaa00f60/strip.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#W32iTod9I7TxDTVBEeyevenKgtN22z21.adaptive-delivery-prevent-bg, #W32iTod9I7TxDTVBEeyevenKgtN22z21.lazyload, #W32iTod9I7TxDTVBEeyevenKgtN22z21.lazyloading { background-image: none; }#W32iTod9I7TxDTVBEeyevenKgtN22z21 > .row .container { background-color: transparent; background-image: none; }#W32iTod9I7TxDTVBEeyevenKgtN22z21::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W32iTod9I7TxDTVBEeyevenKgtN22z21 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W32iTod9I7TxDTVBEeyevenKgtN22z21 > .row .container > .video-iframe-container { display: none; }#W32iTod9I7TxDTVBEeyevenKgtN22z21 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W32iTod9I7TxDTVBEeyevenKgtN22z21 > .row > .video-iframe-container { display: none; }#W32iTod9I7TxDTVBEeyevenKgtN22z21 > .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); }#W32iTod9I7TxDTVBEeyevenKgtN22z21 > .row .container { border-width: 0; border-radius: 0; }#W32iTod9I7TxDTVBEeyevenKgtN22z21 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W32iTod9I7TxDTVBEeyevenKgtN22z21 > .row .container { font-size:0.875rem;font-family:arial;height:0.375rem;width:75rem;position:relative;display:block; }#ieGShuEO8OblCSo8tsb5yZU9oESWVlF5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#ieGShuEO8OblCSo8tsb5yZU9oESWVlF5 > .row .container { background-color: transparent; background-image: none; }#ieGShuEO8OblCSo8tsb5yZU9oESWVlF5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ieGShuEO8OblCSo8tsb5yZU9oESWVlF5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ieGShuEO8OblCSo8tsb5yZU9oESWVlF5 > .row .container > .video-iframe-container { display: none; }#ieGShuEO8OblCSo8tsb5yZU9oESWVlF5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ieGShuEO8OblCSo8tsb5yZU9oESWVlF5 > .row > .video-iframe-container { display: none; }#ieGShuEO8OblCSo8tsb5yZU9oESWVlF5 > .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); }#ieGShuEO8OblCSo8tsb5yZU9oESWVlF5 > .row .container { border-width: 0; border-radius: 0; }#ieGShuEO8OblCSo8tsb5yZU9oESWVlF5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ieGShuEO8OblCSo8tsb5yZU9oESWVlF5 > .row .container { font-size:0.875rem;font-family:arial;height:17.8125rem;width:75rem;position:relative;display:block; }#c8232426fc7ed5d19af407107414c6ca { color:rgba(var(--color-tertiary-1),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.9375rem;left:2.8125rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#ve65d627b2150ca9a4adac3017c67c23 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:8.3125rem;top:7.5625rem;left:24.1875rem;overflow:hidden;display:block; }
#l242bab81a58f72faca2a67f97cb3a4a { color:rgba(var(--color-tertiary-0),1);display:block;width:8.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:5.1875rem;left:5.0625rem;height:1.13769375rem;font-style:normal;display:block; }
#p30cfac6c73db7e1f11056343e4920cd { color:rgba(var(--color-tertiary-0),1);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.5rem;left:37.125rem;height:1.625rem;font-style:normal;display:block; }
#bc26e301b01c6540195be53957fd0f64 { color:rgba(var(--color-tertiary-0),1);display:block;width:7rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4.75rem;left:24.875rem;height:1.381225rem;font-style:normal;display:block; }
#q93533206ed6c61c02108fd549df4b34 { 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:15007;opacity:1;top:7.75rem;left:34.125rem; }
#p8a25968042cc8b29a72498d141e6ac5 { 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:15008;opacity:1;top:4.375rem;left:34.125rem; }
#f2b10bbc625194db0141536184209b40 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:8.0625rem;left:37.125rem;height:1.21875rem;font-style:normal;display:block; }
#e32d498af12ebd90d1f3d906fb8f647d { 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:15009;opacity:1;top:10.8125rem;left:34.125rem; }
#Qaeb4ff5e0c568f64c95d4365921c1c8 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:10.8125rem;left:37.125rem;height:2.11181875rem;font-style:normal;display:block; }
#cdc9c31c3e86582d750e91046896f4f0 { color:rgba(var(--color-primary-3),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:6.125rem;left:62.6875rem;height:1.13769375rem;font-style:normal;display:block; }
#e1e32726d2c01382ede57be20aaa6aad { color:rgba(var(--color-primary-3),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:8.375rem;left:62.6875rem;height:1.13769375rem;font-style:normal;display:block; }
#g0cd8874ca751f5ce68a1434f180711d { color:rgba(var(--color-primary-3),1);display:block;width:7.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:10.625rem;left:62.6875rem;height:1.13769375rem;font-style:normal;display:block; }
#P22cb14e4bdab63eb6181b651913d6f3 { color:rgba(var(--color-tertiary-1),1);display:block;width:23.25rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:15.8125rem;left:25.875rem;height:1.05615rem;text-align:center;text-align-last:center;display:block; }
#mKsbJ3AGtbT8nFF6E9U0VM4gn6pmeeTV { 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; }#mKsbJ3AGtbT8nFF6E9U0VM4gn6pmeeTV > .row .container { background-color: transparent; background-image: none; }#mKsbJ3AGtbT8nFF6E9U0VM4gn6pmeeTV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mKsbJ3AGtbT8nFF6E9U0VM4gn6pmeeTV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mKsbJ3AGtbT8nFF6E9U0VM4gn6pmeeTV > .row .container > .video-iframe-container { display: none; }#mKsbJ3AGtbT8nFF6E9U0VM4gn6pmeeTV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mKsbJ3AGtbT8nFF6E9U0VM4gn6pmeeTV > .row > .video-iframe-container { display: none; }#mKsbJ3AGtbT8nFF6E9U0VM4gn6pmeeTV > .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); }#mKsbJ3AGtbT8nFF6E9U0VM4gn6pmeeTV > .row .container { border-width: 0; border-radius: 0; }#mKsbJ3AGtbT8nFF6E9U0VM4gn6pmeeTV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mKsbJ3AGtbT8nFF6E9U0VM4gn6pmeeTV > .row .container { font-size:0.875rem;font-family:arial;height:1rem;width:75rem;position:relative;display:block; }#iV8EFuJuGsNkAkhUTcwUtCJvgKVWzcWm { color:rgba(var(--color-tertiary-0),1);display:block;width:29.8125rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0rem;left:22.59375rem;height:0.97473125rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #yA0x2tPBsbTSB5QKcZoW8nED5yD0WOpJ { display:none; }#yA0x2tPBsbTSB5QKcZoW8nED5yD0WOpJ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OV46AKkPUO8Z94TXygn1FrBpACffXf94 { display:none; }
 }@media only screen and (max-width: 763px) { #JTA2Kb3H0uE8QRANfl9kQoKkvlVOLQ0I { top:12rem;left:0.625rem;width:12.5rem;height:5.1875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #uQ3nB2QfE1hn8cTsBy7JfM8HOOPE6it5 { display:none; }
 }@media only screen and (max-width: 763px) { #Ts9mJnCLbtFRpxh5pehFcoxoanfWInJ8 { width:9.375rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #lDTk1887BRodDr5xmNrl361n7Cyr0nNE { display:block; }#lDTk1887BRodDr5xmNrl361n7Cyr0nNE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ce34e77f62cbfc974a30d9fa60832648 { top:0.0625rem;left:0rem;width:8.125rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r527f186e5aea03cdb376f9c907b5524 { width:10rem;height:3.4375rem;top:0.6875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zea03c92addf9c0441e889148a45dc8c { display:block; }
 }@media only screen and (max-width: 763px) { #d90f84dfb4eeecef534a2963be750311 { width:10rem;height:3.4375rem;top:0.6875rem;left:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f611422ad24258d9db000bcf48ba539d { display:block; }
 }@media only screen and (max-width: 763px) { #i2789ed27c4469668aac4ebd355c8c0f { width:10rem;height:3.4375rem;top:0.6875rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #t791c4d447bf751e3b83eeb7b03efecd { display:block; }
 }@media only screen and (max-width: 763px) { #U0498bab704857cac8b20e5523c68024 { width:10rem;height:3.4375rem;top:0.6875rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8a4a8d429c9b447c1c55fe6dc220d40 { display:block; }
 }@media only screen and (max-width: 763px) { #M0c36e8a7951672ad0bc05eca5be439b { width:7.5rem;height:1.875rem;top:1.4375rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fb808933007d0dd57b0423a5645ed076 { display:block; }
 }@media only screen and (max-width: 763px) { #Wd3vfSKRZTMFPKUQ5ErWbbKi7yiKIk7T { display:block; }#Wd3vfSKRZTMFPKUQ5ErWbbKi7yiKIk7T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f2nO55QBAVhnyiwkkVoobHQ8mDgTFs26 { top:20.8125rem;left:0rem;width:30rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxCCE2scCoEIlfpORR8MZrNWv7LtzWBq { display:block; }
 }@media only screen and (max-width: 763px) { #eDg7bkPQiafs11ta3El6q8a0rhBvtwlo { top:20.8125rem;left:17.75rem;width:30rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJtrFuWKLzS3JVCHI7OWPWqRmoATP9rU { display:block; }
 }@media only screen and (max-width: 763px) { #p6GCRILrpgey3PcRfheDJzVW21nmHJGd { top:3.0625rem;left:0rem;width:20.625rem;height:6.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEpVnGo1so3U7wbm7BJtdp8eiE3c60yZ { top:13.875rem;left:0rem;width:24.8125rem;height:2.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxfBc1q1M0T6br3aFwr7T2vQW4Xvz1HN { top:10.5625rem;left:0rem;width:9.625rem;height:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieGNr1CimxtMNQrVoXmKp6BWRlDmnZzf { top:11.5rem;left:0rem;width:4.625rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHJuIUk6C56laNzXiRI0yxNwQcR0ZUqC { top:13.25rem;left:0rem;width:12.5rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZqTf2sPfCVJMuTUpb9lSJzntGVxcT6r { width:7.5rem;height:2.125rem;top:16.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMDlMZpZNlrDqxllgefwv9xTlByszHlw { display:block; }
 }@media only screen and (max-width: 763px) { #eWXIPAKVS5lTtOxyspRKFqrsQJnZrVKg { display:block; }#eWXIPAKVS5lTtOxyspRKFqrsQJnZrVKg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GZ2KsXSsu8B8v9ZZeNoxFQS7UhagikBi { top:3.625rem;left:0rem;width:30.1875rem;height:6.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQ5LCJkG6k09ZeHDr0rqqNisa8R6CqHI { top:11.75rem;left:0rem;width:4rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzstS1aGuTkbkq0Esbrpcp95eGuETsys { top:24.625rem;left:0rem;width:37.5rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdyIElnnhQaH7arKRGysKAFH9NgNlJuH { top:24.5625rem;left:10.25rem;width:37.5rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWPXslhITH4n8KkDDao9pwRvQEmENPtL { top:25.8125rem;left:0rem;width:37.5rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgXUE6gDoD7WJEMVtNB14tTKeEQQeNEP { top:25.8125rem;left:10.25rem;width:37.5rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G697qZaKAUHceldbBihf89e5gEftZWx5 { top:24.6875rem;left:0rem;width:47.625rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #url4HgK7DgxbgquvT0EK2qIlitXhQxsE { top:11.3125rem;left:0rem;width:18.5625rem;height:3.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPccWxZA7XTTGI9EVSsMhAEvCpGkNG9i { top:15.125rem;left:0rem;width:30.75rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAbRa5X4Bnc7JZu2DWK0lcS2owNuL0Nl { top:14.5rem;left:0rem;width:10.6875rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHqb9PDOqmgkAcOKJPqihUQ5SSaOxCIx { width:11.1875rem;height:2.6875rem;top:19.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBe8ObhmIOXc8HvDiRStkfx2VUhW6uzq { display:block; }
 }@media only screen and (max-width: 763px) { #SiaPFe5txMcbkzIzTyF7Tci1HlPdruhn { display:block; }#SiaPFe5txMcbkzIzTyF7Tci1HlPdruhn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XLdfSRCEHD4MzuwW5zAvNq3qcsZTfzR2 { display:block; }#XLdfSRCEHD4MzuwW5zAvNq3qcsZTfzR2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pqL4omfdLGWaUMvSnV2s6eUKBCt0LrHq { top:1.0625rem;left:0.25rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PG9OSrSNwk0Z09LJwU4Tx8LpsOAuXU1B { top:1.0625rem;left:16.125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaKgi7lK8a7dQpkkNF1EPOiCIt9wxU74 { top:1.0625rem;left:31.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Coyv3oaoCk9WVRZgWTsIgTmcEobcS92R { top:1rem;left:4.375rem;width:8.3125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6TA6VJxtR6UQd7D3xKSZycs3GctoHQR { top:1.0625rem;left:5.875rem;width:5.25rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPzNmyqhuGg6Oh4XaylgXfUSdEyd13W4 { top:2.25rem;left:4.5625rem;width:11.3125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nA95bi0Rb9f7AAPZ2heZFo2Z1WnTe59e { top:3.25rem;left:4.6875rem;width:8.25rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L46iCz4afuUx0sSW2XXaVV77IXDrirXd { top:1.125rem;left:20.25rem;width:8.3125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zScIPl24p6ZlfD6FvihWOi7zFEWX4JOb { top:1.1875rem;left:21.4375rem;width:5.875rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJtLm7aEvwFDt965FunknmBiXfsnxOel { top:2.375rem;left:20.4375rem;width:11.3125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVoIZq4tKe41FpET6piaPegbPPwGCILC { top:3.375rem;left:20.5625rem;width:8.25rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8PNuogdXF41Oql7bf4vTtBgDqGeQUXz { top:1.125rem;left:36.1875rem;width:8.3125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JL2ppCwwgNiLHlS1ZwR2Zayc48t2ILr5 { top:2.375rem;left:36.3125rem;width:11.3125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Chq6CcRT7pf0Bu2WTsb6lyJI7Lipev8A { top:1.1875rem;left:37.0625rem;width:6.6875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSHv9ImTDMOh6MdwmVup31F6wZkTX3fB { top:3.375rem;left:36.0625rem;width:11.5625rem;height:1.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJWHB8uWz4NOM2ZDoHhnxCvEtPvE3apq { display:none; }
 }@media only screen and (max-width: 763px) { #NeQVGzshB8daBtrsRtHSbWoDzQOKQoTK { display:none; }
 }@media only screen and (max-width: 763px) { #s0TiDJZgw2mMJMoffcP3chsT9Nivpzmg { display:none; }
 }@media only screen and (max-width: 763px) { #MuqV1TR5xSiq0VeO67ua3f0951IATZhO { display:block; }#MuqV1TR5xSiq0VeO67ua3f0951IATZhO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JEynBrx9025gsxHnefUMFldc0bAkTzS7 { display:block; }#JEynBrx9025gsxHnefUMFldc0bAkTzS7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rUgyHaBypJunrwXqS3gRm5ybFcwAAhvs { width:19.25rem;height:26.8125rem;top:1.375rem;left:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 .widget-regular-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 .widget-input-text { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 .widget-textarea { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 .widget-input-select { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 .widget-input-button { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 .widget-checkbox-label { width:15.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8  { width:16.25rem;height:auto;top:1.625rem;left:29rem; }
#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 .radio-container { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 {display:block;}#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 { width:16.25rem;height:auto;top:1.625rem;left:29rem; }
 }@media only screen and (max-width: 763px) { #EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 #nMPEoibf2hxPXyKHgAsrUIRVk3FxQMf2 {  }
 }@media only screen and (max-width: 763px) { #EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 #udfIc9zV2zpFPaBqJyBAumFh9QJ2dTcf { display:none; }
 }@media only screen and (max-width: 763px) { #EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 #AfG24wLNiBo7kQ0Ru3B6nwDctSbHUfhh {  }
 }@media only screen and (max-width: 763px) { #EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 #BO1DHxHNsxsZAOhvFI5QI6K28McUESAT {  }
 }@media only screen and (max-width: 763px) { #EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 #Upcmrxx1sfH7b3fEThaTVIrLqw1BPbQO { display:none; }
 }@media only screen and (max-width: 763px) { #EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 #sB53UyywBkXZIaDGPRFP1AhwICHoblKX {  }
 }@media only screen and (max-width: 763px) { #EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 #aLyOKwxU5QPBt3VCXbcIgcV2bW1JUQv6 {  }
 }@media only screen and (max-width: 763px) { #EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 #oaCubVumJzeOZFhO18oDE8lO8eZPNi95 { display:none; }
 }@media only screen and (max-width: 763px) { #EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 #GIINqHId7laDHH8BPUU6cdwnfs6W3knt {  }
 }@media only screen and (max-width: 763px) { #EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 #hoZ2rHThUEyAiBr4J11a4ivLrMgKzKTx {  }
 }@media only screen and (max-width: 763px) { #EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 #Z1rfiIyWHiQMHXJtmo1x0EL3yyNyunSQ {  }
 }@media only screen and (max-width: 763px) { #EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 #EGFWuda8zb1QiQ5cvdgtPe3vEDQUrTNc {  }
 }@media only screen and (max-width: 763px) { #EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 #PXf6ELoinWc9LLKVtnaMH6gCNk8oJrka {  }
 }@media only screen and (max-width: 763px) { #EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 #QwCfvdSigSeTG2R5PBytD0Bhuipm9ier {  }
 }@media only screen and (max-width: 763px) { #EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 #C5TLwMMD8Thfq1T0TTH4Q5zNcdznmTzv {  }
 }@media only screen and (max-width: 763px) { #EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 #yH4EPDoO2cuCAfBsMWmH8X4pwclT4zxQ {  }
 }@media only screen and (max-width: 763px) { #EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 #L2uAWgikbKB72T8JCc7De8ykbiF2pWhk {  }
 }@media only screen and (max-width: 763px) { #tBv2cbDk57M4wmAUTCyxUPpZyWGa8dbN { width:34.6875rem;height:1.4375rem;top:7.75rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkwAr0c6xNOTF6kSqwOWGgCSNiX9a3SC { top:1rem;left:0rem;width:37.4375rem;height:5.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hukThmg7uexkKhxFpiSgGElnihQytaqy { top:11.0625rem;left:0rem;width:43.25rem;height:13.8125rem;font-size:0.6875rem;display:block; }#hukThmg7uexkKhxFpiSgGElnihQytaqy li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e0e6ca9de14a26a337f2180e8aa6bc3ce75ce723.svg); }
 }@media only screen and (max-width: 763px) { #TKKCwPnTw65TBB7z0gZQWpmd8OlCTQVp { width:9.375rem;height:2.5625rem;top:26.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRPD6EL8Eo3SL15QrJSFf27wXWUAGzJ1 { display:block; }
 }@media only screen and (max-width: 763px) { #dkXVFXLIUtV9lD83f3zmsxWxWXNJUBVb { width:9.375rem;height:2.5625rem;top:26.5rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6xmcfEJpU62Ey2ASZC6TlRp1w1BSBH7 { display:block; }
 }@media only screen and (max-width: 763px) { #O37LMXQQPbihTS8vi7wkagqDPdOwPmOO { display:block; }#O37LMXQQPbihTS8vi7wkagqDPdOwPmOO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m9bl0NZ9FIq0AN6TBT52t7fb8SmbHGgJ { display:block; }#m9bl0NZ9FIq0AN6TBT52t7fb8SmbHGgJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o8TGUIL5KUuQPSBw6UwJyrqlLD9bBm59 { top:0.9375rem;left:0rem;width:28.5625rem;height:2.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCm7TKiDXkC7JZ03sFl7v0vM0RL9lM6p { top:4.25rem;left:0rem;width:26.3125rem;height:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gdgci8s2KuL9nszmkfF55lDna8P0lVlT { display:block; }#Gdgci8s2KuL9nszmkfF55lDna8P0lVlT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kxs5yp7mwM7sxcuA0TbQPJd7ld5a5Mq3 { top:8.75rem;left:23.875rem;width:6.3125rem;height:0.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsVbLIxMOQtNCcy1VrI7gexI7sQt4K0A { top:11.6875rem;left:18.9375rem;width:16.875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxBQcthFNoe97SGx09bzTZFdSlaSkotL { top:12.125rem;left:24.1875rem;width:11.3125rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbZ3lEin9wuTsKFwCX6ryOT81Fy3GU8Q { top:17.125rem;left:23.875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWqVAUK09lp6sCFO7HzX85oqQ9U99IDP { top:17.3125rem;left:26.46875rem;width:5.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9tac0fO2rqQhUWqqEtgoElTbxnVNI4X { top:18.4375rem;left:26.46875rem;width:4.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUxxTTRa6enIK5JcgVAZ6Jgonrhg2gTU { top:20.0625rem;left:23.875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1GTTGQzxFCcdKnPRcRn6IRaer6KhRL0 { top:20.1875rem;left:26.46875rem;width:5.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsBJFHpl8ufibNwymBzMHbx29Jb5xN7C { top:21.3125rem;left:26.46875rem;width:4.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHEWvxFiNzR2i683yuU2bWx5c8h7SZgl { top:23rem;left:23.875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVHHnoIvcvxxZQyEtZXgktN8Z3BhrTdf { top:23.9375rem;left:25.9375rem;width:9.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhUsuMJwQkl9ocSqKllDxFIXsgmuOKSE { top:25.9375rem;left:23.875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IflpzHfVU2ynZTNXM3aUF3dgBP8NLz2D { top:26.125rem;left:26.46875rem;width:8.1875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFTE0pCREPMolHPPBy5qKy60yGRprl15 { top:27.25rem;left:25.25rem;width:10.5625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6JoLJ8QNz4TH1SmxdA1fBpGpA979WX1 { width:10rem;height:2.125rem;top:32rem;left:24.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAC24mU5VAwOfAaMEOuJ6bcENxoI0Tlu { display:block; }
 }@media only screen and (max-width: 763px) { #LXi1nTU7A4AIkvGU39kdLH8thkr5G3ib { top:0.875rem;left:18.8125rem;width:16.875rem;height:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lODUeQHbPtVeyJqOgBpTETJXynwNfWqo { top:3.0625rem;left:21rem;width:14.8125rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKmN6sqw7EuHthxb8UqcwXALVMtaaHVP { top:5.9375rem;left:23.3125rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #llNOpePMV3L6uMlKBoZqT0NAUPP7uNxT { top:6.875rem;left:23.875rem;width:10.875rem;height:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0WH5poukGm70vTdPc8aELrtlp9wzRAH { top:0.875rem;left:30.75rem;width:16.875rem;height:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNRItaCdFBBxnAvlP1ScK1ZovWG6qXxI { top:3.0625rem;left:32.875rem;width:14.875rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNdHg5MIP3UfFf7LdUVNhhEtBg5EKkTt { top:5.9375rem;left:35.25rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8yzdvoTeWc7uSIzxUpKntgV2cD36toA { top:6.875rem;left:35.8125rem;width:11.1875rem;height:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmWDN8ft7VOKzKxtMSHBA4mrzOdoRx5U { top:8.75rem;left:35.8125rem;width:6.3125rem;height:0.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAVMKDLCX71Tlg0fLke47D3ECxSaMXpq { top:11.6875rem;left:30.875rem;width:16.875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1WF9cb2uTvi9LJsu5II4AK120oGAeCs { top:12.125rem;left:36.0625rem;width:11.4375rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8rM1mZZokK91rTML80TLiMCtT4yoCnl { top:15.4375rem;left:35.8125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tC4zVvnQ0Axc9TBJaErJu23WcTDEvkHb { top:15.625rem;left:38.59375rem;width:5.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJRm4WynBfJi1hGBFBbRC0MeVmOAIDlT { top:16.75rem;left:38.59375rem;width:4.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuiezsWZIGyMl0AqTq9cL6H3KiTl51XG { top:18.375rem;left:35.8125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxhBTNBHxFllHtp4uHHNRSoqVqrEM1Pw { top:18.5rem;left:38.59375rem;width:5.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByLqgltJLFEFPDE5qHy2BpTiTmTzAl6u { top:19.625rem;left:38.59375rem;width:4.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcorTKS0JagxrxPUnTW8PkwHVQR925aH { top:21.3125rem;left:35.8125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlRkHppD6ynbvE4uJZXZTPh27GNLdEbo { top:22rem;left:38.59375rem;width:6rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9R4ceavK0B0pcHCXyV35lFKaUwbow2C { top:24.0625rem;left:35.8125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkJvtITE2Iq2qcE8dMNlw3shWX5dNkOP { top:25rem;left:37.875rem;width:9.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmoZQxiFLaJiF2I5GrX8lBnKCQeSV02C { top:27rem;left:35.8125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzQHklPvanUNR0Qcw9OsfEeLShfKpfQC { top:27.1875rem;left:38.59375rem;width:5.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDWTaUbqyUUDeWvqSSPbr8HHUwGr8RuZ { top:28.3125rem;left:38.59375rem;width:8.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rb9xAGz5n0weW004xUlTZGKpSQwCuWw2 { width:10rem;height:2.125rem;top:31.9375rem;left:36.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOrGVTNxD8fDQuUE9VT2vDdp2hasyqXD { display:block; }
 }@media only screen and (max-width: 763px) { #P9uuOJpVIniA09SlZASLpa4OsoUdvNfU { top:3.375rem;left:0rem;width:29.0625rem;height:5.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #no2OLeZyRUcrCcJLL9OU8BsakIyBXyFX { top:10.25rem;left:0rem;width:33.75rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQbm2qSIVMCQn4kNcILMo9gJK7IhTfBf { top:31.5625rem;left:0rem;width:34.0625rem;height:2.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzIW7odhE120I4EZF7A25TsGp9dRFZoX { top:12.25rem;left:35.125rem;width:0.6875rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7z1ASmFXEiyTSPDnolNZoI4f0qA69yN { top:12.25rem;left:47.0625rem;width:0.6875rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gM1ohKm8rqT3ltSa5t2Oxh6TVpCEgurI { top:1.9375rem;left:23.875rem;width:10.8125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrtLsTxzP4ci95gPnskQaLgblmJMzpPf { top:1.9375rem;left:35.8125rem;width:10.8125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iusdJZooH7KCIKqXlksgL6LLC5x4B7ZV { display:block; }#iusdJZooH7KCIKqXlksgL6LLC5x4B7ZV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wOOLI4WsptbE7tsyiwA4xUTxwSXlEcUB { top:0.5625rem;left:0rem;width:37.5rem;height:2.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaU9PlmLailO9ht6N0C1ueXRArWiWyeq { top:4.125rem;left:0rem;width:47.75rem;height:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #llBGrFGsLDvU7mGsoDe8QdXVMMKOnka1 { top:3.3125rem;left:45.1875rem;width:2.5625rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrwsuRhiwEfTNeocewECsfLsTT61JAq9 { display:block; }#SrwsuRhiwEfTNeocewECsfLsTT61JAq9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KnZ1pZmKkkggTo2Q1o21OVW0wa2ovTtQ { top:1.5rem;left:18.8125rem;width:16.875rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqDcOlIiR6zLRPEoMTdoJdO3hLED06pw { top:26.5625rem;left:20.625rem;width:15.1875rem;height:3.9375rem;font-size:0.6875rem;display:block; }#NqDcOlIiR6zLRPEoMTdoJdO3hLED06pw li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_94958409712aaf50a1b789e8b55b67f72eb7e374.svg); }
 }@media only screen and (max-width: 763px) { #zWbVcck8EsPfmIcpE1wVTZ70856WgQki { top:17.4375rem;left:23.875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzSuTSW5tyzsGzKmHtCv52u1FR8qsWqK { top:16.3125rem;left:23.875rem;width:5.9375rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXBAsg0xfG9nTwhgnRHoTWtGCPGAq3wV { top:11.4375rem;left:23.875rem;width:11.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbapnHwwnyGTecQ15m4hl3UvxGe4vKvd { top:10.5rem;left:23.875rem;width:4.25rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrS9vP4CFEMuZvMCluTP2RpEJvvlXaIL { top:7.625rem;left:0rem;width:15.625rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ta1FzMsM6dCtao4OEuO2MgxRQw8VZUn6 { top:6.0625rem;left:23.875rem;width:4.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSmtyEDua4LFXsmg4f16xtAmNh8itDTQ { top:5.125rem;left:23.875rem;width:4.25rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4dSutdbP6aySZqHFVbf60stBSZOohR4 { top:3.375rem;left:21.4375rem;width:14.375rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UER2H9HpZ2BKepmIvVovPfExs1xgwnho { top:34.625rem;left:23.875rem;width:6.3125rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBeo9bh9rHrEGVkM83lgiOGcnaG7TWxT { top:32.8125rem;left:23.875rem;width:10.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkShIkSTKndfwyNzNSSKk7mquJoXq6Ut { top:31.875rem;left:23.3125rem;width:12.5rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UekZ51U3Sse2tWxPtc6sv8M48lfC7heV { width:8.125rem;height:2.125rem;top:36.4375rem;left:27.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cheHRHQ6G99aJvLswrLUUei8KQJQme0y { display:block; }
 }@media only screen and (max-width: 763px) { #Z76VsUgIrXgzeyOurblB4BeKEIx3ZiHZ { top:16.125rem;left:28.71875rem;width:0.6875rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaZ5CWPTcGiAJknqTl7LLV5reQO7GyT0 { top:0.9375rem;left:0rem;width:5.375rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmXWcFBC3tT4wv1Nc9AAeu7hKnZWq7MU { top:1rem;left:0rem;width:4.0625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNnVl7cHD2ErPfTpsBBNlfccLzIiN6T6 { top:1.5rem;left:0rem;width:16.875rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbRQibUibv9PZQ95VHu3h8BTmMq0FeTM { top:3.375rem;left:0rem;width:14.9375rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHuqnwdK6KkIAha8ALHt4NrSwRPBrQnm { top:5.125rem;left:0rem;width:4.25rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRyxwFxRH5MNI0wupQiU3pT55WeacB1A { top:1.5rem;left:6.875rem;width:16.875rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTkPFBJxVSLxR32quWiEaKTFgPalU0Ev { top:3.375rem;left:8.5625rem;width:15.3125rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVRDwL45DTt4Sf0m74sfxgfKfXzHvMOT { top:5.125rem;left:11.9375rem;width:4.25rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ha6PnMRT6n7e9r44x0tKTnOnHI7lZqmQ { top:0.9375rem;left:11.9375rem;width:5.375rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQ2qChrdwP2GgVzlxxAfuFf8qeFRzsJq { top:1rem;left:11.9375rem;width:4.0625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOO963fK8dpWxTLn8okALdhz7ZlsUbrT { top:6.0625rem;left:0rem;width:4.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3WvnH80q1OOBf0g3wykyt9x65T5zsNy { top:6.0625rem;left:11.9375rem;width:4.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2kqWFlSlQL6zTixJkULAayfag6Kr7ds { top:7.625rem;left:0rem;width:15.625rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSAJCs8FVQCtykhya2wkHfR6BHAvUQ6t { top:7.625rem;left:0rem;width:15.625rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #grVJp9AZpqGhl9K36qge04mUsA7PXRuq { top:8.375rem;left:0rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6iUk9qrtgbQxsSONKHwoprG3dLN83GN { top:10.5rem;left:0rem;width:4.25rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhHBdi5ql04CtkN9BPReEV4ypvQRiEu2 { top:10.5rem;left:11.9375rem;width:4.25rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmoDZNiSesZUpvf0XcBr9Ng5yF1rJgeU { top:11.4375rem;left:0rem;width:11.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OR3EPQENUpWbrDLfewW7qwHzmLV2h50x { top:11.4375rem;left:11.9375rem;width:11.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvPxc9iGg3utVdC3Pxz0FbqkbTFUfHGK { top:13.1875rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CM89fXpVR7wWhU1BWkF9T1PmlHFonC4g { top:13.1875rem;left:1.65625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMmgg3aihKZzvV6vTR3phTHaLPFy5Xv5 { top:13.1875rem;left:11.9375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJ3G50F56Pc1P2xQJOXhG7WocamXGCOF { top:16.3125rem;left:0rem;width:6.125rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ms6fa7BgQOEpp2JBixEcSmEJGNeg37uo { top:17.4375rem;left:7.90625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIg0B6JWiDOyLJvatW9vWsGK34ra3xHN { top:17.4375rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVStrhBwzSKP6TdBKIa82wiMPryT7Rhg { top:17.4375rem;left:1.65625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #demZc9NAmkXOHolD7SodMpkq9h5ntV3n { top:17.4375rem;left:4.78125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7Ty6crvhc1t4hTAAp3Hw2oq4VfWR7Lv { top:16.3125rem;left:11.9375rem;width:6rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsW6Nfo0tklSEZMdgXqwLwPa9BSTAw7X { top:17.4375rem;left:13.59375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzJJcIwlqCkB2rBdlbqyAd3m3drvUhVd { top:17.4375rem;left:11.9375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTTAWZvqFF8tGJW5xRVl8flxvfqr8TAq { top:16.3125rem;left:4.71875rem;width:0.6875rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #olaaSRme2balqZTO0qcVHUGDkTXIHKcb { top:16.1875rem;left:16.65625rem;width:0.6875rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0iSGfoN0nkXydwBJBgrlgwZyiANMHSL { top:20.5625rem;left:0rem;width:16.875rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIb74qPi7kwGLh99GVi1kdyuIeRSLywg { top:21.0625rem;left:0rem;width:6.5625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEwDHl04Kii90Q2bHuXTb0sk8z0W8Qan { top:22.25rem;left:0rem;width:12.5rem;height:3.25rem;font-size:0.6875rem;display:block; }#dEwDHl04Kii90Q2bHuXTb0sk8z0W8Qan li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ec7b614c792671c2bb97f9281fe03826429ef5cb.svg); }
 }@media only screen and (max-width: 763px) { #TpSDnlv00m77DBnX36fLU7xJpPR8Hysg { top:26.5625rem;left:0rem;width:15.1875rem;height:3.9375rem;font-size:0.6875rem;display:block; }#TpSDnlv00m77DBnX36fLU7xJpPR8Hysg li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_94958409712aaf50a1b789e8b55b67f72eb7e374.svg); }
 }@media only screen and (max-width: 763px) { #PKTBx1EcfJIRUXybaGa64InGrfOzTk3k { top:26.5625rem;left:8.6875rem;width:15.1875rem;height:3.9375rem;font-size:0.6875rem;display:block; }#PKTBx1EcfJIRUXybaGa64InGrfOzTk3k li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_94958409712aaf50a1b789e8b55b67f72eb7e374.svg); }
 }@media only screen and (max-width: 763px) { #SvTBTPI5PEyV7rTTPf7QIBo2l6M3yahc { top:31.1875rem;left:0rem;width:12.5rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p24ugC1xgiPOVzkIrWxEBKNOFEmXmUqf { top:32.125rem;left:0rem;width:10.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ok6qKDZLsbxeZoq3rZWOTTMOTQkBIoT4 { top:32.1875rem;left:11.375rem;width:12.5rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1bIlhV6zAbi1FosnXShT1ZfL2ORUigL { top:33.875rem;left:0rem;width:7.5rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mn1dyxewBnWcNeUB4nUTrMRpz9cLGDq2 { top:33.125rem;left:11.9375rem;width:10.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qN7ehexGheqpG7brPdSylpiecaMScDgt { top:33.9375rem;left:6.34375rem;width:3.875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHtgTSk8fXUgP91VDHfhqNaOtzMGeG6c { top:35.25rem;left:0rem;width:6.3125rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaAMmlp6hPt0OPNIPLQaFlZ7pzC7vDSk { top:34rem;left:0rem;width:7.125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMO65CC6WUlNnoLT4B9DsUFeqJHaF4HX { top:34.875rem;left:11.9375rem;width:6.3125rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsatxmxWHukA5eQ7fr6UdrT0KfnUidcN { width:8.125rem;height:2.125rem;top:36.4375rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8kTXrUHaxXgsBHrIXaflI6zRPfryd2c { display:block; }
 }@media only screen and (max-width: 763px) { #DewfkDkTVT2mD3dynnmIMWzkum6JSSHs { width:8.125rem;height:2.125rem;top:36.4375rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNMC7tDg6EgoK1mMsH8B2a6wLoUzT2EG { display:block; }
 }@media only screen and (max-width: 763px) { #QFOlywvZteAPX8XSGyZnEW1FSk1TG4SW { top:1.5rem;left:30.75rem;width:16.875rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiHFafPfJkKkc7DKrVWvu30opT02dy6r { top:3.375rem;left:35.8125rem;width:11.1875rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Knk71JT5VoXO5QUPfF4JEUVKJrV4KfuC { top:5.125rem;left:35.8125rem;width:4.25rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsAO3pSHI4JFLX6iQwlyGMaGviT4y0HC { top:6.0625rem;left:35.8125rem;width:4.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0NWoceCe2lRVoC8RtyFFT7NVtvU4DUP { top:7.625rem;left:0rem;width:15.625rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RV0BhitBnvEfuAQBNmEsCTsTcnNTEHe8 { top:10.5rem;left:35.8125rem;width:4.25rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdirpPa2iiO1CR8vuZtrU9JIkB5dp2NK { top:11.4375rem;left:34.125rem;width:13.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGgJiK4EANwR5qP2CnEhUoo4TDkMcDEG { top:13.1875rem;left:35.8125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHLBFOBB1ClF9QT2MxXIMTtu8moNqmAK { top:13.1875rem;left:37.53125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyqdKPJy2mL5Fz2OAerxHtQpEawuLFiF { top:13.1875rem;left:40.65625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rbr2GfC7k3Jz85WNbqvUzgP7fqoN6BK6 { top:13.1875rem;left:43.78125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cW2DFUb3A6fkTkQbegbDKZQaT6Ww3O86 { top:16.3125rem;left:35.8125rem;width:6rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkXUTs1P7J6FPnvSPNUR6tL8TrzmEVbf { top:17.4375rem;left:37.53125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7HnOT50qT0NBS2iiaHu4wAApBCJ5Zzr { top:17.4375rem;left:35.8125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbk1lOTrqJo0RR85oUqkKmIH9iuzeagy { top:17.4375rem;left:40.65625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vvo8OSQFqP0JFoJGN1633aDUWIqT5B9w { top:16.1875rem;left:40.59375rem;width:0.6875rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktLB0bHo7TVDVns9X1yoLXJ8TsptJ7id { top:26.5625rem;left:32.5625rem;width:15.1875rem;height:4.625rem;font-size:0.6875rem;display:block; }#ktLB0bHo7TVDVns9X1yoLXJ8TsptJ7id li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_94958409712aaf50a1b789e8b55b67f72eb7e374.svg); }
 }@media only screen and (max-width: 763px) { #XOM5ZPc6LwOFU7701g0yw980R6aDXly6 { top:32.1875rem;left:35.25rem;width:12.5rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcPX3FEADTWckLg2WgO1VrdosIp6U9RK { top:33.125rem;left:35.8125rem;width:10.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnsI75R10CIfyOdCehGmhnpPwsP1B0Sc { top:34.875rem;left:35.8125rem;width:6.3125rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gp1tDnuSSoEMWAJZmOUbE6voXvpttxyh { width:8.125rem;height:2.125rem;top:36.4375rem;left:39.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4o7KWwofCguOpPEfgw4lX0QbOqTKouH { display:block; }
 }@media only screen and (max-width: 763px) { #f9EO0uZo4SzoKfo5roDWl7evQXuywX3b { top:2.4375rem;left:0rem;width:5.875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #td2p2PV40sOTuadAvTtQp4mw2I2sU8wz { top:2.4375rem;left:11.9375rem;width:5.875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeuOfiyuR1ieUIqTXfdSMgx1tHCzAMAv { top:2.4375rem;left:23.875rem;width:5.875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqPrh4THfWZUmANLai09zGGNtJudrB7i { top:2.4375rem;left:35.8125rem;width:5.875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ru8CWkda1HXoGW0Kmk3MDRUFtJaUQ1me { top:36.8125rem;left:0rem;width:6.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cg9bdpzhuMm4vNsaMbLoIKhNRNuWo5DK { top:36.8125rem;left:11.9375rem;width:6.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #adz3mbq0kqQ8plH0uvxccEUBU74I7UlO { top:36.8125rem;left:35.8125rem;width:6.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bo6VIxkADuUbLLrobW03ZlaDJtKgTT5b { top:36.8125rem;left:23.875rem;width:6.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jlcbl5HWOUspkB5PJJqoWKmc128n2aol { display:block; }#Jlcbl5HWOUspkB5PJJqoWKmc128n2aol > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dpaUq535n96tJs5VGE0xF7sa7C203I7q { top:1.5rem;left:0rem;width:16.875rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNpvGuNixVeAMiM5OrOvti9QKuiDx32o { top:3.375rem;left:0rem;width:13.8125rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6kHCXeVD4PE9o0qzgR1ZcJtBK9GvhD8 { top:5.125rem;left:0rem;width:4.25rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vi43FB7c6XGwRBVBgLRVmLCudz80AFgT { top:6.0625rem;left:0rem;width:4.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqi5IZlcF3JzK5RNc4AaPrJITNR2DDt0 { top:7.625rem;left:0rem;width:15.625rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVcPiGvBoDAQLC6GlgrwpaAiZe626dIw { top:10.5rem;left:0rem;width:4.25rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNkGfV7QsTdcAlmzLseuTEAomnwWbVOA { top:11.4375rem;left:0rem;width:13.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9GgkVgxF1aoq4C5VF1nbQXtel0aWFUL { top:13.1875rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4pMsJMWr7Tmq5sJFf1nMQ0S0dKXhqL8 { top:13.1875rem;left:1.71875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuyiBg1k1uNMq3usPdqGxwrAs5RLeNZN { top:13.1875rem;left:4.84375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbHEv0FtnXHXWmUPm4lrarAA2WcP5vSD { top:13.1875rem;left:7.96875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5gwKt1HynC8WaPahSmm1zquQK7htqde { top:16.3125rem;left:0rem;width:6rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgJ1Pm3nIhq5nfG0vvxRo3vkPuSgdplu { top:17.4375rem;left:9.4375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZV1eN4TVcNDxoI4rk6KpgJ8Z1pJ4ynyb { top:26.5625rem;left:0rem;width:15.1875rem;height:4.625rem;font-size:0.6875rem;display:block; }#ZV1eN4TVcNDxoI4rk6KpgJ8Z1pJ4ynyb li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_94958409712aaf50a1b789e8b55b67f72eb7e374.svg); }
 }@media only screen and (max-width: 763px) { #IOg93ivGPzisi7MHXsTefDIhHou3pQIQ { top:32.1875rem;left:0rem;width:12.5rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #baS5FmgXVUkGBv38OX9EpwtTcB1csFuB { top:33.125rem;left:0rem;width:11.6875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1vzzxy1Vv3tBvbhJ80dDWRHCI8inReZ { top:34.875rem;left:0rem;width:6.3125rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6hOc1BIaWu2WPqv7S47l04z5K0d8orc { width:8.125rem;height:2.125rem;top:36.4375rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8Aiu1DuuemcTp0US8NvlO4J9TnVtFEl { display:block; }
 }@media only screen and (max-width: 763px) { #T0wc2DaUqniE28ZOQJTyz2zXV6qUBCbS { top:17.4375rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBf66wQeHytVrZaveLTOQBIdPhT8uaGw { top:17.4375rem;left:1.71875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pffwHo1wAl7ValQZoTu80SQNXuRWTNni { top:17.4375rem;left:4.84375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hz35vqBez9whaWkCNrCVvbSGT4UbW9FG { top:17.4375rem;left:7.96875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFOD0nQ8BnBygT7fLN4yEF2o5lxR3TIb { top:20.5625rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDdHSlNxQ6i5CwwHkD62Nx7Amu4zWUkK { top:16.25rem;left:4.78125rem;width:0.6875rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3kQyvtvct2UR52CaBEdg2wCheyQ07VK { top:1.5rem;left:6.875rem;width:16.875rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJupZt6U8u6CIOtX4mze7A4w25CoxTGv { top:34.875rem;left:11.9375rem;width:6.3125rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5rlTe0U4RoOU4xfCTgpoL0w4MA5S1rZ { top:33.125rem;left:11.9375rem;width:11.6875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbpkCy7iw8bPsfWTsoLKmzbND4lbKE0F { top:32.1875rem;left:11.375rem;width:12.5rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0DJ8kg23VvEQMkTcsn8P9pX7OFXK1x5 { width:8.125rem;height:2.125rem;top:36.4375rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkZ3wvAT0IUB79TLSf0CzL6kzkCGwpt5 { display:block; }
 }@media only screen and (max-width: 763px) { #bz3FlzqBPm6kKMcpUCNb8Eh96U93aUtr { top:26.5625rem;left:8.6875rem;width:15.1875rem;height:4.625rem;font-size:0.6875rem;display:block; }#bz3FlzqBPm6kKMcpUCNb8Eh96U93aUtr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_94958409712aaf50a1b789e8b55b67f72eb7e374.svg); }
 }@media only screen and (max-width: 763px) { #WRTrGdJP5HxPSVrfK0UdsrEAwt4VOEmr { top:20.5625rem;left:11.9375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSvM7bk8Nmd63ZwPlVIhVaDeoovPck8I { top:17.4375rem;left:11.9375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P692SnUIkbA4oBlifT9rMQPCWBruqH4T { top:17.4375rem;left:13.65625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9btLFhgGpiW7L7LhwgfAoksNX9cR5oO { top:17.4375rem;left:16.78125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJLrfseBPrnlq0tSuTPNc2daipNruzK8 { top:17.4375rem;left:19.90625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #euVTPaAeqC0mGprCHnWlyAf0HCxKwAwu { top:16.3125rem;left:11.9375rem;width:6rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i28Q6FpgmT6RawuNqFTwxqKvg5NLLz8v { top:17.4375rem;left:21.375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FARfpa9u6BdO60t9SZD244DqT5f23XMK { top:16.25rem;left:16.71875rem;width:0.6875rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8oecvBPdht6t4xlw3l7oaL11TFXO5Tb { top:13.1875rem;left:11.9375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aU6yeywLywi84UHC4hxJvtTfm2hV9RKg { top:13.1875rem;left:13.65625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4CpbXZyO5pbmSPCSzGAsrH39sd6ySM8 { top:13.1875rem;left:16.78125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dloSd9yRrr065nDoZSObhbpwqdgLXT41 { top:13.1875rem;left:19.90625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T28oNBi43VQVoINluxG3NMP31ab6wgHb { top:11.4375rem;left:10.25rem;width:13.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQGcVwAm5B3MpWT1R6CToKENcw0b9iWE { top:10.5rem;left:11.9375rem;width:4.25rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7rRDindz2By6CLRs0rMPxgRUnpxwAMN { top:7.625rem;left:0rem;width:15.625rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xiyl68io14F0pl7i2kWsMUoc9CxMJXp3 { top:6.0625rem;left:11.9375rem;width:4.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmhDsEc8csTD7i5vXh9lBkKQT7scTplB { top:5.125rem;left:11.9375rem;width:4.25rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #augeD3szNXbeoKDDFHMv3ml6h0O86LrD { top:3.375rem;left:10.6875rem;width:13.1875rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFTJFLt9mi1bq4k6xiL6zJpT8zxRrlUO { top:10.5rem;left:23.875rem;width:4.25rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2Xs8svAnusL5wV080DsTcE01hvqOpLZ { top:11.4375rem;left:23.875rem;width:11.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKrHr5BrFr11xKGa4MbLMlEFqe6IgWGb { top:13.1875rem;left:23.875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OveULxLsLC5FayBGmgOz1A6W6tUexB3d { top:13.1875rem;left:25.59375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1T4VtuQpR25sy5ml9an3qATTLy6rOVd { top:16.3125rem;left:23.875rem;width:6.125rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTGi261eNPg5MKi0K5N5tkEXUuKe4vD7 { top:16.3125rem;left:28.65625rem;width:0.6875rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKxzkKNdAfaDnabmo8oaXMswreUfVUla { top:17.4375rem;left:31.84375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQmsO3UUEQr5GRtvn1EMd6bEJ2v89Si8 { top:17.4375rem;left:23.875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXiHpJ6Th9FStCJTGyxWQkcHGQt7KnpR { top:17.4375rem;left:25.59375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMpANt3F4bxTCJltOGT1HDD4722J0Thd { top:17.4375rem;left:28.71875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahBwiM3ZX45pq1tgQ10ToMp4eVX8k7oN { top:26.5625rem;left:20.625rem;width:15.1875rem;height:3.9375rem;font-size:0.6875rem;display:block; }#ahBwiM3ZX45pq1tgQ10ToMp4eVX8k7oN li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_94958409712aaf50a1b789e8b55b67f72eb7e374.svg); }
 }@media only screen and (max-width: 763px) { #LOzVQ7kVJtBREsEOBmf8NnqbVUz65vsB { top:32.1875rem;left:23.3125rem;width:12.5rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #evhGUcnhQKXOcnBnyiLkMIFIaJAOsZOk { top:33.125rem;left:23.875rem;width:10.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMCKPG8KmNrT33vRseIV95zyxxfOLTHB { top:34.875rem;left:23.875rem;width:6.3125rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCE8TIfbaxrAOEd5zZsnJlu4fTT6vFxi { width:8.125rem;height:2.125rem;top:36.4375rem;left:27.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8KNpCIXtLmyMJddBEkrEAVASg9pVUuh { display:block; }
 }@media only screen and (max-width: 763px) { #H3UrH0TFQLl5BpaFAcRMpuWI4ql7tyG5 { top:1.5rem;left:18.8125rem;width:16.875rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvU5qKyaE3mcCPDtciXWuHxdH8zQJ7ti { top:3.375rem;left:23.4375rem;width:12.375rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTbE85HDyEalWvJfu7ltd0pedD8hJTmE { top:5.125rem;left:23.875rem;width:4.25rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbqEKGMopeEtkvLNJHmJ3kLhZVN1p9qr { top:6.0625rem;left:23.875rem;width:4.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3VA8AT662nkvVArq8pbUPcFswtcw4xF { top:7.625rem;left:0rem;width:15.625rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qo7b1kTOzJo0hlEPupOP6FxabvcTXxuV { top:16.3125rem;left:35.8125rem;width:5.9375rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGT5JUCmUlX7sr8TaVqUNaqBLZu6xqVR { top:16.125rem;left:40.65625rem;width:0.6875rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIN1VHMEMaXa9rSnTMXJHGGy3RKcaTcK { top:17.4375rem;left:35.8125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xx6nANphyNCxGiIBEDQWbc0CpekW1bQ9 { top:26.5625rem;left:32.5625rem;width:15.1875rem;height:3.9375rem;font-size:0.6875rem;display:block; }#Xx6nANphyNCxGiIBEDQWbc0CpekW1bQ9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_94958409712aaf50a1b789e8b55b67f72eb7e374.svg); }
 }@media only screen and (max-width: 763px) { #zAL8rLHRaSPJeaUhHf2GKQf5VMxzr4SM { top:31.875rem;left:35.25rem;width:12.5rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMlSOD0iRoIafK10AU8a1zv8xJXOqdhJ { top:32.8125rem;left:35.8125rem;width:10.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhX5iq7b3Li6vm9NKbPcI8F9HCcQukvJ { top:34.625rem;left:35.8125rem;width:6.3125rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhdgc1B1SnbJVWbrMMJF5osF0Kd1RGTb { width:8.125rem;height:2.125rem;top:36.4375rem;left:39.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGzx83d1z73nFZWyn1GPUUd0WdUMQ0P7 { display:block; }
 }@media only screen and (max-width: 763px) { #kpWkVPFHBDmk8195wReLblAA7MNbbHF7 { top:1.5rem;left:30.75rem;width:16.875rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nko6CUwWEE1ql3pboxs0NKRR0Z4DmhN2 { top:3.375rem;left:33.3125rem;width:14.4375rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J43xGAuidLKLEETzTU9rhLIdZv9Wq0kp { top:5.125rem;left:35.8125rem;width:4.25rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqTkGJ6Oqkgv4esV0RuQKsiiD1wM8ZfF { top:7.625rem;left:0rem;width:15.625rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NG7Vio3iCKQUT9PwXT9EGVDqk2gEPJ0d { top:6.0625rem;left:35.8125rem;width:4.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWKsQJWCgJRrI67rRGVKWQtu17ReZ8pH { top:10.5rem;left:35.8125rem;width:4.25rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFIC61oM7SFLhaJNPN9QpEh6lohUAaEc { top:11.4375rem;left:35.8125rem;width:11.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIO73e4IRxJTJwL9sNMfJuwecFb7JiV6 { top:2.4375rem;left:0rem;width:5.875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWGqLenBmyP3VSZFwZO87iC0CZyTgP4r { top:2.4375rem;left:11.9375rem;width:5.875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rke6BbxiMy9GzGIyCq37d3drmKvm8H4D { top:2.4375rem;left:23.875rem;width:5.875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3pbBPe6twqZdnPa4ksqIfKcMfd9zAoU { top:2.4375rem;left:35.8125rem;width:5.875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiR0UGHRmVtn1D1yOSqeOUyIixv0zQUx { top:36.8125rem;left:0rem;width:6.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7RBvMxC3Rg5DTtSsdSAPnBQuMGDKHgT { top:36.8125rem;left:11.9375rem;width:6.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIQ5T5DJ85dhRT2gD9KvpQGrT6CNBv37 { top:36.8125rem;left:23.875rem;width:6.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaaQ57Md3LFlarDkzTISMQvEBLDR3fxP { top:36.8125rem;left:35.8125rem;width:6.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FU4zJPpLDDqB81t9BDkhlMfTLwJnGgLh { display:block; }#FU4zJPpLDDqB81t9BDkhlMfTLwJnGgLh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BJKcTWHa8IkEShU9J9I7D2WVqJ2Tm2I3 { display:block; }#BJKcTWHa8IkEShU9J9I7D2WVqJ2Tm2I3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mNPTJXu51uc4lQoPBEARUNcGIHuTXfyJ { top:3rem;left:0rem;width:29.5rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2LFzhK8TH2uI4KpJVWmVl2JphGSNSr4 { top:0.4375rem;left:0rem;width:28.625rem;height:2.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6x5uDBHyQtxuvwQfmlVt59wuy5T70Qx { display:block; }#c6x5uDBHyQtxuvwQfmlVt59wuy5T70Qx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C1Mv9cBWOxHOb35DXWT2ObyTVbVTChzA { top:2.5625rem;left:3.25rem;width:9.375rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQoQB60ymggSIFXglR5VL32H60wviQQA { top:6.1875rem;left:0rem;width:18.75rem;height:3.5625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSeqimMWa56rMJQX3iN9H9BQLp3QHO38 { top:5.75rem;left:28.875rem;width:18.75rem;height:3.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbMdreDxEQ0A7P9QAtlRDxzL7hQMUaHC { top:4.1875rem;left:3.25rem;width:9.125rem;height:1rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLe39Xn75brzyUFnDyJGQ6MHaC8lCK5m { top:2.4375rem;left:34.75rem;width:4.875rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEaWsMox28LhudeMXepgIRcNHFdZiVqA { top:2.75rem;left:19.125rem;width:6.875rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlL5VLIkJ8QJ6Gx6UOVP6h4i0pT5TzKu { top:4.375rem;left:19.125rem;width:9.1875rem;height:1rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZH7ye70sAWhpwrNyHUsve2KZqTfXqSo3 { top:6.375rem;left:13rem;width:18.75rem;height:3.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTi3RtdLz7HMSfQTTXIr0z9GLnXdQ9Cq { top:1.8125rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lx0EWk8bGgQx4BkZkUEtHIqNGZ7ty1AJ { top:2rem;left:15.875rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn2PPKkOcUNNoPBsrNXLSEGcmoVVfSoA { top:1.6875rem;left:31.75rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtJ7bJsMbOCcqznE99wVNEw66iAcN5ZL { top:1.1875rem;left:0rem;width:21.4375rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5lyJ7Jln1V5xQHwckgiKsLifIcr0zPk { top:1.1875rem;left:10.1875rem;width:21.4375rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmNGlgLZTtss2ZAvHvlvJaqwZJ2xXM2e { top:1.1875rem;left:26.0625rem;width:21.4375rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3MuqTkoWTfyErPPu7fzBo9W1T9CznNx { display:block; }#N3MuqTkoWTfyErPPu7fzBo9W1T9CznNx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a1zh8EqypXM1VlyUXVv8dDQTTzZQT6sJ { top:6.3125rem;left:2.03125rem;width:7.875rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsHMe00nG0WTGk6Do4mKo0QN0V8y1F5I { top:7.6875rem;left:13.5625rem;width:8.6875rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMeZl68FscoWE2374F9kVDIBuFm3KgNy { top:8.5rem;left:25.4375rem;width:8.8125rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ftpqo8es0pZclOcs50vxsTG51xbwkzCP { top:7.0625rem;left:38rem;width:7.5625rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #azshsH6mmslGLKl4EE9mnhJfLCzG8UB6 { top:16.5rem;left:2.34375rem;width:7.0625rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #brbM35VP9mUCPPn5WdRnAzPD3QABZCvA { top:16.625rem;left:14.9375rem;width:5.625rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZklyNMw2JklHWpFCWuw0qf80oTR3RJZ { top:16.625rem;left:27.4375rem;width:4.375rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsyR7foFTRFg87KqO17AoxnAO3e9HhU5 { top:16.625rem;left:37.28125rem;width:9rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxWmZdeePoxfViibmv3b59uWwJ5gSi03 { top:19.8125rem;left:0rem;width:47.75rem;height:;font-size:0.6875rem;display:block; }#NxWmZdeePoxfViibmv3b59uWwJ5gSi03 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_393f4050399e18c070866ca83d2ee183a9f2e51d.svg); }
 }@media only screen and (max-width: 763px) { #ZnrvavdFhxtVzETNbohG5QRT8bhMlOox { top:21.5625rem;left:25.90625rem;width:0.6875rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwgnRb5HZ6lXXhzqlkyHbEJUD4bNtMs5 { top:16.375rem;left:0.90625rem;width:10rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGOZZAC4NnQHKoAOPWnZ2sI84N4Xa4aR { top:16.5625rem;left:12.90625rem;width:10rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRXnWIHzOH1foFxyIlZHQRydE72Eo0IT { top:16.5625rem;left:24.84375rem;width:10rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMH0QTmVzvXcg4KwZrZ25Q5BBfkT9act { top:16.5625rem;left:36.78125rem;width:10rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hu1cXhTk3Rq5LxgW5s0tURuPHyGNKEa6 { top:1.5rem;left:0rem;width:10.625rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2MFqT5r5N6U3Nz9TFCENVsLTG7KPsS2 { top:4.5625rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dn5CfWONdsJNC8Av0oNE5S1RC6IdymFH { top:4.6875rem;left:11.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtrQVxGtPRND9PyGTKabRciQFyBt7csl { top:4.6875rem;left:23.1875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J86UHylssWmfqREMyBxM2kuXrRmRNZ1h { top:4.6875rem;left:35.125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHMkhdTEDRySJtLLGczT26qBA2ltFP2p { display:block; }#nHMkhdTEDRySJtLLGczT26qBA2ltFP2p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q42Ta6TGXdUDxTdOZkSbzXo9P5aXPaFn { top:1.375rem;left:0rem;width:21.75rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDOkXGRwCW0Hkx2Zn5EPJNTk0dsGmXza { top:3.9375rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkO4HpMOJTzPoI3Jnm3g0uTwdWuP1Tpi { top:7.625rem;left:0rem;width:14.6875rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCWyKo616Hmp1J4rEzHdDnCPQTM9PP7W { top:7.625rem;left:32.8125rem;width:14.5rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWlGC7huaaRbDBXZVrSSpLk7U5Sh4c2A { top:7.625rem;left:24rem;width:14.5rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rx0D9kaPCOtNUyw6FHH5zzOkVAptZTNu { top:7.625rem;left:7.75rem;width:14.5rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GImBPRbZcsfxcG70NyNXiB7qxetXrzE8 { display:block; }#GImBPRbZcsfxcG70NyNXiB7qxetXrzE8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zcsEoym06xg7JsUG04OQMPbelHEV200u { top:0.625rem;left:0rem;width:47.75rem;height:2.875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W32iTod9I7TxDTVBEeyevenKgtN22z21 { display:block; }#W32iTod9I7TxDTVBEeyevenKgtN22z21 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ieGShuEO8OblCSo8tsb5yZU9oESWVlF5 { display:block; }#ieGShuEO8OblCSo8tsb5yZU9oESWVlF5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c8232426fc7ed5d19af407107414c6ca { top:6.9375rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ve65d627b2150ca9a4adac3017c67c23 { top:7.5625rem;left:10.5625rem;width:8.3125rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l242bab81a58f72faca2a67f97cb3a4a { top:5.1875rem;left:0rem;width:8.0625rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p30cfac6c73db7e1f11056343e4920cd { top:4.5rem;left:23.5rem;width:11.5rem;height:1.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bc26e301b01c6540195be53957fd0f64 { top:4.75rem;left:11.25rem;width:7rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q93533206ed6c61c02108fd549df4b34 { top:7.75rem;left:20.5rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8a25968042cc8b29a72498d141e6ac5 { top:4.375rem;left:20.5rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2b10bbc625194db0141536184209b40 { top:8.0625rem;left:23.5rem;width:12.3125rem;height:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e32d498af12ebd90d1f3d906fb8f647d { top:10.8125rem;left:20.5rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qaeb4ff5e0c568f64c95d4365921c1c8 { top:10.8125rem;left:23.5rem;width:11.9375rem;height:2.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdc9c31c3e86582d750e91046896f4f0 { top:6.125rem;left:35.4375rem;width:12.3125rem;height:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1e32726d2c01382ede57be20aaa6aad { top:8.375rem;left:35.4375rem;width:12.3125rem;height:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0cd8874ca751f5ce68a1434f180711d { top:10.625rem;left:40.1875rem;width:7.5625rem;height:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P22cb14e4bdab63eb6181b651913d6f3 { top:15.8125rem;left:12.25rem;width:23.25rem;height:1rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKsbJ3AGtbT8nFF6E9U0VM4gn6pmeeTV { display:block; }#mKsbJ3AGtbT8nFF6E9U0VM4gn6pmeeTV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iV8EFuJuGsNkAkhUTcwUtCJvgKVWzcWm { top:0rem;left:8.96875rem;width:29.8125rem;height:0.9375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #yA0x2tPBsbTSB5QKcZoW8nED5yD0WOpJ { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yA0x2tPBsbTSB5QKcZoW8nED5yD0WOpJ > .row .container { background-color: transparent; background-image: none; }#yA0x2tPBsbTSB5QKcZoW8nED5yD0WOpJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yA0x2tPBsbTSB5QKcZoW8nED5yD0WOpJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yA0x2tPBsbTSB5QKcZoW8nED5yD0WOpJ > .row .container > .video-iframe-container { display: none; }#yA0x2tPBsbTSB5QKcZoW8nED5yD0WOpJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yA0x2tPBsbTSB5QKcZoW8nED5yD0WOpJ > .row > .video-iframe-container { display: none; }#yA0x2tPBsbTSB5QKcZoW8nED5yD0WOpJ > .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); }#yA0x2tPBsbTSB5QKcZoW8nED5yD0WOpJ > .row .container { border-width: 0; border-radius: 0; }#yA0x2tPBsbTSB5QKcZoW8nED5yD0WOpJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yA0x2tPBsbTSB5QKcZoW8nED5yD0WOpJ > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OV46AKkPUO8Z94TXygn1FrBpACffXf94 { display:flex;top:0.1875rem;left:17.5rem;width:2.5rem;height:2.5rem;z-index:15000;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #JTA2Kb3H0uE8QRANfl9kQoKkvlVOLQ0I { top:4.0390625rem;left:0.625rem;width:9.1875rem;height:5.09765rem;z-index:15001;line-height:1.7;font-family:lato;font-size:0.75rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #uQ3nB2QfE1hn8cTsBy7JfM8HOOPE6it5 { display:flex;top:8.25rem;left:18.25rem;width:1.1875rem;height:1.1875rem;z-index:15002;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #Ts9mJnCLbtFRpxh5pehFcoxoanfWInJ8 { top:0.125rem;left:0.625rem;width:5rem;height:2.625rem;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #lDTk1887BRodDr5xmNrl361n7Cyr0nNE { position:relative;z-index:auto;display:none; }#lDTk1887BRodDr5xmNrl361n7Cyr0nNE > .row .container { width:20rem;height:7.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ce34e77f62cbfc974a30d9fa60832648 { width:4.8125rem;height:2.6875rem;top:0.6875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r527f186e5aea03cdb376f9c907b5524 { width:6.25rem;height:1.875rem;top:3.4375rem;left:0rem;z-index:15009;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zea03c92addf9c0441e889148a45dc8c { display:block; }
 }@media only screen and (max-width: 763px) { #d90f84dfb4eeecef534a2963be750311 { width:6.25rem;height:1.875rem;top:3.4375rem;left:6.875rem;z-index:15010;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f611422ad24258d9db000bcf48ba539d { display:block; }
 }@media only screen and (max-width: 763px) { #i2789ed27c4469668aac4ebd355c8c0f { width:6.25rem;height:1.875rem;top:3.4375rem;left:13.75rem;z-index:15011;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t791c4d447bf751e3b83eeb7b03efecd { display:block; }
 }@media only screen and (max-width: 763px) { #U0498bab704857cac8b20e5523c68024 { width:7.8125rem;height:1.875rem;top:5.3125rem;left:6.09375rem;z-index:15012;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a8a4a8d429c9b447c1c55fe6dc220d40 { display:block; }
 }@media only screen and (max-width: 763px) { #M0c36e8a7951672ad0bc05eca5be439b { width:6.25rem;height:1.875rem;top:14.625rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fb808933007d0dd57b0423a5645ed076 { display:block; }
 }@media only screen and (max-width: 763px) { #Wd3vfSKRZTMFPKUQ5ErWbbKi7yiKIk7T { background-color:#de0000;background-image:url("https://images.assets-landingi.com/uc/35eb7801-667e-4244-bc01-47342c7428ad/banner_mob_etc2.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }#Wd3vfSKRZTMFPKUQ5ErWbbKi7yiKIk7T.adaptive-delivery-prevent-bg, #Wd3vfSKRZTMFPKUQ5ErWbbKi7yiKIk7T.lazyload, #Wd3vfSKRZTMFPKUQ5ErWbbKi7yiKIk7T.lazyloading { background-image: none; }#Wd3vfSKRZTMFPKUQ5ErWbbKi7yiKIk7T > .row .container { width:20rem;height:29.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #f2nO55QBAVhnyiwkkVoobHQ8mDgTFs26 { top:26.6875rem;left:0rem;width:10rem;height:2.5rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#ededed;background-image:none;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxCCE2scCoEIlfpORR8MZrNWv7LtzWBq { display:block; }
 }@media only screen and (max-width: 763px) { #eDg7bkPQiafs11ta3El6q8a0rhBvtwlo { top:26.6875rem;left:10rem;width:10rem;height:2.5rem;font-size:0.875rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJtrFuWKLzS3JVCHI7OWPWqRmoATP9rU { display:block; }
 }@media only screen and (max-width: 763px) { #p6GCRILrpgey3PcRfheDJzVW21nmHJGd { width:14.5625rem;height:4.19921875rem;top:0.5rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #QEpVnGo1so3U7wbm7BJtdp8eiE3c60yZ { width:15.8125rem;height:1.3808625rem;top:7.03564453125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TxfBc1q1M0T6br3aFwr7T2vQW4Xvz1HN { width:5.5rem;height:1.625rem;top:4.69921875rem;left:3.1875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ieGNr1CimxtMNQrVoXmKp6BWRlDmnZzf { width:3.0625rem;height:1.4624rem;top:5.32421875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rHJuIUk6C56laNzXiRI0yxNwQcR0ZUqC { width:5.25rem;height:0.625rem;top:6.32421875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZqTf2sPfCVJMuTUpb9lSJzntGVxcT6r { width:5.3125rem;height:1.8125rem;top:8.9169921875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMDlMZpZNlrDqxllgefwv9xTlByszHlw { display:block; }
 }@media only screen and (max-width: 763px) { #eWXIPAKVS5lTtOxyspRKFqrsQJnZrVKg { background-color:#e00800;background-image:url("https://images.assets-landingi.com/uc/7cb45f34-b75b-49b0-b265-1ed66c48d2fe/homepagebanner31.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eWXIPAKVS5lTtOxyspRKFqrsQJnZrVKg.adaptive-delivery-prevent-bg, #eWXIPAKVS5lTtOxyspRKFqrsQJnZrVKg.lazyload, #eWXIPAKVS5lTtOxyspRKFqrsQJnZrVKg.lazyloading { background-image: none; }#eWXIPAKVS5lTtOxyspRKFqrsQJnZrVKg > .row .container { background-color: transparent; background-image: none; }#eWXIPAKVS5lTtOxyspRKFqrsQJnZrVKg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eWXIPAKVS5lTtOxyspRKFqrsQJnZrVKg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eWXIPAKVS5lTtOxyspRKFqrsQJnZrVKg > .row .container > .video-iframe-container { display: none; }#eWXIPAKVS5lTtOxyspRKFqrsQJnZrVKg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eWXIPAKVS5lTtOxyspRKFqrsQJnZrVKg > .row > .video-iframe-container { display: none; }#eWXIPAKVS5lTtOxyspRKFqrsQJnZrVKg > .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); }#eWXIPAKVS5lTtOxyspRKFqrsQJnZrVKg > .row .container { border-width: 0; border-radius: 0; }#eWXIPAKVS5lTtOxyspRKFqrsQJnZrVKg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eWXIPAKVS5lTtOxyspRKFqrsQJnZrVKg > .row .container { width:20rem;height:31.9990234375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GZ2KsXSsu8B8v9ZZeNoxFQS7UhagikBi { width:19.4375rem;height:4.8125rem;top:1.9375rem;left:0.1875rem;font-size:2.1875rem;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #QQ5LCJkG6k09ZeHDr0rqqNisa8R6CqHI { width:3.9375rem;height:1.7871125rem;top:8.0625rem;left:0.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzstS1aGuTkbkq0Esbrpcp95eGuETsys { width:10rem;height:2.5rem;top:29.4995rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdyIElnnhQaH7arKRGysKAFH9NgNlJuH { width:10.125rem;height:2.5rem;top:29.4995rem;left:9.9375rem;border-top-left-radius:0rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:15002;background-color:rgba(var(--color-tertiary-0),0.94);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #VWPXslhITH4n8KkDDao9pwRvQEmENPtL { width:10rem;height:1.21875rem;top:30.2495rem;left:0rem;font-size:0.9375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #FgXUE6gDoD7WJEMVtNB14tTKeEQQeNEP { width:10.0625rem;height:1.21875rem;top:30.2495rem;left:10rem;font-size:0.9375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #G697qZaKAUHceldbBihf89e5gEftZWx5 { width:19.875rem;height:12.5rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #url4HgK7DgxbgquvT0EK2qIlitXhQxsE { width:15rem;height:2.4375rem;top:7.625rem;left:3.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPccWxZA7XTTGI9EVSsMhAEvCpGkNG9i { width:19.4375rem;height:1.625rem;top:10.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAbRa5X4Bnc7JZu2DWK0lcS2owNuL0Nl { width:10.6875rem;height:0.625rem;top:10.125rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHqb9PDOqmgkAcOKJPqihUQ5SSaOxCIx { width:8.75rem;height:2.375rem;top:13.18701171875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBe8ObhmIOXc8HvDiRStkfx2VUhW6uzq { display:block; }
 }@media only screen and (max-width: 763px) { #SiaPFe5txMcbkzIzTyF7Tci1HlPdruhn { display:block; }#SiaPFe5txMcbkzIzTyF7Tci1HlPdruhn > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XLdfSRCEHD4MzuwW5zAvNq3qcsZTfzR2 { display:block; }#XLdfSRCEHD4MzuwW5zAvNq3qcsZTfzR2 > .row .container { width:20rem;height:17rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pqL4omfdLGWaUMvSnV2s6eUKBCt0LrHq { width:3.125rem;height:3.125rem;top:1.375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PG9OSrSNwk0Z09LJwU4Tx8LpsOAuXU1B { width:3.125rem;height:3.125rem;top:7.0625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaKgi7lK8a7dQpkkNF1EPOiCIt9wxU74 { width:3.125rem;height:3.125rem;top:13.3125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Coyv3oaoCk9WVRZgWTsIgTmcEobcS92R { width:8.3125rem;height:1.125rem;top:0rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6TA6VJxtR6UQd7D3xKSZycs3GctoHQR { width:5.25rem;height:0.9746125rem;top:0.0625rem;left:2.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPzNmyqhuGg6Oh4XaylgXfUSdEyd13W4 { width:10.875rem;height:0.9746125rem;top:1.6875rem;left:6.3125rem;font-size:0.75rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #nA95bi0Rb9f7AAPZ2heZFo2Z1WnTe59e { width:8.25rem;height:0.89355625rem;top:3.125rem;left:6.3125rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #L46iCz4afuUx0sSW2XXaVV77IXDrirXd { width:8.3125rem;height:1.125rem;top:5.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zScIPl24p6ZlfD6FvihWOi7zFEWX4JOb { width:5.875rem;height:0.9746125rem;top:5.625rem;left:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJtLm7aEvwFDt965FunknmBiXfsnxOel { width:4.75rem;height:0.9746125rem;top:7.375rem;left:6.3125rem;font-size:0.75rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #HVoIZq4tKe41FpET6piaPegbPPwGCILC { width:8.25rem;height:0.89355625rem;top:8.875rem;left:6.3125rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #H8PNuogdXF41Oql7bf4vTtBgDqGeQUXz { width:8.3125rem;height:1.125rem;top:11.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JL2ppCwwgNiLHlS1ZwR2Zayc48t2ILr5 { width:5.75rem;height:0.9746125rem;top:13.625rem;left:6.3125rem;font-size:0.75rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Chq6CcRT7pf0Bu2WTsb6lyJI7Lipev8A { width:6.6875rem;height:0.9746125rem;top:11.6875rem;left:2.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSHv9ImTDMOh6MdwmVup31F6wZkTX3fB { width:9.875rem;height:1.7871125rem;top:15.125rem;left:6.25rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nJWHB8uWz4NOM2ZDoHhnxCvEtPvE3apq { top:12.1875rem;left:5rem;width:13.75rem;height:0.0625rem;z-index:15009;background-color:rgba(var(--color-tertiary-1),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #NeQVGzshB8daBtrsRtHSbWoDzQOKQoTK { top:6.125rem;left:5rem;width:13.75rem;height:0.0625rem;z-index:15004;background-color:rgba(var(--color-tertiary-1),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #s0TiDJZgw2mMJMoffcP3chsT9Nivpzmg { top:0.5625rem;left:5rem;width:13.75rem;height:0.0625rem;z-index:15002;background-color:rgba(var(--color-tertiary-1),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #MuqV1TR5xSiq0VeO67ua3f0951IATZhO { display:block; }#MuqV1TR5xSiq0VeO67ua3f0951IATZhO > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JEynBrx9025gsxHnefUMFldc0bAkTzS7 { background-color:#fbf5f5;background-image:none;display:block; }#JEynBrx9025gsxHnefUMFldc0bAkTzS7 > .row .container { background-color: transparent; background-image: none; }#JEynBrx9025gsxHnefUMFldc0bAkTzS7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEynBrx9025gsxHnefUMFldc0bAkTzS7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEynBrx9025gsxHnefUMFldc0bAkTzS7 > .row .container > .video-iframe-container { display: none; }#JEynBrx9025gsxHnefUMFldc0bAkTzS7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEynBrx9025gsxHnefUMFldc0bAkTzS7 > .row > .video-iframe-container { display: none; }#JEynBrx9025gsxHnefUMFldc0bAkTzS7 > .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); }#JEynBrx9025gsxHnefUMFldc0bAkTzS7 > .row .container { width:20rem;height:53.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rUgyHaBypJunrwXqS3gRm5ybFcwAAhvs { width:20rem;height:25.5rem;top:26.69873046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 .widget-regular-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 .widget-input-text { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 .widget-textarea { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 .widget-input-select { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 .widget-input-button { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 .widget-checkbox-label { width:15.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8  { width:16.25rem;height:auto;top:26.94873046875rem;left:0.25rem; }
#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 .radio-container { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 {display:block;}#EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 { width:16.25rem;height:auto;top:26.94873046875rem;left:0.25rem; }
 }@media only screen and (max-width: 763px) { #EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 #nMPEoibf2hxPXyKHgAsrUIRVk3FxQMf2 {  }
 }@media only screen and (max-width: 763px) { #EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 #udfIc9zV2zpFPaBqJyBAumFh9QJ2dTcf { display:none; }
 }@media only screen and (max-width: 763px) { #EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 #AfG24wLNiBo7kQ0Ru3B6nwDctSbHUfhh {  }
 }@media only screen and (max-width: 763px) { #EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 #BO1DHxHNsxsZAOhvFI5QI6K28McUESAT {  }
 }@media only screen and (max-width: 763px) { #EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 #Upcmrxx1sfH7b3fEThaTVIrLqw1BPbQO { display:none; }
 }@media only screen and (max-width: 763px) { #EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 #sB53UyywBkXZIaDGPRFP1AhwICHoblKX {  }
 }@media only screen and (max-width: 763px) { #EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 #aLyOKwxU5QPBt3VCXbcIgcV2bW1JUQv6 {  }
 }@media only screen and (max-width: 763px) { #EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 #oaCubVumJzeOZFhO18oDE8lO8eZPNi95 { display:none; }
 }@media only screen and (max-width: 763px) { #EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 #GIINqHId7laDHH8BPUU6cdwnfs6W3knt {  }
 }@media only screen and (max-width: 763px) { #EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 #hoZ2rHThUEyAiBr4J11a4ivLrMgKzKTx {  }
 }@media only screen and (max-width: 763px) { #EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 #Z1rfiIyWHiQMHXJtmo1x0EL3yyNyunSQ {  }
 }@media only screen and (max-width: 763px) { #EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 #EGFWuda8zb1QiQ5cvdgtPe3vEDQUrTNc {  }
 }@media only screen and (max-width: 763px) { #EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 #PXf6ELoinWc9LLKVtnaMH6gCNk8oJrka {  }
 }@media only screen and (max-width: 763px) { #EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 #QwCfvdSigSeTG2R5PBytD0Bhuipm9ier {  }
 }@media only screen and (max-width: 763px) { #EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 #C5TLwMMD8Thfq1T0TTH4Q5zNcdznmTzv {  }
 }@media only screen and (max-width: 763px) { #EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 #yH4EPDoO2cuCAfBsMWmH8X4pwclT4zxQ {  }
 }@media only screen and (max-width: 763px) { #EzsoGyZlpHS6sEhsZTE781rVgf9thzG8 #L2uAWgikbKB72T8JCc7De8ykbiF2pWhk {  }
 }@media only screen and (max-width: 763px) { #tBv2cbDk57M4wmAUTCyxUPpZyWGa8dbN { width:20rem;height:1.7871125rem;top:5.6484375rem;left:0rem;text-align:center;text-align-last:center;line-height:1.1;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkwAr0c6xNOTF6kSqwOWGgCSNiX9a3SC { width:20rem;height:3.0869125rem;top:0.8125rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hukThmg7uexkKhxFpiSgGElnihQytaqy { width:20rem;height:13.96875rem;top:7.97998046875rem;left:0rem;font-size:0.6875rem;line-height:1.5;display:block; }#hukThmg7uexkKhxFpiSgGElnihQytaqy li:not(:first-child){ padding-top:0.1875rem;padding-right:0;padding-bottom:0;padding-left:0; }#hukThmg7uexkKhxFpiSgGElnihQytaqy li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e0e6ca9de14a26a337f2180e8aa6bc3ce75ce723.svg); }
 }@media only screen and (max-width: 763px) { #TKKCwPnTw65TBB7z0gZQWpmd8OlCTQVp { width:6.25rem;height:1.875rem;top:23.44873046875rem;left:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRPD6EL8Eo3SL15QrJSFf27wXWUAGzJ1 { display:block; }
 }@media only screen and (max-width: 763px) { #dkXVFXLIUtV9lD83f3zmsxWxWXNJUBVb { width:6.25rem;height:1.875rem;top:23.44873046875rem;left:12.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6xmcfEJpU62Ey2ASZC6TlRp1w1BSBH7 { display:block; }
 }@media only screen and (max-width: 763px) { #O37LMXQQPbihTS8vi7wkagqDPdOwPmOO { display:block; }#O37LMXQQPbihTS8vi7wkagqDPdOwPmOO > .row .container { width:20rem;height:1.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m9bl0NZ9FIq0AN6TBT52t7fb8SmbHGgJ { background-color:#000000;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; }#m9bl0NZ9FIq0AN6TBT52t7fb8SmbHGgJ > .row .container { background-color: transparent; background-image: none; }#m9bl0NZ9FIq0AN6TBT52t7fb8SmbHGgJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9bl0NZ9FIq0AN6TBT52t7fb8SmbHGgJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9bl0NZ9FIq0AN6TBT52t7fb8SmbHGgJ > .row .container > .video-iframe-container { display: none; }#m9bl0NZ9FIq0AN6TBT52t7fb8SmbHGgJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9bl0NZ9FIq0AN6TBT52t7fb8SmbHGgJ > .row > .video-iframe-container { display: none; }#m9bl0NZ9FIq0AN6TBT52t7fb8SmbHGgJ > .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); }#m9bl0NZ9FIq0AN6TBT52t7fb8SmbHGgJ > .row .container { border-width: 0; border-radius: 0; }#m9bl0NZ9FIq0AN6TBT52t7fb8SmbHGgJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m9bl0NZ9FIq0AN6TBT52t7fb8SmbHGgJ > .row .container { width:20rem;height:5.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o8TGUIL5KUuQPSBw6UwJyrqlLD9bBm59 { width:20rem;height:1.7871125rem;top:1.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GCm7TKiDXkC7JZ03sFl7v0vM0RL9lM6p { width:20rem;height:1.19921875rem;top:3.224609375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gdgci8s2KuL9nszmkfF55lDna8P0lVlT { display:block; }#Gdgci8s2KuL9nszmkfF55lDna8P0lVlT > .row .container { width:20rem;height:80.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kxs5yp7mwM7sxcuA0TbQPJd7ld5a5Mq3 { width:9.0625rem;height:0.89355625rem;top:18.1875rem;left:2.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsVbLIxMOQtNCcy1VrI7gexI7sQt4K0A { width:18.75rem;height:2.1875rem;top:21.125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxBQcthFNoe97SGx09bzTZFdSlaSkotL { width:13.5rem;height:1.4619125rem;top:21.5625rem;left:3.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbZ3lEin9wuTsKFwCX6ryOT81Fy3GU8Q { width:2.5rem;height:2.5rem;top:26.9375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWqVAUK09lp6sCFO7HzX85oqQ9U99IDP { width:5.4375rem;height:1.13671875rem;top:27.125rem;left:5.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9tac0fO2rqQhUWqqEtgoElTbxnVNI4X { width:4.875rem;height:1.13671875rem;top:28.25rem;left:5.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUxxTTRa6enIK5JcgVAZ6Jgonrhg2gTU { width:2.5rem;height:2.5rem;top:29.875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1GTTGQzxFCcdKnPRcRn6IRaer6KhRL0 { width:5.4375rem;height:1.13671875rem;top:30rem;left:5.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsBJFHpl8ufibNwymBzMHbx29Jb5xN7C { width:4.875rem;height:1.13671875rem;top:31.125rem;left:5.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHEWvxFiNzR2i683yuU2bWx5c8h7SZgl { width:2.5rem;height:2.5rem;top:32.8125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVHHnoIvcvxxZQyEtZXgktN8Z3BhrTdf { width:9.875rem;height:1.13671875rem;top:33.75rem;left:5.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhUsuMJwQkl9ocSqKllDxFIXsgmuOKSE { width:2.5rem;height:2.5rem;top:35.75rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IflpzHfVU2ynZTNXM3aUF3dgBP8NLz2D { width:8.1875rem;height:1.13671875rem;top:35.9375rem;left:5.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFTE0pCREPMolHPPBy5qKy60yGRprl15 { width:12.9375rem;height:1.13671875rem;top:37.0625rem;left:5.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6JoLJ8QNz4TH1SmxdA1fBpGpA979WX1 { width:15.625rem;height:2.5rem;top:40.9375rem;left:2.25rem;font-size:1.125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAC24mU5VAwOfAaMEOuJ6bcENxoI0Tlu { display:block; }
 }@media only screen and (max-width: 763px) { #LXi1nTU7A4AIkvGU39kdLH8thkr5G3ib { width:18.75rem;height:33.75rem;top:10.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lODUeQHbPtVeyJqOgBpTETJXynwNfWqo { width:13.875rem;height:1.4619125rem;top:12.25rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKmN6sqw7EuHthxb8UqcwXALVMtaaHVP { width:12.5rem;height:0.89355625rem;top:15.375rem;left:2.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #llNOpePMV3L6uMlKBoZqT0NAUPP7uNxT { width:12.5rem;height:1.94921875rem;top:16.3125rem;left:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0WH5poukGm70vTdPc8aELrtlp9wzRAH { width:18.75rem;height:33.75rem;top:45.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNRItaCdFBBxnAvlP1ScK1ZovWG6qXxI { width:13.8125rem;height:1.4619125rem;top:47.625rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNdHg5MIP3UfFf7LdUVNhhEtBg5EKkTt { width:12.5rem;height:0.89355625rem;top:50.75rem;left:2.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8yzdvoTeWc7uSIzxUpKntgV2cD36toA { width:13.625rem;height:1.94921875rem;top:51.6875rem;left:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmWDN8ft7VOKzKxtMSHBA4mrzOdoRx5U { width:6.3125rem;height:0.89355625rem;top:53.5625rem;left:2.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAVMKDLCX71Tlg0fLke47D3ECxSaMXpq { width:18.75rem;height:2.1875rem;top:56.5rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1WF9cb2uTvi9LJsu5II4AK120oGAeCs { width:13.125rem;height:1.4619125rem;top:56.9375rem;left:3.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8rM1mZZokK91rTML80TLiMCtT4yoCnl { width:2.5rem;height:2.5rem;top:60.25rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tC4zVvnQ0Axc9TBJaErJu23WcTDEvkHb { width:5.4375rem;height:1.13671875rem;top:60.4375rem;left:5.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJRm4WynBfJi1hGBFBbRC0MeVmOAIDlT { width:4.875rem;height:1.13671875rem;top:61.5625rem;left:5.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuiezsWZIGyMl0AqTq9cL6H3KiTl51XG { width:2.5rem;height:2.5rem;top:63.1875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxhBTNBHxFllHtp4uHHNRSoqVqrEM1Pw { width:5.4375rem;height:1.13671875rem;top:63.3125rem;left:5.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByLqgltJLFEFPDE5qHy2BpTiTmTzAl6u { width:4.875rem;height:1.13671875rem;top:64.4375rem;left:5.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcorTKS0JagxrxPUnTW8PkwHVQR925aH { width:2.5rem;height:2.5rem;top:66.125rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlRkHppD6ynbvE4uJZXZTPh27GNLdEbo { width:6rem;height:1.13671875rem;top:66.8125rem;left:5.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9R4ceavK0B0pcHCXyV35lFKaUwbow2C { width:2.5rem;height:2.5rem;top:68.875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkJvtITE2Iq2qcE8dMNlw3shWX5dNkOP { width:9.875rem;height:1.13671875rem;top:69.8125rem;left:5.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmoZQxiFLaJiF2I5GrX8lBnKCQeSV02C { width:2.5rem;height:2.5rem;top:71.8125rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzQHklPvanUNR0Qcw9OsfEeLShfKpfQC { width:5.4375rem;height:1.13671875rem;top:72rem;left:5.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDWTaUbqyUUDeWvqSSPbr8HHUwGr8RuZ { width:8.875rem;height:1.13671875rem;top:73.125rem;left:5.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rb9xAGz5n0weW004xUlTZGKpSQwCuWw2 { width:15.625rem;height:2.5rem;top:76.375rem;left:2.25rem;font-size:1.125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOrGVTNxD8fDQuUE9VT2vDdp2hasyqXD { display:block; }
 }@media only screen and (max-width: 763px) { #P9uuOJpVIniA09SlZASLpa4OsoUdvNfU { width:20rem;height:2.798825rem;top:0rem;left:-0.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #no2OLeZyRUcrCcJLL9OU8BsakIyBXyFX { width:19.5625rem;height:2.6806625rem;top:3.32421875rem;left:0rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nQbm2qSIVMCQn4kNcILMo9gJK7IhTfBf { width:20rem;height:3.25rem;top:6.53515625rem;left:0rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WzIW7odhE120I4EZF7A25TsGp9dRFZoX { width:0.6875rem;height:0.6875rem;top:21.875rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7z1ASmFXEiyTSPDnolNZoI4f0qA69yN { width:0.6875rem;height:0.6875rem;top:56.1875rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gM1ohKm8rqT3ltSa5t2Oxh6TVpCEgurI { width:10.8125rem;height:0.9746125rem;top:11.375rem;left:2.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrtLsTxzP4ci95gPnskQaLgblmJMzpPf { width:10.8125rem;height:0.9746125rem;top:46.75rem;left:2.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iusdJZooH7KCIKqXlksgL6LLC5x4B7ZV { background-color:#000000;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iusdJZooH7KCIKqXlksgL6LLC5x4B7ZV > .row .container { background-color: transparent; background-image: none; }#iusdJZooH7KCIKqXlksgL6LLC5x4B7ZV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iusdJZooH7KCIKqXlksgL6LLC5x4B7ZV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iusdJZooH7KCIKqXlksgL6LLC5x4B7ZV > .row .container > .video-iframe-container { display: none; }#iusdJZooH7KCIKqXlksgL6LLC5x4B7ZV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iusdJZooH7KCIKqXlksgL6LLC5x4B7ZV > .row > .video-iframe-container { display: none; }#iusdJZooH7KCIKqXlksgL6LLC5x4B7ZV > .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); }#iusdJZooH7KCIKqXlksgL6LLC5x4B7ZV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iusdJZooH7KCIKqXlksgL6LLC5x4B7ZV > .row .container { width:20rem;height:7.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wOOLI4WsptbE7tsyiwA4xUTxwSXlEcUB { width:20rem;height:1.7871125rem;top:1.25rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gaU9PlmLailO9ht6N0C1ueXRArWiWyeq { width:20rem;height:1.94921875rem;top:4.2871125rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #llBGrFGsLDvU7mGsoDe8QdXVMMKOnka1 { width:1.6875rem;height:1.125rem;top:1.5810546875rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrwsuRhiwEfTNeocewECsfLsTT61JAq9 { display:block; }#SrwsuRhiwEfTNeocewECsfLsTT61JAq9 > .row .container { width:20rem;height:156rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KnZ1pZmKkkggTo2Q1o21OVW0wa2ovTtQ { width:18.75rem;height:37.5rem;top:79rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqDcOlIiR6zLRPEoMTdoJdO3hLED06pw { width:16.875rem;height:4.74609375rem;top:103.25rem;left:1.6875rem;font-size:0.6875rem;line-height:1.2;text-align:justify;text-align-last:initial;display:block; }#NqDcOlIiR6zLRPEoMTdoJdO3hLED06pw li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_94958409712aaf50a1b789e8b55b67f72eb7e374.svg); }
 }@media only screen and (max-width: 763px) { #zWbVcck8EsPfmIcpE1wVTZ70856WgQki { width:2.5rem;height:2.5rem;top:94.9375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzSuTSW5tyzsGzKmHtCv52u1FR8qsWqK { width:6.0625rem;height:0.89355625rem;top:93.8125rem;left:1.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXBAsg0xfG9nTwhgnRHoTWtGCPGAq3wV { width:11.5rem;height:1.13720625rem;top:88.9375rem;left:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbapnHwwnyGTecQ15m4hl3UvxGe4vKvd { width:4.25rem;height:0.9746125rem;top:88rem;left:1.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrS9vP4CFEMuZvMCluTP2RpEJvvlXaIL { width:16.875rem;height:0.4375rem;top:85.125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ta1FzMsM6dCtao4OEuO2MgxRQw8VZUn6 { width:4.875rem;height:1.29980625rem;top:83.5625rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSmtyEDua4LFXsmg4f16xtAmNh8itDTQ { width:4.25rem;height:0.9746125rem;top:82.625rem;left:1.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4dSutdbP6aySZqHFVbf60stBSZOohR4 { width:11.625rem;height:1.4624rem;top:80.75rem;left:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UER2H9HpZ2BKepmIvVovPfExs1xgwnho { width:6.3125rem;height:0.89355625rem;top:112.125rem;left:1.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBeo9bh9rHrEGVkM83lgiOGcnaG7TWxT { width:13.625rem;height:1.94970625rem;top:110.3125rem;left:1.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkShIkSTKndfwyNzNSSKk7mquJoXq6Ut { width:12.5rem;height:1.05615rem;top:109.375rem;left:1.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UekZ51U3Sse2tWxPtc6sv8M48lfC7heV { width:8.75rem;height:2.5rem;top:113.4375rem;left:9.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cheHRHQ6G99aJvLswrLUUei8KQJQme0y { display:block; }
 }@media only screen and (max-width: 763px) { #Z76VsUgIrXgzeyOurblB4BeKEIx3ZiHZ { width:0.6875rem;height:0.6875rem;top:93.625rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaZ5CWPTcGiAJknqTl7LLV5reQO7GyT0 { width:5.375rem;height:1.25rem;top:0.6875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmXWcFBC3tT4wv1Nc9AAeu7hKnZWq7MU { width:4.0625rem;height:1.05615rem;top:0.75rem;left:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNnVl7cHD2ErPfTpsBBNlfccLzIiN6T6 { width:18.75rem;height:37.5rem;top:1.25rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbRQibUibv9PZQ95VHu3h8BTmMq0FeTM { width:8.6875rem;height:1.4624rem;top:3.0625rem;left:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHuqnwdK6KkIAha8ALHt4NrSwRPBrQnm { width:4.25rem;height:0.9746125rem;top:4.875rem;left:1.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRyxwFxRH5MNI0wupQiU3pT55WeacB1A { width:18.75rem;height:37.5rem;top:40.125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTkPFBJxVSLxR32quWiEaKTFgPalU0Ev { width:6.0625rem;height:1.4624rem;top:41.9375rem;left:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVRDwL45DTt4Sf0m74sfxgfKfXzHvMOT { width:4.25rem;height:0.9746125rem;top:43.75rem;left:1.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ha6PnMRT6n7e9r44x0tKTnOnHI7lZqmQ { width:5.375rem;height:1.25rem;top:39.5625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQ2qChrdwP2GgVzlxxAfuFf8qeFRzsJq { width:4.0625rem;height:1.05615rem;top:39.625rem;left:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOO963fK8dpWxTLn8okALdhz7ZlsUbrT { width:4.875rem;height:1.29980625rem;top:5.8125rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3WvnH80q1OOBf0g3wykyt9x65T5zsNy { width:4.875rem;height:1.29980625rem;top:44.6875rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2kqWFlSlQL6zTixJkULAayfag6Kr7ds { width:16.875rem;height:0.4375rem;top:7.375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSAJCs8FVQCtykhya2wkHfR6BHAvUQ6t { width:16.875rem;height:0.4375rem;top:46.25rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #grVJp9AZpqGhl9K36qge04mUsA7PXRuq { width:12.5rem;height:0.9746125rem;top:8.125rem;left:1.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6iUk9qrtgbQxsSONKHwoprG3dLN83GN { width:4.25rem;height:0.9746125rem;top:10.25rem;left:1.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhHBdi5ql04CtkN9BPReEV4ypvQRiEu2 { width:4.25rem;height:0.9746125rem;top:49.125rem;left:1.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmoDZNiSesZUpvf0XcBr9Ng5yF1rJgeU { width:11.5rem;height:1.13720625rem;top:11.1875rem;left:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OR3EPQENUpWbrDLfewW7qwHzmLV2h50x { width:11.5rem;height:1.13720625rem;top:50.0625rem;left:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvPxc9iGg3utVdC3Pxz0FbqkbTFUfHGK { width:2.5rem;height:2.5rem;top:12.9375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CM89fXpVR7wWhU1BWkF9T1PmlHFonC4g { width:2.5rem;height:2.5rem;top:12.9375rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMmgg3aihKZzvV6vTR3phTHaLPFy5Xv5 { width:2.5rem;height:2.5rem;top:51.8125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJ3G50F56Pc1P2xQJOXhG7WocamXGCOF { width:6rem;height:0.89355625rem;top:16.0625rem;left:1.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ms6fa7BgQOEpp2JBixEcSmEJGNeg37uo { width:2.5rem;height:2.5rem;top:17.1875rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIg0B6JWiDOyLJvatW9vWsGK34ra3xHN { width:2.5rem;height:2.5rem;top:17.1875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVStrhBwzSKP6TdBKIa82wiMPryT7Rhg { width:2.5rem;height:2.5rem;top:17.1875rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #demZc9NAmkXOHolD7SodMpkq9h5ntV3n { width:2.5rem;height:2.5rem;top:17.1875rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7Ty6crvhc1t4hTAAp3Hw2oq4VfWR7Lv { width:6rem;height:0.89355625rem;top:54.9375rem;left:1.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsW6Nfo0tklSEZMdgXqwLwPa9BSTAw7X { width:2.5rem;height:2.5rem;top:56.0625rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzJJcIwlqCkB2rBdlbqyAd3m3drvUhVd { width:2.5rem;height:2.5rem;top:56.0625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTTAWZvqFF8tGJW5xRVl8flxvfqr8TAq { width:0.6875rem;height:0.6875rem;top:16.0625rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #olaaSRme2balqZTO0qcVHUGDkTXIHKcb { width:0.6875rem;height:0.6875rem;top:54.8125rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0iSGfoN0nkXydwBJBgrlgwZyiANMHSL { width:18.75rem;height:5.625rem;top:19.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIb74qPi7kwGLh99GVi1kdyuIeRSLywg { width:6.5625rem;height:0.9746125rem;top:20.375rem;left:1.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEwDHl04Kii90Q2bHuXTb0sk8z0W8Qan { width:12.5rem;height:3.3056625rem;top:21.5625rem;left:2rem;font-size:0.6875rem;display:block; }#dEwDHl04Kii90Q2bHuXTb0sk8z0W8Qan li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ec7b614c792671c2bb97f9281fe03826429ef5cb.svg); }
 }@media only screen and (max-width: 763px) { #TpSDnlv00m77DBnX36fLU7xJpPR8Hysg { width:16.875rem;height:4.74609375rem;top:25.875rem;left:1.6875rem;font-size:0.6875rem;line-height:1.2;text-align:justify;text-align-last:initial;display:block; }#TpSDnlv00m77DBnX36fLU7xJpPR8Hysg li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_94958409712aaf50a1b789e8b55b67f72eb7e374.svg); }
 }@media only screen and (max-width: 763px) { #PKTBx1EcfJIRUXybaGa64InGrfOzTk3k { width:16.875rem;height:4.74609375rem;top:64.8125rem;left:1.6875rem;font-size:0.6875rem;line-height:1.2;text-align:justify;text-align-last:initial;display:block; }#PKTBx1EcfJIRUXybaGa64InGrfOzTk3k li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_94958409712aaf50a1b789e8b55b67f72eb7e374.svg); }
 }@media only screen and (max-width: 763px) { #SvTBTPI5PEyV7rTTPf7QIBo2l6M3yahc { width:12.5rem;height:1.05615rem;top:30.9375rem;left:1.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p24ugC1xgiPOVzkIrWxEBKNOFEmXmUqf { width:14.125rem;height:1.94970625rem;top:31.875rem;left:1.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ok6qKDZLsbxeZoq3rZWOTTMOTQkBIoT4 { width:12.5rem;height:1.05615rem;top:70.8125rem;left:1.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1bIlhV6zAbi1FosnXShT1ZfL2ORUigL { width:7.5rem;height:1.25rem;top:33.625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mn1dyxewBnWcNeUB4nUTrMRpz9cLGDq2 { width:13.25rem;height:1.94970625rem;top:71.75rem;left:1.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qN7ehexGheqpG7brPdSylpiecaMScDgt { width:3.875rem;height:1.05615rem;top:33.6875rem;left:9.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHtgTSk8fXUgP91VDHfhqNaOtzMGeG6c { width:6.3125rem;height:0.89355625rem;top:35rem;left:1.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaAMmlp6hPt0OPNIPLQaFlZ7pzC7vDSk { width:7.125rem;height:0.9746125rem;top:33.75rem;left:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMO65CC6WUlNnoLT4B9DsUFeqJHaF4HX { width:6.3125rem;height:0.89355625rem;top:73.5rem;left:1.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsatxmxWHukA5eQ7fr6UdrT0KfnUidcN { width:8.75rem;height:2.5rem;top:35.8935546875rem;left:9.875rem;font-size:1rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8kTXrUHaxXgsBHrIXaflI6zRPfryd2c { display:block; }
 }@media only screen and (max-width: 763px) { #DewfkDkTVT2mD3dynnmIMWzkum6JSSHs { width:8.75rem;height:2.5rem;top:74.3935546875rem;left:9.875rem;font-size:1rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNMC7tDg6EgoK1mMsH8B2a6wLoUzT2EG { display:block; }
 }@media only screen and (max-width: 763px) { #QFOlywvZteAPX8XSGyZnEW1FSk1TG4SW { width:18.75rem;height:37.5rem;top:117.875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiHFafPfJkKkc7DKrVWvu30opT02dy6r { width:14.4375rem;height:1.4624rem;top:119.3125rem;left:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Knk71JT5VoXO5QUPfF4JEUVKJrV4KfuC { width:4.25rem;height:0.9746125rem;top:121.5rem;left:1.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsAO3pSHI4JFLX6iQwlyGMaGviT4y0HC { width:4.875rem;height:1.29980625rem;top:122.4375rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0NWoceCe2lRVoC8RtyFFT7NVtvU4DUP { width:16.875rem;height:0.4375rem;top:124rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RV0BhitBnvEfuAQBNmEsCTsTcnNTEHe8 { width:4.25rem;height:0.9746125rem;top:126.875rem;left:1.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdirpPa2iiO1CR8vuZtrU9JIkB5dp2NK { width:13.625rem;height:1.13720625rem;top:127.8125rem;left:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGgJiK4EANwR5qP2CnEhUoo4TDkMcDEG { width:2.5rem;height:2.5rem;top:129.5625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHLBFOBB1ClF9QT2MxXIMTtu8moNqmAK { width:2.5rem;height:2.5rem;top:129.5625rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyqdKPJy2mL5Fz2OAerxHtQpEawuLFiF { width:2.5rem;height:2.5rem;top:129.5625rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rbr2GfC7k3Jz85WNbqvUzgP7fqoN6BK6 { width:2.5rem;height:2.5rem;top:129.5625rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cW2DFUb3A6fkTkQbegbDKZQaT6Ww3O86 { width:6.0625rem;height:0.89355625rem;top:132.6875rem;left:1.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkXUTs1P7J6FPnvSPNUR6tL8TrzmEVbf { width:2.5rem;height:2.5rem;top:133.8125rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7HnOT50qT0NBS2iiaHu4wAApBCJ5Zzr { width:2.5rem;height:2.5rem;top:133.8125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbk1lOTrqJo0RR85oUqkKmIH9iuzeagy { width:2.5rem;height:2.5rem;top:133.8125rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vvo8OSQFqP0JFoJGN1633aDUWIqT5B9w { width:0.6875rem;height:0.6875rem;top:132.5625rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktLB0bHo7TVDVns9X1yoLXJ8TsptJ7id { width:16.875rem;height:5.5703125rem;top:141.375rem;left:1.6875rem;font-size:0.6875rem;line-height:1.2;text-align:justify;text-align-last:initial;display:block; }#ktLB0bHo7TVDVns9X1yoLXJ8TsptJ7id li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_94958409712aaf50a1b789e8b55b67f72eb7e374.svg); }
 }@media only screen and (max-width: 763px) { #XOM5ZPc6LwOFU7701g0yw980R6aDXly6 { width:12.5rem;height:1.05615rem;top:148.5625rem;left:1.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcPX3FEADTWckLg2WgO1VrdosIp6U9RK { width:13.4375rem;height:1.94970625rem;top:149.5rem;left:1.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnsI75R10CIfyOdCehGmhnpPwsP1B0Sc { width:6.3125rem;height:0.89355625rem;top:151.25rem;left:1.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gp1tDnuSSoEMWAJZmOUbE6voXvpttxyh { width:8.75rem;height:2.5rem;top:152.1435546875rem;left:9.875rem;font-size:1rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4o7KWwofCguOpPEfgw4lX0QbOqTKouH { display:block; }
 }@media only screen and (max-width: 763px) { #f9EO0uZo4SzoKfo5roDWl7evQXuywX3b { width:5.875rem;height:0.9746125rem;top:2.1875rem;left:1.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #td2p2PV40sOTuadAvTtQp4mw2I2sU8wz { width:5.875rem;height:0.9746125rem;top:40.96240234375rem;left:1.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeuOfiyuR1ieUIqTXfdSMgx1tHCzAMAv { width:5.875rem;height:0.9746125rem;top:79.775390625rem;left:1.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqPrh4THfWZUmANLai09zGGNtJudrB7i { width:5.875rem;height:0.9746125rem;top:118.400390625rem;left:1.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ru8CWkda1HXoGW0Kmk3MDRUFtJaUQ1me { width:6.3125rem;height:1.29980625rem;top:36.49365234375rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cg9bdpzhuMm4vNsaMbLoIKhNRNuWo5DK { width:6.125rem;height:1.29980625rem;top:74.99365234375rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #adz3mbq0kqQ8plH0uvxccEUBU74I7UlO { width:6.125rem;height:1.29980625rem;top:152.74365234375rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bo6VIxkADuUbLLrobW03ZlaDJtKgTT5b { width:6.125rem;height:1.29980625rem;top:114.03759765625rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jlcbl5HWOUspkB5PJJqoWKmc128n2aol { display:block; }#Jlcbl5HWOUspkB5PJJqoWKmc128n2aol > .row .container { width:20rem;height:157rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dpaUq535n96tJs5VGE0xF7sa7C203I7q { width:18.75rem;height:37.5rem;top:1.25rem;left:0.5625rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #hNpvGuNixVeAMiM5OrOvti9QKuiDx32o { width:15.25rem;height:1.4624rem;top:2.8125rem;left:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6kHCXeVD4PE9o0qzgR1ZcJtBK9GvhD8 { width:4.25rem;height:0.9746125rem;top:4.875rem;left:1.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vi43FB7c6XGwRBVBgLRVmLCudz80AFgT { width:4.875rem;height:1.29980625rem;top:5.8125rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqi5IZlcF3JzK5RNc4AaPrJITNR2DDt0 { width:16.875rem;height:0.4375rem;top:7.375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVcPiGvBoDAQLC6GlgrwpaAiZe626dIw { width:4.25rem;height:0.9746125rem;top:10.25rem;left:1.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNkGfV7QsTdcAlmzLseuTEAomnwWbVOA { width:13.625rem;height:1.13720625rem;top:11.1875rem;left:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9GgkVgxF1aoq4C5VF1nbQXtel0aWFUL { width:2.5rem;height:2.5rem;top:12.9375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4pMsJMWr7Tmq5sJFf1nMQ0S0dKXhqL8 { width:2.5rem;height:2.5rem;top:12.9375rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuyiBg1k1uNMq3usPdqGxwrAs5RLeNZN { width:2.5rem;height:2.5rem;top:12.9375rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbHEv0FtnXHXWmUPm4lrarAA2WcP5vSD { width:2.5rem;height:2.5rem;top:12.9375rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5gwKt1HynC8WaPahSmm1zquQK7htqde { width:6rem;height:0.89355625rem;top:16.0625rem;left:1.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgJ1Pm3nIhq5nfG0vvxRo3vkPuSgdplu { width:2.5rem;height:2.5rem;top:17.1875rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZV1eN4TVcNDxoI4rk6KpgJ8Z1pJ4ynyb { width:16.875rem;height:5.5703125rem;top:25.4375rem;left:1.6875rem;font-size:0.6875rem;line-height:1.2;text-align:justify;text-align-last:initial;display:block; }#ZV1eN4TVcNDxoI4rk6KpgJ8Z1pJ4ynyb li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_94958409712aaf50a1b789e8b55b67f72eb7e374.svg); }
 }@media only screen and (max-width: 763px) { #IOg93ivGPzisi7MHXsTefDIhHou3pQIQ { width:12.5rem;height:1.05615rem;top:31.9375rem;left:1.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #baS5FmgXVUkGBv38OX9EpwtTcB1csFuB { width:14.0625rem;height:1.94970625rem;top:32.875rem;left:1.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1vzzxy1Vv3tBvbhJ80dDWRHCI8inReZ { width:6.3125rem;height:0.89355625rem;top:34.625rem;left:1.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6hOc1BIaWu2WPqv7S47l04z5K0d8orc { width:8.75rem;height:2.5rem;top:35.5185546875rem;left:9.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8Aiu1DuuemcTp0US8NvlO4J9TnVtFEl { display:block; }
 }@media only screen and (max-width: 763px) { #T0wc2DaUqniE28ZOQJTyz2zXV6qUBCbS { width:2.5rem;height:2.5rem;top:17.1875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBf66wQeHytVrZaveLTOQBIdPhT8uaGw { width:2.5rem;height:2.5rem;top:17.1875rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pffwHo1wAl7ValQZoTu80SQNXuRWTNni { width:2.5rem;height:2.5rem;top:17.1875rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hz35vqBez9whaWkCNrCVvbSGT4UbW9FG { width:2.5rem;height:2.5rem;top:17.1875rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFOD0nQ8BnBygT7fLN4yEF2o5lxR3TIb { width:2.5rem;height:2.5rem;top:20.3125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDdHSlNxQ6i5CwwHkD62Nx7Amu4zWUkK { width:0.6875rem;height:0.6875rem;top:16rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3kQyvtvct2UR52CaBEdg2wCheyQ07VK { width:18.75rem;height:37.5rem;top:40.375rem;left:0.5625rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #WJupZt6U8u6CIOtX4mze7A4w25CoxTGv { width:6.3125rem;height:0.89355625rem;top:74rem;left:1.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5rlTe0U4RoOU4xfCTgpoL0w4MA5S1rZ { width:12.25rem;height:1.94970625rem;top:72.25rem;left:1.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbpkCy7iw8bPsfWTsoLKmzbND4lbKE0F { width:12.5rem;height:1.05615rem;top:71.3125rem;left:1.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0DJ8kg23VvEQMkTcsn8P9pX7OFXK1x5 { width:8.75rem;height:2.3125rem;top:74.8935546875rem;left:9.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkZ3wvAT0IUB79TLSf0CzL6kzkCGwpt5 { display:block; }
 }@media only screen and (max-width: 763px) { #bz3FlzqBPm6kKMcpUCNb8Eh96U93aUtr { width:16.875rem;height:5.5703125rem;top:64.8125rem;left:1.6875rem;font-size:0.6875rem;line-height:1.2;text-align:justify;text-align-last:initial;display:block; }#bz3FlzqBPm6kKMcpUCNb8Eh96U93aUtr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_94958409712aaf50a1b789e8b55b67f72eb7e374.svg); }
 }@media only screen and (max-width: 763px) { #WRTrGdJP5HxPSVrfK0UdsrEAwt4VOEmr { width:2.5rem;height:2.5rem;top:59.6875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSvM7bk8Nmd63ZwPlVIhVaDeoovPck8I { width:2.5rem;height:2.5rem;top:56.5625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P692SnUIkbA4oBlifT9rMQPCWBruqH4T { width:2.5rem;height:2.5rem;top:56.5625rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9btLFhgGpiW7L7LhwgfAoksNX9cR5oO { width:2.5rem;height:2.5rem;top:56.5625rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJLrfseBPrnlq0tSuTPNc2daipNruzK8 { width:2.5rem;height:2.5rem;top:56.5625rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #euVTPaAeqC0mGprCHnWlyAf0HCxKwAwu { width:6rem;height:0.89355625rem;top:55.4375rem;left:1.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i28Q6FpgmT6RawuNqFTwxqKvg5NLLz8v { width:2.5rem;height:2.5rem;top:56.5625rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FARfpa9u6BdO60t9SZD244DqT5f23XMK { width:0.6875rem;height:0.6875rem;top:55.375rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8oecvBPdht6t4xlw3l7oaL11TFXO5Tb { width:2.5rem;height:2.5rem;top:52.3125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aU6yeywLywi84UHC4hxJvtTfm2hV9RKg { width:2.5rem;height:2.5rem;top:52.3125rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4CpbXZyO5pbmSPCSzGAsrH39sd6ySM8 { width:2.5rem;height:2.5rem;top:52.3125rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dloSd9yRrr065nDoZSObhbpwqdgLXT41 { width:2.5rem;height:2.5rem;top:52.3125rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T28oNBi43VQVoINluxG3NMP31ab6wgHb { width:13.625rem;height:1.13720625rem;top:50.5625rem;left:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQGcVwAm5B3MpWT1R6CToKENcw0b9iWE { width:4.25rem;height:0.9746125rem;top:49.625rem;left:1.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7rRDindz2By6CLRs0rMPxgRUnpxwAMN { width:16.875rem;height:0.4375rem;top:46.75rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xiyl68io14F0pl7i2kWsMUoc9CxMJXp3 { width:4.875rem;height:1.29980625rem;top:45.1875rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmhDsEc8csTD7i5vXh9lBkKQT7scTplB { width:4.25rem;height:0.9746125rem;top:44.25rem;left:1.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #augeD3szNXbeoKDDFHMv3ml6h0O86LrD { width:8.0625rem;height:1.4624rem;top:42.1875rem;left:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFTJFLt9mi1bq4k6xiL6zJpT8zxRrlUO { width:4.25rem;height:0.9746125rem;top:88.0625rem;left:1.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2Xs8svAnusL5wV080DsTcE01hvqOpLZ { width:11.5rem;height:1.13720625rem;top:89rem;left:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKrHr5BrFr11xKGa4MbLMlEFqe6IgWGb { width:2.5rem;height:2.5rem;top:90.75rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OveULxLsLC5FayBGmgOz1A6W6tUexB3d { width:2.5rem;height:2.5rem;top:90.75rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1T4VtuQpR25sy5ml9an3qATTLy6rOVd { width:6.125rem;height:0.89355625rem;top:93.875rem;left:1.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTGi261eNPg5MKi0K5N5tkEXUuKe4vD7 { width:0.6875rem;height:0.6875rem;top:93.875rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKxzkKNdAfaDnabmo8oaXMswreUfVUla { width:2.5rem;height:2.5rem;top:95rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQmsO3UUEQr5GRtvn1EMd6bEJ2v89Si8 { width:2.5rem;height:2.5rem;top:95rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXiHpJ6Th9FStCJTGyxWQkcHGQt7KnpR { width:2.5rem;height:2.5rem;top:95rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMpANt3F4bxTCJltOGT1HDD4722J0Thd { width:2.5rem;height:2.5rem;top:95rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahBwiM3ZX45pq1tgQ10ToMp4eVX8k7oN { width:16.875rem;height:4.74609375rem;top:103.875rem;left:1.6875rem;font-size:0.6875rem;line-height:1.2;text-align:justify;text-align-last:initial;display:block; }#ahBwiM3ZX45pq1tgQ10ToMp4eVX8k7oN li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_94958409712aaf50a1b789e8b55b67f72eb7e374.svg); }
 }@media only screen and (max-width: 763px) { #LOzVQ7kVJtBREsEOBmf8NnqbVUz65vsB { width:12.5rem;height:1.05615rem;top:109.75rem;left:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #evhGUcnhQKXOcnBnyiLkMIFIaJAOsZOk { width:13.0625rem;height:1.94970625rem;top:110.75rem;left:1.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMCKPG8KmNrT33vRseIV95zyxxfOLTHB { width:6.3125rem;height:0.89355625rem;top:112.5rem;left:1.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCE8TIfbaxrAOEd5zZsnJlu4fTT6vFxi { width:8.75rem;height:2.3125rem;top:113.3935546875rem;left:9.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8KNpCIXtLmyMJddBEkrEAVASg9pVUuh { display:block; }
 }@media only screen and (max-width: 763px) { #H3UrH0TFQLl5BpaFAcRMpuWI4ql7tyG5 { width:18.75rem;height:37.5rem;top:79.0625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvU5qKyaE3mcCPDtciXWuHxdH8zQJ7ti { width:8.25rem;height:1.4624rem;top:80.625rem;left:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTbE85HDyEalWvJfu7ltd0pedD8hJTmE { width:4.25rem;height:0.9746125rem;top:82.6875rem;left:1.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbqEKGMopeEtkvLNJHmJ3kLhZVN1p9qr { width:4.875rem;height:1.29980625rem;top:83.625rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3VA8AT662nkvVArq8pbUPcFswtcw4xF { width:16.875rem;height:0.4375rem;top:85.1875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qo7b1kTOzJo0hlEPupOP6FxabvcTXxuV { width:5.9375rem;height:0.89355625rem;top:132.6875rem;left:1.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGT5JUCmUlX7sr8TaVqUNaqBLZu6xqVR { width:0.6875rem;height:0.6875rem;top:132.5rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIN1VHMEMaXa9rSnTMXJHGGy3RKcaTcK { width:2.5rem;height:2.5rem;top:133.8125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xx6nANphyNCxGiIBEDQWbc0CpekW1bQ9 { width:16.875rem;height:4.74609375rem;top:142.6875rem;left:1.6875rem;font-size:0.6875rem;line-height:1.2;text-align:justify;text-align-last:initial;display:block; }#Xx6nANphyNCxGiIBEDQWbc0CpekW1bQ9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_94958409712aaf50a1b789e8b55b67f72eb7e374.svg); }
 }@media only screen and (max-width: 763px) { #zAL8rLHRaSPJeaUhHf2GKQf5VMxzr4SM { width:12.5rem;height:1.05615rem;top:148.25rem;left:1.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMlSOD0iRoIafK10AU8a1zv8xJXOqdhJ { width:11.5625rem;height:1.94970625rem;top:149.1875rem;left:1.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhX5iq7b3Li6vm9NKbPcI8F9HCcQukvJ { width:6.3125rem;height:0.89355625rem;top:151rem;left:1.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhdgc1B1SnbJVWbrMMJF5osF0Kd1RGTb { width:8.75rem;height:2.125rem;top:152.5rem;left:9.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGzx83d1z73nFZWyn1GPUUd0WdUMQ0P7 { display:block; }
 }@media only screen and (max-width: 763px) { #kpWkVPFHBDmk8195wReLblAA7MNbbHF7 { width:18.75rem;height:37.5rem;top:117.9375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nko6CUwWEE1ql3pboxs0NKRR0Z4DmhN2 { width:10.25rem;height:1.4624rem;top:119.4375rem;left:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J43xGAuidLKLEETzTU9rhLIdZv9Wq0kp { width:4.25rem;height:0.9746125rem;top:121.5rem;left:1.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqTkGJ6Oqkgv4esV0RuQKsiiD1wM8ZfF { width:16.875rem;height:0.4375rem;top:124rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NG7Vio3iCKQUT9PwXT9EGVDqk2gEPJ0d { width:4.875rem;height:1.29980625rem;top:122.4375rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWKsQJWCgJRrI67rRGVKWQtu17ReZ8pH { width:4.25rem;height:0.9746125rem;top:126.875rem;left:1.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFIC61oM7SFLhaJNPN9QpEh6lohUAaEc { width:11.5rem;height:1.13720625rem;top:127.8125rem;left:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIO73e4IRxJTJwL9sNMfJuwecFb7JiV6 { width:5.875rem;height:0.9746125rem;top:1.77490234375rem;left:1.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWGqLenBmyP3VSZFwZO87iC0CZyTgP4r { width:5.875rem;height:0.9746125rem;top:41.27490234375rem;left:1.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rke6BbxiMy9GzGIyCq37d3drmKvm8H4D { width:5.875rem;height:0.9746125rem;top:79.712890625rem;left:1.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3pbBPe6twqZdnPa4ksqIfKcMfd9zAoU { width:5.875rem;height:0.9746125rem;top:118.525390625rem;left:1.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiR0UGHRmVtn1D1yOSqeOUyIixv0zQUx { width:6.125rem;height:1.29980625rem;top:36.11865234375rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7RBvMxC3Rg5DTtSsdSAPnBQuMGDKHgT { width:6.125rem;height:1.29980625rem;top:75.39990234375rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIQ5T5DJ85dhRT2gD9KvpQGrT6CNBv37 { width:6.125rem;height:1.29980625rem;top:113.89990234375rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaaQ57Md3LFlarDkzTISMQvEBLDR3fxP { width:6.125rem;height:1.29980625rem;top:152.91259765625rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FU4zJPpLDDqB81t9BDkhlMfTLwJnGgLh { display:block; }#FU4zJPpLDDqB81t9BDkhlMfTLwJnGgLh > .row .container { width:20rem;height:1.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BJKcTWHa8IkEShU9J9I7D2WVqJ2Tm2I3 { display:block; }#BJKcTWHa8IkEShU9J9I7D2WVqJ2Tm2I3 > .row .container { width:20rem;height:5.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mNPTJXu51uc4lQoPBEARUNcGIHuTXfyJ { width:20rem;height:2.111325rem;top:2.78125rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #C2LFzhK8TH2uI4KpJVWmVl2JphGSNSr4 { width:19.5rem;height:1.70605625rem;top:0.75rem;left:0rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #c6x5uDBHyQtxuvwQfmlVt59wuy5T70Qx { display:block; }#c6x5uDBHyQtxuvwQfmlVt59wuy5T70Qx > .row .container { width:20rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C1Mv9cBWOxHOb35DXWT2ObyTVbVTChzA { width:6.375rem;height:1.13720625rem;top:2.1875rem;left:4.84375rem;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #oQoQB60ymggSIFXglR5VL32H60wviQQA { width:13.6875rem;height:2.921875rem;top:3.88916015625rem;left:4.84375rem;font-size:0.5625rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #lSeqimMWa56rMJQX3iN9H9BQLp3QHO38 { width:13.6875rem;height:4.0625rem;top:19.69775390625rem;left:4.84375rem;font-size:0.625rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #TbMdreDxEQ0A7P9QAtlRDxzL7hQMUaHC { width:7.3125rem;height:0.8125rem;top:2.349609375rem;left:11.625rem;font-size:0.625rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #WLe39Xn75brzyUFnDyJGQ6MHaC8lCK5m { width:3.25rem;height:1.13720625rem;top:18.37353515625rem;left:4.84375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tEaWsMox28LhudeMXepgIRcNHFdZiVqA { width:4.5625rem;height:1.13720625rem;top:10.00439453125rem;left:4.84375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LlL5VLIkJ8QJ6Gx6UOVP6h4i0pT5TzKu { width:7.0625rem;height:0.8125rem;top:10.07861328125rem;left:11.53125rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZH7ye70sAWhpwrNyHUsve2KZqTfXqSo3 { width:13.6875rem;height:4.0625rem;top:11.39111328125rem;left:4.84375rem;font-size:0.625rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #vTi3RtdLz7HMSfQTTXIr0z9GLnXdQ9Cq { width:3.125rem;height:3.125rem;top:3.099609375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lx0EWk8bGgQx4BkZkUEtHIqNGZ7ty1AJ { width:3.125rem;height:3.125rem;top:11.14111328125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn2PPKkOcUNNoPBsrNXLSEGcmoVVfSoA { width:3.125rem;height:3.125rem;top:19.37939453125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtJ7bJsMbOCcqznE99wVNEw66iAcN5ZL { width:19.875rem;height:6.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5lyJ7Jln1V5xQHwckgiKsLifIcr0zPk { width:19.875rem;height:6.875rem;top:9.31689453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmNGlgLZTtss2ZAvHvlvJaqwZJ2xXM2e { width:19.875rem;height:6.875rem;top:17.44189453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3MuqTkoWTfyErPPu7fzBo9W1T9CznNx { display:block; }#N3MuqTkoWTfyErPPu7fzBo9W1T9CznNx > .row .container { width:20rem;height:32.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a1zh8EqypXM1VlyUXVv8dDQTTzZQT6sJ { width:4.1875rem;height:5.25rem;top:4.75rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsHMe00nG0WTGk6Do4mKo0QN0V8y1F5I { width:5.75rem;height:4.25rem;top:5.1875rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMeZl68FscoWE2374F9kVDIBuFm3KgNy { width:5.75rem;height:3.3125rem;top:16.0625rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ftpqo8es0pZclOcs50vxsTG51xbwkzCP { width:4.875rem;height:5.1875rem;top:14.9375rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #azshsH6mmslGLKl4EE9mnhJfLCzG8UB6 { width:4.625rem;height:0.8125rem;top:10.375rem;left:2.8125rem;font-size:0.625rem;z-index:15305;display:block; }
 }@media only screen and (max-width: 763px) { #brbM35VP9mUCPPn5WdRnAzPD3QABZCvA { width:4.0625rem;height:0.8125rem;top:10.5rem;left:12.75rem;font-size:0.625rem;text-align:center;text-align-last:center;z-index:15306;display:block; }
 }@media only screen and (max-width: 763px) { #gZklyNMw2JklHWpFCWuw0qf80oTR3RJZ { width:2.875rem;height:0.8125rem;top:20.8125rem;left:3.625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FsyR7foFTRFg87KqO17AoxnAO3e9HhU5 { width:6rem;height:0.8125rem;top:20.6875rem;left:11.9375rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NxWmZdeePoxfViibmv3b59uWwJ5gSi03 { width:20rem;height:9.3545rem;top:22.9375rem;left:0rem;font-size:0.6875rem;text-align:justify;text-align-last:initial;display:block; }#NxWmZdeePoxfViibmv3b59uWwJ5gSi03 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_393f4050399e18c070866ca83d2ee183a9f2e51d.svg); }
 }@media only screen and (max-width: 763px) { #ZnrvavdFhxtVzETNbohG5QRT8bhMlOox { width:0.625rem;height:0.625rem;top:27.11474609375rem;left:12.75rem;z-index:15307;display:block; }
 }@media only screen and (max-width: 763px) { #KwgnRb5HZ6lXXhzqlkyHbEJUD4bNtMs5 { width:6.25rem;height:1.25rem;top:10.125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGOZZAC4NnQHKoAOPWnZ2sI84N4Xa4aR { width:6.25rem;height:1.25rem;top:10.3125rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRXnWIHzOH1foFxyIlZHQRydE72Eo0IT { width:6.25rem;height:1.25rem;top:20.625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMH0QTmVzvXcg4KwZrZ25Q5BBfkT9act { width:6.25rem;height:1.25rem;top:20.4375rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hu1cXhTk3Rq5LxgW5s0tURuPHyGNKEa6 { width:9rem;height:1.4624rem;top:1.25rem;left:0.0625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #J2MFqT5r5N6U3Nz9TFCENVsLTG7KPsS2 { width:6.875rem;height:6.875rem;top:3.875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dn5CfWONdsJNC8Av0oNE5S1RC6IdymFH { width:6.875rem;height:6.875rem;top:3.8125rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtrQVxGtPRND9PyGTKabRciQFyBt7csl { width:6.875rem;height:6.875rem;top:14.25rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J86UHylssWmfqREMyBxM2kuXrRmRNZ1h { width:6.875rem;height:6.875rem;top:14.3125rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHMkhdTEDRySJtLLGczT26qBA2ltFP2p { display:block; }#nHMkhdTEDRySJtLLGczT26qBA2ltFP2p > .row .container { width:20rem;height:14.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q42Ta6TGXdUDxTdOZkSbzXo9P5aXPaFn { width:20rem;height:1.4624rem;top:0.75rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FDOkXGRwCW0Hkx2Zn5EPJNTk0dsGmXza { width:20rem;height:1.94921875rem;top:3.46142578125rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zkO4HpMOJTzPoI3Jnm3g0uTwdWuP1Tpi { width:7.5rem;height:2.8125rem;top:6.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCWyKo616Hmp1J4rEzHdDnCPQTM9PP7W { width:7.5rem;height:2.875rem;top:10.9375rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWlGC7huaaRbDBXZVrSSpLk7U5Sh4c2A { width:7.5rem;height:2.875rem;top:10.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rx0D9kaPCOtNUyw6FHH5zzOkVAptZTNu { width:7.5rem;height:2.875rem;top:6.5rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #GImBPRbZcsfxcG70NyNXiB7qxetXrzE8 { display:block; }#GImBPRbZcsfxcG70NyNXiB7qxetXrzE8 > .row .container { width:20rem;height:4.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zcsEoym06xg7JsUG04OQMPbelHEV200u { width:20rem;height:2.921875rem;top:1.25rem;left:0rem;font-size:0.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #W32iTod9I7TxDTVBEeyevenKgtN22z21 { display:block; }#W32iTod9I7TxDTVBEeyevenKgtN22z21 > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ieGShuEO8OblCSo8tsb5yZU9oESWVlF5 { background-color:#000000;background-image:none;display:block; }#ieGShuEO8OblCSo8tsb5yZU9oESWVlF5 > .row .container { background-color: transparent; background-image: none; }#ieGShuEO8OblCSo8tsb5yZU9oESWVlF5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ieGShuEO8OblCSo8tsb5yZU9oESWVlF5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ieGShuEO8OblCSo8tsb5yZU9oESWVlF5 > .row .container > .video-iframe-container { display: none; }#ieGShuEO8OblCSo8tsb5yZU9oESWVlF5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ieGShuEO8OblCSo8tsb5yZU9oESWVlF5 > .row > .video-iframe-container { display: none; }#ieGShuEO8OblCSo8tsb5yZU9oESWVlF5 > .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); }#ieGShuEO8OblCSo8tsb5yZU9oESWVlF5 > .row .container { width:20rem;height:12.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c8232426fc7ed5d19af407107414c6ca { width:6.5625rem;height:1.625rem;top:0.88427734375rem;left:0.46875rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ve65d627b2150ca9a4adac3017c67c23 { width:5.875rem;height:3.1875rem;top:4.21484375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l242bab81a58f72faca2a67f97cb3a4a { width:6.6875rem;height:0.89355625rem;top:2.69677734375rem;left:0.40625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p30cfac6c73db7e1f11056343e4920cd { width:6.1875rem;height:0.89355625rem;top:2.5rem;left:10.75rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bc26e301b01c6540195be53957fd0f64 { width:4.875rem;height:0.9746125rem;top:0.83740234375rem;left:8.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q93533206ed6c61c02108fd549df4b34 { display:flex;width:1.25rem;height:1.25rem;top:4.0625rem;left:8.8125rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #p8a25968042cc8b29a72498d141e6ac5 { display:flex;width:1.25rem;height:1.25rem;top:2.375rem;left:8.8125rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #f2b10bbc625194db0141536184209b40 { width:7.9375rem;height:0.89355625rem;top:4.3125rem;left:10.75rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e32d498af12ebd90d1f3d906fb8f647d { display:flex;width:1.25rem;height:1.25rem;top:5.8125rem;left:8.8125rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #Qaeb4ff5e0c568f64c95d4365921c1c8 { width:8.6875rem;height:1.7871125rem;top:5.75rem;left:10.75rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cdc9c31c3e86582d750e91046896f4f0 { width:5.375rem;height:0.8125rem;top:8.8681640625rem;left:0.375rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e1e32726d2c01382ede57be20aaa6aad { width:7.0625rem;height:0.8125rem;top:8.8681640625rem;left:7.03125rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g0cd8874ca751f5ce68a1434f180711d { width:4rem;height:0.8125rem;top:8.8681640625rem;left:14.75rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P22cb14e4bdab63eb6181b651913d6f3 { width:20rem;height:0.89355625rem;top:10.591796875rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mKsbJ3AGtbT8nFF6E9U0VM4gn6pmeeTV { display:block; }#mKsbJ3AGtbT8nFF6E9U0VM4gn6pmeeTV > .row .container { width:20rem;height:1rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iV8EFuJuGsNkAkhUTcwUtCJvgKVWzcWm { width:20rem;height:0.6499rem;top:0.125rem;left:0rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }