.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:218,225,234;--color-primary-1:132,157,186;--color-primary-2:9,58,116;--color-primary-3:5,29,58;--color-primary-4:1,9,17;--color-secondary-0:245,233,224;--color-secondary-1:223,181,151;--color-secondary-2:190,107,46;--color-secondary-3:95,54,23;--color-secondary-4:29,16,7;--color-tertiary-0:255,255,255;--color-tertiary-1:199,216,230;--color-tertiary-2:68,126,173;--color-tertiary-3:34,63,87;--color-tertiary-4:7,13,17;--headlines-font-family:"poppins";--paragraphs-font-family:"poppins"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EHcoXRAZHJTV8yq3UX8QzhhTIhFhDKIB { position:relative;display:block; }#EHcoXRAZHJTV8yq3UX8QzhhTIhFhDKIB { background-color: transparent; background-image: none; }#EHcoXRAZHJTV8yq3UX8QzhhTIhFhDKIB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EHcoXRAZHJTV8yq3UX8QzhhTIhFhDKIB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EHcoXRAZHJTV8yq3UX8QzhhTIhFhDKIB > .row .container > .video-iframe-container { display: none; }#EHcoXRAZHJTV8yq3UX8QzhhTIhFhDKIB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EHcoXRAZHJTV8yq3UX8QzhhTIhFhDKIB > .row > .video-iframe-container { display: none; }#EHcoXRAZHJTV8yq3UX8QzhhTIhFhDKIB > .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); }#EHcoXRAZHJTV8yq3UX8QzhhTIhFhDKIB { border-width: 0; border-radius: 0; }#EHcoXRAZHJTV8yq3UX8QzhhTIhFhDKIB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#EHcoXRAZHJTV8yq3UX8QzhhTIhFhDKIB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ULrngtzAq6dhBpKqLii6ocXnHJN3sTT6 { 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:5.25rem;width:13.9375rem;top:0rem;left:0.5625rem;overflow:hidden;display:block; }
#IRoiRT6DymT0f1uxKyJ28hJG2pU0TCbW { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:10.625rem;top:2rem;left:46.736718177796rem;overflow:hidden;display:block; }
#quywuRiTZW3irWx8T3c467fXU7bVVlCE { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:13.0625rem;top:1.34375rem;left:57.311722755432rem;overflow:hidden;display:block; }
#BJuvFTSaXTVw4NRZQvs2mFMRnwgbk3OQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BJuvFTSaXTVw4NRZQvs2mFMRnwgbk3OQ > .row .container { background-color: transparent; background-image: none; }#BJuvFTSaXTVw4NRZQvs2mFMRnwgbk3OQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BJuvFTSaXTVw4NRZQvs2mFMRnwgbk3OQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BJuvFTSaXTVw4NRZQvs2mFMRnwgbk3OQ > .row .container > .video-iframe-container { display: none; }#BJuvFTSaXTVw4NRZQvs2mFMRnwgbk3OQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BJuvFTSaXTVw4NRZQvs2mFMRnwgbk3OQ > .row > .video-iframe-container { display: none; }#BJuvFTSaXTVw4NRZQvs2mFMRnwgbk3OQ > .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); }#BJuvFTSaXTVw4NRZQvs2mFMRnwgbk3OQ > .row .container { border-width: 0; border-radius: 0; }#BJuvFTSaXTVw4NRZQvs2mFMRnwgbk3OQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BJuvFTSaXTVw4NRZQvs2mFMRnwgbk3OQ > .row .container { font-size:0.875rem;font-family:arial;height:31.875rem;width:75rem;position:relative;display:block; }#WzK3lUTpDQcT53FS5Hu9OISKz6SSr57z { color:rgba(var(--color-tertiary-0),1);display:block;width:39.309rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:10.875rem;left:0rem;height:5.25rem;display:block; }
#PgRsd1NRlEO23LhAvya7c3T3D2BEPQtI { color:#ffffff;display:block;width:40.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.0625rem;left:0rem;height:4.0625rem;font-style:normal;display:block; }
#OmG3EwgOz5EvFJlHPnariMhb7URagwbL { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:3.9375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:18.810928344726rem;left:0rem;display:block; }
#QufbeiMNNlXwc6rzIBzeoF4TsbpOVT0H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N3sDLLNKGbDce7clymGurMgmT1rBXQE3 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:25.375015258789rem;left:0rem;height:1.625rem;display:block; }
#bgivfcieOvb4dzx5ThfaUwlaysGsA80n { color:rgba(var(--color-tertiary-1),1);display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:36.8125rem;left:0rem;height:1.625rem;display:none; }
#fQDMgOa8goFTDov7Zy6iqQAzqUxxfzsT { color:rgba(var(--color-tertiary-0),1);display:block;width:35.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:27.6875rem;left:13.300000190735rem;height:1.625rem;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; }
#akyiAhyTnLsh8uHyb5dJ7kmKnrqQcy4A { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:27.6875rem;left:0rem;height:1.625rem;display:block; }
#q72GvzZBdIPLexrykH5qbHFO3sbThoIM { color:rgba(var(--color-tertiary-0),1);display:block;width:25.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:29.3125rem;left:14.999218940735rem;height:1.625rem;display:block; }
#XQ6CtnKcNFxXJT1GAQAQtb36hUmNx8Hn { position:absolute;display:block;z-index:15021;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:24.875rem;width:20.25rem;top:3.5rem;left:47.099217414856rem;overflow:hidden;display:block; }
#Rk8uNVbTJFgPPUGc2Zfmo0VA8UWXUcbe { color:rgba(var(--color-tertiary-1),1);display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:36.8125rem;left:0rem;height:1.625rem;display:none; }
#Nh5zeWwhQQzkTmAQHgzqm4LqBgOK4yDA { color:rgba(var(--color-secondary-1),1);display:block;width:25.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:25.437500953674rem;left:13.358593940735rem;height:1.625rem;display:block; }#Nh5zeWwhQQzkTmAQHgzqm4LqBgOK4yDA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Nh5zeWwhQQzkTmAQHgzqm4LqBgOK4yDA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_95bae29810a1e5a2b33e0999d3751a0685e55c86.svg); }
#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ > .row .container { background-color: transparent; background-image: none; }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ > .row .container > .video-iframe-container { display: none; }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ > .row > .video-iframe-container { display: none; }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ > .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); }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ > .row .container { border-width: 0; border-radius: 0; }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ > .row .container { font-size:0.875rem;font-family:"open sans";height:44.125rem;width:75rem;position:relative;display:block; }#d67WEJCFFg6GzuI8xyG5MeQfyV29yLvb { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:4.6875rem;left:23.125rem;height:2.84375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xOXfgwTq3sQHULHvTAXybovzpTt7Kxxa { color:rgba(var(--color-primary-4),1);display:block;width:48.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:19rem;left:26rem;height:;font-style:normal;overflow:hidden;display:block; }#xOXfgwTq3sQHULHvTAXybovzpTt7Kxxa li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#xOXfgwTq3sQHULHvTAXybovzpTt7Kxxa li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7857e1f0d31052783aa5507ebc834998e81dc86e.svg); }
#TbWIzH9m8JsNNSzivWvlXsBwVBmzFI68 { color:rgba(var(--color-primary-4),1);display:block;width:51.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:8.625rem;left:23.125rem;height:5.85rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FtJxNwQl3q3yeJJTUWPqVIG644xfFuKI { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.375rem;height:3.9375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:36.375000953674rem;left:24.812500953674rem;display:block; }
#RONG3Gv9oLs6A0DxMwCTXLXKEOJ3yxBF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eq2iHpU8CJ1vbzehnrdRRyrOok33TV0P { color:rgba(var(--color-primary-2),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:20.655469417572rem;left:3.5765619277954rem;height:8.125rem;text-align:center;text-align-last:center;display:block; }
#he3SrBQZ2TAlRouuWHsks9gaSgwLvThA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:17.455468654633rem;left:8.9820318222044rem; }
#xsU6ogIFLRLABCmesBPnJO96LX5EkuIe { color:rgba(var(--color-primary-2),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:12.875rem;left:3.5625rem;height:2.275rem;text-align:center;text-align-last:center;display:block; }
#v3EMI6I1pl4NzMIOTArBTtl9ooTW5o3T { color:rgba(var(--color-primary-2),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:15.125rem;left:3.5625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#b8bpu0TBK3ATTTDJil5ynqTz5ir5QaDT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:10.456250667572rem;left:9.5132818222044rem; }
#diV6Fml5ttwFG7pGyT6iIlJsdFuPO5l6 { position:relative;display:block; }#diV6Fml5ttwFG7pGyT6iIlJsdFuPO5l6 { background-color: transparent; background-image: none; }#diV6Fml5ttwFG7pGyT6iIlJsdFuPO5l6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#diV6Fml5ttwFG7pGyT6iIlJsdFuPO5l6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#diV6Fml5ttwFG7pGyT6iIlJsdFuPO5l6 > .row .container > .video-iframe-container { display: none; }#diV6Fml5ttwFG7pGyT6iIlJsdFuPO5l6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#diV6Fml5ttwFG7pGyT6iIlJsdFuPO5l6 > .row > .video-iframe-container { display: none; }#diV6Fml5ttwFG7pGyT6iIlJsdFuPO5l6 > .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); }#diV6Fml5ttwFG7pGyT6iIlJsdFuPO5l6 { border-width: 0; border-radius: 0; }#diV6Fml5ttwFG7pGyT6iIlJsdFuPO5l6 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#diV6Fml5ttwFG7pGyT6iIlJsdFuPO5l6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FODPbGQBvOTshwzpqSiKulUt4ldCVCJf { color:rgba(var(--color-tertiary-4),1);display:block;width:17.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.3250007629394rem;left:28.562500953674rem;height:3.4125rem;text-align:center;text-align-last:center;display:block; }
#Ffb2vIVJVMyL0GVf9cB7JSDeOOIe4aQm { position:relative;display:block; }#Ffb2vIVJVMyL0GVf9cB7JSDeOOIe4aQm { background-color: transparent; background-image: none; }#Ffb2vIVJVMyL0GVf9cB7JSDeOOIe4aQm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ffb2vIVJVMyL0GVf9cB7JSDeOOIe4aQm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ffb2vIVJVMyL0GVf9cB7JSDeOOIe4aQm > .row .container > .video-iframe-container { display: none; }#Ffb2vIVJVMyL0GVf9cB7JSDeOOIe4aQm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ffb2vIVJVMyL0GVf9cB7JSDeOOIe4aQm > .row > .video-iframe-container { display: none; }#Ffb2vIVJVMyL0GVf9cB7JSDeOOIe4aQm > .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); }#Ffb2vIVJVMyL0GVf9cB7JSDeOOIe4aQm { border-width: 0; border-radius: 0; }#Ffb2vIVJVMyL0GVf9cB7JSDeOOIe4aQm > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Ffb2vIVJVMyL0GVf9cB7JSDeOOIe4aQm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:20.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vt3BAEe0PIsAVyRQ2NQKIdrXgZfd8y6F { box-sizing:content-box;height:15.5625rem;width:24rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;top:1.5625rem;left:44.250001907349rem;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; }
#VErl62fWutKqPiZ4QVdSf8edtKPR3B4J { box-sizing:content-box;height:15.625rem;width:24rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:1.5625rem;left:6.0625rem;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; }
#rcIJ92tzg5QsuTVecEWALFQgQ4DbfQU7 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.9991312026975rem;left:8.09375rem;height:1.7875rem;text-align:center;text-align-last:center;display:block; }
#xQlAJSMBFw4MC8rDxJ0tB2fLsExs3amf { color:rgba(var(--color-tertiary-0),1);display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:9.7914059162137rem;left:8.7812490463256rem;height:2.7625rem;text-align:center;text-align-last:center;display:block; }
#VDQTV8EDSJdQ4eQkofaTeUvKckZgSnzE { box-sizing:content-box;height:0.1875rem;width:18.75rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.2500057220456rem;left:8.686718940735rem;display:block; }
#wAJWM8Fx7GOpQrtTeslBbM64a3EchwRi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:2.375rem;left:16rem; }
#dymwJpN0PfsESMAf6yvVgCin2vDxFVUL { color:rgba(var(--color-tertiary-0),1);display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:9.84375rem;left:46.555555343628rem;height:4.14375rem;text-align:center;text-align-last:center;display:block; }
#eDMFcn7JoVhMEGEOgmhc5O9RkiVm2hvH { color:rgba(var(--color-tertiary-0),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:7rem;left:46.125rem;height:1.7875rem;text-align:center;text-align-last:center;display:block; }
#rqpXysGx4Pzn2du6XaWmsdexxigEw8kd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:2.375rem;left:54.187501907349rem; }
#XmZ0ROEGSdcuEvxMExnI8mcbur2bH69G { box-sizing:content-box;height:0.1875rem;width:18.75rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.2500004768369rem;left:46.875000953674rem;display:block; }
#tULIyAOHIiSXxVLbbEbLEKN5KS9xMznh { position:relative;display:block; }#tULIyAOHIiSXxVLbbEbLEKN5KS9xMznh { background-color: transparent; background-image: none; }#tULIyAOHIiSXxVLbbEbLEKN5KS9xMznh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tULIyAOHIiSXxVLbbEbLEKN5KS9xMznh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tULIyAOHIiSXxVLbbEbLEKN5KS9xMznh > .row .container > .video-iframe-container { display: none; }#tULIyAOHIiSXxVLbbEbLEKN5KS9xMznh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tULIyAOHIiSXxVLbbEbLEKN5KS9xMznh > .row > .video-iframe-container { display: none; }#tULIyAOHIiSXxVLbbEbLEKN5KS9xMznh > .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); }#tULIyAOHIiSXxVLbbEbLEKN5KS9xMznh { border-width: 0; border-radius: 0; }#tULIyAOHIiSXxVLbbEbLEKN5KS9xMznh > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#tULIyAOHIiSXxVLbbEbLEKN5KS9xMznh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:20.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#eNoDGsHwzJLnDTJRKbv0lbf2NlxpXmKZ { box-sizing:content-box;height:15.5625rem;width:24rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:1.5625rem;left:44.250001907349rem;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; }
#q5G83UarsnB0yKynwkOLB1FroI03E7MR { box-sizing:content-box;height:15.625rem;width:24rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;top:1.5625rem;left:6.0625rem;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; }
#q3OG3fyVgEiKWuzzX3LTopy9ppOzBhG4 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.9991312026975rem;left:8.09375rem;height:1.7875rem;text-align:center;text-align-last:center;display:block; }
#iAwT6eidzxw9wvzxSDvsGELDGHmT2tLS { color:rgba(var(--color-tertiary-0),1);display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:10.291666984558rem;left:8.78125rem;height:4.14375rem;text-align:center;text-align-last:center;display:block; }
#GR1W3uqxprUxqJJmAyV1vr0Q7Nd3KscE { box-sizing:content-box;height:0.1875rem;width:18.75rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.2178812026975rem;left:8.6875rem;display:block; }
#JV7OGxvK43K5TdaJtn5WX4b9ZwHePcFt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:2.375rem;left:16rem; }
#SQZheO0q5tHX1aIXi5elhsP3d6aMqoH3 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:11.406251907349rem;left:46.555470466614rem;height:1.38125rem;text-align:center;text-align-last:center;display:block; }
#po3FnwwoiWJqJsGHOENbiwwJNLhRxzH0 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:7rem;left:46.125rem;height:1.7875rem;text-align:center;text-align-last:center;display:block; }
#EEC0ZdhZywXCztrrCPGQouLko4PxL9N1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:2.375rem;left:54.187501907349rem; }
#h0RcTsael6dZ7WGmCvioLnzoAHANesbA { box-sizing:content-box;height:0.1875rem;width:18.75rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.937501907349rem;left:46.875000953674rem;display:block; }
#i1V5RfmZ68194Dg6ZUmaBtBn6fUZdKFo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#i1V5RfmZ68194Dg6ZUmaBtBn6fUZdKFo > .row .container { background-color: transparent; background-image: none; }#i1V5RfmZ68194Dg6ZUmaBtBn6fUZdKFo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i1V5RfmZ68194Dg6ZUmaBtBn6fUZdKFo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i1V5RfmZ68194Dg6ZUmaBtBn6fUZdKFo > .row .container > .video-iframe-container { display: none; }#i1V5RfmZ68194Dg6ZUmaBtBn6fUZdKFo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i1V5RfmZ68194Dg6ZUmaBtBn6fUZdKFo > .row > .video-iframe-container { display: none; }#i1V5RfmZ68194Dg6ZUmaBtBn6fUZdKFo > .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); }#i1V5RfmZ68194Dg6ZUmaBtBn6fUZdKFo > .row .container { border-width: 0; border-radius: 0; }#i1V5RfmZ68194Dg6ZUmaBtBn6fUZdKFo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i1V5RfmZ68194Dg6ZUmaBtBn6fUZdKFo > .row .container { font-size:0.875rem;font-family:"open sans";height:27.125rem;width:75rem;position:relative;display:block; }#Za6H2Rl93tuECe4KpSq6PolGcF3KClSs { color:rgba(var(--color-primary-2),1);display:block;width:43.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:4.5rem;left:2.0625rem;height:2.84375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BF3bbO0MK4aoApd39lEGuIidUW2aKEsm { color:rgba(var(--color-primary-4),1);display:block;width:46.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:11.748437404633rem;left:2.0625rem;height:4.3875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DukklfFz0hUqcQGayVd9NxRTRlUozRVX { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.75rem;height:3.375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:21.410937309265rem;left:24.625000953674rem;display:block; }
#oX9oPTTSr03npM03yTM5eRgQiD9tCHci { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VGrHcbHHb3dzVOdCAhPfs9BpcDKw4SZh { position:absolute;display:block;z-index:15021;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:13.9375rem;width:21rem;top:6.59375rem;left:50.500000953674rem;overflow:hidden;display:block; }
#CroKSlTbQ7NMtg3WlTWHNHRDpoqcydTG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-tertiary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-tertiary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-2),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CroKSlTbQ7NMtg3WlTWHNHRDpoqcydTG > .row .container { background-color: transparent; background-image: none; }#CroKSlTbQ7NMtg3WlTWHNHRDpoqcydTG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CroKSlTbQ7NMtg3WlTWHNHRDpoqcydTG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CroKSlTbQ7NMtg3WlTWHNHRDpoqcydTG > .row .container > .video-iframe-container { display: none; }#CroKSlTbQ7NMtg3WlTWHNHRDpoqcydTG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CroKSlTbQ7NMtg3WlTWHNHRDpoqcydTG > .row > .video-iframe-container { display: none; }#CroKSlTbQ7NMtg3WlTWHNHRDpoqcydTG > .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); }#CroKSlTbQ7NMtg3WlTWHNHRDpoqcydTG > .row .container { border-width: 0; border-radius: 0; }#CroKSlTbQ7NMtg3WlTWHNHRDpoqcydTG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CroKSlTbQ7NMtg3WlTWHNHRDpoqcydTG > .row .container { font-size:0.875rem;font-family:arial;height:6.0625rem;width:75rem;position:relative;display:block; }#QxdMZbvFH2I4s3DTtl5PtVnLRnMvGS2T { color:rgba(var(--color-tertiary-0),1);display:block;width:47.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.3250000476837rem;left:13.561718940735rem;height:3.4125rem;text-align:center;text-align-last:center;display:block; }
#AMLXZZ3JdXVqkp52LMLvSWpq7K08wvyt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AMLXZZ3JdXVqkp52LMLvSWpq7K08wvyt > .row .container { background-color: transparent; background-image: none; }#AMLXZZ3JdXVqkp52LMLvSWpq7K08wvyt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AMLXZZ3JdXVqkp52LMLvSWpq7K08wvyt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AMLXZZ3JdXVqkp52LMLvSWpq7K08wvyt > .row .container > .video-iframe-container { display: none; }#AMLXZZ3JdXVqkp52LMLvSWpq7K08wvyt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AMLXZZ3JdXVqkp52LMLvSWpq7K08wvyt > .row > .video-iframe-container { display: none; }#AMLXZZ3JdXVqkp52LMLvSWpq7K08wvyt > .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); }#AMLXZZ3JdXVqkp52LMLvSWpq7K08wvyt > .row .container { border-width: 0; border-radius: 0; }#AMLXZZ3JdXVqkp52LMLvSWpq7K08wvyt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AMLXZZ3JdXVqkp52LMLvSWpq7K08wvyt > .row .container { font-size:0.875rem;font-family:arial;height:20rem;width:75rem;position:relative;display:block; }#z67l2o39dEcoaDSrNhJN0zPa8yr2ryvQ { box-sizing:content-box;height:17.375rem;width:16.125rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.6875rem;left:1.3125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0.1875rem solid rgba(var(--color-secondary-2),1);border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1);display:block; }
#u7OePy3cOgQyuNMPxdLK3FBroyWJcdOI { color:rgba(var(--color-primary-4),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:8.21484375rem;left:2.4375rem;height:5.525rem;text-align:center;text-align-last:center;display:block; }
#niT0SNT7oJ4Gil0K8NCT5tcyf7ku2XLl { box-sizing:content-box;height:0.125rem;width:13.3125rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.91015625rem;left:2.71875rem;display:block; }
#fpeQdIvpRZi7BMZJ2JvSsdsQnTThq0kK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:1.5rem;left:7.311718940735rem; }
#HAzxv8ATuE8e2Dng7k5B4NSyqMAfw6I7 { box-sizing:content-box;height:17.375rem;width:16.125rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.6875rem;left:20.0625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0.1875rem solid rgba(var(--color-secondary-2),1);border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1);display:block; }
#oTi9wLxTSTUqkeG49O6XZgtegGIIhGJ2 { color:rgba(var(--color-primary-4),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:8.1875rem;left:21.1875rem;height:4.14375rem;text-align:center;text-align-last:center;display:block; }
#dv24nuMOcTirnTxzzBBF60q0vcvdcTDW { box-sizing:content-box;height:0.125rem;width:13.3125rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:21.4375rem;display:block; }
#A294JDtyTNmmd1cygNQL2reKrU9MfNUV { box-sizing:content-box;height:17.375rem;width:16.125rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.6875rem;left:57.312500953674rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0.1875rem solid rgba(var(--color-secondary-2),1);border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1);display:block; }
#HvyV7GqzofFD0yJBsKfhXUrrE4CiC5wx { color:rgba(var(--color-primary-4),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:8.2140655517575rem;left:58.437500953674rem;height:5.525rem;text-align:center;text-align-last:center;display:block; }
#boKbvWDQrEDXOiwmzHS1yITgFxdGPIxT { box-sizing:content-box;height:0.125rem;width:13.3125rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9593811035156rem;left:58.718750953674rem;display:block; }
#DCKT0Nt55itpcmEJB4hGOWfrngbvar1D { box-sizing:content-box;height:17.375rem;width:16.125rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.6875rem;left:38.687500953674rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0.1875rem solid rgba(var(--color-secondary-2),1);border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1);display:block; }
#JB908W3QhyaILizkDXLvUcJUyTGGC5nD { color:rgba(var(--color-primary-4),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:7.4015655517575rem;left:39.812500953674rem;height:6.90625rem;text-align:center;text-align-last:center;display:block; }
#Lw9ugNXBZI2Kh6W1aHrSQrAfPsmbrfgW { box-sizing:content-box;height:0.125rem;width:13.3125rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.91015625rem;left:40.093750953674rem;display:block; }
#xs6S4xkyAmSMHC4evAT2EsEidzJCtBAN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:1.549218788743rem;left:26.062500953674rem; }
#NwVawkUZ6nhzyFPXbP3oNCgRy3DZhTwD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:1.5492248535156rem;left:44.687500953674rem; }
#JczTGxidu6nazxRcySFIyVp5iaAeoe4M { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:1.5492248535156rem;left:63.375000953675rem; }
#F0vQetVxcNRlxxtTIRMB7WN1BaW48Mfy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#F0vQetVxcNRlxxtTIRMB7WN1BaW48Mfy > .row .container { background-color: transparent; background-image: none; }#F0vQetVxcNRlxxtTIRMB7WN1BaW48Mfy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F0vQetVxcNRlxxtTIRMB7WN1BaW48Mfy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F0vQetVxcNRlxxtTIRMB7WN1BaW48Mfy > .row .container > .video-iframe-container { display: none; }#F0vQetVxcNRlxxtTIRMB7WN1BaW48Mfy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F0vQetVxcNRlxxtTIRMB7WN1BaW48Mfy > .row > .video-iframe-container { display: none; }#F0vQetVxcNRlxxtTIRMB7WN1BaW48Mfy > .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); }#F0vQetVxcNRlxxtTIRMB7WN1BaW48Mfy > .row .container { border-width: 0; border-radius: 0; }#F0vQetVxcNRlxxtTIRMB7WN1BaW48Mfy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F0vQetVxcNRlxxtTIRMB7WN1BaW48Mfy > .row .container { font-size:0.875rem;font-family:"open sans";height:31.0625rem;width:75rem;position:relative;display:block; }#HqWcBJ24po01lx9crATltqhZULZ7MpsD { color:rgba(var(--color-primary-4),1);display:block;width:70.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:2.4604167938233rem;left:2.03125rem;height:22.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VrJuHUfANoHB2d36KsioC3x0uDMbFSrT { position:relative;display:block; }#VrJuHUfANoHB2d36KsioC3x0uDMbFSrT { background-color: transparent; background-image: none; }#VrJuHUfANoHB2d36KsioC3x0uDMbFSrT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VrJuHUfANoHB2d36KsioC3x0uDMbFSrT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VrJuHUfANoHB2d36KsioC3x0uDMbFSrT > .row .container > .video-iframe-container { display: none; }#VrJuHUfANoHB2d36KsioC3x0uDMbFSrT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VrJuHUfANoHB2d36KsioC3x0uDMbFSrT > .row > .video-iframe-container { display: none; }#VrJuHUfANoHB2d36KsioC3x0uDMbFSrT > .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); }#VrJuHUfANoHB2d36KsioC3x0uDMbFSrT { border-width: 0; border-radius: 0; }#VrJuHUfANoHB2d36KsioC3x0uDMbFSrT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#VrJuHUfANoHB2d36KsioC3x0uDMbFSrT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MmWnvVUk8o2LXWvJsRKtKVNrFBuZkNaZ { color:rgba(var(--color-tertiary-4),1);display:block;width:17.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.3250007629394rem;left:28.562500953674rem;height:;text-align:center;text-align-last:center;display:block; }
#hD8fznBk4LTeGT4cpZnaiKWbdMAfVLpO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hD8fznBk4LTeGT4cpZnaiKWbdMAfVLpO > .row .container { background-color: transparent; background-image: none; }#hD8fznBk4LTeGT4cpZnaiKWbdMAfVLpO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hD8fznBk4LTeGT4cpZnaiKWbdMAfVLpO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hD8fznBk4LTeGT4cpZnaiKWbdMAfVLpO > .row .container > .video-iframe-container { display: none; }#hD8fznBk4LTeGT4cpZnaiKWbdMAfVLpO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hD8fznBk4LTeGT4cpZnaiKWbdMAfVLpO > .row > .video-iframe-container { display: none; }#hD8fznBk4LTeGT4cpZnaiKWbdMAfVLpO > .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); }#hD8fznBk4LTeGT4cpZnaiKWbdMAfVLpO > .row .container { border-width: 0; border-radius: 0; }#hD8fznBk4LTeGT4cpZnaiKWbdMAfVLpO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hD8fznBk4LTeGT4cpZnaiKWbdMAfVLpO > .row .container { font-size:0.875rem;font-family:arial;height:7.3125rem;width:75rem;position:relative;display:block; }#T4WonU5ThA6Qsk2nToorCFnmavGrBvCd { box-sizing:content-box;height:4.375rem;width:50rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.28125rem;left:12.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; }
#zuENpr3FnLO0XZ01Te8hBG3Pupfxpum1 { color:rgba(var(--color-tertiary-0),1);display:block;width:35.375rem;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.4929690361023rem;left:19.280468940735rem;height:1.95rem;font-style:normal;display:block; }
#VMvOsQS0amwA4vFcSNfJN19JWpx4BSk5 { box-sizing:content-box;height:3.3125rem;width:9.25rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.8125rem;left:8.2867193222044rem;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; }
#SAnOiR1z2LDyps3XLBKJzTeRJ3LKQZpe { color:rgba(var(--color-tertiary-0),1);display:block;width:9.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.4937500953674rem;left:8.3804693222044rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bEdhDKJ42LHTm2NPHy0OqHQKcreRV0DQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bEdhDKJ42LHTm2NPHy0OqHQKcreRV0DQ > .row .container { background-color: transparent; background-image: none; }#bEdhDKJ42LHTm2NPHy0OqHQKcreRV0DQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bEdhDKJ42LHTm2NPHy0OqHQKcreRV0DQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bEdhDKJ42LHTm2NPHy0OqHQKcreRV0DQ > .row .container > .video-iframe-container { display: none; }#bEdhDKJ42LHTm2NPHy0OqHQKcreRV0DQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bEdhDKJ42LHTm2NPHy0OqHQKcreRV0DQ > .row > .video-iframe-container { display: none; }#bEdhDKJ42LHTm2NPHy0OqHQKcreRV0DQ > .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); }#bEdhDKJ42LHTm2NPHy0OqHQKcreRV0DQ > .row .container { border-width: 0; border-radius: 0; }#bEdhDKJ42LHTm2NPHy0OqHQKcreRV0DQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bEdhDKJ42LHTm2NPHy0OqHQKcreRV0DQ > .row .container { font-size:0.875rem;font-family:arial;height:11.375rem;width:75rem;position:relative;display:block; }#qHBcs99QZgtTsD66QkX55xl5Sgy3vWFE { box-sizing:content-box;height:4.375rem;width:50rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.21875rem;left:12.499218940735rem;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; }
#LncubIxTLq2Se4o9Ntl1fRSo3PRTWxTC { color:rgba(var(--color-tertiary-0),1);display:block;width:35.375rem;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.3679656982422rem;left:19.280468940735rem;height:1.95rem;font-style:normal;display:block; }
#E8bk7NDrbmSefyazu2zawleunQtOOUtv { box-sizing:content-box;height:3.3125rem;width:9.25rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.625rem;left:8.2867193222044rem;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; }
#sx8C9S0SVoorvtASnnPV2POHDQh16Owe { color:rgba(var(--color-tertiary-0),1);display:block;width:9.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.3054656982422rem;left:8.3804693222044rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qLU6dgagOiCr1VbSZdUxQKmpZrBb0TRn { box-sizing:content-box;height:4.375rem;width:16.1875rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.56640625rem;left:43.912499427796rem;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; }
#sTKTsChiwZlr5p1kNScUNlQzR4drkV5G { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:7.34375rem;left:44.537499427796rem;height:1.38125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hbDi9NppUz9c24CPxWc9CO3ZKCMCGohO { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:8.90234375rem;left:44.537499427796rem;height:1.38125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#iUHXRZ61ifTxqb3QnkkH88V1GrXOJ7OZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iUHXRZ61ifTxqb3QnkkH88V1GrXOJ7OZ > .row .container { background-color: transparent; background-image: none; }#iUHXRZ61ifTxqb3QnkkH88V1GrXOJ7OZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iUHXRZ61ifTxqb3QnkkH88V1GrXOJ7OZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iUHXRZ61ifTxqb3QnkkH88V1GrXOJ7OZ > .row .container > .video-iframe-container { display: none; }#iUHXRZ61ifTxqb3QnkkH88V1GrXOJ7OZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iUHXRZ61ifTxqb3QnkkH88V1GrXOJ7OZ > .row > .video-iframe-container { display: none; }#iUHXRZ61ifTxqb3QnkkH88V1GrXOJ7OZ > .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); }#iUHXRZ61ifTxqb3QnkkH88V1GrXOJ7OZ > .row .container { border-width: 0; border-radius: 0; }#iUHXRZ61ifTxqb3QnkkH88V1GrXOJ7OZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iUHXRZ61ifTxqb3QnkkH88V1GrXOJ7OZ > .row .container { font-size:0.875rem;font-family:arial;height:17.4375rem;width:75rem;position:relative;display:block; }#ogk1zbRMbWPZAwW3K4g3m2rdc4EULM9x { box-sizing:content-box;height:4.375rem;width:50rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.28125rem;left:12.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; }
#imTzBVkdemiNwX8aZLvzZpn6nabLEpHg { box-sizing:content-box;height:9.1875rem;width:29.875rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;top:6.998947143555rem;left:12.498959064484rem;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; }
#hh53O9pNlgS94V8cBNkkP1mVZopIIlcB { color:rgba(var(--color-tertiary-4),1);display:block;width:24.0625rem;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.487501144409rem;left:14.561718940735rem;height:;overflow:hidden;display:block; }#hh53O9pNlgS94V8cBNkkP1mVZopIIlcB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hh53O9pNlgS94V8cBNkkP1mVZopIIlcB li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4ba0d9fbf22492779c19ac0954e19ebb.svg); }
#OpJVTczI3yTrAZdy2dWMgOSbfOtPFxHv { color:rgba(var(--color-tertiary-0),1);display:block;width:32.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.4927091598511rem;left:19.155209064484rem;height:1.95rem;font-style:normal;display:block; }
#QemlBoQucQGTACmmACvaVwrCqPFJPlWg { box-sizing:content-box;height:3.3125rem;width:9.25rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.8125rem;left:8.311718940735rem;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; }
#WzX5bboz7N32aWzKtOh7Jfc8rkgNfZox { color:rgba(var(--color-tertiary-0),1);display:block;width:9.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.4929695129394rem;left:8.405468940735rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V6aUGqtuoExKuMx4xJBaTMl4xfx3VOXJ { color:rgba(var(--color-tertiary-4),1);display:block;width:25.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:8.28515625rem;left:14.561718940735rem;height:6.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#QW5it9IonfhHzcgqPtWH7aTnHyGZ7Jb3 { box-sizing:content-box;height:9.3125rem;width:16.1875rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9367218017575rem;left:44.125000953674rem;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; }
#pe2btEas9O2R9zTV46XRzWIwGOMqdKhd { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:7.6249980926512rem;left:44.750000953674rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EVnyRofFmX81s9oDSXS6IvGJqnSWxVaR { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:12.184374809265rem;left:44.750000953674rem;height:2.7625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Cxhf0xVgH4wPhJa4BuOftrX600lrnJxh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Cxhf0xVgH4wPhJa4BuOftrX600lrnJxh > .row .container { background-color: transparent; background-image: none; }#Cxhf0xVgH4wPhJa4BuOftrX600lrnJxh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cxhf0xVgH4wPhJa4BuOftrX600lrnJxh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cxhf0xVgH4wPhJa4BuOftrX600lrnJxh > .row .container > .video-iframe-container { display: none; }#Cxhf0xVgH4wPhJa4BuOftrX600lrnJxh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cxhf0xVgH4wPhJa4BuOftrX600lrnJxh > .row > .video-iframe-container { display: none; }#Cxhf0xVgH4wPhJa4BuOftrX600lrnJxh > .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); }#Cxhf0xVgH4wPhJa4BuOftrX600lrnJxh > .row .container { border-width: 0; border-radius: 0; }#Cxhf0xVgH4wPhJa4BuOftrX600lrnJxh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Cxhf0xVgH4wPhJa4BuOftrX600lrnJxh > .row .container { font-size:0.875rem;font-family:arial;height:21rem;width:75rem;position:relative;display:block; }#HZDTcs3sl6pN00xMfyGevh7ultoInolL { box-sizing:content-box;height:4.375rem;width:50rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.28125rem;left:12.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; }
#OqUKeKkSFk5XCXdmMWg9flfzLVytunZy { box-sizing:content-box;height:13.5625rem;width:30.0625rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;top:6.4354095458988rem;left:12.498959064484rem;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; }
#WfwFCJItRK022NNU8cUKgO8zSlSOTd8Z { color:rgba(var(--color-tertiary-4),1);display:block;width:25.125rem;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:12.85390663147rem;left:14.561718940735rem;height:;overflow:hidden;display:block; }#WfwFCJItRK022NNU8cUKgO8zSlSOTd8Z li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WfwFCJItRK022NNU8cUKgO8zSlSOTd8Z li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4ba0d9fbf22492779c19ac0954e19ebb.svg); }
#AnyIG9NFfTSx2by2CocStSeZ1pWx7SCU { color:rgba(var(--color-tertiary-0),1);display:block;width:42rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.4937505722046rem;left:18.7541680336rem;height:1.95rem;font-style:normal;display:block; }
#QTWckbCeza8Kcgf1RTRxZIsSyEcPlgwh { box-sizing:content-box;height:3.3125rem;width:9.25rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.8125rem;left:8.311718940735rem;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; }
#RbFayFK3Aimk5KTQPJ5xm0GRl79MNPWP { color:rgba(var(--color-tertiary-0),1);display:block;width:9.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.4929695129394rem;left:8.405468940735rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UPRQ4oMiZT0aBfT4AQuFnDqW3pzAfSmU { color:rgba(var(--color-tertiary-4),1);display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:7.723437309265rem;left:14.561718940735rem;height:9.1rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#MUkW4eBXVUfhm5Mi1cUL7WVkgHlLTPor { box-sizing:content-box;height:13.5rem;width:16.1875rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.4375rem;left:44.500000953674rem;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; }
#z3sZ5rmnTQgHChTlJcZmCzklcg39MLyH { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:10.4375rem;left:45.125000953674rem;height:8.2875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#aiKLMBhFSZv4kEpXu7fB8aaOZ94kTVSs { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:7.125rem;left:45.125000953674rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SRBwOkip6kF7uU9t0pvmTkv0FZ3lOqiA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SRBwOkip6kF7uU9t0pvmTkv0FZ3lOqiA > .row .container { background-color: transparent; background-image: none; }#SRBwOkip6kF7uU9t0pvmTkv0FZ3lOqiA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SRBwOkip6kF7uU9t0pvmTkv0FZ3lOqiA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SRBwOkip6kF7uU9t0pvmTkv0FZ3lOqiA > .row .container > .video-iframe-container { display: none; }#SRBwOkip6kF7uU9t0pvmTkv0FZ3lOqiA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SRBwOkip6kF7uU9t0pvmTkv0FZ3lOqiA > .row > .video-iframe-container { display: none; }#SRBwOkip6kF7uU9t0pvmTkv0FZ3lOqiA > .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); }#SRBwOkip6kF7uU9t0pvmTkv0FZ3lOqiA > .row .container { border-width: 0; border-radius: 0; }#SRBwOkip6kF7uU9t0pvmTkv0FZ3lOqiA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SRBwOkip6kF7uU9t0pvmTkv0FZ3lOqiA > .row .container { font-size:0.875rem;font-family:arial;height:7.3125rem;width:75rem;position:relative;display:block; }#R3swsmViU2PArXETvTmETQBsfyrhZkd0 { box-sizing:content-box;height:4.375rem;width:50rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.28125rem;left:12.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; }
#RwKmnvqKLrkbgGGAN34i2RCP2Ngn95AU { color:rgba(var(--color-tertiary-0),1);display:block;width:35.375rem;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.4929690361023rem;left:19.280468940735rem;height:1.95rem;font-style:normal;display:block; }
#pC7gsxXigP3hWGnyvyU86vTFDflTLq6m { box-sizing:content-box;height:3.3125rem;width:9.4375rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.8125rem;left:8.2867193222044rem;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; }
#f8KDt6wD4lSTCrecKQbOv9oNMd7MNhzh { color:rgba(var(--color-tertiary-0),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.4937496185302rem;left:8.3804693222044rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GuPrcGaIrGGKUJXzlzaF6wNRK3e1tLXf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GuPrcGaIrGGKUJXzlzaF6wNRK3e1tLXf > .row .container { background-color: transparent; background-image: none; }#GuPrcGaIrGGKUJXzlzaF6wNRK3e1tLXf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GuPrcGaIrGGKUJXzlzaF6wNRK3e1tLXf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GuPrcGaIrGGKUJXzlzaF6wNRK3e1tLXf > .row .container > .video-iframe-container { display: none; }#GuPrcGaIrGGKUJXzlzaF6wNRK3e1tLXf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GuPrcGaIrGGKUJXzlzaF6wNRK3e1tLXf > .row > .video-iframe-container { display: none; }#GuPrcGaIrGGKUJXzlzaF6wNRK3e1tLXf > .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); }#GuPrcGaIrGGKUJXzlzaF6wNRK3e1tLXf > .row .container { border-width: 0; border-radius: 0; }#GuPrcGaIrGGKUJXzlzaF6wNRK3e1tLXf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GuPrcGaIrGGKUJXzlzaF6wNRK3e1tLXf > .row .container { font-size:0.875rem;font-family:arial;height:30.125rem;width:75rem;position:relative;display:block; }#I48I8iPraAh3sLqTGpTiA4vPBG5QxNwK { box-sizing:content-box;height:6.6875rem;width:50rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.28125rem;left:12.500000476837rem;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; }
#JbhusppKz0sMPIZHa9NMz1RW5UgDzwyf { color:rgba(var(--color-tertiary-0),1);display:block;width:42.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.6179685592651rem;left:19.280468940735rem;height:5.85rem;font-style:normal;display:block; }
#kCJJDs51AFKK2S7clSCvtQdixQEROvow { box-sizing:content-box;height:3.3125rem;width:9.4375rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.8125rem;left:8.2867193222044rem;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; }
#RCRLrhS6I4oV9lTxAHxBnw3OP7g8ADwC { color:rgba(var(--color-tertiary-0),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.4937496185302rem;left:8.3804693222044rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hW22HTUJlchsfDkS37dPG3zfZhDth8Uf { box-sizing:content-box;height:19.4375rem;width:30.375rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;top:9.25rem;left:12.500000476837rem;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; }
#rm8v3yEh3TZ6IItoz5VCsf1qAETNR3Qw { color:rgba(var(--color-tertiary-4),1);display:block;width:24.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:10.773958206177rem;left:14.830208301544rem;height:2.6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#RM5BkPdyIKypmKsF5bEDqHTzmATa8vWZ { box-sizing:content-box;height:11.8125rem;width:16.1875rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.15625rem;left:44.750000476837rem;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; }
#P5ybkfxipkVwawBXPSFKaNL7WmlaUUcP { color:rgba(var(--color-tertiary-0),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:12.300001144409rem;left:45.218754291534rem;height:4.14375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#M7QEcqIoy664vVwKWcvTTJeaOvpHZhyd { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:10rem;left:45.375004291534rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UBN7PeMbMZJS6CMvw2uPF6afeHRfSA2y { color:rgba(var(--color-tertiary-4),1);display:block;width:25.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:15.587501525879rem;left:14.830208301544rem;height:12.6375rem;overflow:hidden;display:block; }#UBN7PeMbMZJS6CMvw2uPF6afeHRfSA2y li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UBN7PeMbMZJS6CMvw2uPF6afeHRfSA2y li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4ba0d9fbf22492779c19ac0954e19ebb.svg); }
#dEpiZaEoB4BCpqSo8rFeo9amhvvceqgH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dEpiZaEoB4BCpqSo8rFeo9amhvvceqgH > .row .container { background-color: transparent; background-image: none; }#dEpiZaEoB4BCpqSo8rFeo9amhvvceqgH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dEpiZaEoB4BCpqSo8rFeo9amhvvceqgH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dEpiZaEoB4BCpqSo8rFeo9amhvvceqgH > .row .container > .video-iframe-container { display: none; }#dEpiZaEoB4BCpqSo8rFeo9amhvvceqgH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dEpiZaEoB4BCpqSo8rFeo9amhvvceqgH > .row > .video-iframe-container { display: none; }#dEpiZaEoB4BCpqSo8rFeo9amhvvceqgH > .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); }#dEpiZaEoB4BCpqSo8rFeo9amhvvceqgH > .row .container { border-width: 0; border-radius: 0; }#dEpiZaEoB4BCpqSo8rFeo9amhvvceqgH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dEpiZaEoB4BCpqSo8rFeo9amhvvceqgH > .row .container { font-size:0.875rem;font-family:arial;height:23.6875rem;width:75rem;position:relative;display:block; }#hFvrnvX6HHUoTnoaCoSSygkoGxFAUg5Z { box-sizing:content-box;height:4.375rem;width:50rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.28125rem;left:12.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; }
#OBbEAFkhxuQM0WdxLunmFTBx414nkmiM { box-sizing:content-box;height:15.875rem;width:30.5625rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;top:6.4354248046875rem;left:12.498959064484rem;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; }
#mubH2E6worpe6xqPc823B57zUkAvDicN { color:rgba(var(--color-tertiary-0),1);display:block;width:40.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.4937443733216rem;left:19.030209064484rem;height:1.95rem;font-style:normal;display:block; }
#DsHAPOtIeVanewmU9OmWITdeIFLCLI9c { box-sizing:content-box;height:3.3125rem;width:9.25rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.8125rem;left:8.311718940735rem;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; }
#e08g1NTdWDpPRCduJ6zITm3E6VA1QrTw { color:rgba(var(--color-tertiary-0),1);display:block;width:9.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.4929695129394rem;left:8.405468940735rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Fpdgcf1dkeDbi75oCqWXT7LM6phsnDFs { color:rgba(var(--color-tertiary-4),1);display:block;width:26rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:7.7234382629394rem;left:14.561718940735rem;height:9.1rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#J6FOoSFnrTyvk7FA51zgSDGTa6vxh5px { box-sizing:content-box;height:16rem;width:16.1875rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.4375rem;left:45.125000953674rem;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; }
#u0r7K20DxrbsQJIMHO7WoRog62Q8U6Cs { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:7.6875rem;left:45.750000953674rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yuLvk1XTlF8S93wQ50CR3EKHPVdo0WNP { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:10.6171875rem;left:45.862500190735rem;height:2.7625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#zaKBiTunE6DFy5p859UwuvcP7XpAXvKz { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:15.323455810547rem;left:45.937500953674rem;height:2.7625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#gsTUQiX9MVWVqLTVUc5pZPkES3B3CkOu { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:18.649993896484rem;left:46.062500953674rem;height:2.7625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#C7JZ6v21LbEBAgKdb6kNI6w0XvTyy8pJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#C7JZ6v21LbEBAgKdb6kNI6w0XvTyy8pJ > .row .container { background-color: transparent; background-image: none; }#C7JZ6v21LbEBAgKdb6kNI6w0XvTyy8pJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C7JZ6v21LbEBAgKdb6kNI6w0XvTyy8pJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C7JZ6v21LbEBAgKdb6kNI6w0XvTyy8pJ > .row .container > .video-iframe-container { display: none; }#C7JZ6v21LbEBAgKdb6kNI6w0XvTyy8pJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C7JZ6v21LbEBAgKdb6kNI6w0XvTyy8pJ > .row > .video-iframe-container { display: none; }#C7JZ6v21LbEBAgKdb6kNI6w0XvTyy8pJ > .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); }#C7JZ6v21LbEBAgKdb6kNI6w0XvTyy8pJ > .row .container { border-width: 0; border-radius: 0; }#C7JZ6v21LbEBAgKdb6kNI6w0XvTyy8pJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C7JZ6v21LbEBAgKdb6kNI6w0XvTyy8pJ > .row .container { font-size:0.875rem;font-family:arial;height:7.3125rem;width:75rem;position:relative;display:block; }#c6V3DxkRVTghUIJixpAravy2iOzzWZlv { box-sizing:content-box;height:4.375rem;width:50rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.28125rem;left:12.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; }
#ESAIzWiKmTxB8heu8HoFNRnP1LCdkp5G { color:rgba(var(--color-tertiary-0),1);display:block;width:35.375rem;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.4929690361023rem;left:19.280468940735rem;height:1.95rem;font-style:normal;display:block; }
#Gl9ZwpCBUcbTo2wPW7USeRTzIbH1Wcnx { box-sizing:content-box;height:3.3125rem;width:9.8125rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.8125rem;left:8.2867193222044rem;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; }
#UHAGN41IT46vQEeaA7F9N2FiyTPocJ5a { color:rgba(var(--color-tertiary-0),1);display:block;width:9.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.4929685592651rem;left:8.3804693222044rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i1ycVeX0XfcZAg22u3Q2TVFxFCKCs8BE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#i1ycVeX0XfcZAg22u3Q2TVFxFCKCs8BE > .row .container { background-color: transparent; background-image: none; }#i1ycVeX0XfcZAg22u3Q2TVFxFCKCs8BE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i1ycVeX0XfcZAg22u3Q2TVFxFCKCs8BE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i1ycVeX0XfcZAg22u3Q2TVFxFCKCs8BE > .row .container > .video-iframe-container { display: none; }#i1ycVeX0XfcZAg22u3Q2TVFxFCKCs8BE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i1ycVeX0XfcZAg22u3Q2TVFxFCKCs8BE > .row > .video-iframe-container { display: none; }#i1ycVeX0XfcZAg22u3Q2TVFxFCKCs8BE > .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); }#i1ycVeX0XfcZAg22u3Q2TVFxFCKCs8BE > .row .container { border-width: 0; border-radius: 0; }#i1ycVeX0XfcZAg22u3Q2TVFxFCKCs8BE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i1ycVeX0XfcZAg22u3Q2TVFxFCKCs8BE > .row .container { font-size:0.875rem;font-family:arial;height:23.5625rem;width:75rem;position:relative;display:block; }#v3OlzIM5iGf49vhDZ52p1nf2PmpL5ptc { box-sizing:content-box;height:4.375rem;width:50rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.28125rem;left:12.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; }
#uT1PGxo9Dy80NlrxJpciZ2fls8bW1uf7 { color:rgba(var(--color-tertiary-0),1);display:block;width:32.0625rem;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.4927082061767rem;left:19.342709064484rem;height:1.95rem;font-style:normal;display:block; }
#Qarn0TQSUC84DNpfHHNEh1bLdpX9Ii6f { box-sizing:content-box;height:3.3125rem;width:9.8125rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.8125rem;left:8.2867193222044rem;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; }
#uTM952MGkP2H2Lo25DUcVhSQQ5As1zM8 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.4929685592651rem;left:8.3804693222044rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A44VQSCJ87TlVXEBKc5CTcTNc9zEJLr6 { box-sizing:content-box;height:17.25rem;width:16.1875rem;position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.0625rem;left:44.687500953674rem;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; }
#u0ZaDNr9VHxtNeZv0CWrnCNM3tv837ow { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.84375rem;left:45.062500953674rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BeAmL4CyBFF3pmPWEvzL4goHt3vvdwLf { box-sizing:content-box;height:17.3125rem;width:30.5625rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;top:6.0625rem;left:12.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; }
#xVh2upVd2iQ62UJqz7mgPl22N0cbcAN7 { color:rgba(var(--color-tertiary-4),1);display:block;width:26rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:7.2500190734862rem;left:14.799218177796rem;height:11.7rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#C4L5bmc63fdhlGaE7ZkAnUeLMBc7yy6f { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:11.373443603516rem;left:45.250000953674rem;height:4.14375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#nzTqDqaI3uPKFrrG0Av8DWJGn9DqxnTO { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:17.612518310547rem;left:45.349999427796rem;height:2.7625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#lZ2uWeqXlwqgEHSroslwhzeUmdzsMkkR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lZ2uWeqXlwqgEHSroslwhzeUmdzsMkkR > .row .container { background-color: transparent; background-image: none; }#lZ2uWeqXlwqgEHSroslwhzeUmdzsMkkR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lZ2uWeqXlwqgEHSroslwhzeUmdzsMkkR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lZ2uWeqXlwqgEHSroslwhzeUmdzsMkkR > .row .container > .video-iframe-container { display: none; }#lZ2uWeqXlwqgEHSroslwhzeUmdzsMkkR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lZ2uWeqXlwqgEHSroslwhzeUmdzsMkkR > .row > .video-iframe-container { display: none; }#lZ2uWeqXlwqgEHSroslwhzeUmdzsMkkR > .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); }#lZ2uWeqXlwqgEHSroslwhzeUmdzsMkkR > .row .container { border-width: 0; border-radius: 0; }#lZ2uWeqXlwqgEHSroslwhzeUmdzsMkkR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lZ2uWeqXlwqgEHSroslwhzeUmdzsMkkR > .row .container { font-size:0.875rem;font-family:arial;height:13.75rem;width:75rem;position:relative;display:block; }#yGhWWbzXMPnKmOrTozpZ8uHWKDtKKB7V { box-sizing:content-box;height:4.375rem;width:50rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.28125rem;left:12.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; }
#Bv6gDIgCxEPZ1dRBMZ6yDyO6u3VKm25m { box-sizing:content-box;height:5.0625rem;width:30.5rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;top:6.4359359741213rem;left:12.499218940735rem;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; }
#uidJuUU1DSRuhvGFCr7rPaKXkdRdGykt { color:rgba(var(--color-tertiary-0),1);display:block;width:32.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.4929695129394rem;left:19.030468940735rem;height:1.95rem;font-style:normal;display:block; }
#DArhKpDsl0VZskwHa6u7qkkdIddivfmd { box-sizing:content-box;height:3.3125rem;width:9.25rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.8125rem;left:8.311718940735rem;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; }
#TLXNRDLL4ePoF7OQroRPfRZ7viTImNkk { color:rgba(var(--color-tertiary-0),1);display:block;width:9.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.4929695129394rem;left:8.405468940735rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HWBeoTdfKMaZf6U9Qm4glHsIOG6l9AEO { color:rgba(var(--color-tertiary-4),1);display:block;width:27.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:7.7234344482425rem;left:14.561718940735rem;height:2.6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#n3Qm9OSbwmATnTmHw16slWDOUh30dD9Q { position:relative;display:block; }#n3Qm9OSbwmATnTmHw16slWDOUh30dD9Q { background-color: transparent; background-image: none; }#n3Qm9OSbwmATnTmHw16slWDOUh30dD9Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n3Qm9OSbwmATnTmHw16slWDOUh30dD9Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n3Qm9OSbwmATnTmHw16slWDOUh30dD9Q > .row .container > .video-iframe-container { display: none; }#n3Qm9OSbwmATnTmHw16slWDOUh30dD9Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n3Qm9OSbwmATnTmHw16slWDOUh30dD9Q > .row > .video-iframe-container { display: none; }#n3Qm9OSbwmATnTmHw16slWDOUh30dD9Q > .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); }#n3Qm9OSbwmATnTmHw16slWDOUh30dD9Q { border-width: 0; border-radius: 0; }#n3Qm9OSbwmATnTmHw16slWDOUh30dD9Q > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#n3Qm9OSbwmATnTmHw16slWDOUh30dD9Q > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:37.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zHeNhyKABTQAPHh02346FalJVxSauzDR { color:rgba(var(--color-primary-2),1);display:block;width:47.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.2742185592651rem;left:13.561718940735rem;height:2.19375rem;text-align:center;text-align-last:center;display:block; }
#N4RfAA5lLtgq4mEktTDfbexOgKOKaHIM { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:11.8125rem;top:5.0234375rem;left:38.349217414856rem;overflow:hidden;display:block; }
#rlqeECdC9rmOaCxaRd3QNTwkFiLeLXT7 { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:10.125rem;top:5.0234375rem;left:25.787499427796rem;overflow:hidden;display:block; }
#sZRDXhzvmpOMKVHp4bn1loOyUrzJZ7ly { color:rgba(var(--color-primary-2),1);display:block;width:47.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:10.461719512939rem;left:13.561718940735rem;height:2.19375rem;text-align:center;text-align-last:center;display:block; }
#qWTAvshCFp6K1iDbkKQnehwBeeyn1UAv { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:5.125rem;top:22.937500476837rem;left:29.437500953674rem;overflow:hidden;display:block; }
#NfuXzHPZggXEN6T0ugkZnqcJH9zOixyT { color:rgba(var(--color-primary-2),1);display:block;width:47.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:20.462501525879rem;left:13.561718940735rem;height:2.19375rem;text-align:center;text-align-last:center;display:block; }
#yWBhdwp6AUKFeUHMP657Id8IqI8CEte6 { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:7.8125rem;top:15.443750619888rem;left:33.593750953674rem;overflow:hidden;display:block; }
#VpAO8shMlgHB4Hzp4wy1x5rpbsRkmWga { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:5.1875rem;top:23.562500476837rem;left:40.718750953674rem;overflow:hidden;display:block; }
#QLZdw0tZwI4BXqUhV1f8qOxJdZv45Kbg { color:rgba(var(--color-primary-2),1);display:block;width:47.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:29.212499856949rem;left:13.561718940735rem;height:2.19375rem;text-align:center;text-align-last:center;display:block; }
#Ef7FKdTPT1xHr4nf9OgvtJCaSm6TArxA { 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:4.0625rem;width:4.0625rem;top:32.452345371246rem;left:29.968750953674rem;overflow:hidden;display:block; }
#Z5U54Exq0Zn3LGCHHs6xcLkyRCrqATan { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:3.5625rem;top:22.6875rem;left:35.6875rem;overflow:hidden;display:block; }
#VF62Q3zr5xJiC56Ik9FNV0ysQIn8OLwR { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:9.5625rem;top:23.4375rem;left:19.1875rem;overflow:hidden;display:block; }
#KnICqhUTNemKTHFFvhQfptTq7CrFde3T { 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:2.875rem;width:8.0625rem;top:23.781250476837rem;left:46.875000953674rem;overflow:hidden;display:block; }
#OpK2DRtxVk8Ioq4kk1Lgfpt27ufla1WT { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:7.5625rem;top:33.389845371246rem;left:39.531250953674rem;overflow:hidden;display:block; }
#FTW9JLFwqMHsXbXlLVeHAykr7sI8q5vr { position:relative;display:block; }#FTW9JLFwqMHsXbXlLVeHAykr7sI8q5vr { background-color: transparent; background-image: none; }#FTW9JLFwqMHsXbXlLVeHAykr7sI8q5vr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTW9JLFwqMHsXbXlLVeHAykr7sI8q5vr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTW9JLFwqMHsXbXlLVeHAykr7sI8q5vr > .row .container > .video-iframe-container { display: none; }#FTW9JLFwqMHsXbXlLVeHAykr7sI8q5vr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTW9JLFwqMHsXbXlLVeHAykr7sI8q5vr > .row > .video-iframe-container { display: none; }#FTW9JLFwqMHsXbXlLVeHAykr7sI8q5vr > .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); }#FTW9JLFwqMHsXbXlLVeHAykr7sI8q5vr { border-width: 0; border-radius: 0; }#FTW9JLFwqMHsXbXlLVeHAykr7sI8q5vr > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#FTW9JLFwqMHsXbXlLVeHAykr7sI8q5vr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:38.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bIeGSeOhO33BKERavcRLVJSumNQuT1uO { position:absolute;z-index:15028;top:2.25rem;left:39.03125rem;width:34.4375rem;height:23.625rem;display:block; }
#IHXsyerzTHmIeUS2EaCdASOQ4cpTCIDH { color:rgba(var(--color-primary-2),1);display:block;width:36rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:2.25rem;left:0.75rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#BFVJXn1H6diKilx6Vl9OR6vO8kaNFs23 { color:rgba(var(--color-primary-4),1);display:block;width:32.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:7.37500667572rem;left:2.375rem;height:;display:block; }#BFVJXn1H6diKilx6Vl9OR6vO8kaNFs23 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BFVJXn1H6diKilx6Vl9OR6vO8kaNFs23 li:before{  }
#DBw3nmV1mfwhsfF9H4pEfqQylJu68tip { color:rgba(var(--color-tertiary-4),1);display:block;width:34.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:21.87344455719rem;left:1.71875rem;height:9.1rem;display:block; }
#ni214JVKBoq874uFsNGrtMgvnbudvxUu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#ni214JVKBoq874uFsNGrtMgvnbudvxUu > .row .container { background-color: transparent; background-image: none; }#ni214JVKBoq874uFsNGrtMgvnbudvxUu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ni214JVKBoq874uFsNGrtMgvnbudvxUu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ni214JVKBoq874uFsNGrtMgvnbudvxUu > .row .container > .video-iframe-container { display: none; }#ni214JVKBoq874uFsNGrtMgvnbudvxUu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ni214JVKBoq874uFsNGrtMgvnbudvxUu > .row > .video-iframe-container { display: none; }#ni214JVKBoq874uFsNGrtMgvnbudvxUu > .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); }#ni214JVKBoq874uFsNGrtMgvnbudvxUu > .row .container { border-width: 0; border-radius: 0; }#ni214JVKBoq874uFsNGrtMgvnbudvxUu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ni214JVKBoq874uFsNGrtMgvnbudvxUu > .row .container { font-size:0.875rem;font-family:"open sans";height:9.6875rem;width:75rem;position:relative;display:block; }#brWMCLcMJAOBNHOwuNImbNq6RIPumfPv { display:block;width:59.9375rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:1.96875rem;left:7.53125rem;height:4.6875rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #EHcoXRAZHJTV8yq3UX8QzhhTIhFhDKIB { display:block; }#EHcoXRAZHJTV8yq3UX8QzhhTIhFhDKIB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ULrngtzAq6dhBpKqLii6ocXnHJN3sTT6 { width:15.25rem;height:5.9375rem;top:1.28125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRoiRT6DymT0f1uxKyJ28hJG2pU0TCbW { width:26.125rem;height:4.1875rem;top:1.34375rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #quywuRiTZW3irWx8T3c467fXU7bVVlCE { width:18.375rem;height:4.1875rem;top:1.34375rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJuvFTSaXTVw4NRZQvs2mFMRnwgbk3OQ { display:none; }#BJuvFTSaXTVw4NRZQvs2mFMRnwgbk3OQ > .row .container { width:47.75rem;height:79.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WzK3lUTpDQcT53FS5Hu9OISKz6SSr57z { width:36.3730625rem;height:3.675rem;top:17.0126953125rem;left:6.6875rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PgRsd1NRlEO23LhAvya7c3T3D2BEPQtI { width:34.6230625rem;height:3.16875rem;top:8.98828125rem;left:7.5625rem;font-size:2.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OmG3EwgOz5EvFJlHPnariMhb7URagwbL { width:26.25rem;height:3.3125rem;top:29.75rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QufbeiMNNlXwc6rzIBzeoF4TsbpOVT0H { display:block; }
 }@media only screen and (max-width: 763px) { #N3sDLLNKGbDce7clymGurMgmT1rBXQE3 { width:36.3730625rem;height:1.70625rem;top:24.6357421875rem;left:6.6875rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bgivfcieOvb4dzx5ThfaUwlaysGsA80n { width:36.3745rem;height:1.705325rem;top:25.57373046875rem;left:6.71630859375rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #fQDMgOa8goFTDov7Zy6iqQAzqUxxfzsT { width:36.3730625rem;height:1.70625rem;top:24.6357421875rem;left:6.6875rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #akyiAhyTnLsh8uHyb5dJ7kmKnrqQcy4A { width:36.3730625rem;height:1.70625rem;top:24.6357421875rem;left:6.6875rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q72GvzZBdIPLexrykH5qbHFO3sbThoIM { width:36.3730625rem;height:1.70625rem;top:24.6357421875rem;left:6.6875rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XQ6CtnKcNFxXJT1GAQAQtb36hUmNx8Hn { width:20.25rem;height:24.875rem;top:3.5rem;left:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rk8uNVbTJFgPPUGc2Zfmo0VA8UWXUcbe { width:36.3745rem;height:1.705325rem;top:25.57373046875rem;left:6.71630859375rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Nh5zeWwhQQzkTmAQHgzqm4LqBgOK4yDA { width:36.3730625rem;height:1.70625rem;top:24.6357421875rem;left:6.6875rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }#Nh5zeWwhQQzkTmAQHgzqm4LqBgOK4yDA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_95bae29810a1e5a2b33e0999d3751a0685e55c86.svg); }
 }@media only screen and (max-width: 763px) { #xpnEO553p5geJ72mMNWRpH4OG42mOfJQ { background-color:transparent;background-image:none;display:none; }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ > .row .container { width:47.75rem;height:50.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #d67WEJCFFg6GzuI8xyG5MeQfyV29yLvb { width:40.0625rem;height:1.70625rem;top:9.486328125rem;left:3.84375rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xOXfgwTq3sQHULHvTAXybovzpTt7Kxxa { width:40.0625rem;height:16.70625rem;top:31.6240234375rem;left:3.84375rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }#xOXfgwTq3sQHULHvTAXybovzpTt7Kxxa li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7857e1f0d31052783aa5507ebc834998e81dc86e.svg); }
 }@media only screen and (max-width: 763px) { #TbWIzH9m8JsNNSzivWvlXsBwVBmzFI68 { width:40.0625rem;height:13.65rem;top:9.486328125rem;left:3.84375rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FtJxNwQl3q3yeJJTUWPqVIG644xfFuKI { width:26.25rem;height:3.3125rem;top:29.75rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RONG3Gv9oLs6A0DxMwCTXLXKEOJ3yxBF { display:block; }
 }@media only screen and (max-width: 763px) { #eq2iHpU8CJ1vbzehnrdRRyrOok33TV0P { width:36.3730625rem;height:11.94375rem;top:24.6357421875rem;left:6.6875rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #he3SrBQZ2TAlRouuWHsks9gaSgwLvThA { width:3.25rem;height:3.25rem;top:17.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsU6ogIFLRLABCmesBPnJO96LX5EkuIe { width:36.3730625rem;height:11.94375rem;top:24.6357421875rem;left:6.6875rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v3EMI6I1pl4NzMIOTArBTtl9ooTW5o3T { width:36.3730625rem;height:11.94375rem;top:24.6357421875rem;left:6.6875rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b8bpu0TBK3ATTTDJil5ynqTz5ir5QaDT { width:2.1875rem;height:2.1875rem;top:10.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #diV6Fml5ttwFG7pGyT6iIlJsdFuPO5l6 { display:block; }#diV6Fml5ttwFG7pGyT6iIlJsdFuPO5l6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FODPbGQBvOTshwzpqSiKulUt4ldCVCJf { width:17.875rem;height:;top:1.3125rem;left:14.937500953674rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ffb2vIVJVMyL0GVf9cB7JSDeOOIe4aQm { display:block; }#Ffb2vIVJVMyL0GVf9cB7JSDeOOIe4aQm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vt3BAEe0PIsAVyRQ2NQKIdrXgZfd8y6F { width:24rem;height:14.625rem;top:21.5rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VErl62fWutKqPiZ4QVdSf8edtKPR3B4J { width:24rem;height:14.625rem;top:5.9375rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcIJ92tzg5QsuTVecEWALFQgQ4DbfQU7 { width:19.9375rem;height:1.625rem;top:12rem;left:13.90625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQlAJSMBFw4MC8rDxJ0tB2fLsExs3amf { width:19.9375rem;height:4.875rem;top:12rem;left:13.90625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDQTV8EDSJdQ4eQkofaTeUvKckZgSnzE { width:18.75rem;height:0.1875rem;top:9.25rem;left:1.8742189407349rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAJWM8Fx7GOpQrtTeslBbM64a3EchwRi { width:4.125rem;height:4.125rem;top:2.375rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dymwJpN0PfsESMAf6yvVgCin2vDxFVUL { width:19.9375rem;height:8.125rem;top:12rem;left:13.90625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDMFcn7JoVhMEGEOgmhc5O9RkiVm2hvH { width:19.9375rem;height:1.625rem;top:12rem;left:13.90625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqpXysGx4Pzn2du6XaWmsdexxigEw8kd { width:4.125rem;height:4.125rem;top:2.375rem;left:33.750001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmZ0ROEGSdcuEvxMExnI8mcbur2bH69G { width:18.75rem;height:0.1875rem;top:9.25rem;left:26.437500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #tULIyAOHIiSXxVLbbEbLEKN5KS9xMznh { display:block; }#tULIyAOHIiSXxVLbbEbLEKN5KS9xMznh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eNoDGsHwzJLnDTJRKbv0lbf2NlxpXmKZ { width:24rem;height:14.625rem;top:21.5rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5G83UarsnB0yKynwkOLB1FroI03E7MR { width:24rem;height:14.625rem;top:5.9375rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3OG3fyVgEiKWuzzX3LTopy9ppOzBhG4 { width:19.9375rem;height:1.625rem;top:12rem;left:13.90625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAwT6eidzxw9wvzxSDvsGELDGHmT2tLS { width:19.9375rem;height:6.5rem;top:12rem;left:13.90625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GR1W3uqxprUxqJJmAyV1vr0Q7Nd3KscE { width:18.75rem;height:0.1875rem;top:9.1875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JV7OGxvK43K5TdaJtn5WX4b9ZwHePcFt { width:4.125rem;height:4.125rem;top:2.375rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQZheO0q5tHX1aIXi5elhsP3d6aMqoH3 { width:19.9375rem;height:3.25rem;top:12rem;left:13.90625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #po3FnwwoiWJqJsGHOENbiwwJNLhRxzH0 { width:19.9375rem;height:3.25rem;top:12rem;left:13.90625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEC0ZdhZywXCztrrCPGQouLko4PxL9N1 { width:4.125rem;height:4.125rem;top:2.375rem;left:33.750001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0RcTsael6dZ7WGmCvioLnzoAHANesbA { width:18.75rem;height:0.1875rem;top:10.9375rem;left:26.437500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1V5RfmZ68194Dg6ZUmaBtBn6fUZdKFo { background-color:transparent;background-image:none;display:block; }#i1V5RfmZ68194Dg6ZUmaBtBn6fUZdKFo > .row .container { background-color: transparent; background-image: none; }#i1V5RfmZ68194Dg6ZUmaBtBn6fUZdKFo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i1V5RfmZ68194Dg6ZUmaBtBn6fUZdKFo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i1V5RfmZ68194Dg6ZUmaBtBn6fUZdKFo > .row .container > .video-iframe-container { display: none; }#i1V5RfmZ68194Dg6ZUmaBtBn6fUZdKFo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i1V5RfmZ68194Dg6ZUmaBtBn6fUZdKFo > .row > .video-iframe-container { display: none; }#i1V5RfmZ68194Dg6ZUmaBtBn6fUZdKFo > .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); }#i1V5RfmZ68194Dg6ZUmaBtBn6fUZdKFo > .row .container { width:47.75rem;height:50.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Za6H2Rl93tuECe4KpSq6PolGcF3KClSs { width:40.0625rem;height:1.70625rem;top:9.486328125rem;left:3.84375rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BF3bbO0MK4aoApd39lEGuIidUW2aKEsm { width:40.0625rem;height:8.53125rem;top:9.486328125rem;left:3.84375rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DukklfFz0hUqcQGayVd9NxRTRlUozRVX { width:26.25rem;height:3.3125rem;top:29.75rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oX9oPTTSr03npM03yTM5eRgQiD9tCHci { display:block; }
 }@media only screen and (max-width: 763px) { #VGrHcbHHb3dzVOdCAhPfs9BpcDKw4SZh { width:21rem;height:13.9375rem;top:6.5625rem;left:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CroKSlTbQ7NMtg3WlTWHNHRDpoqcydTG { display:block; }#CroKSlTbQ7NMtg3WlTWHNHRDpoqcydTG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QxdMZbvFH2I4s3DTtl5PtVnLRnMvGS2T { width:47.75rem;height:1.3rem;top:1.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMLXZZ3JdXVqkp52LMLvSWpq7K08wvyt { display:block; }#AMLXZZ3JdXVqkp52LMLvSWpq7K08wvyt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z67l2o39dEcoaDSrNhJN0zPa8yr2ryvQ { width:24rem;height:14.625rem;top:5.9375rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7OePy3cOgQyuNMPxdLK3FBroyWJcdOI { width:19.9375rem;height:6.5rem;top:12rem;left:13.90625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #niT0SNT7oJ4Gil0K8NCT5tcyf7ku2XLl { width:13.3125rem;height:0.125rem;top:6.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpeQdIvpRZi7BMZJ2JvSsdsQnTThq0kK { width:4.125rem;height:4.125rem;top:1.5rem;left:3.9054689407349rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAzxv8ATuE8e2Dng7k5B4NSyqMAfw6I7 { width:24rem;height:14.625rem;top:5.9375rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTi9wLxTSTUqkeG49O6XZgtegGIIhGJ2 { width:19.9375rem;height:4.875rem;top:12rem;left:13.90625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dv24nuMOcTirnTxzzBBF60q0vcvdcTDW { width:13.3125rem;height:0.125rem;top:6.9375rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A294JDtyTNmmd1cygNQL2reKrU9MfNUV { width:24rem;height:14.625rem;top:5.9375rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvyV7GqzofFD0yJBsKfhXUrrE4CiC5wx { width:19.9375rem;height:6.5rem;top:12rem;left:13.90625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #boKbvWDQrEDXOiwmzHS1yITgFxdGPIxT { width:13.3125rem;height:0.125rem;top:6.9375rem;left:34.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCKT0Nt55itpcmEJB4hGOWfrngbvar1D { width:24rem;height:14.625rem;top:5.9375rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JB908W3QhyaILizkDXLvUcJUyTGGC5nD { width:19.9375rem;height:8.125rem;top:12rem;left:13.90625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lw9ugNXBZI2Kh6W1aHrSQrAfPsmbrfgW { width:13.3125rem;height:0.125rem;top:6.875rem;left:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xs6S4xkyAmSMHC4evAT2EsEidzJCtBAN { width:4.125rem;height:4.125rem;top:1.5rem;left:15.843750953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwVawkUZ6nhzyFPXbP3oNCgRy3DZhTwD { width:4.125rem;height:4.125rem;top:1.5rem;left:27.656250953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #JczTGxidu6nazxRcySFIyVp5iaAeoe4M { width:4.125rem;height:4.125rem;top:1.5rem;left:39.531250953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0vQetVxcNRlxxtTIRMB7WN1BaW48Mfy { background-color:transparent;background-image:none;display:block; }#F0vQetVxcNRlxxtTIRMB7WN1BaW48Mfy > .row .container { background-color: transparent; background-image: none; }#F0vQetVxcNRlxxtTIRMB7WN1BaW48Mfy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F0vQetVxcNRlxxtTIRMB7WN1BaW48Mfy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F0vQetVxcNRlxxtTIRMB7WN1BaW48Mfy > .row .container > .video-iframe-container { display: none; }#F0vQetVxcNRlxxtTIRMB7WN1BaW48Mfy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F0vQetVxcNRlxxtTIRMB7WN1BaW48Mfy > .row > .video-iframe-container { display: none; }#F0vQetVxcNRlxxtTIRMB7WN1BaW48Mfy > .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); }#F0vQetVxcNRlxxtTIRMB7WN1BaW48Mfy > .row .container { width:47.75rem;height:50.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HqWcBJ24po01lx9crATltqhZULZ7MpsD { width:40.0625rem;height:8.53125rem;top:9.486328125rem;left:3.84375rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VrJuHUfANoHB2d36KsioC3x0uDMbFSrT { display:block; }#VrJuHUfANoHB2d36KsioC3x0uDMbFSrT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MmWnvVUk8o2LXWvJsRKtKVNrFBuZkNaZ { width:17.875rem;height:;top:1.3125rem;left:14.937501907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hD8fznBk4LTeGT4cpZnaiKWbdMAfVLpO { display:block; }#hD8fznBk4LTeGT4cpZnaiKWbdMAfVLpO > .row .container { width:47.75rem;height:31.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4WonU5ThA6Qsk2nToorCFnmavGrBvCd { width:47.75rem;height:4.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuENpr3FnLO0XZ01Te8hBG3Pupfxpum1 { width:40.6875rem;height:1.95rem;top:2.4375rem;left:1.59375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMvOsQS0amwA4vFcSNfJN19JWpx4BSk5 { width:9.25rem;height:3.3125rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAnOiR1z2LDyps3XLBKJzTeRJ3LKQZpe { width:40.6875rem;height:1.95rem;top:2.4375rem;left:1.59375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEdhDKJ42LHTm2NPHy0OqHQKcreRV0DQ { display:block; }#bEdhDKJ42LHTm2NPHy0OqHQKcreRV0DQ > .row .container { width:47.75rem;height:31.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qHBcs99QZgtTsD66QkX55xl5Sgy3vWFE { width:47.75rem;height:4.375rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LncubIxTLq2Se4o9Ntl1fRSo3PRTWxTC { width:40.6875rem;height:1.95rem;top:2.4375rem;left:1.59375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8bk7NDrbmSefyazu2zawleunQtOOUtv { width:9.25rem;height:3.3125rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sx8C9S0SVoorvtASnnPV2POHDQh16Owe { width:40.6875rem;height:1.95rem;top:2.4375rem;left:1.59375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLU6dgagOiCr1VbSZdUxQKmpZrBb0TRn { width:16.1875rem;height:4.375rem;top:6.5625rem;left:30.287499427796rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTKTsChiwZlr5p1kNScUNlQzR4drkV5G { width:40.6875rem;height:1.95rem;top:2.4375rem;left:1.59375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbDi9NppUz9c24CPxWc9CO3ZKCMCGohO { width:40.6875rem;height:1.95rem;top:2.4375rem;left:1.59375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUHXRZ61ifTxqb3QnkkH88V1GrXOJ7OZ { display:none; }#iUHXRZ61ifTxqb3QnkkH88V1GrXOJ7OZ > .row .container { width:47.75rem;height:31.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ogk1zbRMbWPZAwW3K4g3m2rdc4EULM9x { width:47.75rem;height:4.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #imTzBVkdemiNwX8aZLvzZpn6nabLEpHg { width:47.625rem;height:22.3125rem;top:6.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hh53O9pNlgS94V8cBNkkP1mVZopIIlcB { width:34.125rem;height:10.375rem;top:8.5625rem;left:1.25rem;font-size:1.25rem;display:block; }#hh53O9pNlgS94V8cBNkkP1mVZopIIlcB li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4ba0d9fbf22492779c19ac0954e19ebb.svg); }
 }@media only screen and (max-width: 763px) { #OpJVTczI3yTrAZdy2dWMgOSbfOtPFxHv { width:40.6875rem;height:3.9rem;top:2.4375rem;left:1.59375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QemlBoQucQGTACmmACvaVwrCqPFJPlWg { width:9.25rem;height:3.3125rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzX5bboz7N32aWzKtOh7Jfc8rkgNfZox { width:40.6875rem;height:1.95rem;top:2.4375rem;left:1.59375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6aUGqtuoExKuMx4xJBaTMl4xfx3VOXJ { width:34.125rem;height:4.875rem;top:8.5625rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QW5it9IonfhHzcgqPtWH7aTnHyGZ7Jb3 { width:16.1875rem;height:9.3125rem;top:6.875rem;left:30.500000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #pe2btEas9O2R9zTV46XRzWIwGOMqdKhd { width:40.6875rem;height:1.95rem;top:2.4375rem;left:1.59375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVnyRofFmX81s9oDSXS6IvGJqnSWxVaR { width:40.6875rem;height:1.95rem;top:2.4375rem;left:1.59375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cxhf0xVgH4wPhJa4BuOftrX600lrnJxh { display:block; }#Cxhf0xVgH4wPhJa4BuOftrX600lrnJxh > .row .container { width:47.75rem;height:31.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HZDTcs3sl6pN00xMfyGevh7ultoInolL { width:47.75rem;height:4.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqUKeKkSFk5XCXdmMWg9flfzLVytunZy { width:47.625rem;height:22.3125rem;top:6.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfwFCJItRK022NNU8cUKgO8zSlSOTd8Z { width:34.125rem;height:10.375rem;top:8.5625rem;left:1.25rem;font-size:1.25rem;display:block; }#WfwFCJItRK022NNU8cUKgO8zSlSOTd8Z li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4ba0d9fbf22492779c19ac0954e19ebb.svg); }
 }@media only screen and (max-width: 763px) { #AnyIG9NFfTSx2by2CocStSeZ1pWx7SCU { width:40.6875rem;height:3.9rem;top:2.4375rem;left:1.59375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTWckbCeza8Kcgf1RTRxZIsSyEcPlgwh { width:9.25rem;height:3.3125rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbFayFK3Aimk5KTQPJ5xm0GRl79MNPWP { width:40.6875rem;height:1.95rem;top:2.4375rem;left:1.59375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPRQ4oMiZT0aBfT4AQuFnDqW3pzAfSmU { width:34.125rem;height:4.875rem;top:8.5625rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUkW4eBXVUfhm5Mi1cUL7WVkgHlLTPor { width:16.1875rem;height:13.5rem;top:6.4375rem;left:30.875000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3sZ5rmnTQgHChTlJcZmCzklcg39MLyH { width:40.6875rem;height:1.95rem;top:2.4375rem;left:1.59375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiKLMBhFSZv4kEpXu7fB8aaOZ94kTVSs { width:40.6875rem;height:1.95rem;top:2.4375rem;left:1.59375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRBwOkip6kF7uU9t0pvmTkv0FZ3lOqiA { display:block; }#SRBwOkip6kF7uU9t0pvmTkv0FZ3lOqiA > .row .container { width:47.75rem;height:31.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R3swsmViU2PArXETvTmETQBsfyrhZkd0 { width:47.75rem;height:4.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwKmnvqKLrkbgGGAN34i2RCP2Ngn95AU { width:40.6875rem;height:1.95rem;top:2.4375rem;left:1.59375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pC7gsxXigP3hWGnyvyU86vTFDflTLq6m { width:9.4375rem;height:3.3125rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8KDt6wD4lSTCrecKQbOv9oNMd7MNhzh { width:40.6875rem;height:1.95rem;top:2.4375rem;left:1.59375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuPrcGaIrGGKUJXzlzaF6wNRK3e1tLXf { display:block; }#GuPrcGaIrGGKUJXzlzaF6wNRK3e1tLXf > .row .container { width:47.75rem;height:31.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I48I8iPraAh3sLqTGpTiA4vPBG5QxNwK { width:47.75rem;height:6.6875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbhusppKz0sMPIZHa9NMz1RW5UgDzwyf { width:40.6875rem;height:1.95rem;top:2.4375rem;left:1.59375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCJJDs51AFKK2S7clSCvtQdixQEROvow { width:9.4375rem;height:3.3125rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCRLrhS6I4oV9lTxAHxBnw3OP7g8ADwC { width:40.6875rem;height:1.95rem;top:2.4375rem;left:1.59375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hW22HTUJlchsfDkS37dPG3zfZhDth8Uf { width:47.625rem;height:22.3125rem;top:6.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rm8v3yEh3TZ6IItoz5VCsf1qAETNR3Qw { width:34.125rem;height:10.375rem;top:8.5625rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RM5BkPdyIKypmKsF5bEDqHTzmATa8vWZ { width:16.1875rem;height:11.8125rem;top:9.125rem;left:31.125000476837rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5ybkfxipkVwawBXPSFKaNL7WmlaUUcP { width:40.6875rem;height:1.95rem;top:2.4375rem;left:1.59375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7QEcqIoy664vVwKWcvTTJeaOvpHZhyd { width:40.6875rem;height:1.95rem;top:2.4375rem;left:1.59375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBN7PeMbMZJS6CMvw2uPF6afeHRfSA2y { width:34.125rem;height:10.375rem;top:8.5625rem;left:1.25rem;font-size:1.25rem;display:block; }#UBN7PeMbMZJS6CMvw2uPF6afeHRfSA2y li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4ba0d9fbf22492779c19ac0954e19ebb.svg); }
 }@media only screen and (max-width: 763px) { #dEpiZaEoB4BCpqSo8rFeo9amhvvceqgH { display:block; }#dEpiZaEoB4BCpqSo8rFeo9amhvvceqgH > .row .container { width:47.75rem;height:31.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hFvrnvX6HHUoTnoaCoSSygkoGxFAUg5Z { width:47.75rem;height:4.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBbEAFkhxuQM0WdxLunmFTBx414nkmiM { width:47.625rem;height:22.3125rem;top:6.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mubH2E6worpe6xqPc823B57zUkAvDicN { width:40.6875rem;height:3.9rem;top:2.4375rem;left:1.59375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsHAPOtIeVanewmU9OmWITdeIFLCLI9c { width:9.25rem;height:3.3125rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e08g1NTdWDpPRCduJ6zITm3E6VA1QrTw { width:40.6875rem;height:1.95rem;top:2.4375rem;left:1.59375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fpdgcf1dkeDbi75oCqWXT7LM6phsnDFs { width:34.125rem;height:4.875rem;top:8.5625rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6FOoSFnrTyvk7FA51zgSDGTa6vxh5px { width:16.1875rem;height:16rem;top:6.4375rem;left:31.500000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0r7K20DxrbsQJIMHO7WoRog62Q8U6Cs { width:40.6875rem;height:1.95rem;top:2.4375rem;left:1.59375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuLvk1XTlF8S93wQ50CR3EKHPVdo0WNP { width:40.6875rem;height:1.95rem;top:2.4375rem;left:1.59375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaKBiTunE6DFy5p859UwuvcP7XpAXvKz { width:40.6875rem;height:1.95rem;top:2.4375rem;left:1.59375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsTUQiX9MVWVqLTVUc5pZPkES3B3CkOu { width:40.6875rem;height:1.95rem;top:2.4375rem;left:1.59375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7JZ6v21LbEBAgKdb6kNI6w0XvTyy8pJ { display:block; }#C7JZ6v21LbEBAgKdb6kNI6w0XvTyy8pJ > .row .container { width:47.75rem;height:31.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c6V3DxkRVTghUIJixpAravy2iOzzWZlv { width:47.75rem;height:4.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESAIzWiKmTxB8heu8HoFNRnP1LCdkp5G { width:40.6875rem;height:1.95rem;top:2.4375rem;left:1.59375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gl9ZwpCBUcbTo2wPW7USeRTzIbH1Wcnx { width:9.8125rem;height:3.3125rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHAGN41IT46vQEeaA7F9N2FiyTPocJ5a { width:40.6875rem;height:1.95rem;top:2.4375rem;left:1.59375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1ycVeX0XfcZAg22u3Q2TVFxFCKCs8BE { display:block; }#i1ycVeX0XfcZAg22u3Q2TVFxFCKCs8BE > .row .container { width:47.75rem;height:31.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v3OlzIM5iGf49vhDZ52p1nf2PmpL5ptc { width:47.75rem;height:4.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uT1PGxo9Dy80NlrxJpciZ2fls8bW1uf7 { width:40.6875rem;height:3.9rem;top:2.4375rem;left:1.59375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qarn0TQSUC84DNpfHHNEh1bLdpX9Ii6f { width:9.8125rem;height:3.3125rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTM952MGkP2H2Lo25DUcVhSQQ5As1zM8 { width:40.6875rem;height:1.95rem;top:2.4375rem;left:1.59375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A44VQSCJ87TlVXEBKc5CTcTNc9zEJLr6 { width:16.1875rem;height:17.25rem;top:6.0625rem;left:31.062500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0ZaDNr9VHxtNeZv0CWrnCNM3tv837ow { width:40.6875rem;height:1.95rem;top:2.4375rem;left:1.59375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeAmL4CyBFF3pmPWEvzL4goHt3vvdwLf { width:47.625rem;height:22.3125rem;top:6.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVh2upVd2iQ62UJqz7mgPl22N0cbcAN7 { width:34.125rem;height:4.875rem;top:8.5625rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4L5bmc63fdhlGaE7ZkAnUeLMBc7yy6f { width:40.6875rem;height:1.95rem;top:2.4375rem;left:1.59375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzTqDqaI3uPKFrrG0Av8DWJGn9DqxnTO { width:40.6875rem;height:1.95rem;top:2.4375rem;left:1.59375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZ2uWeqXlwqgEHSroslwhzeUmdzsMkkR { display:block; }#lZ2uWeqXlwqgEHSroslwhzeUmdzsMkkR > .row .container { width:47.75rem;height:31.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yGhWWbzXMPnKmOrTozpZ8uHWKDtKKB7V { width:47.75rem;height:4.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bv6gDIgCxEPZ1dRBMZ6yDyO6u3VKm25m { width:47.625rem;height:22.3125rem;top:6.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uidJuUU1DSRuhvGFCr7rPaKXkdRdGykt { width:40.6875rem;height:1.95rem;top:2.4375rem;left:1.59375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DArhKpDsl0VZskwHa6u7qkkdIddivfmd { width:9.25rem;height:3.3125rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLXNRDLL4ePoF7OQroRPfRZ7viTImNkk { width:40.6875rem;height:1.95rem;top:2.4375rem;left:1.59375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWBeoTdfKMaZf6U9Qm4glHsIOG6l9AEO { width:34.125rem;height:3.25rem;top:8.5625rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3Qm9OSbwmATnTmHw16slWDOUh30dD9Q { display:block; }#n3Qm9OSbwmATnTmHw16slWDOUh30dD9Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zHeNhyKABTQAPHh02346FalJVxSauzDR { width:47.75rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4RfAA5lLtgq4mEktTDfbexOgKOKaHIM { width:11.8125rem;height:2.6875rem;top:5rem;left:24.724217414856rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlqeECdC9rmOaCxaRd3QNTwkFiLeLXT7 { width:10.125rem;height:2.625rem;top:5rem;left:12.162499427796rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZRDXhzvmpOMKVHp4bn1loOyUrzJZ7ly { width:47.75rem;height:1.625rem;top:10.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWTAvshCFp6K1iDbkKQnehwBeeyn1UAv { width:5.125rem;height:4.5625rem;top:22.9375rem;left:15.812500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfuXzHPZggXEN6T0ugkZnqcJH9zOixyT { width:47.75rem;height:;top:20.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWBhdwp6AUKFeUHMP657Id8IqI8CEte6 { width:7.8125rem;height:2.25rem;top:15.4375rem;left:19.968750953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpAO8shMlgHB4Hzp4wy1x5rpbsRkmWga { width:5.1875rem;height:3.3125rem;top:23.5625rem;left:27.093750953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLZdw0tZwI4BXqUhV1f8qOxJdZv45Kbg { width:47.75rem;height:;top:29.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ef7FKdTPT1xHr4nf9OgvtJCaSm6TArxA { width:4.0625rem;height:4.0625rem;top:32.4375rem;left:16.343750953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5U54Exq0Zn3LGCHHs6xcLkyRCrqATan { width:3.5625rem;height:5.125rem;top:22.6875rem;left:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VF62Q3zr5xJiC56Ik9FNV0ysQIn8OLwR { width:9.5625rem;height:3.5625rem;top:23.4375rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnICqhUTNemKTHFFvhQfptTq7CrFde3T { width:8.0625rem;height:2.875rem;top:23.75rem;left:33.250000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpK2DRtxVk8Ioq4kk1Lgfpt27ufla1WT { width:7.5625rem;height:2.1875rem;top:33.375rem;left:25.906250953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTW9JLFwqMHsXbXlLVeHAykr7sI8q5vr { display:block; }#FTW9JLFwqMHsXbXlLVeHAykr7sI8q5vr > .row .container { width:47.75rem;height:55.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bIeGSeOhO33BKERavcRLVJSumNQuT1uO { width:47.75rem;height:20.625rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHXsyerzTHmIeUS2EaCdASOQ4cpTCIDH { width:36rem;height:1.9375rem;top:2.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFVJXn1H6diKilx6Vl9OR6vO8kaNFs23 { width:32.75rem;height:;top:7.375rem;left:0rem;font-size:0.875rem;display:block; }#BFVJXn1H6diKilx6Vl9OR6vO8kaNFs23 li:before{  }
 }@media only screen and (max-width: 763px) { #DBw3nmV1mfwhsfF9H4pEfqQylJu68tip { width:34.0625rem;height:9.0625rem;top:21.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ni214JVKBoq874uFsNGrtMgvnbudvxUu { display:block; }#ni214JVKBoq874uFsNGrtMgvnbudvxUu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #brWMCLcMJAOBNHOwuNImbNq6RIPumfPv { width:47.5625rem;height:4.6875rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #EHcoXRAZHJTV8yq3UX8QzhhTIhFhDKIB { display:block; }#EHcoXRAZHJTV8yq3UX8QzhhTIhFhDKIB > .row .container { width:20rem;height:10.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ULrngtzAq6dhBpKqLii6ocXnHJN3sTT6 { width:10.5625rem;height:4.125rem;top:1.3125rem;left:4.7187500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRoiRT6DymT0f1uxKyJ28hJG2pU0TCbW { width:8.1875rem;height:1.1875rem;top:7.25rem;left:1.1874999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #quywuRiTZW3irWx8T3c467fXU7bVVlCE { width:7.1875rem;height:1.5rem;top:7.09375rem;left:11.468750536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJuvFTSaXTVw4NRZQvs2mFMRnwgbk3OQ { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-tertiary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-tertiary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-2),1));background-size:contain !important;display:block; }#BJuvFTSaXTVw4NRZQvs2mFMRnwgbk3OQ > .row .container { background-color: transparent; background-image: none; }#BJuvFTSaXTVw4NRZQvs2mFMRnwgbk3OQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BJuvFTSaXTVw4NRZQvs2mFMRnwgbk3OQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BJuvFTSaXTVw4NRZQvs2mFMRnwgbk3OQ > .row .container > .video-iframe-container { display: none; }#BJuvFTSaXTVw4NRZQvs2mFMRnwgbk3OQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BJuvFTSaXTVw4NRZQvs2mFMRnwgbk3OQ > .row > .video-iframe-container { display: none; }#BJuvFTSaXTVw4NRZQvs2mFMRnwgbk3OQ > .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); }#BJuvFTSaXTVw4NRZQvs2mFMRnwgbk3OQ > .row .container { width:20rem;height:25.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WzK3lUTpDQcT53FS5Hu9OISKz6SSr57z { width:20rem;height:4.725rem;top:4.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgRsd1NRlEO23LhAvya7c3T3D2BEPQtI { width:20rem;height:1.86875rem;top:1.375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmG3EwgOz5EvFJlHPnariMhb7URagwbL { width:19.375rem;height:3.87421875rem;top:20.4375rem;left:0.31171876192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QufbeiMNNlXwc6rzIBzeoF4TsbpOVT0H { display:block; }
 }@media only screen and (max-width: 763px) { #N3sDLLNKGbDce7clymGurMgmT1rBXQE3 { width:14.3103125rem;height:0;top:29.2041015625rem;left:2.84423828125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #bgivfcieOvb4dzx5ThfaUwlaysGsA80n { width:15.125rem;height:5.2rem;top:11.487518310547rem;left:0rem;font-size:1rem;z-index:15004;text-align:left;text-align-last:left;color:rgba(var(--color-primary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #fQDMgOa8goFTDov7Zy6iqQAzqUxxfzsT { width:20rem;height:auto;top:27.6875rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #akyiAhyTnLsh8uHyb5dJ7kmKnrqQcy4A { width:9.5625rem;height:auto;top:27.625rem;left:5.1875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #q72GvzZBdIPLexrykH5qbHFO3sbThoIM { width:20rem;height:0;top:29.3125rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #XQ6CtnKcNFxXJT1GAQAQtb36hUmNx8Hn { width:6.0625rem;height:7.5rem;top:10.425000190735rem;left:13.549218714237rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #Rk8uNVbTJFgPPUGc2Zfmo0VA8UWXUcbe { width:14.308625rem;height:2.925rem;top:16.612500667572rem;left:1.5531249642372rem;font-size:0.75rem;z-index:15005;text-align:left;text-align-last:left;color:rgba(var(--color-primary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #Nh5zeWwhQQzkTmAQHgzqm4LqBgOK4yDA { width:20rem;height:auto;top:25.4375rem;left:0rem;font-size:1.25rem;display:none; }#Nh5zeWwhQQzkTmAQHgzqm4LqBgOK4yDA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_95bae29810a1e5a2b33e0999d3751a0685e55c86.svg); }
 }@media only screen and (max-width: 763px) { #xpnEO553p5geJ72mMNWRpH4OG42mOfJQ { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ > .row .container { background-color: transparent; background-image: none; }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ > .row .container > .video-iframe-container { display: none; }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ > .row > .video-iframe-container { display: none; }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ > .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); }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ > .row .container { border-width: 0; border-radius: 0; }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ > .row .container { width:20rem;height:58rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d67WEJCFFg6GzuI8xyG5MeQfyV29yLvb { width:18.6875rem;height:1.3rem;top:0.88906192779544rem;left:0.65546876192094rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOXfgwTq3sQHULHvTAXybovzpTt7Kxxa { width:17.5625rem;height:17.6rem;top:15.137500762939rem;left:1.2179687619209rem;font-size:0.875rem;display:block; }#xOXfgwTq3sQHULHvTAXybovzpTt7Kxxa li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7857e1f0d31052783aa5507ebc834998e81dc86e.svg); }
 }@media only screen and (max-width: 763px) { #TbWIzH9m8JsNNSzivWvlXsBwVBmzFI68 { width:18.5625rem;height:12.5125rem;top:2.1875rem;left:0.71796876192094rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtJxNwQl3q3yeJJTUWPqVIG644xfFuKI { width:19.375rem;height:3.875rem;top:53.228908538818rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RONG3Gv9oLs6A0DxMwCTXLXKEOJ3yxBF { display:block; }
 }@media only screen and (max-width: 763px) { #eq2iHpU8CJ1vbzehnrdRRyrOok33TV0P { width:12.375rem;height:5.6875rem;top:46.828126907349rem;left:3.8125000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #he3SrBQZ2TAlRouuWHsks9gaSgwLvThA { display:flex;width:3.25rem;height:3.25rem;top:43.266407012939rem;left:8.3750005364419rem; }
 }@media only screen and (max-width: 763px) { #xsU6ogIFLRLABCmesBPnJO96LX5EkuIe { width:14.0625rem;height:2.275rem;top:38.478907585144rem;left:2.9687500596046rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3EMI6I1pl4NzMIOTArBTtl9ooTW5o3T { width:14.0625rem;height:1.1375rem;top:40.753126144409rem;left:2.9687500596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8bpu0TBK3ATTTDJil5ynqTz5ir5QaDT { display:flex;width:2.1875rem;height:2.1875rem;top:35.674220085144rem;left:8.9062505364419rem; }
 }@media only screen and (max-width: 763px) { #diV6Fml5ttwFG7pGyT6iIlJsdFuPO5l6 { display:block; }#diV6Fml5ttwFG7pGyT6iIlJsdFuPO5l6 > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FODPbGQBvOTshwzpqSiKulUt4ldCVCJf { width:17.875rem;height:1.3rem;top:0.9375rem;left:1.0624999403954rem;font-size:1rem;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #Ffb2vIVJVMyL0GVf9cB7JSDeOOIe4aQm { display:block; }#Ffb2vIVJVMyL0GVf9cB7JSDeOOIe4aQm > .row .container { width:20rem;height:25.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vt3BAEe0PIsAVyRQ2NQKIdrXgZfd8y6F { width:20rem;height:12.5625rem;top:12.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VErl62fWutKqPiZ4QVdSf8edtKPR3B4J { width:20rem;height:10.375rem;top:0.9609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcIJ92tzg5QsuTVecEWALFQgQ4DbfQU7 { width:16.8125rem;height:1.1375rem;top:5.0859355926514rem;left:1.5937500596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQlAJSMBFw4MC8rDxJ0tB2fLsExs3amf { width:19.5625rem;height:2.275rem;top:7.9609375rem;left:0.21875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDQTV8EDSJdQ4eQkofaTeUvKckZgSnzE { width:18.75rem;height:0.1875rem;top:7.0859384536744rem;left:0.62421876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAJWM8Fx7GOpQrtTeslBbM64a3EchwRi { display:flex;width:4.125rem;height:4.125rem;top:0.96093845367431rem;left:7.9375005364419rem; }
 }@media only screen and (max-width: 763px) { #dymwJpN0PfsESMAf6yvVgCin2vDxFVUL { width:19.5625rem;height:4.55rem;top:19.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDMFcn7JoVhMEGEOgmhc5O9RkiVm2hvH { width:19.9375rem;height:1.1375rem;top:16.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqpXysGx4Pzn2du6XaWmsdexxigEw8kd { display:flex;width:4.125rem;height:4.125rem;top:12.0625rem;left:7.9375rem; }
 }@media only screen and (max-width: 763px) { #XmZ0ROEGSdcuEvxMExnI8mcbur2bH69G { width:18.75rem;height:0.1875rem;top:18.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tULIyAOHIiSXxVLbbEbLEKN5KS9xMznh { display:block; }#tULIyAOHIiSXxVLbbEbLEKN5KS9xMznh > .row .container { width:20rem;height:24.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eNoDGsHwzJLnDTJRKbv0lbf2NlxpXmKZ { width:20rem;height:10.4375rem;top:13.21093916893rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5G83UarsnB0yKynwkOLB1FroI03E7MR { width:20rem;height:12.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3OG3fyVgEiKWuzzX3LTopy9ppOzBhG4 { width:16.8125rem;height:1.1375rem;top:4.6476573944092rem;left:1.5937500596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAwT6eidzxw9wvzxSDvsGELDGHmT2tLS { width:19.5625rem;height:3.4125rem;top:7.772656440735rem;left:0.21875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GR1W3uqxprUxqJJmAyV1vr0Q7Nd3KscE { width:18.75rem;height:0.1875rem;top:6.5234377384187rem;left:0.62421876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #JV7OGxvK43K5TdaJtn5WX4b9ZwHePcFt { display:flex;width:4.125rem;height:4.125rem;top:5.0067901611328E-6rem;left:7.9375005364419rem; }
 }@media only screen and (max-width: 763px) { #SQZheO0q5tHX1aIXi5elhsP3d6aMqoH3 { width:19.5625rem;height:1.1375rem;top:20.596093371511rem;left:0.21875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #po3FnwwoiWJqJsGHOENbiwwJNLhRxzH0 { width:19.9375rem;height:1.1375rem;top:17.585938647389rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEC0ZdhZywXCztrrCPGQouLko4PxL9N1 { display:flex;width:4.125rem;height:4.125rem;top:13.210940361023rem;left:7.9375005364419rem; }
 }@media only screen and (max-width: 763px) { #h0RcTsael6dZ7WGmCvioLnzoAHANesbA { width:18.75rem;height:0.1875rem;top:19.751563265919rem;left:0.62421876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1V5RfmZ68194Dg6ZUmaBtBn6fUZdKFo { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#i1V5RfmZ68194Dg6ZUmaBtBn6fUZdKFo > .row .container { background-color: transparent; background-image: none; }#i1V5RfmZ68194Dg6ZUmaBtBn6fUZdKFo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i1V5RfmZ68194Dg6ZUmaBtBn6fUZdKFo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i1V5RfmZ68194Dg6ZUmaBtBn6fUZdKFo > .row .container > .video-iframe-container { display: none; }#i1V5RfmZ68194Dg6ZUmaBtBn6fUZdKFo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i1V5RfmZ68194Dg6ZUmaBtBn6fUZdKFo > .row > .video-iframe-container { display: none; }#i1V5RfmZ68194Dg6ZUmaBtBn6fUZdKFo > .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); }#i1V5RfmZ68194Dg6ZUmaBtBn6fUZdKFo > .row .container { border-width: 0; border-radius: 0; }#i1V5RfmZ68194Dg6ZUmaBtBn6fUZdKFo > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Za6H2Rl93tuECe4KpSq6PolGcF3KClSs { width:18.6875rem;height:1.3rem;top:0rem;left:0.65546876192094rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BF3bbO0MK4aoApd39lEGuIidUW2aKEsm { width:18.875rem;height:7.9625rem;top:2.5499992370606rem;left:0.56171876192093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DukklfFz0hUqcQGayVd9NxRTRlUozRVX { width:9.8125rem;height:2.5625rem;top:12.946094036102rem;left:9.5804687142375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oX9oPTTSr03npM03yTM5eRgQiD9tCHci { display:block; }
 }@media only screen and (max-width: 763px) { #VGrHcbHHb3dzVOdCAhPfs9BpcDKw4SZh { width:7.75rem;height:5.125rem;top:11.666404724121rem;left:0.65546876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #CroKSlTbQ7NMtg3WlTWHNHRDpoqcydTG { display:block; }#CroKSlTbQ7NMtg3WlTWHNHRDpoqcydTG > .row .container { width:20rem;height:3.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QxdMZbvFH2I4s3DTtl5PtVnLRnMvGS2T { width:20rem;height:1.3rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMLXZZ3JdXVqkp52LMLvSWpq7K08wvyt { display:block; }#AMLXZZ3JdXVqkp52LMLvSWpq7K08wvyt > .row .container { width:20rem;height:48.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z67l2o39dEcoaDSrNhJN0zPa8yr2ryvQ { width:16.25rem;height:10.8125rem;top:0.56172180175781rem;left:1.7874999642372rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7OePy3cOgQyuNMPxdLK3FBroyWJcdOI { width:13.875rem;height:4.55rem;top:6.6335945129394rem;left:3.0625000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #niT0SNT7oJ4Gil0K8NCT5tcyf7ku2XLl { width:13.3125rem;height:0.125rem;top:6.625rem;left:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fpeQdIvpRZi7BMZJ2JvSsdsQnTThq0kK { display:flex;width:4.125rem;height:4.125rem;top:1.25rem;left:7.9375rem; }
 }@media only screen and (max-width: 763px) { #HAzxv8ATuE8e2Dng7k5B4NSyqMAfw6I7 { width:16.1875rem;height:9.5625rem;top:12.312499806285rem;left:1.7874999642372rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTi9wLxTSTUqkeG49O6XZgtegGIIhGJ2 { width:13.875rem;height:3.4125rem;top:17.904687404633rem;left:3.0625000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dv24nuMOcTirnTxzzBBF60q0vcvdcTDW { width:13.3125rem;height:0.125rem;top:9rem;left:0.49999988079071rem;display:none; }
 }@media only screen and (max-width: 763px) { #A294JDtyTNmmd1cygNQL2reKrU9MfNUV { width:16.25rem;height:12rem;top:22.911719322204rem;left:1.7874999642372rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvyV7GqzofFD0yJBsKfhXUrrE4CiC5wx { width:13.875rem;height:4.55rem;top:42.543749809265rem;left:3.0625000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #boKbvWDQrEDXOiwmzHS1yITgFxdGPIxT { width:13.3125rem;height:0.125rem;top:94.45rem;left:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DCKT0Nt55itpcmEJB4hGOWfrngbvar1D { width:16.1875rem;height:11.375rem;top:35.981252670288rem;left:1.7874999642372rem;display:block; }
 }@media only screen and (max-width: 763px) { #JB908W3QhyaILizkDXLvUcJUyTGGC5nD { width:13.875rem;height:5.6875rem;top:28.865626335144rem;left:3.0625000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lw9ugNXBZI2Kh6W1aHrSQrAfPsmbrfgW { width:13.3125rem;height:0.125rem;top:8.9375rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xs6S4xkyAmSMHC4evAT2EsEidzJCtBAN { display:flex;width:4.125rem;height:4.125rem;top:13.217962026596rem;left:7.9375005364419rem; }
 }@media only screen and (max-width: 763px) { #NwVawkUZ6nhzyFPXbP3oNCgRy3DZhTwD { display:flex;width:4.125rem;height:4.125rem;top:23.762500762939rem;left:7.9375005364419rem; }
 }@media only screen and (max-width: 763px) { #JczTGxidu6nazxRcySFIyVp5iaAeoe4M { display:flex;width:4.125rem;height:4.125rem;top:37.262499809265rem;left:7.9375005364419rem; }
 }@media only screen and (max-width: 763px) { #F0vQetVxcNRlxxtTIRMB7WN1BaW48Mfy { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#F0vQetVxcNRlxxtTIRMB7WN1BaW48Mfy > .row .container { background-color: transparent; background-image: none; }#F0vQetVxcNRlxxtTIRMB7WN1BaW48Mfy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F0vQetVxcNRlxxtTIRMB7WN1BaW48Mfy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F0vQetVxcNRlxxtTIRMB7WN1BaW48Mfy > .row .container > .video-iframe-container { display: none; }#F0vQetVxcNRlxxtTIRMB7WN1BaW48Mfy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F0vQetVxcNRlxxtTIRMB7WN1BaW48Mfy > .row > .video-iframe-container { display: none; }#F0vQetVxcNRlxxtTIRMB7WN1BaW48Mfy > .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); }#F0vQetVxcNRlxxtTIRMB7WN1BaW48Mfy > .row .container { border-width: 0; border-radius: 0; }#F0vQetVxcNRlxxtTIRMB7WN1BaW48Mfy > .row .container { width:20rem;height:23.024217224121rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HqWcBJ24po01lx9crATltqhZULZ7MpsD { width:18.875rem;height:20.475rem;top:2.5499992370606rem;left:0.56171876192093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrJuHUfANoHB2d36KsioC3x0uDMbFSrT { display:block; }#VrJuHUfANoHB2d36KsioC3x0uDMbFSrT > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MmWnvVUk8o2LXWvJsRKtKVNrFBuZkNaZ { width:17.875rem;height:1.3rem;top:0.9375rem;left:1.0624999403954rem;font-size:1rem;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #hD8fznBk4LTeGT4cpZnaiKWbdMAfVLpO { display:block; }#hD8fznBk4LTeGT4cpZnaiKWbdMAfVLpO > .row .container { width:20rem;height:4.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4WonU5ThA6Qsk2nToorCFnmavGrBvCd { width:14.25rem;height:3.0625rem;top:1.3125rem;left:5.6441520467836rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuENpr3FnLO0XZ01Te8hBG3Pupfxpum1 { width:13.125rem;height:2.275rem;top:1.7062501907349rem;left:6.2062502503395rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VMvOsQS0amwA4vFcSNfJN19JWpx4BSk5 { width:5.1875rem;height:1.75rem;top:1.9999998807907rem;left:0.26761805063158rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAnOiR1z2LDyps3XLBKJzTeRJ3LKQZpe { width:4.5rem;height:1.05625rem;top:2.3156251907349rem;left:0.62500005960463rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bEdhDKJ42LHTm2NPHy0OqHQKcreRV0DQ { display:block; }#bEdhDKJ42LHTm2NPHy0OqHQKcreRV0DQ > .row .container { width:20rem;height:6.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qHBcs99QZgtTsD66QkX55xl5Sgy3vWFE { width:14.25rem;height:2.75rem;top:0.5rem;left:5.6441520467836rem;display:block; }
 }@media only screen and (max-width: 763px) { #LncubIxTLq2Se4o9Ntl1fRSo3PRTWxTC { width:12.9375rem;height:1.1375rem;top:1.2867202758789rem;left:6.1249999403954rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #E8bk7NDrbmSefyazu2zawleunQtOOUtv { width:5.25rem;height:1.6875rem;top:1.0625rem;left:0.16015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sx8C9S0SVoorvtASnnPV2POHDQh16Owe { width:5.4375rem;height:1.05625rem;top:1.4000005722046rem;left:0.25rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qLU6dgagOiCr1VbSZdUxQKmpZrBb0TRn { width:10.5625rem;height:2.75rem;top:3.5562509536743rem;left:7.5862379450062rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTKTsChiwZlr5p1kNScUNlQzR4drkV5G { width:10.375rem;height:1.05625rem;top:3.8156251907349rem;left:8.1312499642375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hbDi9NppUz9c24CPxWc9CO3ZKCMCGohO { width:10.4375rem;height:1.05625rem;top:4.9875001907349rem;left:7.3125000596044rem;font-size:0.8125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #iUHXRZ61ifTxqb3QnkkH88V1GrXOJ7OZ { display:block; }#iUHXRZ61ifTxqb3QnkkH88V1GrXOJ7OZ > .row .container { width:20rem;height:10.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ogk1zbRMbWPZAwW3K4g3m2rdc4EULM9x { width:14.125rem;height:2.5rem;top:0.997917175293rem;left:5.8750002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #imTzBVkdemiNwX8aZLvzZpn6nabLEpHg { width:19.9375rem;height:7.8125rem;top:6.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hh53O9pNlgS94V8cBNkkP1mVZopIIlcB { width:20rem;height:auto;top:13.4375rem;left:0rem;font-size:1rem;display:none; }#hh53O9pNlgS94V8cBNkkP1mVZopIIlcB li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4ba0d9fbf22492779c19ac0954e19ebb.svg); }
 }@media only screen and (max-width: 763px) { #OpJVTczI3yTrAZdy2dWMgOSbfOtPFxHv { width:13.5rem;height:1.1375rem;top:1.6791667938232rem;left:6.0406253933906rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QemlBoQucQGTACmmACvaVwrCqPFJPlWg { width:5.375rem;height:1.75rem;top:1.4375rem;left:0.29377459437828rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzX5bboz7N32aWzKtOh7Jfc8rkgNfZox { width:5.125rem;height:1.05625rem;top:1.7531251907349rem;left:0.375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V6aUGqtuoExKuMx4xJBaTMl4xfx3VOXJ { width:20rem;height:auto;top:8.25rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #QW5it9IonfhHzcgqPtWH7aTnHyGZ7Jb3 { width:10.6875rem;height:5.1875rem;top:4.8125rem;left:7.5625005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #pe2btEas9O2R9zTV46XRzWIwGOMqdKhd { width:9.25rem;height:1.05625rem;top:5.5rem;left:8.1875005364419rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EVnyRofFmX81s9oDSXS6IvGJqnSWxVaR { width:9rem;height:2.1125rem;top:6.9375019073488rem;left:8.4375005364419rem;font-size:0.8125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #Cxhf0xVgH4wPhJa4BuOftrX600lrnJxh { display:block; }#Cxhf0xVgH4wPhJa4BuOftrX600lrnJxh > .row .container { width:20rem;height:15.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HZDTcs3sl6pN00xMfyGevh7ultoInolL { width:14.1875rem;height:2.875rem;top:1.15625rem;left:5.8125002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqUKeKkSFk5XCXdmMWg9flfzLVytunZy { width:19.9375rem;height:7.8125rem;top:6.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WfwFCJItRK022NNU8cUKgO8zSlSOTd8Z { width:20rem;height:auto;top:12.8125rem;left:0rem;font-size:1rem;display:none; }#WfwFCJItRK022NNU8cUKgO8zSlSOTd8Z li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4ba0d9fbf22492779c19ac0954e19ebb.svg); }
 }@media only screen and (max-width: 763px) { #AnyIG9NFfTSx2by2CocStSeZ1pWx7SCU { width:12.9375rem;height:1.1375rem;top:2.0239582061767rem;left:6.4375002980231rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QTWckbCeza8Kcgf1RTRxZIsSyEcPlgwh { width:5.1875rem;height:1.6875rem;top:1.7500009536743rem;left:0.3103483010511rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbFayFK3Aimk5KTQPJ5xm0GRl79MNPWP { width:4.9375rem;height:1.05625rem;top:2.0968751907349rem;left:0.5rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UPRQ4oMiZT0aBfT4AQuFnDqW3pzAfSmU { width:20rem;height:auto;top:7.6875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #MUkW4eBXVUfhm5Mi1cUL7WVkgHlLTPor { width:10.25rem;height:8.9375rem;top:5.75rem;left:7.6875005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3sZ5rmnTQgHChTlJcZmCzklcg39MLyH { width:7.875rem;height:6.3375rem;top:7.875rem;left:9.4375005364419rem;font-size:0.8125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #aiKLMBhFSZv4kEpXu7fB8aaOZ94kTVSs { width:8.8125rem;height:1.05625rem;top:6.4375rem;left:8.3750005364419rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SRBwOkip6kF7uU9t0pvmTkv0FZ3lOqiA { display:block; }#SRBwOkip6kF7uU9t0pvmTkv0FZ3lOqiA > .row .container { width:20rem;height:3.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R3swsmViU2PArXETvTmETQBsfyrhZkd0 { width:14.0625rem;height:3rem;top:0.234375rem;left:5.7992187142372rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwKmnvqKLrkbgGGAN34i2RCP2Ngn95AU { width:13.125rem;height:1.1375rem;top:1.1617183685302rem;left:6.1875000596046rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pC7gsxXigP3hWGnyvyU86vTFDflTLq6m { width:5.375rem;height:1.6875rem;top:0.890625rem;left:0.24062496423721rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8KDt6wD4lSTCrecKQbOv9oNMd7MNhzh { width:5.0625rem;height:1.05625rem;top:1.2585926055908rem;left:0.37421876192093rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GuPrcGaIrGGKUJXzlzaF6wNRK3e1tLXf { display:block; }#GuPrcGaIrGGKUJXzlzaF6wNRK3e1tLXf > .row .container { width:20rem;height:19.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I48I8iPraAh3sLqTGpTiA4vPBG5QxNwK { width:13.9375rem;height:7.375rem;top:0.25rem;left:5.8093751072884rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbhusppKz0sMPIZHa9NMz1RW5UgDzwyf { width:12.625rem;height:6.825rem;top:0.41171836853027rem;left:6.1875000596046rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kCJJDs51AFKK2S7clSCvtQdixQEROvow { width:5.3125rem;height:1.75rem;top:0.71875rem;left:0.23525642217733rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCRLrhS6I4oV9lTxAHxBnw3OP7g8ADwC { width:5.0625rem;height:1.05625rem;top:1.0960922241211rem;left:0.35859376192093rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hW22HTUJlchsfDkS37dPG3zfZhDth8Uf { width:19.875rem;height:19.4375rem;top:7.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rm8v3yEh3TZ6IItoz5VCsf1qAETNR3Qw { width:20rem;height:0;top:8.4375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #RM5BkPdyIKypmKsF5bEDqHTzmATa8vWZ { width:10.25rem;height:8rem;top:9.003125190735rem;left:7.6531255841256rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5ybkfxipkVwawBXPSFKaNL7WmlaUUcP { width:8.9375rem;height:5.28125rem;top:12.650000572204rem;left:8.3093755841256rem;font-size:0.8125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #M7QEcqIoy664vVwKWcvTTJeaOvpHZhyd { width:9.125rem;height:1.05625rem;top:9.940625190735rem;left:7.9375007748606rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UBN7PeMbMZJS6CMvw2uPF6afeHRfSA2y { width:20rem;height:0;top:13.3125rem;left:0rem;font-size:1rem;display:none; }#UBN7PeMbMZJS6CMvw2uPF6afeHRfSA2y li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4ba0d9fbf22492779c19ac0954e19ebb.svg); }
 }@media only screen and (max-width: 763px) { #dEpiZaEoB4BCpqSo8rFeo9amhvvceqgH { display:block; }#dEpiZaEoB4BCpqSo8rFeo9amhvvceqgH > .row .container { width:20rem;height:19.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hFvrnvX6HHUoTnoaCoSSygkoGxFAUg5Z { width:13.875rem;height:3.875rem;top:0.375rem;left:5.8725877192982rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBbEAFkhxuQM0WdxLunmFTBx414nkmiM { width:19.9375rem;height:7.8125rem;top:6.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mubH2E6worpe6xqPc823B57zUkAvDicN { width:13.6875rem;height:1.1375rem;top:1.3999977111816rem;left:6.3125002980231rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DsHAPOtIeVanewmU9OmWITdeIFLCLI9c { width:5.1875rem;height:1.75rem;top:1.09375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e08g1NTdWDpPRCduJ6zITm3E6VA1QrTw { width:4.5rem;height:1.05625rem;top:1.4718751907349rem;left:0.65546876192094rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fpdgcf1dkeDbi75oCqWXT7LM6phsnDFs { width:20rem;height:auto;top:7.6875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #J6FOoSFnrTyvk7FA51zgSDGTa6vxh5px { width:9.9375rem;height:13.6875rem;top:4.9375rem;left:7.9375005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0r7K20DxrbsQJIMHO7WoRog62Q8U6Cs { width:8.6875rem;height:1.05625rem;top:5.75rem;left:8.6875005364419rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yuLvk1XTlF8S93wQ50CR3EKHPVdo0WNP { width:8.9375rem;height:3.16875rem;top:7.875rem;left:8.4375005364419rem;font-size:0.8125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #zaKBiTunE6DFy5p859UwuvcP7XpAXvKz { width:8.875rem;height:2.1125rem;top:11.875rem;left:8.5000005364419rem;font-size:0.8125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #gsTUQiX9MVWVqLTVUc5pZPkES3B3CkOu { width:8.0625rem;height:3.16875rem;top:14.9375rem;left:9.2500005364419rem;font-size:0.8125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #C7JZ6v21LbEBAgKdb6kNI6w0XvTyy8pJ { display:block; }#C7JZ6v21LbEBAgKdb6kNI6w0XvTyy8pJ > .row .container { width:20rem;height:3.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c6V3DxkRVTghUIJixpAravy2iOzzWZlv { width:13.9375rem;height:3rem;top:0.4375rem;left:5.9350877192982rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESAIzWiKmTxB8heu8HoFNRnP1LCdkp5G { width:12.625rem;height:1.1375rem;top:1.3492202758789rem;left:6.4374999403956rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Gl9ZwpCBUcbTo2wPW7USeRTzIbH1Wcnx { width:5.5625rem;height:1.75rem;top:1.05625rem;left:0.15672368318078rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHAGN41IT46vQEeaA7F9N2FiyTPocJ5a { width:5.875rem;height:1.05625rem;top:1.5249996185302rem;left:0.125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i1ycVeX0XfcZAg22u3Q2TVFxFCKCs8BE { display:block; }#i1ycVeX0XfcZAg22u3Q2TVFxFCKCs8BE > .row .container { width:20rem;height:15.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v3OlzIM5iGf49vhDZ52p1nf2PmpL5ptc { width:13.75rem;height:4.0625rem;top:0.39999961853027rem;left:5.9062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #uT1PGxo9Dy80NlrxJpciZ2fls8bW1uf7 { width:12.8125rem;height:2.275rem;top:1.2927083969116rem;left:6.3750002980231rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Qarn0TQSUC84DNpfHHNEh1bLdpX9Ii6f { width:5.5rem;height:1.5625rem;top:1.5171875rem;left:0.26250001192092rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTM952MGkP2H2Lo25DUcVhSQQ5As1zM8 { width:5.1875rem;height:1.05625rem;top:1.83984375rem;left:0.51875001192093rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A44VQSCJ87TlVXEBKc5CTcTNc9zEJLr6 { width:10.625rem;height:10.125rem;top:5.1492190361023rem;left:7.3125005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0ZaDNr9VHxtNeZv0CWrnCNM3tv837ow { width:9.3125rem;height:1.05625rem;top:5.8054685592651rem;left:8.0000005364419rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BeAmL4CyBFF3pmPWEvzL4goHt3vvdwLf { width:19.875rem;height:17.3125rem;top:6.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xVh2upVd2iQ62UJqz7mgPl22N0cbcAN7 { width:20rem;height:auto;top:7.25rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #C4L5bmc63fdhlGaE7ZkAnUeLMBc7yy6f { width:9.5625rem;height:3.16875rem;top:7.8210943341256rem;left:7.7500005364419rem;font-size:0.8125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #nzTqDqaI3uPKFrrG0Av8DWJGn9DqxnTO { width:9.5rem;height:2.1125rem;top:12.261719226837rem;left:7.8750005364419rem;font-size:0.8125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #lZ2uWeqXlwqgEHSroslwhzeUmdzsMkkR { display:block; }#lZ2uWeqXlwqgEHSroslwhzeUmdzsMkkR > .row .container { width:20rem;height:4rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yGhWWbzXMPnKmOrTozpZ8uHWKDtKKB7V { width:13.8125rem;height:2.9375rem;top:0.375rem;left:5.9760233918129rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bv6gDIgCxEPZ1dRBMZ6yDyO6u3VKm25m { width:19.9375rem;height:7.8125rem;top:6.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uidJuUU1DSRuhvGFCr7rPaKXkdRdGykt { width:13.0625rem;height:2.275rem;top:0.86145973205569rem;left:6.3500002026556rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DArhKpDsl0VZskwHa6u7qkkdIddivfmd { width:5.3125rem;height:1.6875rem;top:0.91250019073487rem;left:0.37067777166119rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLXNRDLL4ePoF7OQroRPfRZ7viTImNkk { width:4.8125rem;height:1.05625rem;top:1.3156251907349rem;left:0.74531251192094rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HWBeoTdfKMaZf6U9Qm4glHsIOG6l9AEO { width:20rem;height:0;top:7.6875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #n3Qm9OSbwmATnTmHw16slWDOUh30dD9Q { display:block; }#n3Qm9OSbwmATnTmHw16slWDOUh30dD9Q > .row .container { width:20rem;height:26.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zHeNhyKABTQAPHh02346FalJVxSauzDR { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4RfAA5lLtgq4mEktTDfbexOgKOKaHIM { width:6.25rem;height:1.375rem;top:3.5625rem;left:10.718750536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlqeECdC9rmOaCxaRd3QNTwkFiLeLXT7 { width:6.9375rem;height:1.75rem;top:3.375rem;left:2.4875000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZRDXhzvmpOMKVHp4bn1loOyUrzJZ7ly { width:20rem;height:1.625rem;top:6.31875038147rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWTAvshCFp6K1iDbkKQnehwBeeyn1UAv { width:3.8125rem;height:3.375rem;top:13.906250476837rem;left:4.0500002503395rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfuXzHPZggXEN6T0ugkZnqcJH9zOixyT { width:20rem;height:1.625rem;top:11.46875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWBhdwp6AUKFeUHMP657Id8IqI8CEte6 { width:4.5rem;height:1.25rem;top:9.1921901702881rem;left:7.7500005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpAO8shMlgHB4Hzp4wy1x5rpbsRkmWga { width:3.875rem;height:2.4375rem;top:14.375000476837rem;left:11.906250536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLZdw0tZwI4BXqUhV1f8qOxJdZv45Kbg { width:20rem;height:1.625rem;top:21.118752002716rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ef7FKdTPT1xHr4nf9OgvtJCaSm6TArxA { width:1.9375rem;height:1.9375rem;top:23.993752002716rem;left:4.9875002503395rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5U54Exq0Zn3LGCHHs6xcLkyRCrqATan { width:1.75rem;height:2.5rem;top:14.265625rem;left:9.1250005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #VF62Q3zr5xJiC56Ik9FNV0ysQIn8OLwR { width:5.9375rem;height:2.125rem;top:18.181250095367rem;left:2.9875000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnICqhUTNemKTHFFvhQfptTq7CrFde3T { width:4.6875rem;height:1.625rem;top:18.431250095367rem;left:11.500000536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpK2DRtxVk8Ioq4kk1Lgfpt27ufla1WT { width:4.25rem;height:1.1875rem;top:24.368752002716rem;left:11.718750536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTW9JLFwqMHsXbXlLVeHAykr7sI8q5vr { display:block; }#FTW9JLFwqMHsXbXlLVeHAykr7sI8q5vr > .row .container { width:20rem;height:63.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bIeGSeOhO33BKERavcRLVJSumNQuT1uO { width:19.183625rem;height:23.621125rem;top:38.501556396484rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHXsyerzTHmIeUS2EaCdASOQ4cpTCIDH { width:12.5rem;height:2.6rem;top:0.99609994888306rem;left:3.7500000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFVJXn1H6diKilx6Vl9OR6vO8kaNFs23 { width:19.4375rem;height:16.8625rem;top:4.6851387023926rem;left:0.3125rem;font-size:0.875rem;display:block; }#BFVJXn1H6diKilx6Vl9OR6vO8kaNFs23 li:before{  }
 }@media only screen and (max-width: 763px) { #DBw3nmV1mfwhsfF9H4pEfqQylJu68tip { width:19.375rem;height:14.7875rem;top:22.248444199562rem;left:0.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ni214JVKBoq874uFsNGrtMgvnbudvxUu { display:block; }#ni214JVKBoq874uFsNGrtMgvnbudvxUu > .row .container { width:20rem;height:8.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #brWMCLcMJAOBNHOwuNImbNq6RIPumfPv { width:20rem;height:7.21875rem;top:0.70234298706056rem;left:0rem;font-size:0.6875rem;display:block; }
 }