.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"Inter";--paragraphs-font-family:"Inter"; }body { background-color:#f4f8fe;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(225,232,242,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #e1e8f2;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:4.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#oPWRnXgCtKR1r0lPtEL0CWnLuLMApJ7E { color:#6b7693;display:block;width:5.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.8125rem;left:0rem;height:0.89355625rem;display:block; }
#kA447109sv0i3XmXwVp9PpbIZMm9sTIQ { box-sizing:content-box;height:1.0625rem;width:0.0625rem;position:absolute;display:block;z-index:15001;background-color:#d2dceb;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5625rem;left:4.75rem;display:block; }
#fX9n1lGncU5F6II1kS1fVZKiALWfzGtk { position:absolute;display:block;z-index:15002;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:3.125rem;width:5.0625rem;top:0.5625rem;left:60.8125rem;overflow:hidden;display:block; }
#h7sRRXH40Vxcx7dh5vbcEyUVKwSP1wI1 { 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:3.125rem;width:5.0625rem;top:0.5625rem;left:67.5625rem;overflow:hidden;display:block; }
#shRta4AmZvT2iw0byPp7Tk1iSNNS0apk { 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; }#shRta4AmZvT2iw0byPp7Tk1iSNNS0apk > .row .container { background-color: transparent; background-image: none; }#shRta4AmZvT2iw0byPp7Tk1iSNNS0apk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#shRta4AmZvT2iw0byPp7Tk1iSNNS0apk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#shRta4AmZvT2iw0byPp7Tk1iSNNS0apk > .row .container > .video-iframe-container { display: none; }#shRta4AmZvT2iw0byPp7Tk1iSNNS0apk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#shRta4AmZvT2iw0byPp7Tk1iSNNS0apk > .row > .video-iframe-container { display: none; }#shRta4AmZvT2iw0byPp7Tk1iSNNS0apk > .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); }#shRta4AmZvT2iw0byPp7Tk1iSNNS0apk > .row .container { border-width: 0; border-radius: 0; }#shRta4AmZvT2iw0byPp7Tk1iSNNS0apk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#shRta4AmZvT2iw0byPp7Tk1iSNNS0apk > .row .container { font-size:0.875rem;font-family:arial;height:6.1875rem;width:75rem;position:relative;display:block; }#T00FJ70mL5aDgzaR6nzuGTLSyryWcWDy { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:15.5625rem;top:0.21875rem;left:0rem;overflow:hidden;display:block; }
#zF7lOMZlgI4yGk2tog3wwrib2gKLdZdP { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#44516e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.6875rem;height:1.5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:2.375rem;left:17.875rem;display:block; }
#ipAKTquS6iWeTXMl4HHnU76EyyskPz2b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UZVi3gmB3PzMEFgoMcAJOZTTPP57hQNy { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#44516e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.5625rem;height:1.5rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:2.375rem;left:26.5625rem;display:block; }
#AE8sTAFgGh5G2OrMIi2tPJ6CpO1nAp36 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VzPpv4tr3Drph4VGI1BOR00BDa0DJ1EX { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#44516e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.5625rem;height:1.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:2.375rem;left:32.4375rem;display:block; }
#vvEpTLLX2zDwIZ3DcGiLRo7g10pqwCty { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DT7t7W5aOPmQmVLHZOit6EOr3WCqa8Wr { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#44516e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.4375rem;height:1.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:2.375rem;left:37.6875rem;display:block; }
#K2ZeFUanCCNwqASQNedSTLmTIglQKK0D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P70L7et33xeXzLECTa3NCwJkByleq64e { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#44516e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.5625rem;height:1.5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.375rem;left:44.9375rem;display:block; }
#KCBT0LdcOtQTG9fL14bih2xl1DAiD4lf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rZnb7xIPhLe1vCWRF6THNsE5NvMf8qVh { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#44516e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.875rem;height:1.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.375rem;left:50.125rem;display:block; }
#XnDKN74WfXHlrkMXNgNqXRimD1T4Ni98 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sQFZn8Eo8b0An5P1SFq5zx7oTdawOgB5 { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#f08020;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.5625rem;height:1.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:2.375rem;left:56.875rem;display:block; }
#UP5OXpRcT3kCxX4vvySC1nIunsUtA2t5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Dkh7FavolRXkVOn8cwv4J7G75TTZrDWd { background-color:#22c55e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.1875rem;border-top-right-radius:3.1875rem;border-bottom-left-radius:3.1875rem;border-bottom-right-radius:3.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:3.1875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.5rem;left:62.78125rem;display:block; }
#bgF0hEcaVt7l2DcLAHWf66u9R0APzdEI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Id18D5mX2D9JSFpylqWxr6xXf33o8A9a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/5dfc9683-0e79-4928-8511-5f6e55edec8c/Group7196.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; }#Id18D5mX2D9JSFpylqWxr6xXf33o8A9a.adaptive-delivery-prevent-bg, #Id18D5mX2D9JSFpylqWxr6xXf33o8A9a.lazyload, #Id18D5mX2D9JSFpylqWxr6xXf33o8A9a.lazyloading { background-image: none; }#Id18D5mX2D9JSFpylqWxr6xXf33o8A9a > .row .container { background-color: transparent; background-image: none; }#Id18D5mX2D9JSFpylqWxr6xXf33o8A9a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Id18D5mX2D9JSFpylqWxr6xXf33o8A9a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Id18D5mX2D9JSFpylqWxr6xXf33o8A9a > .row .container > .video-iframe-container { display: none; }#Id18D5mX2D9JSFpylqWxr6xXf33o8A9a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Id18D5mX2D9JSFpylqWxr6xXf33o8A9a > .row > .video-iframe-container { display: none; }#Id18D5mX2D9JSFpylqWxr6xXf33o8A9a > .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); }#Id18D5mX2D9JSFpylqWxr6xXf33o8A9a > .row .container { border-width: 0; border-radius: 0; }#Id18D5mX2D9JSFpylqWxr6xXf33o8A9a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Id18D5mX2D9JSFpylqWxr6xXf33o8A9a > .row .container { font-size:0.875rem;font-family:arial;height:52.375rem;width:75rem;position:relative;display:block; }#TF9ifxZ7JpJn6fTKnxwP4dFsCmrvNT3L { color:rgba(255,255,255,0.8);display:block;width:41.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.9375rem;left:0rem;height:7.1484375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#L8XQ6SZPENk4aIn7Ci8QE7hBQBBVCk5c { color:#ffffff;display:block;width:40.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:13.1875rem;left:0rem;height:5.0625rem;display:block; }
#yUJ5KnXEmUdnwV0pwhmIkepdwg2fqBrB { color:#ffa641;display:block;width:2.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:20.25rem;left:0rem;height:1.4625rem;font-style:normal;display:block; }
#LBGpM4Do2tIa79X4h6vK21EQN0t49z5S { color:#ffffff;display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:20.125rem;left:2.3125rem;height:1.68823125rem;display:block; }
#ClBP0xAWKRfX0sBxV60NpcI2fbF85Tch { color:#ffffff;display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:22.875rem;left:2.3125rem;height:1.68823125rem;display:block; }
#ODZ4eA2q4lJxtsJvRgCWdrAbuBn8gTFW { color:#ffa641;display:block;width:2.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:23rem;left:0rem;height:1.4625rem;font-style:normal;display:block; }
#RQcfxPG5JQ3hp1uFOqEAFg3JdRwoQy3U { color:#ffffff;display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:25.5625rem;left:2.3125rem;height:1.68823125rem;display:block; }
#xGIwZLN93XkppoJTR9pltwMCtU1zinkA { color:#ffa641;display:block;width:2.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:25.6875rem;left:0rem;height:1.4625rem;font-style:normal;display:block; }
#MAWPP5IZdQBhMUTTbHKOxE1JiK2ilyQv { color:#ffffff;display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:28.5rem;left:2.3125rem;height:1.68823125rem;display:block; }
#giu115UeF69phVdG4DAifJg26Aml6Sqk { color:#ffa641;display:block;width:2.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:28.625rem;left:0rem;height:1.4625rem;font-style:normal;display:block; }
#MJss6iyxwTpfWRQNXGh97v4X19qXHm0Q { box-sizing:content-box;height:0.0625rem;width:37.5rem;position:absolute;display:block;z-index:15009;background-color:rgba(255,255,255,0.1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.875rem;left:0rem;display:block; }
#ThGZAnN0gsx6kzPhorz6n7NoXUQrQ8Kn { position:absolute;display:block;z-index:15010;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:1rem;width:0.9375rem;top:35.8125rem;left:0rem;overflow:hidden;display:block; }
#d6ZFMffViT5hNQkUvqPaw25wy1ZxiU3N { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:35.58203125rem;left:1.6875rem;height:1.4625rem;font-style:normal;display:block; }
#kJ3eB0feWXTXM0Wqm97mB58WNg0qbpHG { color:rgba(255,255,255,0.65);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:37.16796875rem;left:1.6875rem;height:2.2734375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#MFfsfg3fWIaTs3MdBidlk72kioasQhm8 { color:rgba(255,255,255,0.65);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:37.125rem;left:15.875rem;height:2.2734375rem;font-style:normal;display:block; }
#cfTpBzDR5Cf64STlNrmQcMF7pzXXyWkL { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:35.5625rem;left:15.875rem;height:1.4625rem;font-style:normal;display:block; }
#foy8fDGUhz98OuqVmR8VUAvIVmkLI0XT { position:absolute;display:block;z-index:15013;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:1rem;width:0.9375rem;top:35.8125rem;left:14.1875rem;overflow:hidden;display:block; }
#gw2UmAup5lpTEXhnNRV9IUSQ2nNhSXpS { background-color:#22c55e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.1875rem;border-top-right-radius:3.1875rem;border-bottom-left-radius:3.1875rem;border-bottom-right-radius:3.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:3.1875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:40.8125rem;left:0rem;display:block; }
#zqSt5BV92Cs5ok2mRTyGAwk1i3ruQNQM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q6Ihe5hp7ZlaJx8pK6h4F4Kln6Q3VgFr { background-color:rgba(255,255,255,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(255,255,255,0.25);border-left:0.0625rem solid rgba(255,255,255,0.25);border-right:0.0625rem solid rgba(255,255,255,0.25);border-bottom:0.0625rem solid rgba(255,255,255,0.25);border-top-left-radius:3.1875rem;border-top-right-radius:3.1875rem;border-bottom-left-radius:3.1875rem;border-bottom-right-radius:3.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:3.3125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:40.8125rem;left:12.375rem;display:block; }
#oITBAUySyMtrr1QAHNWmV6nZni2Jxm5a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AGrgs7W7PrAvJK0u0baUNU3Ra778TUFW { position:absolute;display:block;z-index:15001;height:33.75rem;width:19rem;top:2.125rem;left:49.1083984375rem;display:block; }
#IKwGKFqZNkfQlM4FFXGxWOFTpI4ctssz .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#IKwGKFqZNkfQlM4FFXGxWOFTpI4ctssz .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.748125rem;padding-right:0.666875rem;padding-bottom:0.748125rem;padding-left:0.666875rem;display:block;align-items:center;width:4rem;min-width:4rem;height:4.02125rem;position:relative;font-family:var(--headlines-font-family);font-size:2.993125rem;font-weight:700;line-height:64.34px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IKwGKFqZNkfQlM4FFXGxWOFTpI4ctssz .widget-text.counter-label { background-color:;background-image:none;color:rgba(255,166,65,0.8);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.4675rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.33375rem;height:1.589375rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.121875rem;font-weight:300;line-height:25.43px;text-align:center;text-align-last:center;text-transform:none;top:1%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;font-style:normal; }
#IKwGKFqZNkfQlM4FFXGxWOFTpI4ctssz { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:25.3125rem;height:7.574375rem;padding-top:0.935625rem;padding-right:0.9525rem;padding-bottom:0.935625rem;padding-left:0.9525rem;position:absolute;font-family:arial;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:41.25rem;left:44.1875rem;z-index:14998; }
#IKwGKFqZNkfQlM4FFXGxWOFTpI4ctssz #gTgQpNyLvIZ4lMdWn9QkXallxQrA4zrJ { display:flex;position:relative;top:0rem;left:0rem; }
#IKwGKFqZNkfQlM4FFXGxWOFTpI4ctssz #l8XxrCr7anTDlhwP5zJUJk0kOZfmdTTK { width:auto; }
#IKwGKFqZNkfQlM4FFXGxWOFTpI4ctssz #EH3n6ao7zqKziCBmmyBgswpyxUDAThXe {  }
#IKwGKFqZNkfQlM4FFXGxWOFTpI4ctssz #NKrIXTG2PXbPT5HPCE5Wpow31tBI3At8 { display:flex;position:relative;top:0rem;left:0rem; }
#IKwGKFqZNkfQlM4FFXGxWOFTpI4ctssz #u0tBWgzI7F9Fm75V5E063I1JXvdZqW9Q {  }
#IKwGKFqZNkfQlM4FFXGxWOFTpI4ctssz #BM6qP4lxTewsZ1nwWxFGQET6APLtulFs {  }
#IKwGKFqZNkfQlM4FFXGxWOFTpI4ctssz #VvJdn1n2AltchMEyTAw0AsAx4MBOcFQf { display:flex;position:relative;top:0rem;left:0rem; }
#IKwGKFqZNkfQlM4FFXGxWOFTpI4ctssz #JUiupqWxvw8Ce17bJpwZRTy6IgTBQKZV {  }
#IKwGKFqZNkfQlM4FFXGxWOFTpI4ctssz #C3cOt3WFUQHCXmdXolW8JyHV8Ike5U2C {  }
#IKwGKFqZNkfQlM4FFXGxWOFTpI4ctssz #hiBZNVS1mvu5BZpRiMpAJ2qPMROQSkWn { display:flex;position:relative;top:0rem;left:0rem; }
#IKwGKFqZNkfQlM4FFXGxWOFTpI4ctssz #dystvOZKNXBxpDc6V5rZtUhflZMAZJhx {  }
#IKwGKFqZNkfQlM4FFXGxWOFTpI4ctssz #i5b3KDX0JKiMuSzbBmLVLr2uS2eTzlQP {  }
#LHMzontGlWOWmaWgKs8uN7Df7yfabQyR { box-sizing:content-box;height:12.5rem;width:32.8125rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1b3f8f, #0f2d6e);background-image: -moz-linear-gradient(180deg, #1b3f8f, #0f2d6e);background-image: -ms-linear-gradient(180deg, #1b3f8f, #0f2d6e);background-image: -o-linear-gradient(180deg, #1b3f8f, #0f2d6e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b3f8f', endColorstr='#0f2d6e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b3f8f', endColorstr='#0f2d6e' );";background-image: linear-gradient(180deg, #1b3f8f, #0f2d6e);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.3125rem;left:41.375rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;display:block; }
#krLOUK6hvLlk3dZ1OHxC1FRAIhWN5SNv { color:#ffa641;display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:40rem;left:46.5625rem;height:1.3rem;display:block; }
#npDORLdIdWHeNtT7XESVdtyCTMpba3Wz { position:absolute;display:block;z-index:15017;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:1.125rem;width:1.125rem;top:40rem;left:44.6875rem;overflow:hidden;display:block; }
#UcTrTm8akGXq3NPW6o67mqUmyn9eQp9T { 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; }#UcTrTm8akGXq3NPW6o67mqUmyn9eQp9T > .row .container { background-color: transparent; background-image: none; }#UcTrTm8akGXq3NPW6o67mqUmyn9eQp9T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcTrTm8akGXq3NPW6o67mqUmyn9eQp9T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcTrTm8akGXq3NPW6o67mqUmyn9eQp9T > .row .container > .video-iframe-container { display: none; }#UcTrTm8akGXq3NPW6o67mqUmyn9eQp9T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcTrTm8akGXq3NPW6o67mqUmyn9eQp9T > .row > .video-iframe-container { display: none; }#UcTrTm8akGXq3NPW6o67mqUmyn9eQp9T > .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); }#UcTrTm8akGXq3NPW6o67mqUmyn9eQp9T > .row .container { border-width: 0; border-radius: 0; }#UcTrTm8akGXq3NPW6o67mqUmyn9eQp9T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UcTrTm8akGXq3NPW6o67mqUmyn9eQp9T > .row .container { font-size:0.875rem;font-family:arial;height:40.6875rem;width:75rem;position:relative;display:block; }#lOHS4ZfeXQ12tQMK8FwHJuBdKtWydMrl { color:#0f1b3d;display:block;width:25.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.09375rem;left:0rem;height:19.5rem;display:block; }
#G2UAJkzMTXlEb9Q0atzHd7cQ19OMTpbg { box-sizing:content-box;height:13.375rem;width:36.25rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #eaf2fc, #f4f8fe);background-image: -moz-linear-gradient(180deg, #eaf2fc, #f4f8fe);background-image: -ms-linear-gradient(180deg, #eaf2fc, #f4f8fe);background-image: -o-linear-gradient(180deg, #eaf2fc, #f4f8fe);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaf2fc', endColorstr='#f4f8fe' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaf2fc', endColorstr='#f4f8fe' );";background-image: linear-gradient(180deg, #eaf2fc, #f4f8fe);background-size:auto !important;box-shadow: none;border-top:0.0625rem solid #e1e8f2;border-left:0.0625rem solid #e1e8f2;border-right:0.0625rem solid #e1e8f2;border-bottom:0.0625rem solid #e1e8f2;top:23.5rem;left:0rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#lvkGF89RDBOT9QxqdmRip1IZ8NILGKq7 { position:absolute;display:block;z-index:15002;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:10rem;width:9.5625rem;top:25.25rem;left:1.90625rem;overflow:hidden;display:block; }
#UQzTpTpVVLag2stRGsE2m948Cgs23Vuy { color:#0f1b3d;display:block;width:22rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:27.560939788818rem;left:13.031249046326rem;height:5.19921875rem;font-style:normal;display:block; }
#ZaKwgHgrvGbNg5U2s5KFdiG8SezMXmgn { color:#44516e;display:block;width:34.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:4.9638671875rem;left:38.84375rem;height:18rem;display:block; }
#tWE7oKw59756dgH1FKRLyCJXTQW8grBK { color:#44516e;display:block;width:34.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:23.5rem;left:38.84375rem;height:8.125rem;display:block; }#tWE7oKw59756dgH1FKRLyCJXTQW8grBK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#tWE7oKw59756dgH1FKRLyCJXTQW8grBK li:before{  }
#c4SzWSTInDlf4BtGW8oqbT0J1FRTpZsw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(237,103,8,0.53), #f08020);background-image: -moz-linear-gradient(180deg, rgba(237,103,8,0.53), #f08020);background-image: -ms-linear-gradient(180deg, rgba(237,103,8,0.53), #f08020);background-image: -o-linear-gradient(180deg, rgba(237,103,8,0.53), #f08020);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed670887', endColorstr='#f08020' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed670887', endColorstr='#f08020' );";background-image: linear-gradient(180deg, rgba(237,103,8,0.53), #f08020);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; }#c4SzWSTInDlf4BtGW8oqbT0J1FRTpZsw > .row .container { background-color: transparent; background-image: none; }#c4SzWSTInDlf4BtGW8oqbT0J1FRTpZsw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c4SzWSTInDlf4BtGW8oqbT0J1FRTpZsw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c4SzWSTInDlf4BtGW8oqbT0J1FRTpZsw > .row .container > .video-iframe-container { display: none; }#c4SzWSTInDlf4BtGW8oqbT0J1FRTpZsw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c4SzWSTInDlf4BtGW8oqbT0J1FRTpZsw > .row > .video-iframe-container { display: none; }#c4SzWSTInDlf4BtGW8oqbT0J1FRTpZsw > .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); }#c4SzWSTInDlf4BtGW8oqbT0J1FRTpZsw > .row .container { border-width: 0; border-radius: 0; }#c4SzWSTInDlf4BtGW8oqbT0J1FRTpZsw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c4SzWSTInDlf4BtGW8oqbT0J1FRTpZsw > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#FohBVHdi3x1bqvNVwMtZlGc7C8tBxgOA { color:rgba(var(--color-tertiary-0),1);display:block;width:72.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:6.8124961853025rem;left:0.84999942779544rem;height:7.1484375rem;text-align:center;text-align-last:center;display:block; }
#mFABQfiAeMbyryHymo1T4L1p7yUuHEcs { color:rgba(var(--color-tertiary-0),1);display:block;width:68.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.4875001907349rem;left:3.09375rem;height:3.4125rem;display:block; }
#ybNReMhtC1Vo8RrGLQHIcUWnrOSw3G4a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#143278;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; }#ybNReMhtC1Vo8RrGLQHIcUWnrOSw3G4a > .row .container { background-color: transparent; background-image: none; }#ybNReMhtC1Vo8RrGLQHIcUWnrOSw3G4a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ybNReMhtC1Vo8RrGLQHIcUWnrOSw3G4a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ybNReMhtC1Vo8RrGLQHIcUWnrOSw3G4a > .row .container > .video-iframe-container { display: none; }#ybNReMhtC1Vo8RrGLQHIcUWnrOSw3G4a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ybNReMhtC1Vo8RrGLQHIcUWnrOSw3G4a > .row > .video-iframe-container { display: none; }#ybNReMhtC1Vo8RrGLQHIcUWnrOSw3G4a > .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); }#ybNReMhtC1Vo8RrGLQHIcUWnrOSw3G4a > .row .container { border-width: 0; border-radius: 0; }#ybNReMhtC1Vo8RrGLQHIcUWnrOSw3G4a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ybNReMhtC1Vo8RrGLQHIcUWnrOSw3G4a > .row .container { font-size:0.875rem;font-family:arial;height:20rem;width:75rem;position:relative;display:block; }#G2bVn9qec5uEZZA8KhFcw3O4fnvqPwc8 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:2.6875rem;left:0rem;overflow:hidden;display:block; }
#rAtnH3FoEkLdaFSg8bywUs2AH0O1vTVq { color:#8bb8ff;display:block;width:5.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.369140625rem;left:3.46875rem;height:1.13769375rem;font-style:normal;display:block; }
#VkFX6TofG4WI2hClotgHWMpwUsLMA7Sb { color:#ffffff;display:block;width:40.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.625rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:6.79296875rem;left:0rem;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;display:block; }
#GrxQqcwLcQzmoPn60wE3FsFZU2GbNxBg { color:rgba(255,255,255,0.78);display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:6.5615234375rem;left:42.8125rem;height:8.4375rem;display:block; }
#dDUD8EnTpDXdmTszgZ46WwJnyo1xiyr9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#143278;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; }#dDUD8EnTpDXdmTszgZ46WwJnyo1xiyr9 > .row .container { background-color: transparent; background-image: none; }#dDUD8EnTpDXdmTszgZ46WwJnyo1xiyr9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dDUD8EnTpDXdmTszgZ46WwJnyo1xiyr9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dDUD8EnTpDXdmTszgZ46WwJnyo1xiyr9 > .row .container > .video-iframe-container { display: none; }#dDUD8EnTpDXdmTszgZ46WwJnyo1xiyr9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dDUD8EnTpDXdmTszgZ46WwJnyo1xiyr9 > .row > .video-iframe-container { display: none; }#dDUD8EnTpDXdmTszgZ46WwJnyo1xiyr9 > .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); }#dDUD8EnTpDXdmTszgZ46WwJnyo1xiyr9 > .row .container { border-width: 0; border-radius: 0; }#dDUD8EnTpDXdmTszgZ46WwJnyo1xiyr9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dDUD8EnTpDXdmTszgZ46WwJnyo1xiyr9 > .row .container { font-size:0.875rem;font-family:arial;height:16.0625rem;width:75rem;position:relative;display:block; }#ZQkFBLe4iThbM9UEFfBmNdxEseqTUqC1 { box-sizing:content-box;height:12.75rem;width:22.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(255,255,255,0.12);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.12);border-left:0.0625rem solid rgba(255,255,255,0.12);border-right:0.0625rem solid rgba(255,255,255,0.12);border-bottom:0.0625rem solid rgba(255,255,255,0.12);top:2.25rem;left:1.1875rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#weJarruCQSpCL1I1SA5p7D3KLS1xQbxy { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;display:block;z-index:15001;background-color:rgba(255,255,255,0.12);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.875rem;left:2.375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#bO62aAskCs0qoyvcB6QyJf4kBbmzZ3OV { color:#f08020;display:block;width:2rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.5rem;left:2.625rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OLxkno2MRThUg7AtzuF4y3O6c5kn13Rt { color:#ffffff;display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:7.4375rem;left:2.375rem;height:3.898925rem;font-style:normal;display:block; }
#k3ZUemWE7MEMBeXZqTO0KUMyZeqeqW3g { color:rgba(255,255,255,0.72);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:11.8125rem;left:2.4375rem;height:1.3rem;display:block; }
#ELut99iFSRrLK2zxDTpHXCoaZR9rSqyg { box-sizing:content-box;height:12.75rem;width:22.5rem;position:absolute;display:block;z-index:15005;background-color:rgba(255,255,255,0.12);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.12);border-left:0.0625rem solid rgba(255,255,255,0.12);border-right:0.0625rem solid rgba(255,255,255,0.12);border-bottom:0.0625rem solid rgba(255,255,255,0.12);top:2.25rem;left:26.1875rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#JRNDkVCo90CSGdQDWhKX8y9cZnMkTTm9 { color:#ffffff;display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:7.5rem;left:27.375rem;height:3.8984375rem;font-style:normal;display:block; }
#ia0o5O59F3nmZOrB9VvMArfSh1Q06dtt { color:rgba(255,255,255,0.72);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:11.8125rem;left:27.34375rem;height:1.3rem;display:block; }
#Io09z9cZVnXnVkv0IzVTcSNuwoEtCkDC { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;display:block;z-index:15006;background-color:rgba(255,255,255,0.12);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.9375rem;left:27.375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#r59eK40OVMRl3aFBZKMKwOKf8I1zXPaS { color:#f08020;display:block;width:2rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:4.5625rem;left:27.625rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M7MbO93IsTynCtN11SMuTZ4xnc7eaeoU { box-sizing:content-box;height:12.75rem;width:22.5rem;position:absolute;display:block;z-index:15010;background-color:rgba(255,255,255,0.12);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.12);border-left:0.0625rem solid rgba(255,255,255,0.12);border-right:0.0625rem solid rgba(255,255,255,0.12);border-bottom:0.0625rem solid rgba(255,255,255,0.12);top:2.25rem;left:51.1875rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#Smw83XEairUQmBRt4JETuAUs9ORv5UP7 { color:rgba(255,255,255,0.72);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:10.57421875rem;left:52.34375rem;height:2.5996125rem;display:block; }
#Z8QwhImZ86bKypaHb4N1MQTQNBxldJPc { color:#ffffff;display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:7.5rem;left:52.375rem;height:1.95rem;font-style:normal;display:block; }
#obUf1y9T6L9G7CMuIPEpMtEwkKQsLpy2 { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;display:block;z-index:15011;background-color:rgba(255,255,255,0.12);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.9375rem;left:52.375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#etDf9s5y2TmL52MvZmFeg08vRccaRfWE { color:#f08020;display:block;width:2rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:4.5625rem;left:52.625rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eTgGfZ42tGIgEnwyuoLZ96Kzm9ZThxby { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#143278;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; }#eTgGfZ42tGIgEnwyuoLZ96Kzm9ZThxby > .row .container { background-color: transparent; background-image: none; }#eTgGfZ42tGIgEnwyuoLZ96Kzm9ZThxby::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTgGfZ42tGIgEnwyuoLZ96Kzm9ZThxby > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTgGfZ42tGIgEnwyuoLZ96Kzm9ZThxby > .row .container > .video-iframe-container { display: none; }#eTgGfZ42tGIgEnwyuoLZ96Kzm9ZThxby > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTgGfZ42tGIgEnwyuoLZ96Kzm9ZThxby > .row > .video-iframe-container { display: none; }#eTgGfZ42tGIgEnwyuoLZ96Kzm9ZThxby > .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); }#eTgGfZ42tGIgEnwyuoLZ96Kzm9ZThxby > .row .container { border-width: 0; border-radius: 0; }#eTgGfZ42tGIgEnwyuoLZ96Kzm9ZThxby > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eTgGfZ42tGIgEnwyuoLZ96Kzm9ZThxby > .row .container { font-size:0.875rem;font-family:arial;height:18rem;width:75rem;position:relative;display:block; }#lnKRRgci0h4miV848VpViwCkXBmDSt7m { box-sizing:content-box;height:12.75rem;width:22.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(255,255,255,0.12);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.12);border-left:0.0625rem solid rgba(255,255,255,0.12);border-right:0.0625rem solid rgba(255,255,255,0.12);border-bottom:0.0625rem solid rgba(255,255,255,0.12);top:1rem;left:1.1875rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#TB1U721tTbTOdpRgUH1JeoyLZhUTyVu2 { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;display:block;z-index:15001;background-color:rgba(255,255,255,0.12);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.625rem;left:2.375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#XHXCNVayJQk8BNoBXMqvKfKuF0VpmTOP { color:#f08020;display:block;width:2rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.25rem;left:2.625rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DwWXo6DkTMvk459PM0TfaRzEHUrEoKQ1 { color:#ffffff;display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6.1875rem;left:2.375rem;height:3.898925rem;font-style:normal;display:block; }
#rALJfgW8uITEnlws4iVh1SDFA6guWyfl { color:rgba(255,255,255,0.72);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:10.5625rem;left:2.4375rem;height:2.5996125rem;display:block; }
#MVo72Zl4HTth6rc1CdsCFC30ayOTcPTu { box-sizing:content-box;height:12.75rem;width:22.5rem;position:absolute;display:block;z-index:15005;background-color:rgba(255,255,255,0.12);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.12);border-left:0.0625rem solid rgba(255,255,255,0.12);border-right:0.0625rem solid rgba(255,255,255,0.12);border-bottom:0.0625rem solid rgba(255,255,255,0.12);top:1rem;left:26.1875rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#rC8C27FAcRTxTTiyuX1579cI1Nx4VnTT { color:#ffffff;display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:6.25rem;left:27.375rem;height:3.898925rem;font-style:normal;display:block; }
#vOagTE6caAn9ux3kADbUoM3QTbboPGIn { color:rgba(255,255,255,0.72);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:10.5625rem;left:27.34375rem;height:2.5996125rem;display:block; }
#SQxsxd8PHRax8DnWPR2HcwT3Jg1mmxlG { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;display:block;z-index:15006;background-color:rgba(255,255,255,0.12);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.6875rem;left:27.375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#iWZfvJQmU0W5a0R8d1MSNhvGnPKak14N { color:#f08020;display:block;width:2rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.3125rem;left:27.625rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MGxoSDOCLBiZcshhDpTV1Nh0Vv7oTlaz { box-sizing:content-box;height:12.75rem;width:22.5rem;position:absolute;display:block;z-index:15010;background-color:rgba(255,255,255,0.12);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.12);border-left:0.0625rem solid rgba(255,255,255,0.12);border-right:0.0625rem solid rgba(255,255,255,0.12);border-bottom:0.0625rem solid rgba(255,255,255,0.12);top:1rem;left:51.1875rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#gat2VsiggvUBnfXUCKipB4d2xGIThZbu { color:rgba(255,255,255,0.72);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:9.32421875rem;left:52.34375rem;height:2.5996125rem;display:block; }
#hc6ku91F67geVqt0xQN99gTsdTLmgO5r { color:#ffffff;display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:6.25rem;left:52.375rem;height:1.95rem;font-style:normal;display:block; }
#Ott6XFeI2cy8LgMt8qXJbZGMSEkiMPIu { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;display:block;z-index:15011;background-color:rgba(255,255,255,0.12);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.6875rem;left:52.375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#ZpFKS2s0uOOM3fSEvzrAB1xI6TgNNMcg { color:#f08020;display:block;width:2rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:3.3125rem;left:52.625rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HEO9z6BnUiHRN8FyiNzvgDyz74LUACZJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#HEO9z6BnUiHRN8FyiNzvgDyz74LUACZJ > .row .container { background-color: transparent; background-image: none; }#HEO9z6BnUiHRN8FyiNzvgDyz74LUACZJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HEO9z6BnUiHRN8FyiNzvgDyz74LUACZJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HEO9z6BnUiHRN8FyiNzvgDyz74LUACZJ > .row .container > .video-iframe-container { display: none; }#HEO9z6BnUiHRN8FyiNzvgDyz74LUACZJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HEO9z6BnUiHRN8FyiNzvgDyz74LUACZJ > .row > .video-iframe-container { display: none; }#HEO9z6BnUiHRN8FyiNzvgDyz74LUACZJ > .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); }#HEO9z6BnUiHRN8FyiNzvgDyz74LUACZJ > .row .container { border-width: 0; border-radius: 0; }#HEO9z6BnUiHRN8FyiNzvgDyz74LUACZJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HEO9z6BnUiHRN8FyiNzvgDyz74LUACZJ > .row .container { font-size:0.875rem;font-family:arial;height:22.4375rem;width:75rem;position:relative;display:block; }#xEVQbImiQOxGmQLGgT99kJ0mpSzfW1C8 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:2.6875rem;left:0rem;overflow:hidden;display:block; }
#Dek8AC1kTg1aJsNl07gEyHG9t1MTko8C { color:#143278;display:block;width:8.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.369140625rem;left:3.46875rem;height:1.13769375rem;font-style:normal;display:block; }
#JpZ9TenzODzI5S8pphUhTPuxgUwEmE2z { color:#2c6fe6;display:block;width:36.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:6.5625rem;left:0rem;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;display:block; }
#Q2t875AaASxCn5o2QnD4tuZM97CWBtiW { color:#44516e;display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:6.5625rem;left:40.125rem;height:6.75rem;display:block; }
#G2NhXq7bvB4Gg3rQDFyv5Wqbfni2cq2w { background-color:#22c55e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.1875rem;border-top-right-radius:3.1875rem;border-bottom-left-radius:3.1875rem;border-bottom-right-radius:3.1875rem;box-shadow: 0rem 0.375rem 0.5rem rgba(34,197,94,0.2) ;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.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:3.1875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:15.1875rem;left:40.125rem;display:block; }
#eZBenVI1CwoGXu0uS9TeIGdPKLb6egbT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fG9q53k03mW0zZ40DFpSPRAqr3TzcMtB { 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; }#fG9q53k03mW0zZ40DFpSPRAqr3TzcMtB > .row .container { background-color: transparent; background-image: none; }#fG9q53k03mW0zZ40DFpSPRAqr3TzcMtB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fG9q53k03mW0zZ40DFpSPRAqr3TzcMtB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fG9q53k03mW0zZ40DFpSPRAqr3TzcMtB > .row .container > .video-iframe-container { display: none; }#fG9q53k03mW0zZ40DFpSPRAqr3TzcMtB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fG9q53k03mW0zZ40DFpSPRAqr3TzcMtB > .row > .video-iframe-container { display: none; }#fG9q53k03mW0zZ40DFpSPRAqr3TzcMtB > .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); }#fG9q53k03mW0zZ40DFpSPRAqr3TzcMtB > .row .container { border-width: 0; border-radius: 0; }#fG9q53k03mW0zZ40DFpSPRAqr3TzcMtB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fG9q53k03mW0zZ40DFpSPRAqr3TzcMtB > .row .container { font-size:0.875rem;font-family:arial;height:46.6875rem;width:75rem;position:relative;display:block; }#kQ5uEO60yAtLi5labEqtV18pDxhrUZ9Q { box-sizing:content-box;height:40rem;width:22.5rem;position:absolute;display:block;z-index:15000;background-color:#f4f8fe;background-image:none;box-shadow: none;border-top:0.0625rem solid #e1e8f2;border-left:0.0625rem solid #e1e8f2;border-right:0.0625rem solid #e1e8f2;border-bottom:0.0625rem solid #e1e8f2;top:1.625rem;left:1.25rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#eynofkMRZdz5AERzstLhkM3oD5UxRZq7 { color:#143278;display:block;width:4.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.75rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:3.75rem;left:2.84375rem;height:2.75024375rem;font-style:normal;display:block; }
#FR28lTqe7SRhDwCLprJ4AFqvewxREmrT { box-sizing:content-box;height:2rem;width:10.3125rem;position:absolute;display:block;z-index:15002;background-color:#eaf2fc;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(44,111,230,0.2);border-left:0.0625rem solid rgba(44,111,230,0.2);border-right:0.0625rem solid rgba(44,111,230,0.2);border-bottom:0.0625rem solid rgba(44,111,230,0.2);top:4.0625rem;left:11.09375rem;border-top-right-radius:62.4375rem;border-bottom-right-radius:62.4375rem;border-bottom-left-radius:62.4375rem;border-top-left-radius:62.4375rem;display:block; }
#mmVfdTPXbPXebpMLvtt07PTPwE8s3VSG { color:#2c6fe6;display:block;width:9rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.677734375rem;left:11.8125rem;height:0.89355625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WZwkMAt3HbopcDTDsOz8y3qaHmro7pN9 { color:#143278;display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:8.375rem;left:2.84375rem;height:3.898925rem;font-style:normal;display:block; }
#vkebWOWSCT64OyMbhNw56JwwV2Nzhtzv { color:#143278;display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:13.9375rem;left:2.84375rem;height:1.21875rem;display:block; }
#Ef9Xa5Q1OgLUbspaPTnaLeJOzH9DkDu4 { color:#44516e;display:block;width:19.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:16.75rem;left:2.5625rem;height:20.80075rem;display:block; }#Ef9Xa5Q1OgLUbspaPTnaLeJOzH9DkDu4 li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#Ef9Xa5Q1OgLUbspaPTnaLeJOzH9DkDu4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0ed595450bd13a12d45d16b00e5f94376060bcbc.svg); }
#MUdXJwnU15X4Dh2UpJss5bx4PKtpar0B { box-sizing:content-box;height:40rem;width:22.5rem;position:absolute;display:block;z-index:15007;background-color:#f4f8fe;background-image:none;box-shadow: none;border-top:0.0625rem solid #e1e8f2;border-left:0.0625rem solid #e1e8f2;border-right:0.0625rem solid #e1e8f2;border-bottom:0.0625rem solid #e1e8f2;top:1.6875rem;left:26.25rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#tGTfSQUd5HGCkEiVZXpvZV0sdJuJIWiC { color:#44516e;display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:14.9375rem;left:27.5625rem;height:20.80075rem;display:block; }#tGTfSQUd5HGCkEiVZXpvZV0sdJuJIWiC li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#tGTfSQUd5HGCkEiVZXpvZV0sdJuJIWiC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0ed595450bd13a12d45d16b00e5f94376060bcbc.svg); }
#XnNRgXy5XQQNaxnPUeROzL6kGbqu9ToB { color:#143278;display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:12.125rem;left:27.875rem;height:1.21875rem;display:block; }
#FkPsTAvnTPGvJhZFZQh45CVa031D6wq5 { color:#143278;display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:8.4375rem;left:27.875rem;height:1.95rem;font-style:normal;display:block; }
#ZEdb0U8zPBcoIcUsivseQHWiRCNaTEGL { color:#143278;display:block;width:4.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.75rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:3.8125rem;left:27.875rem;height:2.75024375rem;font-style:normal;display:block; }
#yclEJtH9mSPPUooh14R90VsOzaOQQ9zv { box-sizing:content-box;height:2rem;width:10.3125rem;position:absolute;display:block;z-index:15009;background-color:#eaf2fc;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(44,111,230,0.2);border-left:0.0625rem solid rgba(44,111,230,0.2);border-right:0.0625rem solid rgba(44,111,230,0.2);border-bottom:0.0625rem solid rgba(44,111,230,0.2);top:4.125rem;left:36.125rem;border-top-right-radius:62.4375rem;border-bottom-right-radius:62.4375rem;border-bottom-left-radius:62.4375rem;border-top-left-radius:62.4375rem;display:block; }
#PikRFgd6sEbJGWO362HKW3Dz0J74bCmU { color:#2c6fe6;display:block;width:9rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:4.75rem;left:36.8125rem;height:0.89355625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MSWDUO5Shky4Dw7ta5cn6BIGrO1ZEBOD { box-sizing:content-box;height:40rem;width:22.5rem;position:absolute;display:block;z-index:15014;background-color:#f4f8fe;background-image:none;box-shadow: none;border-top:0.0625rem solid #e1e8f2;border-left:0.0625rem solid #e1e8f2;border-right:0.0625rem solid #e1e8f2;border-bottom:0.0625rem solid #e1e8f2;top:1.625rem;left:51.1875rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#sw7oX7Vl1pEOfptetAMSxG1AM9MIoGnQ { color:#44516e;display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:16.125rem;left:52.5rem;height:21.9375rem;display:block; }#sw7oX7Vl1pEOfptetAMSxG1AM9MIoGnQ li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#sw7oX7Vl1pEOfptetAMSxG1AM9MIoGnQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0ed595450bd13a12d45d16b00e5f94376060bcbc.svg); }
#QNLrHqzykHRVLgsT2tsHISyBsotPcwq5 { color:#143278;display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:12.6875rem;left:52.8125rem;height:2.4375rem;display:block; }
#GwGbaV8eTf1AivvAti78zTSx5ZWbhvPS { color:#143278;display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:8.375rem;left:52.8125rem;height:3.8984375rem;font-style:normal;display:block; }
#uC8JAM1OZD6LWTtTJD9zHhaSedeolsF1 { color:#143278;display:block;width:4.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.75rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;top:3.75rem;left:52.8125rem;height:2.75024375rem;font-style:normal;display:block; }
#RMg1FqlvSgRRFlOR9hfH0dX2cVx24kMQ { box-sizing:content-box;height:2rem;width:10.3125rem;position:absolute;display:block;z-index:15016;background-color:#eaf2fc;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(44,111,230,0.2);border-left:0.0625rem solid rgba(44,111,230,0.2);border-right:0.0625rem solid rgba(44,111,230,0.2);border-bottom:0.0625rem solid rgba(44,111,230,0.2);top:4.0625rem;left:61.0625rem;border-top-right-radius:62.4375rem;border-bottom-right-radius:62.4375rem;border-bottom-left-radius:62.4375rem;border-top-left-radius:62.4375rem;display:block; }
#daQiHUGWyBcEGRMM3ilr71rCUi3ANZK4 { color:#2c6fe6;display:block;width:9rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:4.6875rem;left:61.75rem;height:0.89355625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eNWHUFgwngDCe03EhyeTtrI1iyVTcH5n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f8fe;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; }#eNWHUFgwngDCe03EhyeTtrI1iyVTcH5n > .row .container { background-color: transparent; background-image: none; }#eNWHUFgwngDCe03EhyeTtrI1iyVTcH5n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eNWHUFgwngDCe03EhyeTtrI1iyVTcH5n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eNWHUFgwngDCe03EhyeTtrI1iyVTcH5n > .row .container > .video-iframe-container { display: none; }#eNWHUFgwngDCe03EhyeTtrI1iyVTcH5n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eNWHUFgwngDCe03EhyeTtrI1iyVTcH5n > .row > .video-iframe-container { display: none; }#eNWHUFgwngDCe03EhyeTtrI1iyVTcH5n > .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); }#eNWHUFgwngDCe03EhyeTtrI1iyVTcH5n > .row .container { border-width: 0; border-radius: 0; }#eNWHUFgwngDCe03EhyeTtrI1iyVTcH5n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eNWHUFgwngDCe03EhyeTtrI1iyVTcH5n > .row .container { font-size:0.875rem;font-family:arial;height:19.9375rem;width:75rem;position:relative;display:block; }#Lf9PLV1rKRq6kDBbGCd2zSTf5x37yVZw { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:2.6875rem;left:0rem;overflow:hidden;display:block; }
#ccrklEQWt5pLvCF5CEioZ161rL3rwE7g { color:#143278;display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.369140625rem;left:3.46875rem;height:1.13769375rem;font-style:normal;display:block; }
#HiQe5UvT4H0RepPrRR9KGUQKNdIZWrJs { color:#2c6fe6;display:block;width:24.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:6.5625rem;left:0rem;height:8.7988125rem;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; }
#TQyge3kA8PL7hyVZZpykAQt71VxcSEZF { color:#44516e;display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:5.4375rem;left:40.062500953674rem;height:5.0625rem;display:block; }
#wHb7MH8ktu6JevcnSoP1ZNFcfiXknEBw { background-color:#22c55e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.1875rem;border-top-right-radius:3.1875rem;border-bottom-left-radius:3.1875rem;border-bottom-right-radius:3.1875rem;box-shadow: 0rem 0.375rem 0.5rem rgba(34,197,94,0.2) ;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.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:3.1875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:11.4228515625rem;left:38.875rem;display:block; }
#P8pPAs5AmP9FvnZFRl9orhOPq05MEann { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UNf6sAl16BJwFfJZrQ07b4tUPqmwftJk { color:#6b7693;display:block;width:30.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:15.9853515625rem;left:0rem;height:0.975rem;display:block; }
#tdBzi2KmAAFotJgymNHbDgOMgalEBcc9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f8fe;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; }#tdBzi2KmAAFotJgymNHbDgOMgalEBcc9 > .row .container { background-color: transparent; background-image: none; }#tdBzi2KmAAFotJgymNHbDgOMgalEBcc9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tdBzi2KmAAFotJgymNHbDgOMgalEBcc9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tdBzi2KmAAFotJgymNHbDgOMgalEBcc9 > .row .container > .video-iframe-container { display: none; }#tdBzi2KmAAFotJgymNHbDgOMgalEBcc9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tdBzi2KmAAFotJgymNHbDgOMgalEBcc9 > .row > .video-iframe-container { display: none; }#tdBzi2KmAAFotJgymNHbDgOMgalEBcc9 > .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); }#tdBzi2KmAAFotJgymNHbDgOMgalEBcc9 > .row .container { border-width: 0; border-radius: 0; }#tdBzi2KmAAFotJgymNHbDgOMgalEBcc9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tdBzi2KmAAFotJgymNHbDgOMgalEBcc9 > .row .container { font-size:0.875rem;font-family:arial;height:5.6875rem;width:75rem;position:relative;display:block; }#xnzvEwbi9oTl18EVrLTOIVOPLWH5TM8x { box-sizing:content-box;height:2.5rem;width:9.875rem;position:absolute;display:block;z-index:15000;background-color:#143278;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(44,111,230,0.2);border-left:0.0625rem solid rgba(44,111,230,0.2);border-right:0.0625rem solid rgba(44,111,230,0.2);border-bottom:0.0625rem solid rgba(44,111,230,0.2);top:1.8125rem;left:0rem;border-top-right-radius:2.9375rem;border-bottom-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-top-left-radius:2.9375rem;display:block; }
#cxWzKpIaeIIAWrde46OyuIrLimL7BOrc { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5rem;left:0.25rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uCZmDAU3zqd3oRIaq4LW2O0Pl3R3K2B1 { color:#143278;display:block;width:30.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.150390625rem;left:11.40625rem;height:1.95rem;font-style:normal;display:block; }
#Fq0iU7ELm4w967hW0EpCOCyOzxS9sPDW { position:relative;display:block; }#Fq0iU7ELm4w967hW0EpCOCyOzxS9sPDW { background-color: transparent; background-image: none; }#Fq0iU7ELm4w967hW0EpCOCyOzxS9sPDW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fq0iU7ELm4w967hW0EpCOCyOzxS9sPDW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fq0iU7ELm4w967hW0EpCOCyOzxS9sPDW > .row .container > .video-iframe-container { display: none; }#Fq0iU7ELm4w967hW0EpCOCyOzxS9sPDW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fq0iU7ELm4w967hW0EpCOCyOzxS9sPDW > .row > .video-iframe-container { display: none; }#Fq0iU7ELm4w967hW0EpCOCyOzxS9sPDW > .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); }#Fq0iU7ELm4w967hW0EpCOCyOzxS9sPDW { border-width: 0; border-radius: 0; }#Fq0iU7ELm4w967hW0EpCOCyOzxS9sPDW > .row .container > .video-iframe-container { border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#Fq0iU7ELm4w967hW0EpCOCyOzxS9sPDW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#e1e8f2;background-image:none;font-size:0.875rem;font-family:arial;height:3.3125rem;width:75rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;position:relative;display:block; }#wQVpdvcNcDgaQkkBiR8wMQJo97K8xG00 { color:#143278;display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.92578125rem;left:1.84375rem;height:1.4625rem;font-style:normal;display:block; }
#Fk3BQFbcs4DxktC3JQU9PTEzkdmSi5aK { color:#143278;display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.92578125rem;left:13.21875rem;height:1.4625rem;font-style:normal;display:block; }
#nIqiwMJd8g8MkyCOtuh9LgII9LoePTFR { position:relative;display:block; }#nIqiwMJd8g8MkyCOtuh9LgII9LoePTFR { background-color: transparent; background-image: none; }#nIqiwMJd8g8MkyCOtuh9LgII9LoePTFR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nIqiwMJd8g8MkyCOtuh9LgII9LoePTFR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nIqiwMJd8g8MkyCOtuh9LgII9LoePTFR > .row .container > .video-iframe-container { display: none; }#nIqiwMJd8g8MkyCOtuh9LgII9LoePTFR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nIqiwMJd8g8MkyCOtuh9LgII9LoePTFR > .row > .video-iframe-container { display: none; }#nIqiwMJd8g8MkyCOtuh9LgII9LoePTFR > .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); }#nIqiwMJd8g8MkyCOtuh9LgII9LoePTFR { border-width: 0; border-radius: 0; }#nIqiwMJd8g8MkyCOtuh9LgII9LoePTFR > .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; }#nIqiwMJd8g8MkyCOtuh9LgII9LoePTFR > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #e1e8f2;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#iWFaRXlMJz6hPe3RGGwzUQywqXMaZo9g { color:#143278;display:block;width:38.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.8125rem;left:13.25rem;height:2.923825rem;font-style:normal;display:block; }
#J1tWnUOpUgZOulbItfGa1bQxVVzsG43G { color:#143278;display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.8125rem;left:1.875rem;height:1.4625rem;font-style:normal;display:block; }
#K9ou3pLOzNoTi0HRS0fH5s0lR75KzcnE { color:#44516e;display:block;width:41.1875rem;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:5.3876953125rem;left:13.25rem;height:;display:block; }#K9ou3pLOzNoTi0HRS0fH5s0lR75KzcnE li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#K9ou3pLOzNoTi0HRS0fH5s0lR75KzcnE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0ed595450bd13a12d45d16b00e5f94376060bcbc.svg); }
#DA9TCWtHnt5CiIrSm20o5Rd2M8rRXceO { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:3rem;width:3rem;top:1.8125rem;left:55.125rem;overflow:hidden;display:block; }
#qgu8zhAksBVRqFniRUPxqf3XO7iPEm2M { color:#0f1b3d;display:block;width:9.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:1.8125rem;left:59.1875rem;height:1.4625rem;font-style:normal;display:block; }
#H4opcZPPkOfsAeDvMItfUnS9zo0CLSRk { color:#44516e;display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:3.3125rem;left:59.1875rem;height:2.2734375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DWm4QhBwxMvk8ShHfs3nKCeJftdTePiM { position:relative;display:block; }#DWm4QhBwxMvk8ShHfs3nKCeJftdTePiM { background-color: transparent; background-image: none; }#DWm4QhBwxMvk8ShHfs3nKCeJftdTePiM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DWm4QhBwxMvk8ShHfs3nKCeJftdTePiM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DWm4QhBwxMvk8ShHfs3nKCeJftdTePiM > .row .container > .video-iframe-container { display: none; }#DWm4QhBwxMvk8ShHfs3nKCeJftdTePiM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DWm4QhBwxMvk8ShHfs3nKCeJftdTePiM > .row > .video-iframe-container { display: none; }#DWm4QhBwxMvk8ShHfs3nKCeJftdTePiM > .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); }#DWm4QhBwxMvk8ShHfs3nKCeJftdTePiM { border-width: 0; border-radius: 0; }#DWm4QhBwxMvk8ShHfs3nKCeJftdTePiM > .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; }#DWm4QhBwxMvk8ShHfs3nKCeJftdTePiM > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #e1e8f2;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:17.45rem;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; }#Ra9Ir9dLNdQfqiKI6kCOIxzRdpX1yH0r { color:#143278;display:block;width:35.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.8125rem;left:13.25rem;height:2.923825rem;font-style:normal;display:block; }
#zgmQy0FILFf2u5ag073w9VizqUHK3dBF { color:#143278;display:block;width:9.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.8125rem;left:1.875rem;height:1.4625rem;font-style:normal;display:block; }
#hQnBvByBEqT1GCw53Gyvue6FC7hIwzSV { color:#44516e;display:block;width:37.9375rem;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:5.3876953125rem;left:13.25rem;height:;display:block; }#hQnBvByBEqT1GCw53Gyvue6FC7hIwzSV li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#hQnBvByBEqT1GCw53Gyvue6FC7hIwzSV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0ed595450bd13a12d45d16b00e5f94376060bcbc.svg); }
#H68Bm4Ow2SmUiNDCQxu8ltv3lGbcKaVh { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:3rem;width:3rem;top:1.8125rem;left:55.125rem;overflow:hidden;display:block; }
#t054Msb1WEniS9fVdro36kUMyEsbSwPc { color:#0f1b3d;display:block;width:9.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:1.9375rem;left:59.1875rem;height:1.4625rem;font-style:normal;display:block; }
#TlDNfOVpriZLlO25Cx97VSyTnlKDdMct { color:#44516e;display:block;width:11.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:3.4609375rem;left:59.1875rem;height:2.2734375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ai8heiuQX9cQ6NPUWu4Dx1odyg5M0e7B { position:relative;display:block; }#Ai8heiuQX9cQ6NPUWu4Dx1odyg5M0e7B { background-color: transparent; background-image: none; }#Ai8heiuQX9cQ6NPUWu4Dx1odyg5M0e7B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ai8heiuQX9cQ6NPUWu4Dx1odyg5M0e7B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ai8heiuQX9cQ6NPUWu4Dx1odyg5M0e7B > .row .container > .video-iframe-container { display: none; }#Ai8heiuQX9cQ6NPUWu4Dx1odyg5M0e7B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ai8heiuQX9cQ6NPUWu4Dx1odyg5M0e7B > .row > .video-iframe-container { display: none; }#Ai8heiuQX9cQ6NPUWu4Dx1odyg5M0e7B > .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); }#Ai8heiuQX9cQ6NPUWu4Dx1odyg5M0e7B { border-width: 0; border-radius: 0; }#Ai8heiuQX9cQ6NPUWu4Dx1odyg5M0e7B > .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; }#Ai8heiuQX9cQ6NPUWu4Dx1odyg5M0e7B > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #e1e8f2;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BJ0GSadTeT1TrJNpChymXMlH3WCbCe6n { color:#143278;display:block;width:35.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.8125rem;left:13.25rem;height:2.923825rem;font-style:normal;display:block; }
#wxFIJNhzA46RGUsDyzdigStzcGiTtc6R { color:#143278;display:block;width:9.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.8125rem;left:1.875rem;height:1.4625rem;font-style:normal;display:block; }
#z5RxBV7KrExaxLGfdmZmpuVwTZTOCfLm { color:#44516e;display:block;width:37.9375rem;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:5.3876953125rem;left:13.25rem;height:;display:block; }#z5RxBV7KrExaxLGfdmZmpuVwTZTOCfLm li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#z5RxBV7KrExaxLGfdmZmpuVwTZTOCfLm li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0ed595450bd13a12d45d16b00e5f94376060bcbc.svg); }
#BBQQI2DfIHhHdmcVWSMFKwzmA0gtMUZB { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:3rem;width:3rem;top:1.8125rem;left:55.125rem;overflow:hidden;display:block; }
#bCaUO4ZgIoUO0ABg49sulBlR98vDyHR5 { color:#0f1b3d;display:block;width:9.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:1.9375rem;left:59.1875rem;height:1.4625rem;font-style:normal;display:block; }
#TiVIJuHpdgA7IrxRFIcK2dumBnUZxFQk { color:#44516e;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:3.4609375rem;left:59.1875rem;height:2.2734375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zX5vCDzQPQx4Tb2NOiCCs0ix94ZKXxrA { position:relative;display:block; }#zX5vCDzQPQx4Tb2NOiCCs0ix94ZKXxrA { background-color: transparent; background-image: none; }#zX5vCDzQPQx4Tb2NOiCCs0ix94ZKXxrA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zX5vCDzQPQx4Tb2NOiCCs0ix94ZKXxrA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zX5vCDzQPQx4Tb2NOiCCs0ix94ZKXxrA > .row .container > .video-iframe-container { display: none; }#zX5vCDzQPQx4Tb2NOiCCs0ix94ZKXxrA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zX5vCDzQPQx4Tb2NOiCCs0ix94ZKXxrA > .row > .video-iframe-container { display: none; }#zX5vCDzQPQx4Tb2NOiCCs0ix94ZKXxrA > .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); }#zX5vCDzQPQx4Tb2NOiCCs0ix94ZKXxrA { border-width: 0; border-radius: 0; }#zX5vCDzQPQx4Tb2NOiCCs0ix94ZKXxrA > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zX5vCDzQPQx4Tb2NOiCCs0ix94ZKXxrA > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e1e8f2;background-image:none;font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Sp57h1yDwM95RN6rV4R4dLx3nR7WRowS { color:#143278;display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.4375rem;left:2rem;height:1.4625rem;font-style:normal;display:block; }
#CXLfsPIt8nkpiAHOTdSSkQ2xAmPNCN6i { color:#143278;display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.4375rem;left:13.375rem;height:1.4625rem;font-style:normal;display:block; }
#DwK3vwtINVkDi7Hl0MRydqBZZa4o5caD { position:absolute;display:block;z-index:15002;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:3rem;width:3rem;top:0.6875rem;left:55.125rem;overflow:hidden;display:block; }
#ZINby06lf1dq4w1cUF6xQVrLf3bMhMd9 { color:#143278;display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.45703125rem;left:59.15625rem;height:1.3rem;font-style:normal;display:block; }
#asTX4LcHhLNT2ULgy3IyOJbV8AlT2KTH { position:relative;display:block; }#asTX4LcHhLNT2ULgy3IyOJbV8AlT2KTH { background-color: transparent; background-image: none; }#asTX4LcHhLNT2ULgy3IyOJbV8AlT2KTH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#asTX4LcHhLNT2ULgy3IyOJbV8AlT2KTH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#asTX4LcHhLNT2ULgy3IyOJbV8AlT2KTH > .row .container > .video-iframe-container { display: none; }#asTX4LcHhLNT2ULgy3IyOJbV8AlT2KTH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#asTX4LcHhLNT2ULgy3IyOJbV8AlT2KTH > .row > .video-iframe-container { display: none; }#asTX4LcHhLNT2ULgy3IyOJbV8AlT2KTH > .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); }#asTX4LcHhLNT2ULgy3IyOJbV8AlT2KTH { border-width: 0; border-radius: 0; }#asTX4LcHhLNT2ULgy3IyOJbV8AlT2KTH > .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; }#asTX4LcHhLNT2ULgy3IyOJbV8AlT2KTH > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #e1e8f2;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XotK2l0vbQ89BvEJ1Ipl3ACJNlikffSI { color:#143278;display:block;width:35.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.8125rem;left:13.25rem;height:2.923825rem;font-style:normal;display:block; }
#th5FJ3bz4UtckgUGLpdNRQi9bWTAOnqL { color:#143278;display:block;width:9.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.8125rem;left:1.875rem;height:1.4625rem;font-style:normal;display:block; }
#QuWA3lWxrPiFNoTtQwxpKZr5OtCkQENI { color:#44516e;display:block;width:37.9375rem;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:5.3876953125rem;left:13.25rem;height:;display:block; }#QuWA3lWxrPiFNoTtQwxpKZr5OtCkQENI li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#QuWA3lWxrPiFNoTtQwxpKZr5OtCkQENI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0ed595450bd13a12d45d16b00e5f94376060bcbc.svg); }
#CGhNOUOM3A9EUhBsNzqSkTyCOPaUQwtM { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:3rem;width:3rem;top:1.8125rem;left:55.125rem;overflow:hidden;display:block; }
#ebmdMGJZeOGXxP3MAI3osKe4TtlD6azc { color:#0f1b3d;display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:1.9375rem;left:59.1875rem;height:1.4625rem;font-style:normal;display:block; }
#PqzgL5Vaqzo3sNk364NphDbhfoQVWuKZ { color:#44516e;display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:3.4609375rem;left:59.1875rem;height:2.2734375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fL8qesWlD9Tx2GcdyNay58TBd3WMfCwZ { position:relative;display:block; }#fL8qesWlD9Tx2GcdyNay58TBd3WMfCwZ { background-color: transparent; background-image: none; }#fL8qesWlD9Tx2GcdyNay58TBd3WMfCwZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fL8qesWlD9Tx2GcdyNay58TBd3WMfCwZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fL8qesWlD9Tx2GcdyNay58TBd3WMfCwZ > .row .container > .video-iframe-container { display: none; }#fL8qesWlD9Tx2GcdyNay58TBd3WMfCwZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fL8qesWlD9Tx2GcdyNay58TBd3WMfCwZ > .row > .video-iframe-container { display: none; }#fL8qesWlD9Tx2GcdyNay58TBd3WMfCwZ > .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); }#fL8qesWlD9Tx2GcdyNay58TBd3WMfCwZ { border-width: 0; border-radius: 0; }#fL8qesWlD9Tx2GcdyNay58TBd3WMfCwZ > .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; }#fL8qesWlD9Tx2GcdyNay58TBd3WMfCwZ > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #e1e8f2;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rODzFPMn4WTqkZ7IKJ0S0ElGxfGbA7KI { color:#143278;display:block;width:35.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.8125rem;left:13.25rem;height:1.4625rem;font-style:normal;display:block; }
#ixf2UdJODmknoG6P8Mw48T9VvPhRXNeQ { color:#143278;display:block;width:9.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.8125rem;left:1.875rem;height:1.4625rem;font-style:normal;display:block; }
#GFes3zLGfrTAD25lqtdd8bwClAWchz5w { color:#44516e;display:block;width:39.375rem;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:4.8125rem;left:13.25rem;height:8.496125rem;display:block; }#GFes3zLGfrTAD25lqtdd8bwClAWchz5w li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#GFes3zLGfrTAD25lqtdd8bwClAWchz5w li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0ed595450bd13a12d45d16b00e5f94376060bcbc.svg); }
#PTVIug9WEdhNALHiXOldeIZlvM4Zft3q { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:30rem;border-top-right-radius:30rem;border-bottom-left-radius:30rem;border-bottom-right-radius:30rem;box-shadow: none;height:3rem;width:2.25rem;top:1.8125rem;left:55.125rem;overflow:hidden;display:block; }
#DgDwoXT1evq4TXvomflsVidSnZZEPaNt { color:#0f1b3d;display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:1.9375rem;left:59.1875rem;height:1.4625rem;font-style:normal;display:block; }
#mheDkBvxIzglRBisn8bGgx9Wzb5Ttyg6 { color:#44516e;display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:3.4609375rem;left:59.1875rem;height:2.2734375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#G4mrOgXSv0K4KLADFluNFX0TzGGSxuwU { position:relative;display:block; }#G4mrOgXSv0K4KLADFluNFX0TzGGSxuwU { background-color: transparent; background-image: none; }#G4mrOgXSv0K4KLADFluNFX0TzGGSxuwU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G4mrOgXSv0K4KLADFluNFX0TzGGSxuwU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G4mrOgXSv0K4KLADFluNFX0TzGGSxuwU > .row .container > .video-iframe-container { display: none; }#G4mrOgXSv0K4KLADFluNFX0TzGGSxuwU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G4mrOgXSv0K4KLADFluNFX0TzGGSxuwU > .row > .video-iframe-container { display: none; }#G4mrOgXSv0K4KLADFluNFX0TzGGSxuwU > .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); }#G4mrOgXSv0K4KLADFluNFX0TzGGSxuwU { border-width: 0; border-radius: 0; }#G4mrOgXSv0K4KLADFluNFX0TzGGSxuwU > .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; }#G4mrOgXSv0K4KLADFluNFX0TzGGSxuwU > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #e1e8f2;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:17.5625rem;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; }#FbTr56i8HK6dgyAdok1gd0ylumRSdgWF { color:#143278;display:block;width:35.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.8125rem;left:13.25rem;height:2.923825rem;font-style:normal;display:block; }
#wLMs7QJZTHePmtTvvTXEEeWfE6Zc55kP { color:#143278;display:block;width:9.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.8125rem;left:1.875rem;height:1.4625rem;font-style:normal;display:block; }
#Kv0btdZdTyFhfdxHlFCf5mNiAxllIseH { color:#44516e;display:block;width:43.75rem;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:5.4375rem;left:13.25rem;height:;display:block; }#Kv0btdZdTyFhfdxHlFCf5mNiAxllIseH li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#Kv0btdZdTyFhfdxHlFCf5mNiAxllIseH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0ed595450bd13a12d45d16b00e5f94376060bcbc.svg); }
#EcmiXT8IzP50iBUeauT5J6CISgVZahGd { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:2.9375rem;width:3rem;top:1.8125rem;left:55.125rem;overflow:hidden;display:block; }
#Myn1Nt9R53VWN0pPvIVRg9qf0Ot3I5N2 { color:#0f1b3d;display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:1.9375rem;left:59.1875rem;height:1.4624rem;font-style:normal;display:block; }
#V4MdPqrIfRGZR2AQrrPvcurN47b7TyWl { color:#44516e;display:block;width:12rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:3.4609375rem;left:59.1875rem;height:2.2734375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KR3CGIvIWUVXsOhQIzNFJwhTb7TWCmFH { position:relative;display:block; }#KR3CGIvIWUVXsOhQIzNFJwhTb7TWCmFH { background-color: transparent; background-image: none; }#KR3CGIvIWUVXsOhQIzNFJwhTb7TWCmFH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KR3CGIvIWUVXsOhQIzNFJwhTb7TWCmFH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KR3CGIvIWUVXsOhQIzNFJwhTb7TWCmFH > .row .container > .video-iframe-container { display: none; }#KR3CGIvIWUVXsOhQIzNFJwhTb7TWCmFH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KR3CGIvIWUVXsOhQIzNFJwhTb7TWCmFH > .row > .video-iframe-container { display: none; }#KR3CGIvIWUVXsOhQIzNFJwhTb7TWCmFH > .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); }#KR3CGIvIWUVXsOhQIzNFJwhTb7TWCmFH { border-width: 0; border-radius: 0; }#KR3CGIvIWUVXsOhQIzNFJwhTb7TWCmFH > .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; }#KR3CGIvIWUVXsOhQIzNFJwhTb7TWCmFH > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #e1e8f2;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gvnxtuXpF3BmpMeE2bl80UJuruGmGTl0 { color:#143278;display:block;width:35.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.8125rem;left:13.25rem;height:1.4625rem;font-style:normal;display:block; }
#u0OvtMDawGRN28SpOISyGI04DU22NESe { color:#143278;display:block;width:9.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.8125rem;left:1.875rem;height:1.4625rem;font-style:normal;display:block; }
#XvHiyH9CeUluGLWhTyfBabBKT8pOKHWG { position:relative;display:block; }#XvHiyH9CeUluGLWhTyfBabBKT8pOKHWG { background-color: transparent; background-image: none; }#XvHiyH9CeUluGLWhTyfBabBKT8pOKHWG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XvHiyH9CeUluGLWhTyfBabBKT8pOKHWG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XvHiyH9CeUluGLWhTyfBabBKT8pOKHWG > .row .container > .video-iframe-container { display: none; }#XvHiyH9CeUluGLWhTyfBabBKT8pOKHWG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XvHiyH9CeUluGLWhTyfBabBKT8pOKHWG > .row > .video-iframe-container { display: none; }#XvHiyH9CeUluGLWhTyfBabBKT8pOKHWG > .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); }#XvHiyH9CeUluGLWhTyfBabBKT8pOKHWG { border-width: 0; border-radius: 0; }#XvHiyH9CeUluGLWhTyfBabBKT8pOKHWG > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XvHiyH9CeUluGLWhTyfBabBKT8pOKHWG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#e1e8f2;background-image:none;font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#FLqTSdJVbkk0SpCFcBzey8vpVWUTTO2y { color:#143278;display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.4375rem;left:2rem;height:1.4625rem;font-style:normal;display:block; }
#JDkQPiTLv2PpDhWqthCcGbmygJP6nkfN { color:#143278;display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.4375rem;left:13.375rem;height:1.4625rem;font-style:normal;display:block; }
#cHsKeTuZ7d4G1BAXF0srMcyewGJ4R60d { position:absolute;display:block;z-index:15002;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:3rem;width:3rem;top:0.6875rem;left:55.125rem;overflow:hidden;display:block; }
#lG6wAlLKzMGQEQm4hexHB6rS9XoHbB6q { color:#143278;display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.45703125rem;left:59.15625rem;height:1.3rem;font-style:normal;display:block; }
#qihOaMi2koBNi2qqZisEdfDwt4unnO7R { position:relative;display:block; }#qihOaMi2koBNi2qqZisEdfDwt4unnO7R { background-color: transparent; background-image: none; }#qihOaMi2koBNi2qqZisEdfDwt4unnO7R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qihOaMi2koBNi2qqZisEdfDwt4unnO7R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qihOaMi2koBNi2qqZisEdfDwt4unnO7R > .row .container > .video-iframe-container { display: none; }#qihOaMi2koBNi2qqZisEdfDwt4unnO7R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qihOaMi2koBNi2qqZisEdfDwt4unnO7R > .row > .video-iframe-container { display: none; }#qihOaMi2koBNi2qqZisEdfDwt4unnO7R > .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); }#qihOaMi2koBNi2qqZisEdfDwt4unnO7R { border-width: 0; border-radius: 0; }#qihOaMi2koBNi2qqZisEdfDwt4unnO7R > .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; }#qihOaMi2koBNi2qqZisEdfDwt4unnO7R > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #e1e8f2;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hTOnTJtdI6vdMue02kixJaGn69vXneRR { color:#143278;display:block;width:35.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.48828125rem;left:13.25rem;height:1.4625rem;font-style:normal;display:block; }
#I3VRtRJnBHlhUfxF1VPVfLuHbTQ4zLpb { color:#143278;display:block;width:9.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.48828125rem;left:1.9375rem;height:1.4625rem;font-style:normal;display:block; }
#qZR5TTVQpzoS4cpUB9xR5bNegNATmV0s { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:3rem;width:3rem;top:1.8125rem;left:55.125rem;overflow:hidden;display:block; }
#EF5aEUP86f99pJ8BKkSXvUwRAsPKFI0k { color:#143278;display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.5625rem;left:59.1875rem;height:1.3rem;font-style:normal;display:block; }
#P49TpNoWTsP4QbVqBWu995Fos2CUX0Nt { position:relative;display:block; }#P49TpNoWTsP4QbVqBWu995Fos2CUX0Nt { background-color: transparent; background-image: none; }#P49TpNoWTsP4QbVqBWu995Fos2CUX0Nt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P49TpNoWTsP4QbVqBWu995Fos2CUX0Nt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P49TpNoWTsP4QbVqBWu995Fos2CUX0Nt > .row .container > .video-iframe-container { display: none; }#P49TpNoWTsP4QbVqBWu995Fos2CUX0Nt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P49TpNoWTsP4QbVqBWu995Fos2CUX0Nt > .row > .video-iframe-container { display: none; }#P49TpNoWTsP4QbVqBWu995Fos2CUX0Nt > .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); }#P49TpNoWTsP4QbVqBWu995Fos2CUX0Nt { border-width: 0; border-radius: 0; }#P49TpNoWTsP4QbVqBWu995Fos2CUX0Nt > .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; }#P49TpNoWTsP4QbVqBWu995Fos2CUX0Nt > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #e1e8f2;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:17.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Ca5Zb5FnDOMlwGPoERfqO4o81fKHfJBQ { color:#143278;display:block;width:35.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.8125rem;left:13.25rem;height:2.923825rem;font-style:normal;display:block; }
#n38ihzbb78GkSlTBaTMTwWxfEaVGhyLx { color:#143278;display:block;width:9.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.8125rem;left:1.875rem;height:1.4625rem;font-style:normal;display:block; }
#KpuB8qLWFF8ruFisUTJEwcanmK6qxpGR { color:#44516e;display:block;width:43.75rem;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:5.4375rem;left:13.25rem;height:;display:block; }#KpuB8qLWFF8ruFisUTJEwcanmK6qxpGR li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#KpuB8qLWFF8ruFisUTJEwcanmK6qxpGR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0ed595450bd13a12d45d16b00e5f94376060bcbc.svg); }
#DO8Ibt9N7gJRgDZt5U7eaWNDLmJFn854 { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:3rem;width:3rem;top:1.8125rem;left:55.125rem;overflow:hidden;display:block; }
#UlRyia57E31yTMzqOn6kvA5WSnAsMfAD { color:#0f1b3d;display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:1.9375rem;left:59.1875rem;height:1.4625rem;font-style:normal;display:block; }
#BJ7P5HQvSUsCS6gpHhrrmZ2vtIkfSENx { color:#44516e;display:block;width:12.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:3.4609375rem;left:59.1875rem;height:2.2734375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#upNb87LRqvmzMuxK9rwTgAeDz7C1XimL { position:relative;display:block; }#upNb87LRqvmzMuxK9rwTgAeDz7C1XimL { background-color: transparent; background-image: none; }#upNb87LRqvmzMuxK9rwTgAeDz7C1XimL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#upNb87LRqvmzMuxK9rwTgAeDz7C1XimL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#upNb87LRqvmzMuxK9rwTgAeDz7C1XimL > .row .container > .video-iframe-container { display: none; }#upNb87LRqvmzMuxK9rwTgAeDz7C1XimL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#upNb87LRqvmzMuxK9rwTgAeDz7C1XimL > .row > .video-iframe-container { display: none; }#upNb87LRqvmzMuxK9rwTgAeDz7C1XimL > .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); }#upNb87LRqvmzMuxK9rwTgAeDz7C1XimL { border-width: 0; border-radius: 0; }#upNb87LRqvmzMuxK9rwTgAeDz7C1XimL > .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; }#upNb87LRqvmzMuxK9rwTgAeDz7C1XimL > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #e1e8f2;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Q85TQmq6U69muFoqRLwsvNw2FVTutWzr { color:#143278;display:block;width:37.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.8125rem;left:13.25rem;height:1.4625rem;font-style:normal;display:block; }
#VCnCFILosw2GAPQwGfgBzJ9UZepba992 { color:#143278;display:block;width:9.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.8125rem;left:1.875rem;height:1.4625rem;font-style:normal;display:block; }
#ROFq5SLknSIATouBsFf76oKQsaMPgTXw { color:#44516e;display:block;width:35.875rem;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:4.0234375rem;left:13.25rem;height:2.2734375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yUFzHFoy0SkiCVHqGViXV6xTJz6DZUH0 { position:absolute;display:block;z-index:15004;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:3rem;width:3rem;top:8rem;left:24.749999046326rem;overflow:hidden;display:block; }
#VsFHTag7OGl8HHryapclTEOJfn68Nqe2 { color:#0f1b3d;display:block;width:12.5rem;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:7.9375rem;left:28.874999046326rem;height:1.4625rem;display:block; }
#XuHVE2K1MnS6lF5zKQf93QPU6tindofb { color:#44516e;display:block;width:10.75rem;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:9.375rem;left:28.874999046326rem;height:3.41015625rem;display:block; }
#iLA2hld5OVgQzDyA6GKrUd2g8X7Wkn8D { color:#44516e;display:block;width:10.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:9.625rem;left:44.750000953674rem;height:2.2734375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T2omlZ2DVpQCS8NUBnrngiipOxdNMboT { color:#0f1b3d;display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:8.125rem;left:44.750000953674rem;height:1.4625rem;font-style:normal;display:block; }
#z8n2J4qhJs8diyCuQttEOreoXFKtb9Op { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:3rem;width:3rem;top:8rem;left:40.687500953674rem;overflow:hidden;display:block; }
#T5CB5LfTLJtzasfOIubaAiKg7oqsxWt4 { position:absolute;display:block;z-index:15004;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:2.75rem;width:2.75rem;top:8rem;left:55.312500953674rem;overflow:hidden;display:block; }
#vRl5u1KgI0kHLJlW6act790aZXAokgLA { color:#0f1b3d;display:block;width:12.5rem;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:8rem;left:59.437500953674rem;height:1.4625rem;display:block; }
#VAW77kz144u3IrEpBJM7LNEkTEGkxFd9 { color:#44516e;display:block;width:12.625rem;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:9.625rem;left:59.437500953674rem;height:2.2734375rem;display:block; }
#mO51ZoAiaIximCOeX3P3TrxbvDCTmG07 { position:relative;display:block; }#mO51ZoAiaIximCOeX3P3TrxbvDCTmG07 { background-color: transparent; background-image: none; }#mO51ZoAiaIximCOeX3P3TrxbvDCTmG07::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mO51ZoAiaIximCOeX3P3TrxbvDCTmG07 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mO51ZoAiaIximCOeX3P3TrxbvDCTmG07 > .row .container > .video-iframe-container { display: none; }#mO51ZoAiaIximCOeX3P3TrxbvDCTmG07 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mO51ZoAiaIximCOeX3P3TrxbvDCTmG07 > .row > .video-iframe-container { display: none; }#mO51ZoAiaIximCOeX3P3TrxbvDCTmG07 > .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); }#mO51ZoAiaIximCOeX3P3TrxbvDCTmG07 { border-width: 0; border-radius: 0; }#mO51ZoAiaIximCOeX3P3TrxbvDCTmG07 > .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; }#mO51ZoAiaIximCOeX3P3TrxbvDCTmG07 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #e1e8f2;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MyEGurt2cu1r1G8gUNkoDbyWkDuE2RNH { color:#143278;display:block;width:35.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.8125rem;left:13.25rem;height:1.4625rem;font-style:normal;display:block; }
#wdKW7abk6ItKrUzUU1p6czbTf0z5qlGy { color:#143278;display:block;width:9.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.8125rem;left:1.875rem;height:1.4625rem;font-style:normal;display:block; }
#pvWxeRIaJsl7NLZpTDxlyvv38RhgfuGo { position:relative;display:block; }#pvWxeRIaJsl7NLZpTDxlyvv38RhgfuGo { background-color: transparent; background-image: none; }#pvWxeRIaJsl7NLZpTDxlyvv38RhgfuGo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pvWxeRIaJsl7NLZpTDxlyvv38RhgfuGo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pvWxeRIaJsl7NLZpTDxlyvv38RhgfuGo > .row .container > .video-iframe-container { display: none; }#pvWxeRIaJsl7NLZpTDxlyvv38RhgfuGo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pvWxeRIaJsl7NLZpTDxlyvv38RhgfuGo > .row > .video-iframe-container { display: none; }#pvWxeRIaJsl7NLZpTDxlyvv38RhgfuGo > .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); }#pvWxeRIaJsl7NLZpTDxlyvv38RhgfuGo { border-width: 0; border-radius: 0; }#pvWxeRIaJsl7NLZpTDxlyvv38RhgfuGo > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pvWxeRIaJsl7NLZpTDxlyvv38RhgfuGo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#e1e8f2;background-image:none;font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#ebqTOqelxL6hyseOmTBtgEnyt3uM0agP { color:#143278;display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.4375rem;left:2rem;height:1.4625rem;font-style:normal;display:block; }
#B51G1yvT83XG0xn1U7ag3ClqkyGZ93XK { color:#143278;display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.4375rem;left:13.375rem;height:1.4625rem;font-style:normal;display:block; }
#czdChQ2Ss0dD3mGgd1g87miSZc7L4k6N { position:absolute;display:block;z-index:15002;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:3rem;width:3rem;top:0.6875rem;left:55.125rem;overflow:hidden;display:block; }
#ad2MfAUoAIienF7Mkka4oZNlwmSx1tE6 { color:#143278;display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.45703125rem;left:59.15625rem;height:1.3rem;font-style:normal;display:block; }
#EfDDMEqSABocNGd5DqGwaJ63xDtZ5wk3 { position:relative;display:block; }#EfDDMEqSABocNGd5DqGwaJ63xDtZ5wk3 { background-color: transparent; background-image: none; }#EfDDMEqSABocNGd5DqGwaJ63xDtZ5wk3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EfDDMEqSABocNGd5DqGwaJ63xDtZ5wk3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EfDDMEqSABocNGd5DqGwaJ63xDtZ5wk3 > .row .container > .video-iframe-container { display: none; }#EfDDMEqSABocNGd5DqGwaJ63xDtZ5wk3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EfDDMEqSABocNGd5DqGwaJ63xDtZ5wk3 > .row > .video-iframe-container { display: none; }#EfDDMEqSABocNGd5DqGwaJ63xDtZ5wk3 > .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); }#EfDDMEqSABocNGd5DqGwaJ63xDtZ5wk3 { border-width: 0; border-radius: 0; }#EfDDMEqSABocNGd5DqGwaJ63xDtZ5wk3 > .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; }#EfDDMEqSABocNGd5DqGwaJ63xDtZ5wk3 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #e1e8f2;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:13.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MnSi1wTV0mE8tIdfoBCm3KE5BBbfeUK1 { color:#143278;display:block;width:35.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.8125rem;left:13.25rem;height:2.923825rem;font-style:normal;display:block; }
#or2r527mQglIO4WPl6cKDHQnpMEOEz0L { color:#143278;display:block;width:9.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.8125rem;left:1.875rem;height:1.4625rem;font-style:normal;display:block; }
#cmfMEM93HSOkF3CTIvVn1Wh74kRyJCxk { color:#44516e;display:block;width:43.75rem;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:5.4375rem;left:13.25rem;height:;display:block; }#cmfMEM93HSOkF3CTIvVn1Wh74kRyJCxk li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#cmfMEM93HSOkF3CTIvVn1Wh74kRyJCxk li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0ed595450bd13a12d45d16b00e5f94376060bcbc.svg); }
#XiaGaBpTL3KTDubRZ3I26TlwMaimnMvV { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:3rem;width:3rem;top:1.8125rem;left:55.125rem;overflow:hidden;display:block; }
#GQs8X71Lb3oCHtmtfSVAOTIWnIazgxgM { color:#0f1b3d;display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:1.9375rem;left:59.1875rem;height:1.4625rem;font-style:normal;display:block; }
#sdfLZATmmUwK5mgzd1MQby8nqbzrxNLP { color:#44516e;display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:3.4609375rem;left:59.1875rem;height:2.2734375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GmpaycTX149oyMR4Duefu0KeG7PrVCLH { position:relative;display:block; }#GmpaycTX149oyMR4Duefu0KeG7PrVCLH { background-color: transparent; background-image: none; }#GmpaycTX149oyMR4Duefu0KeG7PrVCLH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GmpaycTX149oyMR4Duefu0KeG7PrVCLH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GmpaycTX149oyMR4Duefu0KeG7PrVCLH > .row .container > .video-iframe-container { display: none; }#GmpaycTX149oyMR4Duefu0KeG7PrVCLH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GmpaycTX149oyMR4Duefu0KeG7PrVCLH > .row > .video-iframe-container { display: none; }#GmpaycTX149oyMR4Duefu0KeG7PrVCLH > .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); }#GmpaycTX149oyMR4Duefu0KeG7PrVCLH { border-width: 0; border-radius: 0; }#GmpaycTX149oyMR4Duefu0KeG7PrVCLH > .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; }#GmpaycTX149oyMR4Duefu0KeG7PrVCLH > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #e1e8f2;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:15.25rem;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; }#OipPsaxqFTsK0K1cSBdxWJNkGfSVnpWl { color:#143278;display:block;width:35.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.8125rem;left:13.25rem;height:2.923825rem;font-style:normal;display:block; }
#G5lChbPwIxHJhVignOIS2PKVA4crIwsC { color:#143278;display:block;width:9.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.8125rem;left:1.875rem;height:1.4625rem;font-style:normal;display:block; }
#gLBt1bTOvUqM3V93PvE9QuHnrGMJRlxq { color:#44516e;display:block;width:43.75rem;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:5.4375rem;left:13.25rem;height:7.359375rem;display:block; }#gLBt1bTOvUqM3V93PvE9QuHnrGMJRlxq li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#gLBt1bTOvUqM3V93PvE9QuHnrGMJRlxq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0ed595450bd13a12d45d16b00e5f94376060bcbc.svg); }
#dbVWbAfJNmhRTlvOqbbDg9CS3U6w5haT { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:3rem;width:3rem;top:1.8125rem;left:55.125rem;overflow:hidden;display:block; }
#pSfu3aoSEEBiIPm96n4VKqUF6NuS5uPC { color:#0f1b3d;display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:1.9375rem;left:59.1875rem;height:1.4625rem;font-style:normal;display:block; }
#dOEXAkkISH5QPWRalvGwqlExfgTOrkSm { color:#44516e;display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:3.4609375rem;left:59.1875rem;height:2.2734375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tJAtrZVd8S98PWl75p8D1uJ0IWzQOs27 { position:relative;display:block; }#tJAtrZVd8S98PWl75p8D1uJ0IWzQOs27 { background-color: transparent; background-image: none; }#tJAtrZVd8S98PWl75p8D1uJ0IWzQOs27::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJAtrZVd8S98PWl75p8D1uJ0IWzQOs27 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJAtrZVd8S98PWl75p8D1uJ0IWzQOs27 > .row .container > .video-iframe-container { display: none; }#tJAtrZVd8S98PWl75p8D1uJ0IWzQOs27 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJAtrZVd8S98PWl75p8D1uJ0IWzQOs27 > .row > .video-iframe-container { display: none; }#tJAtrZVd8S98PWl75p8D1uJ0IWzQOs27 > .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); }#tJAtrZVd8S98PWl75p8D1uJ0IWzQOs27 { border-width: 0; border-radius: 0; }#tJAtrZVd8S98PWl75p8D1uJ0IWzQOs27 > .row .container > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem; }#tJAtrZVd8S98PWl75p8D1uJ0IWzQOs27 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#e1e8f2;background-image:none;font-size:0.875rem;font-family:arial;height:3.3125rem;width:75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;position:relative;display:block; }#LJ0TSgTKHaMOextL7bXNnvAvISwZ7eky { color:#143278;display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.92578125rem;left:1.84375rem;height:1.4625rem;font-style:normal;display:block; }
#SqhKrQ7GSiAgtTK2xKxm7ztraDF2XhbX { color:#143278;display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.92578125rem;left:13.21875rem;height:1.4625rem;font-style:normal;display:block; }
#RqQg57OFUkkBGOVaXa2GUg81Cs6WVoQD { position:relative;display:block; }#RqQg57OFUkkBGOVaXa2GUg81Cs6WVoQD { background-color: transparent; background-image: none; }#RqQg57OFUkkBGOVaXa2GUg81Cs6WVoQD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RqQg57OFUkkBGOVaXa2GUg81Cs6WVoQD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RqQg57OFUkkBGOVaXa2GUg81Cs6WVoQD > .row .container > .video-iframe-container { display: none; }#RqQg57OFUkkBGOVaXa2GUg81Cs6WVoQD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RqQg57OFUkkBGOVaXa2GUg81Cs6WVoQD > .row > .video-iframe-container { display: none; }#RqQg57OFUkkBGOVaXa2GUg81Cs6WVoQD > .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); }#RqQg57OFUkkBGOVaXa2GUg81Cs6WVoQD { border-width: 0; border-radius: 0; }#RqQg57OFUkkBGOVaXa2GUg81Cs6WVoQD > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RqQg57OFUkkBGOVaXa2GUg81Cs6WVoQD > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f8fe;background-image:none;font-size:0.875rem;font-family:arial;height:27.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#pn4PFZLTRRr0HTIwCnmhvGFg4O5nF4qZ { color:#2c6fe6;display:block;width:23.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:3.4375rem;left:0rem;height:8.7988125rem;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; }
#Zdk5iGcRvHooTpzD5e3LbTLEO3vu11It { color:#44516e;display:block;width:37.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:13.125rem;left:0rem;height:5.0625rem;display:block; }
#HozMKyB2LFrIVALgTTHIevohFzRVaTLS { background-color:#22c55e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.1875rem;border-top-right-radius:3.1875rem;border-bottom-left-radius:3.1875rem;border-bottom-right-radius:3.1875rem;box-shadow: 0rem 0.375rem 0.5rem rgba(34,197,94,0.2) ;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.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:3.1875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:20.1875rem;left:0rem;display:block; }
#Diziy1DlBnpFT4esmMeaKgehV1TDEgcS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sr14nG5bu4PFGEsA2ouQGs7QMHxWAFPb { position:absolute;display:block;z-index:15011;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:21.5rem;width:36.25rem;top:3.4375rem;left:38.125rem;overflow:hidden;display:block; }
#MHKE1bwTCyZKCkTRA0keAotW7leEQHr1 { position:relative;display:block; }#MHKE1bwTCyZKCkTRA0keAotW7leEQHr1 { background-color: transparent; background-image: none; }#MHKE1bwTCyZKCkTRA0keAotW7leEQHr1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHKE1bwTCyZKCkTRA0keAotW7leEQHr1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHKE1bwTCyZKCkTRA0keAotW7leEQHr1 > .row .container > .video-iframe-container { display: none; }#MHKE1bwTCyZKCkTRA0keAotW7leEQHr1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHKE1bwTCyZKCkTRA0keAotW7leEQHr1 > .row > .video-iframe-container { display: none; }#MHKE1bwTCyZKCkTRA0keAotW7leEQHr1 > .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); }#MHKE1bwTCyZKCkTRA0keAotW7leEQHr1 { border-width: 0; border-radius: 0; }#MHKE1bwTCyZKCkTRA0keAotW7leEQHr1 > .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; }#MHKE1bwTCyZKCkTRA0keAotW7leEQHr1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4f8fe;background-image:none;font-size:0.875rem;font-family:arial;height:17.3125rem;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; }#n79xiLI6XSxhF6lfNFoR2Bx6tQBzvew0 { box-sizing:content-box;height:14.25rem;width:22.5rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.125rem 0.375rem rgba(15,27,61,0.04) ;border-top:0.0625rem solid #e1e8f2;border-left:0.0625rem solid #e1e8f2;border-right:0.0625rem solid #e1e8f2;border-bottom:0.0625rem solid #e1e8f2;top:2.25rem;left:1.25rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#dkNVPMQwMXBcQoxZfzZruVKcelLnFtik { position:absolute;display:block;z-index:15001;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:2.5rem;width:2.5rem;top:3.75rem;left:3.09375rem;overflow:hidden;display:block; }
#znJwMKxmMOTKyvIHWMirCIkt3N8G19WQ { color:#143278;display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.1875rem;left:3.09375rem;height:2.923825rem;font-style:normal;display:block; }
#EJhub4zVqZCxVVBIC1mOfFt0i7u7HXVh { 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:3rem;width:3rem;top:11.875rem;left:3.09375rem;overflow:hidden;display:block; }
#aDTqV80Tu0t5FqdIvTEbMIuMggl7feG1 { box-sizing:content-box;height:0.0625rem;width:18.75rem;position:absolute;display:block;z-index:15004;background-color:#e1e8f2;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11rem;left:3.125rem;display:block; }
#hMOTFTXu3XzVUq5FmWkb7dVLd7btFEzQ { color:#0f1b3d;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:12rem;left:7.46875rem;height:2.5996125rem;font-style:normal;display:block; }
#lJbxUHDMqammuXJB0k6PXeJZmqERdLps { box-sizing:content-box;height:14.25rem;width:22.5rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.125rem 0.375rem rgba(15,27,61,0.04) ;border-top:0.0625rem solid #e1e8f2;border-left:0.0625rem solid #e1e8f2;border-right:0.0625rem solid #e1e8f2;border-bottom:0.0625rem solid #e1e8f2;top:2.1875rem;left:26.1875rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#z4Jy1AVCO8UWEkSPM5hAQoUlwcXeTPIa { box-sizing:content-box;height:0.0625rem;width:18.75rem;position:absolute;display:block;z-index:15011;background-color:#e1e8f2;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.375rem;left:28.0625rem;display:block; }
#s2fBOoB4oNdPW0nVHzmSdEzMptlJGvZF { color:#143278;display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:7.5625rem;left:28.0625rem;height:2.923825rem;font-style:normal;display:block; }
#S9fovKlkiW1syEgxFc4pAsXG8V8AktF7 { position:absolute;display:block;z-index:15008;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:2.5rem;width:2.5rem;top:4.125rem;left:28.0625rem;overflow:hidden;display:block; }
#LZK2o52EpfAfg2ENTAqLmLTQCmCMlbHb { box-sizing:content-box;height:14.25rem;width:22.5rem;position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.125rem 0.375rem rgba(15,27,61,0.04) ;border-top:0.0625rem solid #e1e8f2;border-left:0.0625rem solid #e1e8f2;border-right:0.0625rem solid #e1e8f2;border-bottom:0.0625rem solid #e1e8f2;top:2.1875rem;left:51.1875rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#U0vRraHT0zIToIQ4l7r1qI6szpp67a4D { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:3rem;width:3rem;top:12.5625rem;left:53.0625rem;overflow:hidden;display:block; }
#tevoX8rVBDHM7dlzr3MaLEb1MAfz74qf { box-sizing:content-box;height:0.0625rem;width:18.75rem;position:absolute;display:block;z-index:15016;background-color:#e1e8f2;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.6875rem;left:53.0625rem;display:block; }
#T0CvAspTZ88ERDARweGJWRMwnbNQr6Cd { color:#143278;display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:7.875rem;left:53.0625rem;height:2.923825rem;font-style:normal;display:block; }
#spSTE909nkEdx6g8XfFo7xuLSmt6vrVp { position:absolute;display:block;z-index:15013;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:2.5rem;width:2.5rem;top:4.4375rem;left:53.0625rem;overflow:hidden;display:block; }
#wPB1yBcS1DlOmqQisvvb8Ay3SQrQiLVb { color:#0f1b3d;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:12.375rem;left:57.4375rem;height:1.3rem;font-style:normal;display:block; }
#LaJJGBBhBena0nt9H5GXHR3rWm5vnvEG { color:#6b7693;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:14rem;left:57.4375rem;height:1.3rem;display:block; }
#fGey2UuBo9cFhckGppDG1TQdZguTc509 { 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:3rem;width:3rem;top:11.9375rem;left:28.818749427796rem;overflow:hidden;display:block; }
#qniTZzP38ttLorcrTG1ob3fovoE1qpiA { color:#0f1b3d;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:12.3125rem;left:33.192969322204rem;height:2.5996125rem;font-style:normal;display:block; }
#piQGldRO26ZNh6QyDJlPxRT8JDSoJM2l { 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:3rem;width:3rem;top:11.9375rem;left:28.818749427796rem;overflow:hidden;display:block; }
#SQklqs56CnEWL3bsaCMkiAl2xFru3DqZ { color:#0f1b3d;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:12.3125rem;left:33.192969322204rem;height:2.5996125rem;font-style:normal;display:block; }
#ZrQXTBw9suyAWM1E1WXCd0Zh4qa8RLKH { 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:3rem;width:3rem;top:11.875rem;left:3.09375rem;overflow:hidden;display:none; }
#HIsspeXx1oXpm7bU5LXATCCI20wXN1BM { color:#0f1b3d;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:12rem;left:7.46875rem;height:2.6rem;font-style:normal;display:none; }
#We8ePAgIunpwc4CKmpNINRxRySSgoVZK { position:relative;display:block; }#We8ePAgIunpwc4CKmpNINRxRySSgoVZK { background-color: transparent; background-image: none; }#We8ePAgIunpwc4CKmpNINRxRySSgoVZK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#We8ePAgIunpwc4CKmpNINRxRySSgoVZK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#We8ePAgIunpwc4CKmpNINRxRySSgoVZK > .row .container > .video-iframe-container { display: none; }#We8ePAgIunpwc4CKmpNINRxRySSgoVZK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#We8ePAgIunpwc4CKmpNINRxRySSgoVZK > .row > .video-iframe-container { display: none; }#We8ePAgIunpwc4CKmpNINRxRySSgoVZK > .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); }#We8ePAgIunpwc4CKmpNINRxRySSgoVZK { border-width: 0; border-radius: 0; }#We8ePAgIunpwc4CKmpNINRxRySSgoVZK > .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; }#We8ePAgIunpwc4CKmpNINRxRySSgoVZK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4f8fe;background-image:none;font-size:0.875rem;font-family:arial;height:17.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LSF4Acv4fpbXbOhls1gFsGMWGr2KqIVR { box-sizing:content-box;height:14.25rem;width:22.5rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.125rem 0.375rem rgba(15,27,61,0.04) ;border-top:0.0625rem solid #e1e8f2;border-left:0.0625rem solid #e1e8f2;border-right:0.0625rem solid #e1e8f2;border-bottom:0.0625rem solid #e1e8f2;top:1rem;left:1.25rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#chAu4KrVFgrdceFpCXght5O6h6rQMtAJ { position:absolute;display:block;z-index:15001;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:2.5rem;width:2.5rem;top:2.5rem;left:3.09375rem;overflow:hidden;display:block; }
#F1aH0O3QhtDcqEtXE9H2UPFDtvrLSH2x { color:#143278;display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.9375rem;left:3.09375rem;height:2.923825rem;font-style:normal;display:block; }
#UBrVfwzWxzuhPuTQNXFzOzo7s5GwFbTm { box-sizing:content-box;height:0.0625rem;width:18.75rem;position:absolute;display:block;z-index:15004;background-color:#e1e8f2;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.75rem;left:3.125rem;display:block; }
#bi29u9TXll0q4iMBsd6ZxxRzlzywculB { box-sizing:content-box;height:14.25rem;width:22.5rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.125rem 0.375rem rgba(15,27,61,0.04) ;border-top:0.0625rem solid #e1e8f2;border-left:0.0625rem solid #e1e8f2;border-right:0.0625rem solid #e1e8f2;border-bottom:0.0625rem solid #e1e8f2;top:0.9375rem;left:26.1875rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#mW4tASCNfZSAOqCvfcO1c0yshZIXsvsD { box-sizing:content-box;height:0.0625rem;width:18.75rem;position:absolute;display:block;z-index:15011;background-color:#e1e8f2;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.125rem;left:28.0625rem;display:block; }
#W4HrWWIwRTUn5bOyiCGRGepiClbeKGaU { color:#143278;display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:6.3125rem;left:28.0625rem;height:2.923825rem;font-style:normal;display:block; }
#qrXN9EPS72yvXWrSaxR4yLAEh4uO8oAT { position:absolute;display:block;z-index:15008;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:2.5rem;width:2.5rem;top:2.875rem;left:28.0625rem;overflow:hidden;display:block; }
#d7SKKMFhD2mJnvUypvyO698kWzhHKy4s { box-sizing:content-box;height:14.25rem;width:22.5rem;position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.125rem 0.375rem rgba(15,27,61,0.04) ;border-top:0.0625rem solid #e1e8f2;border-left:0.0625rem solid #e1e8f2;border-right:0.0625rem solid #e1e8f2;border-bottom:0.0625rem solid #e1e8f2;top:0.9375rem;left:51.1875rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#Lmm8EOn3ncqMqIGWXpcgda6Ag9cHJeT5 { position:absolute;display:block;z-index:15015;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:3rem;width:3rem;top:11.3125rem;left:53.0625rem;overflow:hidden;display:block; }
#yKfUbSgS1S2zfvrRkTHOATGVikn5oSCb { box-sizing:content-box;height:0.0625rem;width:18.75rem;position:absolute;display:block;z-index:15016;background-color:#e1e8f2;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.4375rem;left:53.0625rem;display:block; }
#fBvqp8HKUbO86Drlm6zd6AXW2RG9xTis { color:#143278;display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:6.625rem;left:53.0625rem;height:2.923825rem;font-style:normal;display:block; }
#k7muVHKQDwgr3GfV5v1teqXg7ZVBTBzs { position:absolute;display:block;z-index:15013;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:2.5rem;width:2.5rem;top:3.1875rem;left:53.0625rem;overflow:hidden;display:block; }
#SEX63masK6REDgS2HJsDPQJ3vEFmhyFq { color:#0f1b3d;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:11.125rem;left:57.4375rem;height:1.3rem;font-style:normal;display:block; }
#VAB1FT3TngEFmxV5g4qfWlJfwNNlDJVL { color:#6b7693;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:12.75rem;left:57.4375rem;height:1.3rem;display:block; }
#rCQ4yQ8hTJ0dbq72O3zi6FXk0xZNJ6F3 { 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:3rem;width:3rem;top:10.625rem;left:3.1875rem;overflow:hidden;display:block; }
#TXOb3VbSqNTkLXKEXFcQvC6KNa2T1LDN { color:#0f1b3d;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:10.9375rem;left:7.1875rem;height:2.5996125rem;font-style:normal;display:block; }
#NPznOAT5ikWx4cTZvNW9ytwLNaKXmiMW { 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:3rem;width:3rem;top:11.1123046875rem;left:27.625rem;overflow:hidden;display:block; }
#i0FIn9lGTLKQt7VJTy3liXUvCyCt7M5B { color:#0f1b3d;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:11.3125rem;left:32.3125rem;height:2.5996125rem;font-style:normal;display:block; }
#Dk2PyKds6c6VAqiNL1cRZ1zDcvWqD9zb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f8fe;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; }#Dk2PyKds6c6VAqiNL1cRZ1zDcvWqD9zb > .row .container { background-color: transparent; background-image: none; }#Dk2PyKds6c6VAqiNL1cRZ1zDcvWqD9zb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dk2PyKds6c6VAqiNL1cRZ1zDcvWqD9zb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dk2PyKds6c6VAqiNL1cRZ1zDcvWqD9zb > .row .container > .video-iframe-container { display: none; }#Dk2PyKds6c6VAqiNL1cRZ1zDcvWqD9zb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dk2PyKds6c6VAqiNL1cRZ1zDcvWqD9zb > .row > .video-iframe-container { display: none; }#Dk2PyKds6c6VAqiNL1cRZ1zDcvWqD9zb > .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); }#Dk2PyKds6c6VAqiNL1cRZ1zDcvWqD9zb > .row .container { border-width: 0; border-radius: 0; }#Dk2PyKds6c6VAqiNL1cRZ1zDcvWqD9zb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Dk2PyKds6c6VAqiNL1cRZ1zDcvWqD9zb > .row .container { font-size:0.875rem;font-family:arial;height:5.6875rem;width:75rem;position:relative;display:block; }#kPgcstGxiGVNnAio3OzgZuqopm0pv2lr { box-sizing:content-box;height:2.5rem;width:9.875rem;position:absolute;display:block;z-index:15000;background-color:#143278;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(44,111,230,0.2);border-left:0.0625rem solid rgba(44,111,230,0.2);border-right:0.0625rem solid rgba(44,111,230,0.2);border-bottom:0.0625rem solid rgba(44,111,230,0.2);top:1.8125rem;left:0rem;border-top-right-radius:2.9375rem;border-bottom-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-top-left-radius:2.9375rem;display:block; }
#WgvbPs9JppLDnTFbfEgyCBLCBDwbxwJm { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5rem;left:0.25rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IzP77g8F8WUMTvM5JMKUD2cJgGtprh77 { color:#143278;display:block;width:30.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.150390625rem;left:11.40625rem;height:1.95rem;font-style:normal;display:block; }
#Xo9kFTKndg3MWm4iz8lVGo88lTAnTnp4 { position:relative;display:block; }#Xo9kFTKndg3MWm4iz8lVGo88lTAnTnp4 { background-color: transparent; background-image: none; }#Xo9kFTKndg3MWm4iz8lVGo88lTAnTnp4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xo9kFTKndg3MWm4iz8lVGo88lTAnTnp4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xo9kFTKndg3MWm4iz8lVGo88lTAnTnp4 > .row .container > .video-iframe-container { display: none; }#Xo9kFTKndg3MWm4iz8lVGo88lTAnTnp4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xo9kFTKndg3MWm4iz8lVGo88lTAnTnp4 > .row > .video-iframe-container { display: none; }#Xo9kFTKndg3MWm4iz8lVGo88lTAnTnp4 > .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); }#Xo9kFTKndg3MWm4iz8lVGo88lTAnTnp4 { border-width: 0; border-radius: 0; }#Xo9kFTKndg3MWm4iz8lVGo88lTAnTnp4 > .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; }#Xo9kFTKndg3MWm4iz8lVGo88lTAnTnp4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4f8fe;background-image:none;font-size:0.875rem;font-family:arial;height:63.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ntvMmNJZbzSzMMF5t19ZHna2lVWTX2ZH { box-sizing:content-box;height:60rem;width:35.625rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #e1e8f2;border-left:0.0625rem solid #e1e8f2;border-right:0.0625rem solid #e1e8f2;border-bottom:0.0625rem solid #e1e8f2;top:0.96875rem;left:0.875rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#kAR3eDOTCpUSkNRWsp73SbTzZBT1vLib { color:#143278;display:block;width:4rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.6875rem;left:3.40625rem;height:3.575rem;font-style:normal;display:block; }
#a0fT4SdhDfcVuIV5gwkhcwOwJXS6l6Io { box-sizing:content-box;height:2rem;width:6.5625rem;position:absolute;display:block;z-index:15011;background-color:#eaf2fc;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(44,111,230,0.2);border-left:0.0625rem solid rgba(44,111,230,0.2);border-right:0.0625rem solid rgba(44,111,230,0.2);border-bottom:0.0625rem solid rgba(44,111,230,0.2);top:3.5rem;left:24.9375rem;border-top-right-radius:62.4375rem;border-bottom-right-radius:62.4375rem;border-bottom-left-radius:62.4375rem;border-top-left-radius:62.4375rem;display:block; }
#dOrllTFocui0dAsUQEfdCyE1XohIuIRc { color:#2c6fe6;display:block;width:4.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:4.0625rem;left:25.875rem;height:0.89355625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x7N4cpCuMX32oQuFzTsEshlLl8dCoidE { color:#143278;display:block;width:31.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:7.6875rem;left:3.40625rem;height:5.8483875rem;font-style:normal;display:block; }
#IGdRfDvRApTI25v21W0K4EbmhAFVUtMF { box-sizing:content-box;height:4.75rem;width:31.875rem;position:absolute;display:block;z-index:15014;background-color:#eaf2fc;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.6875rem;left:3.40625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#mcyCtHhwHJFI7aIyHfDl3SrSTy7rCrph { position:absolute;display:block;z-index:15015;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:3rem;width:3rem;top:15.5625rem;left:4.46875rem;overflow:hidden;display:block; }
#KlNu6SXWlrmS51xfKpf1arJBdQ2UsGwR { color:#44516e;display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:15.724609375rem;left:8.4375rem;height:1.3rem;display:block; }
#AG1MxTnfxswamcfAVDOsNXbqz9TEkAFH { color:#6b7693;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:17.3828125rem;left:8.4375rem;height:1.05625rem;display:block; }
#l36ackSCRaQ8wTnTJXKkeN7i53rgUSBC { color:#2c6fe6;display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:20.8125rem;left:3.40625rem;height:1.3rem;font-style:normal;display:block; }
#eEa2yGgJotJeTpwo5ELeB9wmpSsie5Et { color:#44516e;display:block;width:31.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:23.125rem;left:3.40625rem;height:;display:block; }#eEa2yGgJotJeTpwo5ELeB9wmpSsie5Et li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#eEa2yGgJotJeTpwo5ELeB9wmpSsie5Et li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0ed595450bd13a12d45d16b00e5f94376060bcbc.svg); }
#hCaZRFBf1vV0HKCGR1qRIgKdrqugBnfE { color:#22c55e;display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:42.9375rem;left:3.3125rem;height:1.3rem;font-style:normal;display:block; }
#eZ7M4bz4TSZFpPRXDJqpBqUICpSDx8IJ { color:#44516e;display:block;width:31.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:45.25rem;left:3.3125rem;height:7.359375rem;display:block; }#eZ7M4bz4TSZFpPRXDJqpBqUICpSDx8IJ li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#eZ7M4bz4TSZFpPRXDJqpBqUICpSDx8IJ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ac5d0c148ba7cc9eb0248aa899e2c0c525c8ce92.svg); }
#B4bT3sTl1edsbX10VfGsnebh4ffsbuwT { box-sizing:content-box;height:0.0625rem;width:31.875rem;position:absolute;display:block;z-index:15005;background-color:#e1e8f2;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:53.875rem;left:2.6875rem;display:block; }
#h6paQ9OLJ2DDyUsbCGJAP2Z40xhqHSI3 { color:#6b7693;display:block;width:3.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:55.75rem;left:3.5rem;height:0.975rem;display:block; }
#yy2u7RfuFBrU31I6owwChN9KSqUzZDJp { color:#0f1b3d;display:block;width:6.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:56.9375rem;left:3.5rem;height:1.3rem;display:block; }
#VdinLNRCpBLoJzcPvRhflFKBnwfXUH4N { color:#6b7693;display:block;width:4.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:55.75rem;left:11.4375rem;height:0.975rem;display:block; }
#RKS7zKPRA6ULKziVt2LdGTHhnmlsXfOB { color:#0f1b3d;display:block;width:7.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:56.9375rem;left:11.4375rem;height:1.3rem;display:block; }
#pOwDTT5kysJOfKalSDa8uxiDd3N8pknT { box-sizing:content-box;height:60rem;width:35.625rem;position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #e1e8f2;border-left:0.0625rem solid #e1e8f2;border-right:0.0625rem solid #e1e8f2;border-bottom:0.0625rem solid #e1e8f2;top:1rem;left:38.375rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#TTMds3ffNT1ib03rAgEirtbDBePxKcmR { color:#143278;display:block;width:4rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.75rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:2.6875rem;left:40.75rem;height:3.575rem;font-style:normal;display:block; }
#EMGGrFCVTxJEWyrfiumTO1VG7Mgdi1Tp { color:#143278;display:block;width:33.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15031;line-height:1.2;letter-spacing:0;top:7.6875rem;left:40.75rem;height:6.597625rem;font-style:normal;display:block; }
#Pa8h0k7PfKiACSoylw4osfs5qVz70ROu { box-sizing:content-box;height:4.75rem;width:31.875rem;position:absolute;display:block;z-index:15032;background-color:#eaf2fc;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.6875rem;left:40.75rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#vMQEnTokBC5igX1kJiQDNEmUdoQoR02C { position:absolute;display:block;z-index:15033;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:3rem;width:3rem;top:15.5625rem;left:41.8125rem;overflow:hidden;display:block; }
#olqPVCcGn3ZBFu7SPSQluVZnbBQM53aA { color:#44516e;display:block;width:15.375rem;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:15.75rem;left:45.75rem;height:1.3rem;display:block; }
#pOeZtsEm7SGEg3IPynMg01NyIcg3iF6u { color:#6b7693;display:block;width:15.9375rem;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:17.375rem;left:45.75rem;height:1.05625rem;display:block; }
#EVAVHtyMgdu6vmtK2KiTPhcZpDSrV2TK { box-sizing:content-box;height:2rem;width:8rem;position:absolute;display:block;z-index:15029;background-color:#eaf2fc;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(44,111,230,0.2);border-left:0.0625rem solid rgba(44,111,230,0.2);border-right:0.0625rem solid rgba(44,111,230,0.2);border-bottom:0.0625rem solid rgba(44,111,230,0.2);top:3.412109375rem;left:62rem;border-top-right-radius:62.4375rem;border-bottom-right-radius:62.4375rem;border-bottom-left-radius:62.4375rem;border-top-left-radius:62.4375rem;display:block; }
#N6OUA74Qz8gTqTGXLbDl44DwyVbbrMKg { color:#2c6fe6;display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:20.8125rem;left:40.75rem;height:1.3rem;font-style:normal;display:block; }
#JnW5CFTcrne4J1KCaW3SebI9vcu9yqXK { color:#22c55e;display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:42.9375rem;left:40.75rem;height:1.3rem;font-style:normal;display:block; }
#tPvS5MuphT29VTthqbkL5DTvN7wotwkq { color:#2c6fe6;display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:4.02734375rem;left:62.25rem;height:0.89355625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D75DT5ZsuoCBi7DFMMwXJnf6GbFHzwvf { color:#44516e;display:block;width:31.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:23.125rem;left:40.75rem;height:;display:block; }#D75DT5ZsuoCBi7DFMMwXJnf6GbFHzwvf li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#D75DT5ZsuoCBi7DFMMwXJnf6GbFHzwvf li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0ed595450bd13a12d45d16b00e5f94376060bcbc.svg); }
#IxfeTWUr6GL3xEpuyMmiZOhT0fRs6pPK { color:#44516e;display:block;width:32.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:45.25rem;left:40.75rem;height:7.359375rem;display:block; }#IxfeTWUr6GL3xEpuyMmiZOhT0fRs6pPK li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#IxfeTWUr6GL3xEpuyMmiZOhT0fRs6pPK li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ac5d0c148ba7cc9eb0248aa899e2c0c525c8ce92.svg); }
#GxuuNaxePTSdZDlMSdJgsPFealh9awp5 { box-sizing:content-box;height:0.0625rem;width:31.875rem;position:absolute;display:block;z-index:15023;background-color:#e1e8f2;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:54rem;left:40.3125rem;display:block; }
#XaVnhTsQectV213KS3C0PGJrCpukQOMo { color:#6b7693;display:block;width:3.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:55.875rem;left:41.1875rem;height:0.975rem;display:block; }
#MOLhVaIHTETRo0ZPuHoTP8NOG6kZqL3T { color:#6b7693;display:block;width:4.4375rem;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:55.875rem;left:49.0625rem;height:0.975rem;display:block; }
#xyQa4PmT6T3f8BzlPerEJwVVFR40qAZO { color:#0f1b3d;display:block;width:6.75rem;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:57.0625rem;left:41.1875rem;height:1.3rem;display:block; }
#Niwu2cQh90N2TWr4P3W81m3ZfQOgxP1d { color:#0f1b3d;display:block;width:7.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:57.0625rem;left:49.0625rem;height:1.3rem;display:block; }
#ulxJqhzO0TJxr62AvA2fLXO3HnyUy4ih { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f8fe;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; }#ulxJqhzO0TJxr62AvA2fLXO3HnyUy4ih > .row .container { background-color: transparent; background-image: none; }#ulxJqhzO0TJxr62AvA2fLXO3HnyUy4ih::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ulxJqhzO0TJxr62AvA2fLXO3HnyUy4ih > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ulxJqhzO0TJxr62AvA2fLXO3HnyUy4ih > .row .container > .video-iframe-container { display: none; }#ulxJqhzO0TJxr62AvA2fLXO3HnyUy4ih > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ulxJqhzO0TJxr62AvA2fLXO3HnyUy4ih > .row > .video-iframe-container { display: none; }#ulxJqhzO0TJxr62AvA2fLXO3HnyUy4ih > .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); }#ulxJqhzO0TJxr62AvA2fLXO3HnyUy4ih > .row .container { border-width: 0; border-radius: 0; }#ulxJqhzO0TJxr62AvA2fLXO3HnyUy4ih > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ulxJqhzO0TJxr62AvA2fLXO3HnyUy4ih > .row .container { font-size:0.875rem;font-family:arial;height:19.9375rem;width:75rem;position:relative;display:block; }#AUsKuxytaWJ2odkxoO059R9nyhlqhWtd { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:3.3125rem;left:0rem;overflow:hidden;display:block; }
#T0hJ3moNDp6bSkDRlsTRK9PH9uvTC8fM { color:#143278;display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.994140625rem;left:3.46875rem;height:1.13769375rem;font-style:normal;display:block; }
#J1x2mx3ePcLvB9SCWaoo0yCx0tCBoGgL { color:#2c6fe6;display:block;width:33.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:7.1875rem;left:0rem;height:8.7988125rem;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; }
#sWEv1750gd5DP8U7fAPHZWBZkEyfP2xv { color:#44516e;display:block;width:33.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:3.994140625rem;left:38.875rem;height:6.75rem;display:block; }
#ePoR92Qn9Vu5y58LygMVfhVFC2pCenO3 { background-color:#22c55e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.1875rem;border-top-right-radius:3.1875rem;border-bottom-left-radius:3.1875rem;border-bottom-right-radius:3.1875rem;box-shadow: 0rem 0.375rem 0.5rem rgba(34,197,94,0.2) ;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.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:3.1875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:12.0478515625rem;left:38.875rem;display:block; }
#eUqTKs8zr7BHPVBT2TFks7GbhugLwgTs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mtnPOxXevwvZm5VTMTZaJ5aJsTvcshdR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f8fe;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; }#mtnPOxXevwvZm5VTMTZaJ5aJsTvcshdR > .row .container { background-color: transparent; background-image: none; }#mtnPOxXevwvZm5VTMTZaJ5aJsTvcshdR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mtnPOxXevwvZm5VTMTZaJ5aJsTvcshdR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mtnPOxXevwvZm5VTMTZaJ5aJsTvcshdR > .row .container > .video-iframe-container { display: none; }#mtnPOxXevwvZm5VTMTZaJ5aJsTvcshdR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mtnPOxXevwvZm5VTMTZaJ5aJsTvcshdR > .row > .video-iframe-container { display: none; }#mtnPOxXevwvZm5VTMTZaJ5aJsTvcshdR > .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); }#mtnPOxXevwvZm5VTMTZaJ5aJsTvcshdR > .row .container { border-width: 0; border-radius: 0; }#mtnPOxXevwvZm5VTMTZaJ5aJsTvcshdR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mtnPOxXevwvZm5VTMTZaJ5aJsTvcshdR > .row .container { font-size:0.875rem;font-family:arial;height:11rem;width:75rem;position:relative;display:block; }#gEbF0vwPpKwWMAOsV68CCTWpZirQuJgR { box-sizing:content-box;height:8.5rem;width:24.0625rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #e1e8f2;border-left:0.0625rem solid #e1e8f2;border-right:0.0625rem solid #e1e8f2;border-bottom:0.0625rem solid #e1e8f2;top:1.6875rem;left:0.46875rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#HauNT1iTVzlZMDXH99ya3M0ef5zNHhlD { position:absolute;display:block;z-index:15001;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:5.875rem;width:5.875rem;top:3.0625rem;left:1.59375rem;overflow:hidden;display:block; }
#Pqdpb3Wr2TlnfkSATI5mLDXMCV8oOqbW { color:#f08020;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.0625rem;left:9.03125rem;height:0.975rem;font-style:normal;display:block; }
#ybQVoHtmqVSwh5LKRzx58QVkEJB9DC4V { color:#0f1b3d;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:4.75rem;left:9.03125rem;height:1.3rem;display:block; }
#uZzZrIEMLLmZpcXV0FuMwVD1MzKTSVFZ { color:#44516e;display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:6.1748046875rem;left:9.03125rem;height:2.2734375rem;display:block; }
#B0y3yW72ZGMxQRPqwKcOlJOhdGrQo13K { box-sizing:content-box;height:8.5rem;width:24.0625rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #e1e8f2;border-left:0.0625rem solid #e1e8f2;border-right:0.0625rem solid #e1e8f2;border-bottom:0.0625rem solid #e1e8f2;top:1.625rem;left:25.5rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#mq6ST4GeEMTiZ0fRZcCGnKWdaGKR3Qlb { color:#f08020;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.9375rem;left:34.5rem;height:0.975rem;font-style:normal;display:block; }
#yDK7P8tvsyw3DxbqGpMltvoGo5Nzwboz { color:#0f1b3d;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:4.625rem;left:34.5rem;height:1.3rem;display:block; }
#yMk05pJ7DiDCOx6cnpciwHKXSGLcOCcZ { 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:5.875rem;width:5.875rem;top:2.9375rem;left:27.0625rem;overflow:hidden;display:block; }
#kzoGaV2VTPJ80EdyMkuTlnXKXtdXeWoz { color:#44516e;display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:6.1748046875rem;left:34.5625rem;height:2.2734375rem;display:block; }
#pgdOQ19VXMTnqPPERW2rKwFHm8aUlxck { box-sizing:content-box;height:8.5rem;width:24.0625rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #e1e8f2;border-left:0.0625rem solid #e1e8f2;border-right:0.0625rem solid #e1e8f2;border-bottom:0.0625rem solid #e1e8f2;top:1.625rem;left:50.6875rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#gBmkQDMvqTEky3S8wuKwJBU6QVppgIVZ { position:absolute;display:block;z-index:15011;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:5.875rem;width:5.875rem;top:3.25rem;left:52.25rem;overflow:hidden;display:block; }
#N1aRrbdKSVkN5D0PtxMbTSR7TWxOGrTG { color:#0f1b3d;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:3.9375rem;left:59.6875rem;height:1.29980625rem;display:block; }
#HADhHte28OTrUp4xeQSyLQTrHORCxUZB { color:#44516e;display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:5.4375rem;left:59.75rem;height:2.2734375rem;display:block; }
#g1zAg9FzfFVhti9szQsOZLUfMrN2MsMr { position:absolute;display:block;z-index:15015;height:3.125rem;width:3.125rem;top:0.974609375rem;left:71.09375rem;display:block; }
#FELwciuOqGpIBBM9xoJFEiN78FxpIWQh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f8fe;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; }#FELwciuOqGpIBBM9xoJFEiN78FxpIWQh > .row .container { background-color: transparent; background-image: none; }#FELwciuOqGpIBBM9xoJFEiN78FxpIWQh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FELwciuOqGpIBBM9xoJFEiN78FxpIWQh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FELwciuOqGpIBBM9xoJFEiN78FxpIWQh > .row .container > .video-iframe-container { display: none; }#FELwciuOqGpIBBM9xoJFEiN78FxpIWQh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FELwciuOqGpIBBM9xoJFEiN78FxpIWQh > .row > .video-iframe-container { display: none; }#FELwciuOqGpIBBM9xoJFEiN78FxpIWQh > .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); }#FELwciuOqGpIBBM9xoJFEiN78FxpIWQh > .row .container { border-width: 0; border-radius: 0; }#FELwciuOqGpIBBM9xoJFEiN78FxpIWQh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FELwciuOqGpIBBM9xoJFEiN78FxpIWQh > .row .container { font-size:0.875rem;font-family:arial;height:11.0625rem;width:75rem;position:relative;display:block; }#x2NC8JfgRB9nu374Z0wvvB0PIUqTidFD { box-sizing:content-box;height:8.5rem;width:24.0625rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #e1e8f2;border-left:0.0625rem solid #e1e8f2;border-right:0.0625rem solid #e1e8f2;border-bottom:0.0625rem solid #e1e8f2;top:1.6875rem;left:0.46875rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#v222kH7xfFxU5lko2p5tQv57T8EbTvIQ { position:absolute;display:block;z-index:15001;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:5.875rem;width:5.875rem;top:3.0625rem;left:1.59375rem;overflow:hidden;display:block; }
#Lug0oSAPVCVSxR3xqJ8Lw2GR0KgCz0pE { color:#0f1b3d;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.0625rem;left:9.5rem;height:1.3rem;display:block; }
#nSHE8UT73SpNbM04GWK7wuyUfzFp5ZgM { color:#44516e;display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:4.6875rem;left:9.5rem;height:2.2734375rem;display:block; }
#ayaPH40eLDMb4wWFo87MigbO2unHcgpk { box-sizing:content-box;height:8.5rem;width:24.0625rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #e1e8f2;border-left:0.0625rem solid #e1e8f2;border-right:0.0625rem solid #e1e8f2;border-bottom:0.0625rem solid #e1e8f2;top:1.625rem;left:25.5rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#eQBsNv38LBg3Lrg4CnRAAuWT145W3oK7 { color:#0f1b3d;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:3.0625rem;left:34.75rem;height:1.3rem;display:block; }
#qknrSTDd8ZmmvTO9Bs0ZuhaKw2Id7wCu { 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:5.875rem;width:5.875rem;top:2.9375rem;left:27.0625rem;overflow:hidden;display:block; }
#EKy88AorhgmowlX5FOhN4yykFWdT5LQJ { color:#44516e;display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:4.625rem;left:34.8125rem;height:2.2734375rem;display:block; }
#K9sdameWTMukXET656GNUzP1U2KxyZHH { box-sizing:content-box;height:8.5rem;width:24.0625rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #e1e8f2;border-left:0.0625rem solid #e1e8f2;border-right:0.0625rem solid #e1e8f2;border-bottom:0.0625rem solid #e1e8f2;top:1.625rem;left:50.6875rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#KB7TCeZZpPcKGLBBr04HymKvOX528XCW { position:absolute;display:block;z-index:15011;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:5.875rem;width:5.875rem;top:2.90625rem;left:52.25rem;overflow:hidden;display:block; }
#q1i2fr5RbdEeVXlR5TSM0gJVqK1vw8Vi { color:#0f1b3d;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:3.125rem;left:58.9375rem;height:1.3rem;display:block; }
#tRTBqRe3DISgdmIVL8B8Ph2z8m9mTp5G { color:#44516e;display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:4.625rem;left:59rem;height:3.8984375rem;display:block; }
#lrTTWQtaC9qWFnHgMSsL3vTFuNM5GRze { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f8fe;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; }#lrTTWQtaC9qWFnHgMSsL3vTFuNM5GRze > .row .container { background-color: transparent; background-image: none; }#lrTTWQtaC9qWFnHgMSsL3vTFuNM5GRze::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lrTTWQtaC9qWFnHgMSsL3vTFuNM5GRze > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lrTTWQtaC9qWFnHgMSsL3vTFuNM5GRze > .row .container > .video-iframe-container { display: none; }#lrTTWQtaC9qWFnHgMSsL3vTFuNM5GRze > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lrTTWQtaC9qWFnHgMSsL3vTFuNM5GRze > .row > .video-iframe-container { display: none; }#lrTTWQtaC9qWFnHgMSsL3vTFuNM5GRze > .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); }#lrTTWQtaC9qWFnHgMSsL3vTFuNM5GRze > .row .container { border-width: 0; border-radius: 0; }#lrTTWQtaC9qWFnHgMSsL3vTFuNM5GRze > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lrTTWQtaC9qWFnHgMSsL3vTFuNM5GRze > .row .container { font-size:0.875rem;font-family:arial;height:10.75rem;width:75rem;position:relative;display:block; }#XHkCwtRBQLdKgZbESxOXmgTTdVqVahez { box-sizing:content-box;height:8.5rem;width:24.0625rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #e1e8f2;border-left:0.0625rem solid #e1e8f2;border-right:0.0625rem solid #e1e8f2;border-bottom:0.0625rem solid #e1e8f2;top:1.0625rem;left:0.46875rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#UPkeSILZSQQJRUFrh4qdBzQaHRdAErKz { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:5.875rem;width:5.875rem;top:2.4375rem;left:1.59375rem;overflow:hidden;display:block; }
#A6yP355cM6aVXdmJTtF83tRLG8E13ENK { color:#0f1b3d;display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.4375rem;left:9.5rem;height:2.5996125rem;display:block; }
#XZ4POs84ck6FxmfrdPcNXia7AyZuQ0hg { color:#44516e;display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:5.287109375rem;left:9.375rem;height:2.2734375rem;display:block; }
#D9biJJXIznVEOu0WkexPXcRTG6gcZ4uS { box-sizing:content-box;height:8.5rem;width:24.0625rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #e1e8f2;border-left:0.0625rem solid #e1e8f2;border-right:0.0625rem solid #e1e8f2;border-bottom:0.0625rem solid #e1e8f2;top:1rem;left:25.5rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#pxCxC0z9Pz3KJTcG5wB3NJIBSFgirKVS { color:#0f1b3d;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:2.4375rem;left:34.75rem;height:1.3rem;display:block; }
#JNJBLxZ18RoRw0wd28rzCs0aT2tJe2bm { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:625rem;border-top-right-radius:625rem;border-bottom-left-radius:625rem;border-bottom-right-radius:625rem;box-shadow: none;height:5.875rem;width:5.875rem;top:2.3125rem;left:27.0625rem;overflow:hidden;display:block; }
#QZw633M7CRkTQ4hBHz0RP5Dx3t2qXNUv { color:#44516e;display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:4rem;left:34.8125rem;height:2.2734375rem;display:block; }
#iO9kpFEZlyPJhk9mF4vcXTpgWsKbVgJF { box-sizing:content-box;height:8.5rem;width:24.0625rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #e1e8f2;border-left:0.0625rem solid #e1e8f2;border-right:0.0625rem solid #e1e8f2;border-bottom:0.0625rem solid #e1e8f2;top:1rem;left:50.6875rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#KSIMdAhbnodnJQyprzzddAOfqeRdCLhS { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:5.875rem;width:5.875rem;top:2.28125rem;left:52.25rem;overflow:hidden;display:block; }
#ndJD08UkS0fiFZtzxnhK9ZbzCDZ9EhVS { color:#0f1b3d;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:2.5rem;left:58.9375rem;height:1.3rem;display:block; }
#cW2uG4zU0zmAm96TKriSpDrZZTiZTy7t { color:#44516e;display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:4rem;left:59rem;height:2.2734375rem;display:block; }
#ZSomUwFPVwCbhTGgbBu4krplwrpzVuAT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f8fe;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; }#ZSomUwFPVwCbhTGgbBu4krplwrpzVuAT > .row .container { background-color: transparent; background-image: none; }#ZSomUwFPVwCbhTGgbBu4krplwrpzVuAT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZSomUwFPVwCbhTGgbBu4krplwrpzVuAT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZSomUwFPVwCbhTGgbBu4krplwrpzVuAT > .row .container > .video-iframe-container { display: none; }#ZSomUwFPVwCbhTGgbBu4krplwrpzVuAT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZSomUwFPVwCbhTGgbBu4krplwrpzVuAT > .row > .video-iframe-container { display: none; }#ZSomUwFPVwCbhTGgbBu4krplwrpzVuAT > .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); }#ZSomUwFPVwCbhTGgbBu4krplwrpzVuAT > .row .container { border-width: 0; border-radius: 0; }#ZSomUwFPVwCbhTGgbBu4krplwrpzVuAT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZSomUwFPVwCbhTGgbBu4krplwrpzVuAT > .row .container { font-size:0.875rem;font-family:arial;height:10.75rem;width:75rem;position:relative;display:block; }#R7OJTVppLv4d1PzGKQkpFNhKDl0u2Zrb { box-sizing:content-box;height:8.5rem;width:24.0625rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #e1e8f2;border-left:0.0625rem solid #e1e8f2;border-right:0.0625rem solid #e1e8f2;border-bottom:0.0625rem solid #e1e8f2;top:1rem;left:25.5rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#pGvx4A2UoGW1TLgWA2UNLpWzw8cPcSFf { color:#0f1b3d;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:2.4375rem;left:34.75rem;height:1.29980625rem;display:block; }
#gqsTSP7BoDJvL5pI9ndks72ecKosrH4i { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:625rem;border-top-right-radius:625rem;border-bottom-left-radius:625rem;border-bottom-right-radius:625rem;box-shadow: none;height:5.875rem;width:5.875rem;top:2.3125rem;left:27.0625rem;overflow:hidden;display:block; }
#pPzMcfp9pxfieTSKlPt46FaLDlbOgkxM { color:#44516e;display:block;width:13.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:4rem;left:34.8125rem;height:2.2734375rem;display:block; }
#rzgShAVeQs97JyO6brkhd8oBqc16OoUu { box-sizing:content-box;height:8.5rem;width:24.0625rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #e1e8f2;border-left:0.0625rem solid #e1e8f2;border-right:0.0625rem solid #e1e8f2;border-bottom:0.0625rem solid #e1e8f2;top:1.0625rem;left:0.40625rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#zgg3hrSmqMDEu8tWAhkLeJmTKF1QWBWF { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:625rem;border-top-right-radius:625rem;border-bottom-left-radius:625rem;border-bottom-right-radius:625rem;box-shadow: none;height:5.875rem;width:4.375rem;top:2.4375rem;left:1.25rem;overflow:hidden;display:block; }
#c2lX90QobTtITGwQrCsafbOwTfNKJaNa { color:#0f1b3d;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:2.4375rem;left:6.8125rem;height:1.29980625rem;display:block; }
#wIWWIzkgAFVhD9ixFTEDyM9f5XXKgpt5 { color:#44516e;display:block;width:13.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:3.7373046875rem;left:6.8125rem;height:4.87305rem;display:block; }
#gQGU7VWNgZTI61T6WNlTk5mwBOdwLowq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#gQGU7VWNgZTI61T6WNlTk5mwBOdwLowq > .row .container { background-color: transparent; background-image: none; }#gQGU7VWNgZTI61T6WNlTk5mwBOdwLowq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gQGU7VWNgZTI61T6WNlTk5mwBOdwLowq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gQGU7VWNgZTI61T6WNlTk5mwBOdwLowq > .row .container > .video-iframe-container { display: none; }#gQGU7VWNgZTI61T6WNlTk5mwBOdwLowq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gQGU7VWNgZTI61T6WNlTk5mwBOdwLowq > .row > .video-iframe-container { display: none; }#gQGU7VWNgZTI61T6WNlTk5mwBOdwLowq > .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); }#gQGU7VWNgZTI61T6WNlTk5mwBOdwLowq > .row .container { border-width: 0; border-radius: 0; }#gQGU7VWNgZTI61T6WNlTk5mwBOdwLowq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gQGU7VWNgZTI61T6WNlTk5mwBOdwLowq > .row .container { font-size:0.875rem;font-family:arial;height:18.1875rem;width:75rem;position:relative;display:block; }#qQlHDv61I9cQ4TS15rKZ1hZXtxbUMsqK { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:2.6875rem;left:0rem;overflow:hidden;display:block; }
#K0Ox6AGqT5zvBSa5T1qPo8aGsaMXcnMd { color:#143278;display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.369140625rem;left:3.46875rem;height:1.13769375rem;font-style:normal;display:block; }
#KdwzgTqLyWgKxKGnMtfpdaniACTCyhsP { color:#2c6fe6;display:block;width:20.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:5.5693359375rem;left:0rem;height:8.7988125rem;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; }
#eRreCXWsHhKnQX8B2pTEwzPxJdlNkcxl { color:#44516e;display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:5.75rem;left:38.875rem;height:6.75rem;display:block; }
#ogGdthCUbr80oSa9Pe22iasRDeQNQmHf { 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; }#ogGdthCUbr80oSa9Pe22iasRDeQNQmHf > .row .container { background-color: transparent; background-image: none; }#ogGdthCUbr80oSa9Pe22iasRDeQNQmHf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ogGdthCUbr80oSa9Pe22iasRDeQNQmHf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ogGdthCUbr80oSa9Pe22iasRDeQNQmHf > .row .container > .video-iframe-container { display: none; }#ogGdthCUbr80oSa9Pe22iasRDeQNQmHf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ogGdthCUbr80oSa9Pe22iasRDeQNQmHf > .row > .video-iframe-container { display: none; }#ogGdthCUbr80oSa9Pe22iasRDeQNQmHf > .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); }#ogGdthCUbr80oSa9Pe22iasRDeQNQmHf > .row .container { border-width: 0; border-radius: 0; }#ogGdthCUbr80oSa9Pe22iasRDeQNQmHf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ogGdthCUbr80oSa9Pe22iasRDeQNQmHf > .row .container { font-size:0.875rem;font-family:arial;height:99.25rem;width:75rem;position:relative;display:block; }#DN47leqhQVTZTKDoMl8TWO3odMRDhEAK { position:absolute;display:block;z-index:15000;height:83.1875rem;width:75rem;top:0rem;left:0rem;display:block; }
#ESQAeErC1rFNxAvBWXOlQKVxfyQJZagU { 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; }#ESQAeErC1rFNxAvBWXOlQKVxfyQJZagU > .row .container { background-color: transparent; background-image: none; }#ESQAeErC1rFNxAvBWXOlQKVxfyQJZagU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ESQAeErC1rFNxAvBWXOlQKVxfyQJZagU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ESQAeErC1rFNxAvBWXOlQKVxfyQJZagU > .row .container > .video-iframe-container { display: none; }#ESQAeErC1rFNxAvBWXOlQKVxfyQJZagU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ESQAeErC1rFNxAvBWXOlQKVxfyQJZagU > .row > .video-iframe-container { display: none; }#ESQAeErC1rFNxAvBWXOlQKVxfyQJZagU > .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); }#ESQAeErC1rFNxAvBWXOlQKVxfyQJZagU > .row .container { border-width: 0; border-radius: 0; }#ESQAeErC1rFNxAvBWXOlQKVxfyQJZagU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ESQAeErC1rFNxAvBWXOlQKVxfyQJZagU > .row .container { font-size:0.875rem;font-family:arial;height:51.8125rem;width:75rem;position:relative;display:block; }#zk3wzShrnLhAhlUz1gAhzL7qAreytF7a { box-sizing:content-box;height:49.5rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1b3f8f, #1b3f8f);background-image: -moz-linear-gradient(180deg, #1b3f8f, #1b3f8f);background-image: -ms-linear-gradient(180deg, #1b3f8f, #1b3f8f);background-image: -o-linear-gradient(180deg, #1b3f8f, #1b3f8f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b3f8f', endColorstr='#1b3f8f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b3f8f', endColorstr='#1b3f8f' );";background-image: linear-gradient(180deg, #1b3f8f, #1b3f8f);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.875rem;left:0rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;display:block; }
#M8yqSeGaEaAkZXtVV5wcgZ40JQrD5dIo { color:#f08020;display:block;width:7.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.375rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:5rem;left:30.093750953674rem;height:2.3754875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#e8DTKM29dwOZZ6Qobt3W6wuod3e8K2Kt { color:rgba(255,255,255,0.75);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5.83203125rem;left:38.34375rem;height:1.4625rem;display:block; }
#EsleAfU0cyXEfEsRkBeroXugRUnTtJzR { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;box-shadow: none;height:43.75rem;width:25.4375rem;top:1.125rem;left:49.5rem;overflow:hidden;display:block; }
#heLeBDyp6T3l0FuG7hTP2RnRBrTOX1w5 { box-sizing:content-box;height:11.5rem;width:10rem;position:absolute;display:block;z-index:15004;background-color:rgba(255,255,255,0.07);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.07);border-left:0.0625rem solid rgba(255,255,255,0.07);border-right:0.0625rem solid rgba(255,255,255,0.07);border-bottom:0.0625rem solid rgba(255,255,255,0.07);top:10.5625rem;left:4.375rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#y7GtDcz3BnoksTuyV8sNOPEW2Mf1cAPD { color:#f08020;display:block;width:6.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.375rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:12.4375rem;left:6rem;height:2.3754875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nOVy7acGFom7syHr0XGx9MKpxmJUN6ip { color:rgba(255,255,255,0.72);display:block;width:8.375rem;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:15.625rem;left:5.1875rem;height:3.41015625rem;text-align:center;text-align-last:center;display:block; }
#JuIWwOiOeOBBRGmUHw7d5neHsPIpxy8z { box-sizing:content-box;height:11.5rem;width:10rem;position:absolute;display:block;z-index:15007;background-color:rgba(255,255,255,0.07);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.07);border-left:0.0625rem solid rgba(255,255,255,0.07);border-right:0.0625rem solid rgba(255,255,255,0.07);border-bottom:0.0625rem solid rgba(255,255,255,0.07);top:10.5625rem;left:15.625rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#TsFWlRhkUc4VDmzzLUeSfIM0GudzTerB { color:#f08020;display:block;width:6.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.375rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:12.4375rem;left:17.25rem;height:2.3754875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GOuKLfsdVXdQQOu4tEpTQy5PgwhQ4eQ3 { color:rgba(255,255,255,0.72);display:block;width:8.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:15.625rem;left:16.4375rem;height:3.41015625rem;text-align:center;text-align-last:center;display:block; }
#KEUIBukCQUJp6KHOw3E6IZIilWT8gnzZ { box-sizing:content-box;height:11.5rem;width:10rem;position:absolute;display:block;z-index:15010;background-color:rgba(255,255,255,0.07);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.07);border-left:0.0625rem solid rgba(255,255,255,0.07);border-right:0.0625rem solid rgba(255,255,255,0.07);border-bottom:0.0625rem solid rgba(255,255,255,0.07);top:10.5625rem;left:26.875rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#GZWiQcQpn2UTGNG3Ilf7ubC20TkLOav0 { color:#f08020;display:block;width:6.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.375rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:12.4375rem;left:28.5rem;height:2.3754875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xTiEt2XZDHAr7kMfCGFvb7ZP8axWtwF0 { color:rgba(255,255,255,0.72);display:block;width:8.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:15.625rem;left:27.6875rem;height:2.2734375rem;text-align:center;text-align-last:center;display:block; }
#ih0kXZqpAuCaMIqx9WmhT0SJZBUac71c { box-sizing:content-box;height:11.5rem;width:10rem;position:absolute;display:block;z-index:15013;background-color:rgba(255,255,255,0.07);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.07);border-left:0.0625rem solid rgba(255,255,255,0.07);border-right:0.0625rem solid rgba(255,255,255,0.07);border-bottom:0.0625rem solid rgba(255,255,255,0.07);top:10.5625rem;left:38.125rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#BnE6A7xJQAJeLmwuqlRUINr8dnT2OJfs { color:#f08020;display:block;width:6.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.375rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;top:12.4375rem;left:39.75rem;height:2.3754875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XN7y7d2XluBdebttCD9GdCx30zL4ht4U { color:rgba(255,255,255,0.72);display:block;width:8.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:15.625rem;left:38.9375rem;height:4.546875rem;text-align:center;text-align-last:center;display:block; }
#kxCseKN35pL3JJOuPCzTl0lFyNBKZQXR { box-sizing:content-box;height:11.5rem;width:10rem;position:absolute;display:block;z-index:15000;background-color:rgba(255,255,255,0.07);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.07);border-left:0.0625rem solid rgba(255,255,255,0.07);border-right:0.0625rem solid rgba(255,255,255,0.07);border-bottom:0.0625rem solid rgba(255,255,255,0.07);top:10.5625rem;left:49.375rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#E0NIbZyzagFmm2hlQHpcJqZcg6qCO9DG { color:#f08020;display:block;width:6.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.375rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:12.4375rem;left:51rem;height:2.3754875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cMs9ZRr0MxqGeksTRXipFTDhaKLxuDfo { color:rgba(255,255,255,0.72);display:block;width:8.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:15.625rem;left:50.1875rem;height:4.546875rem;text-align:center;text-align-last:center;display:block; }
#WlnmSdq20S1gJK1yS8FH6DrvnzJZqfVr { box-sizing:content-box;height:11.5rem;width:10rem;position:absolute;display:block;z-index:15001;background-color:rgba(255,255,255,0.07);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.07);border-left:0.0625rem solid rgba(255,255,255,0.07);border-right:0.0625rem solid rgba(255,255,255,0.07);border-bottom:0.0625rem solid rgba(255,255,255,0.07);top:10.5625rem;left:60.625rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#o5BuBDSnGapPNbCZZsSS1zSuxTwcsl5W { color:#f08020;display:block;width:6.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.375rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:12.4375rem;left:62.25rem;height:2.3754875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O2rB9t0KyBcO9kktlMmTLxhAHzmtyfZK { color:rgba(255,255,255,0.72);display:block;width:8.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:15.625rem;left:61.4375rem;height:3.41015625rem;text-align:center;text-align-last:center;display:block; }
#qFGRDLukkEVQE05czb31VTw410T9S55i { color:#ffffff;display:block;width:33.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:25.36328125rem;left:20.96875rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zlQ1Xir0tc6gPIUq1c04PPc54qurrdpI { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.6875rem;width:22.875rem;top:29.125rem;left:2.9375rem;overflow:hidden;display:block; }
#ec2vPdX29WUmAHSyJiTGqt6ygxKtR8oU { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.6875rem;width:22.875rem;top:29.125rem;left:26.0625rem;overflow:hidden;display:block; }
#Wb6Gm7RllLHFp7vnN2kCJaa2X84TRf8u { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7rem;width:22.875rem;top:29.125rem;left:49.5rem;overflow:hidden;display:block; }
#W71NeCI5vNG6SKEN5BmTTHZVJ1ZpZvck { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5625rem;width:22.875rem;top:38rem;left:2.9375rem;overflow:hidden;display:block; }
#BNEBnbNsAmdbP1HeV1BMdim5ZGAZhzJL { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5625rem;width:22.875rem;top:38rem;left:26.0625rem;overflow:hidden;display:block; }
#yUGGqsOrzP7w0emguTGUFdTk60M40WQu { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5625rem;width:22.875rem;top:38rem;left:49.5rem;overflow:hidden;display:block; }
#ZOTNfcMk99NpCqepwcrO7lMTZSqIHCbQ { color:#ffffff;display:block;width:42.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.98828125rem;left:16.4375rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OrTQulSLVBidpuXr5ktTIalsSZiP551u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f8fe;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; }#OrTQulSLVBidpuXr5ktTIalsSZiP551u > .row .container { background-color: transparent; background-image: none; }#OrTQulSLVBidpuXr5ktTIalsSZiP551u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OrTQulSLVBidpuXr5ktTIalsSZiP551u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OrTQulSLVBidpuXr5ktTIalsSZiP551u > .row .container > .video-iframe-container { display: none; }#OrTQulSLVBidpuXr5ktTIalsSZiP551u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OrTQulSLVBidpuXr5ktTIalsSZiP551u > .row > .video-iframe-container { display: none; }#OrTQulSLVBidpuXr5ktTIalsSZiP551u > .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); }#OrTQulSLVBidpuXr5ktTIalsSZiP551u > .row .container { border-width: 0; border-radius: 0; }#OrTQulSLVBidpuXr5ktTIalsSZiP551u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OrTQulSLVBidpuXr5ktTIalsSZiP551u > .row .container { font-size:0.875rem;font-family:arial;height:24.3125rem;width:75rem;position:relative;display:block; }#trNKfwdGXseMgBlAWNxHATBvqs8OXVGT { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:2.6875rem;left:0rem;overflow:hidden;display:block; }
#HSq6RQXeWPqwnqyWz2VHltD7n3TqTedR { color:#143278;display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.369140625rem;left:3.46875rem;height:1.13769375rem;font-style:normal;display:block; }
#pcgSeBLfUONNMzZJXM8LVrMmZ5sJPJ4p { color:#2c6fe6;display:block;width:33.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:5.5693359375rem;left:0rem;height:8.7988125rem;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; }
#RD8Ohaxb2kkHuL57e9ohIpmCB9bcnfZ1 { color:#44516e;display:block;width:34.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:6.5927734375rem;left:36.1875rem;height:5.0625rem;display:block; }
#SZXn8A5RsNnFTfW4isDkipJbgmzFx6tt { 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:3.5rem;width:18.5625rem;top:18.125rem;left:28.21875rem;overflow:hidden;display:block; }
#dRCXkh9L06ChI9nWWJGZEAcyBfhvoaM5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#dRCXkh9L06ChI9nWWJGZEAcyBfhvoaM5 > .row .container { background-color: transparent; background-image: none; }#dRCXkh9L06ChI9nWWJGZEAcyBfhvoaM5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dRCXkh9L06ChI9nWWJGZEAcyBfhvoaM5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dRCXkh9L06ChI9nWWJGZEAcyBfhvoaM5 > .row .container > .video-iframe-container { display: none; }#dRCXkh9L06ChI9nWWJGZEAcyBfhvoaM5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dRCXkh9L06ChI9nWWJGZEAcyBfhvoaM5 > .row > .video-iframe-container { display: none; }#dRCXkh9L06ChI9nWWJGZEAcyBfhvoaM5 > .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); }#dRCXkh9L06ChI9nWWJGZEAcyBfhvoaM5 > .row .container { border-width: 0; border-radius: 0; }#dRCXkh9L06ChI9nWWJGZEAcyBfhvoaM5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dRCXkh9L06ChI9nWWJGZEAcyBfhvoaM5 > .row .container { font-size:0.875rem;font-family:arial;height:16.8125rem;width:75rem;position:relative;display:block; }#RqTNGCldcvLuOdbe5opVHuCtWfLReTCo { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:2.6875rem;left:0rem;overflow:hidden;display:block; }
#i0AsdyDPMDnrchx7BLdQ2WMbdQpSB2qR { color:#143278;display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.369140625rem;left:3.46875rem;height:1.13769375rem;font-style:normal;display:block; }
#PfvFmFKo8wQoQgMLUQSdD5z8Ph03eAz3 { color:#2c6fe6;display:block;width:34rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:5.5693359375rem;left:0rem;height:8.7988125rem;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; }
#TIQQMBgxn6ydlrQ7alrXC5RC2SHNT9fa { color:#44516e;display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:6.5625rem;left:38.8125rem;height:5.0625rem;display:block; }
#WKdKF67i578D0BotHTTTeQGsdUixFVyI { 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; }#WKdKF67i578D0BotHTTTeQGsdUixFVyI > .row .container { background-color: transparent; background-image: none; }#WKdKF67i578D0BotHTTTeQGsdUixFVyI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WKdKF67i578D0BotHTTTeQGsdUixFVyI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WKdKF67i578D0BotHTTTeQGsdUixFVyI > .row .container > .video-iframe-container { display: none; }#WKdKF67i578D0BotHTTTeQGsdUixFVyI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WKdKF67i578D0BotHTTTeQGsdUixFVyI > .row > .video-iframe-container { display: none; }#WKdKF67i578D0BotHTTTeQGsdUixFVyI > .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); }#WKdKF67i578D0BotHTTTeQGsdUixFVyI > .row .container { border-width: 0; border-radius: 0; }#WKdKF67i578D0BotHTTTeQGsdUixFVyI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WKdKF67i578D0BotHTTTeQGsdUixFVyI > .row .container { font-size:0.875rem;font-family:arial;height:9.875rem;width:75rem;position:relative;display:block; }#Rt9gSPs4SAQv52UFTQZTOS0qIFRWOW42 { box-sizing:content-box;height:4rem;width:12.5rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.9375rem;left:6.25rem;display:block; }
#SyqaGbLtsNEmta0LHBmx8HJT91xe6Pik { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:4.375rem;left:6.25rem;height:1.05625rem;text-align:center;text-align-last:center;display:block; }
#IPhcNkMtmDv62ykEDXag6SqN8Unbusqf { box-sizing:content-box;height:4rem;width:12.5rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.9375rem;left:31.25rem;display:block; }
#RHWQfdtke9VDv3SfC6rxFkFUi3Bt6FUS { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:4.375rem;left:31.25rem;height:1.05625rem;text-align:center;text-align-last:center;display:block; }
#RMyaKaZ7Dp75PRebbxTbn4SRzEJO92B8 { box-sizing:content-box;height:4rem;width:12.5rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.9375rem;left:56.25rem;display:block; }
#ZTfQmAHZKKttby479gNDuhng1z63NXFk { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;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:4.375rem;left:56.25rem;height:1.05625rem;text-align:center;text-align-last:center;display:block; }
#rNANcvDLv2IuKq0k20U3skJFSTebe6RJ { 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:none; }#rNANcvDLv2IuKq0k20U3skJFSTebe6RJ > .row .container { border-width: 0; border-radius: 0; }#rNANcvDLv2IuKq0k20U3skJFSTebe6RJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rNANcvDLv2IuKq0k20U3skJFSTebe6RJ > .row .container { font-size:0.875rem;font-family:arial;height:9.875rem;width:75rem;position:relative;display:none; }#g3x9odCstDt1NLawVwqbOy7PPsaE74sD { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3125rem;width:24.0625rem;top:1.125rem;left:0.46875rem;overflow:hidden;display:block; }
#wIOcsP4TWsrT9uEBXtb5aDJkBpLl94sM { position:absolute;display:block;z-index:15001;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:7.3125rem;width:24.0625rem;top:1.125rem;left:25.46875rem;overflow:hidden;display:block; }
#ZvDMOdVRXR309u7vVqvlM9Xty40UnBnT { position:absolute;display:block;z-index:15002;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:7.3125rem;width:24.0625rem;top:1.125rem;left:50.46875rem;overflow:hidden;display:block; }
#RB2ovfQZzZHTpvHT62LmaIB1L3w5VBM0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#RB2ovfQZzZHTpvHT62LmaIB1L3w5VBM0 > .row .container { background-color: transparent; background-image: none; }#RB2ovfQZzZHTpvHT62LmaIB1L3w5VBM0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RB2ovfQZzZHTpvHT62LmaIB1L3w5VBM0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RB2ovfQZzZHTpvHT62LmaIB1L3w5VBM0 > .row .container > .video-iframe-container { display: none; }#RB2ovfQZzZHTpvHT62LmaIB1L3w5VBM0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RB2ovfQZzZHTpvHT62LmaIB1L3w5VBM0 > .row > .video-iframe-container { display: none; }#RB2ovfQZzZHTpvHT62LmaIB1L3w5VBM0 > .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); }#RB2ovfQZzZHTpvHT62LmaIB1L3w5VBM0 > .row .container { border-width: 0; border-radius: 0; }#RB2ovfQZzZHTpvHT62LmaIB1L3w5VBM0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RB2ovfQZzZHTpvHT62LmaIB1L3w5VBM0 > .row .container { font-size:0.875rem;font-family:arial;height:50.25rem;width:75rem;position:relative;display:block; }#pVtEbLSiFOSQWkTvqyXbuVxxstAqNJFO { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:2.6875rem;left:0rem;overflow:hidden;display:block; }
#LRPCBowxewIOcObZMZUp2x0NZMrXyCTf { color:#143278;display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.369140625rem;left:3.46875rem;height:1.13769375rem;font-style:normal;display:block; }
#JOnSdOHL04JUrWe52PCOUug25XkrnLIm { color:#2c6fe6;display:block;width:29.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:5.5693359375rem;left:0rem;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;display:block; }
#IMSzTn1ZWhO4dz3nsD9CTV0AGU3ungn9 { color:#44516e;display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:17.5rem;left:0rem;height:3.375rem;display:block; }
#z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx .accordion-element-container { border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;flex-direction:column;align-items:center;background-color:#e1e8f2;background-image:none;box-shadow: none;border-top:0.0625rem solid #e1e8f2;border-left:0.0625rem solid #e1e8f2;border-right:0.0625rem solid #e1e8f2;border-bottom:0.0625rem solid #e1e8f2;vertical-align:top; }
#z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1.25rem;color:#0f1b3d;line-height:1.4;overflow:hidden;height:auto; }
#z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:#44516e;line-height:1.5;overflow:hidden;height:auto; }
#z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://images.assets-landingi.com/uc/66e250b3-4b35-4b73-9b36-70fb2c040f1d/Margin.png");background-size:contain !important; }#z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx .accordion-trigger.adaptive-delivery-prevent-bg, #z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx .accordion-trigger.lazyload, #z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx .accordion-trigger.lazyloading { background-image: none; }
#z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx { box-sizing:content-box;height:auto;width:44.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15004;background-color:transparent;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:2.7999753952026rem;left:28.000000953674rem; }
#z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx #esXhCauE9hTGFpr7vSTcdgcEmOQreyyg { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx #q6AETQZr87QPzVeKwsSR451PDmSxH4V3 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx #PfSpGkKphLuRNZQWvtenkZMwNJdCT845 { display:block;position:relative; }
#z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx #kp7PBCtKmw7MO5SciFIrJPHxfLJ2ZAys {  }
#z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx #MnOOT4SaJQFaTGCUTHbNnwsFFa3hHEGR {  }
#z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx #nz4Se1O8PJoeduLHyeAeKTztGZOLh1Fy { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx #T7mNQbEPoqCw57yuSmAftyx4driCbAEy { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx #sANxdi73QKxOSZKo2uR702SpEFcUnVTV { display:block;position:relative; }
#z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx #WSZFIWWf89zqxNpMhHH5IGhEexB4xw2o {  }
#z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx #KT1Eg5L2wKtxxGFVyXvcayUoRqcb3SkT { display:none; }
#z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx #xxsFTltbNnTv0hsE14dgiszigX8TxIfS { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx #sp4A3CTh4XBPOxhXvrr6ADkTcTz0uB5G { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx #exoG7JiQR4Dr3xwrrbqGLVHagFdb7zTv { display:block;position:relative; }
#z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx #qPWpOnJD42qOf13UgGtMlXx5cC3D11H7 {  }
#z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx #QXXEaBHVEUxlISguynQOKSgBRz5x9THy { display:none; }
#z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx #kN8eiuB2mPrTi0pT56Kz84b1506qNGdS { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx #ZarVTrsGJ1IGPNZec6mqpE2J41rRMtCU { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx #As5wFD014vcN8I79cZkxMP11cpgBDplh { display:block;position:relative; }
#z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx #BfTS4RmeBBIukiKs9lbUTVRK0cTNP6aR {  }
#z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx #z8Fei0cpXWC97GqMcBTKiCLsQnqmB9iL { display:none; }
#z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx #fS1Z60VGo5s4FGfo8dK4NPrO7D3zAzA7 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx #hcADoPuNeeTTZqe3wcTxcQE9NZNMys7w { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx #R94fAGs74m1y89EisTlF2I0RTEfCyqdU { display:block;position:relative; }
#z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx #e9pLpxaXrw9PUmuJWB0kT207dyhAAPoI {  }
#z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx #NXZ4v7hAvM6VvEtzfTwDfVbNQF0Zh1MU { display:none; }
#z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx #RdeTucahCMsXNgA9f4H79lxnwyTgT1U2 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx #ehTZuI0KndrgNOcUtn2TkieLutMXcJQz { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx #dpWT1odDTEW6RB79dylV3H42zJghlkqD { display:block;position:relative; }
#z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx #LqkzB2QA5JmF02obWKzTxnb58ux0iZ1L {  }
#z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx #eErUqCKHQCDJx5oi6e7ekkpsTICixzFQ { display:none; }
#z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx #pl8ndlZ1O6FXFfVsLymldDaVW8X66iDD { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx #LFhXP5lyJWSHGBMB5ZqOvUWHISWfBoAR { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx #uHCI083Qnwu1hop9y8fqUiX6HxHu9BoP { display:block;position:relative; }
#z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx #ImeSVNqsOWUacL7zZftc5TevAouFWUfB {  }
#z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx #hxO3HplXk3SRCEp3410Pv4zzRV9KDD4Q { display:none; }
#f3anyQl925bcOKyTykI4M4JAQBJmdfhz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(237,103,8,0.53), #f08020);background-image: -moz-linear-gradient(180deg, rgba(237,103,8,0.53), #f08020);background-image: -ms-linear-gradient(180deg, rgba(237,103,8,0.53), #f08020);background-image: -o-linear-gradient(180deg, rgba(237,103,8,0.53), #f08020);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed670887', endColorstr='#f08020' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed670887', endColorstr='#f08020' );";background-image: linear-gradient(180deg, rgba(237,103,8,0.53), #f08020);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; }#f3anyQl925bcOKyTykI4M4JAQBJmdfhz > .row .container { background-color: transparent; background-image: none; }#f3anyQl925bcOKyTykI4M4JAQBJmdfhz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f3anyQl925bcOKyTykI4M4JAQBJmdfhz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f3anyQl925bcOKyTykI4M4JAQBJmdfhz > .row .container > .video-iframe-container { display: none; }#f3anyQl925bcOKyTykI4M4JAQBJmdfhz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f3anyQl925bcOKyTykI4M4JAQBJmdfhz > .row > .video-iframe-container { display: none; }#f3anyQl925bcOKyTykI4M4JAQBJmdfhz > .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); }#f3anyQl925bcOKyTykI4M4JAQBJmdfhz > .row .container { border-width: 0; border-radius: 0; }#f3anyQl925bcOKyTykI4M4JAQBJmdfhz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f3anyQl925bcOKyTykI4M4JAQBJmdfhz > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#c9Mmv47c8hxFTX41CCUXc2ZdLG0I1STB { color:rgba(var(--color-tertiary-0),1);display:block;width:72.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:6.8124961853025rem;left:0.84999942779544rem;height:7.1484375rem;text-align:center;text-align-last:center;display:block; }
#FBI8IoiynlUNwoecNRRBHTeplXXT4UIi { color:rgba(var(--color-tertiary-0),1);display:block;width:68.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.4875001907349rem;left:3.09375rem;height:3.4125rem;display:block; }
#rDPQLyvLNsk7H6zzMpxukWuTJg2LVAnA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#rDPQLyvLNsk7H6zzMpxukWuTJg2LVAnA > .row .container { background-color: transparent; background-image: none; }#rDPQLyvLNsk7H6zzMpxukWuTJg2LVAnA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rDPQLyvLNsk7H6zzMpxukWuTJg2LVAnA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rDPQLyvLNsk7H6zzMpxukWuTJg2LVAnA > .row .container > .video-iframe-container { display: none; }#rDPQLyvLNsk7H6zzMpxukWuTJg2LVAnA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rDPQLyvLNsk7H6zzMpxukWuTJg2LVAnA > .row > .video-iframe-container { display: none; }#rDPQLyvLNsk7H6zzMpxukWuTJg2LVAnA > .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); }#rDPQLyvLNsk7H6zzMpxukWuTJg2LVAnA > .row .container { border-width: 0; border-radius: 0; }#rDPQLyvLNsk7H6zzMpxukWuTJg2LVAnA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rDPQLyvLNsk7H6zzMpxukWuTJg2LVAnA > .row .container { font-size:0.875rem;font-family:arial;height:18.1875rem;width:75rem;position:relative;display:block; }#vlomXfa0Id4Ec7f4udlZETfiOpq989eT { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:2.6875rem;left:0rem;overflow:hidden;display:block; }
#WaKwL8XMxXZvHwRAgfVbnoy4b5KWahnK { color:#143278;display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.369140625rem;left:3.46875rem;height:1.13769375rem;font-style:normal;display:block; }
#NpFeD1GUMiZaTEKWaVZD21O6wR4C5V4X { color:#2c6fe6;display:block;width:23.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:5.5693359375rem;left:0rem;height:8.7988125rem;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; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #oPWRnXgCtKR1r0lPtEL0CWnLuLMApJ7E { width:5.6875rem;height:0.89375rem;top:1.8125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kA447109sv0i3XmXwVp9PpbIZMm9sTIQ { width:0.0625rem;height:1.0625rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fX9n1lGncU5F6II1kS1fVZKiALWfzGtk { width:5.0625rem;height:3.125rem;top:0.53125rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h7sRRXH40Vxcx7dh5vbcEyUVKwSP1wI1 { width:5.0625rem;height:3.125rem;top:0.53125rem;left:38.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #shRta4AmZvT2iw0byPp7Tk1iSNNS0apk { display:block; }#shRta4AmZvT2iw0byPp7Tk1iSNNS0apk > .row .container { width:47.75rem;height:15.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #T00FJ70mL5aDgzaR6nzuGTLSyryWcWDy { width:15.5625rem;height:5.75rem;top:1.125rem;left:16.09375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zF7lOMZlgI4yGk2tog3wwrib2gKLdZdP { width:7.6875rem;height:1.5rem;top:7.5625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ipAKTquS6iWeTXMl4HHnU76EyyskPz2b { display:block; }
 }@media only screen and (max-width: 1199px) { #UZVi3gmB3PzMEFgoMcAJOZTTPP57hQNy { width:4.5625rem;height:1.5rem;top:7.5625rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AE8sTAFgGh5G2OrMIi2tPJ6CpO1nAp36 { display:block; }
 }@media only screen and (max-width: 1199px) { #VzPpv4tr3Drph4VGI1BOR00BDa0DJ1EX { width:4.5625rem;height:1.5rem;top:7.5625rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vvEpTLLX2zDwIZ3DcGiLRo7g10pqwCty { display:block; }
 }@media only screen and (max-width: 1199px) { #DT7t7W5aOPmQmVLHZOit6EOr3WCqa8Wr { width:6.4375rem;height:1.5rem;top:7.5625rem;left:22.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K2ZeFUanCCNwqASQNedSTLmTIglQKK0D { display:block; }
 }@media only screen and (max-width: 1199px) { #P70L7et33xeXzLECTa3NCwJkByleq64e { width:4.5625rem;height:1.5rem;top:7.5625rem;left:29.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KCBT0LdcOtQTG9fL14bih2xl1DAiD4lf { display:block; }
 }@media only screen and (max-width: 1199px) { #rZnb7xIPhLe1vCWRF6THNsE5NvMf8qVh { width:5.875rem;height:1.5rem;top:7.5625rem;left:34.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XnDKN74WfXHlrkMXNgNqXRimD1T4Ni98 { display:block; }
 }@media only screen and (max-width: 1199px) { #sQFZn8Eo8b0An5P1SFq5zx7oTdawOgB5 { width:4.5625rem;height:1.5rem;top:7.5625rem;left:41.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UP5OXpRcT3kCxX4vvySC1nIunsUtA2t5 { display:block; }
 }@media only screen and (max-width: 1199px) { #Dkh7FavolRXkVOn8cwv4J7G75TTZrDWd { width:10.125rem;height:3.1875rem;top:10.5rem;left:18.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bgF0hEcaVt7l2DcLAHWf66u9R0APzdEI { display:block; }
 }@media only screen and (max-width: 1199px) { #Id18D5mX2D9JSFpylqWxr6xXf33o8A9a { display:block; }#Id18D5mX2D9JSFpylqWxr6xXf33o8A9a > .row .container { width:47.75rem;height:67.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TF9ifxZ7JpJn6fTKnxwP4dFsCmrvNT3L { width:41.375rem;height:7.1484375rem;top:2.1875rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L8XQ6SZPENk4aIn7Ci8QE7hBQBBVCk5c { width:40.125rem;height:5.0625rem;top:10.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yUJ5KnXEmUdnwV0pwhmIkepdwg2fqBrB { width:2.3125rem;height:1.4625rem;top:15.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LBGpM4Do2tIa79X4h6vK21EQN0t49z5S { width:15rem;height:1.6875rem;top:16rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ClBP0xAWKRfX0sBxV60NpcI2fbF85Tch { width:22.875rem;height:1.6875rem;top:18.75rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ODZ4eA2q4lJxtsJvRgCWdrAbuBn8gTFW { width:2.3125rem;height:1.4625rem;top:18.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RQcfxPG5JQ3hp1uFOqEAFg3JdRwoQy3U { width:22.875rem;height:1.6875rem;top:21.4375rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xGIwZLN93XkppoJTR9pltwMCtU1zinkA { width:2.3125rem;height:1.4625rem;top:21.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MAWPP5IZdQBhMUTTbHKOxE1JiK2ilyQv { width:22.875rem;height:1.6875rem;top:24.375rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #giu115UeF69phVdG4DAifJg26Aml6Sqk { width:2.3125rem;height:1.4625rem;top:24.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MJss6iyxwTpfWRQNXGh97v4X19qXHm0Q { width:37.5rem;height:0.0625rem;top:51.0625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ThGZAnN0gsx6kzPhorz6n7NoXUQrQ8Kn { width:0.9375rem;height:1rem;top:28.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d6ZFMffViT5hNQkUvqPaw25wy1ZxiU3N { width:12.5rem;height:1.4625rem;top:28.75rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kJ3eB0feWXTXM0Wqm97mB58WNg0qbpHG { width:12.5rem;height:2.2734375rem;top:30.3125rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MFfsfg3fWIaTs3MdBidlk72kioasQhm8 { width:12.5rem;height:2.2734375rem;top:30.3125rem;left:15rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cfTpBzDR5Cf64STlNrmQcMF7pzXXyWkL { width:12.5rem;height:1.4625rem;top:28.75rem;left:15rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #foy8fDGUhz98OuqVmR8VUAvIVmkLI0XT { width:0.9375rem;height:1rem;top:28.75rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gw2UmAup5lpTEXhnNRV9IUSQ2nNhSXpS { width:24.25rem;height:3.1875rem;top:34.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zqSt5BV92Cs5ok2mRTyGAwk1i3ruQNQM { display:block; }
 }@media only screen and (max-width: 1199px) { #Q6Ihe5hp7ZlaJx8pK6h4F4Kln6Q3VgFr { width:24.25rem;height:3.1875rem;top:39.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oITBAUySyMtrr1QAHNWmV6nZni2Jxm5a { display:block; }
 }@media only screen and (max-width: 1199px) { #AGrgs7W7PrAvJK0u0baUNU3Ra778TUFW { width:19rem;height:33.75rem;top:15.9375rem;left:27.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IKwGKFqZNkfQlM4FFXGxWOFTpI4ctssz .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IKwGKFqZNkfQlM4FFXGxWOFTpI4ctssz .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#IKwGKFqZNkfQlM4FFXGxWOFTpI4ctssz .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#IKwGKFqZNkfQlM4FFXGxWOFTpI4ctssz { display:flex;width:18rem;height:5.0625rem;top:57.125rem;left:13.875rem; }
 }@media only screen and (max-width: 1199px) { #IKwGKFqZNkfQlM4FFXGxWOFTpI4ctssz #gTgQpNyLvIZ4lMdWn9QkXallxQrA4zrJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #IKwGKFqZNkfQlM4FFXGxWOFTpI4ctssz #l8XxrCr7anTDlhwP5zJUJk0kOZfmdTTK {  }
 }@media only screen and (max-width: 1199px) { #IKwGKFqZNkfQlM4FFXGxWOFTpI4ctssz #EH3n6ao7zqKziCBmmyBgswpyxUDAThXe {  }
 }@media only screen and (max-width: 1199px) { #IKwGKFqZNkfQlM4FFXGxWOFTpI4ctssz #NKrIXTG2PXbPT5HPCE5Wpow31tBI3At8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #IKwGKFqZNkfQlM4FFXGxWOFTpI4ctssz #u0tBWgzI7F9Fm75V5E063I1JXvdZqW9Q {  }
 }@media only screen and (max-width: 1199px) { #IKwGKFqZNkfQlM4FFXGxWOFTpI4ctssz #BM6qP4lxTewsZ1nwWxFGQET6APLtulFs {  }
 }@media only screen and (max-width: 1199px) { #IKwGKFqZNkfQlM4FFXGxWOFTpI4ctssz #VvJdn1n2AltchMEyTAw0AsAx4MBOcFQf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #IKwGKFqZNkfQlM4FFXGxWOFTpI4ctssz #JUiupqWxvw8Ce17bJpwZRTy6IgTBQKZV {  }
 }@media only screen and (max-width: 1199px) { #IKwGKFqZNkfQlM4FFXGxWOFTpI4ctssz #C3cOt3WFUQHCXmdXolW8JyHV8Ike5U2C {  }
 }@media only screen and (max-width: 1199px) { #IKwGKFqZNkfQlM4FFXGxWOFTpI4ctssz #hiBZNVS1mvu5BZpRiMpAJ2qPMROQSkWn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #IKwGKFqZNkfQlM4FFXGxWOFTpI4ctssz #dystvOZKNXBxpDc6V5rZtUhflZMAZJhx {  }
 }@media only screen and (max-width: 1199px) { #IKwGKFqZNkfQlM4FFXGxWOFTpI4ctssz #i5b3KDX0JKiMuSzbBmLVLr2uS2eTzlQP {  }
 }@media only screen and (max-width: 1199px) { #LHMzontGlWOWmaWgKs8uN7Df7yfabQyR { width:32.8125rem;height:12.5rem;top:52.5rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #krLOUK6hvLlk3dZ1OHxC1FRAIhWN5SNv { width:23.5625rem;height:1.3rem;top:54.375rem;left:14rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #npDORLdIdWHeNtT7XESVdtyCTMpba3Wz { width:1.125rem;height:1.125rem;top:54.4375rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UcTrTm8akGXq3NPW6o67mqUmyn9eQp9T { display:block; }#UcTrTm8akGXq3NPW6o67mqUmyn9eQp9T > .row .container { width:47.75rem;height:52.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #lOHS4ZfeXQ12tQMK8FwHJuBdKtWydMrl { width:45.6875rem;height:9.75rem;top:1.875rem;left:0.625rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G2UAJkzMTXlEb9Q0atzHd7cQ19OMTpbg { width:36.25rem;height:13.375rem;top:12.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lvkGF89RDBOT9QxqdmRip1IZ8NILGKq7 { width:9.5625rem;height:10rem;top:14.0625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UQzTpTpVVLag2stRGsE2m948Cgs23Vuy { width:22rem;height:5.2rem;top:15.8125rem;left:13.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZaKwgHgrvGbNg5U2s5KFdiG8SezMXmgn { width:45.4375rem;height:15rem;top:27.5625rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tWE7oKw59756dgH1FKRLyCJXTQW8grBK { width:45.4375rem;height:5.125rem;top:44rem;left:0.75rem;font-size:1rem;display:block; }#tWE7oKw59756dgH1FKRLyCJXTQW8grBK li:before{  }
 }@media only screen and (max-width: 1199px) { #c4SzWSTInDlf4BtGW8oqbT0J1FRTpZsw { display:block; }#c4SzWSTInDlf4BtGW8oqbT0J1FRTpZsw > .row .container { width:47.75rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #FohBVHdi3x1bqvNVwMtZlGc7C8tBxgOA { width:47.75rem;height:6.171875rem;top:6.75rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mFABQfiAeMbyryHymo1T4L1p7yUuHEcs { width:47.75rem;height:2.1125rem;top:2.4375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #ybNReMhtC1Vo8RrGLQHIcUWnrOSw3G4a { display:block; }#ybNReMhtC1Vo8RrGLQHIcUWnrOSw3G4a > .row .container { width:47.75rem;height:28.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #G2bVn9qec5uEZZA8KhFcw3O4fnvqPwc8 { width:2.5rem;height:2.5rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rAtnH3FoEkLdaFSg8bywUs2AH0O1vTVq { width:5.75rem;height:1.1375rem;top:3.369140625rem;left:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VkFX6TofG4WI2hClotgHWMpwUsLMA7Sb { width:47.375rem;height:14.4rem;top:6.375rem;left:0rem;font-size:4rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #GrxQqcwLcQzmoPn60wE3FsFZU2GbNxBg { width:45.5rem;height:5.0625rem;top:21.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dDUD8EnTpDXdmTszgZ46WwJnyo1xiyr9 { display:block; }#dDUD8EnTpDXdmTszgZ46WwJnyo1xiyr9 > .row .container { width:47.75rem;height:44.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ZQkFBLe4iThbM9UEFfBmNdxEseqTUqC1 { width:24.1875rem;height:12.75rem;top:1.625rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #weJarruCQSpCL1I1SA5p7D3KLS1xQbxy { width:2.5rem;height:2.5rem;top:3.25rem;left:13rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bO62aAskCs0qoyvcB6QyJf4kBbmzZ3OV { width:2rem;height:1.3rem;top:3.849609375rem;left:13.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OLxkno2MRThUg7AtzuF4y3O6c5kn13Rt { width:18.0625rem;height:3.8984375rem;top:6.75rem;left:13rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k3ZUemWE7MEMBeXZqTO0KUMyZeqeqW3g { width:21.75rem;height:1.3rem;top:11.1875rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ELut99iFSRrLK2zxDTpHXCoaZR9rSqyg { width:24.1875rem;height:12.75rem;top:16rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JRNDkVCo90CSGdQDWhKX8y9cZnMkTTm9 { width:18.0625rem;height:3.8984375rem;top:21.125rem;left:13rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ia0o5O59F3nmZOrB9VvMArfSh1Q06dtt { width:21.75rem;height:1.3rem;top:25.9375rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Io09z9cZVnXnVkv0IzVTcSNuwoEtCkDC { width:2.5rem;height:2.5rem;top:17.625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r59eK40OVMRl3aFBZKMKwOKf8I1zXPaS { width:2rem;height:1.3rem;top:18.224609375rem;left:13.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M7MbO93IsTynCtN11SMuTZ4xnc7eaeoU { width:24.1875rem;height:12.75rem;top:30.375rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Smw83XEairUQmBRt4JETuAUs9ORv5UP7 { width:21.75rem;height:1.3rem;top:40.3125rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z8QwhImZ86bKypaHb4N1MQTQNBxldJPc { width:18.0625rem;height:3.8984375rem;top:35.5rem;left:13rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #obUf1y9T6L9G7CMuIPEpMtEwkKQsLpy2 { width:2.5rem;height:2.5rem;top:32rem;left:13rem;display:block; }
 }@media only screen and (max-width: 1199px) { #etDf9s5y2TmL52MvZmFeg08vRccaRfWE { width:2rem;height:1.3rem;top:32.599609375rem;left:13.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eTgGfZ42tGIgEnwyuoLZ96Kzm9ZThxby { display:block; }#eTgGfZ42tGIgEnwyuoLZ96Kzm9ZThxby > .row .container { width:47.75rem;height:47.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #lnKRRgci0h4miV848VpViwCkXBmDSt7m { width:24.1875rem;height:12.75rem;top:1rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TB1U721tTbTOdpRgUH1JeoyLZhUTyVu2 { width:2.5rem;height:2.5rem;top:2.625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XHXCNVayJQk8BNoBXMqvKfKuF0VpmTOP { width:2rem;height:1.3rem;top:3.224609375rem;left:13.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DwWXo6DkTMvk459PM0TfaRzEHUrEoKQ1 { width:18.0625rem;height:3.8984375rem;top:6.125rem;left:13rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rALJfgW8uITEnlws4iVh1SDFA6guWyfl { width:21.75rem;height:1.3rem;top:10.5625rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MVo72Zl4HTth6rc1CdsCFC30ayOTcPTu { width:24.1875rem;height:12.75rem;top:15.375rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rC8C27FAcRTxTTiyuX1579cI1Nx4VnTT { width:18.0625rem;height:3.8984375rem;top:20.5rem;left:13rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vOagTE6caAn9ux3kADbUoM3QTbboPGIn { width:21.75rem;height:2.6rem;top:25.3125rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SQxsxd8PHRax8DnWPR2HcwT3Jg1mmxlG { width:2.5rem;height:2.5rem;top:17rem;left:13rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iWZfvJQmU0W5a0R8d1MSNhvGnPKak14N { width:2rem;height:1.3rem;top:17.599609375rem;left:13.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MGxoSDOCLBiZcshhDpTV1Nh0Vv7oTlaz { width:24.1875rem;height:12.75rem;top:29.75rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gat2VsiggvUBnfXUCKipB4d2xGIThZbu { width:21.75rem;height:1.3rem;top:39.6875rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hc6ku91F67geVqt0xQN99gTsdTLmgO5r { width:18.0625rem;height:1.95rem;top:34.875rem;left:13rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ott6XFeI2cy8LgMt8qXJbZGMSEkiMPIu { width:2.5rem;height:2.5rem;top:31.375rem;left:13rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZpFKS2s0uOOM3fSEvzrAB1xI6TgNNMcg { width:2rem;height:1.3rem;top:31.974609375rem;left:13.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HEO9z6BnUiHRN8FyiNzvgDyz74LUACZJ { display:block; }#HEO9z6BnUiHRN8FyiNzvgDyz74LUACZJ > .row .container { width:47.75rem;height:32.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #xEVQbImiQOxGmQLGgT99kJ0mpSzfW1C8 { width:2.5rem;height:2.5rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Dek8AC1kTg1aJsNl07gEyHG9t1MTko8C { width:12.6875rem;height:1.1375rem;top:3.369140625rem;left:3.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JpZ9TenzODzI5S8pphUhTPuxgUwEmE2z { width:40.125rem;height:14.4rem;top:6.375rem;left:0rem;font-size:4rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #Q2t875AaASxCn5o2QnD4tuZM97CWBtiW { width:45.5rem;height:5.0625rem;top:20.7744140625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G2NhXq7bvB4Gg3rQDFyv5Wqbfni2cq2w { width:10.125rem;height:3.1875rem;top:26.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eZBenVI1CwoGXu0uS9TeIGdPKLb6egbT { display:block; }
 }@media only screen and (max-width: 1199px) { #fG9q53k03mW0zZ40DFpSPRAqr3TzcMtB { display:block; }#fG9q53k03mW0zZ40DFpSPRAqr3TzcMtB > .row .container { width:47.75rem;height:128.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #kQ5uEO60yAtLi5labEqtV18pDxhrUZ9Q { width:22.5rem;height:40rem;top:2.1875rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eynofkMRZdz5AERzstLhkM3oD5UxRZq7 { width:4.0625rem;height:2.75rem;top:4.625rem;left:14.2705078125rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FR28lTqe7SRhDwCLprJ4AFqvewxREmrT { width:10.3125rem;height:2rem;top:4.625rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mmVfdTPXbPXebpMLvtt07PTPwE8s3VSG { width:9rem;height:0.89375rem;top:5.240234375rem;left:21.46875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WZwkMAt3HbopcDTDsOz8y3qaHmro7pN9 { width:17.625rem;height:3.8984375rem;top:8.1875rem;left:14.2705078125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vkebWOWSCT64OyMbhNw56JwwV2Nzhtzv { width:15.5rem;height:1.21875rem;top:13.625rem;left:14.2705078125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ef9Xa5Q1OgLUbspaPTnaLeJOzH9DkDu4 { width:19.875rem;height:20.80075rem;top:16.3125rem;left:13.9375rem;font-size:0.875rem;display:block; }#Ef9Xa5Q1OgLUbspaPTnaLeJOzH9DkDu4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0ed595450bd13a12d45d16b00e5f94376060bcbc.svg); }
 }@media only screen and (max-width: 1199px) { #MUdXJwnU15X4Dh2UpJss5bx4PKtpar0B { width:22.5rem;height:40rem;top:43.5625rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tGTfSQUd5HGCkEiVZXpvZV0sdJuJIWiC { width:19.875rem;height:20.80075rem;top:57.6875rem;left:13.9375rem;font-size:0.875rem;display:block; }#tGTfSQUd5HGCkEiVZXpvZV0sdJuJIWiC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0ed595450bd13a12d45d16b00e5f94376060bcbc.svg); }
 }@media only screen and (max-width: 1199px) { #XnNRgXy5XQQNaxnPUeROzL6kGbqu9ToB { width:15.5rem;height:2.4375rem;top:54.5rem;left:14.2705078125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FkPsTAvnTPGvJhZFZQh45CVa031D6wq5 { width:17.625rem;height:3.8984375rem;top:49.5625rem;left:14.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZEdb0U8zPBcoIcUsivseQHWiRCNaTEGL { width:4.0625rem;height:2.75rem;top:46rem;left:14.25rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yclEJtH9mSPPUooh14R90VsOzaOQQ9zv { width:10.3125rem;height:2rem;top:46rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PikRFgd6sEbJGWO362HKW3Dz0J74bCmU { width:9rem;height:0.89375rem;top:46.625rem;left:21.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MSWDUO5Shky4Dw7ta5cn6BIGrO1ZEBOD { width:22.5rem;height:40rem;top:84.875rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sw7oX7Vl1pEOfptetAMSxG1AM9MIoGnQ { width:19.875rem;height:21.9375rem;top:99rem;left:14rem;font-size:0.875rem;display:block; }#sw7oX7Vl1pEOfptetAMSxG1AM9MIoGnQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0ed595450bd13a12d45d16b00e5f94376060bcbc.svg); }
 }@media only screen and (max-width: 1199px) { #QNLrHqzykHRVLgsT2tsHISyBsotPcwq5 { width:18.1875rem;height:2.4375rem;top:95.8125rem;left:14.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GwGbaV8eTf1AivvAti78zTSx5ZWbhvPS { width:17.625rem;height:3.8984375rem;top:90.875rem;left:14.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uC8JAM1OZD6LWTtTJD9zHhaSedeolsF1 { width:4.0625rem;height:2.75rem;top:87.3125rem;left:14.3125rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RMg1FqlvSgRRFlOR9hfH0dX2cVx24kMQ { width:10.3125rem;height:2rem;top:87.3125rem;left:20.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #daQiHUGWyBcEGRMM3ilr71rCUi3ANZK4 { width:9rem;height:0.89375rem;top:87.927734375rem;left:21.46875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eNWHUFgwngDCe03EhyeTtrI1iyVTcH5n { display:block; }#eNWHUFgwngDCe03EhyeTtrI1iyVTcH5n > .row .container { width:47.75rem;height:23.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Lf9PLV1rKRq6kDBbGCd2zSTf5x37yVZw { width:2.5rem;height:2.5rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ccrklEQWt5pLvCF5CEioZ161rL3rwE7g { width:12.6875rem;height:1.1375rem;top:3.369140625rem;left:3.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HiQe5UvT4H0RepPrRR9KGUQKNdIZWrJs { width:40.125rem;height:4.8rem;top:6.375rem;left:0rem;font-size:4rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #TQyge3kA8PL7hyVZZpykAQt71VxcSEZF { width:45.5rem;height:5.0625rem;top:13.625rem;left:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wHb7MH8ktu6JevcnSoP1ZNFcfiXknEBw { width:10.125rem;height:3.1875rem;top:19.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P8pPAs5AmP9FvnZFRl9orhOPq05MEann { display:block; }
 }@media only screen and (max-width: 1199px) { #UNf6sAl16BJwFfJZrQ07b4tUPqmwftJk { width:30.0625rem;height:0.975rem;top:11.1748046875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tdBzi2KmAAFotJgymNHbDgOMgalEBcc9 { display:block; }#tdBzi2KmAAFotJgymNHbDgOMgalEBcc9 > .row .container { width:47.75rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #xnzvEwbi9oTl18EVrLTOIVOPLWH5TM8x { width:9.875rem;height:2.5rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cxWzKpIaeIIAWrde46OyuIrLimL7BOrc { width:9.5625rem;height:1.3rem;top:2.474609375rem;left:0.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uCZmDAU3zqd3oRIaq4LW2O0Pl3R3K2B1 { width:30.6875rem;height:1.95rem;top:1.869140625rem;left:10.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Fq0iU7ELm4w967hW0EpCOCyOzxS9sPDW { display:block; }#Fq0iU7ELm4w967hW0EpCOCyOzxS9sPDW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #wQVpdvcNcDgaQkkBiR8wMQJo97K8xG00 { width:10.625rem;height:1.4625rem;top:0.92578125rem;left:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Fk3BQFbcs4DxktC3JQU9PTEzkdmSi5aK { width:15.0625rem;height:1.4625rem;top:0.92578125rem;left:13.03125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nIqiwMJd8g8MkyCOtuh9LgII9LoePTFR { display:block; }#nIqiwMJd8g8MkyCOtuh9LgII9LoePTFR > .row .container { width:47.75rem;height:26rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #iWFaRXlMJz6hPe3RGGwzUQywqXMaZo9g { width:17.5625rem;height:7.3095625rem;top:0.92578125rem;left:13.03125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J1tWnUOpUgZOulbItfGa1bQxVVzsG43G { width:10.625rem;height:1.4625rem;top:0.92578125rem;left:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K9ou3pLOzNoTi0HRS0fH5s0lR75KzcnE { width:34.6875rem;height:15.1171875rem;top:9.396484375rem;left:13.0625rem;font-size:0.875rem;display:block; }#K9ou3pLOzNoTi0HRS0fH5s0lR75KzcnE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0ed595450bd13a12d45d16b00e5f94376060bcbc.svg); }
 }@media only screen and (max-width: 1199px) { #DA9TCWtHnt5CiIrSm20o5Rd2M8rRXceO { width:3rem;height:3rem;top:1.125rem;left:30.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qgu8zhAksBVRqFniRUPxqf3XO7iPEm2M { width:9.3125rem;height:1.4625rem;top:0.9375rem;left:34.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H4opcZPPkOfsAeDvMItfUnS9zo0CLSRk { width:11.4375rem;height:2.2734375rem;top:3.375rem;left:34.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DWm4QhBwxMvk8ShHfs3nKCeJftdTePiM { display:block; }#DWm4QhBwxMvk8ShHfs3nKCeJftdTePiM > .row .container { width:47.75rem;height:18.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Ra9Ir9dLNdQfqiKI6kCOIxzRdpX1yH0r { width:15.0625rem;height:7.3095625rem;top:0.92578125rem;left:13.03125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zgmQy0FILFf2u5ag073w9VizqUHK3dBF { width:10.625rem;height:1.4625rem;top:0.92578125rem;left:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hQnBvByBEqT1GCw53Gyvue6FC7hIwzSV { width:34.6875rem;height:7.558625rem;top:7.021484375rem;left:13.0625rem;font-size:0.875rem;display:block; }#hQnBvByBEqT1GCw53Gyvue6FC7hIwzSV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0ed595450bd13a12d45d16b00e5f94376060bcbc.svg); }
 }@media only screen and (max-width: 1199px) { #H68Bm4Ow2SmUiNDCQxu8ltv3lGbcKaVh { width:3rem;height:3rem;top:1.125rem;left:30.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t054Msb1WEniS9fVdro36kUMyEsbSwPc { width:9.3125rem;height:1.4625rem;top:0.9375rem;left:34.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TlDNfOVpriZLlO25Cx97VSyTnlKDdMct { width:11.4375rem;height:2.2734375rem;top:3.375rem;left:34.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ai8heiuQX9cQ6NPUWu4Dx1odyg5M0e7B { display:block; }#Ai8heiuQX9cQ6NPUWu4Dx1odyg5M0e7B > .row .container { width:47.75rem;height:18.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #BJ0GSadTeT1TrJNpChymXMlH3WCbCe6n { width:15.0625rem;height:5.84765625rem;top:0.92578125rem;left:13.03125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wxFIJNhzA46RGUsDyzdigStzcGiTtc6R { width:10.625rem;height:1.4625rem;top:0.92578125rem;left:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z5RxBV7KrExaxLGfdmZmpuVwTZTOCfLm { width:34.6875rem;height:8.6953125rem;top:8.146484375rem;left:13.03125rem;font-size:0.875rem;display:block; }#z5RxBV7KrExaxLGfdmZmpuVwTZTOCfLm li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0ed595450bd13a12d45d16b00e5f94376060bcbc.svg); }
 }@media only screen and (max-width: 1199px) { #BBQQI2DfIHhHdmcVWSMFKwzmA0gtMUZB { width:3rem;height:3rem;top:1.125rem;left:30.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bCaUO4ZgIoUO0ABg49sulBlR98vDyHR5 { width:9.3125rem;height:1.4625rem;top:0.9375rem;left:34.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TiVIJuHpdgA7IrxRFIcK2dumBnUZxFQk { width:11.4375rem;height:2.2734375rem;top:3.375rem;left:34.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zX5vCDzQPQx4Tb2NOiCCs0ix94ZKXxrA { display:block; }#zX5vCDzQPQx4Tb2NOiCCs0ix94ZKXxrA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Sp57h1yDwM95RN6rV4R4dLx3nR7WRowS { width:10.625rem;height:1.4625rem;top:1.45703125rem;left:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CXLfsPIt8nkpiAHOTdSSkQ2xAmPNCN6i { width:15.0625rem;height:1.4625rem;top:1.45703125rem;left:13.09375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DwK3vwtINVkDi7Hl0MRydqBZZa4o5caD { width:3rem;height:3rem;top:0.6875rem;left:30.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZINby06lf1dq4w1cUF6xQVrLf3bMhMd9 { width:9rem;height:1.3rem;top:1.45703125rem;left:34.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #asTX4LcHhLNT2ULgy3IyOJbV8AlT2KTH { display:block; }#asTX4LcHhLNT2ULgy3IyOJbV8AlT2KTH > .row .container { width:47.75rem;height:18.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #XotK2l0vbQ89BvEJ1Ipl3ACJNlikffSI { width:15.0625rem;height:4.38574375rem;top:0.92578125rem;left:13.03125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #th5FJ3bz4UtckgUGLpdNRQi9bWTAOnqL { width:10.625rem;height:1.4625rem;top:0.92578125rem;left:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QuWA3lWxrPiFNoTtQwxpKZr5OtCkQENI { width:34.6875rem;height:8.496125rem;top:8.146484375rem;left:13.03125rem;font-size:0.875rem;display:block; }#QuWA3lWxrPiFNoTtQwxpKZr5OtCkQENI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0ed595450bd13a12d45d16b00e5f94376060bcbc.svg); }
 }@media only screen and (max-width: 1199px) { #CGhNOUOM3A9EUhBsNzqSkTyCOPaUQwtM { width:3rem;height:3rem;top:1.125rem;left:30.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ebmdMGJZeOGXxP3MAI3osKe4TtlD6azc { width:12.25rem;height:1.4625rem;top:0.9375rem;left:34.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PqzgL5Vaqzo3sNk364NphDbhfoQVWuKZ { width:11.4375rem;height:2.2734375rem;top:2.8125rem;left:34.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fL8qesWlD9Tx2GcdyNay58TBd3WMfCwZ { display:block; }#fL8qesWlD9Tx2GcdyNay58TBd3WMfCwZ > .row .container { width:47.75rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #rODzFPMn4WTqkZ7IKJ0S0ElGxfGbA7KI { width:15.0625rem;height:4.38574375rem;top:0.92578125rem;left:13.03125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ixf2UdJODmknoG6P8Mw48T9VvPhRXNeQ { width:10.625rem;height:1.4625rem;top:0.92578125rem;left:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GFes3zLGfrTAD25lqtdd8bwClAWchz5w { width:34.6875rem;height:11.90625rem;top:8.146484375rem;left:13.03125rem;font-size:0.875rem;display:block; }#GFes3zLGfrTAD25lqtdd8bwClAWchz5w li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0ed595450bd13a12d45d16b00e5f94376060bcbc.svg); }
 }@media only screen and (max-width: 1199px) { #PTVIug9WEdhNALHiXOldeIZlvM4Zft3q { width:2.25rem;height:3rem;top:1.125rem;left:30.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DgDwoXT1evq4TXvomflsVidSnZZEPaNt { width:11.875rem;height:1.4625rem;top:0.9375rem;left:34.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mheDkBvxIzglRBisn8bGgx9Wzb5Ttyg6 { width:11.4375rem;height:3.41015625rem;top:3rem;left:34.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G4mrOgXSv0K4KLADFluNFX0TzGGSxuwU { display:block; }#G4mrOgXSv0K4KLADFluNFX0TzGGSxuwU > .row .container { width:47.75rem;height:21.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #FbTr56i8HK6dgyAdok1gd0ylumRSdgWF { width:15.0625rem;height:5.84765625rem;top:0.92578125rem;left:13.03125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wLMs7QJZTHePmtTvvTXEEeWfE6Zc55kP { width:10.625rem;height:1.4625rem;top:0.92578125rem;left:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Kv0btdZdTyFhfdxHlFCf5mNiAxllIseH { width:34.6875rem;height:11.90625rem;top:8.146484375rem;left:13.03125rem;font-size:0.875rem;display:block; }#Kv0btdZdTyFhfdxHlFCf5mNiAxllIseH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0ed595450bd13a12d45d16b00e5f94376060bcbc.svg); }
 }@media only screen and (max-width: 1199px) { #EcmiXT8IzP50iBUeauT5J6CISgVZahGd { width:3rem;height:2.9375rem;top:1.125rem;left:30.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Myn1Nt9R53VWN0pPvIVRg9qf0Ot3I5N2 { width:9.3125rem;height:1.4625rem;top:0.9375rem;left:34.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V4MdPqrIfRGZR2AQrrPvcurN47b7TyWl { width:11.4375rem;height:2.2734375rem;top:3.375rem;left:34.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KR3CGIvIWUVXsOhQIzNFJwhTb7TWCmFH { display:block; }#KR3CGIvIWUVXsOhQIzNFJwhTb7TWCmFH > .row .container { width:47.75rem;height:3.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #gvnxtuXpF3BmpMeE2bl80UJuruGmGTl0 { width:17.375rem;height:1.4625rem;top:0.92578125rem;left:13.03125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u0OvtMDawGRN28SpOISyGI04DU22NESe { width:10.625rem;height:1.4625rem;top:0.92578125rem;left:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XvHiyH9CeUluGLWhTyfBabBKT8pOKHWG { display:block; }#XvHiyH9CeUluGLWhTyfBabBKT8pOKHWG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #FLqTSdJVbkk0SpCFcBzey8vpVWUTTO2y { width:10.625rem;height:1.4625rem;top:1.45703125rem;left:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JDkQPiTLv2PpDhWqthCcGbmygJP6nkfN { width:15.0625rem;height:1.4625rem;top:1.45703125rem;left:13.09375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cHsKeTuZ7d4G1BAXF0srMcyewGJ4R60d { width:3rem;height:3rem;top:0.6875rem;left:30.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lG6wAlLKzMGQEQm4hexHB6rS9XoHbB6q { width:9rem;height:1.3rem;top:1.45703125rem;left:34.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qihOaMi2koBNi2qqZisEdfDwt4unnO7R { display:block; }#qihOaMi2koBNi2qqZisEdfDwt4unnO7R > .row .container { width:47.75rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #hTOnTJtdI6vdMue02kixJaGn69vXneRR { width:15.0625rem;height:1.4625rem;top:1.875rem;left:13.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I3VRtRJnBHlhUfxF1VPVfLuHbTQ4zLpb { width:10.625rem;height:1.4625rem;top:1.875rem;left:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qZR5TTVQpzoS4cpUB9xR5bNegNATmV0s { width:3rem;height:3rem;top:1.125rem;left:30.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EF5aEUP86f99pJ8BKkSXvUwRAsPKFI0k { width:9.3125rem;height:2.6rem;top:0.9375rem;left:34.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P49TpNoWTsP4QbVqBWu995Fos2CUX0Nt { display:block; }#P49TpNoWTsP4QbVqBWu995Fos2CUX0Nt > .row .container { width:47.75rem;height:21.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Ca5Zb5FnDOMlwGPoERfqO4o81fKHfJBQ { width:17.375rem;height:5.84765625rem;top:0.92578125rem;left:13.03125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n38ihzbb78GkSlTBaTMTwWxfEaVGhyLx { width:10.625rem;height:1.4625rem;top:0.92578125rem;left:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KpuB8qLWFF8ruFisUTJEwcanmK6qxpGR { width:34.6875rem;height:11.90625rem;top:8.146484375rem;left:13.03125rem;font-size:0.875rem;display:block; }#KpuB8qLWFF8ruFisUTJEwcanmK6qxpGR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0ed595450bd13a12d45d16b00e5f94376060bcbc.svg); }
 }@media only screen and (max-width: 1199px) { #DO8Ibt9N7gJRgDZt5U7eaWNDLmJFn854 { width:3rem;height:3rem;top:1.125rem;left:30.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UlRyia57E31yTMzqOn6kvA5WSnAsMfAD { width:9.3125rem;height:1.4625rem;top:0.9375rem;left:34.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BJ7P5HQvSUsCS6gpHhrrmZ2vtIkfSENx { width:11.4375rem;height:2.2734375rem;top:3.375rem;left:34.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #upNb87LRqvmzMuxK9rwTgAeDz7C1XimL { display:block; }#upNb87LRqvmzMuxK9rwTgAeDz7C1XimL > .row .container { width:47.75rem;height:22.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Q85TQmq6U69muFoqRLwsvNw2FVTutWzr { width:17.375rem;height:4.38574375rem;top:0.92578125rem;left:13.03125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VCnCFILosw2GAPQwGfgBzJ9UZepba992 { width:10.625rem;height:1.4625rem;top:0.92578125rem;left:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ROFq5SLknSIATouBsFf76oKQsaMPgTXw { width:32.0625rem;height:2.2734375rem;top:5.833984375rem;left:13.03125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yUFzHFoy0SkiCVHqGViXV6xTJz6DZUH0 { width:3rem;height:3rem;top:9.3125rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VsFHTag7OGl8HHryapclTEOJfn68Nqe2 { width:9.875rem;height:1.3rem;top:9.3125rem;left:17.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XuHVE2K1MnS6lF5zKQf93QPU6tindofb { width:10.0625rem;height:3.41015625rem;top:10.875rem;left:17.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iLA2hld5OVgQzDyA6GKrUd2g8X7Wkn8D { width:9.375rem;height:3.41015625rem;top:10.5625rem;left:31.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T2omlZ2DVpQCS8NUBnrngiipOxdNMboT { width:9.3125rem;height:1.3rem;top:9.3125rem;left:31.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z8n2J4qhJs8diyCuQttEOreoXFKtb9Op { width:3rem;height:3rem;top:9.3125rem;left:27.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T5CB5LfTLJtzasfOIubaAiKg7oqsxWt4 { width:2.75rem;height:2.75rem;top:16rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vRl5u1KgI0kHLJlW6act790aZXAokgLA { width:9.3125rem;height:1.3rem;top:15.9375rem;left:16.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VAW77kz144u3IrEpBJM7LNEkTEGkxFd9 { width:8.3125rem;height:3.41015625rem;top:17.3125rem;left:16.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mO51ZoAiaIximCOeX3P3TrxbvDCTmG07 { display:block; }#mO51ZoAiaIximCOeX3P3TrxbvDCTmG07 > .row .container { width:47.75rem;height:3.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #MyEGurt2cu1r1G8gUNkoDbyWkDuE2RNH { width:17.375rem;height:1.4625rem;top:0.92578125rem;left:13.03125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wdKW7abk6ItKrUzUU1p6czbTf0z5qlGy { width:10.625rem;height:1.4625rem;top:0.92578125rem;left:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pvWxeRIaJsl7NLZpTDxlyvv38RhgfuGo { display:block; }#pvWxeRIaJsl7NLZpTDxlyvv38RhgfuGo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ebqTOqelxL6hyseOmTBtgEnyt3uM0agP { width:10.625rem;height:1.4625rem;top:1.45703125rem;left:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B51G1yvT83XG0xn1U7ag3ClqkyGZ93XK { width:15.0625rem;height:1.4625rem;top:1.45703125rem;left:13.09375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #czdChQ2Ss0dD3mGgd1g87miSZc7L4k6N { width:3rem;height:3rem;top:0.6875rem;left:30.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ad2MfAUoAIienF7Mkka4oZNlwmSx1tE6 { width:9rem;height:1.3rem;top:1.45703125rem;left:34.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EfDDMEqSABocNGd5DqGwaJ63xDtZ5wk3 { display:block; }#EfDDMEqSABocNGd5DqGwaJ63xDtZ5wk3 > .row .container { width:47.75rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #MnSi1wTV0mE8tIdfoBCm3KE5BBbfeUK1 { width:17.375rem;height:5.84765625rem;top:0.92578125rem;left:13.03125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #or2r527mQglIO4WPl6cKDHQnpMEOEz0L { width:10.625rem;height:1.4625rem;top:0.92578125rem;left:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cmfMEM93HSOkF3CTIvVn1Wh74kRyJCxk { width:34.6875rem;height:5.28515625rem;top:6.771484375rem;left:13.0625rem;font-size:0.875rem;display:block; }#cmfMEM93HSOkF3CTIvVn1Wh74kRyJCxk li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0ed595450bd13a12d45d16b00e5f94376060bcbc.svg); }
 }@media only screen and (max-width: 1199px) { #XiaGaBpTL3KTDubRZ3I26TlwMaimnMvV { width:3rem;height:3rem;top:1.125rem;left:30.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GQs8X71Lb3oCHtmtfSVAOTIWnIazgxgM { width:11.6875rem;height:1.4625rem;top:0.9375rem;left:34.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sdfLZATmmUwK5mgzd1MQby8nqbzrxNLP { width:13.5625rem;height:2.2734375rem;top:3.1005859375rem;left:34.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GmpaycTX149oyMR4Duefu0KeG7PrVCLH { display:block; }#GmpaycTX149oyMR4Duefu0KeG7PrVCLH > .row .container { width:47.75rem;height:21.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #OipPsaxqFTsK0K1cSBdxWJNkGfSVnpWl { width:17.375rem;height:5.84765625rem;top:0.92578125rem;left:13.03125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G5lChbPwIxHJhVignOIS2PKVA4crIwsC { width:10.625rem;height:1.4625rem;top:0.92578125rem;left:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gLBt1bTOvUqM3V93PvE9QuHnrGMJRlxq { width:34.6875rem;height:11.90625rem;top:8.021484375rem;left:13.0625rem;font-size:0.875rem;display:block; }#gLBt1bTOvUqM3V93PvE9QuHnrGMJRlxq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0ed595450bd13a12d45d16b00e5f94376060bcbc.svg); }
 }@media only screen and (max-width: 1199px) { #dbVWbAfJNmhRTlvOqbbDg9CS3U6w5haT { width:3rem;height:3rem;top:1.125rem;left:30.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pSfu3aoSEEBiIPm96n4VKqUF6NuS5uPC { width:11.6875rem;height:1.4625rem;top:0.9375rem;left:34.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dOEXAkkISH5QPWRalvGwqlExfgTOrkSm { width:13.5625rem;height:2.2734375rem;top:3.1005859375rem;left:34.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tJAtrZVd8S98PWl75p8D1uJ0IWzQOs27 { display:block; }#tJAtrZVd8S98PWl75p8D1uJ0IWzQOs27 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #LJ0TSgTKHaMOextL7bXNnvAvISwZ7eky { width:10.625rem;height:1.4625rem;top:0.92578125rem;left:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SqhKrQ7GSiAgtTK2xKxm7ztraDF2XhbX { width:15.0625rem;height:1.4625rem;top:0.92578125rem;left:13.03125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RqQg57OFUkkBGOVaXa2GUg81Cs6WVoQD { display:block; }#RqQg57OFUkkBGOVaXa2GUg81Cs6WVoQD > .row .container { width:47.75rem;height:48.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #pn4PFZLTRRr0HTIwCnmhvGFg4O5nF4qZ { width:40.125rem;height:9.6rem;top:1.5rem;left:0rem;font-size:4rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #Zdk5iGcRvHooTpzD5e3LbTLEO3vu11It { width:45.5rem;height:5.0625rem;top:11.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HozMKyB2LFrIVALgTTHIevohFzRVaTLS { width:29.1875rem;height:3.1875rem;top:18.8125rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Diziy1DlBnpFT4esmMeaKgehV1TDEgcS { display:block; }
 }@media only screen and (max-width: 1199px) { #sr14nG5bu4PFGEsA2ouQGs7QMHxWAFPb { width:36.25rem;height:21.5rem;top:24.1875rem;left:5.84375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MHKE1bwTCyZKCkTRA0keAotW7leEQHr1 { display:block; }#MHKE1bwTCyZKCkTRA0keAotW7leEQHr1 > .row .container { width:47.75rem;height:48rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #n79xiLI6XSxhF6lfNFoR2Bx6tQBzvew0 { width:22.5rem;height:14.25rem;top:2.25rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dkNVPMQwMXBcQoxZfzZruVKcelLnFtik { width:2.5rem;height:2.5rem;top:3.75rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #znJwMKxmMOTKyvIHWMirCIkt3N8G19WQ { width:19.0625rem;height:2.923825rem;top:7.1875rem;left:13.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EJhub4zVqZCxVVBIC1mOfFt0i7u7HXVh { width:3rem;height:3rem;top:11.875rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aDTqV80Tu0t5FqdIvTEbMIuMggl7feG1 { width:18.75rem;height:0.0625rem;top:11rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #hMOTFTXu3XzVUq5FmWkb7dVLd7btFEzQ { width:12.5rem;height:2.6rem;top:12rem;left:17.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lJbxUHDMqammuXJB0k6PXeJZmqERdLps { width:22.5rem;height:14.25rem;top:17.375rem;left:12.625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 1199px) { #z4Jy1AVCO8UWEkSPM5hAQoUlwcXeTPIa { width:18.75rem;height:0.0625rem;top:11.375rem;left:13rem;display:none; }
 }@media only screen and (max-width: 1199px) { #s2fBOoB4oNdPW0nVHzmSdEzMptlJGvZF { width:19.0625rem;height:2.923825rem;top:22.3125rem;left:13.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S9fovKlkiW1syEgxFc4pAsXG8V8AktF7 { width:2.5rem;height:2.5rem;top:18.875rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LZK2o52EpfAfg2ENTAqLmLTQCmCMlbHb { width:22.5rem;height:14.25rem;top:32.5rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U0vRraHT0zIToIQ4l7r1qI6szpp67a4D { width:3rem;height:3rem;top:42.125rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tevoX8rVBDHM7dlzr3MaLEb1MAfz74qf { width:18.75rem;height:0.0625rem;top:11.6875rem;left:28.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #T0CvAspTZ88ERDARweGJWRMwnbNQr6Cd { width:19.0625rem;height:2.923825rem;top:37.4375rem;left:13.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #spSTE909nkEdx6g8XfFo7xuLSmt6vrVp { width:2.5rem;height:2.5rem;top:34rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wPB1yBcS1DlOmqQisvvb8Ay3SQrQiLVb { width:12.5rem;height:1.3rem;top:42.25rem;left:17.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LaJJGBBhBena0nt9H5GXHR3rWm5vnvEG { width:12.5rem;height:1.3rem;top:43.875rem;left:17.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fGey2UuBo9cFhckGppDG1TQdZguTc509 { width:3rem;height:3rem;top:11.875rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qniTZzP38ttLorcrTG1ob3fovoE1qpiA { width:12.5rem;height:2.6rem;top:12rem;left:17.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #piQGldRO26ZNh6QyDJlPxRT8JDSoJM2l { width:3rem;height:3rem;top:26.549217700958rem;left:13.625000536442rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 1199px) { #SQklqs56CnEWL3bsaCMkiAl2xFru3DqZ { width:12.5rem;height:2.6rem;top:26.749218463897rem;left:17.156249582768rem;font-size:1rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 1199px) { #ZrQXTBw9suyAWM1E1WXCd0Zh4qa8RLKH { width:3rem;height:3rem;top:11.875rem;left:13.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #HIsspeXx1oXpm7bU5LXATCCI20wXN1BM { width:12.5rem;height:2.6rem;top:12rem;left:17.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #We8ePAgIunpwc4CKmpNINRxRySSgoVZK { display:block; }#We8ePAgIunpwc4CKmpNINRxRySSgoVZK > .row .container { width:47.75rem;height:48rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #LSF4Acv4fpbXbOhls1gFsGMWGr2KqIVR { width:22.5rem;height:14.25rem;top:2.25rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #chAu4KrVFgrdceFpCXght5O6h6rQMtAJ { width:2.5rem;height:2.5rem;top:3.75rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F1aH0O3QhtDcqEtXE9H2UPFDtvrLSH2x { width:19.0625rem;height:2.923825rem;top:7.1875rem;left:13.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UBrVfwzWxzuhPuTQNXFzOzo7s5GwFbTm { width:18.75rem;height:0.0625rem;top:9.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #bi29u9TXll0q4iMBsd6ZxxRzlzywculB { width:22.5rem;height:14.25rem;top:17.375rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mW4tASCNfZSAOqCvfcO1c0yshZIXsvsD { width:18.75rem;height:0.0625rem;top:10.125rem;left:13rem;display:none; }
 }@media only screen and (max-width: 1199px) { #W4HrWWIwRTUn5bOyiCGRGepiClbeKGaU { width:19.0625rem;height:2.923825rem;top:22.3125rem;left:13.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qrXN9EPS72yvXWrSaxR4yLAEh4uO8oAT { width:2.5rem;height:2.5rem;top:18.875rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d7SKKMFhD2mJnvUypvyO698kWzhHKy4s { width:22.5rem;height:14.25rem;top:32.5rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Lmm8EOn3ncqMqIGWXpcgda6Ag9cHJeT5 { width:3rem;height:3rem;top:42.125rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yKfUbSgS1S2zfvrRkTHOATGVikn5oSCb { width:18.75rem;height:0.0625rem;top:10.4375rem;left:28.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #fBvqp8HKUbO86Drlm6zd6AXW2RG9xTis { width:19.0625rem;height:2.923825rem;top:37.4375rem;left:13.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k7muVHKQDwgr3GfV5v1teqXg7ZVBTBzs { width:2.5rem;height:2.5rem;top:34rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SEX63masK6REDgS2HJsDPQJ3vEFmhyFq { width:12.5rem;height:1.3rem;top:42.25rem;left:17.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VAB1FT3TngEFmxV5g4qfWlJfwNNlDJVL { width:12.5rem;height:1.3rem;top:43.875rem;left:17.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rCQ4yQ8hTJ0dbq72O3zi6FXk0xZNJ6F3 { width:3rem;height:3rem;top:11.875rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TXOb3VbSqNTkLXKEXFcQvC6KNa2T1LDN { width:12.5rem;height:2.6rem;top:12rem;left:17.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NPznOAT5ikWx4cTZvNW9ytwLNaKXmiMW { width:3rem;height:3rem;top:11.875rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i0FIn9lGTLKQt7VJTy3liXUvCyCt7M5B { width:12.5rem;height:2.6rem;top:12rem;left:17.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Dk2PyKds6c6VAqiNL1cRZ1zDcvWqD9zb { display:block; }#Dk2PyKds6c6VAqiNL1cRZ1zDcvWqD9zb > .row .container { width:47.75rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #kPgcstGxiGVNnAio3OzgZuqopm0pv2lr { width:9.875rem;height:2.5rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WgvbPs9JppLDnTFbfEgyCBLCBDwbxwJm { width:9.5625rem;height:1.3rem;top:2.25rem;left:0.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IzP77g8F8WUMTvM5JMKUD2cJgGtprh77 { width:30.6875rem;height:1.95rem;top:1.869140625rem;left:10.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Xo9kFTKndg3MWm4iz8lVGo88lTAnTnp4 { display:block; }#Xo9kFTKndg3MWm4iz8lVGo88lTAnTnp4 > .row .container { width:47.75rem;height:123.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ntvMmNJZbzSzMMF5t19ZHna2lVWTX2ZH { width:35.625rem;height:57.75rem;top:1rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kAR3eDOTCpUSkNRWsp73SbTzZBT1vLib { width:4rem;height:3.575rem;top:3.5rem;left:10.90625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a0fT4SdhDfcVuIV5gwkhcwOwJXS6l6Io { width:10.3125rem;height:2rem;top:4.3125rem;left:30.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dOrllTFocui0dAsUQEfdCyE1XohIuIRc { width:9rem;height:0.89375rem;top:4.9375rem;left:31.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x7N4cpCuMX32oQuFzTsEshlLl8dCoidE { width:30.1875rem;height:7.796875rem;top:8.75rem;left:10.90625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IGdRfDvRApTI25v21W0K4EbmhAFVUtMF { width:31.875rem;height:4.75rem;top:16.625rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mcyCtHhwHJFI7aIyHfDl3SrSTy7rCrph { width:3rem;height:3rem;top:17.5rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KlNu6SXWlrmS51xfKpf1arJBdQ2UsGwR { width:15.375rem;height:1.3rem;top:17.625rem;left:16.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AG1MxTnfxswamcfAVDOsNXbqz9TEkAFH { width:15.9375rem;height:1.05625rem;top:19.3125rem;left:16.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l36ackSCRaQ8wTnTJXKkeN7i53rgUSBC { width:14.5625rem;height:1.3rem;top:23.9375rem;left:10.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eEa2yGgJotJeTpwo5ELeB9wmpSsie5Et { width:31.5625rem;height:13.78125rem;top:26.583984375rem;left:10.90625rem;font-size:0.875rem;display:block; }#eEa2yGgJotJeTpwo5ELeB9wmpSsie5Et li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0ed595450bd13a12d45d16b00e5f94376060bcbc.svg); }
 }@media only screen and (max-width: 1199px) { #hCaZRFBf1vV0HKCGR1qRIgKdrqugBnfE { width:14.5625rem;height:1.3rem;top:41.9375rem;left:10.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eZ7M4bz4TSZFpPRXDJqpBqUICpSDx8IJ { width:32.75rem;height:7.359375rem;top:44.5625rem;left:10.3125rem;font-size:0.875rem;display:block; }#eZ7M4bz4TSZFpPRXDJqpBqUICpSDx8IJ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ac5d0c148ba7cc9eb0248aa899e2c0c525c8ce92.svg); }
 }@media only screen and (max-width: 1199px) { #B4bT3sTl1edsbX10VfGsnebh4ffsbuwT { width:31.875rem;height:0.0625rem;top:53.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #h6paQ9OLJ2DDyUsbCGJAP2Z40xhqHSI3 { width:3.6875rem;height:0.975rem;top:54.125rem;left:10.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yy2u7RfuFBrU31I6owwChN9KSqUzZDJp { width:6.75rem;height:1.3rem;top:55.25rem;left:10.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VdinLNRCpBLoJzcPvRhflFKBnwfXUH4N { width:4.4375rem;height:0.975rem;top:54.125rem;left:17.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RKS7zKPRA6ULKziVt2LdGTHhnmlsXfOB { width:7.6875rem;height:1.3rem;top:55.3125rem;left:17.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pOwDTT5kysJOfKalSDa8uxiDd3N8pknT { width:35.625rem;height:60.6875rem;top:60.5rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TTMds3ffNT1ib03rAgEirtbDBePxKcmR { width:4rem;height:3.575rem;top:63rem;left:11rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EMGGrFCVTxJEWyrfiumTO1VG7Mgdi1Tp { width:32.3125rem;height:7.2rem;top:67.5625rem;left:11rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Pa8h0k7PfKiACSoylw4osfs5qVz70ROu { width:31.875rem;height:4.75rem;top:76.125rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vMQEnTokBC5igX1kJiQDNEmUdoQoR02C { width:3rem;height:3rem;top:77rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #olqPVCcGn3ZBFu7SPSQluVZnbBQM53aA { width:15.375rem;height:1.3rem;top:77.125rem;left:16.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pOeZtsEm7SGEg3IPynMg01NyIcg3iF6u { width:15.9375rem;height:1.05625rem;top:78.8125rem;left:16.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EVAVHtyMgdu6vmtK2KiTPhcZpDSrV2TK { width:10.3125rem;height:2rem;top:63.8125rem;left:30.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N6OUA74Qz8gTqTGXLbDl44DwyVbbrMKg { width:14.5625rem;height:1.3rem;top:83.4375rem;left:11rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JnW5CFTcrne4J1KCaW3SebI9vcu9yqXK { width:14.5625rem;height:1.3rem;top:105.0625rem;left:10.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tPvS5MuphT29VTthqbkL5DTvN7wotwkq { width:9rem;height:0.89375rem;top:64.375rem;left:31.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D75DT5ZsuoCBi7DFMMwXJnf6GbFHzwvf { width:31.8125rem;height:17.589875rem;top:86.0625rem;left:11rem;font-size:0.875rem;display:block; }#D75DT5ZsuoCBi7DFMMwXJnf6GbFHzwvf li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0ed595450bd13a12d45d16b00e5f94376060bcbc.svg); }
 }@media only screen and (max-width: 1199px) { #IxfeTWUr6GL3xEpuyMmiZOhT0fRs6pPK { width:32.6875rem;height:7.359375rem;top:107.6875rem;left:10.9375rem;font-size:0.875rem;display:block; }#IxfeTWUr6GL3xEpuyMmiZOhT0fRs6pPK li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ac5d0c148ba7cc9eb0248aa899e2c0c525c8ce92.svg); }
 }@media only screen and (max-width: 1199px) { #GxuuNaxePTSdZDlMSdJgsPFealh9awp5 { width:31.875rem;height:0.0625rem;top:54rem;left:15.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #XaVnhTsQectV213KS3C0PGJrCpukQOMo { width:3.6875rem;height:0.975rem;top:116.9375rem;left:10.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MOLhVaIHTETRo0ZPuHoTP8NOG6kZqL3T { width:4.4375rem;height:0.975rem;top:116.9375rem;left:17.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xyQa4PmT6T3f8BzlPerEJwVVFR40qAZO { width:6.75rem;height:1.3rem;top:118.0625rem;left:10.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Niwu2cQh90N2TWr4P3W81m3ZfQOgxP1d { width:7.6875rem;height:1.3rem;top:118.125rem;left:17.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ulxJqhzO0TJxr62AvA2fLXO3HnyUy4ih { display:block; }#ulxJqhzO0TJxr62AvA2fLXO3HnyUy4ih > .row .container { width:47.75rem;height:27.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #AUsKuxytaWJ2odkxoO059R9nyhlqhWtd { width:2.5rem;height:2.5rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T0hJ3moNDp6bSkDRlsTRK9PH9uvTC8fM { width:12.6875rem;height:1.1375rem;top:3.369140625rem;left:3.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J1x2mx3ePcLvB9SCWaoo0yCx0tCBoGgL { width:40.125rem;height:9.6rem;top:6.375rem;left:0rem;font-size:4rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #sWEv1750gd5DP8U7fAPHZWBZkEyfP2xv { width:45.5rem;height:5.0625rem;top:16.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ePoR92Qn9Vu5y58LygMVfhVFC2pCenO3 { width:10.125rem;height:3.1875rem;top:21.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eUqTKs8zr7BHPVBT2TFks7GbhugLwgTs { display:block; }
 }@media only screen and (max-width: 1199px) { #mtnPOxXevwvZm5VTMTZaJ5aJsTvcshdR { display:block; }#mtnPOxXevwvZm5VTMTZaJ5aJsTvcshdR > .row .container { width:47.75rem;height:29.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #gEbF0vwPpKwWMAOsV68CCTWpZirQuJgR { width:24.0625rem;height:8.5rem;top:1.4375rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HauNT1iTVzlZMDXH99ya3M0ef5zNHhlD { width:5.875rem;height:5.875rem;top:2.8125rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Pqdpb3Wr2TlnfkSATI5mLDXMCV8oOqbW { width:12.5rem;height:0.975rem;top:3.5rem;left:19.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ybQVoHtmqVSwh5LKRzx58QVkEJB9DC4V { width:12.5rem;height:1.3rem;top:5.125rem;left:19.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uZzZrIEMLLmZpcXV0FuMwVD1MzKTSVFZ { width:15.25rem;height:2.2734375rem;top:6.5rem;left:19.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B0y3yW72ZGMxQRPqwKcOlJOhdGrQo13K { width:24.0625rem;height:8.5rem;top:10.8125rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mq6ST4GeEMTiZ0fRZcCGnKWdaGKR3Qlb { width:12.5rem;height:0.975rem;top:12.875rem;left:19.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yDK7P8tvsyw3DxbqGpMltvoGo5Nzwboz { width:12.5rem;height:1.3rem;top:14.5rem;left:19.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yMk05pJ7DiDCOx6cnpciwHKXSGLcOCcZ { width:5.875rem;height:5.875rem;top:12.1875rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kzoGaV2VTPJ80EdyMkuTlnXKXtdXeWoz { width:15.25rem;height:2.2734375rem;top:15.875rem;left:19.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pgdOQ19VXMTnqPPERW2rKwFHm8aUlxck { width:24.0625rem;height:8.5rem;top:20.3125rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gBmkQDMvqTEky3S8wuKwJBU6QVppgIVZ { width:5.875rem;height:5.875rem;top:21.6875rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N1aRrbdKSVkN5D0PtxMbTSR7TWxOGrTG { width:12.5rem;height:1.3rem;top:22.8125rem;left:19.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HADhHte28OTrUp4xeQSyLQTrHORCxUZB { width:15.25rem;height:2.2734375rem;top:24.1875rem;left:19.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g1zAg9FzfFVhti9szQsOZLUfMrN2MsMr { width:3.125rem;height:3.125rem;top:0.9375rem;left:44.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FELwciuOqGpIBBM9xoJFEiN78FxpIWQh { display:block; }#FELwciuOqGpIBBM9xoJFEiN78FxpIWQh > .row .container { width:47.75rem;height:32.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #x2NC8JfgRB9nu374Z0wvvB0PIUqTidFD { width:24.0625rem;height:8.5rem;top:1.4375rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v222kH7xfFxU5lko2p5tQv57T8EbTvIQ { width:5.875rem;height:5.875rem;top:2.8125rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Lug0oSAPVCVSxR3xqJ8Lw2GR0KgCz0pE { width:12.5rem;height:1.3rem;top:3.9375rem;left:19.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nSHE8UT73SpNbM04GWK7wuyUfzFp5ZgM { width:15.25rem;height:2.2734375rem;top:5.3125rem;left:19.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ayaPH40eLDMb4wWFo87MigbO2unHcgpk { width:24.0625rem;height:8.5rem;top:10.8125rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eQBsNv38LBg3Lrg4CnRAAuWT145W3oK7 { width:12.5rem;height:1.3rem;top:14.5rem;left:19.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qknrSTDd8ZmmvTO9Bs0ZuhaKw2Id7wCu { width:5.875rem;height:5.875rem;top:12.1875rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EKy88AorhgmowlX5FOhN4yykFWdT5LQJ { width:15.25rem;height:2.2734375rem;top:15.875rem;left:19.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K9sdameWTMukXET656GNUzP1U2KxyZHH { width:24.0625rem;height:10.75rem;top:20.3125rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KB7TCeZZpPcKGLBBr04HymKvOX528XCW { width:5.875rem;height:5.875rem;top:21.6875rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q1i2fr5RbdEeVXlR5TSM0gJVqK1vw8Vi { width:12.5rem;height:1.3rem;top:22.8125rem;left:19.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tRTBqRe3DISgdmIVL8B8Ph2z8m9mTp5G { width:15.25rem;height:5.68359375rem;top:24.1875rem;left:19.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lrTTWQtaC9qWFnHgMSsL3vTFuNM5GRze { display:block; }#lrTTWQtaC9qWFnHgMSsL3vTFuNM5GRze > .row .container { width:47.75rem;height:29.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #XHkCwtRBQLdKgZbESxOXmgTTdVqVahez { width:24.0625rem;height:8.5rem;top:1.4375rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UPkeSILZSQQJRUFrh4qdBzQaHRdAErKz { width:5.75rem;height:5.75rem;top:2.8125rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A6yP355cM6aVXdmJTtF83tRLG8E13ENK { width:12.5rem;height:2.6rem;top:3.9375rem;left:19.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XZ4POs84ck6FxmfrdPcNXia7AyZuQ0hg { width:15.25rem;height:1.1375rem;top:6.537109375rem;left:19.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D9biJJXIznVEOu0WkexPXcRTG6gcZ4uS { width:24.0625rem;height:8.5rem;top:10.8125rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pxCxC0z9Pz3KJTcG5wB3NJIBSFgirKVS { width:12.5rem;height:1.3rem;top:13.3125rem;left:19.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JNJBLxZ18RoRw0wd28rzCs0aT2tJe2bm { width:5.875rem;height:5.875rem;top:12.1875rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QZw633M7CRkTQ4hBHz0RP5Dx3t2qXNUv { width:15.25rem;height:2.2734375rem;top:14.6875rem;left:19.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iO9kpFEZlyPJhk9mF4vcXTpgWsKbVgJF { width:24.0625rem;height:8.375rem;top:20.3125rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KSIMdAhbnodnJQyprzzddAOfqeRdCLhS { width:5.875rem;height:5.875rem;top:21.6875rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ndJD08UkS0fiFZtzxnhK9ZbzCDZ9EhVS { width:12.5rem;height:1.3rem;top:22.8125rem;left:19.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cW2uG4zU0zmAm96TKriSpDrZZTiZTy7t { width:15.25rem;height:2.2734375rem;top:24.1875rem;left:19.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZSomUwFPVwCbhTGgbBu4krplwrpzVuAT { display:block; }#ZSomUwFPVwCbhTGgbBu4krplwrpzVuAT > .row .container { width:47.75rem;height:19.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #R7OJTVppLv4d1PzGKQkpFNhKDl0u2Zrb { width:24.0625rem;height:8.5rem;top:10.25rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pGvx4A2UoGW1TLgWA2UNLpWzw8cPcSFf { width:12.5rem;height:1.29980625rem;top:12.75rem;left:19.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gqsTSP7BoDJvL5pI9ndks72ecKosrH4i { width:5.875rem;height:5.875rem;top:11.625rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pPzMcfp9pxfieTSKlPt46FaLDlbOgkxM { width:15.25rem;height:1.13671875rem;top:14.125rem;left:19.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rzgShAVeQs97JyO6brkhd8oBqc16OoUu { width:24.0625rem;height:8.5rem;top:0.75rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zgg3hrSmqMDEu8tWAhkLeJmTKF1QWBWF { width:4.375rem;height:5.875rem;top:2.125rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c2lX90QobTtITGwQrCsafbOwTfNKJaNa { width:12.5rem;height:1.29980625rem;top:1.5625rem;left:19.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wIWWIzkgAFVhD9ixFTEDyM9f5XXKgpt5 { width:15.25rem;height:5.68359375rem;top:2.9375rem;left:19.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gQGU7VWNgZTI61T6WNlTk5mwBOdwLowq { display:block; }#gQGU7VWNgZTI61T6WNlTk5mwBOdwLowq > .row .container { width:47.75rem;height:20.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #qQlHDv61I9cQ4TS15rKZ1hZXtxbUMsqK { width:2.5rem;height:2.5rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K0Ox6AGqT5zvBSa5T1qPo8aGsaMXcnMd { width:12.6875rem;height:1.1375rem;top:3.369140625rem;left:3.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KdwzgTqLyWgKxKGnMtfpdaniACTCyhsP { width:40.125rem;height:4.8rem;top:6.375rem;left:0rem;font-size:4rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #eRreCXWsHhKnQX8B2pTEwzPxJdlNkcxl { width:45.5rem;height:5.0625rem;top:12.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ogGdthCUbr80oSa9Pe22iasRDeQNQmHf { display:block; }#ogGdthCUbr80oSa9Pe22iasRDeQNQmHf > .row .container { width:47.75rem;height:101.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #DN47leqhQVTZTKDoMl8TWO3odMRDhEAK { width:47.75rem;height:77.5rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ESQAeErC1rFNxAvBWXOlQKVxfyQJZagU { display:block; }#ESQAeErC1rFNxAvBWXOlQKVxfyQJZagU > .row .container { width:47.75rem;height:90.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #zk3wzShrnLhAhlUz1gAhzL7qAreytF7a { width:47.75rem;height:86.5625rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M8yqSeGaEaAkZXtVV5wcgZ40JQrD5dIo { width:8.125rem;height:2.5rem;top:5.29296875rem;left:15.90625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e8DTKM29dwOZZ6Qobt3W6wuod3e8K2Kt { width:12.5rem;height:1.4625rem;top:5.8125rem;left:24.71875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EsleAfU0cyXEfEsRkBeroXugRUnTtJzR { width:21.25rem;height:37.1875rem;top:1.125rem;left:26.625rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 1199px) { #heLeBDyp6T3l0FuG7hTP2RnRBrTOX1w5 { width:10rem;height:11.5rem;top:10.125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y7GtDcz3BnoksTuyV8sNOPEW2Mf1cAPD { width:6.75rem;height:2.375rem;top:12rem;left:3.625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nOVy7acGFom7syHr0XGx9MKpxmJUN6ip { width:8.375rem;height:3.41015625rem;top:15.1875rem;left:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JuIWwOiOeOBBRGmUHw7d5neHsPIpxy8z { width:10rem;height:11.5rem;top:10.125rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TsFWlRhkUc4VDmzzLUeSfIM0GudzTerB { width:6.75rem;height:2.375rem;top:12rem;left:14.875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GOuKLfsdVXdQQOu4tEpTQy5PgwhQ4eQ3 { width:8.375rem;height:3.41015625rem;top:15.1875rem;left:14.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KEUIBukCQUJp6KHOw3E6IZIilWT8gnzZ { width:10rem;height:11.5rem;top:10.125rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GZWiQcQpn2UTGNG3Ilf7ubC20TkLOav0 { width:6.75rem;height:2.375rem;top:12rem;left:26.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xTiEt2XZDHAr7kMfCGFvb7ZP8axWtwF0 { width:8.375rem;height:2.2734375rem;top:15.1875rem;left:25.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ih0kXZqpAuCaMIqx9WmhT0SJZBUac71c { width:10rem;height:11.5rem;top:10.125rem;left:35.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BnE6A7xJQAJeLmwuqlRUINr8dnT2OJfs { width:6.75rem;height:2.375rem;top:12rem;left:37.375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XN7y7d2XluBdebttCD9GdCx30zL4ht4U { width:8.375rem;height:4.546875rem;top:15.1875rem;left:36.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kxCseKN35pL3JJOuPCzTl0lFyNBKZQXR { width:10rem;height:11.5rem;top:23rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E0NIbZyzagFmm2hlQHpcJqZcg6qCO9DG { width:6.75rem;height:2.375rem;top:24.875rem;left:14.875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cMs9ZRr0MxqGeksTRXipFTDhaKLxuDfo { width:8.375rem;height:4.546875rem;top:28.0625rem;left:14.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WlnmSdq20S1gJK1yS8FH6DrvnzJZqfVr { width:10rem;height:11.5rem;top:23rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o5BuBDSnGapPNbCZZsSS1zSuxTwcsl5W { width:6.75rem;height:2.375rem;top:24.875rem;left:26.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O2rB9t0KyBcO9kktlMmTLxhAHzmtyfZK { width:8.375rem;height:3.41015625rem;top:28.0625rem;left:25.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qFGRDLukkEVQE05czb31VTw410T9S55i { width:33.0625rem;height:1.95rem;top:36.42578125rem;left:7.34375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zlQ1Xir0tc6gPIUq1c04PPc54qurrdpI { width:22.875rem;height:7.6875rem;top:39.5625rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ec2vPdX29WUmAHSyJiTGqt6ygxKtR8oU { width:22.875rem;height:7.6875rem;top:47.25rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Wb6Gm7RllLHFp7vnN2kCJaa2X84TRf8u { width:22.875rem;height:7rem;top:55.5625rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W71NeCI5vNG6SKEN5BmTTHZVJ1ZpZvck { width:22.875rem;height:7.5625rem;top:63.25rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BNEBnbNsAmdbP1HeV1BMdim5ZGAZhzJL { width:22.875rem;height:7.5625rem;top:70.8125rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yUGGqsOrzP7w0emguTGUFdTk60M40WQu { width:22.875rem;height:7.5625rem;top:78.375rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZOTNfcMk99NpCqepwcrO7lMTZSqIHCbQ { width:38.0625rem;height:1.95rem;top:1.8515625rem;left:4.84375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OrTQulSLVBidpuXr5ktTIalsSZiP551u { display:block; }#OrTQulSLVBidpuXr5ktTIalsSZiP551u > .row .container { width:47.75rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #trNKfwdGXseMgBlAWNxHATBvqs8OXVGT { width:2.5rem;height:2.5rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HSq6RQXeWPqwnqyWz2VHltD7n3TqTedR { width:12.6875rem;height:1.1375rem;top:3.369140625rem;left:3.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pcgSeBLfUONNMzZJXM8LVrMmZ5sJPJ4p { width:47.75rem;height:4.8rem;top:6.375rem;left:0rem;font-size:4rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #RD8Ohaxb2kkHuL57e9ohIpmCB9bcnfZ1 { width:45.5rem;height:3.375rem;top:12.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SZXn8A5RsNnFTfW4isDkipJbgmzFx6tt { width:18.5625rem;height:3.5rem;top:19.9375rem;left:14.59375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dRCXkh9L06ChI9nWWJGZEAcyBfhvoaM5 { display:block; }#dRCXkh9L06ChI9nWWJGZEAcyBfhvoaM5 > .row .container { width:47.75rem;height:17.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #RqTNGCldcvLuOdbe5opVHuCtWfLReTCo { width:2.5rem;height:2.5rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i0AsdyDPMDnrchx7BLdQ2WMbdQpSB2qR { width:12.6875rem;height:1.1375rem;top:3.369140625rem;left:3.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PfvFmFKo8wQoQgMLUQSdD5z8Ph03eAz3 { width:47.75rem;height:4.8rem;top:6.375rem;left:0rem;font-size:4rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #TIQQMBgxn6ydlrQ7alrXC5RC2SHNT9fa { width:45.5rem;height:3.375rem;top:12.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WKdKF67i578D0BotHTTTeQGsdUixFVyI { display:block; }#WKdKF67i578D0BotHTTTeQGsdUixFVyI > .row .container { width:47.75rem;height:8rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Rt9gSPs4SAQv52UFTQZTOS0qIFRWOW42 { width:12.5rem;height:4rem;top:2.0625rem;left:1.6875000596046rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SyqaGbLtsNEmta0LHBmx8HJT91xe6Pik { width:12.5rem;height:1.05625rem;top:3.5rem;left:1.6875000596046rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IPhcNkMtmDv62ykEDXag6SqN8Unbusqf { width:12.5rem;height:4rem;top:2.0625rem;left:17.562499582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RHWQfdtke9VDv3SfC6rxFkFUi3Bt6FUS { width:12.5rem;height:1.05625rem;top:3.5rem;left:17.562499582768rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RMyaKaZ7Dp75PRebbxTbn4SRzEJO92B8 { width:12.5rem;height:4rem;top:2.0625rem;left:33.437501490116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZTfQmAHZKKttby479gNDuhng1z63NXFk { width:12.5rem;height:1.05625rem;top:3.5rem;left:33.437501490116rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rNANcvDLv2IuKq0k20U3skJFSTebe6RJ { display:none; }#rNANcvDLv2IuKq0k20U3skJFSTebe6RJ > .row .container { width:47.75rem;height:8rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #g3x9odCstDt1NLawVwqbOy7PPsaE74sD { width:13.9375rem;height:4.1875rem;top:1.75rem;left:0.9892578125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wIOcsP4TWsrT9uEBXtb5aDJkBpLl94sM { width:13.9375rem;height:4.1875rem;top:1.75rem;left:16.90625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZvDMOdVRXR309u7vVqvlM9Xty40UnBnT { width:13.9375rem;height:4.1875rem;top:1.75rem;left:32.822265625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RB2ovfQZzZHTpvHT62LmaIB1L3w5VBM0 { display:block; }#RB2ovfQZzZHTpvHT62LmaIB1L3w5VBM0 > .row .container { width:47.75rem;height:62.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #pVtEbLSiFOSQWkTvqyXbuVxxstAqNJFO { width:2rem;height:2rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LRPCBowxewIOcObZMZUp2x0NZMrXyCTf { width:12.6875rem;height:1.1375rem;top:3.369140625rem;left:3.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JOnSdOHL04JUrWe52PCOUug25XkrnLIm { width:44.25rem;height:4.8rem;top:5.6494140625rem;left:0rem;font-size:4rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #IMSzTn1ZWhO4dz3nsD9CTV0AGU3ungn9 { width:44.625rem;height:1.6875rem;top:11.3115234375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx { display:flex;height:auto;width:45.25rem;top:15.9375rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx #esXhCauE9hTGFpr7vSTcdgcEmOQreyyg {  }
 }@media only screen and (max-width: 1199px) { #z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx #q6AETQZr87QPzVeKwsSR451PDmSxH4V3 {  }
 }@media only screen and (max-width: 1199px) { #z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx #PfSpGkKphLuRNZQWvtenkZMwNJdCT845 {  }
 }@media only screen and (max-width: 1199px) { #z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx #kp7PBCtKmw7MO5SciFIrJPHxfLJ2ZAys {  }
 }@media only screen and (max-width: 1199px) { #z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx #MnOOT4SaJQFaTGCUTHbNnwsFFa3hHEGR {  }
 }@media only screen and (max-width: 1199px) { #z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx #nz4Se1O8PJoeduLHyeAeKTztGZOLh1Fy {  }
 }@media only screen and (max-width: 1199px) { #z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx #T7mNQbEPoqCw57yuSmAftyx4driCbAEy {  }
 }@media only screen and (max-width: 1199px) { #z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx #sANxdi73QKxOSZKo2uR702SpEFcUnVTV {  }
 }@media only screen and (max-width: 1199px) { #z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx #WSZFIWWf89zqxNpMhHH5IGhEexB4xw2o {  }
 }@media only screen and (max-width: 1199px) { #z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx #KT1Eg5L2wKtxxGFVyXvcayUoRqcb3SkT {  }
 }@media only screen and (max-width: 1199px) { #z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx #xxsFTltbNnTv0hsE14dgiszigX8TxIfS {  }
 }@media only screen and (max-width: 1199px) { #z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx #sp4A3CTh4XBPOxhXvrr6ADkTcTz0uB5G {  }
 }@media only screen and (max-width: 1199px) { #z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx #exoG7JiQR4Dr3xwrrbqGLVHagFdb7zTv {  }
 }@media only screen and (max-width: 1199px) { #z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx #qPWpOnJD42qOf13UgGtMlXx5cC3D11H7 {  }
 }@media only screen and (max-width: 1199px) { #z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx #QXXEaBHVEUxlISguynQOKSgBRz5x9THy {  }
 }@media only screen and (max-width: 1199px) { #z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx #kN8eiuB2mPrTi0pT56Kz84b1506qNGdS {  }
 }@media only screen and (max-width: 1199px) { #z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx #ZarVTrsGJ1IGPNZec6mqpE2J41rRMtCU {  }
 }@media only screen and (max-width: 1199px) { #z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx #As5wFD014vcN8I79cZkxMP11cpgBDplh {  }
 }@media only screen and (max-width: 1199px) { #z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx #BfTS4RmeBBIukiKs9lbUTVRK0cTNP6aR {  }
 }@media only screen and (max-width: 1199px) { #z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx #z8Fei0cpXWC97GqMcBTKiCLsQnqmB9iL {  }
 }@media only screen and (max-width: 1199px) { #z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx #fS1Z60VGo5s4FGfo8dK4NPrO7D3zAzA7 {  }
 }@media only screen and (max-width: 1199px) { #z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx #hcADoPuNeeTTZqe3wcTxcQE9NZNMys7w {  }
 }@media only screen and (max-width: 1199px) { #z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx #R94fAGs74m1y89EisTlF2I0RTEfCyqdU {  }
 }@media only screen and (max-width: 1199px) { #z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx #e9pLpxaXrw9PUmuJWB0kT207dyhAAPoI {  }
 }@media only screen and (max-width: 1199px) { #z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx #NXZ4v7hAvM6VvEtzfTwDfVbNQF0Zh1MU {  }
 }@media only screen and (max-width: 1199px) { #z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx #RdeTucahCMsXNgA9f4H79lxnwyTgT1U2 {  }
 }@media only screen and (max-width: 1199px) { #z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx #ehTZuI0KndrgNOcUtn2TkieLutMXcJQz {  }
 }@media only screen and (max-width: 1199px) { #z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx #dpWT1odDTEW6RB79dylV3H42zJghlkqD {  }
 }@media only screen and (max-width: 1199px) { #z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx #LqkzB2QA5JmF02obWKzTxnb58ux0iZ1L {  }
 }@media only screen and (max-width: 1199px) { #z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx #eErUqCKHQCDJx5oi6e7ekkpsTICixzFQ {  }
 }@media only screen and (max-width: 1199px) { #z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx #pl8ndlZ1O6FXFfVsLymldDaVW8X66iDD {  }
 }@media only screen and (max-width: 1199px) { #z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx #LFhXP5lyJWSHGBMB5ZqOvUWHISWfBoAR {  }
 }@media only screen and (max-width: 1199px) { #z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx #uHCI083Qnwu1hop9y8fqUiX6HxHu9BoP {  }
 }@media only screen and (max-width: 1199px) { #z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx #ImeSVNqsOWUacL7zZftc5TevAouFWUfB {  }
 }@media only screen and (max-width: 1199px) { #z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx #hxO3HplXk3SRCEp3410Pv4zzRV9KDD4Q {  }
 }@media only screen and (max-width: 1199px) { #f3anyQl925bcOKyTykI4M4JAQBJmdfhz { display:block; }#f3anyQl925bcOKyTykI4M4JAQBJmdfhz > .row .container { width:47.75rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #c9Mmv47c8hxFTX41CCUXc2ZdLG0I1STB { width:47.75rem;height:6.171875rem;top:6.75rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FBI8IoiynlUNwoecNRRBHTeplXXT4UIi { width:47.75rem;height:2.1125rem;top:2.4375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #rDPQLyvLNsk7H6zzMpxukWuTJg2LVAnA { display:block; }#rDPQLyvLNsk7H6zzMpxukWuTJg2LVAnA > .row .container { width:47.75rem;height:20.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #vlomXfa0Id4Ec7f4udlZETfiOpq989eT { width:2.5rem;height:2.5rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WaKwL8XMxXZvHwRAgfVbnoy4b5KWahnK { width:12.6875rem;height:1.1375rem;top:3.369140625rem;left:3.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NpFeD1GUMiZaTEKWaVZD21O6wR4C5V4X { width:40.125rem;height:9.6rem;top:6.375rem;left:0rem;font-size:4rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:11.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oPWRnXgCtKR1r0lPtEL0CWnLuLMApJ7E { width:5.6875rem;height:0.89375rem;top:1.333984375rem;left:6.25rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kA447109sv0i3XmXwVp9PpbIZMm9sTIQ { width:0.0625rem;height:1.0625rem;top:1.25rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fX9n1lGncU5F6II1kS1fVZKiALWfzGtk { width:5.0625rem;height:3.125rem;top:3.5rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7sRRXH40Vxcx7dh5vbcEyUVKwSP1wI1 { width:5.0625rem;height:3.125rem;top:7.3125rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #shRta4AmZvT2iw0byPp7Tk1iSNNS0apk { display:block; }#shRta4AmZvT2iw0byPp7Tk1iSNNS0apk > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T00FJ70mL5aDgzaR6nzuGTLSyryWcWDy { width:15.5625rem;height:5.75rem;top:1.25rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zF7lOMZlgI4yGk2tog3wwrib2gKLdZdP { width:7.6875rem;height:1.5rem;top:10.4375rem;left:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ipAKTquS6iWeTXMl4HHnU76EyyskPz2b { display:block; }
 }@media only screen and (max-width: 763px) { #UZVi3gmB3PzMEFgoMcAJOZTTPP57hQNy { width:4.5625rem;height:1.5rem;top:13.1875rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AE8sTAFgGh5G2OrMIi2tPJ6CpO1nAp36 { display:block; }
 }@media only screen and (max-width: 763px) { #VzPpv4tr3Drph4VGI1BOR00BDa0DJ1EX { width:4.5625rem;height:1.5rem;top:7.6875rem;left:2.90625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vvEpTLLX2zDwIZ3DcGiLRo7g10pqwCty { display:block; }
 }@media only screen and (max-width: 763px) { #DT7t7W5aOPmQmVLHZOit6EOr3WCqa8Wr { width:6.4375rem;height:1.5rem;top:7.6875rem;left:8.15625rem;display:none; }
 }@media only screen and (max-width: 763px) { #K2ZeFUanCCNwqASQNedSTLmTIglQKK0D { display:block; }
 }@media only screen and (max-width: 763px) { #P70L7et33xeXzLECTa3NCwJkByleq64e { width:4.5625rem;height:1.5rem;top:15.9375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KCBT0LdcOtQTG9fL14bih2xl1DAiD4lf { display:block; }
 }@media only screen and (max-width: 763px) { #rZnb7xIPhLe1vCWRF6THNsE5NvMf8qVh { width:5.875rem;height:1.5rem;top:18.6875rem;left:7.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XnDKN74WfXHlrkMXNgNqXRimD1T4Ni98 { display:block; }
 }@media only screen and (max-width: 763px) { #sQFZn8Eo8b0An5P1SFq5zx7oTdawOgB5 { width:4.5625rem;height:1.5rem;top:21.4375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UP5OXpRcT3kCxX4vvySC1nIunsUtA2t5 { display:block; }
 }@media only screen and (max-width: 763px) { #Dkh7FavolRXkVOn8cwv4J7G75TTZrDWd { width:10.125rem;height:3.1875rem;top:8.375rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgF0hEcaVt7l2DcLAHWf66u9R0APzdEI { display:block; }
 }@media only screen and (max-width: 763px) { #Id18D5mX2D9JSFpylqWxr6xXf33o8A9a { display:block; }#Id18D5mX2D9JSFpylqWxr6xXf33o8A9a > .row .container { width:20rem;height:104.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TF9ifxZ7JpJn6fTKnxwP4dFsCmrvNT3L { width:20rem;height:7.7988125rem;top:0.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8XQ6SZPENk4aIn7Ci8QE7hBQBBVCk5c { width:20rem;height:10.125rem;top:8.6103515625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUJ5KnXEmUdnwV0pwhmIkepdwg2fqBrB { width:2.0625rem;height:1.4625rem;top:54.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBGpM4Do2tIa79X4h6vK21EQN0t49z5S { width:15rem;height:1.6875rem;top:54.8125rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClBP0xAWKRfX0sBxV60NpcI2fbF85Tch { width:14.375rem;height:3.375rem;top:57.75rem;left:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODZ4eA2q4lJxtsJvRgCWdrAbuBn8gTFW { width:2.3125rem;height:1.4625rem;top:58.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQcfxPG5JQ3hp1uFOqEAFg3JdRwoQy3U { width:14.5rem;height:3.375rem;top:61.875rem;left:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGIwZLN93XkppoJTR9pltwMCtU1zinkA { width:2.3125rem;height:1.4625rem;top:61.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAWPP5IZdQBhMUTTbHKOxE1JiK2ilyQv { width:14.8125rem;height:3.375rem;top:66.0625rem;left:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #giu115UeF69phVdG4DAifJg26Aml6Sqk { width:2.3125rem;height:1.4625rem;top:66.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJss6iyxwTpfWRQNXGh97v4X19qXHm0Q { width:20rem;height:0.0625rem;top:70.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThGZAnN0gsx6kzPhorz6n7NoXUQrQ8Kn { width:0.9375rem;height:1rem;top:72.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6ZFMffViT5hNQkUvqPaw25wy1ZxiU3N { width:12.5rem;height:1.4625rem;top:72.1875rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJ3eB0feWXTXM0Wqm97mB58WNg0qbpHG { width:12.5rem;height:2.2734375rem;top:73.875rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFfsfg3fWIaTs3MdBidlk72kioasQhm8 { width:12.5rem;height:2.2734375rem;top:78.125rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfTpBzDR5Cf64STlNrmQcMF7pzXXyWkL { width:12.5rem;height:1.4625rem;top:76.4375rem;left:1.8750000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #foy8fDGUhz98OuqVmR8VUAvIVmkLI0XT { width:0.9375rem;height:1rem;top:76.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gw2UmAup5lpTEXhnNRV9IUSQ2nNhSXpS { width:18.75rem;height:3.1875rem;top:81.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqSt5BV92Cs5ok2mRTyGAwk1i3ruQNQM { display:block; }
 }@media only screen and (max-width: 763px) { #Q6Ihe5hp7ZlaJx8pK6h4F4Kln6Q3VgFr { width:18.75rem;height:3.3125rem;top:85.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oITBAUySyMtrr1QAHNWmV6nZni2Jxm5a { display:block; }
 }@media only screen and (max-width: 763px) { #AGrgs7W7PrAvJK0u0baUNU3Ra778TUFW { width:19rem;height:33.75rem;top:19.375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKwGKFqZNkfQlM4FFXGxWOFTpI4ctssz .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IKwGKFqZNkfQlM4FFXGxWOFTpI4ctssz .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#IKwGKFqZNkfQlM4FFXGxWOFTpI4ctssz .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#IKwGKFqZNkfQlM4FFXGxWOFTpI4ctssz { display:flex;width:18rem;height:5.0625rem;top:94.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IKwGKFqZNkfQlM4FFXGxWOFTpI4ctssz #gTgQpNyLvIZ4lMdWn9QkXallxQrA4zrJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IKwGKFqZNkfQlM4FFXGxWOFTpI4ctssz #l8XxrCr7anTDlhwP5zJUJk0kOZfmdTTK {  }
 }@media only screen and (max-width: 763px) { #IKwGKFqZNkfQlM4FFXGxWOFTpI4ctssz #EH3n6ao7zqKziCBmmyBgswpyxUDAThXe {  }
 }@media only screen and (max-width: 763px) { #IKwGKFqZNkfQlM4FFXGxWOFTpI4ctssz #NKrIXTG2PXbPT5HPCE5Wpow31tBI3At8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IKwGKFqZNkfQlM4FFXGxWOFTpI4ctssz #u0tBWgzI7F9Fm75V5E063I1JXvdZqW9Q {  }
 }@media only screen and (max-width: 763px) { #IKwGKFqZNkfQlM4FFXGxWOFTpI4ctssz #BM6qP4lxTewsZ1nwWxFGQET6APLtulFs {  }
 }@media only screen and (max-width: 763px) { #IKwGKFqZNkfQlM4FFXGxWOFTpI4ctssz #VvJdn1n2AltchMEyTAw0AsAx4MBOcFQf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IKwGKFqZNkfQlM4FFXGxWOFTpI4ctssz #JUiupqWxvw8Ce17bJpwZRTy6IgTBQKZV {  }
 }@media only screen and (max-width: 763px) { #IKwGKFqZNkfQlM4FFXGxWOFTpI4ctssz #C3cOt3WFUQHCXmdXolW8JyHV8Ike5U2C {  }
 }@media only screen and (max-width: 763px) { #IKwGKFqZNkfQlM4FFXGxWOFTpI4ctssz #hiBZNVS1mvu5BZpRiMpAJ2qPMROQSkWn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IKwGKFqZNkfQlM4FFXGxWOFTpI4ctssz #dystvOZKNXBxpDc6V5rZtUhflZMAZJhx {  }
 }@media only screen and (max-width: 763px) { #IKwGKFqZNkfQlM4FFXGxWOFTpI4ctssz #i5b3KDX0JKiMuSzbBmLVLr2uS2eTzlQP {  }
 }@media only screen and (max-width: 763px) { #LHMzontGlWOWmaWgKs8uN7Df7yfabQyR { width:20rem;height:12.5rem;top:90.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #krLOUK6hvLlk3dZ1OHxC1FRAIhWN5SNv { width:13.5625rem;height:2.6rem;top:92.1875rem;left:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #npDORLdIdWHeNtT7XESVdtyCTMpba3Wz { width:1.125rem;height:1.125rem;top:92.1875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcTrTm8akGXq3NPW6o67mqUmyn9eQp9T { display:block; }#UcTrTm8akGXq3NPW6o67mqUmyn9eQp9T > .row .container { width:20rem;height:62.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lOHS4ZfeXQ12tQMK8FwHJuBdKtWydMrl { width:19.4375rem;height:7.7988125rem;top:1.25rem;left:0.5625rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #G2UAJkzMTXlEb9Q0atzHd7cQ19OMTpbg { width:19.875rem;height:8.875rem;top:10.297875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvkGF89RDBOT9QxqdmRip1IZ8NILGKq7 { width:4.375rem;height:4.5625rem;top:11.0478515625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQzTpTpVVLag2stRGsE2m948Cgs23Vuy { width:14.0625rem;height:7.3125rem;top:11.0478515625rem;left:5.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaKwgHgrvGbNg5U2s5KFdiG8SezMXmgn { width:19.125rem;height:28.5rem;top:20.2978515625rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWE7oKw59756dgH1FKRLyCJXTQW8grBK { width:20rem;height:11.125rem;top:50.0478515625rem;left:0rem;font-size:1rem;display:block; }#tWE7oKw59756dgH1FKRLyCJXTQW8grBK li:before{  }
 }@media only screen and (max-width: 763px) { #c4SzWSTInDlf4BtGW8oqbT0J1FRTpZsw { display:block; }#c4SzWSTInDlf4BtGW8oqbT0J1FRTpZsw > .row .container { width:20rem;height:16.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FohBVHdi3x1bqvNVwMtZlGc7C8tBxgOA { width:14.0625rem;height:9.666rem;top:5.7249999046326rem;left:2.9687500596046rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFABQfiAeMbyryHymo1T4L1p7yUuHEcs { width:20rem;height:3.25rem;top:1.9374995231628rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ybNReMhtC1Vo8RrGLQHIcUWnrOSw3G4a { display:block; }#ybNReMhtC1Vo8RrGLQHIcUWnrOSw3G4a > .row .container { width:20rem;height:27.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G2bVn9qec5uEZZA8KhFcw3O4fnvqPwc8 { width:2.5rem;height:2.5rem;top:1.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAtnH3FoEkLdaFSg8bywUs2AH0O1vTVq { width:5.75rem;height:1.1375rem;top:2.119140625rem;left:4.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkFX6TofG4WI2hClotgHWMpwUsLMA7Sb { width:19.4375rem;height:7.19825rem;top:5.4375rem;left:0.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrxQqcwLcQzmoPn60wE3FsFZU2GbNxBg { width:19.5rem;height:11.8125rem;top:13.375rem;left:0.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDUD8EnTpDXdmTszgZ46WwJnyo1xiyr9 { display:block; }#dDUD8EnTpDXdmTszgZ46WwJnyo1xiyr9 > .row .container { width:20rem;height:43.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZQkFBLe4iThbM9UEFfBmNdxEseqTUqC1 { width:19.875rem;height:12.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #weJarruCQSpCL1I1SA5p7D3KLS1xQbxy { width:2.5rem;height:2.5rem;top:2.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bO62aAskCs0qoyvcB6QyJf4kBbmzZ3OV { width:2rem;height:1.3rem;top:3.474609375rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLxkno2MRThUg7AtzuF4y3O6c5kn13Rt { width:18.0625rem;height:3.8984375rem;top:6.375rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3ZUemWE7MEMBeXZqTO0KUMyZeqeqW3g { width:18.875rem;height:2.6rem;top:10.4375rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELut99iFSRrLK2zxDTpHXCoaZR9rSqyg { width:19.875rem;height:12.75rem;top:15.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRNDkVCo90CSGdQDWhKX8y9cZnMkTTm9 { width:17.9375rem;height:3.8984375rem;top:20.6875rem;left:1.03125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ia0o5O59F3nmZOrB9VvMArfSh1Q06dtt { width:18.4375rem;height:1.3rem;top:25.3125rem;left:0.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Io09z9cZVnXnVkv0IzVTcSNuwoEtCkDC { width:2.5rem;height:2.5rem;top:17rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r59eK40OVMRl3aFBZKMKwOKf8I1zXPaS { width:2rem;height:1.3rem;top:17.599609375rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7MbO93IsTynCtN11SMuTZ4xnc7eaeoU { width:19.875rem;height:12.75rem;top:29.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Smw83XEairUQmBRt4JETuAUs9ORv5UP7 { width:14.6875rem;height:2.6rem;top:39.125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8QwhImZ86bKypaHb4N1MQTQNBxldJPc { width:15rem;height:3.8984375rem;top:34.625rem;left:1.15625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #obUf1y9T6L9G7CMuIPEpMtEwkKQsLpy2 { width:2.5rem;height:2.5rem;top:31.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #etDf9s5y2TmL52MvZmFeg08vRccaRfWE { width:2rem;height:1.3rem;top:31.724609375rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTgGfZ42tGIgEnwyuoLZ96Kzm9ZThxby { display:block; }#eTgGfZ42tGIgEnwyuoLZ96Kzm9ZThxby > .row .container { width:20rem;height:43.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lnKRRgci0h4miV848VpViwCkXBmDSt7m { width:19.875rem;height:12.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB1U721tTbTOdpRgUH1JeoyLZhUTyVu2 { width:2.5rem;height:2.5rem;top:2.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHXCNVayJQk8BNoBXMqvKfKuF0VpmTOP { width:2rem;height:1.3rem;top:3.474609375rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwWXo6DkTMvk459PM0TfaRzEHUrEoKQ1 { width:18.0625rem;height:3.8984375rem;top:6.375rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rALJfgW8uITEnlws4iVh1SDFA6guWyfl { width:18.875rem;height:2.6rem;top:10.4375rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVo72Zl4HTth6rc1CdsCFC30ayOTcPTu { width:19.875rem;height:12.75rem;top:15.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rC8C27FAcRTxTTiyuX1579cI1Nx4VnTT { width:17.9375rem;height:3.8984375rem;top:20.6875rem;left:1.03125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOagTE6caAn9ux3kADbUoM3QTbboPGIn { width:18.4375rem;height:2.6rem;top:25.3125rem;left:0.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQxsxd8PHRax8DnWPR2HcwT3Jg1mmxlG { width:2.5rem;height:2.5rem;top:17rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWZfvJQmU0W5a0R8d1MSNhvGnPKak14N { width:2rem;height:1.3rem;top:17.599609375rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGxoSDOCLBiZcshhDpTV1Nh0Vv7oTlaz { width:19.875rem;height:12.75rem;top:29.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gat2VsiggvUBnfXUCKipB4d2xGIThZbu { width:14.6875rem;height:2.6rem;top:39.125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hc6ku91F67geVqt0xQN99gTsdTLmgO5r { width:15rem;height:3.8984375rem;top:34.625rem;left:1.15625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ott6XFeI2cy8LgMt8qXJbZGMSEkiMPIu { width:2.5rem;height:2.5rem;top:31.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpFKS2s0uOOM3fSEvzrAB1xI6TgNNMcg { width:2rem;height:1.3rem;top:31.724609375rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEO9z6BnUiHRN8FyiNzvgDyz74LUACZJ { display:block; }#HEO9z6BnUiHRN8FyiNzvgDyz74LUACZJ > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xEVQbImiQOxGmQLGgT99kJ0mpSzfW1C8 { width:2.5rem;height:2.5rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dek8AC1kTg1aJsNl07gEyHG9t1MTko8C { width:9.6875rem;height:1.1375rem;top:2.119140625rem;left:3.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JpZ9TenzODzI5S8pphUhTPuxgUwEmE2z { width:19.4375rem;height:7.19825rem;top:5.2734375rem;left:0.28125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q2t875AaASxCn5o2QnD4tuZM97CWBtiW { width:19.5rem;height:8.4375rem;top:13.1591796875rem;left:0.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G2NhXq7bvB4Gg3rQDFyv5Wqbfni2cq2w { width:10.125rem;height:3.1875rem;top:24.7841796875rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZBenVI1CwoGXu0uS9TeIGdPKLb6egbT { display:block; }
 }@media only screen and (max-width: 763px) { #fG9q53k03mW0zZ40DFpSPRAqr3TzcMtB { display:block; }#fG9q53k03mW0zZ40DFpSPRAqr3TzcMtB > .row .container { width:20rem;height:125.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kQ5uEO60yAtLi5labEqtV18pDxhrUZ9Q { width:19.875rem;height:40rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eynofkMRZdz5AERzstLhkM3oD5UxRZq7 { width:4.0625rem;height:2rem;top:3.75rem;left:0.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FR28lTqe7SRhDwCLprJ4AFqvewxREmrT { width:10.3125rem;height:2rem;top:3.6875rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmVfdTPXbPXebpMLvtt07PTPwE8s3VSG { width:9rem;height:0.89375rem;top:4.302734375rem;left:8.90625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZwkMAt3HbopcDTDsOz8y3qaHmro7pN9 { width:17.625rem;height:3.8984375rem;top:8.1875rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkebWOWSCT64OyMbhNw56JwwV2Nzhtzv { width:15.5rem;height:1.21875rem;top:13rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ef9Xa5Q1OgLUbspaPTnaLeJOzH9DkDu4 { width:17.375rem;height:23.07425rem;top:15.1875rem;left:0.625rem;font-size:0.875rem;display:block; }#Ef9Xa5Q1OgLUbspaPTnaLeJOzH9DkDu4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0ed595450bd13a12d45d16b00e5f94376060bcbc.svg); }
 }@media only screen and (max-width: 763px) { #MUdXJwnU15X4Dh2UpJss5bx4PKtpar0B { width:19.875rem;height:40rem;top:42.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGTfSQUd5HGCkEiVZXpvZV0sdJuJIWiC { width:18.6875rem;height:21.9375rem;top:56.75rem;left:0.75rem;font-size:0.875rem;display:block; }#tGTfSQUd5HGCkEiVZXpvZV0sdJuJIWiC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0ed595450bd13a12d45d16b00e5f94376060bcbc.svg); }
 }@media only screen and (max-width: 763px) { #XnNRgXy5XQQNaxnPUeROzL6kGbqu9ToB { width:16.875rem;height:2.4375rem;top:51.8125rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkPsTAvnTPGvJhZFZQh45CVa031D6wq5 { width:18.8125rem;height:1.95rem;top:48.625rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEdb0U8zPBcoIcUsivseQHWiRCNaTEGL { width:4.0625rem;height:2rem;top:45.125rem;left:0.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yclEJtH9mSPPUooh14R90VsOzaOQQ9zv { width:10.3125rem;height:2rem;top:45.0625rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PikRFgd6sEbJGWO362HKW3Dz0J74bCmU { width:9rem;height:0.89375rem;top:45.6875rem;left:8.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSWDUO5Shky4Dw7ta5cn6BIGrO1ZEBOD { width:19.875rem;height:40rem;top:84rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sw7oX7Vl1pEOfptetAMSxG1AM9MIoGnQ { width:18.5rem;height:23.07425rem;top:98.1875rem;left:0.75rem;font-size:0.875rem;display:block; }#sw7oX7Vl1pEOfptetAMSxG1AM9MIoGnQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0ed595450bd13a12d45d16b00e5f94376060bcbc.svg); }
 }@media only screen and (max-width: 763px) { #QNLrHqzykHRVLgsT2tsHISyBsotPcwq5 { width:18.1875rem;height:2.4375rem;top:94.9375rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwGbaV8eTf1AivvAti78zTSx5ZWbhvPS { width:18rem;height:3.8984375rem;top:90rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uC8JAM1OZD6LWTtTJD9zHhaSedeolsF1 { width:4.0625rem;height:2rem;top:86.5rem;left:0.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMg1FqlvSgRRFlOR9hfH0dX2cVx24kMQ { width:10.3125rem;height:2rem;top:86.4375rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #daQiHUGWyBcEGRMM3ilr71rCUi3ANZK4 { width:9rem;height:0.89375rem;top:87.052734375rem;left:8.84375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNWHUFgwngDCe03EhyeTtrI1iyVTcH5n { display:block; }#eNWHUFgwngDCe03EhyeTtrI1iyVTcH5n > .row .container { width:20rem;height:23.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lf9PLV1rKRq6kDBbGCd2zSTf5x37yVZw { width:2.5rem;height:2.5rem;top:1.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccrklEQWt5pLvCF5CEioZ161rL3rwE7g { width:13rem;height:1.1375rem;top:1.806640625rem;left:4.125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HiQe5UvT4H0RepPrRR9KGUQKNdIZWrJs { width:17.6875rem;height:4.798825rem;top:4.4609375rem;left:0.625rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TQyge3kA8PL7hyVZZpykAQt71VxcSEZF { width:19.9375rem;height:4.21875rem;top:13.082032203674rem;left:-0.062499940395355rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wHb7MH8ktu6JevcnSoP1ZNFcfiXknEBw { width:10.125rem;height:3.1875rem;top:19.332032203674rem;left:4.9375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8pPAs5AmP9FvnZFRl9orhOPq05MEann { display:block; }
 }@media only screen and (max-width: 763px) { #UNf6sAl16BJwFfJZrQ07b4tUPqmwftJk { width:17.0625rem;height:1.95rem;top:9.5712875rem;left:0.625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tdBzi2KmAAFotJgymNHbDgOMgalEBcc9 { display:block; }#tdBzi2KmAAFotJgymNHbDgOMgalEBcc9 > .row .container { width:20rem;height:10.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xnzvEwbi9oTl18EVrLTOIVOPLWH5TM8x { width:9.875rem;height:2.5rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxWzKpIaeIIAWrde46OyuIrLimL7BOrc { width:9.5625rem;height:1.3rem;top:1.9375rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCZmDAU3zqd3oRIaq4LW2O0Pl3R3K2B1 { width:16.1875rem;height:3.8984375rem;top:5.125rem;left:0.625rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Fq0iU7ELm4w967hW0EpCOCyOzxS9sPDW { display:block; }#Fq0iU7ELm4w967hW0EpCOCyOzxS9sPDW > .row .container { width:20rem;height:6.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wQVpdvcNcDgaQkkBiR8wMQJo97K8xG00 { width:10.625rem;height:1.4625rem;top:1.8125rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fk3BQFbcs4DxktC3JQU9PTEzkdmSi5aK { width:15.0625rem;height:1.4625rem;top:3.4609375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIqiwMJd8g8MkyCOtuh9LgII9LoePTFR { display:block; }#nIqiwMJd8g8MkyCOtuh9LgII9LoePTFR > .row .container { width:20rem;height:41.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iWFaRXlMJz6hPe3RGGwzUQywqXMaZo9g { width:17.6875rem;height:7.3095625rem;top:3.3359375rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #J1tWnUOpUgZOulbItfGa1bQxVVzsG43G { width:10.625rem;height:1.4625rem;top:1.1875rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #K9ou3pLOzNoTi0HRS0fH5s0lR75KzcnE { width:18.375rem;height:24.2109375rem;top:11.83203125rem;left:0.8125rem;font-size:0.875rem;display:block; }#K9ou3pLOzNoTi0HRS0fH5s0lR75KzcnE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0ed595450bd13a12d45d16b00e5f94376060bcbc.svg); }
 }@media only screen and (max-width: 763px) { #DA9TCWtHnt5CiIrSm20o5Rd2M8rRXceO { width:3rem;height:3rem;top:36.9375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgu8zhAksBVRqFniRUPxqf3XO7iPEm2M { width:9.3125rem;height:1.4625rem;top:36.9375rem;left:4.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #H4opcZPPkOfsAeDvMItfUnS9zo0CLSRk { width:13.625rem;height:2.2734375rem;top:38.4375rem;left:4.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DWm4QhBwxMvk8ShHfs3nKCeJftdTePiM { display:block; }#DWm4QhBwxMvk8ShHfs3nKCeJftdTePiM > .row .container { width:20rem;height:31.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ra9Ir9dLNdQfqiKI6kCOIxzRdpX1yH0r { width:17.6875rem;height:7.3095625rem;top:3.3359375rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zgmQy0FILFf2u5ag073w9VizqUHK3dBF { width:10.625rem;height:1.4625rem;top:1.1875rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hQnBvByBEqT1GCw53Gyvue6FC7hIwzSV { width:18.375rem;height:13.2421875rem;top:11.1875rem;left:0.875rem;font-size:0.875rem;display:block; }#hQnBvByBEqT1GCw53Gyvue6FC7hIwzSV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0ed595450bd13a12d45d16b00e5f94376060bcbc.svg); }
 }@media only screen and (max-width: 763px) { #H68Bm4Ow2SmUiNDCQxu8ltv3lGbcKaVh { width:3rem;height:3rem;top:27.3125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t054Msb1WEniS9fVdro36kUMyEsbSwPc { width:9.3125rem;height:1.4619125rem;top:27.3125rem;left:4.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TlDNfOVpriZLlO25Cx97VSyTnlKDdMct { width:13.625rem;height:1.13671875rem;top:28.75rem;left:4.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ai8heiuQX9cQ6NPUWu4Dx1odyg5M0e7B { display:block; }#Ai8heiuQX9cQ6NPUWu4Dx1odyg5M0e7B > .row .container { width:20rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BJ0GSadTeT1TrJNpChymXMlH3WCbCe6n { width:18.5625rem;height:4.38574375rem;top:3.3359375rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wxFIJNhzA46RGUsDyzdigStzcGiTtc6R { width:10.625rem;height:1.4625rem;top:1.1875rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #z5RxBV7KrExaxLGfdmZmpuVwTZTOCfLm { width:18.375rem;height:14.378875rem;top:8.4560546875rem;left:1.25rem;font-size:0.875rem;display:block; }#z5RxBV7KrExaxLGfdmZmpuVwTZTOCfLm li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0ed595450bd13a12d45d16b00e5f94376060bcbc.svg); }
 }@media only screen and (max-width: 763px) { #BBQQI2DfIHhHdmcVWSMFKwzmA0gtMUZB { width:3rem;height:3rem;top:23.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCaUO4ZgIoUO0ABg49sulBlR98vDyHR5 { width:9.3125rem;height:1.4625rem;top:23.6875rem;left:5.34375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TiVIJuHpdgA7IrxRFIcK2dumBnUZxFQk { width:13.625rem;height:2.2734375rem;top:25.1484375rem;left:5.375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zX5vCDzQPQx4Tb2NOiCCs0ix94ZKXxrA { display:block; }#zX5vCDzQPQx4Tb2NOiCCs0ix94ZKXxrA > .row .container { width:20rem;height:11.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sp57h1yDwM95RN6rV4R4dLx3nR7WRowS { width:10.625rem;height:1.4625rem;top:1.8125rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXLfsPIt8nkpiAHOTdSSkQ2xAmPNCN6i { width:15.0625rem;height:1.4625rem;top:3.4609375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwK3vwtINVkDi7Hl0MRydqBZZa4o5caD { width:3rem;height:3rem;top:6.546875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZINby06lf1dq4w1cUF6xQVrLf3bMhMd9 { width:12.5625rem;height:1.3rem;top:7.31640625rem;left:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #asTX4LcHhLNT2ULgy3IyOJbV8AlT2KTH { display:block; }#asTX4LcHhLNT2ULgy3IyOJbV8AlT2KTH > .row .container { width:20rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XotK2l0vbQ89BvEJ1Ipl3ACJNlikffSI { width:17.6875rem;height:4.38574375rem;top:3.3359375rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #th5FJ3bz4UtckgUGLpdNRQi9bWTAOnqL { width:10.625rem;height:1.4625rem;top:1.1875rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QuWA3lWxrPiFNoTtQwxpKZr5OtCkQENI { width:18.375rem;height:14.1796875rem;top:8.4560546875rem;left:1.25rem;font-size:0.875rem;display:block; }#QuWA3lWxrPiFNoTtQwxpKZr5OtCkQENI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0ed595450bd13a12d45d16b00e5f94376060bcbc.svg); }
 }@media only screen and (max-width: 763px) { #CGhNOUOM3A9EUhBsNzqSkTyCOPaUQwtM { width:3rem;height:3rem;top:23.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebmdMGJZeOGXxP3MAI3osKe4TtlD6azc { width:12.25rem;height:1.4625rem;top:23.6875rem;left:5.34375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PqzgL5Vaqzo3sNk364NphDbhfoQVWuKZ { width:13.625rem;height:2.2734375rem;top:25.1484375rem;left:5.375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fL8qesWlD9Tx2GcdyNay58TBd3WMfCwZ { display:block; }#fL8qesWlD9Tx2GcdyNay58TBd3WMfCwZ > .row .container { width:20rem;height:30.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rODzFPMn4WTqkZ7IKJ0S0ElGxfGbA7KI { width:17.6875rem;height:4.38574375rem;top:3.3359375rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ixf2UdJODmknoG6P8Mw48T9VvPhRXNeQ { width:10.625rem;height:1.4625rem;top:1.1875rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GFes3zLGfrTAD25lqtdd8bwClAWchz5w { width:18.375rem;height:16.453125rem;top:8.4560546875rem;left:1.25rem;font-size:0.875rem;display:block; }#GFes3zLGfrTAD25lqtdd8bwClAWchz5w li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0ed595450bd13a12d45d16b00e5f94376060bcbc.svg); }
 }@media only screen and (max-width: 763px) { #PTVIug9WEdhNALHiXOldeIZlvM4Zft3q { width:2.25rem;height:3rem;top:25.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgDwoXT1evq4TXvomflsVidSnZZEPaNt { width:14.125rem;height:1.4625rem;top:25.5625rem;left:5.34375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mheDkBvxIzglRBisn8bGgx9Wzb5Ttyg6 { width:13.625rem;height:2.2734375rem;top:27.2109375rem;left:5.375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #G4mrOgXSv0K4KLADFluNFX0TzGGSxuwU { display:block; }#G4mrOgXSv0K4KLADFluNFX0TzGGSxuwU > .row .container { width:20rem;height:35.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FbTr56i8HK6dgyAdok1gd0ylumRSdgWF { width:17.6875rem;height:5.84765625rem;top:3.3359375rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wLMs7QJZTHePmtTvvTXEEeWfE6Zc55kP { width:10.625rem;height:1.4625rem;top:1.1875rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Kv0btdZdTyFhfdxHlFCf5mNiAxllIseH { width:18.375rem;height:18.7265625rem;top:10.3310546875rem;left:1.25rem;font-size:0.875rem;display:block; }#Kv0btdZdTyFhfdxHlFCf5mNiAxllIseH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0ed595450bd13a12d45d16b00e5f94376060bcbc.svg); }
 }@media only screen and (max-width: 763px) { #EcmiXT8IzP50iBUeauT5J6CISgVZahGd { width:3rem;height:2.9375rem;top:30.1875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Myn1Nt9R53VWN0pPvIVRg9qf0Ot3I5N2 { width:9.3125rem;height:1.4625rem;top:30.1875rem;left:5.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #V4MdPqrIfRGZR2AQrrPvcurN47b7TyWl { width:13.625rem;height:2.2734375rem;top:31.625rem;left:5.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KR3CGIvIWUVXsOhQIzNFJwhTb7TWCmFH { display:block; }#KR3CGIvIWUVXsOhQIzNFJwhTb7TWCmFH > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gvnxtuXpF3BmpMeE2bl80UJuruGmGTl0 { width:17.6875rem;height:1.4625rem;top:3.3359375rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #u0OvtMDawGRN28SpOISyGI04DU22NESe { width:10.625rem;height:1.4625rem;top:1.1875rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XvHiyH9CeUluGLWhTyfBabBKT8pOKHWG { display:block; }#XvHiyH9CeUluGLWhTyfBabBKT8pOKHWG > .row .container { width:20rem;height:11.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FLqTSdJVbkk0SpCFcBzey8vpVWUTTO2y { width:10.625rem;height:1.4625rem;top:1.8125rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDkQPiTLv2PpDhWqthCcGbmygJP6nkfN { width:15.0625rem;height:1.4625rem;top:3.4609375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHsKeTuZ7d4G1BAXF0srMcyewGJ4R60d { width:3rem;height:3rem;top:6.546875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lG6wAlLKzMGQEQm4hexHB6rS9XoHbB6q { width:12.5625rem;height:1.3rem;top:7.31640625rem;left:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qihOaMi2koBNi2qqZisEdfDwt4unnO7R { display:block; }#qihOaMi2koBNi2qqZisEdfDwt4unnO7R > .row .container { width:20rem;height:10.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hTOnTJtdI6vdMue02kixJaGn69vXneRR { width:17.6875rem;height:1.4625rem;top:3.3359375rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #I3VRtRJnBHlhUfxF1VPVfLuHbTQ4zLpb { width:10.625rem;height:1.4625rem;top:1.1875rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qZR5TTVQpzoS4cpUB9xR5bNegNATmV0s { width:3rem;height:3rem;top:6.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EF5aEUP86f99pJ8BKkSXvUwRAsPKFI0k { width:9.3125rem;height:2.6rem;top:6.125rem;left:5.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #P49TpNoWTsP4QbVqBWu995Fos2CUX0Nt { display:block; }#P49TpNoWTsP4QbVqBWu995Fos2CUX0Nt > .row .container { width:20rem;height:36.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ca5Zb5FnDOMlwGPoERfqO4o81fKHfJBQ { width:17.6875rem;height:5.84765625rem;top:3.3359375rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #n38ihzbb78GkSlTBaTMTwWxfEaVGhyLx { width:10.625rem;height:1.4625rem;top:1.1875rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KpuB8qLWFF8ruFisUTJEwcanmK6qxpGR { width:18.375rem;height:19.86325rem;top:10.3310546875rem;left:1.25rem;font-size:0.875rem;display:block; }#KpuB8qLWFF8ruFisUTJEwcanmK6qxpGR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0ed595450bd13a12d45d16b00e5f94376060bcbc.svg); }
 }@media only screen and (max-width: 763px) { #DO8Ibt9N7gJRgDZt5U7eaWNDLmJFn854 { width:3rem;height:3rem;top:31.5rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlRyia57E31yTMzqOn6kvA5WSnAsMfAD { width:9.3125rem;height:1.4619125rem;top:31.5rem;left:5.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BJ7P5HQvSUsCS6gpHhrrmZ2vtIkfSENx { width:13.625rem;height:2.2734375rem;top:32.9375rem;left:5.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #upNb87LRqvmzMuxK9rwTgAeDz7C1XimL { display:block; }#upNb87LRqvmzMuxK9rwTgAeDz7C1XimL > .row .container { width:20rem;height:45.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q85TQmq6U69muFoqRLwsvNw2FVTutWzr { width:17.6875rem;height:4.38574375rem;top:3.3359375rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VCnCFILosw2GAPQwGfgBzJ9UZepba992 { width:10.625rem;height:1.4625rem;top:1.1875rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ROFq5SLknSIATouBsFf76oKQsaMPgTXw { width:18.375rem;height:3.41015625rem;top:8.3310546875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUFzHFoy0SkiCVHqGViXV6xTJz6DZUH0 { width:3rem;height:3rem;top:15.6875rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsFHTag7OGl8HHryapclTEOJfn68Nqe2 { width:12.5rem;height:1.3rem;top:19.9375rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XuHVE2K1MnS6lF5zKQf93QPU6tindofb { width:15.25rem;height:2.2734375rem;top:21.9375rem;left:2.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iLA2hld5OVgQzDyA6GKrUd2g8X7Wkn8D { width:14.5625rem;height:2.2734375rem;top:32.271484375rem;left:2.71875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T2omlZ2DVpQCS8NUBnrngiipOxdNMboT { width:13.0625rem;height:1.3rem;top:30.28418125rem;left:3.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z8n2J4qhJs8diyCuQttEOreoXFKtb9Op { width:3rem;height:3rem;top:26.03418125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5CB5LfTLJtzasfOIubaAiKg7oqsxWt4 { width:2.75rem;height:2.75rem;top:35.75rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRl5u1KgI0kHLJlW6act790aZXAokgLA { width:12.5rem;height:1.4625rem;top:39.75rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VAW77kz144u3IrEpBJM7LNEkTEGkxFd9 { width:15.25rem;height:2.2734375rem;top:41.875rem;left:2.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mO51ZoAiaIximCOeX3P3TrxbvDCTmG07 { display:block; }#mO51ZoAiaIximCOeX3P3TrxbvDCTmG07 > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MyEGurt2cu1r1G8gUNkoDbyWkDuE2RNH { width:17.6875rem;height:1.4625rem;top:3.3359375rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wdKW7abk6ItKrUzUU1p6czbTf0z5qlGy { width:10.625rem;height:1.4625rem;top:1.1875rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pvWxeRIaJsl7NLZpTDxlyvv38RhgfuGo { display:block; }#pvWxeRIaJsl7NLZpTDxlyvv38RhgfuGo > .row .container { width:20rem;height:11.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ebqTOqelxL6hyseOmTBtgEnyt3uM0agP { width:10.625rem;height:1.4625rem;top:1.8125rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B51G1yvT83XG0xn1U7ag3ClqkyGZ93XK { width:15.0625rem;height:1.4625rem;top:3.4609375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #czdChQ2Ss0dD3mGgd1g87miSZc7L4k6N { width:3rem;height:3rem;top:6.546875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ad2MfAUoAIienF7Mkka4oZNlwmSx1tE6 { width:12.5625rem;height:1.3rem;top:7.31640625rem;left:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfDDMEqSABocNGd5DqGwaJ63xDtZ5wk3 { display:block; }#EfDDMEqSABocNGd5DqGwaJ63xDtZ5wk3 > .row .container { width:20rem;height:25.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MnSi1wTV0mE8tIdfoBCm3KE5BBbfeUK1 { width:17.6875rem;height:4.38574375rem;top:3.3359375rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #or2r527mQglIO4WPl6cKDHQnpMEOEz0L { width:10.625rem;height:1.4625rem;top:1.1875rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cmfMEM93HSOkF3CTIvVn1Wh74kRyJCxk { width:18.375rem;height:8.6953125rem;top:9.0810546875rem;left:1.25rem;font-size:0.875rem;display:block; }#cmfMEM93HSOkF3CTIvVn1Wh74kRyJCxk li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0ed595450bd13a12d45d16b00e5f94376060bcbc.svg); }
 }@media only screen and (max-width: 763px) { #XiaGaBpTL3KTDubRZ3I26TlwMaimnMvV { width:3rem;height:3rem;top:19.375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQs8X71Lb3oCHtmtfSVAOTIWnIazgxgM { width:12.875rem;height:1.4625rem;top:19.375rem;left:5.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sdfLZATmmUwK5mgzd1MQby8nqbzrxNLP { width:13.625rem;height:2.2734375rem;top:21.125rem;left:5.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GmpaycTX149oyMR4Duefu0KeG7PrVCLH { display:block; }#GmpaycTX149oyMR4Duefu0KeG7PrVCLH > .row .container { width:20rem;height:34rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OipPsaxqFTsK0K1cSBdxWJNkGfSVnpWl { width:17.6875rem;height:5.84765625rem;top:3.3359375rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #G5lChbPwIxHJhVignOIS2PKVA4crIwsC { width:10.625rem;height:1.4625rem;top:1.1875rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gLBt1bTOvUqM3V93PvE9QuHnrGMJRlxq { width:18.375rem;height:16.453125rem;top:10.484375rem;left:1.25rem;font-size:0.875rem;display:block; }#gLBt1bTOvUqM3V93PvE9QuHnrGMJRlxq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0ed595450bd13a12d45d16b00e5f94376060bcbc.svg); }
 }@media only screen and (max-width: 763px) { #dbVWbAfJNmhRTlvOqbbDg9CS3U6w5haT { width:3rem;height:3rem;top:27.5625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSfu3aoSEEBiIPm96n4VKqUF6NuS5uPC { width:12.875rem;height:1.4625rem;top:27.5625rem;left:5.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dOEXAkkISH5QPWRalvGwqlExfgTOrkSm { width:13.625rem;height:2.2734375rem;top:29.3125rem;left:5.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tJAtrZVd8S98PWl75p8D1uJ0IWzQOs27 { display:block; }#tJAtrZVd8S98PWl75p8D1uJ0IWzQOs27 > .row .container { width:20rem;height:6.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LJ0TSgTKHaMOextL7bXNnvAvISwZ7eky { width:10.625rem;height:1.4625rem;top:1.8125rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqhKrQ7GSiAgtTK2xKxm7ztraDF2XhbX { width:15.0625rem;height:1.4625rem;top:3.4609375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqQg57OFUkkBGOVaXa2GUg81Cs6WVoQD { display:block; }#RqQg57OFUkkBGOVaXa2GUg81Cs6WVoQD > .row .container { width:20rem;height:36.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pn4PFZLTRRr0HTIwCnmhvGFg4O5nF4qZ { width:18.5rem;height:4.798825rem;top:1.25rem;left:0.625rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Zdk5iGcRvHooTpzD5e3LbTLEO3vu11It { width:18.75rem;height:10.125rem;top:7.29785rem;left:0.625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HozMKyB2LFrIVALgTTHIevohFzRVaTLS { width:18.75rem;height:3.1875rem;top:18.609375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Diziy1DlBnpFT4esmMeaKgehV1TDEgcS { display:block; }
 }@media only screen and (max-width: 763px) { #sr14nG5bu4PFGEsA2ouQGs7QMHxWAFPb { width:20rem;height:11.862068965517rem;top:23.11035rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHKE1bwTCyZKCkTRA0keAotW7leEQHr1 { display:block; }#MHKE1bwTCyZKCkTRA0keAotW7leEQHr1 > .row .container { width:20rem;height:47.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n79xiLI6XSxhF6lfNFoR2Bx6tQBzvew0 { width:19.875rem;height:14.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkNVPMQwMXBcQoxZfzZruVKcelLnFtik { width:2.5rem;height:2.5rem;top:2.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #znJwMKxmMOTKyvIHWMirCIkt3N8G19WQ { width:19.0625rem;height:2.923825rem;top:6.1875rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJhub4zVqZCxVVBIC1mOfFt0i7u7HXVh { width:3rem;height:3rem;top:10.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDTqV80Tu0t5FqdIvTEbMIuMggl7feG1 { width:18.75rem;height:0.0625rem;top:10rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hMOTFTXu3XzVUq5FmWkb7dVLd7btFEzQ { width:12.5rem;height:2.6rem;top:11rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJbxUHDMqammuXJB0k6PXeJZmqERdLps { width:19.875rem;height:14.25rem;top:16.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4Jy1AVCO8UWEkSPM5hAQoUlwcXeTPIa { width:18.75rem;height:0.0625rem;top:11.375rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #s2fBOoB4oNdPW0nVHzmSdEzMptlJGvZF { width:19.0625rem;height:2.923825rem;top:21.8125rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9fovKlkiW1syEgxFc4pAsXG8V8AktF7 { width:2.5rem;height:2.5rem;top:18.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZK2o52EpfAfg2ENTAqLmLTQCmCMlbHb { width:19.875rem;height:14.25rem;top:32.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0vRraHT0zIToIQ4l7r1qI6szpp67a4D { width:3rem;height:3rem;top:42.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tevoX8rVBDHM7dlzr3MaLEb1MAfz74qf { width:18.75rem;height:0.0625rem;top:11.6875rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #T0CvAspTZ88ERDARweGJWRMwnbNQr6Cd { width:19.0625rem;height:2.923825rem;top:37.4375rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #spSTE909nkEdx6g8XfFo7xuLSmt6vrVp { width:2.5rem;height:2.5rem;top:34rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPB1yBcS1DlOmqQisvvb8Ay3SQrQiLVb { width:12.5rem;height:1.3rem;top:42.25rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaJJGBBhBena0nt9H5GXHR3rWm5vnvEG { width:12.5rem;height:1.3rem;top:43.875rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGey2UuBo9cFhckGppDG1TQdZguTc509 { width:3rem;height:3rem;top:48.1rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #qniTZzP38ttLorcrTG1ob3fovoE1qpiA { width:12.5rem;height:0;top:56.6rem;left:3.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #piQGldRO26ZNh6QyDJlPxRT8JDSoJM2l { width:3rem;height:3rem;top:52.35rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #SQklqs56CnEWL3bsaCMkiAl2xFru3DqZ { width:12.5rem;height:0;top:60.45rem;left:3.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZrQXTBw9suyAWM1E1WXCd0Zh4qa8RLKH { width:3rem;height:3rem;top:26.606251120567rem;left:1.2500000596046rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #HIsspeXx1oXpm7bU5LXATCCI20wXN1BM { width:12.5rem;height:2.6rem;top:26.806249976158rem;left:4.8125000596046rem;font-size:1rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #We8ePAgIunpwc4CKmpNINRxRySSgoVZK { display:block; }#We8ePAgIunpwc4CKmpNINRxRySSgoVZK > .row .container { width:20rem;height:48.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LSF4Acv4fpbXbOhls1gFsGMWGr2KqIVR { width:19.875rem;height:14.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #chAu4KrVFgrdceFpCXght5O6h6rQMtAJ { width:2.5rem;height:2.5rem;top:2.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1aH0O3QhtDcqEtXE9H2UPFDtvrLSH2x { width:19.0625rem;height:2.923825rem;top:6.1875rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBrVfwzWxzuhPuTQNXFzOzo7s5GwFbTm { width:18.75rem;height:0.0625rem;top:9.75rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bi29u9TXll0q4iMBsd6ZxxRzlzywculB { width:19.875rem;height:14.25rem;top:16.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mW4tASCNfZSAOqCvfcO1c0yshZIXsvsD { width:18.75rem;height:0.0625rem;top:55.875rem;left:0.3749994635582rem;display:none; }
 }@media only screen and (max-width: 763px) { #W4HrWWIwRTUn5bOyiCGRGepiClbeKGaU { width:19.0625rem;height:2.923825rem;top:21.8125rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrXN9EPS72yvXWrSaxR4yLAEh4uO8oAT { width:2.5rem;height:2.5rem;top:18.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7SKKMFhD2mJnvUypvyO698kWzhHKy4s { width:19.875rem;height:14.25rem;top:32.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lmm8EOn3ncqMqIGWXpcgda6Ag9cHJeT5 { width:3rem;height:3rem;top:42.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKfUbSgS1S2zfvrRkTHOATGVikn5oSCb { width:18.75rem;height:0.0625rem;top:10.4375rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fBvqp8HKUbO86Drlm6zd6AXW2RG9xTis { width:19.0625rem;height:2.923825rem;top:37.4375rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7muVHKQDwgr3GfV5v1teqXg7ZVBTBzs { width:2.5rem;height:2.5rem;top:34rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEX63masK6REDgS2HJsDPQJ3vEFmhyFq { width:12.5rem;height:1.3rem;top:42.25rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAB1FT3TngEFmxV5g4qfWlJfwNNlDJVL { width:12.5rem;height:1.3rem;top:43.875rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCQ4yQ8hTJ0dbq72O3zi6FXk0xZNJ6F3 { width:3rem;height:3rem;top:10.550013542175rem;left:1.8625000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXOb3VbSqNTkLXKEXFcQvC6KNa2T1LDN { width:12.5rem;height:2.6rem;top:10.75rem;left:5.9375000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPznOAT5ikWx4cTZvNW9ytwLNaKXmiMW { width:3rem;height:3rem;top:27.125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0FIn9lGTLKQt7VJTy3liXUvCyCt7M5B { width:12.5rem;height:2.5996125rem;top:27.32421875rem;left:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dk2PyKds6c6VAqiNL1cRZ1zDcvWqD9zb { display:block; }#Dk2PyKds6c6VAqiNL1cRZ1zDcvWqD9zb > .row .container { width:20rem;height:9rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kPgcstGxiGVNnAio3OzgZuqopm0pv2lr { width:9.875rem;height:2.5rem;top:1.5625rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgvbPs9JppLDnTFbfEgyCBLCBDwbxwJm { width:9.5625rem;height:1.3rem;top:2.25rem;left:5.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzP77g8F8WUMTvM5JMKUD2cJgGtprh77 { width:16.1875rem;height:1.95rem;top:5.25rem;left:1.90625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xo9kFTKndg3MWm4iz8lVGo88lTAnTnp4 { display:block; }#Xo9kFTKndg3MWm4iz8lVGo88lTAnTnp4 > .row .container { width:20rem;height:143.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ntvMmNJZbzSzMMF5t19ZHna2lVWTX2ZH { width:20rem;height:64.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAR3eDOTCpUSkNRWsp73SbTzZBT1vLib { width:4rem;height:2.6rem;top:3.75rem;left:1.40625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0fT4SdhDfcVuIV5gwkhcwOwJXS6l6Io { width:6.5625rem;height:2rem;top:4rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOrllTFocui0dAsUQEfdCyE1XohIuIRc { width:4.75rem;height:0.89375rem;top:4.5rem;left:12rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7N4cpCuMX32oQuFzTsEshlLl8dCoidE { width:17.1875rem;height:11.6953125rem;top:8.0625rem;left:1.40625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGdRfDvRApTI25v21W0K4EbmhAFVUtMF { width:18.75rem;height:4.75rem;top:20.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcyCtHhwHJFI7aIyHfDl3SrSTy7rCrph { width:3rem;height:3rem;top:21.0625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlNu6SXWlrmS51xfKpf1arJBdQ2UsGwR { width:13.3125rem;height:1.21875rem;top:21.1875rem;left:5.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AG1MxTnfxswamcfAVDOsNXbqz9TEkAFH { width:14.0625rem;height:1.05625rem;top:22.7578125rem;left:5.21875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l36ackSCRaQ8wTnTJXKkeN7i53rgUSBC { width:14.5625rem;height:1.3rem;top:26.1435546875rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEa2yGgJotJeTpwo5ELeB9wmpSsie5Et { width:18.3125rem;height:19.464875rem;top:28.4375rem;left:0.84375rem;font-size:0.875rem;display:block; }#eEa2yGgJotJeTpwo5ELeB9wmpSsie5Et li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0ed595450bd13a12d45d16b00e5f94376060bcbc.svg); }
 }@media only screen and (max-width: 763px) { #hCaZRFBf1vV0HKCGR1qRIgKdrqugBnfE { width:14.5625rem;height:1.3rem;top:49.0625rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZ7M4bz4TSZFpPRXDJqpBqUICpSDx8IJ { width:17.875rem;height:8.496125rem;top:51.5rem;left:1.0625rem;font-size:0.875rem;display:block; }#eZ7M4bz4TSZFpPRXDJqpBqUICpSDx8IJ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ac5d0c148ba7cc9eb0248aa899e2c0c525c8ce92.svg); }
 }@media only screen and (max-width: 763px) { #B4bT3sTl1edsbX10VfGsnebh4ffsbuwT { width:20rem;height:0.0625rem;top:53.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #h6paQ9OLJ2DDyUsbCGJAP2Z40xhqHSI3 { width:3.6875rem;height:0.975rem;top:61.4375rem;left:0.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yy2u7RfuFBrU31I6owwChN9KSqUzZDJp { width:6.75rem;height:1.3rem;top:63.0625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdinLNRCpBLoJzcPvRhflFKBnwfXUH4N { width:4.4375rem;height:0.975rem;top:61.4375rem;left:8.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKS7zKPRA6ULKziVt2LdGTHhnmlsXfOB { width:7.6875rem;height:1.3rem;top:63.0625rem;left:8.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOwDTT5kysJOfKalSDa8uxiDd3N8pknT { width:19.875rem;height:75.0625rem;top:67.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTMds3ffNT1ib03rAgEirtbDBePxKcmR { width:4rem;height:2.6rem;top:69.4375rem;left:1.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMGGrFCVTxJEWyrfiumTO1VG7Mgdi1Tp { width:18.4375rem;height:11.545875rem;top:72.5166015625rem;left:0.78125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pa8h0k7PfKiACSoylw4osfs5qVz70ROu { width:20rem;height:4.75rem;top:84.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMQEnTokBC5igX1kJiQDNEmUdoQoR02C { width:3rem;height:3rem;top:85.5625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #olqPVCcGn3ZBFu7SPSQluVZnbBQM53aA { width:15.375rem;height:1.21875rem;top:85.6875rem;left:4.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOeZtsEm7SGEg3IPynMg01NyIcg3iF6u { width:15.9375rem;height:1.05625rem;top:87.375rem;left:4.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVAVHtyMgdu6vmtK2KiTPhcZpDSrV2TK { width:8rem;height:2rem;top:69.6875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6OUA74Qz8gTqTGXLbDl44DwyVbbrMKg { width:14.5625rem;height:1.3rem;top:90.5625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnW5CFTcrne4J1KCaW3SebI9vcu9yqXK { width:14.5625rem;height:1.3rem;top:125.3125rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPvS5MuphT29VTthqbkL5DTvN7wotwkq { width:7.625rem;height:0.89375rem;top:70.25rem;left:10.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D75DT5ZsuoCBi7DFMMwXJnf6GbFHzwvf { width:18.875rem;height:31.2305rem;top:93.0625rem;left:0.625rem;font-size:0.875rem;display:block; }#D75DT5ZsuoCBi7DFMMwXJnf6GbFHzwvf li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0ed595450bd13a12d45d16b00e5f94376060bcbc.svg); }
 }@media only screen and (max-width: 763px) { #IxfeTWUr6GL3xEpuyMmiZOhT0fRs6pPK { width:17.4375rem;height:9.6328125rem;top:127.0625rem;left:1.3125rem;font-size:0.875rem;display:block; }#IxfeTWUr6GL3xEpuyMmiZOhT0fRs6pPK li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ac5d0c148ba7cc9eb0248aa899e2c0c525c8ce92.svg); }
 }@media only screen and (max-width: 763px) { #GxuuNaxePTSdZDlMSdJgsPFealh9awp5 { width:20rem;height:0.0625rem;top:54rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XaVnhTsQectV213KS3C0PGJrCpukQOMo { width:3.6875rem;height:0.975rem;top:137.9375rem;left:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOLhVaIHTETRo0ZPuHoTP8NOG6kZqL3T { width:4.4375rem;height:0.975rem;top:137.9375rem;left:8.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyQa4PmT6T3f8BzlPerEJwVVFR40qAZO { width:6.75rem;height:1.3rem;top:139.0625rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Niwu2cQh90N2TWr4P3W81m3ZfQOgxP1d { width:7.6875rem;height:1.3rem;top:139.125rem;left:8.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulxJqhzO0TJxr62AvA2fLXO3HnyUy4ih { display:block; }#ulxJqhzO0TJxr62AvA2fLXO3HnyUy4ih > .row .container { width:20rem;height:24.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AUsKuxytaWJ2odkxoO059R9nyhlqhWtd { width:2.5rem;height:2.5rem;top:1.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0hJ3moNDp6bSkDRlsTRK9PH9uvTC8fM { width:13rem;height:1.1375rem;top:1.806640625rem;left:4.125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #J1x2mx3ePcLvB9SCWaoo0yCx0tCBoGgL { width:17.6875rem;height:4.798825rem;top:4.4609375rem;left:0.625rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sWEv1750gd5DP8U7fAPHZWBZkEyfP2xv { width:17.8125rem;height:9rem;top:9.8125rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ePoR92Qn9Vu5y58LygMVfhVFC2pCenO3 { width:10.125rem;height:3.1875rem;top:19.14453125rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUqTKs8zr7BHPVBT2TFks7GbhugLwgTs { display:block; }
 }@media only screen and (max-width: 763px) { #mtnPOxXevwvZm5VTMTZaJ5aJsTvcshdR { display:block; }#mtnPOxXevwvZm5VTMTZaJ5aJsTvcshdR > .row .container { width:20rem;height:31rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gEbF0vwPpKwWMAOsV68CCTWpZirQuJgR { width:19.875rem;height:8.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HauNT1iTVzlZMDXH99ya3M0ef5zNHhlD { width:4.125rem;height:4.125rem;top:2.625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pqdpb3Wr2TlnfkSATI5mLDXMCV8oOqbW { width:12.5rem;height:0.975rem;top:2.625rem;left:6.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybQVoHtmqVSwh5LKRzx58QVkEJB9DC4V { width:12.5rem;height:1.3rem;top:4.037109375rem;left:6.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZzZrIEMLLmZpcXV0FuMwVD1MzKTSVFZ { width:13.125rem;height:3.41015625rem;top:5.83984375rem;left:6.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0y3yW72ZGMxQRPqwKcOlJOhdGrQo13K { width:19.875rem;height:10.0625rem;top:11.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mq6ST4GeEMTiZ0fRZcCGnKWdaGKR3Qlb { width:12.5rem;height:0.975rem;top:13.1875rem;left:6.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDK7P8tvsyw3DxbqGpMltvoGo5Nzwboz { width:12.5rem;height:1.3rem;top:14.8125rem;left:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMk05pJ7DiDCOx6cnpciwHKXSGLcOCcZ { width:4.125rem;height:4.125rem;top:13.1875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzoGaV2VTPJ80EdyMkuTlnXKXtdXeWoz { width:12.0625rem;height:3.41015625rem;top:16.701171875rem;left:6.34375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgdOQ19VXMTnqPPERW2rKwFHm8aUlxck { width:19.875rem;height:6.875rem;top:22.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBmkQDMvqTEky3S8wuKwJBU6QVppgIVZ { width:4.125rem;height:4.125rem;top:23.9375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1aRrbdKSVkN5D0PtxMbTSR7TWxOGrTG { width:12.5rem;height:1.3rem;top:23.9375rem;left:6.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HADhHte28OTrUp4xeQSyLQTrHORCxUZB { width:12.6875rem;height:2.2734375rem;top:25.8125rem;left:6.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1zAg9FzfFVhti9szQsOZLUfMrN2MsMr { width:3.125rem;height:3.125rem;top:1.5498046875rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FELwciuOqGpIBBM9xoJFEiN78FxpIWQh { display:block; }#FELwciuOqGpIBBM9xoJFEiN78FxpIWQh > .row .container { width:20rem;height:33.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x2NC8JfgRB9nu374Z0wvvB0PIUqTidFD { width:19.875rem;height:6.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v222kH7xfFxU5lko2p5tQv57T8EbTvIQ { width:4.125rem;height:4.125rem;top:2.625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lug0oSAPVCVSxR3xqJ8Lw2GR0KgCz0pE { width:12.5rem;height:1.3rem;top:2.625rem;left:6.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSHE8UT73SpNbM04GWK7wuyUfzFp5ZgM { width:13.125rem;height:2.2734375rem;top:4.4375rem;left:6.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayaPH40eLDMb4wWFo87MigbO2unHcgpk { width:19.875rem;height:10.0625rem;top:9.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQBsNv38LBg3Lrg4CnRAAuWT145W3oK7 { width:12.5rem;height:1.3rem;top:12.875rem;left:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qknrSTDd8ZmmvTO9Bs0ZuhaKw2Id7wCu { width:4.125rem;height:4.125rem;top:11.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKy88AorhgmowlX5FOhN4yykFWdT5LQJ { width:12.0625rem;height:3.41015625rem;top:14.75rem;left:6.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9sdameWTMukXET656GNUzP1U2KxyZHH { width:19.875rem;height:10.4375rem;top:20.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KB7TCeZZpPcKGLBBr04HymKvOX528XCW { width:4.125rem;height:4.125rem;top:22rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1i2fr5RbdEeVXlR5TSM0gJVqK1vw8Vi { width:12.5rem;height:1.3rem;top:22rem;left:6.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRTBqRe3DISgdmIVL8B8Ph2z8m9mTp5G { width:12.6875rem;height:6.8203125rem;top:23.875rem;left:6.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrTTWQtaC9qWFnHgMSsL3vTFuNM5GRze { display:block; }#lrTTWQtaC9qWFnHgMSsL3vTFuNM5GRze > .row .container { width:20rem;height:26.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XHkCwtRBQLdKgZbESxOXmgTTdVqVahez { width:19.875rem;height:7.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPkeSILZSQQJRUFrh4qdBzQaHRdAErKz { width:2.9375rem;height:2.9375rem;top:2.625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6yP355cM6aVXdmJTtF83tRLG8E13ENK { width:12.5rem;height:2.6rem;top:2.625rem;left:6.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZ4POs84ck6FxmfrdPcNXia7AyZuQ0hg { width:13.125rem;height:2.2734375rem;top:5.5625rem;left:6.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9biJJXIznVEOu0WkexPXcRTG6gcZ4uS { width:19.875rem;height:7.8125rem;top:9.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxCxC0z9Pz3KJTcG5wB3NJIBSFgirKVS { width:12.5rem;height:1.3rem;top:11rem;left:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNJBLxZ18RoRw0wd28rzCs0aT2tJe2bm { width:4.125rem;height:4.125rem;top:11.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZw633M7CRkTQ4hBHz0RP5Dx3t2qXNUv { width:12.0625rem;height:3.41015625rem;top:12.875rem;left:6.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iO9kpFEZlyPJhk9mF4vcXTpgWsKbVgJF { width:19.875rem;height:7.0625rem;top:18.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSIMdAhbnodnJQyprzzddAOfqeRdCLhS { width:4.125rem;height:4.125rem;top:19.5rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndJD08UkS0fiFZtzxnhK9ZbzCDZ9EhVS { width:12.5rem;height:1.3rem;top:19.5rem;left:6.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cW2uG4zU0zmAm96TKriSpDrZZTiZTy7t { width:12.6875rem;height:2.2734375rem;top:21.375rem;left:6.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSomUwFPVwCbhTGgbBu4krplwrpzVuAT { display:block; }#ZSomUwFPVwCbhTGgbBu4krplwrpzVuAT > .row .container { width:20rem;height:19.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R7OJTVppLv4d1PzGKQkpFNhKDl0u2Zrb { width:19.875rem;height:7.8125rem;top:9.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGvx4A2UoGW1TLgWA2UNLpWzw8cPcSFf { width:12.5rem;height:1.29980625rem;top:11.75rem;left:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqsTSP7BoDJvL5pI9ndks72ecKosrH4i { width:4.125rem;height:4.125rem;top:12rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPzMcfp9pxfieTSKlPt46FaLDlbOgkxM { width:12.0625rem;height:2.2734375rem;top:13.625rem;left:6.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzgShAVeQs97JyO6brkhd8oBqc16OoUu { width:19.875rem;height:8.5rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgg3hrSmqMDEu8tWAhkLeJmTKF1QWBWF { width:4.375rem;height:5.874025rem;top:2.1875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2lX90QobTtITGwQrCsafbOwTfNKJaNa { width:12.5rem;height:1.29980625rem;top:2.0625rem;left:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIWWIzkgAFVhD9ixFTEDyM9f5XXKgpt5 { width:13.25rem;height:4.87305rem;top:3.25rem;left:6.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQGU7VWNgZTI61T6WNlTk5mwBOdwLowq { display:block; }#gQGU7VWNgZTI61T6WNlTk5mwBOdwLowq > .row .container { width:20rem;height:20.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qQlHDv61I9cQ4TS15rKZ1hZXtxbUMsqK { width:2.5rem;height:2.5rem;top:1.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0Ox6AGqT5zvBSa5T1qPo8aGsaMXcnMd { width:13rem;height:1.1375rem;top:1.806640625rem;left:4.125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KdwzgTqLyWgKxKGnMtfpdaniACTCyhsP { width:17.6875rem;height:2.4rem;top:4.4609375rem;left:0.625rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eRreCXWsHhKnQX8B2pTEwzPxJdlNkcxl { width:18.9375rem;height:9rem;top:8.3125rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ogGdthCUbr80oSa9Pe22iasRDeQNQmHf { display:block; }#ogGdthCUbr80oSa9Pe22iasRDeQNQmHf > .row .container { width:20rem;height:76.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DN47leqhQVTZTKDoMl8TWO3odMRDhEAK { width:20rem;height:60.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESQAeErC1rFNxAvBWXOlQKVxfyQJZagU { display:block; }#ESQAeErC1rFNxAvBWXOlQKVxfyQJZagU > .row .container { width:20rem;height:138.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zk3wzShrnLhAhlUz1gAhzL7qAreytF7a { width:20rem;height:136.4375rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8yqSeGaEaAkZXtVV5wcgZ40JQrD5dIo { width:8.125rem;height:2rem;top:6.25rem;left:5.9375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e8DTKM29dwOZZ6Qobt3W6wuod3e8K2Kt { width:12.5rem;height:1.4625rem;top:8.9375rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EsleAfU0cyXEfEsRkBeroXugRUnTtJzR { width:20rem;height:35rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #heLeBDyp6T3l0FuG7hTP2RnRBrTOX1w5 { width:10rem;height:11.5rem;top:11.9375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7GtDcz3BnoksTuyV8sNOPEW2Mf1cAPD { width:6.75rem;height:2rem;top:13.8125rem;left:6.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOVy7acGFom7syHr0XGx9MKpxmJUN6ip { width:8.375rem;height:3.41015625rem;top:17rem;left:5.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuIWwOiOeOBBRGmUHw7d5neHsPIpxy8z { width:10rem;height:11.5rem;top:24.625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsFWlRhkUc4VDmzzLUeSfIM0GudzTerB { width:6.75rem;height:2rem;top:26.5rem;left:6.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOuKLfsdVXdQQOu4tEpTQy5PgwhQ4eQ3 { width:8.375rem;height:3.41015625rem;top:29.6875rem;left:5.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEUIBukCQUJp6KHOw3E6IZIilWT8gnzZ { width:10rem;height:11.5rem;top:37.4375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZWiQcQpn2UTGNG3Ilf7ubC20TkLOav0 { width:6.75rem;height:2rem;top:39.3125rem;left:6.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTiEt2XZDHAr7kMfCGFvb7ZP8axWtwF0 { width:8.375rem;height:2.2734375rem;top:42.5rem;left:5.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ih0kXZqpAuCaMIqx9WmhT0SJZBUac71c { width:10rem;height:11.5rem;top:49.875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnE6A7xJQAJeLmwuqlRUINr8dnT2OJfs { width:6.75rem;height:2rem;top:51.75rem;left:6.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XN7y7d2XluBdebttCD9GdCx30zL4ht4U { width:8.375rem;height:4.546875rem;top:54.9375rem;left:5.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxCseKN35pL3JJOuPCzTl0lFyNBKZQXR { width:10rem;height:11.5rem;top:62.4375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0NIbZyzagFmm2hlQHpcJqZcg6qCO9DG { width:6.75rem;height:2rem;top:64.3125rem;left:6.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMs9ZRr0MxqGeksTRXipFTDhaKLxuDfo { width:8.375rem;height:4.546875rem;top:67.5rem;left:5.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlnmSdq20S1gJK1yS8FH6DrvnzJZqfVr { width:10rem;height:11.5rem;top:75.0625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5BuBDSnGapPNbCZZsSS1zSuxTwcsl5W { width:6.75rem;height:2rem;top:76.9375rem;left:6.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2rB9t0KyBcO9kktlMmTLxhAHzmtyfZK { width:8.375rem;height:3.41015625rem;top:80.125rem;left:5.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFGRDLukkEVQE05czb31VTw410T9S55i { width:20rem;height:1.95rem;top:88.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlQ1Xir0tc6gPIUq1c04PPc54qurrdpI { width:20rem;height:6.7213114754098rem;top:91.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ec2vPdX29WUmAHSyJiTGqt6ygxKtR8oU { width:20rem;height:6.7213114754098rem;top:99.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wb6Gm7RllLHFp7vnN2kCJaa2X84TRf8u { width:20rem;height:6.125rem;top:107.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W71NeCI5vNG6SKEN5BmTTHZVJ1ZpZvck { width:20rem;height:6.6120218579235rem;top:114.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNEBnbNsAmdbP1HeV1BMdim5ZGAZhzJL { width:20rem;height:6.6120218579235rem;top:121.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUGGqsOrzP7w0emguTGUFdTk60M40WQu { width:20rem;height:6.6120218579235rem;top:128.2353515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOTNfcMk99NpCqepwcrO7lMTZSqIHCbQ { width:19.9375rem;height:3.8984375rem;top:1.1015625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrTQulSLVBidpuXr5ktTIalsSZiP551u { display:block; }#OrTQulSLVBidpuXr5ktTIalsSZiP551u > .row .container { width:20rem;height:31.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #trNKfwdGXseMgBlAWNxHATBvqs8OXVGT { width:2.5rem;height:2.5rem;top:1.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSq6RQXeWPqwnqyWz2VHltD7n3TqTedR { width:13rem;height:1.1375rem;top:1.806640625rem;left:4.125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pcgSeBLfUONNMzZJXM8LVrMmZ5sJPJ4p { width:17.6875rem;height:4.798825rem;top:4.4609375rem;left:0.625rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RD8Ohaxb2kkHuL57e9ohIpmCB9bcnfZ1 { width:18.9375rem;height:7.5rem;top:11rem;left:0.53125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SZXn8A5RsNnFTfW4isDkipJbgmzFx6tt { width:18.5625rem;height:3.5rem;top:22.75rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRCXkh9L06ChI9nWWJGZEAcyBfhvoaM5 { display:block; }#dRCXkh9L06ChI9nWWJGZEAcyBfhvoaM5 > .row .container { width:20rem;height:18.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RqTNGCldcvLuOdbe5opVHuCtWfLReTCo { width:2.5rem;height:2.5rem;top:1.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0AsdyDPMDnrchx7BLdQ2WMbdQpSB2qR { width:13rem;height:1.1375rem;top:1.806640625rem;left:4.125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PfvFmFKo8wQoQgMLUQSdD5z8Ph03eAz3 { width:17.6875rem;height:4.798825rem;top:4.4609375rem;left:0.625rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TIQQMBgxn6ydlrQ7alrXC5RC2SHNT9fa { width:18.9375rem;height:6rem;top:10.0625rem;left:0.53125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WKdKF67i578D0BotHTTTeQGsdUixFVyI { display:block; }#WKdKF67i578D0BotHTTTeQGsdUixFVyI > .row .container { width:20rem;height:17rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rt9gSPs4SAQv52UFTQZTOS0qIFRWOW42 { width:12.5rem;height:4rem;top:1.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyqaGbLtsNEmta0LHBmx8HJT91xe6Pik { width:12.5rem;height:1.05625rem;top:2.6875rem;left:3.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPhcNkMtmDv62ykEDXag6SqN8Unbusqf { width:12.5rem;height:4rem;top:6.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHWQfdtke9VDv3SfC6rxFkFUi3Bt6FUS { width:12.5rem;height:1.05625rem;top:7.9375rem;left:3.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMyaKaZ7Dp75PRebbxTbn4SRzEJO92B8 { width:12.5rem;height:4rem;top:11.75rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTfQmAHZKKttby479gNDuhng1z63NXFk { width:12.5rem;height:1.05625rem;top:13.1875rem;left:3.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNANcvDLv2IuKq0k20U3skJFSTebe6RJ { display:none; }#rNANcvDLv2IuKq0k20U3skJFSTebe6RJ > .row .container { width:20rem;height:23.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #g3x9odCstDt1NLawVwqbOy7PPsaE74sD { width:20rem;height:6.0779220779221rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIOcsP4TWsrT9uEBXtb5aDJkBpLl94sM { width:20rem;height:6.0779220779221rem;top:8.57715rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvDMOdVRXR309u7vVqvlM9Xty40UnBnT { width:20rem;height:6.0779220779221rem;top:15.9043rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RB2ovfQZzZHTpvHT62LmaIB1L3w5VBM0 { display:block; }#RB2ovfQZzZHTpvHT62LmaIB1L3w5VBM0 > .row .container { width:20rem;height:104.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pVtEbLSiFOSQWkTvqyXbuVxxstAqNJFO { width:2rem;height:2rem;top:1.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRPCBowxewIOcObZMZUp2x0NZMrXyCTf { width:13rem;height:1.1375rem;top:1.806640625rem;left:4.125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JOnSdOHL04JUrWe52PCOUug25XkrnLIm { width:17.6875rem;height:4.798825rem;top:4.4609375rem;left:0.625rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IMSzTn1ZWhO4dz3nsD9CTV0AGU3ungn9 { width:18.9375rem;height:3rem;top:10.1875rem;left:0.53125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx { display:flex;height:auto;width:17.5rem;top:15.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx #esXhCauE9hTGFpr7vSTcdgcEmOQreyyg {  }
 }@media only screen and (max-width: 763px) { #z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx #q6AETQZr87QPzVeKwsSR451PDmSxH4V3 {  }
 }@media only screen and (max-width: 763px) { #z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx #PfSpGkKphLuRNZQWvtenkZMwNJdCT845 {  }
 }@media only screen and (max-width: 763px) { #z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx #kp7PBCtKmw7MO5SciFIrJPHxfLJ2ZAys {  }
 }@media only screen and (max-width: 763px) { #z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx #MnOOT4SaJQFaTGCUTHbNnwsFFa3hHEGR {  }
 }@media only screen and (max-width: 763px) { #z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx #nz4Se1O8PJoeduLHyeAeKTztGZOLh1Fy {  }
 }@media only screen and (max-width: 763px) { #z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx #T7mNQbEPoqCw57yuSmAftyx4driCbAEy {  }
 }@media only screen and (max-width: 763px) { #z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx #sANxdi73QKxOSZKo2uR702SpEFcUnVTV {  }
 }@media only screen and (max-width: 763px) { #z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx #WSZFIWWf89zqxNpMhHH5IGhEexB4xw2o {  }
 }@media only screen and (max-width: 763px) { #z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx #KT1Eg5L2wKtxxGFVyXvcayUoRqcb3SkT {  }
 }@media only screen and (max-width: 763px) { #z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx #xxsFTltbNnTv0hsE14dgiszigX8TxIfS {  }
 }@media only screen and (max-width: 763px) { #z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx #sp4A3CTh4XBPOxhXvrr6ADkTcTz0uB5G {  }
 }@media only screen and (max-width: 763px) { #z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx #exoG7JiQR4Dr3xwrrbqGLVHagFdb7zTv {  }
 }@media only screen and (max-width: 763px) { #z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx #qPWpOnJD42qOf13UgGtMlXx5cC3D11H7 {  }
 }@media only screen and (max-width: 763px) { #z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx #QXXEaBHVEUxlISguynQOKSgBRz5x9THy {  }
 }@media only screen and (max-width: 763px) { #z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx #kN8eiuB2mPrTi0pT56Kz84b1506qNGdS {  }
 }@media only screen and (max-width: 763px) { #z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx #ZarVTrsGJ1IGPNZec6mqpE2J41rRMtCU {  }
 }@media only screen and (max-width: 763px) { #z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx #As5wFD014vcN8I79cZkxMP11cpgBDplh {  }
 }@media only screen and (max-width: 763px) { #z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx #BfTS4RmeBBIukiKs9lbUTVRK0cTNP6aR {  }
 }@media only screen and (max-width: 763px) { #z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx #z8Fei0cpXWC97GqMcBTKiCLsQnqmB9iL {  }
 }@media only screen and (max-width: 763px) { #z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx #fS1Z60VGo5s4FGfo8dK4NPrO7D3zAzA7 {  }
 }@media only screen and (max-width: 763px) { #z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx #hcADoPuNeeTTZqe3wcTxcQE9NZNMys7w {  }
 }@media only screen and (max-width: 763px) { #z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx #R94fAGs74m1y89EisTlF2I0RTEfCyqdU {  }
 }@media only screen and (max-width: 763px) { #z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx #e9pLpxaXrw9PUmuJWB0kT207dyhAAPoI {  }
 }@media only screen and (max-width: 763px) { #z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx #NXZ4v7hAvM6VvEtzfTwDfVbNQF0Zh1MU {  }
 }@media only screen and (max-width: 763px) { #z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx #RdeTucahCMsXNgA9f4H79lxnwyTgT1U2 {  }
 }@media only screen and (max-width: 763px) { #z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx #ehTZuI0KndrgNOcUtn2TkieLutMXcJQz {  }
 }@media only screen and (max-width: 763px) { #z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx #dpWT1odDTEW6RB79dylV3H42zJghlkqD {  }
 }@media only screen and (max-width: 763px) { #z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx #LqkzB2QA5JmF02obWKzTxnb58ux0iZ1L {  }
 }@media only screen and (max-width: 763px) { #z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx #eErUqCKHQCDJx5oi6e7ekkpsTICixzFQ {  }
 }@media only screen and (max-width: 763px) { #z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx #pl8ndlZ1O6FXFfVsLymldDaVW8X66iDD {  }
 }@media only screen and (max-width: 763px) { #z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx #LFhXP5lyJWSHGBMB5ZqOvUWHISWfBoAR {  }
 }@media only screen and (max-width: 763px) { #z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx #uHCI083Qnwu1hop9y8fqUiX6HxHu9BoP {  }
 }@media only screen and (max-width: 763px) { #z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx #ImeSVNqsOWUacL7zZftc5TevAouFWUfB {  }
 }@media only screen and (max-width: 763px) { #z9dOrFJ7ElmIyOrK557AzE1S3FMELVfx #hxO3HplXk3SRCEp3410Pv4zzRV9KDD4Q {  }
 }@media only screen and (max-width: 763px) { #f3anyQl925bcOKyTykI4M4JAQBJmdfhz { display:block; }#f3anyQl925bcOKyTykI4M4JAQBJmdfhz > .row .container { width:20rem;height:16.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c9Mmv47c8hxFTX41CCUXc2ZdLG0I1STB { width:14.0625rem;height:9.666rem;top:5.7249999046326rem;left:2.9687500596046rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBI8IoiynlUNwoecNRRBHTeplXXT4UIi { width:20rem;height:3.25rem;top:1.9374995231628rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rDPQLyvLNsk7H6zzMpxukWuTJg2LVAnA { display:block; }#rDPQLyvLNsk7H6zzMpxukWuTJg2LVAnA > .row .container { width:20rem;height:12.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vlomXfa0Id4Ec7f4udlZETfiOpq989eT { width:2.5rem;height:2.5rem;top:1.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaKwL8XMxXZvHwRAgfVbnoy4b5KWahnK { width:13rem;height:1.1375rem;top:1.806640625rem;left:4.125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NpFeD1GUMiZaTEKWaVZD21O6wR4C5V4X { width:17.6875rem;height:4.798825rem;top:4.4609375rem;left:0.625rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }