.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:228,218,255;--color-primary-1:175,144,255;--color-primary-2:122,70,255;--color-primary-3:107,44,247;--color-primary-4:65,21,150;--color-secondary-0:220,248,247;--color-secondary-1:149,234,230;--color-secondary-2:79,220,213;--color-secondary-3:35,211,202;--color-secondary-4:0,173,164;--color-tertiary-0:255,255,255;--color-tertiary-1:228,230,235;--color-tertiary-2:137,138,141;--color-tertiary-3:82,83,85;--color-tertiary-4:0,0,0;--headlines-font-family:"Ubuntu";--paragraphs-font-family:"Open Sans"; }@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-1),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#CrZfC5RJ1qRTOiA1RNdabgsDOJsUuXEW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),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:none; }#CrZfC5RJ1qRTOiA1RNdabgsDOJsUuXEW > .row .container { border-width: 0; border-radius: 0; }#CrZfC5RJ1qRTOiA1RNdabgsDOJsUuXEW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CrZfC5RJ1qRTOiA1RNdabgsDOJsUuXEW > .row .container { font-size:0.875rem;font-family:arial;height:5.3125rem;width:75rem;position:relative;display:none; }#Cf0M1xm1yymfcX6b97rXqSLTgl83D9fK { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:7.1875rem;top:0.9375rem;left:0rem;overflow:hidden;display:block; }
#rp4zKmGko58VETsmN24EM8h8lrsZ1dnL { background-color:rgba(var(--color-secondary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.8125rem;height:2.875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.21875rem;left:57.1875rem;display:block; }
#ueneHZ12oGHc2aeK17PHNFw49m2MQJEa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XKwqCL92kSq6N6qcZ7wvK3AsP3o8EnIg { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:9.75rem;top:4.75rem;left:0rem;overflow:hidden;display:none; }
#nn0IOGEMWv6yqSTpn3aRqJygAeGl4Fo5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(287deg, #000000, #013666);background-image: -moz-linear-gradient(287deg, #000000, #013666);background-image: -ms-linear-gradient(287deg, #000000, #013666);background-image: -o-linear-gradient(287deg, #000000, #013666);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#013666' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#013666' );";background-image: linear-gradient(287deg, #000000, #013666);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; }#nn0IOGEMWv6yqSTpn3aRqJygAeGl4Fo5 > .row .container { border-width: 0; border-radius: 0; }#nn0IOGEMWv6yqSTpn3aRqJygAeGl4Fo5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nn0IOGEMWv6yqSTpn3aRqJygAeGl4Fo5 > .row .container { font-size:0.875rem;font-family:arial;height:10.6875rem;width:75rem;position:relative;display:none; }#tGJoGKE7wspR4GoRrx17yXSSk0ZCu0R5 { color:#ffffff;display:block;width:20.0625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:3.0625rem;left:41.9375rem;height:1.5744375rem;text-align:center;text-align-last:center;display:block; }
#ZvNG2FLxFJnwtFqIfm5yTepupmuHx8Ef { position:absolute;display:block;z-index:15003;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:11.0625rem;width:30.5rem;top:-0.4375rem;left:7.5rem;overflow:hidden;display:block; }
#UnVdnJl9rNeI4JCbaI1dTWuQKExoQXBf { background-color:#00ada4;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.5) ;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(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.25rem;height:2.5625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:5.3125rem;left:45.4375rem;display:block; }
#mWBSpNTwbzSOd2ocCOdWSlIbQxX9shqB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hPXV8AzTdrVW5lSU6UkkXaPBSUqHid88 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(287deg, #000000, #013666);background-image: -moz-linear-gradient(287deg, #000000, #013666);background-image: -ms-linear-gradient(287deg, #000000, #013666);background-image: -o-linear-gradient(287deg, #000000, #013666);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#013666' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#013666' );";background-image: linear-gradient(287deg, #000000, #013666);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; }#hPXV8AzTdrVW5lSU6UkkXaPBSUqHid88 > .row .container { border-width: 0; border-radius: 0; }#hPXV8AzTdrVW5lSU6UkkXaPBSUqHid88 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hPXV8AzTdrVW5lSU6UkkXaPBSUqHid88 > .row .container { font-size:0.875rem;font-family:arial;height:10.6875rem;width:75rem;position:relative;display:none; }#sfawr27MRuQL6VX7KTdXK0PeJX7n662g { background-color:#ff5800;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.5) ;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(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.8748125rem;height:2.56185rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:4.0625rem;left:42.5rem;display:block; }
#GmXSNSKRJX442iFgNCZ1JuyTfkC18seA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fghGfEdgXGoQHbyWXMgugHXxhI4LB4Vl { color:#ffffff;display:block;width:23.75rem;position:absolute;font-family:inter;font-size:1.625rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:3.0674915313721rem;left:10.5625rem;height:3.75rem;text-align:left;text-align-last:left;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; }
#pCfcDgSmL7mDEv7QTlnq5OWvQpUniCOf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(287deg, #14b8a6, #0b041a);background-image: -moz-linear-gradient(287deg, #14b8a6, #0b041a);background-image: -ms-linear-gradient(287deg, #14b8a6, #0b041a);background-image: -o-linear-gradient(287deg, #14b8a6, #0b041a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#14b8a6', endColorstr='#0b041a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#14b8a6', endColorstr='#0b041a' );";background-image: linear-gradient(287deg, #14b8a6, #0b041a);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; }#pCfcDgSmL7mDEv7QTlnq5OWvQpUniCOf > .row .container { border-width: 0; border-radius: 0; }#pCfcDgSmL7mDEv7QTlnq5OWvQpUniCOf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pCfcDgSmL7mDEv7QTlnq5OWvQpUniCOf > .row .container { font-size:0.875rem;font-family:arial;height:10.6875rem;width:75rem;position:relative;display:none; }#HmBWtDE9DOHA2cTRXfLTVKxtichiaUm9 { color:#ffffff;display:block;width:18.811875rem;position:absolute;font-family:inter;font-size:1.375rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:1.625rem;left:48.75rem;height:3.29765625rem;text-align:left;text-align-last:left;display:block; }
#t0PSkBIhh37sDUkHwbhFl8qbHzEG8xBw { background-color:#c52d2d;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.3125rem 0.5rem 1.25rem rgba(0,0,0,0.25) ;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(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.625rem;height:3rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:5.6868476867676rem;left:48.936418533325rem;display:block; }
#ON7Scp4Lw4iTplh4eu1avlOKMdSo7DUm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MVdB4h21nqdAGVxUPExvieHq3h26gChR { color:#ffe74c;display:block;width:18.5625rem;position:absolute;font-family:dax;font-size:3.3125rem;font-weight:700;z-index:15005;line-height:.9;letter-spacing:0;top:2.6097660064698rem;left:11.095310211182rem;height:5.9625rem;font-style:normal;text-align:left;text-align-last:left;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; }
#mTlqTExcVoSTVuiSF3bdyfQVAfTbGlvV { position:absolute;display:block;z-index:15006;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:10.125rem;width:11.125rem;top:-0.06562423706055rem;left:37.123310079148rem;overflow:hidden;display:block; }
#kqwUnbiI68nys2hO08b9NCypgapNT4Gb { position:absolute;display:block;z-index:15007;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:9.874125rem;width:6.06228125rem;top:0rem;left:2.9776477813721rem;overflow:hidden;display:block; }
#WixP2hgohxfp1xvBd65mpocLlJDg9cJA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:url("https://images.assets-landingi.com/uc/f90e009f-2df2-4e9b-abf7-d41654025f22/BG1.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; }#WixP2hgohxfp1xvBd65mpocLlJDg9cJA.adaptive-delivery-prevent-bg, #WixP2hgohxfp1xvBd65mpocLlJDg9cJA.lazyload, #WixP2hgohxfp1xvBd65mpocLlJDg9cJA.lazyloading { background-image: none; }#WixP2hgohxfp1xvBd65mpocLlJDg9cJA > .row .container { background-color: transparent; background-image: none; }#WixP2hgohxfp1xvBd65mpocLlJDg9cJA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WixP2hgohxfp1xvBd65mpocLlJDg9cJA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WixP2hgohxfp1xvBd65mpocLlJDg9cJA > .row .container > .video-iframe-container { display: none; }#WixP2hgohxfp1xvBd65mpocLlJDg9cJA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WixP2hgohxfp1xvBd65mpocLlJDg9cJA > .row > .video-iframe-container { display: none; }#WixP2hgohxfp1xvBd65mpocLlJDg9cJA > .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); }#WixP2hgohxfp1xvBd65mpocLlJDg9cJA > .row .container { border-width: 0; border-radius: 0; }#WixP2hgohxfp1xvBd65mpocLlJDg9cJA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WixP2hgohxfp1xvBd65mpocLlJDg9cJA > .row .container { font-size:0.875rem;font-family:arial;height:40.75rem;width:75rem;position:relative;display:block; }#bNhoFaB0l2DdI1te7uRI9qOdnc1hQcT7 { color:#19e3db;display:block;width:32.875rem;position:absolute;font-family:"dax black";font-size:6.0625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:10.125rem;left:0rem;height:15.759375rem;text-align:center;text-align-last:center;display:block; }
#D4ZfPyBW146ebPAGmkhJNRDpWgTIuEkr { color:rgba(var(--color-tertiary-1),1);display:block;width:24.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:26.4375rem;left:0.25rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#E6dP8VJQkzIDovuQmqRRKNvbmDRmNR7o { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00e6db, rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(180deg, #00e6db, rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(180deg, #00e6db, rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(180deg, #00e6db, rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e6db', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e6db', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(180deg, #00e6db, rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0.25rem 0rem #000c43 ;box-sizing:border-box;color:#013666;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.3125rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:31.4375rem;left:4.5625rem;display:block; }
#zQHuyPLNqJNxTAaFs1PIMFi7U8u1u6K4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tcd2TAMG1hEmBFccdtosT2ln0Mx8NPD6 { background-color:rgba(var(--color-secondary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#f1f1f6;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:25rem;left:1.6875rem;display:none; }
#bayxv6iUNE6e7bRi4DhPUpnUqhE6Mx26 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aTIEpwTvA7AuHNTKBadBoT2SV6IxZMdX { background-color:rgba(var(--color-secondary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#f1f1f6;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:25rem;left:1.6875rem;display:none; }
#BA817xi31NFhJWpvTMNhm36qOOAe10F8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E7nqTiwBT1ruOSWnHMvpizSsJQHp9BqE { position:absolute;display:block;z-index:15004;height:21.75rem;width:36.5625rem;top:9.125rem;left:38.4375rem;display:none; }
#ZBFKLPs8Qcgx8VNqc6vKgLxVO3sMUuRx { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.5rem;width:29.375rem;top:4.25rem;left:40.6875rem;overflow:hidden;display:block; }
#qccpHebCqffMCd2CCLyfixP4fzTgEi93 { position:absolute;display:block;z-index:14998;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:16.625rem;width:11.8125rem;top:19.318359375rem;left:36.25rem;overflow:hidden;display:block; }
#K9D2hQTolHT0hOaw3koNolggr6ZXMf76 { color:rgba(var(--color-tertiary-1),1);display:block;width:32.4375rem;position:absolute;font-family:"dax medium";font-size:2.6875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:17.9375rem;left:0.125rem;height:3.4921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vqLonG54opNbAR2ly9zfbIKqNT0TLSmp { color:rgba(var(--color-tertiary-1),1);display:block;width:33.0625rem;position:absolute;font-family:dax;font-size:3.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.875rem;left:0.0625rem;height:4.2234375rem;text-align:center;text-align-last:center;display:block; }
#mwnGOQPtt4EragmPuhrUsiB7PvfE36n2 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:13.8125rem;top:27.3125rem;left:61.1875rem;overflow:hidden;display:block; }
#JvONH2WT4ZD10EmfsWzA45D8OCMiWwZG { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:9.25rem;top:1.0625rem;left:0rem;overflow:hidden;display:none; }
#lGbEAZ2iwBUOOkuQk5WpDffph8sK0kCu { position:absolute;display:block;z-index:14993;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.25rem;width:9.75rem;top:13.125rem;left:39.3125rem;overflow:hidden;display:block; }
#mW53tq1mfvSyZrswC15yq0U4KQg4qcGf { position:absolute;display:block;z-index:14992;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.25rem;width:12.4375rem;top:3.625rem;left:51.8125rem;overflow:hidden;display:block; }
#H2T5tp83vG2yPCIxN5RTEszfLG5mIPbz { position:absolute;display:block;z-index:14995;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:14.375rem;width:10.625rem;top:6.375rem;left:62.28125rem;overflow:hidden;display:block; }
#TmTUpfMMyWFCWf2vMpDlOG1fI1qBpnsF { color:rgba(var(--color-tertiary-1),1);display:block;width:29.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:24.5rem;left:1.625rem;height:5.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VPXgMqQpL0DBH7MOTXmJiWTE880JTyR1 { position:absolute;display:block;z-index:14998;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:5rem;width:11.8125rem;top:17.5rem;left:37.1875rem;overflow:hidden;display:none; }
#tg1KDWkTeIKN6OPJM5w1TkzgEt7Egcg0 { 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; }#tg1KDWkTeIKN6OPJM5w1TkzgEt7Egcg0 > .row .container { background-color: transparent; background-image: none; }#tg1KDWkTeIKN6OPJM5w1TkzgEt7Egcg0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tg1KDWkTeIKN6OPJM5w1TkzgEt7Egcg0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tg1KDWkTeIKN6OPJM5w1TkzgEt7Egcg0 > .row .container > .video-iframe-container { display: none; }#tg1KDWkTeIKN6OPJM5w1TkzgEt7Egcg0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tg1KDWkTeIKN6OPJM5w1TkzgEt7Egcg0 > .row > .video-iframe-container { display: none; }#tg1KDWkTeIKN6OPJM5w1TkzgEt7Egcg0 > .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); }#tg1KDWkTeIKN6OPJM5w1TkzgEt7Egcg0 > .row .container { border-width: 0; border-radius: 0; }#tg1KDWkTeIKN6OPJM5w1TkzgEt7Egcg0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tg1KDWkTeIKN6OPJM5w1TkzgEt7Egcg0 > .row .container { font-size:0.875rem;font-family:arial;height:53rem;width:75rem;position:relative;display:block; }#K6SZ0VlU4im7GBEALfySsGvr86tqPFzT { z-index:15003;top:10.4375rem;left:24rem;background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;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(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#GJ5gCZQJssqHovCVIvtLUL4Snlo9QmWV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KTisG84y6N652WRcT5v9uwRX8Ou5Tpww { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.5625rem;width:59.75rem;top:15.875rem;left:7.875rem;overflow:hidden;display:block; }
#CayKMgHLmWB8ma8rNLs76HyA5RDEuUkc { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.75rem;width:60rem;top:14.125rem;left:7.75rem;overflow:hidden;display:block; }
#sMywSDDB9aGnqTIvhas7a1MgvGnTS7yh { z-index:15004;top:10.4375rem;left:37.875rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#HTgHayC0ccTAtCGFDKUDEIeDhldbE7hk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FUFPpIqaW7aTn8O54wx9k2nsWvTKZafB { position:absolute;display:block;z-index:14998;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.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:3.4375rem;width:27.5rem;top:10.375rem;left:24rem;display:block; }
#yM0z7xR93d36aw4gWWVncLhMd32Va4uy { color:#013666;display:block;width:43.9991875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.6027355194092rem;left:15.748830795288rem;height:5.20078125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Md1b90Zqzo567sC2dIGiqLJFb0kH2OIl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:url("https://images.assets-landingi.com/uc/9f69c73b-1abe-4ece-99fc-c9bf7d3372a3/PatternFlexge__6.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Md1b90Zqzo567sC2dIGiqLJFb0kH2OIl.adaptive-delivery-prevent-bg, #Md1b90Zqzo567sC2dIGiqLJFb0kH2OIl.lazyload, #Md1b90Zqzo567sC2dIGiqLJFb0kH2OIl.lazyloading { background-image: none; }#Md1b90Zqzo567sC2dIGiqLJFb0kH2OIl > .row .container { background-color: transparent; background-image: none; }#Md1b90Zqzo567sC2dIGiqLJFb0kH2OIl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Md1b90Zqzo567sC2dIGiqLJFb0kH2OIl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Md1b90Zqzo567sC2dIGiqLJFb0kH2OIl > .row .container > .video-iframe-container { display: none; }#Md1b90Zqzo567sC2dIGiqLJFb0kH2OIl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Md1b90Zqzo567sC2dIGiqLJFb0kH2OIl > .row > .video-iframe-container { display: none; }#Md1b90Zqzo567sC2dIGiqLJFb0kH2OIl > .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); }#Md1b90Zqzo567sC2dIGiqLJFb0kH2OIl > .row .container { border-width: 0; border-radius: 0; }#Md1b90Zqzo567sC2dIGiqLJFb0kH2OIl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Md1b90Zqzo567sC2dIGiqLJFb0kH2OIl > .row .container { font-size:0.875rem;font-family:arial;height:44.125rem;width:75rem;position:relative;display:block; }#hVO8lZymefJpnlMpW0SEAXQCCFXkUUGg { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:24.5rem;width:43.75rem;top:14.28125rem;left:15.0625rem;display:block; }
#rl8fgApQBE1Zb7pGZHT2A7cRnb5oR04s { color:#013666;display:block;width:39.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.8740234375rem;left:17.84375rem;height:5.20078125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TM3TxZUKLvsMoRKVwXsHfhIHyLhlPHFR { color:#013666;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:10.1875rem;left:0rem;height:1.6253875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GpMTPgZFNI3QbQ5JxZVUiMD4hh3D9O36 { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:26.75rem;width:46.25rem;top:13.15625rem;left:13.8125rem;display:block; }
#gNQBb9QGTgJBfC4dQXCtTSLUtlNxfghf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#gNQBb9QGTgJBfC4dQXCtTSLUtlNxfghf > .row .container { background-color: transparent; background-image: none; }#gNQBb9QGTgJBfC4dQXCtTSLUtlNxfghf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gNQBb9QGTgJBfC4dQXCtTSLUtlNxfghf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gNQBb9QGTgJBfC4dQXCtTSLUtlNxfghf > .row .container > .video-iframe-container { display: none; }#gNQBb9QGTgJBfC4dQXCtTSLUtlNxfghf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gNQBb9QGTgJBfC4dQXCtTSLUtlNxfghf > .row > .video-iframe-container { display: none; }#gNQBb9QGTgJBfC4dQXCtTSLUtlNxfghf > .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); }#gNQBb9QGTgJBfC4dQXCtTSLUtlNxfghf > .row .container { border-width: 0; border-radius: 0; }#gNQBb9QGTgJBfC4dQXCtTSLUtlNxfghf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gNQBb9QGTgJBfC4dQXCtTSLUtlNxfghf > .row .container { font-size:0.875rem;font-family:arial;height:80.375rem;width:75rem;position:relative;display:block; }#Gvbnp9N1TmbucUgZM3By0qeUVZebAHds { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.1972541809082rem;left:0rem;height:5.20078125rem;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;text-align:center;text-align-last:center;display:block; }
#wxQvkAB9wPXAV1CpFiPX570zHsT4KXO6 { position:absolute;display:block;z-index:15005;background-color:#000c43;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;height:9.1875rem;width:14.75rem;top:11.6875rem;left:7.5rem;display:block; }
#UL7ok31nJa66gWZZVJEIEAklLZ4Th5wC { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: 0rem 0.1875rem 0rem #000c43 ;height:4.75rem;width:4.75rem;top:9.0625rem;left:5.4375rem;display:block; }
#nuKM55etB1zJiWL2Oab2TOGJb9Z0vhfV { color:rgba(var(--color-tertiary-0),1);display:block;width:3rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:9.3125rem;left:6.3125rem;height:4.2234375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kJvKMCgzTfh9x2K8TkRQwIhBItKdaCyo { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: 0rem 0.1875rem 0rem #000c43 ;height:4.75rem;width:4.75rem;top:27.75rem;left:19.3125rem;display:block; }
#GD5qxlvDLTB36idOeQnOAgXcZ7LbyTmX { color:rgba(var(--color-tertiary-4),1);display:block;width:31.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:10.5rem;left:28.625rem;height:2.1128875rem;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; }
#xebtQxQg2VXmOMJL7MPCsbfiq3uTAKSG { color:rgba(var(--color-tertiary-4),1);display:block;width:29.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:14.1875rem;left:28.5625rem;height:4.19765625rem;font-style:normal;display:block; }
#f81rSwsqy0QiFCwX8hExAoCeIg2o833L { color:rgba(var(--color-tertiary-4),1);display:block;width:21.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:30rem;left:43.1875rem;height:2.1128875rem;font-style:normal;text-align:left;text-align-last:left;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; }
#iPyIqadZmXUpQVrpEsMuMcAiodBTJ0uR { color:rgba(var(--color-tertiary-4),1);display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:32.5625rem;left:43.1875rem;height:4.19765625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FWsrq4mCOOSGW3XA8JThvnvHH808gptH { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: 0rem 0.1875rem 0rem #000c43 ;height:4.75rem;width:4.75rem;top:46rem;left:5.5rem;display:block; }
#UNytG0wk1Opt9LK11boIKrU6ACxrgk6z { color:rgba(var(--color-tertiary-4),1);display:block;width:35rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:47.5625rem;left:28.625rem;height:2.1128875rem;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; }
#nf6PeA6V4WEuEufWGUCfitVviVEDT57p { color:rgba(var(--color-tertiary-4),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:50.375rem;left:28.625rem;height:4.19765625rem;font-style:normal;display:block; }
#sOhcg3M9PTktRZ7K2Qu2TMDQtiHnJIlv { position:absolute;display:block;z-index:15029;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: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.22) ;height:13.5rem;width:14.375rem;top:10.5rem;left:11.625rem;overflow:hidden;display:block; }
#GotyrqsCMqGdEgbM51rFFkfxUFmE9TJ2 { position:absolute;display:block;z-index:15025;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: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;height:14.3125rem;width:14.3125rem;top:27.75rem;left:26.6875rem;overflow:hidden;display:block; }
#oTRICrxMMSlbKBTNJbVAToqt8cZRoawM { 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:13.125rem;width:16.375rem;top:46.3125rem;left:10.3125rem;overflow:hidden;display:block; }
#Kw4K4HeAzie2vJBuk67RgVTi56QVLbby { color:rgba(var(--color-tertiary-4),1);display:block;width:22.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:63.9375rem;left:44.5rem;height:3.57421875rem;font-style:normal;text-align:left;text-align-last:left;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; }
#HFpEHUDNJQX9nStqWTyb4BpW1oAQFu8F { color:rgba(var(--color-tertiary-4),1);display:block;width:25.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:67.75rem;left:44.5rem;height:4.19765625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PC5GHiTOpOKIxcZBXUDqZFQfREzF5Xnw { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0.1875rem 0rem rgba(var(--color-tertiary-4),0.5) ;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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.4375rem;height:2.375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:38.25rem;left:43.1875rem;display:block; }
#JrmuCuIvaErqM8aVMlcMcEI2TnGspK0q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pXUvlGK1IFEEagkfuIt3g94iLM80DAiz { position:absolute;display:block;z-index:15031;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: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;height:11.8125rem;width:17.375rem;top:64.1875rem;left:25.4375rem;overflow:hidden;display:block; }
#MHvftx7iD0tLrkuqMhnEHNR4BMGP5e3f { color:rgba(var(--color-tertiary-0),1);display:block;width:3rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.25rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:27.875rem;left:20.1875rem;height:4.2234375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X7aJp00TO8BXeeinQLFWBV8MGv6CcbyZ { color:rgba(var(--color-tertiary-0),1);display:block;width:3rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.25rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:46.1875rem;left:6.4375rem;height:4.2234375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lzkI2tUeubvFm24EaGsznWk7rbQHTQwS { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0.1875rem 0rem rgba(var(--color-tertiary-4),0.5) ;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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.125rem;height:2.375rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:55.8125rem;left:28.5625rem;display:block; }
#I05DVpi8xPbFy57S5KTJLxz8XVJXr187 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WHi194SrcwgbtfBXyFQGr2qAezyoUHAy { position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: 0rem 0.1875rem 0rem #000c43 ;height:4.75rem;width:4.75rem;top:62.9375rem;left:19.3125rem;display:block; }
#adzkVL4Z8uTUSkeztwUTpxdJSqnHLEKu { color:rgba(var(--color-tertiary-0),1);display:block;width:3rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.25rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:63.0625rem;left:20.0625rem;height:4.2234375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f7UyfmIKLTAiaH1DBkCFHDDhh9tWvn8C { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0.1875rem 0rem rgba(var(--color-tertiary-4),0.5) ;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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.125rem;height:2.375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:73.5rem;left:44.4375rem;display:block; }
#r4MdmVgFtkC5Q8lZbHGMuzbUeESK9wrO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K1benekISSoQKJMbcQ7oTpQtSdfZg2yk { position:absolute;display:block;z-index:15006;background-color:#000c43;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;height:9.1875rem;width:14.75rem;top:29.125rem;left:20.75rem;display:block; }
#Cgw3TSqfRHTTUxIUAzST0T5wl6tUT0vh { position:absolute;display:block;z-index:15007;background-color:#000c43;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;height:9.1875rem;width:14.75rem;top:47.75rem;left:7.5rem;display:block; }
#DRAF15QVWM5GaE1gy6Kur9iyC4vxQZ6Q { position:absolute;display:block;z-index:15008;background-color:#000c43;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;height:9.1875rem;width:14.75rem;top:64.9375rem;left:20.75rem;display:block; }
#ytQqsmvvcAuObyyWRqts7g3RITzkLdTx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),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; }#ytQqsmvvcAuObyyWRqts7g3RITzkLdTx > .row .container { background-color: transparent; background-image: none; }#ytQqsmvvcAuObyyWRqts7g3RITzkLdTx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ytQqsmvvcAuObyyWRqts7g3RITzkLdTx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ytQqsmvvcAuObyyWRqts7g3RITzkLdTx > .row .container > .video-iframe-container { display: none; }#ytQqsmvvcAuObyyWRqts7g3RITzkLdTx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ytQqsmvvcAuObyyWRqts7g3RITzkLdTx > .row > .video-iframe-container { display: none; }#ytQqsmvvcAuObyyWRqts7g3RITzkLdTx > .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); }#ytQqsmvvcAuObyyWRqts7g3RITzkLdTx > .row .container { border-width: 0; border-radius: 0; }#ytQqsmvvcAuObyyWRqts7g3RITzkLdTx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ytQqsmvvcAuObyyWRqts7g3RITzkLdTx > .row .container { font-size:0.875rem;font-family:arial;height:41.25rem;width:75rem;position:relative;display:block; }#NnHrFfca5xfZTs93WN343VFDLkcE530k { color:#013666;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.8369140625rem;left:0rem;height:2.6003875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FUsnhUUPk52EsL9V6hATW0J3FwUhskBd { background-color:rgba(var(--color-tertiary-1),1);background-image:none;border-top:0.125rem solid rgba(var(--color-primary-3),1);border-left:0.125rem solid rgba(var(--color-primary-3),1);border-right:0.125rem solid rgba(var(--color-primary-3),1);border-bottom:0.125rem solid rgba(var(--color-primary-3),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.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:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.1875rem;height:2.625rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:25.125rem;left:0rem;display:block; }
#OfX92wMQAIEqlHf4vNmuXulbE2BSMM62 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JvcNcMqSDC5IN2NNe9DP31MCw14KLVHW { background-color:rgba(var(--color-tertiary-1),1);background-image:none;border-top:0.125rem solid rgba(var(--color-primary-3),1);border-left:0.125rem solid rgba(var(--color-primary-3),1);border-right:0.125rem solid rgba(var(--color-primary-3),1);border-bottom:0.125rem solid rgba(var(--color-primary-3),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.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:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.1875rem;height:2.625rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:8.5rem;left:18.625rem;display:block; }
#hJhHJI2gZwVI0kB5adbUHFFgVFr9Ac5c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bl2dFuLo4CpGoFbBsILlqQdNzlyECUfi { background-color:rgba(var(--color-tertiary-1),1);background-image:none;border-top:0.125rem solid rgba(var(--color-primary-3),1);border-left:0.125rem solid rgba(var(--color-primary-3),1);border-right:0.125rem solid rgba(var(--color-primary-3),1);border-bottom:0.125rem solid rgba(var(--color-primary-3),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.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:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17rem;height:2.625rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:13.875rem;left:49.125rem;display:block; }
#ik8EOJoQ4s3epz9VEroFTlDpTogydmD3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KaOIrqcleouFNEzZJa5uoZXxUriMNVIP { 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:30.1875rem;width:27.1875rem;top:11.0625rem;left:25.3125rem;overflow:hidden;display:block; }
#LilTk0GHfOV55Z9tn9CKQk6GfNBolJ4Q { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:17.5rem;border-top-right-radius:17.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:23.375rem;width:35rem;top:17.875rem;left:19.5rem;display:block; }
#ZLLZqTC49cduPTfbmokcwn5kly4V5xw9 { background-color:rgba(var(--color-tertiary-1),1);background-image:none;border-top:0.125rem solid rgba(var(--color-primary-3),1);border-left:0.125rem solid rgba(var(--color-primary-3),1);border-right:0.125rem solid rgba(var(--color-primary-3),1);border-bottom:0.125rem solid rgba(var(--color-primary-3),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.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:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.1875rem;height:2.625rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:19.3125rem;left:3.4375rem;display:block; }
#X8cFkqPrcwD0Sv9LTo26BFTmCe8XTW0S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#blbIdJgOpJBTApVgqhF8AHB7TzPLEMQV { background-color:rgba(var(--color-tertiary-1),1);background-image:none;border-top:0.125rem solid rgba(var(--color-primary-3),1);border-left:0.125rem solid rgba(var(--color-primary-3),1);border-right:0.125rem solid rgba(var(--color-primary-3),1);border-bottom:0.125rem solid rgba(var(--color-primary-3),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.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:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17rem;height:2.625rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:13.875rem;left:8.21875rem;display:block; }
#P1g3mWZqAVw3hTPBOeBC5SzJgWqlsgTd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a9Wsw3bg5TkD33l5FRxG2fvaO0BL3PuT { background-color:rgba(var(--color-tertiary-1),1);background-image:none;border-top:0.125rem solid rgba(var(--color-primary-3),1);border-left:0.125rem solid rgba(var(--color-primary-3),1);border-right:0.125rem solid rgba(var(--color-primary-3),1);border-bottom:0.125rem solid rgba(var(--color-primary-3),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.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:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.1875rem;height:2.625rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:8.5rem;left:39.875rem;display:block; }
#seI5uDCITv3TbuAbQFlaOPgXbqIg8PQl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dl8AmUSPdKEIBVXVFSerw59rNTb9ySWz { background-color:rgba(var(--color-tertiary-1),1);background-image:none;border-top:0.125rem solid rgba(var(--color-primary-3),1);border-left:0.125rem solid rgba(var(--color-primary-3),1);border-right:0.125rem solid rgba(var(--color-primary-3),1);border-bottom:0.125rem solid rgba(var(--color-primary-3),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.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:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.1875rem;height:2.625rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:25.125rem;left:59.8125rem;display:block; }
#Bfg3GA9NhrU2GzlDlV2ATieSbTnzFWgt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t5XCRKsFcbv81MDZ14rEoWb7aVvUWX4u { background-color:rgba(var(--color-tertiary-1),1);background-image:none;border-top:0.125rem solid rgba(var(--color-primary-3),1);border-left:0.125rem solid rgba(var(--color-primary-3),1);border-right:0.125rem solid rgba(var(--color-primary-3),1);border-bottom:0.125rem solid rgba(var(--color-primary-3),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.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:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17rem;height:2.625rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:19.3125rem;left:55rem;display:block; }
#DDgz1LWa0q6DWaTJEecDnL4yII6LX2Q4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R9T52a4mkvTuFkZuJp4vWLT4qRDtQKgQ { position:absolute;display:block;z-index:14998;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:31.625rem;width:56.25rem;top:0.9375rem;left:8.8125rem;overflow:hidden;display:block; }
#odlzD4IFqMkwcdWqet5vJB4Qvk9iSZrU { 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; }#odlzD4IFqMkwcdWqet5vJB4Qvk9iSZrU > .row .container { background-color: transparent; background-image: none; }#odlzD4IFqMkwcdWqet5vJB4Qvk9iSZrU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#odlzD4IFqMkwcdWqet5vJB4Qvk9iSZrU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#odlzD4IFqMkwcdWqet5vJB4Qvk9iSZrU > .row .container > .video-iframe-container { display: none; }#odlzD4IFqMkwcdWqet5vJB4Qvk9iSZrU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#odlzD4IFqMkwcdWqet5vJB4Qvk9iSZrU > .row > .video-iframe-container { display: none; }#odlzD4IFqMkwcdWqet5vJB4Qvk9iSZrU > .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); }#odlzD4IFqMkwcdWqet5vJB4Qvk9iSZrU > .row .container { border-width: 0; border-radius: 0; }#odlzD4IFqMkwcdWqet5vJB4Qvk9iSZrU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#odlzD4IFqMkwcdWqet5vJB4Qvk9iSZrU > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:75rem;position:relative;display:block; }#cGNHTG1NL6CJPoWIoXQeCs4T7ziiJR0s { color:#013666;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.8369140625rem;left:0rem;height:2.6003875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gsOH320IdcMmnZDRALlfNNVnsFDmSNVp { 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; }#gsOH320IdcMmnZDRALlfNNVnsFDmSNVp > .row .container { background-color: transparent; background-image: none; }#gsOH320IdcMmnZDRALlfNNVnsFDmSNVp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gsOH320IdcMmnZDRALlfNNVnsFDmSNVp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gsOH320IdcMmnZDRALlfNNVnsFDmSNVp > .row .container > .video-iframe-container { display: none; }#gsOH320IdcMmnZDRALlfNNVnsFDmSNVp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gsOH320IdcMmnZDRALlfNNVnsFDmSNVp > .row > .video-iframe-container { display: none; }#gsOH320IdcMmnZDRALlfNNVnsFDmSNVp > .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); }#gsOH320IdcMmnZDRALlfNNVnsFDmSNVp > .row .container { border-width: 0; border-radius: 0; }#gsOH320IdcMmnZDRALlfNNVnsFDmSNVp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gsOH320IdcMmnZDRALlfNNVnsFDmSNVp > .row .container { font-size:0.875rem;font-family:arial;height:35.4375rem;width:75rem;position:relative;display:block; }#WSE5yXZTVoNSgvwqlz7nGm5IGqtOobW5 { color:#013666;display:block;width:29.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:5.4375rem;left:2.625rem;height:2.99765625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lIbtw4pvz3T6AMBSAveX1oLbpC6PHmTb { color:rgba(var(--color-secondary-4),1);display:block;width:24.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:3.4375rem;left:2.625rem;height:1.7859375rem;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; }
#kDFlzATlfeZ6B4LV9uDDB1IuSPbCgoLw { color:rgba(var(--color-secondary-4),1);display:block;width:27.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:9.6875rem;left:2.625rem;height:1.7859375rem;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; }
#haXVyfzu1M7KNelCQSst7KUVgwWQtSH1 { color:#013666;display:block;width:26.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:11.6875rem;left:2.625rem;height:2.99765625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#n4HyrdSHQNAoNSCtTWENTITh42TK3bA9 { color:rgba(var(--color-secondary-4),1);display:block;width:24.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:15.6875rem;left:2.625rem;height:1.7859375rem;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; }
#VzHKPXNAmDGzwPt25H1z2LQwMMixCgoa { color:#013666;display:block;width:26.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:17.75rem;left:2.625rem;height:2.99765625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gNFkQBRludVGBRtaxupH4CTQJJJT5Zbs { color:rgba(var(--color-tertiary-0),1);display:block;width:19.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:30.125rem;left:3.6875rem;height:1.498825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DQ4KMg3JqCJbVV7clO601TsG70vvyvuc { color:rgba(var(--color-secondary-4),1);display:block;width:24.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:22.25rem;left:2.625rem;height:1.7859375rem;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; }
#OVOh4v8lpQ0eT6Jdze3PKK8urWw5uhf5 { color:#013666;display:block;width:31.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:24.3125rem;left:2.625rem;height:2.99765625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qIgpBCioZPFVyDhSRHXap3gcD0tF5csw { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.22) ;height:26.375rem;width:35.3125rem;top:3.15625rem;left:37.25rem;overflow:hidden;display:block; }
#cAH63ad6ZH7D5WdkOAcxWVfFzIagld2s { position:absolute;display:block;z-index:15014;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-4),1);border-left:0.125rem solid rgba(var(--color-secondary-4),1);border-right:0.125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.125rem solid rgba(var(--color-secondary-4),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.5rem;width:21.1875rem;top:29.5rem;left:2.625rem;display:block; }
#EoGdsalzdlSfucdOvckWhuKhTPWJGM6N { border-bottom:0;border-left:0;border-right:0;border-top: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:none; }#EoGdsalzdlSfucdOvckWhuKhTPWJGM6N > .row .container { border-width: 0; border-radius: 0; }#EoGdsalzdlSfucdOvckWhuKhTPWJGM6N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EoGdsalzdlSfucdOvckWhuKhTPWJGM6N > .row .container { font-size:0.875rem;font-family:arial;height:30.8125rem;width:75rem;position:relative;display:none; }#OmN7CfqOTA3cTE0n7k0M7OI0DcusaxNk { border-top:0.125rem solid rgba(var(--color-primary-3),1);border-left:0.125rem solid rgba(var(--color-primary-3),1);border-right:0.125rem solid rgba(var(--color-primary-3),1);border-bottom:0.125rem solid rgba(var(--color-primary-3),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:16.25rem;width:31.25rem;position:absolute;display:block;z-index:14998;top:10.4375rem;left:3.625rem;box-shadow: none;display:block; }
#sLgLo6tgvL3V1L36NOu104MRVkRxhXDT { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;background-color:rgba(var(--color-primary-3),1);background-image:url("https://images.assets-landingi.com/uc/50a374c6-15e4-468c-b60c-5e9dd6f720fa/cassio.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;height:7.5rem;width:7.5rem;position:absolute;display:block;z-index:15001;top:6.75rem;left:15.5rem;box-shadow: none;display:block; }#sLgLo6tgvL3V1L36NOu104MRVkRxhXDT.adaptive-delivery-prevent-bg, #sLgLo6tgvL3V1L36NOu104MRVkRxhXDT.lazyload, #sLgLo6tgvL3V1L36NOu104MRVkRxhXDT.lazyloading { background-image: none; }
#Wyo1C6FhBgIDNBq5a6O3A1HJlo4P941r { display:block;width:28.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:17.5625rem;left:5.21875rem;height:7.5rem;color:#013666;font-style:italic;text-align:center;text-align-last:center;display:block; }
#cz6GlkgTVPPShO5ngJyGdGODDM3aQuEK { display:block;width:30rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:15.5rem;left:4.25rem;height:1.62539375rem;font-style:normal;text-align:center;text-align-last:center;color:rgba(var(--color-primary-4),1);display:block; }
#JQ7EVgHqoetdsrUFPgurJCPZdX74nz5Z { border-top:0.125rem solid rgba(var(--color-primary-3),1);border-left:0.125rem solid rgba(var(--color-primary-3),1);border-right:0.125rem solid rgba(var(--color-primary-3),1);border-bottom:0.125rem solid rgba(var(--color-primary-3),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:16.25rem;width:31.25rem;position:absolute;display:block;z-index:14997;top:10.4375rem;left:40.125rem;box-shadow: none;display:block; }
#TOBB1sa0rXmm4TTNBDReFD6CF7HX7XsG { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;background-color:rgba(var(--color-primary-3),1);background-image:url("https://images.assets-landingi.com/uc/087cd9a3-96b7-495e-95a5-b4f1f37e0e2c/brenda.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:7.5rem;width:7.5rem;position:absolute;display:block;z-index:15005;top:6.75rem;left:52.125rem;box-shadow: none;display:block; }#TOBB1sa0rXmm4TTNBDReFD6CF7HX7XsG.adaptive-delivery-prevent-bg, #TOBB1sa0rXmm4TTNBDReFD6CF7HX7XsG.lazyload, #TOBB1sa0rXmm4TTNBDReFD6CF7HX7XsG.lazyloading { background-image: none; }
#waawk9TpRSOZqDM0849gXqmJxN17nIEs { display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:17.5625rem;left:43.40625rem;height:6rem;color:#013666;font-style:italic;text-align:center;text-align-last:center;display:block; }
#SBULFuuJHTRuZ2l0DZWuZFpElBkMarAI { display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:15.5rem;left:43.25rem;height:1.62539375rem;font-style:normal;text-align:center;text-align-last:center;color:rgba(var(--color-primary-4),1);display:block; }
#ImN57faiD30SZelTQxyH7tvToFG68aeR { display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:2.6875rem;left:0rem;height:2.6rem;text-align:center;text-align-last:center;color:#013666;font-style:normal;display:block; }
#c32VDoZJb0JaJgpA1y39W3Mw368TEqoz { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;background-color:rgba(var(--color-primary-4),1);background-image:none;height:7.5rem;width:7.5rem;position:absolute;display:block;z-index:14999;top:7.1875rem;left:15.5rem;box-shadow: none;display:block; }
#CfA8emEUOBcu4PQngi98pV2OaD8mCvVu { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;background-color:rgba(var(--color-primary-4),1);background-image:none;height:7.5rem;width:7.5rem;position:absolute;display:block;z-index:15000;top:7.1875rem;left:52.125rem;box-shadow: none;display:block; }
#CZayFcmZgsBGPDQrVNG3OHFMkyaI86fZ { position:relative;display:block; }#CZayFcmZgsBGPDQrVNG3OHFMkyaI86fZ { background-color: transparent; background-image: none; }#CZayFcmZgsBGPDQrVNG3OHFMkyaI86fZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZayFcmZgsBGPDQrVNG3OHFMkyaI86fZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZayFcmZgsBGPDQrVNG3OHFMkyaI86fZ > .row .container > .video-iframe-container { display: none; }#CZayFcmZgsBGPDQrVNG3OHFMkyaI86fZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZayFcmZgsBGPDQrVNG3OHFMkyaI86fZ > .row > .video-iframe-container { display: none; }#CZayFcmZgsBGPDQrVNG3OHFMkyaI86fZ > .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); }#CZayFcmZgsBGPDQrVNG3OHFMkyaI86fZ { border-width: 0; border-radius: 0; }#CZayFcmZgsBGPDQrVNG3OHFMkyaI86fZ > .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; }#CZayFcmZgsBGPDQrVNG3OHFMkyaI86fZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:51.5rem;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; }#kxhvLCKNwUHp71hcy0UR5BUc85TCpyTn { color:#013666;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4.2222223281861rem;left:0rem;height:5.52300625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cHIBRWPtDTF4PFEZK6rdQEk9rTiIgfkl { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.8116875rem;width:60.75rem;top:12.233232498169rem;left:7.125rem;overflow:hidden;display:block; }
#KRUKCkA5PSZzh886ZcLzFH2AtoBFbNL4 { 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:158.75rem;width:75rem;display:none; }
#XTyN3bsz6v4f90xrHCN8maTV3Lbiqsxp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),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; }#XTyN3bsz6v4f90xrHCN8maTV3Lbiqsxp > .row .container { background-color: transparent; background-image: none; }#XTyN3bsz6v4f90xrHCN8maTV3Lbiqsxp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTyN3bsz6v4f90xrHCN8maTV3Lbiqsxp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTyN3bsz6v4f90xrHCN8maTV3Lbiqsxp > .row .container > .video-iframe-container { display: none; }#XTyN3bsz6v4f90xrHCN8maTV3Lbiqsxp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTyN3bsz6v4f90xrHCN8maTV3Lbiqsxp > .row > .video-iframe-container { display: none; }#XTyN3bsz6v4f90xrHCN8maTV3Lbiqsxp > .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); }#XTyN3bsz6v4f90xrHCN8maTV3Lbiqsxp > .row .container { border-width: 0; border-radius: 0; }#XTyN3bsz6v4f90xrHCN8maTV3Lbiqsxp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XTyN3bsz6v4f90xrHCN8maTV3Lbiqsxp > .row .container { font-size:0.875rem;font-family:arial;height:45.25rem;width:75rem;position:relative;display:block; }#cbCu1KTFxuyNSO2UGdOQiUx4TgWr3NNM { box-sizing:content-box;height:30.75rem;width:14.3125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:10.0625rem;left:0rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#Mv2W89RevQXNz5DIdD1SMP0QJNxHpdc5 { color:#494949;display:block;width:4.5625rem;position:absolute;font-family:"dax extrabold";font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:11.1875rem;left:4.0625rem;height:1.462675rem;display:block; }
#V4c6OTEDDRH6lSkqhTQornRegNm5fFLt { color:#494949;display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:13.375rem;left:1.125rem;height:2.27578125rem;display:block; }
#MLaKmKWX3lvTMbBhgCGlU0ATTNd0FXHX { color:#494949;display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:17.062499523163rem;left:1.09375rem;height:1.0546875rem;display:block; }
#SxTCqCfdrWHvbGm8HxKu8RebuS9g8Q2w { color:#494949;display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:19rem;left:1.125rem;height:1.055775rem;display:block; }
#VnNtaayEOqaXXBrGG2mamp8muXZqVDl1 { color:#494949;display:block;width:12.4375rem;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:20.9375rem;left:1.125rem;height:1.0546875rem;display:block; }
#DZMT4XPxRZ7bigXQmuns4orFHGu9r0xT { color:#494949;display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:22.875rem;left:1.125rem;height:2.109375rem;display:block; }
#BhvvhluhovliXUiroUrCDgSBib8dzf9Z { color:#494949;display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:30.0625rem;left:1.125rem;height:1.0546875rem;display:block; }#BhvvhluhovliXUiroUrCDgSBib8dzf9Z li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BhvvhluhovliXUiroUrCDgSBib8dzf9Z li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
#T7ue7Z5SJXnOxN8FZTqKsLsHztfZ8H8l { color:#494949;display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:25.875rem;left:1.125rem;height:1.0546875rem;display:block; }#T7ue7Z5SJXnOxN8FZTqKsLsHztfZ8H8l li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#T7ue7Z5SJXnOxN8FZTqKsLsHztfZ8H8l li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
#zPrpIzIyrMaL9RVN31ocCElttnc2OObB { color:#494949;display:block;width:11.1875rem;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:28.0625rem;left:1.125rem;height:1.0546875rem;display:block; }#zPrpIzIyrMaL9RVN31ocCElttnc2OObB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zPrpIzIyrMaL9RVN31ocCElttnc2OObB li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
#fFf5nRxVBKKs0LWAwVTRwZPCT9UVMaG2 { color:#494949;display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:32rem;left:1.125rem;height:1.0546875rem;display:block; }#fFf5nRxVBKKs0LWAwVTRwZPCT9UVMaG2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fFf5nRxVBKKs0LWAwVTRwZPCT9UVMaG2 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
#eoZuTUIJ3iEwQkxWFNrShQq0wBQwTkT6 { box-sizing:content-box;height:0.0625rem;width:12.8125rem;position:absolute;display:block;z-index:15016;background-color:#e3e3e3;background-image:none;top:18.5rem;left:0.625rem;display:block; }
#E9EdzT8K2a6Gca7czTJC5ssnM10k5Z29 { box-sizing:content-box;height:0.0625rem;width:12.8125rem;position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:none;top:20.5rem;left:0.75rem;display:block; }
#I2eeD61qVctAvQFxOtOt6AKXZi0hQaQ2 { box-sizing:content-box;height:0.0625rem;width:12.8125rem;position:absolute;display:block;z-index:15019;background-color:#e3e3e3;background-image:none;top:25.3125rem;left:0.8125rem;display:block; }
#IPVA4sUsFEpuhJShIkfQg9OZzM3eIDPu { box-sizing:content-box;height:0.0625rem;width:12.8125rem;position:absolute;display:block;z-index:15018;background-color:#e3e3e3;background-image:none;top:22.4375rem;left:0.6875rem;display:block; }
#vkdmWOql3tlJQDylrftC44WxZUN5Ucpb { box-sizing:content-box;height:0.0625rem;width:12.8125rem;position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:none;top:27.5rem;left:0.75rem;display:block; }
#PXRzOVlL5doXqWN4l6SWf8pItqd57fDe { box-sizing:content-box;height:0.0625rem;width:12.8125rem;position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:none;top:29.5625rem;left:0.75rem;display:block; }
#ltXvJzLRmvw8Z3OmhMahE3wXePKdzUTl { box-sizing:content-box;height:0.0625rem;width:12.8125rem;position:absolute;display:block;z-index:15022;background-color:#e3e3e3;background-image:none;top:31.5rem;left:0.75rem;display:block; }
#pC2o8flR5lUKi4KB4e2lZVMa17I9M8D6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:10.75rem;left:1.125rem; }
#uXz0LsxQKqWzWL1EgZgdv09GdUFGmuAA { box-sizing:content-box;height:31.125rem;width:14.3125rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:10.0625rem;left:30.375000953674rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#wePyPvSv9ZLmhww7xeCUfKRhoQIJ29wK { color:#494949;display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:32.0625rem;left:31.4375rem;height:1.0546875rem;display:block; }#wePyPvSv9ZLmhww7xeCUfKRhoQIJ29wK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wePyPvSv9ZLmhww7xeCUfKRhoQIJ29wK li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
#NRTBPpzlAzNgkgCxLf9HTkWoxJ81T8qc { color:#494949;display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:30.1875rem;left:31.4375rem;height:;display:block; }#NRTBPpzlAzNgkgCxLf9HTkWoxJ81T8qc li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NRTBPpzlAzNgkgCxLf9HTkWoxJ81T8qc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
#NOoiIsBzWTEcSlH8LGp34emi0iN6ePMS { color:#494949;display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:28.125rem;left:31.4375rem;height:1.0546875rem;display:block; }#NOoiIsBzWTEcSlH8LGp34emi0iN6ePMS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NOoiIsBzWTEcSlH8LGp34emi0iN6ePMS li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
#GrV6gM1XF28zditBryx5T4N61T8Oq7fQ { color:#494949;display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:25.9375rem;left:31.4375rem;height:1.0546875rem;display:block; }#GrV6gM1XF28zditBryx5T4N61T8Oq7fQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GrV6gM1XF28zditBryx5T4N61T8Oq7fQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
#RG3TTaVatvI9y7cCrrtlzTePQFlWsTJO { color:#494949;display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:23.8125rem;left:31.4375rem;height:1.0546875rem;display:block; }#RG3TTaVatvI9y7cCrrtlzTePQFlWsTJO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RG3TTaVatvI9y7cCrrtlzTePQFlWsTJO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
#B63R3GImb4t0OZXpbqvAOdbzQySemMqm { color:#494949;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:21.9375rem;left:31.4375rem;height:1.0546875rem;display:block; }
#m0BVow76CXXWBlQi14Mi5qzeA3hT60zk { color:#494949;display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:17.0625rem;left:31.375rem;height:1.0546875rem;display:block; }
#nNzGwJ3a3TKiLSCRlFEBspF0omG3QSZE { color:#494949;display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:13.5625rem;left:31.5rem;height:2.27578125rem;display:block; }
#LpyAb4KF0byLEqmIsitXHlfMDneekI6T { color:#494949;display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:18.9375rem;left:31.4375rem;height:2.109375rem;display:block; }
#CCtDWWAsAV8udB73H8FDLGMfy6k1Zu7y { color:#494949;display:block;width:4.5625rem;position:absolute;font-family:"dax extrabold";font-size:1.125rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:11.4375rem;left:34.4375rem;height:1.462675rem;display:block; }
#ZyqJwyb5zyXo05PPkyzEnWpk5URTztRL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:11rem;left:31.5rem; }
#oDfzMlZeCsE20cqcd8R6oWX68XFpQdf7 { box-sizing:content-box;height:0.0625rem;width:12.8125rem;position:absolute;display:block;z-index:15040;background-color:#e3e3e3;background-image:none;top:18.4375rem;left:31rem;display:block; }
#GUCkr4DAMtofG3cAo01DQcil2A3ILQrE { box-sizing:content-box;height:0.0625rem;width:12.8125rem;position:absolute;display:block;z-index:15041;background-color:#e3e3e3;background-image:none;top:21.4375rem;left:31.0625rem;display:block; }
#RZaV5z7RMhP2huocEshFHQcziMfOWTSm { box-sizing:content-box;height:0.0625rem;width:12.8125rem;position:absolute;display:block;z-index:15042;background-color:#e3e3e3;background-image:none;top:23.375rem;left:31rem;display:block; }
#PEf3fGMIsNTqxHWWayn2prIMrU89BTyz { box-sizing:content-box;height:0.0625rem;width:12.8125rem;position:absolute;display:block;z-index:15043;background-color:#e3e3e3;background-image:none;top:25.375rem;left:31.125rem;display:block; }
#tpvl9L6g0XgOTWzH6wPUEaGN5GaaVvWI { box-sizing:content-box;height:0.0625rem;width:12.8125rem;position:absolute;display:block;z-index:15044;background-color:#e3e3e3;background-image:none;top:27.5625rem;left:31.0625rem;display:block; }
#bvNlCoW5aRdhWEn6MEDVioCOrUGhLwSG { box-sizing:content-box;height:0.0625rem;width:12.8125rem;position:absolute;display:block;z-index:15045;background-color:#e3e3e3;background-image:none;top:29.6875rem;left:31.0625rem;display:block; }
#bwaWJ2gRlCwDk3BAUWUpCIDyfpawTEqz { box-sizing:content-box;height:0.0625rem;width:12.8125rem;position:absolute;display:block;z-index:15046;background-color:#e3e3e3;background-image:none;top:31.625rem;left:31.0625rem;display:block; }
#J3b16DwFprEbl948OVKKG87aoxFdKLQk { box-sizing:content-box;height:30.9375rem;width:14.3125rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:10.0625rem;left:15.249999046326rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#rllbHKkGlUm4OMT8mHRTADLrG3zzvsVy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:11.0625rem;left:16.4375rem; }
#gq5gP0ZXBK2C4qJLNiGETvtW1M6vvuVc { color:#494949;display:block;width:4.5625rem;position:absolute;font-family:"dax extrabold";font-size:1.125rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:11.5rem;left:19.375rem;height:1.462675rem;display:block; }
#Nq8H87NAEkwoyLU59ResPpbwK2QFXt8e { color:#494949;display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:13.625rem;left:16.4375rem;height:2.27578125rem;display:block; }
#tfaEufrgZVfsyk6SmtGHkCT97lPH5srJ { color:#494949;display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:17.062500476837rem;left:16.436718940735rem;height:1.0546875rem;display:block; }
#mFnQk7DTLhdTJH8TumRZPEokzvN4BWyi { color:#494949;display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:19.000000476837rem;left:16.437499046326rem;height:1.055775rem;display:block; }
#wJfprAHbcBXnsn507ufuUGLTWCpGmkip { color:#494949;display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:20.937500476837rem;left:16.437499046326rem;height:1.0546875rem;display:block; }
#tSEG79E0KyEsdiZlwwDJJa7UgyCReJKl { color:#494949;display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:22.687500476837rem;left:16.436718940735rem;height:2.109375rem;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; }
#GBMaelf55fPb12lpCm0ih2IeMnxgieeQ { box-sizing:content-box;height:0.0625rem;width:12.8125rem;position:absolute;display:block;z-index:15052;background-color:#e3e3e3;background-image:none;top:22.312500476837rem;left:15.999999046326rem;display:block; }
#H6WABH0HhaHfeqBcqTiburNNSkvvuwim { box-sizing:content-box;height:0.0625rem;width:12.8125rem;position:absolute;display:block;z-index:15051;background-color:#e3e3e3;background-image:none;top:20.437500476837rem;left:16.062499046326rem;display:block; }
#kURz4AMDUeM17047vsrcL6IFMsgBtkXn { box-sizing:content-box;height:0.0625rem;width:12.8125rem;position:absolute;display:block;z-index:15050;background-color:#e3e3e3;background-image:none;top:18.500000476837rem;left:15.937499046326rem;display:block; }
#DpFurkQTR6ChxEkh5pLicg0drvQMyzpI { box-sizing:content-box;height:0.0625rem;width:12.8125rem;position:absolute;display:block;z-index:15050;background-color:#e3e3e3;background-image:none;top:25.125000476837rem;left:15.999999046326rem;display:block; }
#IS0E43wtSbfmOwEs8osQnuJUvp4iVMqw { color:#494949;display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:27.875000476837rem;left:16.374999046326rem;height:1.0546875rem;display:block; }#IS0E43wtSbfmOwEs8osQnuJUvp4iVMqw li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IS0E43wtSbfmOwEs8osQnuJUvp4iVMqw li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
#Tts5UDpSGD53wNQAR46U1ARf6ndAnwWv { box-sizing:content-box;height:0.0625rem;width:12.8125rem;position:absolute;display:block;z-index:15051;background-color:#e3e3e3;background-image:none;top:29.750000476837rem;left:15.999999046326rem;display:block; }
#u2Qz8t22LO6vyiAPHlG6DMxw1xggX2Vi { color:#494949;display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:29.937500476837rem;left:16.374999046326rem;height:;display:block; }#u2Qz8t22LO6vyiAPHlG6DMxw1xggX2Vi li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#u2Qz8t22LO6vyiAPHlG6DMxw1xggX2Vi li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
#xk99r09sZDyVxWOleEpRQnPXoLaTt0Cc { box-sizing:content-box;height:0.0625rem;width:12.8125rem;position:absolute;display:block;z-index:15052;background-color:#e3e3e3;background-image:none;top:31.375000476837rem;left:15.999999046326rem;display:block; }
#syhetK0QGhtv0k7iHobf9lBUsxJZNxi0 { color:#494949;display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:31.812500476837rem;left:16.374999046326rem;height:1.0546875rem;display:block; }#syhetK0QGhtv0k7iHobf9lBUsxJZNxi0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#syhetK0QGhtv0k7iHobf9lBUsxJZNxi0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
#WOpqtxhH3TQ1idVfniKpwGtTsLMlTHPD { color:#494949;display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:25.687500476837rem;left:16.374999046326rem;height:1.0546875rem;display:block; }#WOpqtxhH3TQ1idVfniKpwGtTsLMlTHPD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WOpqtxhH3TQ1idVfniKpwGtTsLMlTHPD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
#TuzK4Qinh5CpyD7SSMLSt52LSXwPeJv0 { box-sizing:content-box;height:0.0625rem;width:12.8125rem;position:absolute;display:block;z-index:15046;background-color:#e3e3e3;background-image:none;top:27.187500476837rem;left:15.999999046326rem;display:block; }
#JDTeA5ipCEROMVF2eCCsTwTiqnIA6yn1 { box-sizing:content-box;height:31.1875rem;width:14.3125rem;position:absolute;display:block;z-index:15050;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:10.0625rem;left:45.500000953674rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#b4srpCdzIaFb0XQTC1h7fZXIMCxALl49 { color:#494949;display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:32.125rem;left:46.625rem;height:1.0546875rem;display:block; }#b4srpCdzIaFb0XQTC1h7fZXIMCxALl49 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#b4srpCdzIaFb0XQTC1h7fZXIMCxALl49 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
#kcc8tmqoXx0QBxX4lmhf6XGRmiFERVLk { color:#494949;display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:30.25rem;left:46.625rem;height:;display:block; }#kcc8tmqoXx0QBxX4lmhf6XGRmiFERVLk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#kcc8tmqoXx0QBxX4lmhf6XGRmiFERVLk li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
#OiOG33HrHxJUmVhg7zFHawXqv2oE17o9 { box-sizing:content-box;height:0.0625rem;width:12.8125rem;position:absolute;display:block;z-index:15071;background-color:#e3e3e3;background-image:none;top:31.6875rem;left:46.25rem;display:block; }
#ImGKHEsXRBbTCNv8QMB8Z6ytWO1kG5nU { color:#494949;display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:28.1875rem;left:46.625rem;height:1.0546875rem;display:block; }#ImGKHEsXRBbTCNv8QMB8Z6ytWO1kG5nU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ImGKHEsXRBbTCNv8QMB8Z6ytWO1kG5nU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
#onmtFOpD6gAOzbPD3cUrTlMgmwTkp4pf { box-sizing:content-box;height:0.0625rem;width:12.8125rem;position:absolute;display:block;z-index:15070;background-color:#e3e3e3;background-image:none;top:29.75rem;left:46.25rem;display:block; }
#pg13Q7Ox7DwRnKmDhivn8REFdE80hUot { color:#494949;display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:26rem;left:46.625rem;height:1.0546875rem;display:block; }#pg13Q7Ox7DwRnKmDhivn8REFdE80hUot li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pg13Q7Ox7DwRnKmDhivn8REFdE80hUot li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
#ADVoDqV5LbGIhlIuifW2k0uEfuXSawWx { box-sizing:content-box;height:0.0625rem;width:12.8125rem;position:absolute;display:block;z-index:15069;background-color:#e3e3e3;background-image:none;top:27.625rem;left:46.25rem;display:block; }
#q0mLpbrwyVORBKoLqR0w1RH1QikWdKGD { color:#494949;display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:23.875rem;left:46.625rem;height:1.0546875rem;display:block; }#q0mLpbrwyVORBKoLqR0w1RH1QikWdKGD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#q0mLpbrwyVORBKoLqR0w1RH1QikWdKGD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
#gffLu8dOwhTE1EEfH3FDGnq08WRNIcHB { box-sizing:content-box;height:0.0625rem;width:12.8125rem;position:absolute;display:block;z-index:15068;background-color:#e3e3e3;background-image:none;top:25.4375rem;left:46.3125rem;display:block; }
#IKfQTk2QN9SrS7iOzsrLQgZIBPs7ztOu { color:#494949;display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:22rem;left:46.625rem;height:1.0546875rem;display:block; }
#PscmbGwQBFKX8DwHe1UKIRKQqwxtJvfO { box-sizing:content-box;height:0.0625rem;width:12.8125rem;position:absolute;display:block;z-index:15067;background-color:#e3e3e3;background-image:none;top:23.4375rem;left:46.1875rem;display:block; }
#yMzZlXMwVevlpxvQ8Blu3a8r4iZWDKX7 { color:#494949;display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:19.125rem;left:46.625000953674rem;height:2.109375rem;display:block; }
#fiSiHuI3shCp3qMTolmHtRC4aMTHS1C9 { box-sizing:content-box;height:0.0625rem;width:12.8125rem;position:absolute;display:block;z-index:15066;background-color:#e3e3e3;background-image:none;top:21.5rem;left:46.25rem;display:block; }
#oFTN3NlHPoAyqS5m9inKtWdO0Ea8abX0 { color:#494949;display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:17.1875rem;left:46.8125rem;height:1.0546875rem;display:block; }
#EVh7FgQb1fwKEz7mSn0KpthTVEoveLwz { box-sizing:content-box;height:0.0625rem;width:12.8125rem;position:absolute;display:block;z-index:15065;background-color:#e3e3e3;background-image:none;top:18.625rem;left:46.125000953674rem;display:block; }
#DKEcVU5wWGyO7zT5By1Ku3xKs6EvNZzX { color:#494949;display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:13.5625rem;left:46.625rem;height:2.27578125rem;display:block; }
#c6QeR4h4wRFMgTmrzTNryfbqrelvKMpS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15072;opacity:1;top:11rem;left:46.625rem; }
#T5UzTd2ha6cd41A5LzAuNnRqEUCtNl33 { color:#494949;display:block;width:4.5625rem;position:absolute;font-family:"dax extrabold";font-size:1.125rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:11.4375rem;left:49.5625rem;height:1.462675rem;display:block; }
#PZtudwSCyl2bx7Fn1pfssw7FfTrXiGTk { box-sizing:content-box;height:31.3125rem;width:14.3125rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:10.0625rem;left:60.687500953674rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#MuxPyiDIb8fqpftaszRhJrTePekinZT0 { color:#494949;display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15089;line-height:1.3;letter-spacing:0;top:32.125rem;left:61.8125rem;height:1.0546875rem;display:block; }#MuxPyiDIb8fqpftaszRhJrTePekinZT0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MuxPyiDIb8fqpftaszRhJrTePekinZT0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
#UyO0tpgwlcxJIyTUTu9gNRpQkenhFgt4 { box-sizing:content-box;height:0.0625rem;width:12.8125rem;position:absolute;display:block;z-index:15096;background-color:#e3e3e3;background-image:none;top:31.6875rem;left:61.4375rem;display:block; }
#UyPLsmHfsqzpywWBwmXh67DE2BwqTGAO { color:#494949;display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15088;line-height:1.3;letter-spacing:0;top:30.25rem;left:61.8125rem;height:;display:block; }#UyPLsmHfsqzpywWBwmXh67DE2BwqTGAO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UyPLsmHfsqzpywWBwmXh67DE2BwqTGAO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
#pXVbee8rM5gy5ZiCh6QJvvR18QlN1bTU { color:#494949;display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15087;line-height:1.3;letter-spacing:0;top:28.1875rem;left:61.8125rem;height:1.0546875rem;display:block; }#pXVbee8rM5gy5ZiCh6QJvvR18QlN1bTU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pXVbee8rM5gy5ZiCh6QJvvR18QlN1bTU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
#l5aku9kpKXe1x2VQFldv2gwTywUGaWZS { box-sizing:content-box;height:0.0625rem;width:12.8125rem;position:absolute;display:block;z-index:15095;background-color:#e3e3e3;background-image:none;top:29.75rem;left:61.4375rem;display:block; }
#xP8XGhXcUbwlTvXUisRwI46l2s7leozd { box-sizing:content-box;height:0.0625rem;width:12.8125rem;position:absolute;display:block;z-index:15094;background-color:#e3e3e3;background-image:none;top:27.625rem;left:61.4375rem;display:block; }
#sllvkMumyHpp9As5CGh3dI6ARrF5skaF { color:#494949;display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15085;line-height:1.3;letter-spacing:0;top:26rem;left:61.8125rem;height:1.0546875rem;display:block; }#sllvkMumyHpp9As5CGh3dI6ARrF5skaF li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sllvkMumyHpp9As5CGh3dI6ARrF5skaF li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
#t647m5gPNwLoUPsETu4flrStuNq99n7r { box-sizing:content-box;height:0.0625rem;width:12.8125rem;position:absolute;display:block;z-index:15093;background-color:#e3e3e3;background-image:none;top:25.4375rem;left:61.5rem;display:block; }
#IX1OJFh92nO0NXZObVV8JQHtpO4TUb9I { color:#494949;display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15084;line-height:1.3;letter-spacing:0;top:23.875rem;left:61.8125rem;height:1.0546875rem;display:block; }#IX1OJFh92nO0NXZObVV8JQHtpO4TUb9I li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IX1OJFh92nO0NXZObVV8JQHtpO4TUb9I li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
#GL2KOA6OnGgNvTqwqLdzZkhwSdrv575W { box-sizing:content-box;height:0.0625rem;width:12.8125rem;position:absolute;display:block;z-index:15092;background-color:#e3e3e3;background-image:none;top:23.4375rem;left:61.375rem;display:block; }
#st1KguWRfPeOcfdKP2SHP78Vor107mGz { color:#494949;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15083;line-height:1.3;letter-spacing:0;top:22rem;left:61.8125rem;height:1.0546875rem;display:block; }
#izCMpsfn3EVoCTPmRbVxuX27WWf2s3T8 { box-sizing:content-box;height:0.0625rem;width:12.8125rem;position:absolute;display:block;z-index:15091;background-color:#e3e3e3;background-image:none;top:21.5rem;left:61.4375rem;display:block; }
#NITGbyZqrGgZT6bTkiw3JkKZWQfAONIA { box-sizing:content-box;height:0.0625rem;width:12.8125rem;position:absolute;display:block;z-index:15090;background-color:#e3e3e3;background-image:none;top:18.5625rem;left:61.312500953674rem;display:block; }
#mbGlhmUMQJPvBuBqiO71orJ6xNgIHTdX { color:#494949;display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15081;line-height:1.3;letter-spacing:0;top:17.1875rem;left:62rem;height:1.0546875rem;display:block; }
#TOTozs1mSmlfI76312s4DxdP8Kbi0vum { color:#494949;display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15080;line-height:1.3;letter-spacing:0;top:13.5625rem;left:61.8125rem;height:2.27578125rem;display:block; }
#G19q3H7147gwTLoKfqk0zq3TDDzErXWk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15097;opacity:1;top:11rem;left:61.8125rem; }
#LQPNZVCtK6LlDP4pBP4pRJt8F3TocG39 { color:#494949;display:block;width:4.5625rem;position:absolute;font-family:"dax extrabold";font-size:1.125rem;font-weight:normal;z-index:15079;line-height:1.3;letter-spacing:0;top:11.4375rem;left:64.75rem;height:1.462675rem;display:block; }
#RuNvvHerpdcTipPJs1mtSmUQaTuICDQE { z-index:15008;top:35.748701333999rem;left:0.40581703186035rem;background-color:rgba(var(--color-secondary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(var(--color-tertiary-4),0.21) ;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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.499375rem;height:2.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#FLiixA3gfXB33QZ6ku5zFcIl4Ed9VzFk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TRIcSTnyTbmWBCOkuFE9PEZHiNsmnkoa { color:#013666;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.9375rem;left:0rem;height:2.7615rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Fp6pyD9JnJn3WLBGEXLlqOp4MaIeNnqT { color:#494949;display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:19rem;left:61.656251907349rem;height:2.109375rem;display:block; }
#FUepOPm4aMNcwr6taipBJFcduthoZhLd { z-index:15098;top:35.748701333999rem;left:15.655382156372rem;background-color:rgba(var(--color-secondary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(var(--color-tertiary-4),0.21) ;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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.499375rem;height:2.43706875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#HtWyPgHUJJt5JlFEQpOBNI6IlBTJX6s4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WWeTPGTNatXLwNIomTE5SWTrrBJGvxp1 { z-index:15099;top:35.748701333999rem;left:30.749784469604rem;background-color:rgba(var(--color-secondary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(var(--color-tertiary-4),0.21) ;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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.499375rem;height:2.43706875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Ald9NahGS7iHrIwnPQwgcc3l5hTLPuhX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XafGxJaG29PVrpaKkS1ZxT5B7dGq4Kbn { z-index:15100;top:35.748701333999rem;left:45.904947280884rem;background-color:rgba(var(--color-secondary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(var(--color-tertiary-4),0.21) ;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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.499375rem;height:2.43706875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#psGv1KyAHP63PUhLft2RcSRRZLQg96lW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g5Rk0y9snPOu5A1yNH4pW4RPJ0UElTpO { z-index:15101;top:35.748701333999rem;left:61.092668533325rem;background-color:rgba(var(--color-secondary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(var(--color-tertiary-4),0.21) ;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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.499375rem;height:2.43706875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#hGgO8t6wIKRWJyzGdyf7vhER95AmPPHZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eFcvkbDTTtBWfaZTeDuKwK5TIe7H1noT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#eFcvkbDTTtBWfaZTeDuKwK5TIe7H1noT > .row .container { border-width: 0; border-radius: 0; }#eFcvkbDTTtBWfaZTeDuKwK5TIe7H1noT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eFcvkbDTTtBWfaZTeDuKwK5TIe7H1noT > .row .container { font-size:0.875rem;font-family:arial;height:52.375rem;width:75rem;position:relative;display:none; }#vK9pAI7nc2gQMASgAZsFwWerzvr0w3PS { box-sizing:content-box;height:30.75rem;width:14.3125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:10.0625rem;left:0rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#sH7RmLQForAGmTZphVcuab9gI3uUaq2u { color:#494949;display:block;width:4.5625rem;position:absolute;font-family:"dax extrabold";font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:11.1875rem;left:4.0625rem;height:1.462675rem;display:block; }
#taJTR1ucZiqXw3dpc32zmzFSfyibehSR { color:#494949;display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:13.375rem;left:1.125rem;height:2.2721375rem;display:block; }
#ov4Xqz6LMvQN1bTQSWnTenDwJU2V3Zrh { color:#494949;display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:17.062499523163rem;left:1.09375rem;height:1.05625rem;display:block; }
#XWvI2owBfFNNqc3trLpkOq1AOEMCC91D { color:#494949;display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:19rem;left:1.125rem;height:1.05625rem;display:block; }
#TdcIa79ILGLXBIAVe9hgFCcbmlF465Li { color:#494949;display:block;width:12.4375rem;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:20.9375rem;left:1.125rem;height:1.05625rem;display:block; }
#BpmkXe3xSFpQnMu4sIawps9zMFQKRqcT { color:#494949;display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:22.875rem;left:1.125rem;height:2.11154375rem;display:block; }
#UzJaNnnAn02gB5LPGitlzFrPJTZSVrlk { color:#494949;display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:30.0625rem;left:1.125rem;height:1.05625rem;display:block; }#UzJaNnnAn02gB5LPGitlzFrPJTZSVrlk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UzJaNnnAn02gB5LPGitlzFrPJTZSVrlk li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
#ro6bq8k5lM7z2NVrWcPF4CgANsqJQuC3 { color:#494949;display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:25.875rem;left:1.125rem;height:1.05625rem;display:block; }#ro6bq8k5lM7z2NVrWcPF4CgANsqJQuC3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ro6bq8k5lM7z2NVrWcPF4CgANsqJQuC3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
#uZCqW28asTkRJbl9i9LiaucOEIT9i1nC { color:#494949;display:block;width:11.1875rem;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:28.0625rem;left:1.125rem;height:1.05625rem;display:block; }#uZCqW28asTkRJbl9i9LiaucOEIT9i1nC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#uZCqW28asTkRJbl9i9LiaucOEIT9i1nC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
#T4ULGWf8D97KVQZHJiVF35DSbvUGinCJ { color:#494949;display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:32rem;left:1.125rem;height:1.05625rem;display:block; }#T4ULGWf8D97KVQZHJiVF35DSbvUGinCJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#T4ULGWf8D97KVQZHJiVF35DSbvUGinCJ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
#Ln4PoOTBbvnnm2S0V4eDpU40k0KUuOGA { box-sizing:content-box;height:0.0625rem;width:12.8125rem;position:absolute;display:block;z-index:15016;background-color:#e3e3e3;background-image:none;top:18.5rem;left:0.625rem;display:block; }
#mknp4rPRJxkl6p4F7LnbQvPd4Jwt5yxX { box-sizing:content-box;height:0.0625rem;width:12.8125rem;position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:none;top:20.5rem;left:0.75rem;display:block; }
#qNsdp4KvwrPiglyUffmMokEXKn746Ove { box-sizing:content-box;height:0.0625rem;width:12.8125rem;position:absolute;display:block;z-index:15019;background-color:#e3e3e3;background-image:none;top:25.3125rem;left:0.8125rem;display:block; }
#RZv06xouPCHKDAlGSzmppuDeV99HgTaf { box-sizing:content-box;height:0.0625rem;width:12.8125rem;position:absolute;display:block;z-index:15018;background-color:#e3e3e3;background-image:none;top:22.4375rem;left:0.6875rem;display:block; }
#gJfoV2mXOU6KTygOX2O4ZiGwZuhsMph0 { box-sizing:content-box;height:0.0625rem;width:12.8125rem;position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:none;top:27.5rem;left:0.75rem;display:block; }
#ADV9kygWQT47vabiZn1oE8LN7rRJsJLK { box-sizing:content-box;height:0.0625rem;width:12.8125rem;position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:none;top:29.5625rem;left:0.75rem;display:block; }
#gE7FSHCMXNA8P50rAJMiVGW2zFEx5tpt { box-sizing:content-box;height:0.0625rem;width:12.8125rem;position:absolute;display:block;z-index:15022;background-color:#e3e3e3;background-image:none;top:31.5rem;left:0.75rem;display:block; }
#SmbWXRDbmedfxaKsIShSTBb0Jgrou35M { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:10.75rem;left:1.125rem; }
#ISic4kq5oQR9GmP0r05t8i8RXi4Gbxer { color:#494949;display:block;width:3.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:33.9375rem;left:4.125rem;height:1.462675rem;display:block; }
#ANOKHiIwPNX4Q0bXnGalw3dosNV0ZkQB { color:#494949;display:block;width:2.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:34.125rem;left:7.875rem;height:1.13606875rem;display:block; }
#PmQBsB3GUQ3vTqIMDEHb45WMBmhtpmGs { color:#494949;display:block;width:10.5rem;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:35.3125rem;left:1.9375rem;height:0.975rem;text-align:center;text-align-last:center;display:block; }
#HiwpmB3zonTxvs528oLt5TehsO78ExHd { color:rgba(var(--color-secondary-4),1);display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:37rem;left:2.625rem;height:1.6253875rem;display:block; }#HiwpmB3zonTxvs528oLt5TehsO78ExHd li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HiwpmB3zonTxvs528oLt5TehsO78ExHd li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9dea19d1c35aa0f45828743c72976f410c2e63e9.svg); }
#av27mQeN7fHxtF9h7owzLvkf5pHzV6EF { color:rgba(var(--color-secondary-4),1);display:block;width:2.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:37.1875rem;left:8.75rem;height:1.3rem;display:block; }
#gJaEbs84KaaR5vuTUwpuhVD3iAhM39S1 { color:#494949;display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:38.5625rem;left:1.9375rem;height:0.975rem;text-align:center;text-align-last:center;display:block; }
#zWfWclJSgSlhHxu0Xqq96UFFcMHIbLxO { box-sizing:content-box;height:31.125rem;width:14.3125rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:10.0625rem;left:30.375000953674rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#dEbx7XrOT12Z8zZb5oDTHFGbCrelECx1 { color:rgba(var(--color-secondary-4),1);display:block;width:2.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:37.25rem;left:39.0625rem;height:1.3rem;display:block; }
#TooPbf1oHnW0gVTWiKmKQF85ZE65NtDp { color:rgba(var(--color-secondary-4),1);display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:37.0625rem;left:32.9375rem;height:1.6253875rem;display:block; }#TooPbf1oHnW0gVTWiKmKQF85ZE65NtDp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TooPbf1oHnW0gVTWiKmKQF85ZE65NtDp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9dea19d1c35aa0f45828743c72976f410c2e63e9.svg); }
#uJZdVV5oQmK9sTN8r1X89JqrT9o0xiMD { color:#494949;display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:38.625rem;left:32.25rem;height:0.975rem;text-align:center;text-align-last:center;display:block; }
#XatpmV7QnrT5oNQXx6TJK3wN88zDCp6J { color:#494949;display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:35.4375rem;left:32.25rem;height:0.975rem;text-align:center;text-align-last:center;display:block; }
#e8o6S3TDJEziLfTxgdCE7MZPnPwTbZd7 { color:#494949;display:block;width:2.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:34.1875rem;left:38.1875rem;height:1.13606875rem;display:block; }
#JDyQs7z60pMTNhhvIuLoxOM7fh2FKPBJ { color:#494949;display:block;width:3.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:34rem;left:34.4375rem;height:1.462675rem;display:block; }
#DiommsEr6Ax91A7NLIqdK6TXGWZ2Sr0e { color:#494949;display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:32.0625rem;left:31.4375rem;height:1.05625rem;display:block; }#DiommsEr6Ax91A7NLIqdK6TXGWZ2Sr0e li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DiommsEr6Ax91A7NLIqdK6TXGWZ2Sr0e li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
#nJMJbo65W3TeoRZLEGqAWKTBqv7REWfd { color:#494949;display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:30.1875rem;left:31.4375rem;height:;display:block; }#nJMJbo65W3TeoRZLEGqAWKTBqv7REWfd li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nJMJbo65W3TeoRZLEGqAWKTBqv7REWfd li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
#kgO2P4qhXzrXapXfIOLJfpN2SF7Iypbh { color:#494949;display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:28.125rem;left:31.4375rem;height:1.05625rem;display:block; }#kgO2P4qhXzrXapXfIOLJfpN2SF7Iypbh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#kgO2P4qhXzrXapXfIOLJfpN2SF7Iypbh li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
#NPIF5N9h9SB5gcfUM7s1fXvAE9bmRoTR { color:#494949;display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:25.9375rem;left:31.4375rem;height:1.05625rem;display:block; }#NPIF5N9h9SB5gcfUM7s1fXvAE9bmRoTR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NPIF5N9h9SB5gcfUM7s1fXvAE9bmRoTR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
#k6XKoSzHg97a7UWAqQlP8PSGsQaBcUF7 { color:#494949;display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:23.8125rem;left:31.4375rem;height:1.05625rem;display:block; }#k6XKoSzHg97a7UWAqQlP8PSGsQaBcUF7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#k6XKoSzHg97a7UWAqQlP8PSGsQaBcUF7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
#SQfUUPtO8CcpcJnLP1BdQE74FvUXyHly { color:#494949;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:21.9375rem;left:31.4375rem;height:1.05625rem;display:block; }
#FiNhALfIdZcu4J0xZqKQMSPAAiPPdtMK { color:#494949;display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:17.0625rem;left:31.375rem;height:1.05625rem;display:block; }
#DTV71RuPHtRGLoNuLKrA5Tg1K0KsUtZO { color:#494949;display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:13.5625rem;left:31.5rem;height:2.2721375rem;display:block; }
#k2JgG41pRg25UAUT8vtbfeESKM7PcpEq { color:#494949;display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:18.9375rem;left:31.4375rem;height:2.11155rem;display:block; }
#JibI0o8dR87FtqdCT6ZTTVd8lx5OyyHO { color:#494949;display:block;width:4.5625rem;position:absolute;font-family:"dax extrabold";font-size:1.125rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:11.4375rem;left:34.4375rem;height:1.462675rem;display:block; }
#RQaK2XJqht3DbL3egVieUGDkRHmkgPq1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:11rem;left:31.5rem; }
#iRByG6SbLGHQoTVaCtzHXswJqWr1EPlc { box-sizing:content-box;height:0.0625rem;width:12.8125rem;position:absolute;display:block;z-index:15040;background-color:#e3e3e3;background-image:none;top:18.4375rem;left:31rem;display:block; }
#gf2cCWUkUprkwTAuCNDOxDSg85bGn3bw { box-sizing:content-box;height:0.0625rem;width:12.8125rem;position:absolute;display:block;z-index:15041;background-color:#e3e3e3;background-image:none;top:21.4375rem;left:31.0625rem;display:block; }
#W6B9Ss92nzZlZypBDgDpRJnl0Cmswg8o { box-sizing:content-box;height:0.0625rem;width:12.8125rem;position:absolute;display:block;z-index:15042;background-color:#e3e3e3;background-image:none;top:23.375rem;left:31rem;display:block; }
#C7Joo8XZEKWgKHQ5lQzybc3lzLmBhG3C { box-sizing:content-box;height:0.0625rem;width:12.8125rem;position:absolute;display:block;z-index:15043;background-color:#e3e3e3;background-image:none;top:25.375rem;left:31.125rem;display:block; }
#B3ClkFCfZuqyagq9PagUahLtDvLcCNRc { box-sizing:content-box;height:0.0625rem;width:12.8125rem;position:absolute;display:block;z-index:15044;background-color:#e3e3e3;background-image:none;top:27.5625rem;left:31.0625rem;display:block; }
#WdF1UPb5nJVNqtROp1NMKIAEQl5ligtz { box-sizing:content-box;height:0.0625rem;width:12.8125rem;position:absolute;display:block;z-index:15045;background-color:#e3e3e3;background-image:none;top:29.6875rem;left:31.0625rem;display:block; }
#QVQgdcDtLqCW9MafldTkBJSaDpJTOy9c { box-sizing:content-box;height:0.0625rem;width:12.8125rem;position:absolute;display:block;z-index:15046;background-color:#e3e3e3;background-image:none;top:31.625rem;left:31.0625rem;display:block; }
#gKy6rgdXDhrffvEeAOGrnpdxntxOWUfd { box-sizing:content-box;height:30.9375rem;width:14.3125rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:10.0625rem;left:15.249999046326rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#shbT8J66TEvXgTMgBD95skTtatuXLUXk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:11.0625rem;left:16.4375rem; }
#IpkyRd3K0nHDiylP601TRl7Thn1DZVzU { color:#494949;display:block;width:4.5625rem;position:absolute;font-family:"dax extrabold";font-size:1.125rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:11.5rem;left:19.375rem;height:1.462675rem;display:block; }
#yNP0M1T9vXPZ1m2CQvAmsRmD3GSXpfDR { color:#494949;display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:13.625rem;left:16.4375rem;height:2.2721375rem;display:block; }
#iN1ioerqxbZNNlDwQSQOUIaaTJuATGlL { color:#494949;display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:17.062500476837rem;left:16.436718940735rem;height:1.05625rem;display:block; }
#RcOJnhVbXRikbFlNdL3JxmSyIfMQFFgc { color:#494949;display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:19.000000476837rem;left:16.437499046326rem;height:1.05625rem;display:block; }
#lbNNIfG0ZQbQSm8uHOBvTRHcKxozDu4s { color:#494949;display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:20.937500476837rem;left:16.437499046326rem;height:1.05625rem;display:block; }
#bmLWyacUe9EXBCTMyFzF1SICUJs5eta9 { color:#494949;display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:22.687500476837rem;left:16.436718940735rem;height:2.11154375rem;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; }
#qOwkGRd6rsAXEnHV1sCKWMuKzW3TdLiI { box-sizing:content-box;height:0.0625rem;width:12.8125rem;position:absolute;display:block;z-index:15052;background-color:#e3e3e3;background-image:none;top:22.312500476837rem;left:15.999999046326rem;display:block; }
#pcfL8BDQZIUgp7H0MNKbD8KIrUZkMluo { box-sizing:content-box;height:0.0625rem;width:12.8125rem;position:absolute;display:block;z-index:15051;background-color:#e3e3e3;background-image:none;top:20.437500476837rem;left:16.062499046326rem;display:block; }
#n0Nokg4ynnSIXgcJXT6pzT5tUadnB5ly { box-sizing:content-box;height:0.0625rem;width:12.8125rem;position:absolute;display:block;z-index:15050;background-color:#e3e3e3;background-image:none;top:18.500000476837rem;left:15.937499046326rem;display:block; }
#PM28HADCXt5Q5KBcD1RPTgFbkvzTl7cL { box-sizing:content-box;height:0.0625rem;width:12.8125rem;position:absolute;display:block;z-index:15050;background-color:#e3e3e3;background-image:none;top:25.125000476837rem;left:15.999999046326rem;display:block; }
#xDznBBcdkuUvrsEhGLx5Oa6Stf8KDIn5 { color:#494949;display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:27.875000476837rem;left:16.374999046326rem;height:1.05625rem;display:block; }#xDznBBcdkuUvrsEhGLx5Oa6Stf8KDIn5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xDznBBcdkuUvrsEhGLx5Oa6Stf8KDIn5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
#Srb7SwTxvydSvrrCEFUwhEpRqFnE3DOf { box-sizing:content-box;height:0.0625rem;width:12.8125rem;position:absolute;display:block;z-index:15051;background-color:#e3e3e3;background-image:none;top:29.750000476837rem;left:15.999999046326rem;display:block; }
#zs1IIHd3QEF2yrsyUzhv0Q2oTU3TRKhk { color:#494949;display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:29.937500476837rem;left:16.374999046326rem;height:;display:block; }#zs1IIHd3QEF2yrsyUzhv0Q2oTU3TRKhk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zs1IIHd3QEF2yrsyUzhv0Q2oTU3TRKhk li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
#XfJVm6CF7rN8qpJ4tRroTgB6ukPmLIqX { box-sizing:content-box;height:0.0625rem;width:12.8125rem;position:absolute;display:block;z-index:15052;background-color:#e3e3e3;background-image:none;top:31.375000476837rem;left:15.999999046326rem;display:block; }
#Q1fcJfthKs5XkvDAellCrbvTnkJrVczm { color:#494949;display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:31.812500476837rem;left:16.374999046326rem;height:1.05625rem;display:block; }#Q1fcJfthKs5XkvDAellCrbvTnkJrVczm li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Q1fcJfthKs5XkvDAellCrbvTnkJrVczm li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
#O17lf9Q6yXlW2qolto4o71JhcmqZ1p2d { color:#494949;display:block;width:3.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:33.9375rem;left:19.3125rem;height:1.462675rem;display:block; }
#ePUHSoa75nzGiH8uAMsx1nf7sOEHzLqL { color:#494949;display:block;width:2.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:34.125rem;left:23.0625rem;height:1.13606875rem;display:block; }
#TTBTq0iXmby5zLTM92Xnz5VPQ30Rxims { color:#494949;display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:35.375rem;left:17.125rem;height:0.975rem;text-align:center;text-align-last:center;display:block; }
#TVeDrrVyxyBiU0g9HnFifT9S94MMxhKZ { color:rgba(var(--color-secondary-4),1);display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:37rem;left:17.8125rem;height:1.6253875rem;display:block; }#TVeDrrVyxyBiU0g9HnFifT9S94MMxhKZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TVeDrrVyxyBiU0g9HnFifT9S94MMxhKZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9dea19d1c35aa0f45828743c72976f410c2e63e9.svg); }
#l4rbLoFq2DiaLUc7DrnQdad9uP0wPn9J { color:rgba(var(--color-secondary-4),1);display:block;width:2.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:37.1875rem;left:23.9375rem;height:1.3rem;display:block; }
#LrUUWDxoV4beNHiHZpuOSWRKkWydJXrE { color:#494949;display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:38.5625rem;left:17.125rem;height:0.975rem;text-align:center;text-align-last:center;display:block; }
#QlWmDNcx9M7MZ7zgqmQUlI5JRk2v7yxH { color:#494949;display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:25.687500476837rem;left:16.374999046326rem;height:1.05625rem;display:block; }#QlWmDNcx9M7MZ7zgqmQUlI5JRk2v7yxH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QlWmDNcx9M7MZ7zgqmQUlI5JRk2v7yxH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
#i5KxxIwCTJDmTNumOEvgXrdrt23w0mWa { box-sizing:content-box;height:0.0625rem;width:12.8125rem;position:absolute;display:block;z-index:15046;background-color:#e3e3e3;background-image:none;top:27.187500476837rem;left:15.999999046326rem;display:block; }
#VcQqLxN2gQ2aJhK1mKL04XK8CDDrPvNX { box-sizing:content-box;height:31.1875rem;width:14.3125rem;position:absolute;display:block;z-index:15050;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:10.0625rem;left:45.500000953674rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#N2BDU9E6TtuzkwNqPGHf5COxAkIwHDR8 { color:#494949;display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:38.6875rem;left:47.4375rem;height:0.975rem;text-align:center;text-align-last:center;display:block; }
#kSIFri6qIfGP1iIPCkAL3niGAw3dD10D { color:#494949;display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:35.5rem;left:47.4375rem;height:0.975rem;text-align:center;text-align-last:center;display:block; }
#TMAVzsu2xE8vvriB7VQ0d1S14JdKS0dU { color:#494949;display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:32.125rem;left:46.625rem;height:1.05625rem;display:block; }#TMAVzsu2xE8vvriB7VQ0d1S14JdKS0dU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TMAVzsu2xE8vvriB7VQ0d1S14JdKS0dU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
#SyJsy3v4ou0TLeK3LMxTJli1BuW77bnD { color:rgba(var(--color-secondary-4),1);display:block;width:2.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:37.3125rem;left:54.25rem;height:1.3rem;display:block; }
#Txs6QesyOsg4GqSDrf4il4Va26piDPKg { color:#494949;display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:30.25rem;left:46.625rem;height:;display:block; }#Txs6QesyOsg4GqSDrf4il4Va26piDPKg li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Txs6QesyOsg4GqSDrf4il4Va26piDPKg li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
#Ho1Jfrtvi8sIT6LGzd6GC8ls1QTXd8l3 { box-sizing:content-box;height:0.0625rem;width:12.8125rem;position:absolute;display:block;z-index:15071;background-color:#e3e3e3;background-image:none;top:31.6875rem;left:46.25rem;display:block; }
#EQOsDyU85T02b470KwyQkuhfZv1gGgp6 { color:#494949;display:block;width:2.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:34.25rem;left:53.375rem;height:1.13606875rem;display:block; }
#XxHOL6U9p6qmXVyuKSIKS6L7OblatND8 { color:#494949;display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:28.1875rem;left:46.625rem;height:1.05625rem;display:block; }#XxHOL6U9p6qmXVyuKSIKS6L7OblatND8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XxHOL6U9p6qmXVyuKSIKS6L7OblatND8 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
#Tw8MWCntlAcZ5DbLQhAbLUQXFZ19nQsT { box-sizing:content-box;height:0.0625rem;width:12.8125rem;position:absolute;display:block;z-index:15070;background-color:#e3e3e3;background-image:none;top:29.75rem;left:46.25rem;display:block; }
#ZsoTEuSmUW1CIkDmkVLDaFgNbFXrDTHp { color:#494949;display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:26rem;left:46.625rem;height:1.05625rem;display:block; }#ZsoTEuSmUW1CIkDmkVLDaFgNbFXrDTHp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZsoTEuSmUW1CIkDmkVLDaFgNbFXrDTHp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
#iBrJHnoqDqWDmVkA7J07crs0vJdlkCAX { box-sizing:content-box;height:0.0625rem;width:12.8125rem;position:absolute;display:block;z-index:15069;background-color:#e3e3e3;background-image:none;top:27.625rem;left:46.25rem;display:block; }
#UtgtF7WdQCId1HTDU5kl15wSQp2fQCp1 { color:rgba(var(--color-secondary-4),1);display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:37.125rem;left:48.125rem;height:1.6253875rem;display:block; }#UtgtF7WdQCId1HTDU5kl15wSQp2fQCp1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UtgtF7WdQCId1HTDU5kl15wSQp2fQCp1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9dea19d1c35aa0f45828743c72976f410c2e63e9.svg); }
#V0qe529LmT2K7yRBS3WuuQJOKHA0dc2X { color:#494949;display:block;width:3.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:34.0625rem;left:49.625rem;height:1.462675rem;display:block; }
#TrxDO7PItSfc5vWEA1RbfQtAhD3JiPX3 { color:#494949;display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:23.875rem;left:46.625rem;height:1.05625rem;display:block; }#TrxDO7PItSfc5vWEA1RbfQtAhD3JiPX3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TrxDO7PItSfc5vWEA1RbfQtAhD3JiPX3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
#EaZAmMWEXWrl0F4ywxSplsMvqCmJybEF { box-sizing:content-box;height:0.0625rem;width:12.8125rem;position:absolute;display:block;z-index:15068;background-color:#e3e3e3;background-image:none;top:25.4375rem;left:46.3125rem;display:block; }
#Q64rUP0uwrpSaTeAMddIfnKTGQBSS6v6 { color:#494949;display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:22rem;left:46.625rem;height:1.05625rem;display:block; }
#w8VlWsACaQTPGTgxyUwr7Tis2mQn6FLD { box-sizing:content-box;height:0.0625rem;width:12.8125rem;position:absolute;display:block;z-index:15067;background-color:#e3e3e3;background-image:none;top:23.4375rem;left:46.1875rem;display:block; }
#U1dD9CN6QClsGI7tT0otTl4kf1Mtnr0z { color:#494949;display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:19.125rem;left:46.625000953674rem;height:2.11155rem;display:block; }
#DcRKGvePHDwobbSSgIENvLkTD5PCt6fq { box-sizing:content-box;height:0.0625rem;width:12.8125rem;position:absolute;display:block;z-index:15066;background-color:#e3e3e3;background-image:none;top:21.5rem;left:46.25rem;display:block; }
#KoKkHqmh2T6KJV96o19o13ZMGHgaGiRp { color:#494949;display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:17.1875rem;left:46.8125rem;height:1.05625rem;display:block; }
#o9Jw1M63MdzenIsRtUTEFNyiMyZUQX3y { box-sizing:content-box;height:0.0625rem;width:12.8125rem;position:absolute;display:block;z-index:15065;background-color:#e3e3e3;background-image:none;top:18.625rem;left:46.125000953674rem;display:block; }
#cxyizHb3MpWO3axmtFsZDADrTPGzetSx { color:#494949;display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:13.5625rem;left:46.625rem;height:2.2721375rem;display:block; }
#K9EiT0bezhpM0klHSB9k9htvF24pQSlo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15072;opacity:1;top:11rem;left:46.625rem; }
#DiTOuWtcuio6K9lsvrsKCSHdRvdAQT0z { color:#494949;display:block;width:4.5625rem;position:absolute;font-family:"dax extrabold";font-size:1.125rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:11.4375rem;left:49.5625rem;height:1.462675rem;display:block; }
#L5Rdg2Qa6zcPG9zoNF3uCbFRmqaoMwOQ { box-sizing:content-box;height:31.3125rem;width:14.3125rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:10.0625rem;left:60.687500953674rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#OeFLWOv1ynfptCVbFH9wQVqTwp6G2bnw { color:#494949;display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15085;line-height:1.3;letter-spacing:0;top:38.6875rem;left:62.625rem;height:0.975rem;text-align:center;text-align-last:center;display:block; }
#Phoy1epEWTgGVTBdoVZxMMt2o7VubkGs { color:#494949;display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15082;line-height:1.3;letter-spacing:0;top:35.5rem;left:62.625rem;height:0.975rem;text-align:center;text-align-last:center;display:block; }
#gB9AQ0HM4cuieyliD3Dhq1Pn1nnaA7Nn { color:rgba(var(--color-secondary-4),1);display:block;width:2.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15084;line-height:1.3;letter-spacing:0;top:37.1875rem;left:69.9375rem;height:1.3rem;display:block; }
#yGVeXFCzKtlKcUe9xtTMvpa88crD2agi { color:#494949;display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15089;line-height:1.3;letter-spacing:0;top:32.125rem;left:61.8125rem;height:1.05625rem;display:block; }#yGVeXFCzKtlKcUe9xtTMvpa88crD2agi li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yGVeXFCzKtlKcUe9xtTMvpa88crD2agi li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
#GFZsOtmUqP4F4GoqlgHAtEwlpqJNAfTi { box-sizing:content-box;height:0.0625rem;width:12.8125rem;position:absolute;display:block;z-index:15096;background-color:#e3e3e3;background-image:none;top:31.6875rem;left:61.4375rem;display:block; }
#gXkcWDITesrnH5x5LLHTtx2BnNGy91B1 { color:#494949;display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15088;line-height:1.3;letter-spacing:0;top:30.25rem;left:61.8125rem;height:;display:block; }#gXkcWDITesrnH5x5LLHTtx2BnNGy91B1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gXkcWDITesrnH5x5LLHTtx2BnNGy91B1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
#kclknNHqIm14WehhynXUBc8olclEx8LK { color:#494949;display:block;width:2.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15081;line-height:1.3;letter-spacing:0;top:34.25rem;left:68.875rem;height:1.13606875rem;display:block; }
#TCPS5ZWwGBGloxdaMSytUDFQOrMDxxSO { color:#494949;display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15087;line-height:1.3;letter-spacing:0;top:28.1875rem;left:61.8125rem;height:1.05625rem;display:block; }#TCPS5ZWwGBGloxdaMSytUDFQOrMDxxSO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TCPS5ZWwGBGloxdaMSytUDFQOrMDxxSO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
#BaFiRbZnxEMR0HoGWIxOSZllGsT5hN9B { box-sizing:content-box;height:0.0625rem;width:12.8125rem;position:absolute;display:block;z-index:15095;background-color:#e3e3e3;background-image:none;top:29.75rem;left:61.4375rem;display:block; }
#lTkHpeTRUgPqK5gPxX2uwKProG86z0hq { box-sizing:content-box;height:0.0625rem;width:12.8125rem;position:absolute;display:block;z-index:15094;background-color:#e3e3e3;background-image:none;top:27.625rem;left:61.4375rem;display:block; }
#k7tpOKRr5sNf1ruc21ln24zLxDTVlxd6 { color:rgba(var(--color-secondary-4),1);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15083;line-height:1.3;letter-spacing:0;top:37rem;left:63.0625rem;height:1.6253875rem;display:block; }#k7tpOKRr5sNf1ruc21ln24zLxDTVlxd6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#k7tpOKRr5sNf1ruc21ln24zLxDTVlxd6 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9dea19d1c35aa0f45828743c72976f410c2e63e9.svg); }
#d6nHdfq5LUQewdImcmkFgU9py3PiC992 { color:#494949;display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15085;line-height:1.3;letter-spacing:0;top:26rem;left:61.8125rem;height:1.05625rem;display:block; }#d6nHdfq5LUQewdImcmkFgU9py3PiC992 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#d6nHdfq5LUQewdImcmkFgU9py3PiC992 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
#vBVAJkqzuTv19waR212yqINhJ5IKFlUT { color:#494949;display:block;width:4.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15080;line-height:1.3;letter-spacing:0;top:34.0625rem;left:64.5625rem;height:1.462675rem;display:block; }
#F8xTr4wCD0BnlFsJOg6E62QQCGDTUwIK { box-sizing:content-box;height:0.0625rem;width:12.8125rem;position:absolute;display:block;z-index:15093;background-color:#e3e3e3;background-image:none;top:25.4375rem;left:61.5rem;display:block; }
#lIQzt2rRSo2VKaFoSwSVD1C5qDL4CSk3 { color:#494949;display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15084;line-height:1.3;letter-spacing:0;top:23.875rem;left:61.8125rem;height:1.05625rem;display:block; }#lIQzt2rRSo2VKaFoSwSVD1C5qDL4CSk3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lIQzt2rRSo2VKaFoSwSVD1C5qDL4CSk3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
#yKGgWT5TfZe1FsyECvMT4KtfRrE36Gyo { box-sizing:content-box;height:0.0625rem;width:12.8125rem;position:absolute;display:block;z-index:15092;background-color:#e3e3e3;background-image:none;top:23.4375rem;left:61.375rem;display:block; }
#HTdTAArLN3MTTdpomp9XyOp3IT9bzVlf { color:#494949;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15083;line-height:1.3;letter-spacing:0;top:22rem;left:61.8125rem;height:1.05625rem;display:block; }
#aM5cCMi7EuuImZdMB7woWTg6muP2dzbd { box-sizing:content-box;height:0.0625rem;width:12.8125rem;position:absolute;display:block;z-index:15091;background-color:#e3e3e3;background-image:none;top:21.5rem;left:61.4375rem;display:block; }
#cc8lXWDPEaVcfRz7zfqNxO6TwewGgGKS { box-sizing:content-box;height:0.0625rem;width:12.8125rem;position:absolute;display:block;z-index:15090;background-color:#e3e3e3;background-image:none;top:18.5625rem;left:61.312500953674rem;display:block; }
#CbEUAQ175NgKf3ltSgy7caZThvsp4tsA { color:#494949;display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15081;line-height:1.3;letter-spacing:0;top:17.1875rem;left:62rem;height:1.05625rem;display:block; }
#RvNW31E59t0zsDbNpOJMtDGGKni7z9yZ { color:#494949;display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15080;line-height:1.3;letter-spacing:0;top:13.5625rem;left:61.8125rem;height:2.2721375rem;display:block; }
#tF4ki0T5k876GgaCxO4OTgn7dMrahxnb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15097;opacity:1;top:11rem;left:61.8125rem; }
#ZmJNuXShwhok7ImVIapUvZRlCBVOZiih { color:#494949;display:block;width:4.5625rem;position:absolute;font-family:"dax extrabold";font-size:1.125rem;font-weight:normal;z-index:15079;line-height:1.3;letter-spacing:0;top:11.4375rem;left:64.75rem;height:1.462675rem;display:block; }
#dkq70fXuQbTeMoZdOSoZEnnRDcbk75gs { z-index:15008;top:44.0625rem;left:25.25rem;background-color:rgba(var(--color-secondary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(var(--color-tertiary-4),0.21) ;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.5rem;height:3.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#BwIlagtHgdvl7cT74F902EOfZeBxiTg4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CznRItAT4WmI39Rhsqm2b9NGMZ3IV4Q0 { color:#013666;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.9375rem;left:0rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#miCHrfEgbsVo5gOm3V2Se7aTIqKvqBci { color:#494949;display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:19rem;left:61.656251907349rem;height:2.11155rem;display:block; }
#XAE09fI1mhRHdGdKz33CtL351fuBTeSU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#XAE09fI1mhRHdGdKz33CtL351fuBTeSU > .row .container { border-width: 0; border-radius: 0; }#XAE09fI1mhRHdGdKz33CtL351fuBTeSU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XAE09fI1mhRHdGdKz33CtL351fuBTeSU > .row .container { font-size:0.875rem;font-family:arial;height:58.6875rem;width:75rem;position:relative;display:none; }#qyq3DpcKmoTuTVog8r7lq73Tu79m4HEq { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(168deg, #14b8a6, #0b041a);background-image: -moz-linear-gradient(168deg, #14b8a6, #0b041a);background-image: -ms-linear-gradient(168deg, #14b8a6, #0b041a);background-image: -o-linear-gradient(168deg, #14b8a6, #0b041a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#14b8a6', endColorstr='#0b041a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#14b8a6', endColorstr='#0b041a' );";background-image: linear-gradient(168deg, #14b8a6, #0b041a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.3125rem 0.75rem rgba(var(--color-tertiary-4),0.1) ;height:51.25rem;width:65rem;top:3.623046875rem;left:5.0000019073486rem;display:block; }
#wowUai2Kn2Z26geJZUO6VXq3QpwxoqUX { background-color:#00ada4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.375rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:6.810546875rem;left:46.8125rem;display:none; }
#MKTlAHODoFOBSdXBVN6R6Jyb8kbsC1kg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cURQx6ZrLSnlwR7qJT06oPtMnD2WZB7o { color:rgba(var(--color-secondary-4),1);display:block;width:21.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:23.125rem;left:0rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#vLCe7imHbOLZ8hzU58S4Om0DZPuE8KCO { color:rgba(var(--color-tertiary-0),1);display:block;width:19.937125rem;position:absolute;font-family:dax;font-size:2.375rem;font-weight:normal;z-index:15020;line-height:1.1;letter-spacing:0;top:13.311326980591rem;left:7.875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#nbsyoL5NVCPU2xL7VFR2bRhprLZuTITG { color:rgba(var(--color-tertiary-0),1);display:block;width:19.374625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15056;line-height:1.4;letter-spacing:0;top:26.935544967651rem;left:7.875rem;height:3.3234375rem;text-align:left;text-align-last:left;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; }
#qTnEPbyQNQqJZbSgGrKgEa6759WdhRHn { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.9375rem;width:5rem;top:0.625rem;left:85.21875rem;overflow:hidden;display:block; }
#IsK33oxh92hz3ViXPe3q8IPUk1ekPHvx { position:absolute;display:block;z-index:15056;height:27.75rem;width:38.0625rem;top:7.3741321563719rem;left:28.945314407349rem;display:block; }
#RHuh5Fdu4I2zZDDF8yABXvyGIqsSkLMR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#013666;background-image:url("https://images.assets-landingi.com/uc/50739bee-0dad-4933-9bfa-7c5228490bc3/PatternFlexge__4.png");background-position:top 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; }#RHuh5Fdu4I2zZDDF8yABXvyGIqsSkLMR.adaptive-delivery-prevent-bg, #RHuh5Fdu4I2zZDDF8yABXvyGIqsSkLMR.lazyload, #RHuh5Fdu4I2zZDDF8yABXvyGIqsSkLMR.lazyloading { background-image: none; }#RHuh5Fdu4I2zZDDF8yABXvyGIqsSkLMR > .row .container { background-color: transparent; background-image: none; }#RHuh5Fdu4I2zZDDF8yABXvyGIqsSkLMR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RHuh5Fdu4I2zZDDF8yABXvyGIqsSkLMR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RHuh5Fdu4I2zZDDF8yABXvyGIqsSkLMR > .row .container > .video-iframe-container { display: none; }#RHuh5Fdu4I2zZDDF8yABXvyGIqsSkLMR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RHuh5Fdu4I2zZDDF8yABXvyGIqsSkLMR > .row > .video-iframe-container { display: none; }#RHuh5Fdu4I2zZDDF8yABXvyGIqsSkLMR > .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); }#RHuh5Fdu4I2zZDDF8yABXvyGIqsSkLMR > .row .container { border-width: 0; border-radius: 0; }#RHuh5Fdu4I2zZDDF8yABXvyGIqsSkLMR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RHuh5Fdu4I2zZDDF8yABXvyGIqsSkLMR > .row .container { font-size:0.875rem;font-family:arial;height:68.1875rem;width:75rem;position:relative;display:block; }#luWu8qq2SNCHCd2VqBgLU6hfBSr7IkWl { position:absolute;display:block;z-index:15000;background-color:#6a0dfd;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: 0.1875rem 0.3125rem 0.75rem rgba(var(--color-tertiary-4),0.1) ;height:57.3125rem;width:64.1875rem;top:5.5rem;left:6.625rem;display:block; }
#qTg23cmWg63t7X7BP45inbTQESDsPcle { background-color:rgba(var(--color-secondary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#f1f1f6;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.375rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:6.810546875rem;left:46.8125rem;display:none; }
#lAWtqw7VN5gvpiTrAMrRWWiN9Bi0uRX8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X2HZBSRi345Tge3eCPRuCuygdbgQbUoo { position:absolute;display:block;z-index:15055;height:27.75rem;width:41.1230625rem;top:16.9375rem;left:18.15625rem;display:block; }
#F75913xq6sWHwrRMLTdxEXugXUdfxZRw { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:12.562520980835rem;left:19.9375rem;height:2.92535rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RRA2uDfwWr75X6WpippqiyidJ1nsBZuH { color:rgba(var(--color-tertiary-0),1);display:block;width:62.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15022;line-height:1.2;letter-spacing:0;top:8.6875rem;left:7.5rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#mmmM8lcyCIDaUiqvik2L7TTW7IIvttBV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#013666;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; }#mmmM8lcyCIDaUiqvik2L7TTW7IIvttBV > .row .container { background-color: transparent; background-image: none; }#mmmM8lcyCIDaUiqvik2L7TTW7IIvttBV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmmM8lcyCIDaUiqvik2L7TTW7IIvttBV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmmM8lcyCIDaUiqvik2L7TTW7IIvttBV > .row .container > .video-iframe-container { display: none; }#mmmM8lcyCIDaUiqvik2L7TTW7IIvttBV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmmM8lcyCIDaUiqvik2L7TTW7IIvttBV > .row > .video-iframe-container { display: none; }#mmmM8lcyCIDaUiqvik2L7TTW7IIvttBV > .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); }#mmmM8lcyCIDaUiqvik2L7TTW7IIvttBV > .row .container { border-width: 0; border-radius: 0; }#mmmM8lcyCIDaUiqvik2L7TTW7IIvttBV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mmmM8lcyCIDaUiqvik2L7TTW7IIvttBV > .row .container { font-size:0.875rem;font-family:arial;height:7.875rem;width:75rem;position:relative;display:block; }#n9UHhHirFdLlmQaaGKmqcIZ3ZrK1URbf { position:absolute;display:block;z-index:15068;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.25rem;width:4.75rem;top:1.5rem;left:0rem;overflow:hidden;display:block; }
#OsyMDqfZkmvaDvNsA7lCx2fGpSMVsBib { color:rgba(var(--color-tertiary-1),1);display:block;width:29.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:4.36328125rem;left:0rem;height:1.95rem;text-align:left;text-align-last:left;display:block; }
#QxoaLHJxKIvTyJsot06g2w46NIHqEAEv { position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-secondary-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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(var(--color-tertiary-4),0.05) ;height:2.5rem;width:2.5rem;top:3.75rem;left:63.3125rem;display:block; }
#AeO55O2UhpfkJGRhKJLK1PPdIqTv0cLM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15067;opacity:1;top:4.3125rem;left:63.8125rem; }
#AeO55O2UhpfkJGRhKJLK1PPdIqTv0cLM > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; }#eAsBKvehRX6WQ5GrkFTw5oWbtwcBlQBF { position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-secondary-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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(var(--color-tertiary-4),0.05) ;height:2.5rem;width:2.5rem;top:3.75rem;left:66.375rem;display:block; }
#pS1dtk6TuTFF3A9sXXc4tAyCZ0M1MIqV { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:4.375rem;left:67.0625rem; }
#pS1dtk6TuTFF3A9sXXc4tAyCZ0M1MIqV > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#oarNrLQu6T6tuUTJtZpS5NeqFKkxTKmO { position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-secondary-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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(var(--color-tertiary-4),0.05) ;height:2.5rem;width:2.5rem;top:3.75rem;left:69.4375rem;display:block; }
#EsMhygptH218bXdxSR2TA7CxaFvATSyr { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;top:4.125rem;left:69.75rem; }
#EsMhygptH218bXdxSR2TA7CxaFvATSyr > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; }#HGcXP2N4nqet4WvamVmJCwnutqxn2KW5 { position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-secondary-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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(var(--color-tertiary-4),0.05) ;height:2.5rem;width:2.5rem;top:3.75rem;left:72.5rem;display:block; }
#R1OadBUStJaao4RLBNyIbFp7VGgmly9l { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15064;top:4.25rem;left:72.9375rem; }
#R1OadBUStJaao4RLBNyIbFp7VGgmly9l > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; }#XrMQEohzWpzfLlP0tTpNyeISpOyS0nEc { position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-secondary-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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(var(--color-tertiary-4),0.05) ;height:2.5rem;width:2.5rem;top:3.75rem;left:63.3125rem;display:none; }
#N9B0RbvIWuI3hcqndKRCoHps9uwVpPR2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15067;opacity:1;top:4.3125rem;left:63.8125rem;display:none; }
#N9B0RbvIWuI3hcqndKRCoHps9uwVpPR2 > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; }#mQRg5LTmpmoiBJi13fvHTL3kpkFLANAm { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:4.375rem;left:67.0625rem;display:none; }
#mQRg5LTmpmoiBJi13fvHTL3kpkFLANAm > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#VLbFluIAxAt28Lq8ROSPqSfg3GWmTfR6 { position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-secondary-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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(var(--color-tertiary-4),0.05) ;height:2.5rem;width:2.5rem;top:3.75rem;left:72.5rem;display:none; }
#FwXVnAHQFtdmu7sqNLSUQtA4LUHhT5bB { position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-secondary-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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(var(--color-tertiary-4),0.05) ;height:2.5rem;width:2.5rem;top:3.75rem;left:66.375rem;display:none; }
#qsatKViZ5zmTP9kNrq4VfNWE62vNLqNw { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;top:4.125rem;left:69.75rem;display:none; }
#qsatKViZ5zmTP9kNrq4VfNWE62vNLqNw > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; }#CfSPP0kJBUhWyKvSvdPAfXTSkASV63tN { position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-secondary-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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(var(--color-tertiary-4),0.05) ;height:2.5rem;width:2.5rem;top:3.75rem;left:69.4375rem;display:none; }
#gg9QzZAtQ7eB3DCEdUT7hgFNm7i8PTG0 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15064;top:4.25rem;left:72.9375rem;display:none; }
#gg9QzZAtQ7eB3DCEdUT7hgFNm7i8PTG0 > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; }#lTDwsXPcNDbGUv0kSEpT6MTxHOQn1CQg { position:absolute;display:block;z-index:15068;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.25rem;width:4.75rem;top:1.5rem;left:0rem;overflow:hidden;display:none; }
#wlwl7WDKQpUr6G4Aig1WxmGpOUifAyxI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000c43;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#wlwl7WDKQpUr6G4Aig1WxmGpOUifAyxI > .row .container { border-width: 0; border-radius: 0; }#wlwl7WDKQpUr6G4Aig1WxmGpOUifAyxI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wlwl7WDKQpUr6G4Aig1WxmGpOUifAyxI > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:75rem;position:relative;display:none; }#l8e0BqJJv8b2ZLmD5gmoqyhuTtgcTp1f { position:absolute;display:block;z-index:15037;background-color:#013666;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(var(--color-tertiary-4),0.05) ;height:2.5rem;width:2.5rem;top:3.75rem;left:55.75rem;display:block; }
#TuX5rrflhPT2LT7exa0lMM2GO3esUVdA { position:absolute;display:block;z-index:15035;background-color:#013666;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(var(--color-tertiary-4),0.05) ;height:2.5rem;width:2.5rem;top:3.75rem;left:58.8125rem;display:block; }
#BC23EZJD3fIo4RkqqrumNTevvuH5iKgn { position:absolute;display:block;z-index:15037;background-color:#013666;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(var(--color-tertiary-4),0.05) ;height:2.5rem;width:2.5rem;top:3.75rem;left:61.875rem;display:block; }
#Z6KmOegu9f5SRHxaVlvAE0WberRQoyVh { position:absolute;display:block;z-index:15039;background-color:#013666;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(var(--color-tertiary-4),0.05) ;height:2.5rem;width:2.5rem;top:3.75rem;left:64.9375rem;display:block; }
#wdXNxog3WhRdhFF22N4HFd3kDCnZ8Ixg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15067;opacity:1;top:4.3125rem;left:56.3125rem; }
#wdXNxog3WhRdhFF22N4HFd3kDCnZ8Ixg > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; }#dSzDR8CMtsqq8SV3caZh45PGAhVJXXGT { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;top:4.1250038146972rem;left:62.1875rem; }
#dSzDR8CMtsqq8SV3caZh45PGAhVJXXGT > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#WeEM7LHQeffm5wOb46JfbB6vGqtUQqNH { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15064;top:4.1875038146972rem;left:65.3125rem; }
#WeEM7LHQeffm5wOb46JfbB6vGqtUQqNH > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; }#NzJDrw9uR7Fde7XdkK3F9iL4bHFKN2Oz { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:4.3750038146972rem;left:59.375rem; }
#NzJDrw9uR7Fde7XdkK3F9iL4bHFKN2Oz > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#rqv6C289h5lE2tuqdtB2TFgK9r8lrAO8 { color:rgba(var(--color-tertiary-1),1);display:block;width:29.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15046;line-height:1.4;letter-spacing:0;top:4.75rem;left:7.5rem;height:1.923825rem;text-align:left;text-align-last:left;display:block; }
#XDS4irQHXtlI4XVy7RcRENKA1UCVgQVX { position:absolute;display:block;z-index:15068;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.25rem;width:4.75rem;top:1.9375rem;left:7.5rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #CrZfC5RJ1qRTOiA1RNdabgsDOJsUuXEW { display:block; }#CrZfC5RJ1qRTOiA1RNdabgsDOJsUuXEW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cf0M1xm1yymfcX6b97rXqSLTgl83D9fK { top:0.9375rem;left:0rem;width:7.1875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rp4zKmGko58VETsmN24EM8h8lrsZ1dnL { width:17.8125rem;height:2.875rem;top:1.1875rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueneHZ12oGHc2aeK17PHNFw49m2MQJEa { display:block; }
 }@media only screen and (max-width: 763px) { #XKwqCL92kSq6N6qcZ7wvK3AsP3o8EnIg { top:4.75rem;left:0rem;width:9.75rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nn0IOGEMWv6yqSTpn3aRqJygAeGl4Fo5 { display:block; }#nn0IOGEMWv6yqSTpn3aRqJygAeGl4Fo5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tGJoGKE7wspR4GoRrx17yXSSk0ZCu0R5 { top:3.0625rem;left:27.6875rem;width:20.0625rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvNG2FLxFJnwtFqIfm5yTepupmuHx8Ef { top:-0.4375rem;left:0rem;width:30.5rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnVdnJl9rNeI4JCbaI1dTWuQKExoQXBf { width:13.25rem;height:2.5625rem;top:5.3125rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWBSpNTwbzSOd2ocCOdWSlIbQxX9shqB { display:block; }
 }@media only screen and (max-width: 763px) { #hPXV8AzTdrVW5lSU6UkkXaPBSUqHid88 { display:block; }#hPXV8AzTdrVW5lSU6UkkXaPBSUqHid88 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sfawr27MRuQL6VX7KTdXK0PeJX7n662g { width:18.8125rem;height:2.5rem;top:4.0625rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmXSNSKRJX442iFgNCZ1JuyTfkC18seA { display:block; }
 }@media only screen and (max-width: 763px) { #fghGfEdgXGoQHbyWXMgugHXxhI4LB4Vl { top:3.0625rem;left:0rem;width:23.75rem;height:4.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCfcDgSmL7mDEv7QTlnq5OWvQpUniCOf { display:block; }#pCfcDgSmL7mDEv7QTlnq5OWvQpUniCOf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HmBWtDE9DOHA2cTRXfLTVKxtichiaUm9 { top:1.5625rem;left:29rem;width:18.75rem;height:3.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0PSkBIhh37sDUkHwbhFl8qbHzEG8xBw { width:18.625rem;height:3rem;top:5.625rem;left:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ON7Scp4Lw4iTplh4eu1avlOKMdSo7DUm { display:block; }
 }@media only screen and (max-width: 763px) { #MVdB4h21nqdAGVxUPExvieHq3h26gChR { top:2.5625rem;left:0rem;width:18.5625rem;height:5.9375rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTlqTExcVoSTVuiSF3bdyfQVAfTbGlvV { top:-0.0625rem;left:23.498310079148rem;width:11.125rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqwUnbiI68nys2hO08b9NCypgapNT4Gb { top:0rem;left:0rem;width:6rem;height:9.7726825194724rem;display:block; }
 }@media only screen and (max-width: 763px) { #WixP2hgohxfp1xvBd65mpocLlJDg9cJA { display:block; }#WixP2hgohxfp1xvBd65mpocLlJDg9cJA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bNhoFaB0l2DdI1te7uRI9qOdnc1hQcT7 { top:10.125rem;left:0rem;width:32.875rem;height:7.875rem;font-size:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4ZfPyBW146ebPAGmkhJNRDpWgTIuEkr { top:26.4375rem;left:0rem;width:24.625rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6dP8VJQkzIDovuQmqRRKNvbmDRmNR7o { width:22.3125rem;height:3.4375rem;top:31.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQHuyPLNqJNxTAaFs1PIMFi7U8u1u6K4 { display:block; }
 }@media only screen and (max-width: 763px) { #tcd2TAMG1hEmBFccdtosT2ln0Mx8NPD6 { width:30rem;height:3.4375rem;top:25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bayxv6iUNE6e7bRi4DhPUpnUqhE6Mx26 { display:block; }
 }@media only screen and (max-width: 763px) { #aTIEpwTvA7AuHNTKBadBoT2SV6IxZMdX { width:30rem;height:3.4375rem;top:25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BA817xi31NFhJWpvTMNhm36qOOAe10F8 { display:block; }
 }@media only screen and (max-width: 763px) { #E7nqTiwBT1ruOSWnHMvpizSsJQHp9BqE { top:9.125rem;left:11.1875rem;width:36.5625rem;height:21.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZBFKLPs8Qcgx8VNqc6vKgLxVO3sMUuRx { top:4.25rem;left:18.375rem;width:29.375rem;height:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qccpHebCqffMCd2CCLyfixP4fzTgEi93 { top:19.3125rem;left:22.625rem;width:11.8125rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9D2hQTolHT0hOaw3koNolggr6ZXMf76 { top:17.9375rem;left:0rem;width:32.4375rem;height:3.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqLonG54opNbAR2ly9zfbIKqNT0TLSmp { top:6.875rem;left:0rem;width:33.0625rem;height:4.1875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwnGOQPtt4EragmPuhrUsiB7PvfE36n2 { top:27.3125rem;left:33.9375rem;width:13.8125rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvONH2WT4ZD10EmfsWzA45D8OCMiWwZG { top:1.0625rem;left:0rem;width:9.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGbEAZ2iwBUOOkuQk5WpDffph8sK0kCu { top:13.125rem;left:25.6875rem;width:9.75rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mW53tq1mfvSyZrswC15yq0U4KQg4qcGf { top:3.625rem;left:35.3125rem;width:12.4375rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2T5tp83vG2yPCIxN5RTEszfLG5mIPbz { top:6.375rem;left:37.125rem;width:10.625rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmTUpfMMyWFCWf2vMpDlOG1fI1qBpnsF { top:24.5rem;left:0rem;width:29.625rem;height:5.0625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VPXgMqQpL0DBH7MOTXmJiWTE880JTyR1 { top:17.5rem;left:23.5625rem;width:11.8125rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #tg1KDWkTeIKN6OPJM5w1TkzgEt7Egcg0 { display:block; }#tg1KDWkTeIKN6OPJM5w1TkzgEt7Egcg0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K6SZ0VlU4im7GBEALfySsGvr86tqPFzT { top:10.4375rem;left:10.125rem;width:13.75rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJ5gCZQJssqHovCVIvtLUL4Snlo9QmWV { display:block; }
 }@media only screen and (max-width: 763px) { #KTisG84y6N652WRcT5v9uwRX8Ou5Tpww { top:15.875rem;left:0rem;width:47.75rem;height:26.821914225941rem;display:block; }
 }@media only screen and (max-width: 763px) { #CayKMgHLmWB8ma8rNLs76HyA5RDEuUkc { top:14.125rem;left:0rem;width:47.75rem;height:26.859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMywSDDB9aGnqTIvhas7a1MgvGnTS7yh { top:10.4375rem;left:23.875rem;width:13.75rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTgHayC0ccTAtCGFDKUDEIeDhldbE7hk { display:block; }
 }@media only screen and (max-width: 763px) { #FUFPpIqaW7aTn8O54wx9k2nsWvTKZafB { top:10.375rem;left:0rem;width:27.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yM0z7xR93d36aw4gWWVncLhMd32Va4uy { top:2.5625rem;left:0rem;width:43.9375rem;height:5.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Md1b90Zqzo567sC2dIGiqLJFb0kH2OIl { display:block; }#Md1b90Zqzo567sC2dIGiqLJFb0kH2OIl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hVO8lZymefJpnlMpW0SEAXQCCFXkUUGg { top:14.25rem;left:1.4375rem;width:43.75rem;height:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rl8fgApQBE1Zb7pGZHT2A7cRnb5oR04s { top:3.8125rem;left:4.21875rem;width:39.3125rem;height:5.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TM3TxZUKLvsMoRKVwXsHfhIHyLhlPHFR { top:10.125rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpMTPgZFNI3QbQ5JxZVUiMD4hh3D9O36 { top:13.125rem;left:0.1875rem;width:46.25rem;height:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNQBb9QGTgJBfC4dQXCtTSLUtlNxfghf { display:block; }#gNQBb9QGTgJBfC4dQXCtTSLUtlNxfghf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gvbnp9N1TmbucUgZM3By0qeUVZebAHds { top:2.1875rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxQvkAB9wPXAV1CpFiPX570zHsT4KXO6 { top:11.6875rem;left:0rem;width:14.6875rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UL7ok31nJa66gWZZVJEIEAklLZ4Th5wC { top:9.0625rem;left:0rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuKM55etB1zJiWL2Oab2TOGJb9Z0vhfV { top:9.3125rem;left:0rem;width:3rem;height:4.1875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJvKMCgzTfh9x2K8TkRQwIhBItKdaCyo { top:27.75rem;left:5.6875rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GD5qxlvDLTB36idOeQnOAgXcZ7LbyTmX { top:10.5rem;left:15rem;width:31.5rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xebtQxQg2VXmOMJL7MPCsbfiq3uTAKSG { top:14.1875rem;left:14.9375rem;width:29.6875rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f81rSwsqy0QiFCwX8hExAoCeIg2o833L { top:30rem;left:26.625rem;width:21.125rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPyIqadZmXUpQVrpEsMuMcAiodBTJ0uR { top:32.5625rem;left:25rem;width:22.6875rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWsrq4mCOOSGW3XA8JThvnvHH808gptH { top:46rem;left:0rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNytG0wk1Opt9LK11boIKrU6ACxrgk6z { top:47.5625rem;left:12.75rem;width:35rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nf6PeA6V4WEuEufWGUCfitVviVEDT57p { top:50.375rem;left:15rem;width:29.3125rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOhcg3M9PTktRZ7K2Qu2TMDQtiHnJIlv { top:10.5rem;left:0rem;width:14.3125rem;height:13.442005669861rem;display:block; }
 }@media only screen and (max-width: 763px) { #GotyrqsCMqGdEgbM51rFFkfxUFmE9TJ2 { top:27.75rem;left:13.0625rem;width:14.25rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTRICrxMMSlbKBTNJbVAToqt8cZRoawM { top:46.3125rem;left:0rem;width:16.3125rem;height:13.075204012306rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kw4K4HeAzie2vJBuk67RgVTi56QVLbby { top:63.9375rem;left:25.125rem;width:22.625rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFpEHUDNJQX9nStqWTyb4BpW1oAQFu8F { top:67.75rem;left:22.6875rem;width:25rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PC5GHiTOpOKIxcZBXUDqZFQfREzF5Xnw { width:19.375rem;height:2.3125rem;top:38.25rem;left:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrmuCuIvaErqM8aVMlcMcEI2TnGspK0q { display:block; }
 }@media only screen and (max-width: 763px) { #pXUvlGK1IFEEagkfuIt3g94iLM80DAiz { top:64.1875rem;left:11.8125rem;width:17.3125rem;height:11.770517072679rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHvftx7iD0tLrkuqMhnEHNR4BMGP5e3f { top:27.875rem;left:6.5625rem;width:3rem;height:4.1875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7aJp00TO8BXeeinQLFWBV8MGv6CcbyZ { top:46.1875rem;left:0rem;width:3rem;height:4.1875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzkI2tUeubvFm24EaGsznWk7rbQHTQwS { width:26.0625rem;height:2.3125rem;top:55.8125rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I05DVpi8xPbFy57S5KTJLxz8XVJXr187 { display:block; }
 }@media only screen and (max-width: 763px) { #WHi194SrcwgbtfBXyFQGr2qAezyoUHAy { top:62.9375rem;left:5.6875rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #adzkVL4Z8uTUSkeztwUTpxdJSqnHLEKu { top:63.0625rem;left:6.4375rem;width:3rem;height:4.1875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7UyfmIKLTAiaH1DBkCFHDDhh9tWvn8C { width:24.0625rem;height:2.3125rem;top:73.5rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4MdmVgFtkC5Q8lZbHGMuzbUeESK9wrO { display:block; }
 }@media only screen and (max-width: 763px) { #K1benekISSoQKJMbcQ7oTpQtSdfZg2yk { top:29.125rem;left:7.125rem;width:14.6875rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cgw3TSqfRHTTUxIUAzST0T5wl6tUT0vh { top:47.75rem;left:0rem;width:14.6875rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRAF15QVWM5GaE1gy6Kur9iyC4vxQZ6Q { top:64.9375rem;left:7.125rem;width:14.6875rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytQqsmvvcAuObyyWRqts7g3RITzkLdTx { display:block; }#ytQqsmvvcAuObyyWRqts7g3RITzkLdTx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NnHrFfca5xfZTs93WN343VFDLkcE530k { top:2.8125rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUsnhUUPk52EsL9V6hATW0J3FwUhskBd { width:15.1875rem;height:2.625rem;top:25.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfX92wMQAIEqlHf4vNmuXulbE2BSMM62 { display:block; }
 }@media only screen and (max-width: 763px) { #JvcNcMqSDC5IN2NNe9DP31MCw14KLVHW { width:15.1875rem;height:2.625rem;top:8.5rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJhHJI2gZwVI0kB5adbUHFFgVFr9Ac5c { display:block; }
 }@media only screen and (max-width: 763px) { #bl2dFuLo4CpGoFbBsILlqQdNzlyECUfi { width:17rem;height:2.625rem;top:13.875rem;left:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ik8EOJoQ4s3epz9VEroFTlDpTogydmD3 { display:block; }
 }@media only screen and (max-width: 763px) { #KaOIrqcleouFNEzZJa5uoZXxUriMNVIP { top:11.0625rem;left:11.6875rem;width:27.1875rem;height:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LilTk0GHfOV55Z9tn9CKQk6GfNBolJ4Q { top:17.875rem;left:5.875rem;width:35rem;height:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLLZqTC49cduPTfbmokcwn5kly4V5xw9 { width:15.1875rem;height:2.625rem;top:19.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8cFkqPrcwD0Sv9LTo26BFTmCe8XTW0S { display:block; }
 }@media only screen and (max-width: 763px) { #blbIdJgOpJBTApVgqhF8AHB7TzPLEMQV { width:17rem;height:2.625rem;top:13.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1g3mWZqAVw3hTPBOeBC5SzJgWqlsgTd { display:block; }
 }@media only screen and (max-width: 763px) { #a9Wsw3bg5TkD33l5FRxG2fvaO0BL3PuT { width:15.1875rem;height:2.625rem;top:8.5rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #seI5uDCITv3TbuAbQFlaOPgXbqIg8PQl { display:block; }
 }@media only screen and (max-width: 763px) { #dl8AmUSPdKEIBVXVFSerw59rNTb9ySWz { width:15.1875rem;height:2.625rem;top:25.125rem;left:32.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bfg3GA9NhrU2GzlDlV2ATieSbTnzFWgt { display:block; }
 }@media only screen and (max-width: 763px) { #t5XCRKsFcbv81MDZ14rEoWb7aVvUWX4u { width:17rem;height:2.625rem;top:19.3125rem;left:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDgz1LWa0q6DWaTJEecDnL4yII6LX2Q4 { display:block; }
 }@media only screen and (max-width: 763px) { #R9T52a4mkvTuFkZuJp4vWLT4qRDtQKgQ { top:0.9375rem;left:0rem;width:47.75rem;height:26.846111111111rem;display:block; }
 }@media only screen and (max-width: 763px) { #odlzD4IFqMkwcdWqet5vJB4Qvk9iSZrU { display:block; }#odlzD4IFqMkwcdWqet5vJB4Qvk9iSZrU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cGNHTG1NL6CJPoWIoXQeCs4T7ziiJR0s { top:3.8125rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsOH320IdcMmnZDRALlfNNVnsFDmSNVp { display:block; }#gsOH320IdcMmnZDRALlfNNVnsFDmSNVp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WSE5yXZTVoNSgvwqlz7nGm5IGqtOobW5 { top:5.4375rem;left:0rem;width:29.625rem;height:3rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIbtw4pvz3T6AMBSAveX1oLbpC6PHmTb { top:3.4375rem;left:0rem;width:24.625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDFlzATlfeZ6B4LV9uDDB1IuSPbCgoLw { top:9.6875rem;left:0rem;width:27.6875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #haXVyfzu1M7KNelCQSst7KUVgwWQtSH1 { top:11.6875rem;left:0rem;width:26.125rem;height:3rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4HyrdSHQNAoNSCtTWENTITh42TK3bA9 { top:15.6875rem;left:0rem;width:24.625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzHKPXNAmDGzwPt25H1z2LQwMMixCgoa { top:17.75rem;left:0rem;width:26.125rem;height:3.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNFkQBRludVGBRtaxupH4CTQJJJT5Zbs { top:30.125rem;left:0rem;width:19.3125rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQ4KMg3JqCJbVV7clO601TsG70vvyvuc { top:22.25rem;left:0rem;width:24.625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVOh4v8lpQ0eT6Jdze3PKK8urWw5uhf5 { top:24.3125rem;left:0rem;width:31.25rem;height:3rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIgpBCioZPFVyDhSRHXap3gcD0tF5csw { top:3.125rem;left:12.4375rem;width:35.3125rem;height:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAH63ad6ZH7D5WdkOAcxWVfFzIagld2s { top:29.5rem;left:0rem;width:21.1875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoGdsalzdlSfucdOvckWhuKhTPWJGM6N { display:block; }#EoGdsalzdlSfucdOvckWhuKhTPWJGM6N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OmN7CfqOTA3cTE0n7k0M7OI0DcusaxNk { width:23.125rem;height:15.625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLgLo6tgvL3V1L36NOu104MRVkRxhXDT { width:9.0625rem;height:9.0625rem;top:0rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wyo1C6FhBgIDNBq5a6O3A1HJlo4P941r { width:21.875rem;height:5.75rem;top:10.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cz6GlkgTVPPShO5ngJyGdGODDM3aQuEK { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQ7EVgHqoetdsrUFPgurJCPZdX74nz5Z { width:23.125rem;height:15.625rem;top:4.6875rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOBB1sa0rXmm4TTNBDReFD6CF7HX7XsG { width:9.0625rem;height:9.0625rem;top:0rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #waawk9TpRSOZqDM0849gXqmJxN17nIEs { width:21.875rem;height:5.75rem;top:10.125rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBULFuuJHTRuZ2l0DZWuZFpElBkMarAI { width:21.875rem;height:1.9375rem;top:16.6875rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImN57faiD30SZelTQxyH7tvToFG68aeR { width:47.75rem;height:2.5625rem;top:2.625rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c32VDoZJb0JaJgpA1y39W3Mw368TEqoz { width:9.0625rem;height:9.0625rem;top:0rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfA8emEUOBcu4PQngi98pV2OaD8mCvVu { width:9.0625rem;height:9.0625rem;top:0rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZayFcmZgsBGPDQrVNG3OHFMkyaI86fZ { display:block; }#CZayFcmZgsBGPDQrVNG3OHFMkyaI86fZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kxhvLCKNwUHp71hcy0UR5BUc85TCpyTn { top:4.1875rem;left:0rem;width:47.75rem;height:5.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHIBRWPtDTF4PFEZK6rdQEk9rTiIgfkl { top:12.1875rem;left:0rem;width:47.75rem;height:27.362272890946rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRUKCkA5PSZzh886ZcLzFH2AtoBFbNL4 { width:47.75rem;height:101.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XTyN3bsz6v4f90xrHCN8maTV3Lbiqsxp { display:block; }#XTyN3bsz6v4f90xrHCN8maTV3Lbiqsxp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cbCu1KTFxuyNSO2UGdOQiUx4TgWr3NNM { top:10.0625rem;left:0rem;width:14.3125rem;height:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mv2W89RevQXNz5DIdD1SMP0QJNxHpdc5 { top:11.1875rem;left:0rem;width:4.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4c6OTEDDRH6lSkqhTQornRegNm5fFLt { top:13.375rem;left:0rem;width:10.875rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLaKmKWX3lvTMbBhgCGlU0ATTNd0FXHX { top:17.0625rem;left:0rem;width:10.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxTCqCfdrWHvbGm8HxKu8RebuS9g8Q2w { top:19rem;left:0rem;width:12.0625rem;height:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnNtaayEOqaXXBrGG2mamp8muXZqVDl1 { top:20.9375rem;left:0rem;width:12.4375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZMT4XPxRZ7bigXQmuns4orFHGu9r0xT { top:22.875rem;left:0rem;width:11.1875rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhvvhluhovliXUiroUrCDgSBib8dzf9Z { top:30.0625rem;left:0rem;width:11.1875rem;height:1rem;font-size:0.8125rem;display:block; }#BhvvhluhovliXUiroUrCDgSBib8dzf9Z li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #T7ue7Z5SJXnOxN8FZTqKsLsHztfZ8H8l { top:25.875rem;left:0rem;width:11.1875rem;height:1rem;font-size:0.8125rem;display:block; }#T7ue7Z5SJXnOxN8FZTqKsLsHztfZ8H8l li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #zPrpIzIyrMaL9RVN31ocCElttnc2OObB { top:28.0625rem;left:0rem;width:11.1875rem;height:1rem;font-size:0.8125rem;display:block; }#zPrpIzIyrMaL9RVN31ocCElttnc2OObB li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #fFf5nRxVBKKs0LWAwVTRwZPCT9UVMaG2 { top:32rem;left:0rem;width:11.9375rem;height:1rem;font-size:0.8125rem;display:block; }#fFf5nRxVBKKs0LWAwVTRwZPCT9UVMaG2 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #eoZuTUIJ3iEwQkxWFNrShQq0wBQwTkT6 { top:18.5rem;left:0rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9EdzT8K2a6Gca7czTJC5ssnM10k5Z29 { top:20.5rem;left:0rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2eeD61qVctAvQFxOtOt6AKXZi0hQaQ2 { top:25.3125rem;left:0rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPVA4sUsFEpuhJShIkfQg9OZzM3eIDPu { top:22.4375rem;left:0rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkdmWOql3tlJQDylrftC44WxZUN5Ucpb { top:27.5rem;left:0rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXRzOVlL5doXqWN4l6SWf8pItqd57fDe { top:29.5625rem;left:0rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltXvJzLRmvw8Z3OmhMahE3wXePKdzUTl { top:31.5rem;left:0rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pC2o8flR5lUKi4KB4e2lZVMa17I9M8D6 { top:10.75rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXz0LsxQKqWzWL1EgZgdv09GdUFGmuAA { top:10.0625rem;left:16.750000953674rem;width:14.3125rem;height:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wePyPvSv9ZLmhww7xeCUfKRhoQIJ29wK { top:32.0625rem;left:17.8125rem;width:11.9375rem;height:1rem;font-size:0.8125rem;display:block; }#wePyPvSv9ZLmhww7xeCUfKRhoQIJ29wK li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #NRTBPpzlAzNgkgCxLf9HTkWoxJ81T8qc { top:30.1875rem;left:17.812500953674rem;width:11.1875rem;height:;font-size:0.8125rem;display:block; }#NRTBPpzlAzNgkgCxLf9HTkWoxJ81T8qc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #NOoiIsBzWTEcSlH8LGp34emi0iN6ePMS { top:28.125rem;left:17.8125rem;width:11.1875rem;height:1rem;font-size:0.8125rem;display:block; }#NOoiIsBzWTEcSlH8LGp34emi0iN6ePMS li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #GrV6gM1XF28zditBryx5T4N61T8Oq7fQ { top:25.9375rem;left:17.8125rem;width:11.1875rem;height:1rem;font-size:0.8125rem;display:block; }#GrV6gM1XF28zditBryx5T4N61T8Oq7fQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #RG3TTaVatvI9y7cCrrtlzTePQFlWsTJO { top:23.8125rem;left:17.8125rem;width:11.1875rem;height:1rem;font-size:0.8125rem;display:block; }#RG3TTaVatvI9y7cCrrtlzTePQFlWsTJO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #B63R3GImb4t0OZXpbqvAOdbzQySemMqm { top:21.9375rem;left:17.8125rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0BVow76CXXWBlQi14Mi5qzeA3hT60zk { top:17.0625rem;left:17.750000953674rem;width:10.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNzGwJ3a3TKiLSCRlFEBspF0omG3QSZE { top:13.5625rem;left:17.875000953674rem;width:10.875rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpyAb4KF0byLEqmIsitXHlfMDneekI6T { top:18.9375rem;left:17.8125rem;width:12.3125rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCtDWWAsAV8udB73H8FDLGMfy6k1Zu7y { top:11.4375rem;left:20.8125rem;width:4.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyqJwyb5zyXo05PPkyzEnWpk5URTztRL { top:11rem;left:17.875rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDfzMlZeCsE20cqcd8R6oWX68XFpQdf7 { top:18.4375rem;left:17.375rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUCkr4DAMtofG3cAo01DQcil2A3ILQrE { top:21.4375rem;left:17.4375rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZaV5z7RMhP2huocEshFHQcziMfOWTSm { top:23.375rem;left:17.375rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEf3fGMIsNTqxHWWayn2prIMrU89BTyz { top:25.375rem;left:17.5rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpvl9L6g0XgOTWzH6wPUEaGN5GaaVvWI { top:27.5625rem;left:17.4375rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvNlCoW5aRdhWEn6MEDVioCOrUGhLwSG { top:29.6875rem;left:17.4375rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwaWJ2gRlCwDk3BAUWUpCIDyfpawTEqz { top:31.625rem;left:17.4375rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3b16DwFprEbl948OVKKG87aoxFdKLQk { top:10.0625rem;left:1.6249990463257rem;width:14.3125rem;height:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rllbHKkGlUm4OMT8mHRTADLrG3zzvsVy { top:11.0625rem;left:2.8125rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gq5gP0ZXBK2C4qJLNiGETvtW1M6vvuVc { top:11.5rem;left:5.75rem;width:4.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nq8H87NAEkwoyLU59ResPpbwK2QFXt8e { top:13.625rem;left:2.8124990463257rem;width:10.875rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfaEufrgZVfsyk6SmtGHkCT97lPH5srJ { top:17.0625rem;left:2.8117189407349rem;width:10.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFnQk7DTLhdTJH8TumRZPEokzvN4BWyi { top:19rem;left:2.8124990463257rem;width:12.0625rem;height:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJfprAHbcBXnsn507ufuUGLTWCpGmkip { top:20.9375rem;left:2.8117189407349rem;width:12.3125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSEG79E0KyEsdiZlwwDJJa7UgyCReJKl { top:22.6875rem;left:2.8117189407349rem;width:11.1875rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBMaelf55fPb12lpCm0ih2IeMnxgieeQ { top:22.3125rem;left:2.3749990463257rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6WABH0HhaHfeqBcqTiburNNSkvvuwim { top:20.4375rem;left:2.4374990463257rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kURz4AMDUeM17047vsrcL6IFMsgBtkXn { top:18.5rem;left:2.3124990463257rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpFurkQTR6ChxEkh5pLicg0drvQMyzpI { top:25.125rem;left:2.3749990463257rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IS0E43wtSbfmOwEs8osQnuJUvp4iVMqw { top:27.875rem;left:2.7499990463257rem;width:11.1875rem;height:1rem;font-size:0.8125rem;display:block; }#IS0E43wtSbfmOwEs8osQnuJUvp4iVMqw li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #Tts5UDpSGD53wNQAR46U1ARf6ndAnwWv { top:29.75rem;left:2.3749990463257rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2Qz8t22LO6vyiAPHlG6DMxw1xggX2Vi { top:29.9375rem;left:2.7492189407349rem;width:11.1875rem;height:;font-size:0.8125rem;display:block; }#u2Qz8t22LO6vyiAPHlG6DMxw1xggX2Vi li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #xk99r09sZDyVxWOleEpRQnPXoLaTt0Cc { top:31.375rem;left:2.3749990463257rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #syhetK0QGhtv0k7iHobf9lBUsxJZNxi0 { top:31.8125rem;left:2.7499990463257rem;width:11.9375rem;height:1rem;font-size:0.8125rem;display:block; }#syhetK0QGhtv0k7iHobf9lBUsxJZNxi0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #WOpqtxhH3TQ1idVfniKpwGtTsLMlTHPD { top:25.6875rem;left:2.7499990463257rem;width:11.1875rem;height:1rem;font-size:0.8125rem;display:block; }#WOpqtxhH3TQ1idVfniKpwGtTsLMlTHPD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #TuzK4Qinh5CpyD7SSMLSt52LSXwPeJv0 { top:27.1875rem;left:2.3749990463257rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDTeA5ipCEROMVF2eCCsTwTiqnIA6yn1 { top:10.0625rem;left:31.875000953674rem;width:14.3125rem;height:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4srpCdzIaFb0XQTC1h7fZXIMCxALl49 { top:32.125rem;left:33rem;width:11.9375rem;height:1rem;font-size:0.8125rem;display:block; }#b4srpCdzIaFb0XQTC1h7fZXIMCxALl49 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #kcc8tmqoXx0QBxX4lmhf6XGRmiFERVLk { top:30.25rem;left:33.000000953674rem;width:11.1875rem;height:;font-size:0.8125rem;display:block; }#kcc8tmqoXx0QBxX4lmhf6XGRmiFERVLk li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #OiOG33HrHxJUmVhg7zFHawXqv2oE17o9 { top:31.6875rem;left:32.625rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImGKHEsXRBbTCNv8QMB8Z6ytWO1kG5nU { top:28.1875rem;left:33rem;width:11.1875rem;height:1rem;font-size:0.8125rem;display:block; }#ImGKHEsXRBbTCNv8QMB8Z6ytWO1kG5nU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #onmtFOpD6gAOzbPD3cUrTlMgmwTkp4pf { top:29.75rem;left:32.625rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pg13Q7Ox7DwRnKmDhivn8REFdE80hUot { top:26rem;left:33rem;width:11.1875rem;height:1rem;font-size:0.8125rem;display:block; }#pg13Q7Ox7DwRnKmDhivn8REFdE80hUot li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #ADVoDqV5LbGIhlIuifW2k0uEfuXSawWx { top:27.625rem;left:32.625rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0mLpbrwyVORBKoLqR0w1RH1QikWdKGD { top:23.875rem;left:33rem;width:11.1875rem;height:1rem;font-size:0.8125rem;display:block; }#q0mLpbrwyVORBKoLqR0w1RH1QikWdKGD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #gffLu8dOwhTE1EEfH3FDGnq08WRNIcHB { top:25.4375rem;left:32.6875rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKfQTk2QN9SrS7iOzsrLQgZIBPs7ztOu { top:22rem;left:33rem;width:12.375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PscmbGwQBFKX8DwHe1UKIRKQqwxtJvfO { top:23.4375rem;left:32.5625rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMzZlXMwVevlpxvQ8Blu3a8r4iZWDKX7 { top:19.125rem;left:33.000000953674rem;width:12.375rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiSiHuI3shCp3qMTolmHtRC4aMTHS1C9 { top:21.5rem;left:32.625rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFTN3NlHPoAyqS5m9inKtWdO0Ea8abX0 { top:17.1875rem;left:33.1875rem;width:11.25rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVh7FgQb1fwKEz7mSn0KpthTVEoveLwz { top:18.625rem;left:32.500000953674rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKEcVU5wWGyO7zT5By1Ku3xKs6EvNZzX { top:13.5625rem;left:33.000000953674rem;width:10.875rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6QeR4h4wRFMgTmrzTNryfbqrelvKMpS { top:11rem;left:33rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5UzTd2ha6cd41A5LzAuNnRqEUCtNl33 { top:11.4375rem;left:35.9375rem;width:4.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZtudwSCyl2bx7Fn1pfssw7FfTrXiGTk { top:10.0625rem;left:33.4375rem;width:14.3125rem;height:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuxPyiDIb8fqpftaszRhJrTePekinZT0 { top:32.125rem;left:35.8125rem;width:11.9375rem;height:1rem;font-size:0.8125rem;display:block; }#MuxPyiDIb8fqpftaszRhJrTePekinZT0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #UyO0tpgwlcxJIyTUTu9gNRpQkenhFgt4 { top:31.6875rem;left:34.9375rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyPLsmHfsqzpywWBwmXh67DE2BwqTGAO { top:30.25rem;left:36.5625rem;width:11.1875rem;height:;font-size:0.8125rem;display:block; }#UyPLsmHfsqzpywWBwmXh67DE2BwqTGAO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #pXVbee8rM5gy5ZiCh6QJvvR18QlN1bTU { top:28.1875rem;left:36.5625rem;width:11.1875rem;height:1rem;font-size:0.8125rem;display:block; }#pXVbee8rM5gy5ZiCh6QJvvR18QlN1bTU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #l5aku9kpKXe1x2VQFldv2gwTywUGaWZS { top:29.75rem;left:34.9375rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xP8XGhXcUbwlTvXUisRwI46l2s7leozd { top:27.625rem;left:34.9375rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sllvkMumyHpp9As5CGh3dI6ARrF5skaF { top:26rem;left:36.5625rem;width:11.1875rem;height:1rem;font-size:0.8125rem;display:block; }#sllvkMumyHpp9As5CGh3dI6ARrF5skaF li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #t647m5gPNwLoUPsETu4flrStuNq99n7r { top:25.4375rem;left:34.9375rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IX1OJFh92nO0NXZObVV8JQHtpO4TUb9I { top:23.875rem;left:36.5625rem;width:11.1875rem;height:1rem;font-size:0.8125rem;display:block; }#IX1OJFh92nO0NXZObVV8JQHtpO4TUb9I li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #GL2KOA6OnGgNvTqwqLdzZkhwSdrv575W { top:23.4375rem;left:34.9375rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #st1KguWRfPeOcfdKP2SHP78Vor107mGz { top:22rem;left:35.25rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #izCMpsfn3EVoCTPmRbVxuX27WWf2s3T8 { top:21.5rem;left:34.9375rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NITGbyZqrGgZT6bTkiw3JkKZWQfAONIA { top:18.5625rem;left:34.9375rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbGlhmUMQJPvBuBqiO71orJ6xNgIHTdX { top:17.1875rem;left:36.5rem;width:11.25rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOTozs1mSmlfI76312s4DxdP8Kbi0vum { top:13.5625rem;left:36.875rem;width:10.875rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G19q3H7147gwTLoKfqk0zq3TDDzErXWk { top:11rem;left:45.375rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQPNZVCtK6LlDP4pBP4pRJt8F3TocG39 { top:11.4375rem;left:43.1875rem;width:4.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuNvvHerpdcTipPJs1mtSmUQaTuICDQE { top:35.6875rem;left:0rem;width:13.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLiixA3gfXB33QZ6ku5zFcIl4Ed9VzFk { display:block; }
 }@media only screen and (max-width: 763px) { #TRIcSTnyTbmWBCOkuFE9PEZHiNsmnkoa { top:3.9375rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fp6pyD9JnJn3WLBGEXLlqOp4MaIeNnqT { top:19rem;left:35.375rem;width:12.375rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUepOPm4aMNcwr6taipBJFcduthoZhLd { top:35.6875rem;left:2.0303821563721rem;width:13.4375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtWyPgHUJJt5JlFEQpOBNI6IlBTJX6s4 { display:block; }
 }@media only screen and (max-width: 763px) { #WWeTPGTNatXLwNIomTE5SWTrrBJGvxp1 { top:35.6875rem;left:17.124784469604rem;width:13.4375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ald9NahGS7iHrIwnPQwgcc3l5hTLPuhX { display:block; }
 }@media only screen and (max-width: 763px) { #XafGxJaG29PVrpaKkS1ZxT5B7dGq4Kbn { top:35.6875rem;left:32.279947280884rem;width:13.4375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #psGv1KyAHP63PUhLft2RcSRRZLQg96lW { display:block; }
 }@media only screen and (max-width: 763px) { #g5Rk0y9snPOu5A1yNH4pW4RPJ0UElTpO { top:35.6875rem;left:34.3125rem;width:13.4375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGgO8t6wIKRWJyzGdyf7vhER95AmPPHZ { display:block; }
 }@media only screen and (max-width: 763px) { #eFcvkbDTTtBWfaZTeDuKwK5TIe7H1noT { display:block; }#eFcvkbDTTtBWfaZTeDuKwK5TIe7H1noT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vK9pAI7nc2gQMASgAZsFwWerzvr0w3PS { top:10.0625rem;left:0rem;width:14.3125rem;height:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sH7RmLQForAGmTZphVcuab9gI3uUaq2u { top:11.1875rem;left:0rem;width:4.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #taJTR1ucZiqXw3dpc32zmzFSfyibehSR { top:13.375rem;left:0rem;width:10.875rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ov4Xqz6LMvQN1bTQSWnTenDwJU2V3Zrh { top:17.0625rem;left:0rem;width:10.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWvI2owBfFNNqc3trLpkOq1AOEMCC91D { top:19rem;left:0rem;width:12.0625rem;height:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdcIa79ILGLXBIAVe9hgFCcbmlF465Li { top:20.9375rem;left:0rem;width:12.4375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpmkXe3xSFpQnMu4sIawps9zMFQKRqcT { top:22.875rem;left:0rem;width:11.1875rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzJaNnnAn02gB5LPGitlzFrPJTZSVrlk { top:30.0625rem;left:0rem;width:11.1875rem;height:1rem;font-size:0.8125rem;display:block; }#UzJaNnnAn02gB5LPGitlzFrPJTZSVrlk li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #ro6bq8k5lM7z2NVrWcPF4CgANsqJQuC3 { top:25.875rem;left:0rem;width:11.1875rem;height:1rem;font-size:0.8125rem;display:block; }#ro6bq8k5lM7z2NVrWcPF4CgANsqJQuC3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #uZCqW28asTkRJbl9i9LiaucOEIT9i1nC { top:28.0625rem;left:0rem;width:11.1875rem;height:1rem;font-size:0.8125rem;display:block; }#uZCqW28asTkRJbl9i9LiaucOEIT9i1nC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #T4ULGWf8D97KVQZHJiVF35DSbvUGinCJ { top:32rem;left:0rem;width:11.9375rem;height:1rem;font-size:0.8125rem;display:block; }#T4ULGWf8D97KVQZHJiVF35DSbvUGinCJ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #Ln4PoOTBbvnnm2S0V4eDpU40k0KUuOGA { top:18.5rem;left:0rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mknp4rPRJxkl6p4F7LnbQvPd4Jwt5yxX { top:20.5rem;left:0rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNsdp4KvwrPiglyUffmMokEXKn746Ove { top:25.3125rem;left:0rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZv06xouPCHKDAlGSzmppuDeV99HgTaf { top:22.4375rem;left:0rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJfoV2mXOU6KTygOX2O4ZiGwZuhsMph0 { top:27.5rem;left:0rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADV9kygWQT47vabiZn1oE8LN7rRJsJLK { top:29.5625rem;left:0rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gE7FSHCMXNA8P50rAJMiVGW2zFEx5tpt { top:31.5rem;left:0rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmbWXRDbmedfxaKsIShSTBb0Jgrou35M { top:10.75rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISic4kq5oQR9GmP0r05t8i8RXi4Gbxer { top:33.9375rem;left:0rem;width:3.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANOKHiIwPNX4Q0bXnGalw3dosNV0ZkQB { top:34.125rem;left:0rem;width:2.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmQBsB3GUQ3vTqIMDEHb45WMBmhtpmGs { top:35.3125rem;left:0rem;width:10.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiwpmB3zonTxvs528oLt5TehsO78ExHd { top:37rem;left:0rem;width:6rem;height:1.625rem;font-size:1.25rem;display:block; }#HiwpmB3zonTxvs528oLt5TehsO78ExHd li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9dea19d1c35aa0f45828743c72976f410c2e63e9.svg); }
 }@media only screen and (max-width: 763px) { #av27mQeN7fHxtF9h7owzLvkf5pHzV6EF { top:37.1875rem;left:0rem;width:2.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJaEbs84KaaR5vuTUwpuhVD3iAhM39S1 { top:38.5625rem;left:0rem;width:10.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWfWclJSgSlhHxu0Xqq96UFFcMHIbLxO { top:10.0625rem;left:16.750000953674rem;width:14.3125rem;height:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEbx7XrOT12Z8zZb5oDTHFGbCrelECx1 { top:37.25rem;left:25.4375rem;width:2.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TooPbf1oHnW0gVTWiKmKQF85ZE65NtDp { top:37.0625rem;left:19.3125rem;width:6rem;height:1.625rem;font-size:1.25rem;display:block; }#TooPbf1oHnW0gVTWiKmKQF85ZE65NtDp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9dea19d1c35aa0f45828743c72976f410c2e63e9.svg); }
 }@media only screen and (max-width: 763px) { #uJZdVV5oQmK9sTN8r1X89JqrT9o0xiMD { top:38.625rem;left:18.625rem;width:10.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XatpmV7QnrT5oNQXx6TJK3wN88zDCp6J { top:35.4375rem;left:18.625rem;width:10.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8o6S3TDJEziLfTxgdCE7MZPnPwTbZd7 { top:34.1875rem;left:24.5625rem;width:2.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDyQs7z60pMTNhhvIuLoxOM7fh2FKPBJ { top:34rem;left:20.8125rem;width:3.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiommsEr6Ax91A7NLIqdK6TXGWZ2Sr0e { top:32.0625rem;left:17.8125rem;width:11.9375rem;height:1rem;font-size:0.8125rem;display:block; }#DiommsEr6Ax91A7NLIqdK6TXGWZ2Sr0e li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #nJMJbo65W3TeoRZLEGqAWKTBqv7REWfd { top:30.1875rem;left:17.812500953674rem;width:11.1875rem;height:;font-size:0.8125rem;display:block; }#nJMJbo65W3TeoRZLEGqAWKTBqv7REWfd li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #kgO2P4qhXzrXapXfIOLJfpN2SF7Iypbh { top:28.125rem;left:17.8125rem;width:11.1875rem;height:1rem;font-size:0.8125rem;display:block; }#kgO2P4qhXzrXapXfIOLJfpN2SF7Iypbh li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #NPIF5N9h9SB5gcfUM7s1fXvAE9bmRoTR { top:25.9375rem;left:17.8125rem;width:11.1875rem;height:1rem;font-size:0.8125rem;display:block; }#NPIF5N9h9SB5gcfUM7s1fXvAE9bmRoTR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #k6XKoSzHg97a7UWAqQlP8PSGsQaBcUF7 { top:23.8125rem;left:17.8125rem;width:11.1875rem;height:1rem;font-size:0.8125rem;display:block; }#k6XKoSzHg97a7UWAqQlP8PSGsQaBcUF7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #SQfUUPtO8CcpcJnLP1BdQE74FvUXyHly { top:21.9375rem;left:17.8125rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiNhALfIdZcu4J0xZqKQMSPAAiPPdtMK { top:17.0625rem;left:17.750000953674rem;width:10.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTV71RuPHtRGLoNuLKrA5Tg1K0KsUtZO { top:13.5625rem;left:17.875000953674rem;width:10.875rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2JgG41pRg25UAUT8vtbfeESKM7PcpEq { top:18.9375rem;left:17.8125rem;width:12.3125rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JibI0o8dR87FtqdCT6ZTTVd8lx5OyyHO { top:11.4375rem;left:20.8125rem;width:4.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQaK2XJqht3DbL3egVieUGDkRHmkgPq1 { top:11rem;left:17.875rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRByG6SbLGHQoTVaCtzHXswJqWr1EPlc { top:18.4375rem;left:17.375rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gf2cCWUkUprkwTAuCNDOxDSg85bGn3bw { top:21.4375rem;left:17.4375rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6B9Ss92nzZlZypBDgDpRJnl0Cmswg8o { top:23.375rem;left:17.375rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7Joo8XZEKWgKHQ5lQzybc3lzLmBhG3C { top:25.375rem;left:17.5rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3ClkFCfZuqyagq9PagUahLtDvLcCNRc { top:27.5625rem;left:17.4375rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdF1UPb5nJVNqtROp1NMKIAEQl5ligtz { top:29.6875rem;left:17.4375rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVQgdcDtLqCW9MafldTkBJSaDpJTOy9c { top:31.625rem;left:17.4375rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKy6rgdXDhrffvEeAOGrnpdxntxOWUfd { top:10.0625rem;left:1.6249990463257rem;width:14.3125rem;height:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #shbT8J66TEvXgTMgBD95skTtatuXLUXk { top:11.0625rem;left:2.8125rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpkyRd3K0nHDiylP601TRl7Thn1DZVzU { top:11.5rem;left:5.75rem;width:4.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNP0M1T9vXPZ1m2CQvAmsRmD3GSXpfDR { top:13.625rem;left:2.8124990463257rem;width:10.875rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iN1ioerqxbZNNlDwQSQOUIaaTJuATGlL { top:17.0625rem;left:2.8117189407349rem;width:10.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcOJnhVbXRikbFlNdL3JxmSyIfMQFFgc { top:19rem;left:2.8124990463257rem;width:12.0625rem;height:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbNNIfG0ZQbQSm8uHOBvTRHcKxozDu4s { top:20.9375rem;left:2.8117189407349rem;width:12.3125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmLWyacUe9EXBCTMyFzF1SICUJs5eta9 { top:22.6875rem;left:2.8117189407349rem;width:11.1875rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOwkGRd6rsAXEnHV1sCKWMuKzW3TdLiI { top:22.3125rem;left:2.3749990463257rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcfL8BDQZIUgp7H0MNKbD8KIrUZkMluo { top:20.4375rem;left:2.4374990463257rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0Nokg4ynnSIXgcJXT6pzT5tUadnB5ly { top:18.5rem;left:2.3124990463257rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PM28HADCXt5Q5KBcD1RPTgFbkvzTl7cL { top:25.125rem;left:2.3749990463257rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDznBBcdkuUvrsEhGLx5Oa6Stf8KDIn5 { top:27.875rem;left:2.7499990463257rem;width:11.1875rem;height:1rem;font-size:0.8125rem;display:block; }#xDznBBcdkuUvrsEhGLx5Oa6Stf8KDIn5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #Srb7SwTxvydSvrrCEFUwhEpRqFnE3DOf { top:29.75rem;left:2.3749990463257rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zs1IIHd3QEF2yrsyUzhv0Q2oTU3TRKhk { top:29.9375rem;left:2.7492189407349rem;width:11.1875rem;height:;font-size:0.8125rem;display:block; }#zs1IIHd3QEF2yrsyUzhv0Q2oTU3TRKhk li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #XfJVm6CF7rN8qpJ4tRroTgB6ukPmLIqX { top:31.375rem;left:2.3749990463257rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1fcJfthKs5XkvDAellCrbvTnkJrVczm { top:31.8125rem;left:2.7499990463257rem;width:11.9375rem;height:1rem;font-size:0.8125rem;display:block; }#Q1fcJfthKs5XkvDAellCrbvTnkJrVczm li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #O17lf9Q6yXlW2qolto4o71JhcmqZ1p2d { top:33.9375rem;left:5.6875rem;width:3.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePUHSoa75nzGiH8uAMsx1nf7sOEHzLqL { top:34.125rem;left:9.4375rem;width:2.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTBTq0iXmby5zLTM92Xnz5VPQ30Rxims { top:35.375rem;left:3.5rem;width:10.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVeDrrVyxyBiU0g9HnFifT9S94MMxhKZ { top:37rem;left:4.1875rem;width:6rem;height:1.625rem;font-size:1.25rem;display:block; }#TVeDrrVyxyBiU0g9HnFifT9S94MMxhKZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9dea19d1c35aa0f45828743c72976f410c2e63e9.svg); }
 }@media only screen and (max-width: 763px) { #l4rbLoFq2DiaLUc7DrnQdad9uP0wPn9J { top:37.1875rem;left:10.3125rem;width:2.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrUUWDxoV4beNHiHZpuOSWRKkWydJXrE { top:38.5625rem;left:3.5rem;width:10.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlWmDNcx9M7MZ7zgqmQUlI5JRk2v7yxH { top:25.6875rem;left:2.7499990463257rem;width:11.1875rem;height:1rem;font-size:0.8125rem;display:block; }#QlWmDNcx9M7MZ7zgqmQUlI5JRk2v7yxH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #i5KxxIwCTJDmTNumOEvgXrdrt23w0mWa { top:27.1875rem;left:2.3749990463257rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcQqLxN2gQ2aJhK1mKL04XK8CDDrPvNX { top:10.0625rem;left:31.875000953674rem;width:14.3125rem;height:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2BDU9E6TtuzkwNqPGHf5COxAkIwHDR8 { top:38.6875rem;left:33.8125rem;width:10.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSIFri6qIfGP1iIPCkAL3niGAw3dD10D { top:35.5rem;left:33.8125rem;width:10.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMAVzsu2xE8vvriB7VQ0d1S14JdKS0dU { top:32.125rem;left:33rem;width:11.9375rem;height:1rem;font-size:0.8125rem;display:block; }#TMAVzsu2xE8vvriB7VQ0d1S14JdKS0dU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #SyJsy3v4ou0TLeK3LMxTJli1BuW77bnD { top:37.3125rem;left:40.625rem;width:2.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txs6QesyOsg4GqSDrf4il4Va26piDPKg { top:30.25rem;left:33.000000953674rem;width:11.1875rem;height:;font-size:0.8125rem;display:block; }#Txs6QesyOsg4GqSDrf4il4Va26piDPKg li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #Ho1Jfrtvi8sIT6LGzd6GC8ls1QTXd8l3 { top:31.6875rem;left:32.625rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQOsDyU85T02b470KwyQkuhfZv1gGgp6 { top:34.25rem;left:39.75rem;width:2.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxHOL6U9p6qmXVyuKSIKS6L7OblatND8 { top:28.1875rem;left:33rem;width:11.1875rem;height:1rem;font-size:0.8125rem;display:block; }#XxHOL6U9p6qmXVyuKSIKS6L7OblatND8 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #Tw8MWCntlAcZ5DbLQhAbLUQXFZ19nQsT { top:29.75rem;left:32.625rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsoTEuSmUW1CIkDmkVLDaFgNbFXrDTHp { top:26rem;left:33rem;width:11.1875rem;height:1rem;font-size:0.8125rem;display:block; }#ZsoTEuSmUW1CIkDmkVLDaFgNbFXrDTHp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #iBrJHnoqDqWDmVkA7J07crs0vJdlkCAX { top:27.625rem;left:32.625rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtgtF7WdQCId1HTDU5kl15wSQp2fQCp1 { top:37.125rem;left:34.5rem;width:6rem;height:1.625rem;font-size:1.25rem;display:block; }#UtgtF7WdQCId1HTDU5kl15wSQp2fQCp1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9dea19d1c35aa0f45828743c72976f410c2e63e9.svg); }
 }@media only screen and (max-width: 763px) { #V0qe529LmT2K7yRBS3WuuQJOKHA0dc2X { top:34.0625rem;left:36rem;width:3.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrxDO7PItSfc5vWEA1RbfQtAhD3JiPX3 { top:23.875rem;left:33rem;width:11.1875rem;height:1rem;font-size:0.8125rem;display:block; }#TrxDO7PItSfc5vWEA1RbfQtAhD3JiPX3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #EaZAmMWEXWrl0F4ywxSplsMvqCmJybEF { top:25.4375rem;left:32.6875rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q64rUP0uwrpSaTeAMddIfnKTGQBSS6v6 { top:22rem;left:33rem;width:12.375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8VlWsACaQTPGTgxyUwr7Tis2mQn6FLD { top:23.4375rem;left:32.5625rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1dD9CN6QClsGI7tT0otTl4kf1Mtnr0z { top:19.125rem;left:33.000000953674rem;width:12.375rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcRKGvePHDwobbSSgIENvLkTD5PCt6fq { top:21.5rem;left:32.625rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoKkHqmh2T6KJV96o19o13ZMGHgaGiRp { top:17.1875rem;left:33.1875rem;width:11.25rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9Jw1M63MdzenIsRtUTEFNyiMyZUQX3y { top:18.625rem;left:32.500000953674rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxyizHb3MpWO3axmtFsZDADrTPGzetSx { top:13.5625rem;left:33.000000953674rem;width:10.875rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9EiT0bezhpM0klHSB9k9htvF24pQSlo { top:11rem;left:33rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiTOuWtcuio6K9lsvrsKCSHdRvdAQT0z { top:11.4375rem;left:35.9375rem;width:4.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5Rdg2Qa6zcPG9zoNF3uCbFRmqaoMwOQ { top:10.0625rem;left:33.4375rem;width:14.3125rem;height:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeFLWOv1ynfptCVbFH9wQVqTwp6G2bnw { top:38.6875rem;left:37.25rem;width:10.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Phoy1epEWTgGVTBdoVZxMMt2o7VubkGs { top:35.5rem;left:37.25rem;width:10.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gB9AQ0HM4cuieyliD3Dhq1Pn1nnaA7Nn { top:37.1875rem;left:45.0625rem;width:2.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGVeXFCzKtlKcUe9xtTMvpa88crD2agi { top:32.125rem;left:35.8125rem;width:11.9375rem;height:1rem;font-size:0.8125rem;display:block; }#yGVeXFCzKtlKcUe9xtTMvpa88crD2agi li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #GFZsOtmUqP4F4GoqlgHAtEwlpqJNAfTi { top:31.6875rem;left:34.9375rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXkcWDITesrnH5x5LLHTtx2BnNGy91B1 { top:30.25rem;left:36.5625rem;width:11.1875rem;height:;font-size:0.8125rem;display:block; }#gXkcWDITesrnH5x5LLHTtx2BnNGy91B1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #kclknNHqIm14WehhynXUBc8olclEx8LK { top:34.25rem;left:45.4375rem;width:2.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCPS5ZWwGBGloxdaMSytUDFQOrMDxxSO { top:28.1875rem;left:36.5625rem;width:11.1875rem;height:1rem;font-size:0.8125rem;display:block; }#TCPS5ZWwGBGloxdaMSytUDFQOrMDxxSO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #BaFiRbZnxEMR0HoGWIxOSZllGsT5hN9B { top:29.75rem;left:34.9375rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTkHpeTRUgPqK5gPxX2uwKProG86z0hq { top:27.625rem;left:34.9375rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7tpOKRr5sNf1ruc21ln24zLxDTVlxd6 { top:37rem;left:41.125rem;width:6.625rem;height:1.625rem;font-size:1.25rem;display:block; }#k7tpOKRr5sNf1ruc21ln24zLxDTVlxd6 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9dea19d1c35aa0f45828743c72976f410c2e63e9.svg); }
 }@media only screen and (max-width: 763px) { #d6nHdfq5LUQewdImcmkFgU9py3PiC992 { top:26rem;left:36.5625rem;width:11.1875rem;height:1rem;font-size:0.8125rem;display:block; }#d6nHdfq5LUQewdImcmkFgU9py3PiC992 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #vBVAJkqzuTv19waR212yqINhJ5IKFlUT { top:34.0625rem;left:43.375rem;width:4.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8xTr4wCD0BnlFsJOg6E62QQCGDTUwIK { top:25.4375rem;left:34.9375rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIQzt2rRSo2VKaFoSwSVD1C5qDL4CSk3 { top:23.875rem;left:36.5625rem;width:11.1875rem;height:1rem;font-size:0.8125rem;display:block; }#lIQzt2rRSo2VKaFoSwSVD1C5qDL4CSk3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #yKGgWT5TfZe1FsyECvMT4KtfRrE36Gyo { top:23.4375rem;left:34.9375rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTdTAArLN3MTTdpomp9XyOp3IT9bzVlf { top:22rem;left:35.25rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aM5cCMi7EuuImZdMB7woWTg6muP2dzbd { top:21.5rem;left:34.9375rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cc8lXWDPEaVcfRz7zfqNxO6TwewGgGKS { top:18.5625rem;left:34.9375rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbEUAQ175NgKf3ltSgy7caZThvsp4tsA { top:17.1875rem;left:36.5rem;width:11.25rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvNW31E59t0zsDbNpOJMtDGGKni7z9yZ { top:13.5625rem;left:36.875rem;width:10.875rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tF4ki0T5k876GgaCxO4OTgn7dMrahxnb { top:11rem;left:45.375rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmJNuXShwhok7ImVIapUvZRlCBVOZiih { top:11.4375rem;left:43.1875rem;width:4.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkq70fXuQbTeMoZdOSoZEnnRDcbk75gs { top:44.0625rem;left:11.625rem;width:24.5rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwIlagtHgdvl7cT74F902EOfZeBxiTg4 { display:block; }
 }@media only screen and (max-width: 763px) { #CznRItAT4WmI39Rhsqm2b9NGMZ3IV4Q0 { top:3.9375rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #miCHrfEgbsVo5gOm3V2Se7aTIqKvqBci { top:19rem;left:35.375rem;width:12.375rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAE09fI1mhRHdGdKz33CtL351fuBTeSU { display:block; }#XAE09fI1mhRHdGdKz33CtL351fuBTeSU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qyq3DpcKmoTuTVog8r7lq73Tu79m4HEq { top:3.5625rem;left:0rem;width:47.75rem;height:51.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wowUai2Kn2Z26geJZUO6VXq3QpwxoqUX { width:24.375rem;height:3.4375rem;top:6.75rem;left:23.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MKTlAHODoFOBSdXBVN6R6Jyb8kbsC1kg { display:block; }
 }@media only screen and (max-width: 763px) { #cURQx6ZrLSnlwR7qJT06oPtMnD2WZB7o { top:23.125rem;left:0rem;width:21.5625rem;height:9.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLCe7imHbOLZ8hzU58S4Om0DZPuE8KCO { top:13.25rem;left:0rem;width:19.875rem;height:;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbsyoL5NVCPU2xL7VFR2bRhprLZuTITG { top:26.875rem;left:0rem;width:19.3125rem;height:3.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTnEPbyQNQqJZbSgGrKgEa6759WdhRHn { top:1.25rem;left:42.75rem;width:5rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsK33oxh92hz3ViXPe3q8IPUk1ekPHvx { top:7.3125rem;left:6.6875rem;width:38.0625rem;height:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHuh5Fdu4I2zZDDF8yABXvyGIqsSkLMR { display:block; }#RHuh5Fdu4I2zZDDF8yABXvyGIqsSkLMR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #luWu8qq2SNCHCd2VqBgLU6hfBSr7IkWl { top:5.5rem;left:0rem;width:47.75rem;height:57.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTg23cmWg63t7X7BP45inbTQESDsPcle { width:24.375rem;height:3.4375rem;top:6.75rem;left:23.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lAWtqw7VN5gvpiTrAMrRWWiN9Bi0uRX8 { display:block; }
 }@media only screen and (max-width: 763px) { #X2HZBSRi345Tge3eCPRuCuygdbgQbUoo { top:16.9375rem;left:4.53125rem;width:41.0625rem;height:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F75913xq6sWHwrRMLTdxEXugXUdfxZRw { top:12.5625rem;left:6.3125rem;width:37.5625rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRA2uDfwWr75X6WpippqiyidJ1nsBZuH { top:8.6875rem;left:0rem;width:47.75rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmmM8lcyCIDaUiqvik2L7TTW7IIvttBV { display:block; }#mmmM8lcyCIDaUiqvik2L7TTW7IIvttBV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n9UHhHirFdLlmQaaGKmqcIZ3ZrK1URbf { top:1.5rem;left:0rem;width:4.75rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsyMDqfZkmvaDvNsA7lCx2fGpSMVsBib { top:4.3125rem;left:0rem;width:29.75rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxoaLHJxKIvTyJsot06g2w46NIHqEAEv { top:3.75rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeO55O2UhpfkJGRhKJLK1PPdIqTv0cLM { top:4.3125rem;left:46.3125rem;width:1.4375rem;height:1.4375rem;display:block; }
#AeO55O2UhpfkJGRhKJLK1PPdIqTv0cLM > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #eAsBKvehRX6WQ5GrkFTw5oWbtwcBlQBF { top:3.75rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pS1dtk6TuTFF3A9sXXc4tAyCZ0M1MIqV { top:4.375rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
#pS1dtk6TuTFF3A9sXXc4tAyCZ0M1MIqV > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #oarNrLQu6T6tuUTJtZpS5NeqFKkxTKmO { top:3.75rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsMhygptH218bXdxSR2TA7CxaFvATSyr { top:4.125rem;left:46rem;width:1.75rem;height:1.75rem;display:block; }
#EsMhygptH218bXdxSR2TA7CxaFvATSyr > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #HGcXP2N4nqet4WvamVmJCwnutqxn2KW5 { top:3.75rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1OadBUStJaao4RLBNyIbFp7VGgmly9l { top:4.25rem;left:46.125rem;width:1.625rem;height:1.625rem;display:block; }
#R1OadBUStJaao4RLBNyIbFp7VGgmly9l > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #XrMQEohzWpzfLlP0tTpNyeISpOyS0nEc { top:3.75rem;left:45.25rem;width:2.5rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #N9B0RbvIWuI3hcqndKRCoHps9uwVpPR2 { top:4.3125rem;left:46.3125rem;width:1.4375rem;height:1.4375rem;display:none; }
#N9B0RbvIWuI3hcqndKRCoHps9uwVpPR2 > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #mQRg5LTmpmoiBJi13fvHTL3kpkFLANAm { top:4.375rem;left:46.5rem;width:1.25rem;height:1.25rem;display:none; }
#mQRg5LTmpmoiBJi13fvHTL3kpkFLANAm > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #VLbFluIAxAt28Lq8ROSPqSfg3GWmTfR6 { top:3.75rem;left:45.25rem;width:2.5rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #FwXVnAHQFtdmu7sqNLSUQtA4LUHhT5bB { top:3.75rem;left:45.25rem;width:2.5rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #qsatKViZ5zmTP9kNrq4VfNWE62vNLqNw { top:4.125rem;left:46rem;width:1.75rem;height:1.75rem;display:none; }
#qsatKViZ5zmTP9kNrq4VfNWE62vNLqNw > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #CfSPP0kJBUhWyKvSvdPAfXTSkASV63tN { top:3.75rem;left:45.25rem;width:2.5rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #gg9QzZAtQ7eB3DCEdUT7hgFNm7i8PTG0 { top:4.25rem;left:46.125rem;width:1.625rem;height:1.625rem;display:none; }
#gg9QzZAtQ7eB3DCEdUT7hgFNm7i8PTG0 > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #lTDwsXPcNDbGUv0kSEpT6MTxHOQn1CQg { top:1.5rem;left:0rem;width:4.75rem;height:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #wlwl7WDKQpUr6G4Aig1WxmGpOUifAyxI { display:none; }#wlwl7WDKQpUr6G4Aig1WxmGpOUifAyxI > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #l8e0BqJJv8b2ZLmD5gmoqyhuTtgcTp1f { top:3.75rem;left:42.125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuX5rrflhPT2LT7exa0lMM2GO3esUVdA { top:3.75rem;left:45.1875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BC23EZJD3fIo4RkqqrumNTevvuH5iKgn { top:3.75rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6KmOegu9f5SRHxaVlvAE0WberRQoyVh { top:3.75rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdXNxog3WhRdhFF22N4HFd3kDCnZ8Ixg { top:4.3125rem;left:42.6875rem;width:1.4375rem;height:1.4375rem;display:block; }
#wdXNxog3WhRdhFF22N4HFd3kDCnZ8Ixg > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #dSzDR8CMtsqq8SV3caZh45PGAhVJXXGT { top:4.125rem;left:46.0625rem;width:1.6875rem;height:1.6875rem;display:block; }
#dSzDR8CMtsqq8SV3caZh45PGAhVJXXGT > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #WeEM7LHQeffm5wOb46JfbB6vGqtUQqNH { top:4.1875rem;left:46.125rem;width:1.625rem;height:1.625rem;display:block; }
#WeEM7LHQeffm5wOb46JfbB6vGqtUQqNH > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #NzJDrw9uR7Fde7XdkK3F9iL4bHFKN2Oz { top:4.375rem;left:45.75rem;width:1.25rem;height:1.25rem;display:block; }
#NzJDrw9uR7Fde7XdkK3F9iL4bHFKN2Oz > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #rqv6C289h5lE2tuqdtB2TFgK9r8lrAO8 { top:4.75rem;left:0rem;width:29.75rem;height:1.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDS4irQHXtlI4XVy7RcRENKA1UCVgQVX { top:1.9375rem;left:0rem;width:4.75rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #CrZfC5RJ1qRTOiA1RNdabgsDOJsUuXEW { position:relative;z-index:auto;display:none; }#CrZfC5RJ1qRTOiA1RNdabgsDOJsUuXEW > .row .container { width:20rem;height:5.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Cf0M1xm1yymfcX6b97rXqSLTgl83D9fK { width:6.5rem;height:3.125rem;top:1.25rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rp4zKmGko58VETsmN24EM8h8lrsZ1dnL { width:17.8125rem;height:2.875rem;top:1.1875rem;left:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ueneHZ12oGHc2aeK17PHNFw49m2MQJEa { display:block; }
 }@media only screen and (max-width: 763px) { #XKwqCL92kSq6N6qcZ7wvK3AsP3o8EnIg { width:9.75rem;height:3.25rem;top:39.34375rem;left:10.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #nn0IOGEMWv6yqSTpn3aRqJygAeGl4Fo5 { display:none; }#nn0IOGEMWv6yqSTpn3aRqJygAeGl4Fo5 > .row .container { width:20rem;height:15.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tGJoGKE7wspR4GoRrx17yXSSk0ZCu0R5 { width:9.5rem;height:2.79948125rem;top:7.25rem;left:5.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZvNG2FLxFJnwtFqIfm5yTepupmuHx8Ef { width:20rem;height:7.2540983606557rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnVdnJl9rNeI4JCbaI1dTWuQKExoQXBf { width:13.25rem;height:2.5625rem;top:11.3125rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWBSpNTwbzSOd2ocCOdWSlIbQxX9shqB { display:block; }
 }@media only screen and (max-width: 763px) { #hPXV8AzTdrVW5lSU6UkkXaPBSUqHid88 { display:none; }#hPXV8AzTdrVW5lSU6UkkXaPBSUqHid88 > .row .container { width:20rem;height:10.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sfawr27MRuQL6VX7KTdXK0PeJX7n662g { width:16.311875rem;height:2.56185rem;top:6.5625019073488rem;left:1.8435330986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmXSNSKRJX442iFgNCZ1JuyTfkC18seA { display:block; }
 }@media only screen and (max-width: 763px) { #fghGfEdgXGoQHbyWXMgugHXxhI4LB4Vl { width:20rem;height:3.84765625rem;top:1.6861991882324rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pCfcDgSmL7mDEv7QTlnq5OWvQpUniCOf { background-color:transparent;background-image: -webkit-linear-gradient(214deg, #14b8a6, #0b041a);background-image: -moz-linear-gradient(214deg, #14b8a6, #0b041a);background-image: -ms-linear-gradient(214deg, #14b8a6, #0b041a);background-image: -o-linear-gradient(214deg, #14b8a6, #0b041a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#14b8a6', endColorstr='#0b041a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#14b8a6', endColorstr='#0b041a' );";background-image: linear-gradient(214deg, #14b8a6, #0b041a);background-size:auto !important;display:none; }#pCfcDgSmL7mDEv7QTlnq5OWvQpUniCOf > .row .container { width:20rem;height:31.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HmBWtDE9DOHA2cTRXfLTVKxtichiaUm9 { width:18.9375rem;height:3.45rem;top:1.8843755722046rem;left:0.52968746423721rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #t0PSkBIhh37sDUkHwbhFl8qbHzEG8xBw { width:14.749375rem;height:2.56185rem;top:25.375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ON7Scp4Lw4iTplh4eu1avlOKMdSo7DUm { display:block; }
 }@media only screen and (max-width: 763px) { #MVdB4h21nqdAGVxUPExvieHq3h26gChR { width:11.7480625rem;height:3.6rem;top:20.75rem;left:4.125rem;font-size:2rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #mTlqTExcVoSTVuiSF3bdyfQVAfTbGlvV { width:14.8125rem;height:13.5668125rem;top:6.3843755722044rem;left:2.5910153985024rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqwUnbiI68nys2hO08b9NCypgapNT4Gb { width:6.0625rem;height:9.8744812957169rem;top:8.2269954681394rem;left:6.9672310948375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WixP2hgohxfp1xvBd65mpocLlJDg9cJA { background-color:#fbfaff;background-image:url("https://images.assets-landingi.com/uc/e3745ece-9c34-4483-a441-6cdbb95eee5c/flexgeheader.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WixP2hgohxfp1xvBd65mpocLlJDg9cJA.adaptive-delivery-prevent-bg, #WixP2hgohxfp1xvBd65mpocLlJDg9cJA.lazyload, #WixP2hgohxfp1xvBd65mpocLlJDg9cJA.lazyloading { background-image: none; }#WixP2hgohxfp1xvBd65mpocLlJDg9cJA > .row .container { background-color: transparent; background-image: none; }#WixP2hgohxfp1xvBd65mpocLlJDg9cJA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WixP2hgohxfp1xvBd65mpocLlJDg9cJA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WixP2hgohxfp1xvBd65mpocLlJDg9cJA > .row .container > .video-iframe-container { display: none; }#WixP2hgohxfp1xvBd65mpocLlJDg9cJA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WixP2hgohxfp1xvBd65mpocLlJDg9cJA > .row > .video-iframe-container { display: none; }#WixP2hgohxfp1xvBd65mpocLlJDg9cJA > .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); }#WixP2hgohxfp1xvBd65mpocLlJDg9cJA > .row .container { border-width: 0; border-radius: 0; }#WixP2hgohxfp1xvBd65mpocLlJDg9cJA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WixP2hgohxfp1xvBd65mpocLlJDg9cJA > .row .container { width:20rem;height:51.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bNhoFaB0l2DdI1te7uRI9qOdnc1hQcT7 { width:20rem;height:3.9rem;top:4.103515625rem;left:0rem;font-size:3rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D4ZfPyBW146ebPAGmkhJNRDpWgTIuEkr { width:18.75rem;height:0;top:12.9375rem;left:0.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #E6dP8VJQkzIDovuQmqRRKNvbmDRmNR7o { width:17.875rem;height:3rem;top:17.5rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQHuyPLNqJNxTAaFs1PIMFi7U8u1u6K4 { display:block; }
 }@media only screen and (max-width: 763px) { #tcd2TAMG1hEmBFccdtosT2ln0Mx8NPD6 { width:16rem;height:9rem;top:18.1875rem;left:5.40625rem;text-align:center;text-align-last:center;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #bayxv6iUNE6e7bRi4DhPUpnUqhE6Mx26 { display:block; }
 }@media only screen and (max-width: 763px) { #aTIEpwTvA7AuHNTKBadBoT2SV6IxZMdX { width:19.125rem;height:3.25rem;top:14.4375rem;left:0.4375rem;text-align:center;text-align-last:center;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #BA817xi31NFhJWpvTMNhm36qOOAe10F8 { display:block; }
 }@media only screen and (max-width: 763px) { #E7nqTiwBT1ruOSWnHMvpizSsJQHp9BqE { width:18.875rem;height:10.9375rem;top:1.25rem;left:0.5625rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #ZBFKLPs8Qcgx8VNqc6vKgLxVO3sMUuRx { width:20rem;height:24.875rem;top:27.0625rem;left:0rem;z-index:14989;display:block; }
 }@media only screen and (max-width: 763px) { #qccpHebCqffMCd2CCLyfixP4fzTgEi93 { width:9.125rem;height:12.75rem;top:22.263671875rem;left:0rem;z-index:14988;display:block; }
 }@media only screen and (max-width: 763px) { #K9D2hQTolHT0hOaw3koNolggr6ZXMf76 { width:20rem;height:2.0296875rem;top:8.251953125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #vqLonG54opNbAR2ly9zfbIKqNT0TLSmp { width:20rem;height:2.1128875rem;top:2.2412109375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mwnGOQPtt4EragmPuhrUsiB7PvfE36n2 { width:13.8125rem;height:3.25rem;top:44.9375rem;left:3.09375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JvONH2WT4ZD10EmfsWzA45D8OCMiWwZG { width:9.25rem;height:3.25rem;top:26.513671875rem;left:10.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #lGbEAZ2iwBUOOkuQk5WpDffph8sK0kCu { width:9.75rem;height:3.25rem;top:37.03125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mW53tq1mfvSyZrswC15yq0U4KQg4qcGf { width:12.4375rem;height:3.25rem;top:23.388671875rem;left:0rem;z-index:14990;display:none; }
 }@media only screen and (max-width: 763px) { #H2T5tp83vG2yPCIxN5RTEszfLG5mIPbz { width:8.125rem;height:11.0625rem;top:39.5625rem;left:11.770387700535rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmTUpfMMyWFCWf2vMpDlOG1fI1qBpnsF { width:18.1875rem;height:3.652725rem;top:12.5625rem;left:0.90625rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #VPXgMqQpL0DBH7MOTXmJiWTE880JTyR1 { width:8.75rem;height:3.75rem;top:26.5rem;left:11.25rem;z-index:14987;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tg1KDWkTeIKN6OPJM5w1TkzgEt7Egcg0 { display:block; }#tg1KDWkTeIKN6OPJM5w1TkzgEt7Egcg0 > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K6SZ0VlU4im7GBEALfySsGvr86tqPFzT { top:9rem;left:0.0625rem;width:9.875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJ5gCZQJssqHovCVIvtLUL4Snlo9QmWV { display:block; }
 }@media only screen and (max-width: 763px) { #KTisG84y6N652WRcT5v9uwRX8Ou5Tpww { width:19.875rem;height:11.125rem;top:13.4375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CayKMgHLmWB8ma8rNLs76HyA5RDEuUkc { width:20rem;height:11.25rem;top:13.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMywSDDB9aGnqTIvhas7a1MgvGnTS7yh { top:9rem;left:10.125rem;width:9.875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTgHayC0ccTAtCGFDKUDEIeDhldbE7hk { display:block; }
 }@media only screen and (max-width: 763px) { #FUFPpIqaW7aTn8O54wx9k2nsWvTKZafB { width:19.875rem;height:3.4375rem;top:8.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yM0z7xR93d36aw4gWWVncLhMd32Va4uy { width:20rem;height:6.0890625rem;top:1.671875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Md1b90Zqzo567sC2dIGiqLJFb0kH2OIl { display:block; }#Md1b90Zqzo567sC2dIGiqLJFb0kH2OIl > .row .container { width:20rem;height:29.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hVO8lZymefJpnlMpW0SEAXQCCFXkUUGg { height:10.5625rem;width:18.875rem;top:15.30859375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rl8fgApQBE1Zb7pGZHT2A7cRnb5oR04s { width:18.875rem;height:6.0890625rem;top:2.6875rem;left:0.5625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TM3TxZUKLvsMoRKVwXsHfhIHyLhlPHFR { width:13.375rem;height:2.92535rem;top:10.37109375rem;left:3.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GpMTPgZFNI3QbQ5JxZVUiMD4hh3D9O36 { width:20rem;height:12rem;top:14.58984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNQBb9QGTgJBfC4dQXCtTSLUtlNxfghf { display:block; }#gNQBb9QGTgJBfC4dQXCtTSLUtlNxfghf > .row .container { width:20rem;height:132.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gvbnp9N1TmbucUgZM3By0qeUVZebAHds { width:19.99925rem;height:8.11875rem;top:1.375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wxQvkAB9wPXAV1CpFiPX570zHsT4KXO6 { width:10.625rem;height:6.5625rem;top:12.3125rem;left:2.9375rem;background-color:#000c43;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) { #UL7ok31nJa66gWZZVJEIEAklLZ4Th5wC { width:3.125rem;height:3.125rem;top:11.5625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuKM55etB1zJiWL2Oab2TOGJb9Z0vhfV { width:1.375rem;height:2.6003875rem;top:11.8125rem;left:2.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJvKMCgzTfh9x2K8TkRQwIhBItKdaCyo { width:3.125rem;height:3.125rem;top:39.1875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GD5qxlvDLTB36idOeQnOAgXcZ7LbyTmX { width:13.9375rem;height:1.7859375rem;top:27.625rem;left:3.125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xebtQxQg2VXmOMJL7MPCsbfiq3uTAKSG { width:17.5rem;height:6.9960625rem;top:30rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f81rSwsqy0QiFCwX8hExAoCeIg2o833L { width:20rem;height:1.7859375rem;top:55.875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iPyIqadZmXUpQVrpEsMuMcAiodBTJ0uR { width:19.0625rem;height:5.596875rem;top:58.25rem;left:0.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FWsrq4mCOOSGW3XA8JThvnvHH808gptH { width:3.125rem;height:3.125rem;top:70.6162109375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNytG0wk1Opt9LK11boIKrU6ACxrgk6z { width:20rem;height:3.571875rem;top:84.572265625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nf6PeA6V4WEuEufWGUCfitVviVEDT57p { width:20rem;height:5.596875rem;top:89.009765625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sOhcg3M9PTktRZ7K2Qu2TMDQtiHnJIlv { width:11.5625rem;height:10.875rem;top:15.375rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GotyrqsCMqGdEgbM51rFFkfxUFmE9TJ2 { width:11.5625rem;height:11.5625rem;top:42.6875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTRICrxMMSlbKBTNJbVAToqt8cZRoawM { width:13.5rem;height:10.8125rem;top:73.759765625rem;left:3.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kw4K4HeAzie2vJBuk67RgVTi56QVLbby { width:17.5rem;height:3.0234375rem;top:116.005859375rem;left:1.25rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HFpEHUDNJQX9nStqWTyb4BpW1oAQFu8F { width:20rem;height:5.596875rem;top:119.54296875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PC5GHiTOpOKIxcZBXUDqZFQfREzF5Xnw { width:19.0625rem;height:2.375rem;top:64.625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrmuCuIvaErqM8aVMlcMcEI2TnGspK0q { display:block; }
 }@media only screen and (max-width: 763px) { #pXUvlGK1IFEEagkfuIt3g94iLM80DAiz { width:13.8125rem;height:9.25rem;top:105.568359375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHvftx7iD0tLrkuqMhnEHNR4BMGP5e3f { width:3rem;height:2.6003875rem;top:39.375rem;left:2.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7aJp00TO8BXeeinQLFWBV8MGv6CcbyZ { width:3rem;height:2.6003875rem;top:70.87890625rem;left:2.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzkI2tUeubvFm24EaGsznWk7rbQHTQwS { width:19.0625rem;height:2.375rem;top:95.755859375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I05DVpi8xPbFy57S5KTJLxz8XVJXr187 { display:block; }
 }@media only screen and (max-width: 763px) { #WHi194SrcwgbtfBXyFQGr2qAezyoUHAy { width:3.125rem;height:3.125rem;top:101.755859375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #adzkVL4Z8uTUSkeztwUTpxdJSqnHLEKu { width:3rem;height:2.6003875rem;top:102.0185546875rem;left:2.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7UyfmIKLTAiaH1DBkCFHDDhh9tWvn8C { width:19rem;height:2.375rem;top:126.0390625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4MdmVgFtkC5Q8lZbHGMuzbUeESK9wrO { display:block; }
 }@media only screen and (max-width: 763px) { #K1benekISSoQKJMbcQ7oTpQtSdfZg2yk { width:10.625rem;height:6.5625rem;top:40.375rem;left:3.0625rem;background-color:#000c43;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) { #Cgw3TSqfRHTTUxIUAzST0T5wl6tUT0vh { width:10.625rem;height:6.5625rem;top:71.8037109375rem;left:2.875rem;background-color:#000c43;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) { #DRAF15QVWM5GaE1gy6Kur9iyC4vxQZ6Q { width:10.625rem;height:6.5625rem;top:103.0390625rem;left:2.875rem;background-color:#000c43;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) { #ytQqsmvvcAuObyyWRqts7g3RITzkLdTx { display:block; }#ytQqsmvvcAuObyyWRqts7g3RITzkLdTx > .row .container { width:20rem;height:66.417572021484rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NnHrFfca5xfZTs93WN343VFDLkcE530k { width:20rem;height:6.0890625rem;top:2.5615234375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FUsnhUUPk52EsL9V6hATW0J3FwUhskBd { width:15.1875rem;height:2.625rem;top:30.9843984375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfX92wMQAIEqlHf4vNmuXulbE2BSMM62 { display:block; }
 }@media only screen and (max-width: 763px) { #JvcNcMqSDC5IN2NNe9DP31MCw14KLVHW { width:15.1875rem;height:2.625rem;top:11.6093984375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJhHJI2gZwVI0kB5adbUHFFgVFr9Ac5c { display:block; }
 }@media only screen and (max-width: 763px) { #bl2dFuLo4CpGoFbBsILlqQdNzlyECUfi { width:17rem;height:2.625rem;top:23.2343984375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ik8EOJoQ4s3epz9VEroFTlDpTogydmD3 { display:block; }
 }@media only screen and (max-width: 763px) { #KaOIrqcleouFNEzZJa5uoZXxUriMNVIP { width:20rem;height:22.2060625rem;top:44.23046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LilTk0GHfOV55Z9tn9CKQk6GfNBolJ4Q { width:20rem;height:18.25rem;top:48.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLLZqTC49cduPTfbmokcwn5kly4V5xw9 { width:15.1875rem;height:2.625rem;top:27.1093984375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8cFkqPrcwD0Sv9LTo26BFTmCe8XTW0S { display:block; }
 }@media only screen and (max-width: 763px) { #blbIdJgOpJBTApVgqhF8AHB7TzPLEMQV { width:17rem;height:2.625rem;top:19.3593984375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1g3mWZqAVw3hTPBOeBC5SzJgWqlsgTd { display:block; }
 }@media only screen and (max-width: 763px) { #a9Wsw3bg5TkD33l5FRxG2fvaO0BL3PuT { width:15.1875rem;height:2.625rem;top:15.4843984375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #seI5uDCITv3TbuAbQFlaOPgXbqIg8PQl { display:block; }
 }@media only screen and (max-width: 763px) { #dl8AmUSPdKEIBVXVFSerw59rNTb9ySWz { width:15.1875rem;height:2.625rem;top:38.6875rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bfg3GA9NhrU2GzlDlV2ATieSbTnzFWgt { display:block; }
 }@media only screen and (max-width: 763px) { #t5XCRKsFcbv81MDZ14rEoWb7aVvUWX4u { width:17rem;height:2.625rem;top:34.8125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDgz1LWa0q6DWaTJEecDnL4yII6LX2Q4 { display:block; }
 }@media only screen and (max-width: 763px) { #R9T52a4mkvTuFkZuJp4vWLT4qRDtQKgQ { width:20rem;height:11.244444444444rem;top:0.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #odlzD4IFqMkwcdWqet5vJB4Qvk9iSZrU { display:block; }#odlzD4IFqMkwcdWqet5vJB4Qvk9iSZrU > .row .container { width:20rem;height:9.0347595214844rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cGNHTG1NL6CJPoWIoXQeCs4T7ziiJR0s { width:18.31175rem;height:6.3386875rem;top:2.7222671508789rem;left:0.84257814288138rem;font-size:1.625rem;text-align:center;text-align-last:center;color:#013666;display:block; }
 }@media only screen and (max-width: 763px) { #gsOH320IdcMmnZDRALlfNNVnsFDmSNVp { display:block; }#gsOH320IdcMmnZDRALlfNNVnsFDmSNVp > .row .container { width:20rem;height:53.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WSE5yXZTVoNSgvwqlz7nGm5IGqtOobW5 { width:20rem;height:4.21875rem;top:3.53125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lIbtw4pvz3T6AMBSAveX1oLbpC6PHmTb { width:20rem;height:2.0296875rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kDFlzATlfeZ6B4LV9uDDB1IuSPbCgoLw { width:20rem;height:2.0296875rem;top:10rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #haXVyfzu1M7KNelCQSst7KUVgwWQtSH1 { width:20rem;height:2.8125rem;top:12.28125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n4HyrdSHQNAoNSCtTWENTITh42TK3bA9 { width:20rem;height:2.0296875rem;top:17.34375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VzHKPXNAmDGzwPt25H1z2LQwMMixCgoa { width:20rem;height:2.8125rem;top:19.6875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gNFkQBRludVGBRtaxupH4CTQJJJT5Zbs { width:20rem;height:1.40625rem;top:49.6875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DQ4KMg3JqCJbVV7clO601TsG70vvyvuc { width:20rem;height:2.0296875rem;top:24.6875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OVOh4v8lpQ0eT6Jdze3PKK8urWw5uhf5 { width:20rem;height:4.21875rem;top:27.03125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qIgpBCioZPFVyDhSRHXap3gcD0tF5csw { width:18.0625rem;height:13.5rem;top:33.5rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAH63ad6ZH7D5WdkOAcxWVfFzIagld2s { width:19.75rem;height:2.5rem;top:49.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoGdsalzdlSfucdOvckWhuKhTPWJGM6N { display:none; }#EoGdsalzdlSfucdOvckWhuKhTPWJGM6N > .row .container { width:20rem;height:61.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OmN7CfqOTA3cTE0n7k0M7OI0DcusaxNk { width:18.75rem;height:20.25rem;top:15.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLgLo6tgvL3V1L36NOu104MRVkRxhXDT { width:6.25rem;height:6.25rem;top:12.8125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wyo1C6FhBgIDNBq5a6O3A1HJlo4P941r { width:15.3125rem;height:12.65625rem;top:22.3125rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cz6GlkgTVPPShO5ngJyGdGODDM3aQuEK { width:17.5rem;height:1.62539375rem;top:20.1875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQ7EVgHqoetdsrUFPgurJCPZdX74nz5Z { width:18.75rem;height:16.9375rem;top:41.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOBB1sa0rXmm4TTNBDReFD6CF7HX7XsG { width:6.25rem;height:6.25rem;top:38.9375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #waawk9TpRSOZqDM0849gXqmJxN17nIEs { width:15.8125rem;height:8.4375rem;top:48.625rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBULFuuJHTRuZ2l0DZWuZFpElBkMarAI { width:20rem;height:1.62539375rem;top:46.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImN57faiD30SZelTQxyH7tvToFG68aeR { width:20rem;height:7.55625rem;top:2.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c32VDoZJb0JaJgpA1y39W3Mw368TEqoz { width:6.25rem;height:6.25rem;top:39.3125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfA8emEUOBcu4PQngi98pV2OaD8mCvVu { width:6.25rem;height:6.25rem;top:13.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZayFcmZgsBGPDQrVNG3OHFMkyaI86fZ { display:block; }#CZayFcmZgsBGPDQrVNG3OHFMkyaI86fZ > .row .container { width:20rem;height:51.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kxhvLCKNwUHp71hcy0UR5BUc85TCpyTn { width:19.9980625rem;height:5.85rem;top:2.1867256164551rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;color:#013666;display:block; }
 }@media only screen and (max-width: 763px) { #cHIBRWPtDTF4PFEZK6rdQEk9rTiIgfkl { width:20rem;height:11.460267489712rem;top:12.9015625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KRUKCkA5PSZzh886ZcLzFH2AtoBFbNL4 { top:10.053515315056rem;left:0.56249994039536rem;width:18.875rem;height:40.375rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XTyN3bsz6v4f90xrHCN8maTV3Lbiqsxp { display:block; }#XTyN3bsz6v4f90xrHCN8maTV3Lbiqsxp > .row .container { width:20rem;height:164.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cbCu1KTFxuyNSO2UGdOQiUx4TgWr3NNM { width:14.3125rem;height:29.6875rem;top:6.5625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mv2W89RevQXNz5DIdD1SMP0QJNxHpdc5 { width:4.5625rem;height:1.462675rem;top:7.6875rem;left:6.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4c6OTEDDRH6lSkqhTQornRegNm5fFLt { width:10.875rem;height:2.27578125rem;top:9.875rem;left:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLaKmKWX3lvTMbBhgCGlU0ATTNd0FXHX { width:10.5rem;height:1.055775rem;top:13.04562497139rem;left:4.1556249856949rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxTCqCfdrWHvbGm8HxKu8RebuS9g8Q2w { width:12.125rem;height:1.055775rem;top:15rem;left:4.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnNtaayEOqaXXBrGG2mamp8muXZqVDl1 { width:11.1875rem;height:1.055775rem;top:16.9375rem;left:4.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZMT4XPxRZ7bigXQmuns4orFHGu9r0xT { width:11.1875rem;height:2.109375rem;top:18.8125rem;left:4.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhvvhluhovliXUiroUrCDgSBib8dzf9Z { width:11.1875rem;height:1.055775rem;top:26.0625rem;left:3.9375rem;font-size:0.8125rem;display:block; }#BhvvhluhovliXUiroUrCDgSBib8dzf9Z li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #T7ue7Z5SJXnOxN8FZTqKsLsHztfZ8H8l { width:11.1875rem;height:1.055775rem;top:21.875rem;left:3.9375rem;font-size:0.8125rem;display:block; }#T7ue7Z5SJXnOxN8FZTqKsLsHztfZ8H8l li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #zPrpIzIyrMaL9RVN31ocCElttnc2OObB { width:11.1875rem;height:1.055775rem;top:24.0625rem;left:3.9375rem;font-size:0.8125rem;display:block; }#zPrpIzIyrMaL9RVN31ocCElttnc2OObB li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #fFf5nRxVBKKs0LWAwVTRwZPCT9UVMaG2 { width:11.9375rem;height:1.055775rem;top:28rem;left:3.9375rem;font-size:0.8125rem;display:block; }#fFf5nRxVBKKs0LWAwVTRwZPCT9UVMaG2 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #eoZuTUIJ3iEwQkxWFNrShQq0wBQwTkT6 { width:12.8125rem;height:0.0625rem;top:14.5rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9EdzT8K2a6Gca7czTJC5ssnM10k5Z29 { width:12.8125rem;height:0.0625rem;top:16.5rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2eeD61qVctAvQFxOtOt6AKXZi0hQaQ2 { width:12.8125rem;height:0.0625rem;top:21.3125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPVA4sUsFEpuhJShIkfQg9OZzM3eIDPu { width:12.8125rem;height:0.0625rem;top:18.4375rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkdmWOql3tlJQDylrftC44WxZUN5Ucpb { width:12.8125rem;height:0.0625rem;top:23.5rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXRzOVlL5doXqWN4l6SWf8pItqd57fDe { width:12.8125rem;height:0.0625rem;top:25.5625rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltXvJzLRmvw8Z3OmhMahE3wXePKdzUTl { width:12.8125rem;height:0.0625rem;top:27.5rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pC2o8flR5lUKi4KB4e2lZVMa17I9M8D6 { display:flex;width:2.375rem;height:2.375rem;top:7.25rem;left:3.9375rem; }
 }@media only screen and (max-width: 763px) { #uXz0LsxQKqWzWL1EgZgdv09GdUFGmuAA { width:14.3125rem;height:29.6875rem;top:68.4375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wePyPvSv9ZLmhww7xeCUfKRhoQIJ29wK { width:11.9375rem;height:1.055775rem;top:90.125rem;left:3.9375rem;font-size:0.8125rem;display:block; }#wePyPvSv9ZLmhww7xeCUfKRhoQIJ29wK li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #NRTBPpzlAzNgkgCxLf9HTkWoxJ81T8qc { width:11.1875rem;height:1.055775rem;top:88.25rem;left:3.9375rem;font-size:0.8125rem;display:block; }#NRTBPpzlAzNgkgCxLf9HTkWoxJ81T8qc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #NOoiIsBzWTEcSlH8LGp34emi0iN6ePMS { width:11.1875rem;height:1.055775rem;top:86.1875rem;left:3.9375rem;font-size:0.8125rem;display:block; }#NOoiIsBzWTEcSlH8LGp34emi0iN6ePMS li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #GrV6gM1XF28zditBryx5T4N61T8Oq7fQ { width:11.1875rem;height:1.055775rem;top:84rem;left:3.9375rem;font-size:0.8125rem;display:block; }#GrV6gM1XF28zditBryx5T4N61T8Oq7fQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #RG3TTaVatvI9y7cCrrtlzTePQFlWsTJO { width:11.1875rem;height:1.055775rem;top:81.875rem;left:3.9375rem;font-size:0.8125rem;display:block; }#RG3TTaVatvI9y7cCrrtlzTePQFlWsTJO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #B63R3GImb4t0OZXpbqvAOdbzQySemMqm { width:11.1875rem;height:1.055775rem;top:80rem;left:3.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0BVow76CXXWBlQi14Mi5qzeA3hT60zk { width:10.5rem;height:1.055775rem;top:75.3125rem;left:4rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNzGwJ3a3TKiLSCRlFEBspF0omG3QSZE { width:10.875rem;height:2.27578125rem;top:71.9375rem;left:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpyAb4KF0byLEqmIsitXHlfMDneekI6T { width:10.375rem;height:2.109375rem;top:77.125rem;left:3.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCtDWWAsAV8udB73H8FDLGMfy6k1Zu7y { width:4.5625rem;height:1.462675rem;top:69.8125rem;left:6.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyqJwyb5zyXo05PPkyzEnWpk5URTztRL { display:flex;width:2.375rem;height:2.375rem;top:69.375rem;left:3.9375rem; }
 }@media only screen and (max-width: 763px) { #oDfzMlZeCsE20cqcd8R6oWX68XFpQdf7 { width:12.8125rem;height:0.0625rem;top:76.8125rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUCkr4DAMtofG3cAo01DQcil2A3ILQrE { width:12.8125rem;height:0.0625rem;top:79.5rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZaV5z7RMhP2huocEshFHQcziMfOWTSm { width:12.8125rem;height:0.0625rem;top:81.4375rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEf3fGMIsNTqxHWWayn2prIMrU89BTyz { width:12.8125rem;height:0.0625rem;top:83.4375rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpvl9L6g0XgOTWzH6wPUEaGN5GaaVvWI { width:12.8125rem;height:0.0625rem;top:85.625rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvNlCoW5aRdhWEn6MEDVioCOrUGhLwSG { width:12.8125rem;height:0.0625rem;top:87.75rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwaWJ2gRlCwDk3BAUWUpCIDyfpawTEqz { width:12.8125rem;height:0.0625rem;top:89.6875rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3b16DwFprEbl948OVKKG87aoxFdKLQk { width:14.3125rem;height:29.6875rem;top:37.5rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rllbHKkGlUm4OMT8mHRTADLrG3zzvsVy { display:flex;width:2.375rem;height:2.375rem;top:38.5rem;left:4rem; }
 }@media only screen and (max-width: 763px) { #gq5gP0ZXBK2C4qJLNiGETvtW1M6vvuVc { width:4.5625rem;height:1.462675rem;top:38.9375rem;left:6.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nq8H87NAEkwoyLU59ResPpbwK2QFXt8e { width:10.875rem;height:2.27578125rem;top:41.0625rem;left:4rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfaEufrgZVfsyk6SmtGHkCT97lPH5srJ { width:10.5rem;height:1.055775rem;top:44.125rem;left:3.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFnQk7DTLhdTJH8TumRZPEokzvN4BWyi { width:11.875rem;height:1.055775rem;top:46.1875rem;left:4rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJfprAHbcBXnsn507ufuUGLTWCpGmkip { width:11.1875rem;height:1.055775rem;top:48.125rem;left:4rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSEG79E0KyEsdiZlwwDJJa7UgyCReJKl { width:11.1875rem;height:2.109375rem;top:50rem;left:4rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBMaelf55fPb12lpCm0ih2IeMnxgieeQ { width:12.8125rem;height:0.0625rem;top:49.5rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6WABH0HhaHfeqBcqTiburNNSkvvuwim { width:12.8125rem;height:0.0625rem;top:47.625rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kURz4AMDUeM17047vsrcL6IFMsgBtkXn { width:12.8125rem;height:0.0625rem;top:45.6875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpFurkQTR6ChxEkh5pLicg0drvQMyzpI { width:12.8125rem;height:0.0625rem;top:52.375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IS0E43wtSbfmOwEs8osQnuJUvp4iVMqw { width:11.1875rem;height:1.055775rem;top:55.125rem;left:3.9375rem;font-size:0.8125rem;display:block; }#IS0E43wtSbfmOwEs8osQnuJUvp4iVMqw li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #Tts5UDpSGD53wNQAR46U1ARf6ndAnwWv { width:12.8125rem;height:0.0625rem;top:56.6875rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2Qz8t22LO6vyiAPHlG6DMxw1xggX2Vi { width:11.1875rem;height:1.055775rem;top:57.1875rem;left:3.9375rem;font-size:0.8125rem;display:block; }#u2Qz8t22LO6vyiAPHlG6DMxw1xggX2Vi li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #xk99r09sZDyVxWOleEpRQnPXoLaTt0Cc { width:12.8125rem;height:0.0625rem;top:58.625rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #syhetK0QGhtv0k7iHobf9lBUsxJZNxi0 { width:11.9375rem;height:1.055775rem;top:59.0625rem;left:3.9375rem;font-size:0.8125rem;display:block; }#syhetK0QGhtv0k7iHobf9lBUsxJZNxi0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #WOpqtxhH3TQ1idVfniKpwGtTsLMlTHPD { width:11.1875rem;height:1.055775rem;top:52.9375rem;left:3.9375rem;font-size:0.8125rem;display:block; }#WOpqtxhH3TQ1idVfniKpwGtTsLMlTHPD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #TuzK4Qinh5CpyD7SSMLSt52LSXwPeJv0 { width:12.8125rem;height:0.0625rem;top:54.4375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDTeA5ipCEROMVF2eCCsTwTiqnIA6yn1 { width:14.3125rem;height:29.6875rem;top:99.375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4srpCdzIaFb0XQTC1h7fZXIMCxALl49 { width:11.9375rem;height:1.055775rem;top:120.875rem;left:3.9375rem;font-size:0.8125rem;display:block; }#b4srpCdzIaFb0XQTC1h7fZXIMCxALl49 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #kcc8tmqoXx0QBxX4lmhf6XGRmiFERVLk { width:11.1875rem;height:1.055775rem;top:119rem;left:3.9375rem;font-size:0.8125rem;display:block; }#kcc8tmqoXx0QBxX4lmhf6XGRmiFERVLk li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #OiOG33HrHxJUmVhg7zFHawXqv2oE17o9 { width:12.8125rem;height:0.0625rem;top:120.4375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImGKHEsXRBbTCNv8QMB8Z6ytWO1kG5nU { width:11.1875rem;height:1.055775rem;top:116.9375rem;left:3.9375rem;font-size:0.8125rem;display:block; }#ImGKHEsXRBbTCNv8QMB8Z6ytWO1kG5nU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #onmtFOpD6gAOzbPD3cUrTlMgmwTkp4pf { width:12.8125rem;height:0.0625rem;top:118.5rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pg13Q7Ox7DwRnKmDhivn8REFdE80hUot { width:11.1875rem;height:1.055775rem;top:114.75rem;left:3.9375rem;font-size:0.8125rem;display:block; }#pg13Q7Ox7DwRnKmDhivn8REFdE80hUot li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #ADVoDqV5LbGIhlIuifW2k0uEfuXSawWx { width:12.8125rem;height:0.0625rem;top:116.375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0mLpbrwyVORBKoLqR0w1RH1QikWdKGD { width:11.1875rem;height:1.055775rem;top:112.625rem;left:3.9375rem;font-size:0.8125rem;display:block; }#q0mLpbrwyVORBKoLqR0w1RH1QikWdKGD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #gffLu8dOwhTE1EEfH3FDGnq08WRNIcHB { width:12.8125rem;height:0.0625rem;top:114.1875rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKfQTk2QN9SrS7iOzsrLQgZIBPs7ztOu { width:11.1875rem;height:1.055775rem;top:110.75rem;left:3.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PscmbGwQBFKX8DwHe1UKIRKQqwxtJvfO { width:12.8125rem;height:0.0625rem;top:112.1875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMzZlXMwVevlpxvQ8Blu3a8r4iZWDKX7 { width:10.375rem;height:2.109375rem;top:107.8125rem;left:3.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiSiHuI3shCp3qMTolmHtRC4aMTHS1C9 { width:12.8125rem;height:0.0625rem;top:110.25rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFTN3NlHPoAyqS5m9inKtWdO0Ea8abX0 { width:11.25rem;height:1.055775rem;top:106rem;left:3.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVh7FgQb1fwKEz7mSn0KpthTVEoveLwz { width:12.8125rem;height:0.0625rem;top:107.3125rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKEcVU5wWGyO7zT5By1Ku3xKs6EvNZzX { width:10.875rem;height:2.27578125rem;top:102.875rem;left:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6QeR4h4wRFMgTmrzTNryfbqrelvKMpS { display:flex;width:2.375rem;height:2.375rem;top:100.3125rem;left:3.9375rem; }
 }@media only screen and (max-width: 763px) { #T5UzTd2ha6cd41A5LzAuNnRqEUCtNl33 { width:4.5625rem;height:1.462675rem;top:100.75rem;left:6.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZtudwSCyl2bx7Fn1pfssw7FfTrXiGTk { width:14.3125rem;height:29.6875rem;top:130.3125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuxPyiDIb8fqpftaszRhJrTePekinZT0 { width:11.9375rem;height:1.055775rem;top:151.8125rem;left:3.9375rem;font-size:0.8125rem;display:block; }#MuxPyiDIb8fqpftaszRhJrTePekinZT0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #UyO0tpgwlcxJIyTUTu9gNRpQkenhFgt4 { width:12.8125rem;height:0.0625rem;top:151.375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyPLsmHfsqzpywWBwmXh67DE2BwqTGAO { width:11.1875rem;height:1.055775rem;top:149.9375rem;left:3.9375rem;font-size:0.8125rem;display:block; }#UyPLsmHfsqzpywWBwmXh67DE2BwqTGAO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #pXVbee8rM5gy5ZiCh6QJvvR18QlN1bTU { width:11.1875rem;height:1.055775rem;top:147.875rem;left:3.9375rem;font-size:0.8125rem;display:block; }#pXVbee8rM5gy5ZiCh6QJvvR18QlN1bTU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #l5aku9kpKXe1x2VQFldv2gwTywUGaWZS { width:12.8125rem;height:0.0625rem;top:149.4375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xP8XGhXcUbwlTvXUisRwI46l2s7leozd { width:12.8125rem;height:0.0625rem;top:147.3125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sllvkMumyHpp9As5CGh3dI6ARrF5skaF { width:11.1875rem;height:1.055775rem;top:145.6875rem;left:3.9375rem;font-size:0.8125rem;display:block; }#sllvkMumyHpp9As5CGh3dI6ARrF5skaF li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #t647m5gPNwLoUPsETu4flrStuNq99n7r { width:12.8125rem;height:0.0625rem;top:145.125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IX1OJFh92nO0NXZObVV8JQHtpO4TUb9I { width:11.1875rem;height:1.055775rem;top:143.5625rem;left:3.9375rem;font-size:0.8125rem;display:block; }#IX1OJFh92nO0NXZObVV8JQHtpO4TUb9I li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #GL2KOA6OnGgNvTqwqLdzZkhwSdrv575W { width:12.8125rem;height:0.0625rem;top:143.125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #st1KguWRfPeOcfdKP2SHP78Vor107mGz { width:11.1875rem;height:1.055775rem;top:141.6875rem;left:3.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #izCMpsfn3EVoCTPmRbVxuX27WWf2s3T8 { width:12.8125rem;height:0.0625rem;top:141.1875rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NITGbyZqrGgZT6bTkiw3JkKZWQfAONIA { width:12.8125rem;height:0.0625rem;top:138.375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbGlhmUMQJPvBuBqiO71orJ6xNgIHTdX { width:11.25rem;height:1.055775rem;top:137rem;left:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOTozs1mSmlfI76312s4DxdP8Kbi0vum { width:10.875rem;height:2.27578125rem;top:133.8125rem;left:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G19q3H7147gwTLoKfqk0zq3TDDzErXWk { display:flex;width:2.375rem;height:2.375rem;top:131.25rem;left:3.9375rem; }
 }@media only screen and (max-width: 763px) { #LQPNZVCtK6LlDP4pBP4pRJt8F3TocG39 { width:4.5625rem;height:1.462675rem;top:131.6875rem;left:6.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuNvvHerpdcTipPJs1mtSmUQaTuICDQE { top:155.12370681762rem;left:3.2183161377907rem;width:13.5623125rem;height:2.37413125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLiixA3gfXB33QZ6ku5zFcIl4Ed9VzFk { display:block; }
 }@media only screen and (max-width: 763px) { #TRIcSTnyTbmWBCOkuFE9PEZHiNsmnkoa { width:18rem;height:4.059375rem;top:1.2492198944092rem;left:0.99843746423719rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:#013666;display:block; }
 }@media only screen and (max-width: 763px) { #Fp6pyD9JnJn3WLBGEXLlqOp4MaIeNnqT { width:12.375rem;height:2.109375rem;top:138.73999214172rem;left:3.8125001192093rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUepOPm4aMNcwr6taipBJFcduthoZhLd { top:124.30990219116rem;left:3.2812502980233rem;width:13.4375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtWyPgHUJJt5JlFEQpOBNI6IlBTJX6s4 { display:block; }
 }@media only screen and (max-width: 763px) { #WWeTPGTNatXLwNIomTE5SWTrrBJGvxp1 { top:93.560119628906rem;left:3.2812502980233rem;width:13.4375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ald9NahGS7iHrIwnPQwgcc3l5hTLPuhX { display:block; }
 }@media only screen and (max-width: 763px) { #XafGxJaG29PVrpaKkS1ZxT5B7dGq4Kbn { top:61.997619628906rem;left:3.2812502980233rem;width:13.4375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #psGv1KyAHP63PUhLft2RcSRRZLQg96lW { display:block; }
 }@media only screen and (max-width: 763px) { #g5Rk0y9snPOu5A1yNH4pW4RPJ0UElTpO { top:30.935338973999rem;left:3.2812502980233rem;width:13.4375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGgO8t6wIKRWJyzGdyf7vhER95AmPPHZ { display:block; }
 }@media only screen and (max-width: 763px) { #eFcvkbDTTtBWfaZTeDuKwK5TIe7H1noT { display:none; }#eFcvkbDTTtBWfaZTeDuKwK5TIe7H1noT > .row .container { width:20rem;height:169.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vK9pAI7nc2gQMASgAZsFwWerzvr0w3PS { width:14.3125rem;height:29.6875rem;top:6.5625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sH7RmLQForAGmTZphVcuab9gI3uUaq2u { width:4.5625rem;height:1.462675rem;top:7.6875rem;left:6.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #taJTR1ucZiqXw3dpc32zmzFSfyibehSR { width:10.875rem;height:2.2721375rem;top:9.875rem;left:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ov4Xqz6LMvQN1bTQSWnTenDwJU2V3Zrh { width:10.5rem;height:1.055775rem;top:13.04562497139rem;left:4.1556249856949rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWvI2owBfFNNqc3trLpkOq1AOEMCC91D { width:12.125rem;height:1.055775rem;top:15rem;left:4.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdcIa79ILGLXBIAVe9hgFCcbmlF465Li { width:11.1875rem;height:1.055775rem;top:16.9375rem;left:4.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpmkXe3xSFpQnMu4sIawps9zMFQKRqcT { width:11.1875rem;height:2.11154375rem;top:18.8125rem;left:4.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzJaNnnAn02gB5LPGitlzFrPJTZSVrlk { width:11.1875rem;height:1.055775rem;top:26.0625rem;left:3.9375rem;font-size:0.8125rem;display:block; }#UzJaNnnAn02gB5LPGitlzFrPJTZSVrlk li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #ro6bq8k5lM7z2NVrWcPF4CgANsqJQuC3 { width:11.1875rem;height:1.055775rem;top:21.875rem;left:3.9375rem;font-size:0.8125rem;display:block; }#ro6bq8k5lM7z2NVrWcPF4CgANsqJQuC3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #uZCqW28asTkRJbl9i9LiaucOEIT9i1nC { width:11.1875rem;height:1.055775rem;top:24.0625rem;left:3.9375rem;font-size:0.8125rem;display:block; }#uZCqW28asTkRJbl9i9LiaucOEIT9i1nC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #T4ULGWf8D97KVQZHJiVF35DSbvUGinCJ { width:11.9375rem;height:1.055775rem;top:28rem;left:3.9375rem;font-size:0.8125rem;display:block; }#T4ULGWf8D97KVQZHJiVF35DSbvUGinCJ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #Ln4PoOTBbvnnm2S0V4eDpU40k0KUuOGA { width:12.8125rem;height:0.0625rem;top:14.5rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mknp4rPRJxkl6p4F7LnbQvPd4Jwt5yxX { width:12.8125rem;height:0.0625rem;top:16.5rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNsdp4KvwrPiglyUffmMokEXKn746Ove { width:12.8125rem;height:0.0625rem;top:21.3125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZv06xouPCHKDAlGSzmppuDeV99HgTaf { width:12.8125rem;height:0.0625rem;top:18.4375rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJfoV2mXOU6KTygOX2O4ZiGwZuhsMph0 { width:12.8125rem;height:0.0625rem;top:23.5rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADV9kygWQT47vabiZn1oE8LN7rRJsJLK { width:12.8125rem;height:0.0625rem;top:25.5625rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gE7FSHCMXNA8P50rAJMiVGW2zFEx5tpt { width:12.8125rem;height:0.0625rem;top:27.5rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmbWXRDbmedfxaKsIShSTBb0Jgrou35M { display:flex;width:2.375rem;height:2.375rem;top:7.25rem;left:3.9375rem; }
 }@media only screen and (max-width: 763px) { #ISic4kq5oQR9GmP0r05t8i8RXi4Gbxer { width:3.9375rem;height:1.462675rem;top:29.5625rem;left:6.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANOKHiIwPNX4Q0bXnGalw3dosNV0ZkQB { width:2.3125rem;height:1.13671875rem;top:29.75rem;left:10.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmQBsB3GUQ3vTqIMDEHb45WMBmhtpmGs { width:10.5rem;height:0.975rem;top:30.9375rem;left:4.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiwpmB3zonTxvs528oLt5TehsO78ExHd { width:6rem;height:1.6253875rem;top:32.625rem;left:5.4375rem;font-size:1.25rem;display:block; }#HiwpmB3zonTxvs528oLt5TehsO78ExHd li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9dea19d1c35aa0f45828743c72976f410c2e63e9.svg); }
 }@media only screen and (max-width: 763px) { #av27mQeN7fHxtF9h7owzLvkf5pHzV6EF { width:2.6875rem;height:1.2999125rem;top:32.8125rem;left:11.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJaEbs84KaaR5vuTUwpuhVD3iAhM39S1 { width:10.5rem;height:0.975rem;top:34.1875rem;left:4.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWfWclJSgSlhHxu0Xqq96UFFcMHIbLxO { width:14.3125rem;height:29.6875rem;top:68.4375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEbx7XrOT12Z8zZb5oDTHFGbCrelECx1 { width:2.6875rem;height:1.2999125rem;top:94.875rem;left:11.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TooPbf1oHnW0gVTWiKmKQF85ZE65NtDp { width:6rem;height:1.6253875rem;top:94.6875rem;left:5.4375rem;font-size:1.25rem;display:block; }#TooPbf1oHnW0gVTWiKmKQF85ZE65NtDp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9dea19d1c35aa0f45828743c72976f410c2e63e9.svg); }
 }@media only screen and (max-width: 763px) { #uJZdVV5oQmK9sTN8r1X89JqrT9o0xiMD { width:10.5rem;height:0.975rem;top:96.25rem;left:4.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XatpmV7QnrT5oNQXx6TJK3wN88zDCp6J { width:10.5rem;height:0.975rem;top:93.0625rem;left:4.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8o6S3TDJEziLfTxgdCE7MZPnPwTbZd7 { width:2.3125rem;height:1.13671875rem;top:91.8125rem;left:10.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDyQs7z60pMTNhhvIuLoxOM7fh2FKPBJ { width:3.9375rem;height:1.462675rem;top:91.625rem;left:6.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiommsEr6Ax91A7NLIqdK6TXGWZ2Sr0e { width:11.9375rem;height:1.055775rem;top:90.125rem;left:3.9375rem;font-size:0.8125rem;display:block; }#DiommsEr6Ax91A7NLIqdK6TXGWZ2Sr0e li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #nJMJbo65W3TeoRZLEGqAWKTBqv7REWfd { width:11.1875rem;height:1.055775rem;top:88.25rem;left:3.9375rem;font-size:0.8125rem;display:block; }#nJMJbo65W3TeoRZLEGqAWKTBqv7REWfd li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #kgO2P4qhXzrXapXfIOLJfpN2SF7Iypbh { width:11.1875rem;height:1.055775rem;top:86.1875rem;left:3.9375rem;font-size:0.8125rem;display:block; }#kgO2P4qhXzrXapXfIOLJfpN2SF7Iypbh li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #NPIF5N9h9SB5gcfUM7s1fXvAE9bmRoTR { width:11.1875rem;height:1.055775rem;top:84rem;left:3.9375rem;font-size:0.8125rem;display:block; }#NPIF5N9h9SB5gcfUM7s1fXvAE9bmRoTR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #k6XKoSzHg97a7UWAqQlP8PSGsQaBcUF7 { width:11.1875rem;height:1.055775rem;top:81.875rem;left:3.9375rem;font-size:0.8125rem;display:block; }#k6XKoSzHg97a7UWAqQlP8PSGsQaBcUF7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #SQfUUPtO8CcpcJnLP1BdQE74FvUXyHly { width:11.1875rem;height:1.055775rem;top:80rem;left:3.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiNhALfIdZcu4J0xZqKQMSPAAiPPdtMK { width:10.5rem;height:1.055775rem;top:75.3125rem;left:4rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTV71RuPHtRGLoNuLKrA5Tg1K0KsUtZO { width:10.875rem;height:2.2721375rem;top:71.9375rem;left:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2JgG41pRg25UAUT8vtbfeESKM7PcpEq { width:10.375rem;height:2.11155rem;top:77.125rem;left:3.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JibI0o8dR87FtqdCT6ZTTVd8lx5OyyHO { width:4.5625rem;height:1.462675rem;top:69.8125rem;left:6.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQaK2XJqht3DbL3egVieUGDkRHmkgPq1 { display:flex;width:2.375rem;height:2.375rem;top:69.375rem;left:3.9375rem; }
 }@media only screen and (max-width: 763px) { #iRByG6SbLGHQoTVaCtzHXswJqWr1EPlc { width:12.8125rem;height:0.0625rem;top:76.8125rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gf2cCWUkUprkwTAuCNDOxDSg85bGn3bw { width:12.8125rem;height:0.0625rem;top:79.5rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6B9Ss92nzZlZypBDgDpRJnl0Cmswg8o { width:12.8125rem;height:0.0625rem;top:81.4375rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7Joo8XZEKWgKHQ5lQzybc3lzLmBhG3C { width:12.8125rem;height:0.0625rem;top:83.4375rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3ClkFCfZuqyagq9PagUahLtDvLcCNRc { width:12.8125rem;height:0.0625rem;top:85.625rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdF1UPb5nJVNqtROp1NMKIAEQl5ligtz { width:12.8125rem;height:0.0625rem;top:87.75rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVQgdcDtLqCW9MafldTkBJSaDpJTOy9c { width:12.8125rem;height:0.0625rem;top:89.6875rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKy6rgdXDhrffvEeAOGrnpdxntxOWUfd { width:14.3125rem;height:29.6875rem;top:37.5rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #shbT8J66TEvXgTMgBD95skTtatuXLUXk { display:flex;width:2.375rem;height:2.375rem;top:38.5rem;left:4rem; }
 }@media only screen and (max-width: 763px) { #IpkyRd3K0nHDiylP601TRl7Thn1DZVzU { width:4.5625rem;height:1.462675rem;top:38.9375rem;left:6.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNP0M1T9vXPZ1m2CQvAmsRmD3GSXpfDR { width:10.875rem;height:2.2721375rem;top:41.0625rem;left:4rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iN1ioerqxbZNNlDwQSQOUIaaTJuATGlL { width:10.5rem;height:1.055775rem;top:44.125rem;left:3.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcOJnhVbXRikbFlNdL3JxmSyIfMQFFgc { width:11.875rem;height:1.055775rem;top:46.1875rem;left:4rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbNNIfG0ZQbQSm8uHOBvTRHcKxozDu4s { width:11.1875rem;height:1.055775rem;top:48.125rem;left:4rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmLWyacUe9EXBCTMyFzF1SICUJs5eta9 { width:11.1875rem;height:2.11154375rem;top:50rem;left:4rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOwkGRd6rsAXEnHV1sCKWMuKzW3TdLiI { width:12.8125rem;height:0.0625rem;top:49.5rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcfL8BDQZIUgp7H0MNKbD8KIrUZkMluo { width:12.8125rem;height:0.0625rem;top:47.625rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0Nokg4ynnSIXgcJXT6pzT5tUadnB5ly { width:12.8125rem;height:0.0625rem;top:45.6875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PM28HADCXt5Q5KBcD1RPTgFbkvzTl7cL { width:12.8125rem;height:0.0625rem;top:52.375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDznBBcdkuUvrsEhGLx5Oa6Stf8KDIn5 { width:11.1875rem;height:1.055775rem;top:55.125rem;left:3.9375rem;font-size:0.8125rem;display:block; }#xDznBBcdkuUvrsEhGLx5Oa6Stf8KDIn5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #Srb7SwTxvydSvrrCEFUwhEpRqFnE3DOf { width:12.8125rem;height:0.0625rem;top:56.6875rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zs1IIHd3QEF2yrsyUzhv0Q2oTU3TRKhk { width:11.1875rem;height:1.055775rem;top:57.1875rem;left:3.9375rem;font-size:0.8125rem;display:block; }#zs1IIHd3QEF2yrsyUzhv0Q2oTU3TRKhk li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #XfJVm6CF7rN8qpJ4tRroTgB6ukPmLIqX { width:12.8125rem;height:0.0625rem;top:58.625rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1fcJfthKs5XkvDAellCrbvTnkJrVczm { width:11.9375rem;height:1.055775rem;top:59.0625rem;left:3.9375rem;font-size:0.8125rem;display:block; }#Q1fcJfthKs5XkvDAellCrbvTnkJrVczm li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #O17lf9Q6yXlW2qolto4o71JhcmqZ1p2d { width:3.9375rem;height:1.462675rem;top:60.6875rem;left:6.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePUHSoa75nzGiH8uAMsx1nf7sOEHzLqL { width:2.3125rem;height:1.13671875rem;top:60.875rem;left:10.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTBTq0iXmby5zLTM92Xnz5VPQ30Rxims { width:10.5rem;height:0.975rem;top:62.125rem;left:4.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVeDrrVyxyBiU0g9HnFifT9S94MMxhKZ { width:6rem;height:1.6253875rem;top:63.75rem;left:5.375rem;font-size:1.25rem;display:block; }#TVeDrrVyxyBiU0g9HnFifT9S94MMxhKZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9dea19d1c35aa0f45828743c72976f410c2e63e9.svg); }
 }@media only screen and (max-width: 763px) { #l4rbLoFq2DiaLUc7DrnQdad9uP0wPn9J { width:2.6875rem;height:1.2999125rem;top:63.9375rem;left:11.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrUUWDxoV4beNHiHZpuOSWRKkWydJXrE { width:10.5rem;height:0.975rem;top:65.3125rem;left:4.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlWmDNcx9M7MZ7zgqmQUlI5JRk2v7yxH { width:11.1875rem;height:1.055775rem;top:52.9375rem;left:3.9375rem;font-size:0.8125rem;display:block; }#QlWmDNcx9M7MZ7zgqmQUlI5JRk2v7yxH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #i5KxxIwCTJDmTNumOEvgXrdrt23w0mWa { width:12.8125rem;height:0.0625rem;top:54.4375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcQqLxN2gQ2aJhK1mKL04XK8CDDrPvNX { width:14.3125rem;height:29.6875rem;top:99.375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2BDU9E6TtuzkwNqPGHf5COxAkIwHDR8 { width:10.5rem;height:0.975rem;top:127.1875rem;left:4.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSIFri6qIfGP1iIPCkAL3niGAw3dD10D { width:10.5rem;height:0.975rem;top:124rem;left:4.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMAVzsu2xE8vvriB7VQ0d1S14JdKS0dU { width:11.9375rem;height:1.055775rem;top:120.875rem;left:3.9375rem;font-size:0.8125rem;display:block; }#TMAVzsu2xE8vvriB7VQ0d1S14JdKS0dU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #SyJsy3v4ou0TLeK3LMxTJli1BuW77bnD { width:2.6875rem;height:1.2999125rem;top:125.8125rem;left:11.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txs6QesyOsg4GqSDrf4il4Va26piDPKg { width:11.1875rem;height:1.055775rem;top:119rem;left:3.9375rem;font-size:0.8125rem;display:block; }#Txs6QesyOsg4GqSDrf4il4Va26piDPKg li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #Ho1Jfrtvi8sIT6LGzd6GC8ls1QTXd8l3 { width:12.8125rem;height:0.0625rem;top:120.4375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQOsDyU85T02b470KwyQkuhfZv1gGgp6 { width:2.3125rem;height:1.13671875rem;top:122.75rem;left:10.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxHOL6U9p6qmXVyuKSIKS6L7OblatND8 { width:11.1875rem;height:1.055775rem;top:116.9375rem;left:3.9375rem;font-size:0.8125rem;display:block; }#XxHOL6U9p6qmXVyuKSIKS6L7OblatND8 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #Tw8MWCntlAcZ5DbLQhAbLUQXFZ19nQsT { width:12.8125rem;height:0.0625rem;top:118.5rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsoTEuSmUW1CIkDmkVLDaFgNbFXrDTHp { width:11.1875rem;height:1.055775rem;top:114.75rem;left:3.9375rem;font-size:0.8125rem;display:block; }#ZsoTEuSmUW1CIkDmkVLDaFgNbFXrDTHp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #iBrJHnoqDqWDmVkA7J07crs0vJdlkCAX { width:12.8125rem;height:0.0625rem;top:116.375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtgtF7WdQCId1HTDU5kl15wSQp2fQCp1 { width:6rem;height:1.6253875rem;top:125.625rem;left:5.4375rem;font-size:1.25rem;display:block; }#UtgtF7WdQCId1HTDU5kl15wSQp2fQCp1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9dea19d1c35aa0f45828743c72976f410c2e63e9.svg); }
 }@media only screen and (max-width: 763px) { #V0qe529LmT2K7yRBS3WuuQJOKHA0dc2X { width:3.9375rem;height:1.462675rem;top:122.5625rem;left:6.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrxDO7PItSfc5vWEA1RbfQtAhD3JiPX3 { width:11.1875rem;height:1.055775rem;top:112.625rem;left:3.9375rem;font-size:0.8125rem;display:block; }#TrxDO7PItSfc5vWEA1RbfQtAhD3JiPX3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #EaZAmMWEXWrl0F4ywxSplsMvqCmJybEF { width:12.8125rem;height:0.0625rem;top:114.1875rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q64rUP0uwrpSaTeAMddIfnKTGQBSS6v6 { width:11.1875rem;height:1.055775rem;top:110.75rem;left:3.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8VlWsACaQTPGTgxyUwr7Tis2mQn6FLD { width:12.8125rem;height:0.0625rem;top:112.1875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1dD9CN6QClsGI7tT0otTl4kf1Mtnr0z { width:10.375rem;height:2.11155rem;top:107.8125rem;left:3.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcRKGvePHDwobbSSgIENvLkTD5PCt6fq { width:12.8125rem;height:0.0625rem;top:110.25rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoKkHqmh2T6KJV96o19o13ZMGHgaGiRp { width:11.25rem;height:1.055775rem;top:106rem;left:3.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9Jw1M63MdzenIsRtUTEFNyiMyZUQX3y { width:12.8125rem;height:0.0625rem;top:107.3125rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxyizHb3MpWO3axmtFsZDADrTPGzetSx { width:10.875rem;height:2.2721375rem;top:102.875rem;left:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9EiT0bezhpM0klHSB9k9htvF24pQSlo { display:flex;width:2.375rem;height:2.375rem;top:100.3125rem;left:3.9375rem; }
 }@media only screen and (max-width: 763px) { #DiTOuWtcuio6K9lsvrsKCSHdRvdAQT0z { width:4.5625rem;height:1.462675rem;top:100.75rem;left:6.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5Rdg2Qa6zcPG9zoNF3uCbFRmqaoMwOQ { width:14.3125rem;height:29.6875rem;top:130.3125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeFLWOv1ynfptCVbFH9wQVqTwp6G2bnw { width:10.5rem;height:0.975rem;top:158.125rem;left:4.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Phoy1epEWTgGVTBdoVZxMMt2o7VubkGs { width:10.5rem;height:0.975rem;top:154.9375rem;left:4.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gB9AQ0HM4cuieyliD3Dhq1Pn1nnaA7Nn { width:2.6875rem;height:1.2999125rem;top:156.625rem;left:12.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGVeXFCzKtlKcUe9xtTMvpa88crD2agi { width:11.9375rem;height:1.055775rem;top:151.8125rem;left:3.9375rem;font-size:0.8125rem;display:block; }#yGVeXFCzKtlKcUe9xtTMvpa88crD2agi li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #GFZsOtmUqP4F4GoqlgHAtEwlpqJNAfTi { width:12.8125rem;height:0.0625rem;top:151.375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXkcWDITesrnH5x5LLHTtx2BnNGy91B1 { width:11.1875rem;height:1.055775rem;top:149.9375rem;left:3.9375rem;font-size:0.8125rem;display:block; }#gXkcWDITesrnH5x5LLHTtx2BnNGy91B1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #kclknNHqIm14WehhynXUBc8olclEx8LK { width:2.3125rem;height:1.13671875rem;top:153.6875rem;left:11rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCPS5ZWwGBGloxdaMSytUDFQOrMDxxSO { width:11.1875rem;height:1.055775rem;top:147.875rem;left:3.9375rem;font-size:0.8125rem;display:block; }#TCPS5ZWwGBGloxdaMSytUDFQOrMDxxSO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #BaFiRbZnxEMR0HoGWIxOSZllGsT5hN9B { width:12.8125rem;height:0.0625rem;top:149.4375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTkHpeTRUgPqK5gPxX2uwKProG86z0hq { width:12.8125rem;height:0.0625rem;top:147.3125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7tpOKRr5sNf1ruc21ln24zLxDTVlxd6 { width:6.625rem;height:1.6253875rem;top:156.4375rem;left:5.1875rem;font-size:1.25rem;display:block; }#k7tpOKRr5sNf1ruc21ln24zLxDTVlxd6 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9dea19d1c35aa0f45828743c72976f410c2e63e9.svg); }
 }@media only screen and (max-width: 763px) { #d6nHdfq5LUQewdImcmkFgU9py3PiC992 { width:11.1875rem;height:1.055775rem;top:145.6875rem;left:3.9375rem;font-size:0.8125rem;display:block; }#d6nHdfq5LUQewdImcmkFgU9py3PiC992 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #vBVAJkqzuTv19waR212yqINhJ5IKFlUT { width:4.375rem;height:1.462675rem;top:153.5rem;left:6.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8xTr4wCD0BnlFsJOg6E62QQCGDTUwIK { width:12.8125rem;height:0.0625rem;top:145.125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIQzt2rRSo2VKaFoSwSVD1C5qDL4CSk3 { width:11.1875rem;height:1.055775rem;top:143.5625rem;left:3.9375rem;font-size:0.8125rem;display:block; }#lIQzt2rRSo2VKaFoSwSVD1C5qDL4CSk3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #yKGgWT5TfZe1FsyECvMT4KtfRrE36Gyo { width:12.8125rem;height:0.0625rem;top:143.125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTdTAArLN3MTTdpomp9XyOp3IT9bzVlf { width:11.1875rem;height:1.055775rem;top:141.6875rem;left:3.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aM5cCMi7EuuImZdMB7woWTg6muP2dzbd { width:12.8125rem;height:0.0625rem;top:141.1875rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cc8lXWDPEaVcfRz7zfqNxO6TwewGgGKS { width:12.8125rem;height:0.0625rem;top:138.375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbEUAQ175NgKf3ltSgy7caZThvsp4tsA { width:11.25rem;height:1.055775rem;top:137rem;left:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvNW31E59t0zsDbNpOJMtDGGKni7z9yZ { width:10.875rem;height:2.2721375rem;top:133.8125rem;left:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tF4ki0T5k876GgaCxO4OTgn7dMrahxnb { display:flex;width:2.375rem;height:2.375rem;top:131.25rem;left:3.9375rem; }
 }@media only screen and (max-width: 763px) { #ZmJNuXShwhok7ImVIapUvZRlCBVOZiih { width:4.5625rem;height:1.462675rem;top:131.6875rem;left:6.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkq70fXuQbTeMoZdOSoZEnnRDcbk75gs { top:162rem;left:0.5rem;width:19rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwIlagtHgdvl7cT74F902EOfZeBxiTg4 { display:block; }
 }@media only screen and (max-width: 763px) { #CznRItAT4WmI39Rhsqm2b9NGMZ3IV4Q0 { width:18rem;height:4.0625rem;top:1.2492198944092rem;left:0.99843746423719rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:#013666;display:block; }
 }@media only screen and (max-width: 763px) { #miCHrfEgbsVo5gOm3V2Se7aTIqKvqBci { width:12.375rem;height:2.11155rem;top:138.73999214172rem;left:3.8125001192093rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAE09fI1mhRHdGdKz33CtL351fuBTeSU { background-color:transparent;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:none; }#XAE09fI1mhRHdGdKz33CtL351fuBTeSU > .row .container { border-width: 0; border-radius: 0; }#XAE09fI1mhRHdGdKz33CtL351fuBTeSU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XAE09fI1mhRHdGdKz33CtL351fuBTeSU > .row .container { width:20rem;height:88.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qyq3DpcKmoTuTVog8r7lq73Tu79m4HEq { width:20rem;height:82.875rem;top:2.4989013671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wowUai2Kn2Z26geJZUO6VXq3QpwxoqUX { width:18.1875rem;height:3.4375rem;top:63.75rem;left:0.90625rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #MKTlAHODoFOBSdXBVN6R6Jyb8kbsC1kg { display:block; }
 }@media only screen and (max-width: 763px) { #cURQx6ZrLSnlwR7qJT06oPtMnD2WZB7o { width:18rem;height:0;top:14.499999523163rem;left:0.99913197755812rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #vLCe7imHbOLZ8hzU58S4Om0DZPuE8KCO { width:15.2495625rem;height:5.82890625rem;top:4.8068580627441rem;left:2.3752172589302rem;font-size:1.5625rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #nbsyoL5NVCPU2xL7VFR2bRhprLZuTITG { width:14.874125rem;height:2.625rem;top:11.94118976593rem;left:2.3752172589302rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTnEPbyQNQqJZbSgGrKgEa6759WdhRHn { width:5rem;height:9.9375rem;top:51.61035rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #IsK33oxh92hz3ViXPe3q8IPUk1ekPHvx { width:18rem;height:27.75rem;top:28.560110092163rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHuh5Fdu4I2zZDDF8yABXvyGIqsSkLMR { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ac5dbc31-4db6-42fd-a772-a8e4c4f3bad9/PatternFlexge_202201.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#RHuh5Fdu4I2zZDDF8yABXvyGIqsSkLMR.adaptive-delivery-prevent-bg, #RHuh5Fdu4I2zZDDF8yABXvyGIqsSkLMR.lazyload, #RHuh5Fdu4I2zZDDF8yABXvyGIqsSkLMR.lazyloading { background-image: none; }#RHuh5Fdu4I2zZDDF8yABXvyGIqsSkLMR > .row .container { background-color: transparent; background-image: none; }#RHuh5Fdu4I2zZDDF8yABXvyGIqsSkLMR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(1,54,102,0.69); }#RHuh5Fdu4I2zZDDF8yABXvyGIqsSkLMR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RHuh5Fdu4I2zZDDF8yABXvyGIqsSkLMR > .row .container > .video-iframe-container { display: none; }#RHuh5Fdu4I2zZDDF8yABXvyGIqsSkLMR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(1,54,102,0.69); }#RHuh5Fdu4I2zZDDF8yABXvyGIqsSkLMR > .row > .video-iframe-container { display: none; }#RHuh5Fdu4I2zZDDF8yABXvyGIqsSkLMR > .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); }#RHuh5Fdu4I2zZDDF8yABXvyGIqsSkLMR > .row .container { width:20rem;height:75.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #luWu8qq2SNCHCd2VqBgLU6hfBSr7IkWl { width:20rem;height:69.5625rem;top:4.5616302490234rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTg23cmWg63t7X7BP45inbTQESDsPcle { width:18.1875rem;height:3.4375rem;top:57.421859375rem;left:1.8125rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #lAWtqw7VN5gvpiTrAMrRWWiN9Bi0uRX8 { display:block; }
 }@media only screen and (max-width: 763px) { #X2HZBSRi345Tge3eCPRuCuygdbgQbUoo { width:18.125rem;height:35.5rem;top:19.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F75913xq6sWHwrRMLTdxEXugXUdfxZRw { width:18.3125rem;height:3.75rem;top:13.875rem;left:0.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRA2uDfwWr75X6WpippqiyidJ1nsBZuH { width:19.9991875rem;height:3.875rem;top:6.6875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #mmmM8lcyCIDaUiqvik2L7TTW7IIvttBV { display:none; }#mmmM8lcyCIDaUiqvik2L7TTW7IIvttBV > .row .container { width:20rem;height:17.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #n9UHhHirFdLlmQaaGKmqcIZ3ZrK1URbf { width:4.75rem;height:2.25rem;top:1.875rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsyMDqfZkmvaDvNsA7lCx2fGpSMVsBib { width:20rem;height:auto;top:4.3125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #QxoaLHJxKIvTyJsot06g2w46NIHqEAEv { width:2.5rem;height:2.5rem;top:4.75rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #AeO55O2UhpfkJGRhKJLK1PPdIqTv0cLM { display:flex;width:1.4375rem;height:1.4375rem;top:5.3125rem;left:9.25rem;display:none; }
#AeO55O2UhpfkJGRhKJLK1PPdIqTv0cLM > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #eAsBKvehRX6WQ5GrkFTw5oWbtwcBlQBF { width:2.5rem;height:2.5rem;top:8.5rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #pS1dtk6TuTFF3A9sXXc4tAyCZ0M1MIqV { display:flex;width:1.25rem;height:1.25rem;top:5.375rem;left:12.5rem;display:none; }
#pS1dtk6TuTFF3A9sXXc4tAyCZ0M1MIqV > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #oarNrLQu6T6tuUTJtZpS5NeqFKkxTKmO { width:2.5rem;height:2.5rem;top:12.25rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #EsMhygptH218bXdxSR2TA7CxaFvATSyr { width:1.75rem;height:1.75rem;top:8.875rem;left:12.125rem;display:none; }
#EsMhygptH218bXdxSR2TA7CxaFvATSyr > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #HGcXP2N4nqet4WvamVmJCwnutqxn2KW5 { width:2.5rem;height:2.5rem;top:16rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #R1OadBUStJaao4RLBNyIbFp7VGgmly9l { width:1.625rem;height:1.625rem;top:12.75rem;left:12.25rem;display:none; }
#R1OadBUStJaao4RLBNyIbFp7VGgmly9l > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #XrMQEohzWpzfLlP0tTpNyeISpOyS0nEc { width:2.5rem;height:2.5rem;top:5.8125rem;left:4.1875rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #N9B0RbvIWuI3hcqndKRCoHps9uwVpPR2 { display:flex;width:1.4375rem;height:1.4375rem;top:6.375rem;left:4.6875rem;z-index:15085; }
#N9B0RbvIWuI3hcqndKRCoHps9uwVpPR2 > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #mQRg5LTmpmoiBJi13fvHTL3kpkFLANAm { display:flex;width:1.25rem;height:1.25rem;top:6.4375rem;left:7.9375rem;z-index:15084; }
#mQRg5LTmpmoiBJi13fvHTL3kpkFLANAm > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #VLbFluIAxAt28Lq8ROSPqSfg3GWmTfR6 { width:2.5rem;height:2.5rem;top:5.8125rem;left:13.375rem;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #FwXVnAHQFtdmu7sqNLSUQtA4LUHhT5bB { width:2.5rem;height:2.5rem;top:5.8125rem;left:7.25rem;z-index:15053;display:block; }
 }@media only screen and (max-width: 763px) { #qsatKViZ5zmTP9kNrq4VfNWE62vNLqNw { width:1.75rem;height:1.75rem;top:6.1875rem;left:10.625rem;z-index:15081;display:block; }
#qsatKViZ5zmTP9kNrq4VfNWE62vNLqNw > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #CfSPP0kJBUhWyKvSvdPAfXTSkASV63tN { width:2.5rem;height:2.5rem;top:5.8125rem;left:10.3125rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #gg9QzZAtQ7eB3DCEdUT7hgFNm7i8PTG0 { width:1.625rem;height:1.625rem;top:6.3125rem;left:13.8125rem;z-index:15082;display:block; }
#gg9QzZAtQ7eB3DCEdUT7hgFNm7i8PTG0 > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #lTDwsXPcNDbGUv0kSEpT6MTxHOQn1CQg { width:4.75rem;height:2.25rem;top:15rem;left:-59.0625rem;z-index:15086;display:block; }
 }@media only screen and (max-width: 763px) { #wlwl7WDKQpUr6G4Aig1WxmGpOUifAyxI { background-color:#013666;background-image:none;display:block; }#wlwl7WDKQpUr6G4Aig1WxmGpOUifAyxI > .row .container { background-color: transparent; background-image: none; }#wlwl7WDKQpUr6G4Aig1WxmGpOUifAyxI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wlwl7WDKQpUr6G4Aig1WxmGpOUifAyxI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wlwl7WDKQpUr6G4Aig1WxmGpOUifAyxI > .row .container > .video-iframe-container { display: none; }#wlwl7WDKQpUr6G4Aig1WxmGpOUifAyxI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wlwl7WDKQpUr6G4Aig1WxmGpOUifAyxI > .row > .video-iframe-container { display: none; }#wlwl7WDKQpUr6G4Aig1WxmGpOUifAyxI > .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); }#wlwl7WDKQpUr6G4Aig1WxmGpOUifAyxI > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l8e0BqJJv8b2ZLmD5gmoqyhuTtgcTp1f { width:2.5rem;height:2.5rem;top:4.875rem;left:3.25rem;background-color:#6b2cf7;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) { #TuX5rrflhPT2LT7exa0lMM2GO3esUVdA { width:2.5rem;height:2.5rem;top:4.875rem;left:6.875rem;background-color:#6b2cf7;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) { #BC23EZJD3fIo4RkqqrumNTevvuH5iKgn { width:2.5rem;height:2.5rem;top:4.875rem;left:10.625rem;background-color:#6b2cf7;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) { #Z6KmOegu9f5SRHxaVlvAE0WberRQoyVh { width:2.5rem;height:2.5rem;top:4.875rem;left:14.25rem;background-color:#6b2cf7;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) { #wdXNxog3WhRdhFF22N4HFd3kDCnZ8Ixg { display:flex;width:1.4375rem;height:1.4375rem;top:5.4375rem;left:3.8125rem; }
#wdXNxog3WhRdhFF22N4HFd3kDCnZ8Ixg > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #dSzDR8CMtsqq8SV3caZh45PGAhVJXXGT { width:1.6875rem;height:1.6875rem;top:5.3125rem;left:11.0625rem;display:block; }
#dSzDR8CMtsqq8SV3caZh45PGAhVJXXGT > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #WeEM7LHQeffm5wOb46JfbB6vGqtUQqNH { width:1.625rem;height:1.625rem;top:5.3125rem;left:14.6875rem;display:block; }
#WeEM7LHQeffm5wOb46JfbB6vGqtUQqNH > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #NzJDrw9uR7Fde7XdkK3F9iL4bHFKN2Oz { display:flex;width:1.25rem;height:1.25rem;top:5.5rem;left:7.5rem; }
#NzJDrw9uR7Fde7XdkK3F9iL4bHFKN2Oz > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #rqv6C289h5lE2tuqdtB2TFgK9r8lrAO8 { width:20rem;height:auto;top:4.75rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #XDS4irQHXtlI4XVy7RcRENKA1UCVgQVX { width:4.75rem;height:2.25rem;top:1.25rem;left:7.625rem;display:block; }
 }