.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,255,255;--color-primary-1:255,255,255;--color-primary-2:255,255,255;--color-primary-3:128,128,128;--color-primary-4:38,38,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:217,217,217;--color-tertiary-1:128,128,128;--color-tertiary-2:0,0,0;--color-tertiary-3:0,0,0;--color-tertiary-4:0,0,0;--headlines-font-family:"poppins";--paragraphs-font-family:"poppins"; }body { background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .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); }#Lz8Emx43kitunxIsaiShPsklNAqGXAxn { 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; }#Lz8Emx43kitunxIsaiShPsklNAqGXAxn > .row .container { background-color: transparent; background-image: none; }#Lz8Emx43kitunxIsaiShPsklNAqGXAxn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lz8Emx43kitunxIsaiShPsklNAqGXAxn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lz8Emx43kitunxIsaiShPsklNAqGXAxn > .row .container > .video-iframe-container { display: none; }#Lz8Emx43kitunxIsaiShPsklNAqGXAxn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lz8Emx43kitunxIsaiShPsklNAqGXAxn > .row > .video-iframe-container { display: none; }#Lz8Emx43kitunxIsaiShPsklNAqGXAxn > .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); }#Lz8Emx43kitunxIsaiShPsklNAqGXAxn > .row .container { border-width: 0; border-radius: 0; }#Lz8Emx43kitunxIsaiShPsklNAqGXAxn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Lz8Emx43kitunxIsaiShPsklNAqGXAxn > .row .container { font-size:0.875rem;font-family:arial;height:27.875rem;width:75rem;position:relative;display:block; }#TTAu6RSwETZr8kKt4WiESZpBh4DOTLVM { box-sizing:content-box;height:23.125rem;width:0.0625rem;position:absolute;display:block;z-index:15000;background-color:#000000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.53125rem;left:17.6875rem;display:block; }
#OcW5Xa0Lrucqu65XO83tZOe387T3fu7c { color:#353860;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.78125rem;left:0rem;height:6.5rem;font-style:normal;display:block; }
#UVDpEGfBlvpWHgsReWtRslZks8P1CySQ { color:#353860;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.7;letter-spacing:0;top:10.375rem;left:0rem;height:5.09765625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tfbC0zF3BcPVLc5FuUV9EMd37qhMDEpq { box-sizing:content-box;height:3.625rem;width:11.3125rem;position:absolute;display:block;z-index:15008;background-color:#e62a2f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.8125rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#ollGDwxdzh5NJvmsIH31VPhRh727Hu8w { position:absolute;display:block;z-index:15009;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.5rem;width:1.5rem;top:17.875rem;left:1.8125rem;overflow:hidden;display:block; }
#qbTErBWPxWesWmICy6Vlnrp3BP1klV4x { color:#ffffff;display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:17.25rem;left:3.6875rem;height:2.798825rem;text-align:center;text-align-last:center;display:block; }
#R2H22HyTuIQwitPe8hacGNqEdVcNJsXG { position:absolute;display:block;z-index:15012;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:14.1875rem;width:15.3125rem;top:5.8125rem;left:18.90625rem;overflow:hidden;display:block; }
#PwZG7NR0cxoXuckC4ADTtUU7Uz7hxwIn { color:#353860;display:block;width:34.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.75rem;font-weight:700;z-index:15013;line-height:1.6;letter-spacing:0;top:5.8125rem;left:35.90625rem;height:8.7988125rem;font-style:normal;display:block; }
#WpLwhhvuHuhF89Nvziwl5SmaV0gZZ75G { color:#e62a2f;display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:15.87109375rem;left:35.90625rem;height:3.8984375rem;display:block; }
#qBxZfdETg9T9UrzRVM6wUAyRutgUwB5T { 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:1.75rem;width:1.9375rem;top:22.25rem;left:0rem;overflow:hidden;display:block; }
#iAvvSZpftxa0qPwNu0TGT7THgt8nFiyb { color:#353860;display:block;width:13.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:22.474609375rem;left:2.5rem;height:1.29980625rem;font-style:normal;display:block; }
#LVcnEyRXueoRMLcUuAkXd25VzbTfiMac { 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:4.75rem;width:15.5rem;top:1.125rem;left:35.03125rem;overflow:hidden;display:block; }
#tDwk68Ub8sCKOrZlsZm0Ga4uPD1M6UfP { 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; }#tDwk68Ub8sCKOrZlsZm0Ga4uPD1M6UfP > .row .container { background-color: transparent; background-image: none; }#tDwk68Ub8sCKOrZlsZm0Ga4uPD1M6UfP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tDwk68Ub8sCKOrZlsZm0Ga4uPD1M6UfP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tDwk68Ub8sCKOrZlsZm0Ga4uPD1M6UfP > .row .container > .video-iframe-container { display: none; }#tDwk68Ub8sCKOrZlsZm0Ga4uPD1M6UfP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tDwk68Ub8sCKOrZlsZm0Ga4uPD1M6UfP > .row > .video-iframe-container { display: none; }#tDwk68Ub8sCKOrZlsZm0Ga4uPD1M6UfP > .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); }#tDwk68Ub8sCKOrZlsZm0Ga4uPD1M6UfP > .row .container { border-width: 0; border-radius: 0; }#tDwk68Ub8sCKOrZlsZm0Ga4uPD1M6UfP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tDwk68Ub8sCKOrZlsZm0Ga4uPD1M6UfP > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:75rem;position:relative;display:block; }#re79dPDM4rmDdSvGuyuQz4EGdnrXws3H { color:#353860;display:block;width:12.5rem;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:1.375rem;left:0rem;height:1.94921875rem;font-style:normal;display:block; }
#NMTKw5ATDkzoaeGVP5eSpoPoWTJXqZSr { color:rgba(var(--color-tertiary-4),1);display:block;width:74.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:4.1875rem;left:0rem;height:9rem;display:block; }
#bskqRrA1MrFvSAItNKcZDwq8JAiGIQx1 { 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; }#bskqRrA1MrFvSAItNKcZDwq8JAiGIQx1 > .row .container { background-color: transparent; background-image: none; }#bskqRrA1MrFvSAItNKcZDwq8JAiGIQx1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bskqRrA1MrFvSAItNKcZDwq8JAiGIQx1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bskqRrA1MrFvSAItNKcZDwq8JAiGIQx1 > .row .container > .video-iframe-container { display: none; }#bskqRrA1MrFvSAItNKcZDwq8JAiGIQx1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bskqRrA1MrFvSAItNKcZDwq8JAiGIQx1 > .row > .video-iframe-container { display: none; }#bskqRrA1MrFvSAItNKcZDwq8JAiGIQx1 > .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); }#bskqRrA1MrFvSAItNKcZDwq8JAiGIQx1 > .row .container { border-width: 0; border-radius: 0; }#bskqRrA1MrFvSAItNKcZDwq8JAiGIQx1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bskqRrA1MrFvSAItNKcZDwq8JAiGIQx1 > .row .container { font-size:0.875rem;font-family:arial;height:41.8125rem;width:75rem;position:relative;display:block; }#AGVim9wBElL3Eehak72urqveTxvkhZ3J { box-sizing:content-box;height:37.5rem;width:0.0625rem;position:absolute;display:block;z-index:15000;background-color:#000000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.65625rem;left:17.6875rem;display:block; }
#VXWDOpEXWMxEIRdlzEVyPwtCNpskRHqb { color:#353860;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.7;letter-spacing:0;top:1.65625rem;left:0rem;height:3.3984375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Mi8lRmsNdHDDgitSKIDTZkV6lyCP64LB { box-sizing:content-box;height:1.625rem;width:4.625rem;position:absolute;display:block;z-index:15008;background-color:#e62a2f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.75rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#l8JFy7lGp2SHnPoGmfxT7ehderdUt6mC { color:#ffffff;display:block;width:4.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15010;line-height:1.4;letter-spacing:0;top:6.0625rem;left:0rem;height:1.04980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V5vDBAaM0I8TOstCsCPf1NADhB1Sw6Xi { color:#353860;display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:8.099609375rem;left:0rem;height:3.16699375rem;font-style:normal;display:block; }
#q9QCuSlySXFwlEpMJstE8Irqe0WWVL09 { color:#353860;display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:14.1875rem;left:0rem;height:2.111325rem;font-style:normal;display:block; }
#OZmTdl5SqyIaCG26iMRMoTRlm0NdinLW { box-sizing:content-box;height:1.625rem;width:4.625rem;position:absolute;display:block;z-index:15011;background-color:#e62a2f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.8125rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#aZmvHTIareOgSITxwsPSpaGvsNFzsH5u { color:#ffffff;display:block;width:4.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:12.125rem;left:0rem;height:1.04980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BiTKzXdO3SJfqz3yOpp94ASmFqhfLGQ8 { color:#353860;display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:19.625rem;left:0rem;height:2.111325rem;font-style:normal;display:block; }
#K76FcJCPEkuZqfbIhCrez3NpRv0tTnCR { box-sizing:content-box;height:1.625rem;width:4.625rem;position:absolute;display:block;z-index:15014;background-color:#e62a2f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.25rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#ETK5AyyEixTpyT1X0gVUNwaRtmeINC6i { color:#ffffff;display:block;width:4.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:17.5625rem;left:0rem;height:1.04980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q8FT74grpBOCnDD4hOR1K20IOaCkZ4H5 { color:#353860;display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:24.75rem;left:0rem;height:3.16699375rem;font-style:normal;display:block; }
#TTU1EGAdo1EL7UrrUPVIT340GPrdPABO { box-sizing:content-box;height:1.625rem;width:4.625rem;position:absolute;display:block;z-index:15017;background-color:#e62a2f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.375rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#oGktARLp7TLlIOTVMvZLrwiakOPg3cGA { color:#ffffff;display:block;width:4.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:22.6875rem;left:0rem;height:1.04980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VdSlR5ycoTFAaa5sZANZbzflwLCWrcZT { color:#353860;display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:31.0625rem;left:0rem;height:2.111325rem;font-style:normal;display:block; }
#xCrsWeBp6WD46vkzVAvunC1T3GyCHbHq { box-sizing:content-box;height:1.625rem;width:4.625rem;position:absolute;display:block;z-index:15020;background-color:#e62a2f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.6875rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#Khud64ETmk2d12RwpBe8BEy93LTnNvnS { color:#ffffff;display:block;width:4.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15022;line-height:1.4;letter-spacing:0;top:29rem;left:0rem;height:1.04980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aG5Wt9SRy2AdBQLPmxsFJXQNy8coAKde { color:#353860;display:block;width:31.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:3.16796875rem;left:30.96875rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ap0NVVHAFJ33gwcPKgrTk6NgawEIxJ0P { box-sizing:content-box;height:11rem;width:17.75rem;position:absolute;display:block;z-index:15030;background-color:#f5f5f5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.375rem;left:19.65625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#pDdoDShLhSOrZ3Hpg43F7IPU70l1nG1M { color:rgba(var(--color-tertiary-4),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15031;line-height:1.4;letter-spacing:0;top:8.560546875rem;left:20.84375rem;height:8.3965rem;display:block; }#pDdoDShLhSOrZ3Hpg43F7IPU70l1nG1M li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pDdoDShLhSOrZ3Hpg43F7IPU70l1nG1M li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a4021c666d596782112ff1e82e607c87eb997b68.svg); }
#goIaI0WhE341ISkRvszRkJPZF3huLRdy { box-sizing:content-box;height:11rem;width:17.75rem;position:absolute;display:block;z-index:15032;background-color:#f5f5f5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.375rem;left:38.6875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#TJ0s61AVLinZykdo5neMoTd7GeAhuEUV { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15033;line-height:1.4;letter-spacing:0;top:8.5625rem;left:39.65625rem;height:6.9970625rem;display:block; }#TJ0s61AVLinZykdo5neMoTd7GeAhuEUV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TJ0s61AVLinZykdo5neMoTd7GeAhuEUV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a4021c666d596782112ff1e82e607c87eb997b68.svg); }
#HKcnnbus05JagdoLHC5ea6d9u207spxG { box-sizing:content-box;height:11rem;width:17.75rem;position:absolute;display:block;z-index:15034;background-color:#f5f5f5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.125rem;left:57.25rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#TX1NcTAiyrNFKt3GFQPWUdLIOX4UQW85 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15035;line-height:1.4;letter-spacing:0;top:8.3125rem;left:58.25rem;height:5.59765625rem;display:block; }#TX1NcTAiyrNFKt3GFQPWUdLIOX4UQW85 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TX1NcTAiyrNFKt3GFQPWUdLIOX4UQW85 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a4021c666d596782112ff1e82e607c87eb997b68.svg); }
#NILudTR5wahkMt1ZKLTCBeWByS0ykUm4 { box-sizing:content-box;height:11rem;width:17.75rem;position:absolute;display:block;z-index:15040;background-color:#f5f5f5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.625rem;left:57.25rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#hqQUH7blRSIoy4QZNsNNrG0Jo1L8f6xi { box-sizing:content-box;height:11rem;width:17.75rem;position:absolute;display:block;z-index:15038;background-color:#f5f5f5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.625rem;left:38.6875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#Al6bxTaJVD0K66s5A9PLehGpLztXQINR { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15039;line-height:1.4;letter-spacing:0;top:20.6875rem;left:39.65625rem;height:;display:block; }#Al6bxTaJVD0K66s5A9PLehGpLztXQINR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Al6bxTaJVD0K66s5A9PLehGpLztXQINR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a4021c666d596782112ff1e82e607c87eb997b68.svg); }
#TnbXmRGboGSTDZiAXFF6zPiAkDPiQgxI { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15041;line-height:1.4;letter-spacing:0;top:20.6875rem;left:58.21875rem;height:;display:block; }#TnbXmRGboGSTDZiAXFF6zPiAkDPiQgxI li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TnbXmRGboGSTDZiAXFF6zPiAkDPiQgxI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a4021c666d596782112ff1e82e607c87eb997b68.svg); }
#uvuVfR9lPCvc0ewECeBOedoAgV9QUNAU { box-sizing:content-box;height:11rem;width:17.75rem;position:absolute;display:block;z-index:15036;background-color:#f5f5f5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.625rem;left:19.6875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#GDpwfNZcrKXRGw10CHgSzUrAUV3KC4H2 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15037;line-height:1.4;letter-spacing:0;top:20.6650390625rem;left:20.84375rem;height:8.3965rem;display:block; }#GDpwfNZcrKXRGw10CHgSzUrAUV3KC4H2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GDpwfNZcrKXRGw10CHgSzUrAUV3KC4H2 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a4021c666d596782112ff1e82e607c87eb997b68.svg); }
#GpuwlUNME9OVlzs1AlphQJJMHgEoVhoO { background-color:#e62a2f;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.9375rem;height:3.625rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:35rem;left:0rem;display:block; }
#B5C6qrx5uRH6VZhfOxIzCMVBTevHVa5V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#msSrhJ6WB1pydu9fBafaG3UkTASaJolx { 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; }#msSrhJ6WB1pydu9fBafaG3UkTASaJolx > .row .container { background-color: transparent; background-image: none; }#msSrhJ6WB1pydu9fBafaG3UkTASaJolx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#msSrhJ6WB1pydu9fBafaG3UkTASaJolx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#msSrhJ6WB1pydu9fBafaG3UkTASaJolx > .row .container > .video-iframe-container { display: none; }#msSrhJ6WB1pydu9fBafaG3UkTASaJolx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#msSrhJ6WB1pydu9fBafaG3UkTASaJolx > .row > .video-iframe-container { display: none; }#msSrhJ6WB1pydu9fBafaG3UkTASaJolx > .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); }#msSrhJ6WB1pydu9fBafaG3UkTASaJolx > .row .container { border-width: 0; border-radius: 0; }#msSrhJ6WB1pydu9fBafaG3UkTASaJolx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#msSrhJ6WB1pydu9fBafaG3UkTASaJolx > .row .container { font-size:0.875rem;font-family:arial;height:33.375rem;width:75rem;position:relative;display:block; }#atUHhwO4CGnnQJzMbNUyRy94lvBTcGg5 { color:#353860;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:0.5625rem;left:0rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kgiLfqOGZokGTHXXn6e0c2EJcFaNeOcH { box-sizing:content-box;height:20.5rem;width:17.75rem;position:absolute;display:block;z-index:15032;background-color:#f5f5f5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.875rem;left:0.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#XkmFscKvfToIC6pGdywPT3oc9PRReVWh { color:rgba(var(--color-tertiary-4),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15033;line-height:1.4;letter-spacing:0;top:9.375rem;left:1.6875rem;height:16.793rem;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; }
#HmyVblzkJBJfOF3LGXNELqLNBKLg4W80 { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;display:block;z-index:15034;background-color:#e62a2f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.4375rem;left:0.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#gpTPyqVT8vnorrytHsyN54WPSnU1vbii { color:#ffffff;display:block;width:1.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:5.07421875rem;left:0.9375rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qbFcQSGHknguyTn5gpMBpH1t1TLHaWtI { box-sizing:content-box;height:21.3125rem;width:17.75rem;position:absolute;display:block;z-index:15036;background-color:#f5f5f5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.5625rem;left:19.25rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#arbRoJMTbDlMvuAsriTLQmhuESOpS1Pn { color:rgba(var(--color-tertiary-4),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15037;line-height:1.4;letter-spacing:0;top:9.0283203125rem;left:20.65625rem;height:18.192375rem;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; }
#CF71WvqCdIgA2mTTxCpssWeqQrcJOZE8 { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;display:block;z-index:15038;background-color:#e62a2f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.4375rem;left:19.25rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#wb7tkRsL6k2bTJQiMhOvsxWBTkyZH2oN { color:#ffffff;display:block;width:1.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:5.0625rem;left:19.6875rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#d64zwF220VTXZwnbTxMOahTDQ71JDWD7 { box-sizing:content-box;height:21.3125rem;width:17.75rem;position:absolute;display:block;z-index:15040;background-color:#f5f5f5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.5625rem;left:38rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#C41144uTs6zfFA8hOGqcOTMCMENZU8b5 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15041;line-height:1.4;letter-spacing:0;top:8.8125rem;left:39.4375rem;height:18.19236875rem;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; }
#S6qds8UIZQSyI4Ikb4qVbUKxA4k2OgN3 { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;display:block;z-index:15042;background-color:#e62a2f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.4375rem;left:38rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#mXOLzizmtwIs0u2nLaQOXZIB0Tz33Qno { color:#ffffff;display:block;width:1.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:5.0625rem;left:38.4375rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#x5EHf4dybgK6dn5AeENmVbQyw4T8FdLD { box-sizing:content-box;height:13.875rem;width:17.75rem;position:absolute;display:block;z-index:15044;background-color:#f5f5f5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.1875rem;left:57.25rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#rMa2kl4xDP3V4s45TfxT0IyALEsovtFw { color:rgba(var(--color-tertiary-4),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15045;line-height:1.4;letter-spacing:0;top:12.173828125rem;left:58.65625rem;height:11.195325rem;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; }
#UIeJJgBLqMstSMrygbnilz5ghuXy255T { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;display:block;z-index:15046;background-color:#e62a2f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.875rem;left:57.25rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#QRJcyi8ZmNWnQaOr33EuRSsbvnZbtcMK { color:#ffffff;display:block;width:1.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:8.5rem;left:57.6875rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KvAzvuzQS81XOTGxIDft2rooP4VVc4sG { 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; }#KvAzvuzQS81XOTGxIDft2rooP4VVc4sG > .row .container { background-color: transparent; background-image: none; }#KvAzvuzQS81XOTGxIDft2rooP4VVc4sG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KvAzvuzQS81XOTGxIDft2rooP4VVc4sG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KvAzvuzQS81XOTGxIDft2rooP4VVc4sG > .row .container > .video-iframe-container { display: none; }#KvAzvuzQS81XOTGxIDft2rooP4VVc4sG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KvAzvuzQS81XOTGxIDft2rooP4VVc4sG > .row > .video-iframe-container { display: none; }#KvAzvuzQS81XOTGxIDft2rooP4VVc4sG > .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); }#KvAzvuzQS81XOTGxIDft2rooP4VVc4sG > .row .container { border-width: 0; border-radius: 0; }#KvAzvuzQS81XOTGxIDft2rooP4VVc4sG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KvAzvuzQS81XOTGxIDft2rooP4VVc4sG > .row .container { font-size:0.875rem;font-family:arial;height:35.625rem;width:75rem;position:relative;display:block; }#OHmOlG5lMtQZNbSpxlcobe4crNO6oo6H { color:#e62a2f;display:block;width:12.5rem;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:3rem;left:0rem;height:1.94921875rem;font-style:normal;display:block; }
#LkfNO5WFAkNKi15uA1TIQWthUTLFDOtk { box-sizing:content-box;height:6.625rem;width:60.875rem;position:absolute;display:block;z-index:15001;background-color:#f5f5f5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3rem;left:8.84375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#bfigytv6AeTkGl2yKQVmfUB8TLcS0Nhl { color:#353860;display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.1875rem;left:9.71875rem;height:1.625rem;font-style:normal;display:block; }
#a6EhGwUQ8ntiRfoHdq2uIiokG5QZnStT { color:rgba(var(--color-tertiary-4),1);display:block;width:57.1875rem;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:6rem;left:9.71875rem;height:2.5996125rem;display:block; }
#ceAaZRC6ccUGAqkbvQblaUkyBRWQzIy9 { box-sizing:content-box;height:6.625rem;width:60.875rem;position:absolute;display:block;z-index:15004;background-color:#f5f5f5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.6875rem;left:8.875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#Cz41w2DXFqkfp1cfqNDJ3VoSnZJm746C { color:rgba(var(--color-tertiary-4),1);display:block;width:57.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:13.6875rem;left:9.75rem;height:2.5996125rem;display:block; }
#ONGSML78MzcyT7psfX8pTp6fH9IOZO28 { color:#353860;display:block;width:37.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:11.875rem;left:9.75rem;height:1.625rem;font-style:normal;display:block; }
#bCrM3rTm05xGTP6ihtdgIZR4Ct2wiMvv { box-sizing:content-box;height:6.625rem;width:60.875rem;position:absolute;display:block;z-index:15007;background-color:#f5f5f5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.3125rem;left:8.875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#oEZQT1zBDz2QkEsx1tfDXQU4QhiRQ96W { color:rgba(var(--color-tertiary-4),1);display:block;width:57.1875rem;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:21.25rem;left:9.71875rem;height:2.5996125rem;display:block; }
#UMwSaXrEvCMegniD7OFu5RGiVZqEVdf8 { color:#353860;display:block;width:37.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:19.0625rem;left:9.71875rem;height:1.625rem;font-style:normal;display:block; }
#Swdgf2B8ekSlRVftv45zVtKL2E5h6INt { box-sizing:content-box;height:8.9375rem;width:60.875rem;position:absolute;display:block;z-index:15010;background-color:#f5f5f5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.875rem;left:8.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#VrN3SAtmohEtsMkm6LFrirI4c4zSzMpL { color:rgba(var(--color-tertiary-4),1);display:block;width:57.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:29.5625rem;left:9.75rem;height:3.8994125rem;display:block; }
#ro9R0w0rMoZ5adZN7614DTUnapiaLWMg { color:#353860;display:block;width:37.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:27.3125rem;left:9.75rem;height:1.625rem;font-style:normal;display:block; }
#z38qKaEmVBZU1nTtlIz5tAUcNveQ30ey { 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; }#z38qKaEmVBZU1nTtlIz5tAUcNveQ30ey > .row .container { background-color: transparent; background-image: none; }#z38qKaEmVBZU1nTtlIz5tAUcNveQ30ey::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z38qKaEmVBZU1nTtlIz5tAUcNveQ30ey > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z38qKaEmVBZU1nTtlIz5tAUcNveQ30ey > .row .container > .video-iframe-container { display: none; }#z38qKaEmVBZU1nTtlIz5tAUcNveQ30ey > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z38qKaEmVBZU1nTtlIz5tAUcNveQ30ey > .row > .video-iframe-container { display: none; }#z38qKaEmVBZU1nTtlIz5tAUcNveQ30ey > .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); }#z38qKaEmVBZU1nTtlIz5tAUcNveQ30ey > .row .container { border-width: 0; border-radius: 0; }#z38qKaEmVBZU1nTtlIz5tAUcNveQ30ey > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z38qKaEmVBZU1nTtlIz5tAUcNveQ30ey > .row .container { font-size:0.875rem;font-family:arial;height:6.1875rem;width:75rem;position:relative;display:block; }#G5L813AgIbxry4OXQ48BLqbSmf0wpcNe { box-sizing:content-box;height:4.75rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:#353860;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.625rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#tm2FeJOi4Ok5oJ1yHwSpfHgZme2HF2Vr { color:#ffffff;display:block;width:34.1875rem;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:2.119140625rem;left:20.40625rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pkT06MLWKP8d63zKwFUDRpWPB3B7zbCa { 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; }#pkT06MLWKP8d63zKwFUDRpWPB3B7zbCa > .row .container { background-color: transparent; background-image: none; }#pkT06MLWKP8d63zKwFUDRpWPB3B7zbCa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pkT06MLWKP8d63zKwFUDRpWPB3B7zbCa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pkT06MLWKP8d63zKwFUDRpWPB3B7zbCa > .row .container > .video-iframe-container { display: none; }#pkT06MLWKP8d63zKwFUDRpWPB3B7zbCa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pkT06MLWKP8d63zKwFUDRpWPB3B7zbCa > .row > .video-iframe-container { display: none; }#pkT06MLWKP8d63zKwFUDRpWPB3B7zbCa > .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); }#pkT06MLWKP8d63zKwFUDRpWPB3B7zbCa > .row .container { border-width: 0; border-radius: 0; }#pkT06MLWKP8d63zKwFUDRpWPB3B7zbCa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pkT06MLWKP8d63zKwFUDRpWPB3B7zbCa > .row .container { font-size:0.875rem;font-family:arial;height:51.3125rem;width:75rem;position:relative;display:block; }#km3o4TJEWFop7HBMEripv9HVQGH63ItK { box-sizing:content-box;height:48.75rem;width:24.1875rem;position:absolute;display:block;z-index:15000;background-color:#f5f5f5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1rem;left:0.40625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#QmGGsAbIzOhaFcAExasSRdw6aH2xug0P { box-sizing:content-box;height:2.5rem;width:8.1875rem;position:absolute;display:block;z-index:15001;background-color:#e62a2f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.375rem;left:1.71875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#mu3NGE330IFG9wtN02qwW0K81OUQshFz { color:#ffffff;display:block;width:6.1875rem;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:2.974609375rem;left:2.71875rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w32nT4r4TWemxXNTNpW3BRMp1dfotGLy { color:rgba(var(--color-tertiary-4),1);display:block;width:21.8125rem;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:6.8125rem;left:1.71875rem;height:2.5996125rem;display:block; }
#QrBfiK5LOExHgE1eRURxPDo8O2dHFLZn { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15032;line-height:1.4;letter-spacing:0;top:10.125rem;left:1.71875rem;height:28.953125rem;display:block; }#QrBfiK5LOExHgE1eRURxPDo8O2dHFLZn li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#QrBfiK5LOExHgE1eRURxPDo8O2dHFLZn li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a4021c666d596782112ff1e82e607c87eb997b68.svg); }
#RGbALEcoRQ4RoCR1yu0OQh6umgaMa4uv { 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:2rem;width:2rem;top:40.8125rem;left:1.71875rem;overflow:hidden;display:block; }
#mfgAHmr7W2TdkNBKEMwnHUefoDAKCCyt { color:rgba(var(--color-tertiary-4),1);display:block;width:19.1875rem;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:40.8125rem;left:4.59375rem;height:7.7988125rem;display:block; }
#WblmxdHUGNZ7rm9zGNo1ofgKJfR4wdUs { box-sizing:content-box;height:48.75rem;width:24.1875rem;position:absolute;display:block;z-index:15006;background-color:#f5f5f5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.3125rem;left:25.4375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#v08pppSpZellZzzmlqFL6mhtTLCci4Ec { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15038;line-height:1.4;letter-spacing:0;top:10.125rem;left:26.40625rem;height:30.828125rem;display:block; }#v08pppSpZellZzzmlqFL6mhtTLCci4Ec li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#v08pppSpZellZzzmlqFL6mhtTLCci4Ec li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a4021c666d596782112ff1e82e607c87eb997b68.svg); }
#M7xiF2twERfQbwllzpQhBqh0Tvkxul85 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.8125rem;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:6.8125rem;left:26.59375rem;height:2.5996125rem;display:block; }
#SWmMFVSuxfMSFkLSZMJm3ZFlVIBsxPhw { box-sizing:content-box;height:2.5rem;width:8.1875rem;position:absolute;display:block;z-index:15007;background-color:#e62a2f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.375rem;left:26.4375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#Tw9PsuDp7Oy6RbpaodtdHpZCWEvTfE42 { color:#ffffff;display:block;width:6.1875rem;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:2.9375rem;left:27.4375rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dPMskR7tiBzagsbk4Xsdgr7bOdbte2qg { box-sizing:content-box;height:48.75rem;width:24.1875rem;position:absolute;display:block;z-index:15011;background-color:#f5f5f5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.3125rem;left:50.8125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#OoFbst1fVdCvXqwi1O7TT7AE3iB9u80T { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15043;line-height:1.4;letter-spacing:0;top:10.0625rem;left:51.8125rem;height:10.2715rem;display:block; }#OoFbst1fVdCvXqwi1O7TT7AE3iB9u80T li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#OoFbst1fVdCvXqwi1O7TT7AE3iB9u80T li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a4021c666d596782112ff1e82e607c87eb997b68.svg); }
#NBuhlEwSQhMHxzD1hZVT26LPbpDwrXwA { color:rgba(var(--color-tertiary-4),1);display:block;width:21.8125rem;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:6.75rem;left:52rem;height:2.5996125rem;display:block; }
#q7rmKcbSCxyFXzVQUD0PrGhrx0c1aHz8 { box-sizing:content-box;height:2.5rem;width:8.1875rem;position:absolute;display:block;z-index:15012;background-color:#e62a2f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.375rem;left:51.8125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#q3nSXTaCVHbBrSM3ushb4bQQ19oCqJSG { color:#ffffff;display:block;width:6.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:2.9375rem;left:52.8125rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sgtsTSroTBHalxGBlAkT8XpIesreOyET { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15044;line-height:1.4;letter-spacing:0;top:21.125rem;left:53.5625rem;height:14.28225rem;display:block; }#sgtsTSroTBHalxGBlAkT8XpIesreOyET li:not(:first-child){ padding-top:0.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#sgtsTSroTBHalxGBlAkT8XpIesreOyET li:before{  }
#iVfhngIy7FdS7SIvWeL8rimRLRDK7Hhh { color:rgba(var(--color-tertiary-4),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15044;line-height:1.4;letter-spacing:0;top:35.7177734375rem;left:51.84375rem;height:2.798825rem;display:block; }#iVfhngIy7FdS7SIvWeL8rimRLRDK7Hhh li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#iVfhngIy7FdS7SIvWeL8rimRLRDK7Hhh li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a4021c666d596782112ff1e82e607c87eb997b68.svg); }
#dF8TXKiugt5vNvdk8cfCT1GBf7bvyJ6X { position:absolute;display:block;z-index:15035;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.0625rem;width:2.0625rem;top:40.15625rem;left:51.8125rem;overflow:hidden;display:block; }
#UQvebdSgPfJwbEyvT70F0Kbf6JKyuGIb { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:40.1875rem;left:54.75rem;height:9.098625rem;display:block; }
#tGhQmT4hgckd3dIyAnsVNe0Vff7GXlPu { 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; }#tGhQmT4hgckd3dIyAnsVNe0Vff7GXlPu > .row .container { background-color: transparent; background-image: none; }#tGhQmT4hgckd3dIyAnsVNe0Vff7GXlPu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tGhQmT4hgckd3dIyAnsVNe0Vff7GXlPu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tGhQmT4hgckd3dIyAnsVNe0Vff7GXlPu > .row .container > .video-iframe-container { display: none; }#tGhQmT4hgckd3dIyAnsVNe0Vff7GXlPu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tGhQmT4hgckd3dIyAnsVNe0Vff7GXlPu > .row > .video-iframe-container { display: none; }#tGhQmT4hgckd3dIyAnsVNe0Vff7GXlPu > .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); }#tGhQmT4hgckd3dIyAnsVNe0Vff7GXlPu > .row .container { border-width: 0; border-radius: 0; }#tGhQmT4hgckd3dIyAnsVNe0Vff7GXlPu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tGhQmT4hgckd3dIyAnsVNe0Vff7GXlPu > .row .container { font-size:0.875rem;font-family:arial;height:61.6875rem;width:75rem;position:relative;display:block; }#r8mFdfUhsdEAuTVNGwdDV4mFLrQUaU2g { box-sizing:content-box;height:55.5rem;width:24.1875rem;position:absolute;display:block;z-index:15000;background-color:#f5f5f5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1rem;left:0.40625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#RLyTLFfsTP0UnHXVgNrMeJpTvTdCnUTo { box-sizing:content-box;height:2.5rem;width:8.1875rem;position:absolute;display:block;z-index:15001;background-color:#e62a2f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.375rem;left:1.71875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#TDR7MKT8TKpvaBfbEb0mbEqEaGESMTFw { color:#ffffff;display:block;width:6.1875rem;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:2.974609375rem;left:2.71875rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TUtVSww0VeLybe9ZMvptp92LhySW0i8K { color:rgba(var(--color-tertiary-4),1);display:block;width:21.8125rem;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:6.8125rem;left:1.71875rem;height:2.5996125rem;display:block; }
#FV6EofDi5LT8aG39zttuN9BNlAx1x8Rv { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15032;line-height:1.4;letter-spacing:0;top:10.125rem;left:1.71875rem;height:;display:block; }#FV6EofDi5LT8aG39zttuN9BNlAx1x8Rv li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#FV6EofDi5LT8aG39zttuN9BNlAx1x8Rv li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a4021c666d596782112ff1e82e607c87eb997b68.svg); }
#b2ctKXJtTR0xXz1bJGXCKqkOiz8qrP3r { box-sizing:content-box;height:55.5rem;width:24.1875rem;position:absolute;display:block;z-index:15006;background-color:#f5f5f5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.3125rem;left:25.4375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#CHECmf87dAdQOcCxG4lzkQ8tr3uNX3Vs { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15038;line-height:1.4;letter-spacing:0;top:10.125rem;left:26.40625rem;height:;display:block; }#CHECmf87dAdQOcCxG4lzkQ8tr3uNX3Vs li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#CHECmf87dAdQOcCxG4lzkQ8tr3uNX3Vs li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a4021c666d596782112ff1e82e607c87eb997b68.svg); }
#wWKrvv7qM2pOTf0Jswp3C0bJ6fb8hGpd { color:rgba(var(--color-tertiary-4),1);display:block;width:21.8125rem;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:6.8125rem;left:26.59375rem;height:2.5996125rem;display:block; }
#C5qgutB8SMbeJ9w9WQaxGOH5cT7BcMDD { box-sizing:content-box;height:2.5rem;width:8.1875rem;position:absolute;display:block;z-index:15007;background-color:#e62a2f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.375rem;left:26.4375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#D1DRlACDiidp7b9Z8Gr5Ca7UddRP7TGf { color:#ffffff;display:block;width:6.1875rem;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:2.9375rem;left:27.4375rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ntLS5qQGCNwLqkV0melTbpHk3o3DFnJn { position:absolute;display:block;z-index:15035;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.0625rem;width:2.0625rem;top:46.0625rem;left:26.375rem;overflow:hidden;display:block; }
#GUGhoVfI644W2MM3602s1LyqTrnZHEka { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:46.0625rem;left:29.3125rem;height:9.098625rem;display:block; }
#RvRqpcnwq5xWVgaxXaAOpoNRTwScaW4W { color:#353860;display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:14.375rem;left:52.9375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#n3gKmUJTo98OsSXw0CelBpilmt07TtK5 { color:#353860;display:block;width:23.1875rem;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:16.25rem;left:50.90625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#Rp4D4Sg95MHuVCkPb7NHoWv3fPTpGCwV { position:absolute;display:block;z-index:15041;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:15.0625rem;width:11.8125rem;top:21.21875rem;left:56.59375rem;overflow:hidden;display:block; }
#GR9OGOtbpLMwv4GTlTwWFM2NEsrwea5q { position:absolute;display:block;z-index:15042;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.0625rem;width:9.375rem;top:36.75rem;left:57.8125rem;overflow:hidden;display:block; }
#w5xu1xaEsTpfbyVtdQLmhg5AURzQcKUw { 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; }#w5xu1xaEsTpfbyVtdQLmhg5AURzQcKUw > .row .container { background-color: transparent; background-image: none; }#w5xu1xaEsTpfbyVtdQLmhg5AURzQcKUw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5xu1xaEsTpfbyVtdQLmhg5AURzQcKUw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5xu1xaEsTpfbyVtdQLmhg5AURzQcKUw > .row .container > .video-iframe-container { display: none; }#w5xu1xaEsTpfbyVtdQLmhg5AURzQcKUw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5xu1xaEsTpfbyVtdQLmhg5AURzQcKUw > .row > .video-iframe-container { display: none; }#w5xu1xaEsTpfbyVtdQLmhg5AURzQcKUw > .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); }#w5xu1xaEsTpfbyVtdQLmhg5AURzQcKUw > .row .container { border-width: 0; border-radius: 0; }#w5xu1xaEsTpfbyVtdQLmhg5AURzQcKUw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w5xu1xaEsTpfbyVtdQLmhg5AURzQcKUw > .row .container { font-size:0.875rem;font-family:arial;height:44.6875rem;width:75rem;position:relative;display:block; }#mscI2NIIDCy3q8rmAMk0lDDwLOP0Tv79 { position:absolute;z-index:15001;top:2.1875rem;left:15.8125rem;width:43.375rem;height:39.125rem;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #Lz8Emx43kitunxIsaiShPsklNAqGXAxn { display:block; }#Lz8Emx43kitunxIsaiShPsklNAqGXAxn > .row .container { width:47.75rem;height:34.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TTAu6RSwETZr8kKt4WiESZpBh4DOTLVM { width:0.0625rem;height:21.25rem;top:1.875rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OcW5Xa0Lrucqu65XO83tZOe387T3fu7c { width:15.375rem;height:8.125rem;top:1.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UVDpEGfBlvpWHgsReWtRslZks8P1CySQ { width:12.5rem;height:5.09765625rem;top:10.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tfbC0zF3BcPVLc5FuUV9EMd37qhMDEpq { width:11.3125rem;height:3.625rem;top:16.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ollGDwxdzh5NJvmsIH31VPhRh727Hu8w { width:1.5rem;height:1.5rem;top:17.8125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qbTErBWPxWesWmICy6Vlnrp3BP1klV4x { width:7.625rem;height:2.798825rem;top:17.1875rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R2H22HyTuIQwitPe8hacGNqEdVcNJsXG { width:15.3125rem;height:14.1875rem;top:19.3125rem;left:17.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PwZG7NR0cxoXuckC4ADTtUU7Uz7hxwIn { width:25.8125rem;height:7.599625rem;top:5.1875rem;left:17.875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WpLwhhvuHuhF89Nvziwl5SmaV0gZZ75G { width:23.9375rem;height:3.8984375rem;top:13.875rem;left:17.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qBxZfdETg9T9UrzRVM6wUAyRutgUwB5T { width:1.9375rem;height:1.75rem;top:21.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iAvvSZpftxa0qPwNu0TGT7THgt8nFiyb { width:13.4375rem;height:1.29980625rem;top:21.88671875rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LVcnEyRXueoRMLcUuAkXd25VzbTfiMac { width:13.5625rem;height:4.3125rem;top:1.5rem;left:17.09375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tDwk68Ub8sCKOrZlsZm0Ga4uPD1M6UfP { display:block; }#tDwk68Ub8sCKOrZlsZm0Ga4uPD1M6UfP > .row .container { width:47.75rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #re79dPDM4rmDdSvGuyuQz4EGdnrXws3H { width:12.5rem;height:1.94921875rem;top:0.8125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NMTKw5ATDkzoaeGVP5eSpoPoWTJXqZSr { width:46.8125rem;height:15rem;top:3.32421875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bskqRrA1MrFvSAItNKcZDwq8JAiGIQx1 { display:block; }#bskqRrA1MrFvSAItNKcZDwq8JAiGIQx1 > .row .container { width:47.75rem;height:68.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #AGVim9wBElL3Eehak72urqveTxvkhZ3J { width:0.0625rem;height:62.5rem;top:1.875rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VXWDOpEXWMxEIRdlzEVyPwtCNpskRHqb { width:12.5rem;height:3.3984375rem;top:1.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Mi8lRmsNdHDDgitSKIDTZkV6lyCP64LB { width:6.5625rem;height:2.375rem;top:6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l8JFy7lGp2SHnPoGmfxT7ehderdUt6mC { width:3.9375rem;height:1.04980625rem;top:6.6875rem;left:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V5vDBAaM0I8TOstCsCPf1NADhB1Sw6Xi { width:13.4375rem;height:2.923825rem;top:9.19921875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q9QCuSlySXFwlEpMJstE8Irqe0WWVL09 { width:13.4375rem;height:1.94921875rem;top:16.07421875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OZmTdl5SqyIaCG26iMRMoTRlm0NdinLW { width:6.5625rem;height:2.375rem;top:12.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aZmvHTIareOgSITxwsPSpaGvsNFzsH5u { width:3.9375rem;height:1.04980625rem;top:13.5625rem;left:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BiTKzXdO3SJfqz3yOpp94ASmFqhfLGQ8 { width:13.4375rem;height:1.94921875rem;top:22.32421875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K76FcJCPEkuZqfbIhCrez3NpRv0tTnCR { width:6.5625rem;height:2.375rem;top:19.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ETK5AyyEixTpyT1X0gVUNwaRtmeINC6i { width:3.9375rem;height:1.04980625rem;top:19.8125rem;left:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q8FT74grpBOCnDD4hOR1K20IOaCkZ4H5 { width:13.4375rem;height:2.923825rem;top:28.57421875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TTU1EGAdo1EL7UrrUPVIT340GPrdPABO { width:6.5625rem;height:2.375rem;top:25.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oGktARLp7TLlIOTVMvZLrwiakOPg3cGA { width:3.9375rem;height:1.04980625rem;top:26.0625rem;left:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VdSlR5ycoTFAaa5sZANZbzflwLCWrcZT { width:13.4375rem;height:2.923825rem;top:36.07421875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xCrsWeBp6WD46vkzVAvunC1T3GyCHbHq { width:6.5625rem;height:2.375rem;top:32.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Khud64ETmk2d12RwpBe8BEy93LTnNvnS { width:3.9375rem;height:1.04980625rem;top:33.5625rem;left:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aG5Wt9SRy2AdBQLPmxsFJXQNy8coAKde { width:31.1875rem;height:1.94921875rem;top:3.125rem;left:16.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ap0NVVHAFJ33gwcPKgrTk6NgawEIxJ0P { width:17.75rem;height:9.375rem;top:6rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pDdoDShLhSOrZ3Hpg43F7IPU70l1nG1M { width:15.375rem;height:7.347625rem;top:7.125rem;left:24.5rem;font-size:0.875rem;display:block; }#pDdoDShLhSOrZ3Hpg43F7IPU70l1nG1M li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a4021c666d596782112ff1e82e607c87eb997b68.svg); }
 }@media only screen and (max-width: 1199px) { #goIaI0WhE341ISkRvszRkJPZF3huLRdy { width:17.75rem;height:9.375rem;top:16.0625rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TJ0s61AVLinZykdo5neMoTd7GeAhuEUV { width:15.375rem;height:6.12305rem;top:17.1875rem;left:24.5rem;font-size:0.875rem;display:block; }#TJ0s61AVLinZykdo5neMoTd7GeAhuEUV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a4021c666d596782112ff1e82e607c87eb997b68.svg); }
 }@media only screen and (max-width: 1199px) { #HKcnnbus05JagdoLHC5ea6d9u207spxG { width:17.75rem;height:9.375rem;top:26.0625rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TX1NcTAiyrNFKt3GFQPWUdLIOX4UQW85 { width:15.375rem;height:4.8984375rem;top:28rem;left:24.4375rem;font-size:0.875rem;display:block; }#TX1NcTAiyrNFKt3GFQPWUdLIOX4UQW85 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a4021c666d596782112ff1e82e607c87eb997b68.svg); }
 }@media only screen and (max-width: 1199px) { #NILudTR5wahkMt1ZKLTCBeWByS0ykUm4 { width:17.75rem;height:9.375rem;top:56.25rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hqQUH7blRSIoy4QZNsNNrG0Jo1L8f6xi { width:17.75rem;height:9.375rem;top:46.25rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Al6bxTaJVD0K66s5A9PLehGpLztXQINR { width:15.375rem;height:6.12305rem;top:47.375rem;left:24.5rem;font-size:0.875rem;display:block; }#Al6bxTaJVD0K66s5A9PLehGpLztXQINR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a4021c666d596782112ff1e82e607c87eb997b68.svg); }
 }@media only screen and (max-width: 1199px) { #TnbXmRGboGSTDZiAXFF6zPiAkDPiQgxI { width:15.875rem;height:6.12305rem;top:57.5625rem;left:24.4375rem;font-size:0.875rem;display:block; }#TnbXmRGboGSTDZiAXFF6zPiAkDPiQgxI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a4021c666d596782112ff1e82e607c87eb997b68.svg); }
 }@media only screen and (max-width: 1199px) { #uvuVfR9lPCvc0ewECeBOedoAgV9QUNAU { width:17.75rem;height:9.375rem;top:36.1875rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GDpwfNZcrKXRGw10CHgSzUrAUV3KC4H2 { width:15.375rem;height:6.12305rem;top:37.3125rem;left:24.5rem;font-size:0.875rem;display:block; }#GDpwfNZcrKXRGw10CHgSzUrAUV3KC4H2 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a4021c666d596782112ff1e82e607c87eb997b68.svg); }
 }@media only screen and (max-width: 1199px) { #GpuwlUNME9OVlzs1AlphQJJMHgEoVhoO { width:14.9375rem;height:3.625rem;top:40.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B5C6qrx5uRH6VZhfOxIzCMVBTevHVa5V { display:block; }
 }@media only screen and (max-width: 1199px) { #msSrhJ6WB1pydu9fBafaG3UkTASaJolx { display:block; }#msSrhJ6WB1pydu9fBafaG3UkTASaJolx > .row .container { width:47.75rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #atUHhwO4CGnnQJzMbNUyRy94lvBTcGg5 { width:47.75rem;height:1.94921875rem;top:0.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kgiLfqOGZokGTHXXn6e0c2EJcFaNeOcH { width:11.1875rem;height:23.9375rem;top:7.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XkmFscKvfToIC6pGdywPT3oc9PRReVWh { width:10.4375rem;height:22.043rem;top:8.75rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HmyVblzkJBJfOF3LGXNELqLNBKLg4W80 { width:2.5rem;height:2.5rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gpTPyqVT8vnorrytHsyN54WPSnU1vbii { width:1.625rem;height:1.29980625rem;top:5.037109375rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qbFcQSGHknguyTn5gpMBpH1t1TLHaWtI { width:11.1875rem;height:26.5rem;top:7.75rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #arbRoJMTbDlMvuAsriTLQmhuESOpS1Pn { width:10.4375rem;height:24.4921875rem;top:8.75rem;left:12.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CF71WvqCdIgA2mTTxCpssWeqQrcJOZE8 { width:2.5rem;height:2.5rem;top:4.4375rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wb7tkRsL6k2bTJQiMhOvsxWBTkyZH2oN { width:1.625rem;height:1.29980625rem;top:5.037109375rem;left:12.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d64zwF220VTXZwnbTxMOahTDQ71JDWD7 { width:11.1875rem;height:24.875rem;top:7.75rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C41144uTs6zfFA8hOGqcOTMCMENZU8b5 { width:10.25rem;height:20.818325rem;top:8.75rem;left:24.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S6qds8UIZQSyI4Ikb4qVbUKxA4k2OgN3 { width:2.5rem;height:2.5rem;top:4.4375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mXOLzizmtwIs0u2nLaQOXZIB0Tz33Qno { width:1.625rem;height:1.29980625rem;top:5.037109375rem;left:24.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x5EHf4dybgK6dn5AeENmVbQyw4T8FdLD { width:11.1875rem;height:18.125rem;top:11.125rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rMa2kl4xDP3V4s45TfxT0IyALEsovtFw { width:10.25rem;height:15.91995rem;top:12.125rem;left:36.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UIeJJgBLqMstSMrygbnilz5ghuXy255T { width:2.5rem;height:2.5rem;top:7.875rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QRJcyi8ZmNWnQaOr33EuRSsbvnZbtcMK { width:1.625rem;height:1.29980625rem;top:8.5rem;left:36.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KvAzvuzQS81XOTGxIDft2rooP4VVc4sG { display:block; }#KvAzvuzQS81XOTGxIDft2rooP4VVc4sG > .row .container { width:47.75rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #OHmOlG5lMtQZNbSpxlcobe4crNO6oo6H { width:12.5rem;height:1.94921875rem;top:0.5rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LkfNO5WFAkNKi15uA1TIQWthUTLFDOtk { width:47.75rem;height:8rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bfigytv6AeTkGl2yKQVmfUB8TLcS0Nhl { width:22.75rem;height:1.625rem;top:4.25rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a6EhGwUQ8ntiRfoHdq2uIiokG5QZnStT { width:45.5625rem;height:3.8994125rem;top:6.0625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ceAaZRC6ccUGAqkbvQblaUkyBRWQzIy9 { width:47.75rem;height:8rem;top:11.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Cz41w2DXFqkfp1cfqNDJ3VoSnZJm746C { width:45.5625rem;height:3.8994125rem;top:14.8125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ONGSML78MzcyT7psfX8pTp6fH9IOZO28 { width:32.75rem;height:1.625rem;top:13rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bCrM3rTm05xGTP6ihtdgIZR4Ct2wiMvv { width:47.75rem;height:8rem;top:20.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oEZQT1zBDz2QkEsx1tfDXQU4QhiRQ96W { width:45.5625rem;height:2.5996125rem;top:23.5625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UMwSaXrEvCMegniD7OFu5RGiVZqEVdf8 { width:32.75rem;height:1.625rem;top:21.75rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Swdgf2B8ekSlRVftv45zVtKL2E5h6INt { width:47.75rem;height:9.0625rem;top:29.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VrN3SAtmohEtsMkm6LFrirI4c4zSzMpL { width:45.5625rem;height:5.19921875rem;top:32.3125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ro9R0w0rMoZ5adZN7614DTUnapiaLWMg { width:32.75rem;height:1.625rem;top:30.5rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z38qKaEmVBZU1nTtlIz5tAUcNveQ30ey { display:block; }#z38qKaEmVBZU1nTtlIz5tAUcNveQ30ey > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #G5L813AgIbxry4OXQ48BLqbSmf0wpcNe { width:47.75rem;height:4.75rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tm2FeJOi4Ok5oJ1yHwSpfHgZme2HF2Vr { width:34.1875rem;height:1.70605625rem;top:2.0625rem;left:6.78125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pkT06MLWKP8d63zKwFUDRpWPB3B7zbCa { display:block; }#pkT06MLWKP8d63zKwFUDRpWPB3B7zbCa > .row .container { width:47.75rem;height:124.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #km3o4TJEWFop7HBMEripv9HVQGH63ItK { width:32.875rem;height:40.75rem;top:1.28125rem;left:6.46875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QmGGsAbIzOhaFcAExasSRdw6aH2xug0P { width:8.1875rem;height:2.5rem;top:2.875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mu3NGE330IFG9wtN02qwW0K81OUQshFz { width:6.1875rem;height:1.29980625rem;top:3.5rem;left:8.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w32nT4r4TWemxXNTNpW3BRMp1dfotGLy { width:21.25rem;height:2.5996125rem;top:7.0625rem;left:7.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QrBfiK5LOExHgE1eRURxPDo8O2dHFLZn { width:29.5625rem;height:21.9560625rem;top:10.875rem;left:7.8125rem;font-size:1rem;display:block; }#QrBfiK5LOExHgE1eRURxPDo8O2dHFLZn li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a4021c666d596782112ff1e82e607c87eb997b68.svg); }
 }@media only screen and (max-width: 1199px) { #RGbALEcoRQ4RoCR1yu0OQh6umgaMa4uv { width:2rem;height:2rem;top:34.625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mfgAHmr7W2TdkNBKEMwnHUefoDAKCCyt { width:27.5rem;height:5.19921875rem;top:34.625rem;left:10.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WblmxdHUGNZ7rm9zGNo1ofgKJfR4wdUs { width:32.875rem;height:36.5rem;top:42.53125rem;left:6.46875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v08pppSpZellZzzmlqFL6mhtTLCci4Ec { width:29.5625rem;height:23.8310625rem;top:52.125rem;left:7.8125rem;font-size:1rem;display:block; }#v08pppSpZellZzzmlqFL6mhtTLCci4Ec li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a4021c666d596782112ff1e82e607c87eb997b68.svg); }
 }@media only screen and (max-width: 1199px) { #M7xiF2twERfQbwllzpQhBqh0Tvkxul85 { width:21.25rem;height:2.5996125rem;top:48.3125rem;left:7.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SWmMFVSuxfMSFkLSZMJm3ZFlVIBsxPhw { width:8.1875rem;height:2.5rem;top:44.125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tw9PsuDp7Oy6RbpaodtdHpZCWEvTfE42 { width:6.1875rem;height:1.29980625rem;top:44.75rem;left:8.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dPMskR7tiBzagsbk4Xsdgr7bOdbte2qg { width:32.875rem;height:42.625rem;top:80.65625rem;left:6.46875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OoFbst1fVdCvXqwi1O7TT7AE3iB9u80T { width:29.5625rem;height:10.2715rem;top:88.8125rem;left:7.8125rem;font-size:1rem;display:block; }#OoFbst1fVdCvXqwi1O7TT7AE3iB9u80T li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a4021c666d596782112ff1e82e607c87eb997b68.svg); }
 }@media only screen and (max-width: 1199px) { #NBuhlEwSQhMHxzD1hZVT26LPbpDwrXwA { width:29.625rem;height:1.29980625rem;top:86.4375rem;left:7.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q7rmKcbSCxyFXzVQUD0PrGhrx0c1aHz8 { width:8.1875rem;height:2.5rem;top:82.25rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q3nSXTaCVHbBrSM3ushb4bQQ19oCqJSG { width:6.1875rem;height:1.29980625rem;top:82.875rem;left:8.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sgtsTSroTBHalxGBlAkT8XpIesreOyET { width:28.25rem;height:10.084rem;top:100.4375rem;left:9.75rem;font-size:1rem;display:block; }#sgtsTSroTBHalxGBlAkT8XpIesreOyET li:before{  }
 }@media only screen and (max-width: 1199px) { #iVfhngIy7FdS7SIvWeL8rimRLRDK7Hhh { width:29.5625rem;height:2.798825rem;top:111.8583984375rem;left:8.125rem;font-size:1rem;display:block; }#iVfhngIy7FdS7SIvWeL8rimRLRDK7Hhh li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a4021c666d596782112ff1e82e607c87eb997b68.svg); }
 }@media only screen and (max-width: 1199px) { #dF8TXKiugt5vNvdk8cfCT1GBf7bvyJ6X { width:2rem;height:2rem;top:115.875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UQvebdSgPfJwbEyvT70F0Kbf6JKyuGIb { width:27.5rem;height:5.19921875rem;top:115.875rem;left:10.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tGhQmT4hgckd3dIyAnsVNe0Vff7GXlPu { display:block; }#tGhQmT4hgckd3dIyAnsVNe0Vff7GXlPu > .row .container { width:47.75rem;height:113.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #r8mFdfUhsdEAuTVNGwdDV4mFLrQUaU2g { width:32.875rem;height:33.4375rem;top:1.28125rem;left:6.46875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RLyTLFfsTP0UnHXVgNrMeJpTvTdCnUTo { width:8.1875rem;height:2.5rem;top:2.875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TDR7MKT8TKpvaBfbEb0mbEqEaGESMTFw { width:6.1875rem;height:1.29980625rem;top:3.5rem;left:8.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TUtVSww0VeLybe9ZMvptp92LhySW0i8K { width:21.25rem;height:2.5996125rem;top:7.0625rem;left:7.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FV6EofDi5LT8aG39zttuN9BNlAx1x8Rv { width:29.5625rem;height:20.0810625rem;top:10.875rem;left:7.8125rem;font-size:1rem;display:block; }#FV6EofDi5LT8aG39zttuN9BNlAx1x8Rv li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a4021c666d596782112ff1e82e607c87eb997b68.svg); }
 }@media only screen and (max-width: 1199px) { #b2ctKXJtTR0xXz1bJGXCKqkOiz8qrP3r { width:32.875rem;height:47.0625rem;top:36.5rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CHECmf87dAdQOcCxG4lzkQ8tr3uNX3Vs { width:29.5625rem;height:27.567375rem;top:46.0625rem;left:7.8125rem;font-size:1rem;display:block; }#CHECmf87dAdQOcCxG4lzkQ8tr3uNX3Vs li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a4021c666d596782112ff1e82e607c87eb997b68.svg); }
 }@media only screen and (max-width: 1199px) { #wWKrvv7qM2pOTf0Jswp3C0bJ6fb8hGpd { width:21.25rem;height:2.5996125rem;top:42.25rem;left:7.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C5qgutB8SMbeJ9w9WQaxGOH5cT7BcMDD { width:8.1875rem;height:2.5rem;top:38.0625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D1DRlACDiidp7b9Z8Gr5Ca7UddRP7TGf { width:6.1875rem;height:1.29980625rem;top:38.6875rem;left:8.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ntLS5qQGCNwLqkV0melTbpHk3o3DFnJn { width:2rem;height:2rem;top:74.625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GUGhoVfI644W2MM3602s1LyqTrnZHEka { width:27.5rem;height:6.499rem;top:74.625rem;left:10.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RvRqpcnwq5xWVgaxXaAOpoNRTwScaW4W { width:19.125rem;height:1.625rem;top:86.25rem;left:14.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n3gKmUJTo98OsSXw0CelBpilmt07TtK5 { width:23.1875rem;height:2.5996125rem;top:88.625rem;left:11.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Rp4D4Sg95MHuVCkPb7NHoWv3fPTpGCwV { width:11.8125rem;height:15.0625rem;top:92.625rem;left:17.96875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GR9OGOtbpLMwv4GTlTwWFM2NEsrwea5q { width:9.375rem;height:3.0625rem;top:109rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w5xu1xaEsTpfbyVtdQLmhg5AURzQcKUw { display:block; }#w5xu1xaEsTpfbyVtdQLmhg5AURzQcKUw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #mscI2NIIDCy3q8rmAMk0lDDwLOP0Tv79 { width:35.875rem;height:36.9375rem;top:1.5rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Lz8Emx43kitunxIsaiShPsklNAqGXAxn { display:block; }#Lz8Emx43kitunxIsaiShPsklNAqGXAxn > .row .container { width:20rem;height:54.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTAu6RSwETZr8kKt4WiESZpBh4DOTLVM { width:0.0625rem;height:23.125rem;top:28.33984375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OcW5Xa0Lrucqu65XO83tZOe387T3fu7c { width:15.375rem;height:8.125rem;top:5.125rem;left:2.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UVDpEGfBlvpWHgsReWtRslZks8P1CySQ { width:12.5rem;height:5.09765625rem;top:14.1875rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tfbC0zF3BcPVLc5FuUV9EMd37qhMDEpq { width:11.3125rem;height:3.625rem;top:20.0625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ollGDwxdzh5NJvmsIH31VPhRh727Hu8w { width:1.5rem;height:1.5rem;top:29.05859375rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbTErBWPxWesWmICy6Vlnrp3BP1klV4x { width:7.625rem;height:2.798825rem;top:20.5625rem;left:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2H22HyTuIQwitPe8hacGNqEdVcNJsXG { width:15.3125rem;height:14.1875rem;top:29.05859375rem;left:2.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwZG7NR0cxoXuckC4ADTtUU7Uz7hxwIn { width:19.1875rem;height:5.3984375rem;top:44.349609375rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WpLwhhvuHuhF89Nvziwl5SmaV0gZZ75G { width:20rem;height:3.25rem;top:49.748046875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qBxZfdETg9T9UrzRVM6wUAyRutgUwB5T { width:1.9375rem;height:1.75rem;top:25.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAvvSZpftxa0qPwNu0TGT7THgt8nFiyb { width:13.4375rem;height:1.29980625rem;top:25.69921875rem;left:4.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LVcnEyRXueoRMLcUuAkXd25VzbTfiMac { width:11rem;height:3.5rem;top:0.875rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDwk68Ub8sCKOrZlsZm0Ga4uPD1M6UfP { display:block; }#tDwk68Ub8sCKOrZlsZm0Ga4uPD1M6UfP > .row .container { width:20rem;height:43.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #re79dPDM4rmDdSvGuyuQz4EGdnrXws3H { width:12.5rem;height:1.94921875rem;top:1.25rem;left:3.75rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NMTKw5ATDkzoaeGVP5eSpoPoWTJXqZSr { width:20rem;height:37.5rem;top:4.44921875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bskqRrA1MrFvSAItNKcZDwq8JAiGIQx1 { display:block; }#bskqRrA1MrFvSAItNKcZDwq8JAiGIQx1 > .row .container { width:20rem;height:101.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AGVim9wBElL3Eehak72urqveTxvkhZ3J { width:0.0625rem;height:37.5rem;top:1.625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VXWDOpEXWMxEIRdlzEVyPwtCNpskRHqb { width:12.5rem;height:2.798825rem;top:1.75rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Mi8lRmsNdHDDgitSKIDTZkV6lyCP64LB { width:4.625rem;height:1.625rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8JFy7lGp2SHnPoGmfxT7ehderdUt6mC { width:4.75rem;height:1.04980625rem;top:5.099609375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5vDBAaM0I8TOstCsCPf1NADhB1Sw6Xi { width:19.75rem;height:1.94921875rem;top:7.1875rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #q9QCuSlySXFwlEpMJstE8Irqe0WWVL09 { width:16.125rem;height:1.94921875rem;top:12.7490234375rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OZmTdl5SqyIaCG26iMRMoTRlm0NdinLW { width:4.625rem;height:1.625rem;top:10.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZmvHTIareOgSITxwsPSpaGvsNFzsH5u { width:4.625rem;height:1.04980625rem;top:10.6875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiTKzXdO3SJfqz3yOpp94ASmFqhfLGQ8 { width:14.3125rem;height:1.94921875rem;top:17.8125rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #K76FcJCPEkuZqfbIhCrez3NpRv0tTnCR { width:4.625rem;height:1.625rem;top:15.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETK5AyyEixTpyT1X0gVUNwaRtmeINC6i { width:4.625rem;height:1.04980625rem;top:16.224609375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8FT74grpBOCnDD4hOR1K20IOaCkZ4H5 { width:15.4375rem;height:1.94921875rem;top:22.9990234375rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TTU1EGAdo1EL7UrrUPVIT340GPrdPABO { width:4.625rem;height:1.625rem;top:20.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGktARLp7TLlIOTVMvZLrwiakOPg3cGA { width:4.25rem;height:1.04980625rem;top:21.125rem;left:0.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdSlR5ycoTFAaa5sZANZbzflwLCWrcZT { width:15.4375rem;height:1.94921875rem;top:28.310546875rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xCrsWeBp6WD46vkzVAvunC1T3GyCHbHq { width:4.625rem;height:1.625rem;top:25.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Khud64ETmk2d12RwpBe8BEy93LTnNvnS { width:4.625rem;height:1.04980625rem;top:26.1875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aG5Wt9SRy2AdBQLPmxsFJXQNy8coAKde { width:20rem;height:3.8984375rem;top:31.509765625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ap0NVVHAFJ33gwcPKgrTk6NgawEIxJ0P { width:17.75rem;height:11rem;top:36.375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDdoDShLhSOrZ3Hpg43F7IPU70l1nG1M { width:15.375rem;height:7.347625rem;top:38.1875rem;left:1.6875rem;font-size:0.875rem;display:block; }#pDdoDShLhSOrZ3Hpg43F7IPU70l1nG1M li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a4021c666d596782112ff1e82e607c87eb997b68.svg); }
 }@media only screen and (max-width: 763px) { #goIaI0WhE341ISkRvszRkJPZF3huLRdy { width:17.75rem;height:8rem;top:48.625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJ0s61AVLinZykdo5neMoTd7GeAhuEUV { width:15.8125rem;height:4.8984375rem;top:49.75rem;left:1.6875rem;font-size:0.875rem;display:block; }#TJ0s61AVLinZykdo5neMoTd7GeAhuEUV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a4021c666d596782112ff1e82e607c87eb997b68.svg); }
 }@media only screen and (max-width: 763px) { #HKcnnbus05JagdoLHC5ea6d9u207spxG { width:17.75rem;height:7.9375rem;top:57.875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX1NcTAiyrNFKt3GFQPWUdLIOX4UQW85 { width:15.8125rem;height:4.8984375rem;top:59rem;left:1.6875rem;font-size:0.875rem;display:block; }#TX1NcTAiyrNFKt3GFQPWUdLIOX4UQW85 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a4021c666d596782112ff1e82e607c87eb997b68.svg); }
 }@media only screen and (max-width: 763px) { #NILudTR5wahkMt1ZKLTCBeWByS0ykUm4 { width:17.75rem;height:9.125rem;top:86rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqQUH7blRSIoy4QZNsNNrG0Jo1L8f6xi { width:17.75rem;height:8.625rem;top:76.5rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Al6bxTaJVD0K66s5A9PLehGpLztXQINR { width:15.8125rem;height:6.12305rem;top:77.625rem;left:1.6875rem;font-size:0.875rem;display:block; }#Al6bxTaJVD0K66s5A9PLehGpLztXQINR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a4021c666d596782112ff1e82e607c87eb997b68.svg); }
 }@media only screen and (max-width: 763px) { #TnbXmRGboGSTDZiAXFF6zPiAkDPiQgxI { width:15.8125rem;height:6.12305rem;top:87.3125rem;left:1.625rem;font-size:0.875rem;display:block; }#TnbXmRGboGSTDZiAXFF6zPiAkDPiQgxI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a4021c666d596782112ff1e82e607c87eb997b68.svg); }
 }@media only screen and (max-width: 763px) { #uvuVfR9lPCvc0ewECeBOedoAgV9QUNAU { width:17.75rem;height:8.375rem;top:67.0625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDpwfNZcrKXRGw10CHgSzUrAUV3KC4H2 { width:15.9375rem;height:6.12305rem;top:68.1875rem;left:1.6875rem;font-size:0.875rem;display:block; }#GDpwfNZcrKXRGw10CHgSzUrAUV3KC4H2 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a4021c666d596782112ff1e82e607c87eb997b68.svg); }
 }@media only screen and (max-width: 763px) { #GpuwlUNME9OVlzs1AlphQJJMHgEoVhoO { width:14.9375rem;height:3.625rem;top:96.375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5C6qrx5uRH6VZhfOxIzCMVBTevHVa5V { display:block; }
 }@media only screen and (max-width: 763px) { #msSrhJ6WB1pydu9fBafaG3UkTASaJolx { display:block; }#msSrhJ6WB1pydu9fBafaG3UkTASaJolx > .row .container { width:20rem;height:88.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #atUHhwO4CGnnQJzMbNUyRy94lvBTcGg5 { width:20rem;height:3.8984375rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgiLfqOGZokGTHXXn6e0c2EJcFaNeOcH { width:17.75rem;height:16.5625rem;top:9.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkmFscKvfToIC6pGdywPT3oc9PRReVWh { width:15.375rem;height:13.4706875rem;top:10.6875rem;left:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmyVblzkJBJfOF3LGXNELqLNBKLg4W80 { width:2.5rem;height:2.5rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpTPyqVT8vnorrytHsyN54WPSnU1vbii { width:1.625rem;height:1.29980625rem;top:6.875rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbFcQSGHknguyTn5gpMBpH1t1TLHaWtI { width:17.75rem;height:17.4375rem;top:30.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #arbRoJMTbDlMvuAsriTLQmhuESOpS1Pn { width:14.9375rem;height:14.6953125rem;top:31.625rem;left:0.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CF71WvqCdIgA2mTTxCpssWeqQrcJOZE8 { width:2.5rem;height:2.5rem;top:27.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wb7tkRsL6k2bTJQiMhOvsxWBTkyZH2oN { width:1.625rem;height:1.29980625rem;top:27.875rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d64zwF220VTXZwnbTxMOahTDQ71JDWD7 { width:17.75rem;height:16.9375rem;top:51.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C41144uTs6zfFA8hOGqcOTMCMENZU8b5 { width:14.9375rem;height:14.695325rem;top:52.8125rem;left:0.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6qds8UIZQSyI4Ikb4qVbUKxA4k2OgN3 { width:2.5rem;height:2.5rem;top:48.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXOLzizmtwIs0u2nLaQOXZIB0Tz33Qno { width:1.625rem;height:1.29980625rem;top:49.3125rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5EHf4dybgK6dn5AeENmVbQyw4T8FdLD { width:17.75rem;height:13.875rem;top:72.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMa2kl4xDP3V4s45TfxT0IyALEsovtFw { width:14.9375rem;height:9.79684375rem;top:73.9375rem;left:0.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIeJJgBLqMstSMrygbnilz5ghuXy255T { width:2.5rem;height:2.5rem;top:69.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRJcyi8ZmNWnQaOr33EuRSsbvnZbtcMK { width:1.625rem;height:1.29980625rem;top:70.125rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvAzvuzQS81XOTGxIDft2rooP4VVc4sG { display:block; }#KvAzvuzQS81XOTGxIDft2rooP4VVc4sG > .row .container { width:20rem;height:66.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OHmOlG5lMtQZNbSpxlcobe4crNO6oo6H { width:10.1875rem;height:1.94921875rem;top:1.25rem;left:4.90625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LkfNO5WFAkNKi15uA1TIQWthUTLFDOtk { width:20rem;height:14.625rem;top:4.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfigytv6AeTkGl2yKQVmfUB8TLcS0Nhl { width:20rem;height:1.625rem;top:5.75rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a6EhGwUQ8ntiRfoHdq2uIiokG5QZnStT { width:18.125rem;height:9.098625rem;top:8.1875rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ceAaZRC6ccUGAqkbvQblaUkyBRWQzIy9 { width:20rem;height:14.6875rem;top:19.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cz41w2DXFqkfp1cfqNDJ3VoSnZJm746C { width:20rem;height:7.7988125rem;top:25.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ONGSML78MzcyT7psfX8pTp6fH9IOZO28 { width:20rem;height:3.25rem;top:21.125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bCrM3rTm05xGTP6ihtdgIZR4Ct2wiMvv { width:20rem;height:9.5625rem;top:35.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEZQT1zBDz2QkEsx1tfDXQU4QhiRQ96W { width:20rem;height:5.19921875rem;top:38.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UMwSaXrEvCMegniD7OFu5RGiVZqEVdf8 { width:20rem;height:1.625rem;top:37.0625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Swdgf2B8ekSlRVftv45zVtKL2E5h6INt { width:20rem;height:18.125rem;top:46.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrN3SAtmohEtsMkm6LFrirI4c4zSzMpL { width:20rem;height:11.69825rem;top:51.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ro9R0w0rMoZ5adZN7614DTUnapiaLWMg { width:20rem;height:3.25rem;top:47.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z38qKaEmVBZU1nTtlIz5tAUcNveQ30ey { display:block; }#z38qKaEmVBZU1nTtlIz5tAUcNveQ30ey > .row .container { width:20rem;height:6.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G5L813AgIbxry4OXQ48BLqbSmf0wpcNe { width:20rem;height:4.75rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tm2FeJOi4Ok5oJ1yHwSpfHgZme2HF2Vr { width:20rem;height:3.4121125rem;top:1.29296875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkT06MLWKP8d63zKwFUDRpWPB3B7zbCa { display:block; }#pkT06MLWKP8d63zKwFUDRpWPB3B7zbCa > .row .container { width:20rem;height:164.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #km3o4TJEWFop7HBMEripv9HVQGH63ItK { width:20rem;height:57.25rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmGGsAbIzOhaFcAExasSRdw6aH2xug0P { width:8.1875rem;height:2.5rem;top:2.84375rem;left:1.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mu3NGE330IFG9wtN02qwW0K81OUQshFz { width:6.1875rem;height:1.29980625rem;top:3.46875rem;left:2.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w32nT4r4TWemxXNTNpW3BRMp1dfotGLy { width:17.8125rem;height:3.8994125rem;top:7.0078125rem;left:1.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrBfiK5LOExHgE1eRURxPDo8O2dHFLZn { width:18.6875rem;height:33.151375rem;top:12.2607421875rem;left:1.3125rem;font-size:1rem;display:block; }#QrBfiK5LOExHgE1eRURxPDo8O2dHFLZn li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a4021c666d596782112ff1e82e607c87eb997b68.svg); }
 }@media only screen and (max-width: 763px) { #RGbALEcoRQ4RoCR1yu0OQh6umgaMa4uv { width:2rem;height:2rem;top:46.65625rem;left:1.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfgAHmr7W2TdkNBKEMwnHUefoDAKCCyt { width:15.0625rem;height:10.3984375rem;top:46.65625rem;left:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WblmxdHUGNZ7rm9zGNo1ofgKJfR4wdUs { width:20rem;height:45.6875rem;top:59.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v08pppSpZellZzzmlqFL6mhtTLCci4Ec { width:18.5rem;height:33.6269375rem;top:70.09375rem;left:1.3125rem;font-size:1rem;display:block; }#v08pppSpZellZzzmlqFL6mhtTLCci4Ec li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a4021c666d596782112ff1e82e607c87eb997b68.svg); }
 }@media only screen and (max-width: 763px) { #M7xiF2twERfQbwllzpQhBqh0Tvkxul85 { width:16.25rem;height:3.8994125rem;top:65.4453125rem;left:1.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWmMFVSuxfMSFkLSZMJm3ZFlVIBsxPhw { width:8.1875rem;height:2.5rem;top:61.28125rem;left:1.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw9PsuDp7Oy6RbpaodtdHpZCWEvTfE42 { width:6.1875rem;height:1.29980625rem;top:61.90625rem;left:2.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPMskR7tiBzagsbk4Xsdgr7bOdbte2qg { width:20rem;height:55.875rem;top:106.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoFbst1fVdCvXqwi1O7TT7AE3iB9u80T { width:18.375rem;height:11.670875rem;top:114.78125rem;left:1.3125rem;font-size:1rem;display:block; }#OoFbst1fVdCvXqwi1O7TT7AE3iB9u80T li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a4021c666d596782112ff1e82e607c87eb997b68.svg); }
 }@media only screen and (max-width: 763px) { #NBuhlEwSQhMHxzD1hZVT26LPbpDwrXwA { width:18.3125rem;height:2.5996125rem;top:111.681640625rem;left:1.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7rmKcbSCxyFXzVQUD0PrGhrx0c1aHz8 { width:8.1875rem;height:2.5rem;top:108.21875rem;left:1.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3nSXTaCVHbBrSM3ushb4bQQ19oCqJSG { width:6.1875rem;height:1.29980625rem;top:108.84375rem;left:2.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgtsTSroTBHalxGBlAkT8XpIesreOyET { width:17.75rem;height:14.28225rem;top:127.8046875rem;left:2.25rem;font-size:1rem;display:block; }#sgtsTSroTBHalxGBlAkT8XpIesreOyET li:before{  }
 }@media only screen and (max-width: 763px) { #iVfhngIy7FdS7SIvWeL8rimRLRDK7Hhh { width:18.1875rem;height:4.19824375rem;top:142.5146484375rem;left:1.3125rem;font-size:1rem;display:block; }#iVfhngIy7FdS7SIvWeL8rimRLRDK7Hhh li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a4021c666d596782112ff1e82e607c87eb997b68.svg); }
 }@media only screen and (max-width: 763px) { #dF8TXKiugt5vNvdk8cfCT1GBf7bvyJ6X { width:2.0625rem;height:2.0625rem;top:147.65625rem;left:1.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQvebdSgPfJwbEyvT70F0Kbf6JKyuGIb { width:15.1875rem;height:11.69825rem;top:147.65625rem;left:4.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGhQmT4hgckd3dIyAnsVNe0Vff7GXlPu { display:block; }#tGhQmT4hgckd3dIyAnsVNe0Vff7GXlPu > .row .container { width:20rem;height:137.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r8mFdfUhsdEAuTVNGwdDV4mFLrQUaU2g { width:20rem;height:41.8125rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLyTLFfsTP0UnHXVgNrMeJpTvTdCnUTo { width:8.1875rem;height:2.5rem;top:2.84375rem;left:1.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDR7MKT8TKpvaBfbEb0mbEqEaGESMTFw { width:6.1875rem;height:1.29980625rem;top:3.46875rem;left:2.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUtVSww0VeLybe9ZMvptp92LhySW0i8K { width:17.8125rem;height:3.8994125rem;top:7.0078125rem;left:1.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FV6EofDi5LT8aG39zttuN9BNlAx1x8Rv { width:18rem;height:28.4775625rem;top:12.2607421875rem;left:1.3125rem;font-size:1rem;display:block; }#FV6EofDi5LT8aG39zttuN9BNlAx1x8Rv li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a4021c666d596782112ff1e82e607c87eb997b68.svg); }
 }@media only screen and (max-width: 763px) { #b2ctKXJtTR0xXz1bJGXCKqkOiz8qrP3r { width:20rem;height:63.5rem;top:44.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHECmf87dAdQOcCxG4lzkQ8tr3uNX3Vs { width:18.5rem;height:37.36325rem;top:54.625rem;left:1.3125rem;font-size:1rem;display:block; }#CHECmf87dAdQOcCxG4lzkQ8tr3uNX3Vs li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a4021c666d596782112ff1e82e607c87eb997b68.svg); }
 }@media only screen and (max-width: 763px) { #wWKrvv7qM2pOTf0Jswp3C0bJ6fb8hGpd { width:16.25rem;height:3.8994125rem;top:49.9375rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5qgutB8SMbeJ9w9WQaxGOH5cT7BcMDD { width:8.1875rem;height:2.5rem;top:45.8125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1DRlACDiidp7b9Z8Gr5Ca7UddRP7TGf { width:6.1875rem;height:1.29980625rem;top:46.4375rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntLS5qQGCNwLqkV0melTbpHk3o3DFnJn { width:2.0625rem;height:2.0625rem;top:93.4375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUGhoVfI644W2MM3602s1LyqTrnZHEka { width:15.1875rem;height:11.69825rem;top:93.4375rem;left:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvRqpcnwq5xWVgaxXaAOpoNRTwScaW4W { width:19.125rem;height:1.625rem;top:108.9375rem;left:0.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3gKmUJTo98OsSXw0CelBpilmt07TtK5 { width:19.375rem;height:3.8994125rem;top:111.375rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rp4D4Sg95MHuVCkPb7NHoWv3fPTpGCwV { width:11.8125rem;height:15.0625rem;top:117.0234375rem;left:4.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GR9OGOtbpLMwv4GTlTwWFM2NEsrwea5q { width:9.375rem;height:3.0625rem;top:132.7734375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5xu1xaEsTpfbyVtdQLmhg5AURzQcKUw { display:block; }#w5xu1xaEsTpfbyVtdQLmhg5AURzQcKUw > .row .container { width:20rem;height:44.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mscI2NIIDCy3q8rmAMk0lDDwLOP0Tv79 { width:20rem;height:39.125rem;top:1.25rem;left:0rem;display:block; }
 }