.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:244,224,222;--color-primary-1:218,151,146;--color-primary-2:181,46,37;--color-primary-3:91,23,19;--color-primary-4:27,7,6;--color-secondary-0:245,217,219;--color-secondary-1:222,128,135;--color-secondary-2:188,0,15;--color-secondary-3:94,0,8;--color-secondary-4:28,0,2;--color-tertiary-0:255,255,255;--color-tertiary-1:252,252,252;--color-tertiary-2:246,246,246;--color-tertiary-3:123,123,123;--color-tertiary-4:25,25,25;--headlines-font-family:"Jura";--paragraphs-font-family:"Bai Jamjuree"; }@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:#070707;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oafAZrbcBtw1No9ZciJPNd9bEkMVuaiT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oafAZrbcBtw1No9ZciJPNd9bEkMVuaiT > .row .container { background-color: transparent; background-image: none; }#oafAZrbcBtw1No9ZciJPNd9bEkMVuaiT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oafAZrbcBtw1No9ZciJPNd9bEkMVuaiT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oafAZrbcBtw1No9ZciJPNd9bEkMVuaiT > .row .container > .video-iframe-container { display: none; }#oafAZrbcBtw1No9ZciJPNd9bEkMVuaiT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oafAZrbcBtw1No9ZciJPNd9bEkMVuaiT > .row > .video-iframe-container { display: none; }#oafAZrbcBtw1No9ZciJPNd9bEkMVuaiT > .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); }#oafAZrbcBtw1No9ZciJPNd9bEkMVuaiT > .row .container { border-width: 0; border-radius: 0; }#oafAZrbcBtw1No9ZciJPNd9bEkMVuaiT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oafAZrbcBtw1No9ZciJPNd9bEkMVuaiT > .row .container { font-size:0.875rem;font-family:arial;height:19.9375rem;width:75rem;position:relative;display:block; }#r1lC1vPmS4mAVERZFNTOZzeJxMA7o7Dt { color:rgba(var(--color-tertiary-2),1);display:block;width:57.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.4190340042114rem;left:8.75rem;height:9.099625rem;text-align:center;text-align-last:center;display:block; }
#sHZBclUhSRRl43a48tNelBKU9mPXiGxz { position:relative;display:block; }#sHZBclUhSRRl43a48tNelBKU9mPXiGxz { background-color: transparent; background-image: none; }#sHZBclUhSRRl43a48tNelBKU9mPXiGxz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sHZBclUhSRRl43a48tNelBKU9mPXiGxz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sHZBclUhSRRl43a48tNelBKU9mPXiGxz > .row .container > .video-iframe-container { display: none; }#sHZBclUhSRRl43a48tNelBKU9mPXiGxz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sHZBclUhSRRl43a48tNelBKU9mPXiGxz > .row > .video-iframe-container { display: none; }#sHZBclUhSRRl43a48tNelBKU9mPXiGxz > .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); }#sHZBclUhSRRl43a48tNelBKU9mPXiGxz { border-width: 0; border-radius: 0; }#sHZBclUhSRRl43a48tNelBKU9mPXiGxz > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sHZBclUhSRRl43a48tNelBKU9mPXiGxz > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:72.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#ggAtxONy5Mo4SekzfpvgXWB6fi8DeUtU { color:rgba(var(--color-tertiary-2),1);display:block;width:57.5rem;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:3.3125rem;left:8.75rem;height:6.82425rem;text-align:center;text-align-last:center;display:block; }
#uTUJixPS3TBI18ZRKlElZE3WFToQ1hFM { color:rgba(var(--color-tertiary-1),1);display:block;width:42.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:17.25rem;left:16.25rem;height:50.69244375rem;display:block; }
#Tc91aMXEXS8ATVJkDr37veULZfSulTIq { box-sizing:content-box;height:56.875rem;width:45rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.687164306641rem;left:14.999998092651rem;display:block; }
#JoFOQQqDOlTV3hbBbyQashnwm9D8gXx6 { box-sizing:content-box;height:10.4368125rem;width:59.6875rem;position:absolute;display:block;z-index:14998;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:3.2120037078858rem;left:7.65625rem;display:block; }
#EPJRIAQ06IQ87sOldRF4X9mQ7Mgtr0xC { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#coZaJxhppueTvriI7Ko0DH9XEMndZuOx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#coZaJxhppueTvriI7Ko0DH9XEMndZuOx > .row .container { background-color: transparent; background-image: none; }#coZaJxhppueTvriI7Ko0DH9XEMndZuOx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#coZaJxhppueTvriI7Ko0DH9XEMndZuOx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#coZaJxhppueTvriI7Ko0DH9XEMndZuOx > .row .container > .video-iframe-container { display: none; }#coZaJxhppueTvriI7Ko0DH9XEMndZuOx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#coZaJxhppueTvriI7Ko0DH9XEMndZuOx > .row > .video-iframe-container { display: none; }#coZaJxhppueTvriI7Ko0DH9XEMndZuOx > .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); }#coZaJxhppueTvriI7Ko0DH9XEMndZuOx > .row .container { border-width: 0; border-radius: 0; }#coZaJxhppueTvriI7Ko0DH9XEMndZuOx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#coZaJxhppueTvriI7Ko0DH9XEMndZuOx > .row .container { font-size:0.875rem;font-family:arial;height:35.5625rem;width:75rem;position:relative;display:block; }#sook6tzG8OAwP3bfndiEROvharZIyhO7 { color:rgba(var(--color-tertiary-0),1);display:block;width:31.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:3rem;left:12.125rem;height:4.67506875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#glwkbquucsa7wtHrMJQygENnnuOl0MNs { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:9.25rem;left:12.125rem;display:block; }
#TxWUvIppR4IEDMP5UXhBhkQzFHl5EWo5 { color:rgba(var(--color-tertiary-0),1);display:block;width:28.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:10.375rem;left:12.125rem;height:16.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WTNaH0oW0asmbSZAtc2PZkCByFglsqLF { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.875rem rgba(51,59,76,0.15) ;height:29.8118125rem;width:21.1869375rem;top:3rem;left:41.6875rem;overflow:hidden;display:block; }
#RLCS2MyyboSvQWuQ3sUhtCN3MG4rS3IN { position:relative;display:block; }#RLCS2MyyboSvQWuQ3sUhtCN3MG4rS3IN { background-color: transparent; background-image: none; }#RLCS2MyyboSvQWuQ3sUhtCN3MG4rS3IN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLCS2MyyboSvQWuQ3sUhtCN3MG4rS3IN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLCS2MyyboSvQWuQ3sUhtCN3MG4rS3IN > .row .container > .video-iframe-container { display: none; }#RLCS2MyyboSvQWuQ3sUhtCN3MG4rS3IN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLCS2MyyboSvQWuQ3sUhtCN3MG4rS3IN > .row > .video-iframe-container { display: none; }#RLCS2MyyboSvQWuQ3sUhtCN3MG4rS3IN > .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); }#RLCS2MyyboSvQWuQ3sUhtCN3MG4rS3IN { border-width: 0; border-radius: 0; }#RLCS2MyyboSvQWuQ3sUhtCN3MG4rS3IN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RLCS2MyyboSvQWuQ3sUhtCN3MG4rS3IN > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:88.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Lk1bKTzcJx2Q2FFVKBToKWrroBEC1dn6 { color:rgba(var(--color-tertiary-2),1);display:block;width:33.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:3.25rem;left:20.59375rem;height:6.82425rem;text-align:center;text-align-last:center;display:block; }
#LrJAuxPpS8l9QD9lFMpxkPUD8xhkrwVi { color:rgba(var(--color-tertiary-2),1);display:block;width:42.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:11.625rem;left:16.6875rem;height:9.09864375rem;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; }
#RZ7CeQSZWz9pvlkT6qpMwGnfxTMHGBWm { color:rgba(var(--color-tertiary-2),1);display:block;width:42.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:22.6875rem;left:16.6875rem;height:32.49515625rem;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; }
#n4ZDiEK2CcdtbXF0HcaPOznLcGh6iPWf { color:rgba(var(--color-tertiary-2),1);display:block;width:42.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:56.25rem;left:16.8125rem;height:6.13671875rem;display:block; }#n4ZDiEK2CcdtbXF0HcaPOznLcGh6iPWf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#n4ZDiEK2CcdtbXF0HcaPOznLcGh6iPWf li:before{  }
#ApUZMU5d922hlQZkSZiECR0SCi8TZ63f { color:rgba(var(--color-tertiary-2),1);display:block;width:42.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:64.125rem;left:16.8125rem;height:19.49709375rem;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; }
#mD9m9dkE5mvT5hoTPRScCkpQcFGTaePP { box-sizing:content-box;height:88.4375rem;width:45rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:-0.0625rem;left:14.999998092651rem;display:block; }
#GS3C0CoOpAv9KiG4UuUJITH9NXPCzz1p { position:relative;display:block; }#GS3C0CoOpAv9KiG4UuUJITH9NXPCzz1p { background-color: transparent; background-image: none; }#GS3C0CoOpAv9KiG4UuUJITH9NXPCzz1p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GS3C0CoOpAv9KiG4UuUJITH9NXPCzz1p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GS3C0CoOpAv9KiG4UuUJITH9NXPCzz1p > .row .container > .video-iframe-container { display: none; }#GS3C0CoOpAv9KiG4UuUJITH9NXPCzz1p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GS3C0CoOpAv9KiG4UuUJITH9NXPCzz1p > .row > .video-iframe-container { display: none; }#GS3C0CoOpAv9KiG4UuUJITH9NXPCzz1p > .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); }#GS3C0CoOpAv9KiG4UuUJITH9NXPCzz1p { border-width: 0; border-radius: 0; }#GS3C0CoOpAv9KiG4UuUJITH9NXPCzz1p > .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; }#GS3C0CoOpAv9KiG4UuUJITH9NXPCzz1p > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:107.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; }#bzTEvweuApPZQWEiH85MILccfGAzLFAt { color:rgba(var(--color-tertiary-2),1);display:block;width:60.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:1.9375rem;left:8.9375rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#L8kpZS9SUS5iIIF4mBwHPaF2yT1m7hOa { color:rgba(var(--color-tertiary-2),1);display:block;width:42.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:8.5625rem;left:16.25rem;height:12.5097875rem;text-align:center;text-align-last:center;display:block; }
#TxPict9rnBVcP3f48lnW9p90EeuGH9du { color:rgba(var(--color-tertiary-2),1);display:block;width:25.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:25.4375rem;left:8.75rem;height:4.2246125rem;display:block; }
#qJTTtrgaZnR33k7OTvHq2RyTASHbU4tZ { color:rgba(var(--color-tertiary-2),1);display:block;width:25.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:31.4375rem;left:8.9375rem;height:12.9980625rem;display:block; }
#aiu9tgvceMbgGrFHqJsxPxLcFOMdQT9B { color:rgba(var(--color-tertiary-2),1);display:block;width:25.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:25.125rem;left:40.625rem;height:6.3369375rem;display:block; }
#Kmh5Ko5ymIVsZlTTfbMoSHmSkq9tUSPh { color:rgba(var(--color-tertiary-2),1);display:block;width:25.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:32.3125rem;left:40.625rem;height:12.9980625rem;display:block; }
#vt3AqEUTxUyPZr6q3iFlwK6uz8xSCpSe { color:rgba(var(--color-tertiary-2),1);display:block;width:25.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:52.3125rem;left:8.75rem;height:6.3369375rem;display:block; }
#E7XC2nCipKcno9bG8GJ1CdkvZXLAKTHf { color:rgba(var(--color-tertiary-2),1);display:block;width:25.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:59.625rem;left:8.75rem;height:12.9980625rem;display:block; }
#fnunUcrgOq97LOgVfkte6ux0ggTatONI { color:rgba(var(--color-tertiary-2),1);display:block;width:60.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:80.75rem;left:8.9375rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#B0cG65VSXQRirKHVNTb9OHIaDWL8BOTx { color:rgba(var(--color-tertiary-2),1);display:block;width:25.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:52.3125rem;left:40.625rem;height:6.3369375rem;display:block; }
#NGefS2wq9QPmgIRrRUO7b6n4MCTBRvbN { color:rgba(var(--color-tertiary-2),1);display:block;width:25.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:59.625rem;left:40.625rem;height:15.597675rem;display:block; }
#XgsM90WLUzKNi00uMaLR5cE9D7U1fLdG { color:rgba(var(--color-tertiary-2),1);display:block;width:56.0618125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:84.811758041381rem;left:9.4673290252688rem;height:8.125rem;text-align:left;text-align-last:left;display:block; }
#afpyKT0kDZT3dnv7GMDaGrsKpB5XLvQs { color:rgba(var(--color-tertiary-2),1);display:block;width:56.0618125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:93.435691833494rem;left:10.967683792114rem;height:6.787125rem;display:block; }#afpyKT0kDZT3dnv7GMDaGrsKpB5XLvQs li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#afpyKT0kDZT3dnv7GMDaGrsKpB5XLvQs li:before{  }
#H9B9lQKDOybRiSbbxaSNG0J8v8pNMSTI { box-sizing:content-box;height:22.8125rem;width:28.125rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.5rem;left:7.5rem;display:block; }
#ShrmpZugVPEG056C6O43eTohMnzPMmTS { box-sizing:content-box;height:22.8125rem;width:28.125rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.5rem;left:39.375rem;display:block; }
#krLcsErTascMczH6aIlLcGZkWkBH6cxB { box-sizing:content-box;height:25.9375rem;width:28.125rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:51.375rem;left:7.5rem;display:block; }
#qETAZbat6W18SozrNyKtHFeNeASqbfcS { box-sizing:content-box;height:25.9375rem;width:28.125rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:51.375rem;left:39.375rem;display:block; }
#LDbIlEMVKpKTynqc9vqX2cqTMVoLv5H7 { color:rgba(var(--color-tertiary-2),1);display:block;width:56.0618125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:101.18515777588rem;left:8.9373226165769rem;height:1.4624rem;display:block; }
#pRPb3x5ix8UT1pJ4HyZV0PimbAguUOAH { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:24.3125rem;top:6.5rem;left:25.34375rem;display:block; }
#tZaNlAF1TLOqIhD5mpRVcQEgooVXhxMl { position:relative;display:block; }#tZaNlAF1TLOqIhD5mpRVcQEgooVXhxMl { background-color: transparent; background-image: none; }#tZaNlAF1TLOqIhD5mpRVcQEgooVXhxMl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tZaNlAF1TLOqIhD5mpRVcQEgooVXhxMl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tZaNlAF1TLOqIhD5mpRVcQEgooVXhxMl > .row .container > .video-iframe-container { display: none; }#tZaNlAF1TLOqIhD5mpRVcQEgooVXhxMl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tZaNlAF1TLOqIhD5mpRVcQEgooVXhxMl > .row > .video-iframe-container { display: none; }#tZaNlAF1TLOqIhD5mpRVcQEgooVXhxMl > .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); }#tZaNlAF1TLOqIhD5mpRVcQEgooVXhxMl { border-width: 0; border-radius: 0; }#tZaNlAF1TLOqIhD5mpRVcQEgooVXhxMl > .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; }#tZaNlAF1TLOqIhD5mpRVcQEgooVXhxMl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:106.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#IImphVAEfLMox9teg70HN72E4Zlmmp5r { color:rgba(var(--color-tertiary-2),1);display:block;width:40.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:13.8125rem;left:18.4375rem;height:6.5800625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Vy9B3eKnkSF15mbf87AUQtqf4kLO6yah { color:rgba(var(--color-tertiary-2),1);display:block;width:38.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:58.5625rem;left:19.6875rem;height:2.1937125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ma9aHUZ6rege55lGovJFsLUKnxuHlfgN { color:rgba(var(--color-tertiary-2),1);display:block;width:38.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:61.4375rem;left:19.6875rem;height:2.92480625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UQD0qTZeI6FacXCzfcOWENKdnaJ2XNUF { position:absolute;display:block;z-index:15059;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:32.25rem;width:22.6875rem;top:24.3125rem;left:27.28125rem;overflow:hidden;display:block; }
#KG4usnciyk8uZ36gTGRARb3to6CO6809 { color:rgba(var(--color-tertiary-2),1);display:block;width:38.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:72.625rem;left:19.25rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#xsFDz8rHRocC2tWS1RXKpua0nzifMs2q { color:rgba(var(--color-tertiary-2),1);display:block;width:42.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:89.624464035031rem;left:17.373933792114rem;height:4.38671875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DmreW4LUlSXGGA71x240C5x5ETDT84pJ { color:rgba(var(--color-tertiary-2),1);display:block;width:44.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:1.5rem;left:15.375rem;height:6.82425rem;text-align:center;text-align-last:center;display:block; }
#V8qGCC3EaLien3f3HEqBWuV8dE2gTpv7 { box-sizing:content-box;height:79.1875rem;width:45rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.874633789062rem;left:16.124822616577rem;display:block; }
#D5Rmhn9Jb4O965nJBdwqr4hTfTnzBp0V { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15060;text-align:center;text-align-last:center;top:66.6875rem;left:29.875rem;display:block; }
#Rwm8JbG87wD6ZotGlkNPG6k9t5pqxgVJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qGiwGMy3rE3ZpCvOols8AJ0EbhO2bw7r { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15061;text-align:center;text-align-last:center;top:95.999641418456rem;left:29.873933792114rem;display:block; }
#tkOs9cOTMSL4da8SAwRDVnmP3zL9iC1u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cuqWRTsffSu1JUguBpyxGrNB9wng3Gen { color:rgba(var(--color-tertiary-2),1);display:block;width:38.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:74.936065673825rem;left:19.248933792114rem;height:11.69920625rem;text-align:left;text-align-last:left;display:block; }
#VCBxsZTWt30sxvsTuBSNgSpdsX0716To { position:relative;display:block; }#VCBxsZTWt30sxvsTuBSNgSpdsX0716To { background-color: transparent; background-image: none; }#VCBxsZTWt30sxvsTuBSNgSpdsX0716To::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VCBxsZTWt30sxvsTuBSNgSpdsX0716To > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VCBxsZTWt30sxvsTuBSNgSpdsX0716To > .row .container > .video-iframe-container { display: none; }#VCBxsZTWt30sxvsTuBSNgSpdsX0716To > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VCBxsZTWt30sxvsTuBSNgSpdsX0716To > .row > .video-iframe-container { display: none; }#VCBxsZTWt30sxvsTuBSNgSpdsX0716To > .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); }#VCBxsZTWt30sxvsTuBSNgSpdsX0716To { border-width: 0; border-radius: 0; }#VCBxsZTWt30sxvsTuBSNgSpdsX0716To > .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; }#VCBxsZTWt30sxvsTuBSNgSpdsX0716To > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:52.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#y8vX06m91oZm8eWpD0SKgGutCNBn3bXm { color:rgba(var(--color-tertiary-2),1);display:block;width:60.1243125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:0.9978675842285rem;left:7.4360790252688rem;height:6.82425rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bO7ecDi97gQVFymxVHgqax0Ob9gPK4DI { color:rgba(var(--color-tertiary-2),1);display:block;width:18.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:10.0625rem;left:5.5625rem;height:3.8994125rem;display:block; }
#H1SvXhtd1Bq0KW5GyfU8kHUJzW4DAqsB { box-sizing:content-box;height:19.6244375rem;width:20.062125rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-secondary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.25rem;left:4.8125rem;display:block; }
#RUoh6gzO8vqRr57Ssi2lNcn6GzeF4QzL { color:rgba(var(--color-tertiary-2),1);display:block;width:16.8119375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:15.3125rem;left:5.5625rem;height:7.124rem;display:block; }#RUoh6gzO8vqRr57Ssi2lNcn6GzeF4QzL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RUoh6gzO8vqRr57Ssi2lNcn6GzeF4QzL li:before{  }
#IQx1saNFK5kgANQKcOcpqZJJCJgqKeEy { box-sizing:content-box;height:19.6875rem;width:20.062125rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.25rem;left:27.75rem;display:block; }
#azWP4iQD8m0GfCXEHS7NzWIMISfn0Bix { color:rgba(var(--color-tertiary-2),1);display:block;width:18.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:10.0625rem;left:28.6875rem;height:1.94970625rem;display:block; }
#S3yGBTEzgHtRF5KvEvf9zbZbCUaqcisz { color:rgba(var(--color-tertiary-2),1);display:block;width:16.8110625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:15.3125rem;left:28.6875rem;height:8.4238125rem;display:block; }#S3yGBTEzgHtRF5KvEvf9zbZbCUaqcisz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#S3yGBTEzgHtRF5KvEvf9zbZbCUaqcisz li:before{  }
#AqMZyNC6oA9XzrsRALdWykrF9KTTh4IT { color:rgba(var(--color-tertiary-2),1);display:block;width:18.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:31.75rem;left:5.25rem;height:3.8994125rem;display:block; }
#iWZaUBtTNT2daayly0ApAw0aVKm1OtKA { box-sizing:content-box;height:19.6244375rem;width:20.062125rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.9375rem;left:4.5rem;display:block; }
#tEOtVvsqyC0ssslIh2UffSHP7cpa04QD { color:rgba(var(--color-tertiary-2),1);display:block;width:18.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:32.75rem;left:28.6875rem;height:1.94970625rem;display:block; }
#h5UEDX4IDnPeFfEIQmZmNRAapFUPQiP1 { box-sizing:content-box;height:19.6875rem;width:20.062125rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.9375rem;left:27.4375rem;display:block; }
#TPbBwbBzOna7bDem5At2B9Tw8ehuo5uh { color:rgba(var(--color-tertiary-2),1);display:block;width:16.8119375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:37rem;left:5.25rem;height:4.5244125rem;display:block; }#TPbBwbBzOna7bDem5At2B9Tw8ehuo5uh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TPbBwbBzOna7bDem5At2B9Tw8ehuo5uh li:before{  }
#mfp1RzCWIs6JRVA2XwBAcu3ORrAgqqVv { color:rgba(var(--color-tertiary-2),1);display:block;width:16.8101875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:35.625rem;left:28.6875rem;height:6.13671875rem;display:block; }#mfp1RzCWIs6JRVA2XwBAcu3ORrAgqqVv li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mfp1RzCWIs6JRVA2XwBAcu3ORrAgqqVv li:before{  }
#PHnlZ1oRZok4I2IByu9O1h4nrTp8wBc6 { box-sizing:content-box;height:20.1243125rem;width:20.062125rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.9375rem;left:50.1875rem;display:block; }
#VCDNzll1F6ELCmlFT8z2yFIVMyGGtWS6 { box-sizing:content-box;height:20.1243125rem;width:20.062125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.25rem;left:50.5rem;display:block; }
#RnhCs6tatsVBAsTVKKBbHaeIGV1dqDge { color:rgba(var(--color-tertiary-2),1);display:block;width:18.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:31.75rem;left:51.1875rem;height:1.94970625rem;display:block; }
#ppV2BUPRU0Pm8QxIBr14MRmPLMDhk53X { color:rgba(var(--color-tertiary-2),1);display:block;width:18.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:10.0625rem;left:51.4375rem;height:3.8994125rem;display:block; }
#z6V9ksyZbU1LdUI3NEF40PTRPASPQMJB { color:rgba(var(--color-tertiary-2),1);display:block;width:16.8093125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:36.3125rem;left:51.8125rem;height:4.5244125rem;display:block; }#z6V9ksyZbU1LdUI3NEF40PTRPASPQMJB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#z6V9ksyZbU1LdUI3NEF40PTRPASPQMJB li:before{  }
#ULTAdq3TfLr9lRPfEHoEiVWT16q4OZyw { color:rgba(var(--color-tertiary-2),1);display:block;width:16.8093125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:14.625rem;left:52.125rem;height:11.6484375rem;display:block; }#ULTAdq3TfLr9lRPfEHoEiVWT16q4OZyw li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ULTAdq3TfLr9lRPfEHoEiVWT16q4OZyw li:before{  }
#Z4p6G73nDt2uPayCtFhwKbBbch7tagKV { position:relative;display:block; }#Z4p6G73nDt2uPayCtFhwKbBbch7tagKV { background-color: transparent; background-image: none; }#Z4p6G73nDt2uPayCtFhwKbBbch7tagKV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z4p6G73nDt2uPayCtFhwKbBbch7tagKV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z4p6G73nDt2uPayCtFhwKbBbch7tagKV > .row .container > .video-iframe-container { display: none; }#Z4p6G73nDt2uPayCtFhwKbBbch7tagKV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z4p6G73nDt2uPayCtFhwKbBbch7tagKV > .row > .video-iframe-container { display: none; }#Z4p6G73nDt2uPayCtFhwKbBbch7tagKV > .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); }#Z4p6G73nDt2uPayCtFhwKbBbch7tagKV { border-width: 0; border-radius: 0; }#Z4p6G73nDt2uPayCtFhwKbBbch7tagKV > .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; }#Z4p6G73nDt2uPayCtFhwKbBbch7tagKV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:148.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mqWR3napzB1NupTTfaTu7mfKDLepnpH5 { color:rgba(var(--color-primary-2),1);display:block;width:42.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:0.875rem;left:16.25rem;height:6.82425rem;text-align:center;text-align-last:center;display:block; }
#Fm8TcqX9BsST3KmMaetk1zO7ivLbcNiH { color:rgba(var(--color-tertiary-0),1);display:block;width:40rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:8.4375rem;left:17.5rem;height:134.516875rem;display:block; }#Fm8TcqX9BsST3KmMaetk1zO7ivLbcNiH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Fm8TcqX9BsST3KmMaetk1zO7ivLbcNiH li:before{  }
#PnSHl1AwTc62HFUlXDU2dvNQQcIDwUZy { box-sizing:content-box;height:541.25rem;width:45rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:-0.18020629882812rem;left:15.004438400269rem;display:block; }
#Kzc4Tb7VsfWnIyQh0W2vm4JcZTou6w1v { position:relative;display:block; }#Kzc4Tb7VsfWnIyQh0W2vm4JcZTou6w1v { background-color: transparent; background-image: none; }#Kzc4Tb7VsfWnIyQh0W2vm4JcZTou6w1v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kzc4Tb7VsfWnIyQh0W2vm4JcZTou6w1v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kzc4Tb7VsfWnIyQh0W2vm4JcZTou6w1v > .row .container > .video-iframe-container { display: none; }#Kzc4Tb7VsfWnIyQh0W2vm4JcZTou6w1v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kzc4Tb7VsfWnIyQh0W2vm4JcZTou6w1v > .row > .video-iframe-container { display: none; }#Kzc4Tb7VsfWnIyQh0W2vm4JcZTou6w1v > .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); }#Kzc4Tb7VsfWnIyQh0W2vm4JcZTou6w1v { border-width: 0; border-radius: 0; }#Kzc4Tb7VsfWnIyQh0W2vm4JcZTou6w1v > .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; }#Kzc4Tb7VsfWnIyQh0W2vm4JcZTou6w1v > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:105.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#meOo7NUkNWxzo19u4lUSLbx2SrlB8s2L { color:rgba(var(--color-primary-2),1);display:block;width:45rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:0.74931716918944rem;left:14.999111175537rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#TcmTgumnk7k1AgDXe7UcNLknuXlN1qZP { color:rgba(var(--color-tertiary-0),1);display:block;width:39.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:4.8482151031494rem;left:16.560724258423rem;height:23.3965125rem;display:block; }
#yX0Qkmcor3GZ2cIFnGitIgRrH6hUW7gr { color:rgba(var(--color-tertiary-0),1);display:block;width:39.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:30.25rem;left:16.5625rem;height:4.5244125rem;display:block; }#yX0Qkmcor3GZ2cIFnGitIgRrH6hUW7gr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yX0Qkmcor3GZ2cIFnGitIgRrH6hUW7gr li:before{  }
#ocmhZOnekFXPCJUU6THXdrS3TXeCiTdu { color:rgba(var(--color-tertiary-0),1);display:block;width:39.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:36.25rem;left:16.5625rem;height:18.1972875rem;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; }
#P7QrqxIPAhbVZfC8Q9pQWsANT8OVNUoH { color:rgba(var(--color-tertiary-0),1);display:block;width:39.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:55.1875rem;left:16.5625rem;height:6.13671875rem;display:block; }#P7QrqxIPAhbVZfC8Q9pQWsANT8OVNUoH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#P7QrqxIPAhbVZfC8Q9pQWsANT8OVNUoH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_05b4fd0805b7363a53104795239d40de775eb1fa.svg); }
#RHnZ3aWvEXyUwn44RcthugP33h5CHkBg { color:rgba(var(--color-tertiary-0),1);display:block;width:39.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:62.5rem;left:16.5625rem;height:36.394575rem;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; }
#Xfk9BwBrlCCPokKlNH0H7XEDITqnUfrl { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#FKg1tGwrnGikIS6h6ighdfpkmR7dTcsJ { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.1864375rem;height:3.4375rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:101.26775360108rem;left:23.840551376342rem;display:block; }
#RFhxPR0hJOn903bTXzWZzWWUJ9XHr8aF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Jc5x7hJzfik0X10T7ZI0PvTOu9aqEE2J { position:relative;display:block; }#Jc5x7hJzfik0X10T7ZI0PvTOu9aqEE2J { background-color: transparent; background-image: none; }#Jc5x7hJzfik0X10T7ZI0PvTOu9aqEE2J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jc5x7hJzfik0X10T7ZI0PvTOu9aqEE2J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jc5x7hJzfik0X10T7ZI0PvTOu9aqEE2J > .row .container > .video-iframe-container { display: none; }#Jc5x7hJzfik0X10T7ZI0PvTOu9aqEE2J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jc5x7hJzfik0X10T7ZI0PvTOu9aqEE2J > .row > .video-iframe-container { display: none; }#Jc5x7hJzfik0X10T7ZI0PvTOu9aqEE2J > .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); }#Jc5x7hJzfik0X10T7ZI0PvTOu9aqEE2J { border-width: 0; border-radius: 0; }#Jc5x7hJzfik0X10T7ZI0PvTOu9aqEE2J > .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; }#Jc5x7hJzfik0X10T7ZI0PvTOu9aqEE2J > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:147.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#riPWeDuMiNCKpQySGoFCNGVozFcr7Tth { color:rgba(var(--color-tertiary-0),1);display:block;width:38.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:23.625rem;left:18.375rem;height:9.3115rem;display:block; }#riPWeDuMiNCKpQySGoFCNGVozFcr7Tth li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#riPWeDuMiNCKpQySGoFCNGVozFcr7Tth li:before{  }
#aDWVKhfpAHW1vALDMKoCVVCJMkOTvSqb { color:rgba(var(--color-tertiary-0),1);display:block;width:45rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:12.436966896057rem;left:14.999111175537rem;height:7.7988125rem;text-align:center;text-align-last:center;display:block; }
#oLgbfti5RP1qCukz20b6JzirKDH6GDry { color:rgba(var(--color-tertiary-0),1);display:block;width:39.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:45rem;left:17.625rem;height:12.9980625rem;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; }
#f8lk91GyR4yoGQsHLOl8sQx4TqZCaang { color:rgba(var(--color-tertiary-0),1);display:block;width:45rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:21.25rem;left:15rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#R9aQTFtZr1zsGLd7qB1r08998PXifmCZ { color:rgba(var(--color-tertiary-0),1);display:block;width:39.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:3.3125rem;left:16rem;height:7.7988375rem;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; }
#D0SSG5LTVoTEL47TiORXEDBxlcpPnADZ { color:rgba(var(--color-tertiary-0),1);display:block;width:45rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:36.1875rem;left:15rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#oAauZcNxzAcBpbu5lPPupK5N6PgNSC4G { color:rgba(var(--color-primary-1),1);display:block;width:45rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:41.811027526856rem;left:14.999111175537rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#RB2rhxOEQhhKJTmAfdtsHTtkX7yms5BS { color:rgba(var(--color-primary-1),1);display:block;width:45rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:60.9375rem;left:15rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#DdUBy3ts2hKpHTMx9JF7ViawL1x4iPJA { color:rgba(var(--color-tertiary-0),1);display:block;width:45rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:66.25rem;left:15rem;height:1.29980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#AAKfGUOkhReMLZZDiW3awn2uKMxLov7e { color:rgba(var(--color-tertiary-0),1);display:block;width:45rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:68.1875rem;left:15rem;height:1.29980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#gtTV7nV0TwA4Cpcriqv7V97wFvTmTKSU { color:rgba(var(--color-tertiary-0),1);display:block;width:45rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:70.0625rem;left:15rem;height:3.89941875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#hsNaZVqIApB25hKAWLAu8N2VMC6awZ4I { color:rgba(var(--color-tertiary-0),1);display:block;width:45rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:74.875rem;left:15rem;height:1.94970625rem;text-align:center;text-align-last:center;display:block; }
#Ris0KxslOveQyr8luklRLghXsg7w6AMz { color:rgba(var(--color-tertiary-0),1);display:block;width:36.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:77.5625rem;left:19.0625rem;height:5.199225rem;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; }
#WTWkzziImxGCv5HZSsEUQvZ8WVpZTkmM { color:rgba(var(--color-tertiary-0),1);display:block;width:42.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:85.125rem;left:16.3125rem;height:1.94970625rem;text-align:center;text-align-last:center;display:block; }
#PWk6do0tIlMDDx61ZIaT07VARv26SzBd { color:rgba(var(--color-tertiary-0),1);display:block;width:36.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:88.375rem;left:19.0625rem;height:14.29786875rem;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; }
#QxcWNcZO9Qa2KzGpQopq6TD2UkVNTeyE { color:rgba(var(--color-tertiary-0),1);display:block;width:39.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:105.6875rem;left:19.0625rem;height:6.13671875rem;display:block; }#QxcWNcZO9Qa2KzGpQopq6TD2UkVNTeyE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QxcWNcZO9Qa2KzGpQopq6TD2UkVNTeyE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4b4aea0f574a7959286aa1746960e6ac4f99c103.svg); }
#bTzyVfRsA0uPzTinvxZQkxuvUIyThRp7 { color:rgba(var(--color-tertiary-0),1);display:block;width:39.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:118.0625rem;left:17.625rem;height:27.29593125rem;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; }
#iLi3KLJhDQr5Qrqter76s5QqdG1NAC8B { color:rgba(var(--color-primary-1),1);display:block;width:45rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:114.25rem;left:15rem;height:1.94970625rem;text-align:center;text-align-last:center;display:block; }
#B5vbVuUTegrl3SwzRpT1SdquCvvc7NhH { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#Snbm498D6z7G3oN4AMXKumWNr3ziFnu6 { position:relative;display:block; }#Snbm498D6z7G3oN4AMXKumWNr3ziFnu6 { background-color: transparent; background-image: none; }#Snbm498D6z7G3oN4AMXKumWNr3ziFnu6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Snbm498D6z7G3oN4AMXKumWNr3ziFnu6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Snbm498D6z7G3oN4AMXKumWNr3ziFnu6 > .row .container > .video-iframe-container { display: none; }#Snbm498D6z7G3oN4AMXKumWNr3ziFnu6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Snbm498D6z7G3oN4AMXKumWNr3ziFnu6 > .row > .video-iframe-container { display: none; }#Snbm498D6z7G3oN4AMXKumWNr3ziFnu6 > .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); }#Snbm498D6z7G3oN4AMXKumWNr3ziFnu6 { border-width: 0; border-radius: 0; }#Snbm498D6z7G3oN4AMXKumWNr3ziFnu6 > .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; }#Snbm498D6z7G3oN4AMXKumWNr3ziFnu6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:48.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; }#EfZDGmbZRw5QOwDVSG3y5Mo7N3LuTmsw { color:rgba(var(--color-tertiary-0),1);display:block;width:35.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:3.6248226165771rem;left:17.65553855896rem;height:9.09864375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#AIEw8ky9woEPgHsMGvTEb6zWc07nAUnp { color:rgba(var(--color-tertiary-0),1);display:block;width:45.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:14.747867584229rem;left:14.81178855896rem;height:1.94970625rem;text-align:center;text-align-last:center;display:block; }
#cypOTSqBLaxw6VAa2rmMk6h01FTAvchK { color:rgba(var(--color-tertiary-0),1);display:block;width:39.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:21.810192108154rem;left:17.62428855896rem;height:2.2745rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:italic;display:block; }
#UgBEwVyNgdJJe4ELyyRzXwV8lsfeTCND { color:rgba(var(--color-tertiary-0),1);display:block;width:39.749625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:30.311626434326rem;left:17.62428855896rem;height:11.69825625rem;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; }
#S6T3py85D2HzaK4UAzTE2BlHOVZeIkaa { color:rgba(var(--color-primary-1),1);display:block;width:42.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:0.8125rem;left:17.4375rem;height:1.94970625rem;text-align:left;text-align-last:left;display:block; }
#KzcFQ4VmWfnpcJR0BTbP3XEzvv7JDIRK { color:rgba(var(--color-primary-1),1);display:block;width:45.37375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:27.398807525635rem;left:14.81178855896rem;height:1.94970625rem;text-align:center;text-align-last:center;display:block; }
#pgDGSqDTmO7OGLEcfO63quQTclzv8mnz { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#C0TTqDEcP4wCfTyGEzZVaoDCybT8caei { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.1864375rem;height:3.4375rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:43.826345920563rem;left:24.905004501342rem;display:block; }
#uuGWLsiEixfVdCR025QTzaqf2EG4czWM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kVAVawHUZEETJpIMac0bxAAbtpJ9zS6H { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.1864375rem;height:3.4375rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:17.217671394348rem;left:24.905004501342rem;display:block; }
#gNSXkIAl21QTcLvylz1kfGHyT26B2Cgz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CtVnoKWZacup43XBB8vZcyvxwHp71Hks { position:relative;display:block; }#CtVnoKWZacup43XBB8vZcyvxwHp71Hks { background-color: transparent; background-image: none; }#CtVnoKWZacup43XBB8vZcyvxwHp71Hks::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CtVnoKWZacup43XBB8vZcyvxwHp71Hks > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CtVnoKWZacup43XBB8vZcyvxwHp71Hks > .row .container > .video-iframe-container { display: none; }#CtVnoKWZacup43XBB8vZcyvxwHp71Hks > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CtVnoKWZacup43XBB8vZcyvxwHp71Hks > .row > .video-iframe-container { display: none; }#CtVnoKWZacup43XBB8vZcyvxwHp71Hks > .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); }#CtVnoKWZacup43XBB8vZcyvxwHp71Hks { border-width: 0; border-radius: 0; }#CtVnoKWZacup43XBB8vZcyvxwHp71Hks > .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; }#CtVnoKWZacup43XBB8vZcyvxwHp71Hks > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:95.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#voPwHLNTUTccIAtU9fRhNKGEIRhy6Hwq { color:rgba(var(--color-tertiary-0),1);display:block;width:64.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:0.62407684326172rem;left:5.3426837921142rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#nXHdcSLh3r49d5I2vQwErzLXfBXVPnEK { color:rgba(var(--color-tertiary-0),1);display:block;width:41.1248125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:6.0600140094757rem;left:16.936254501342rem;height:36.394575rem;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; }
#v3oCAznN5DLkuPVT9itxRMlgd12gQCtk { color:rgba(var(--color-tertiary-0),1);display:block;width:39.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:54.058946609497rem;left:18.746446609497rem;height:7.7988375rem;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; }
#iUJ6HIy4olZZ8dzOl8AvwdPR8RXL0fxf { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.1873125rem;height:3.4375rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:66.117774963381rem;left:24.905004501342rem;display:block; }
#qMr8Hgtf6SLC63bovIJfdTbZ6WCbfb7V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vfpiXgkqqTz24RdHlrDhxoaBMzXP2AJ6 { color:rgba(var(--color-tertiary-0),1);display:block;width:39.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:70.1234664917rem;left:17.62428855896rem;height:1.29980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:italic;display:block; }
#VRkdcOVJ3Ev1Hbd6neVgWqzO1KmQxtoQ { color:rgba(var(--color-tertiary-0),1);display:block;width:42.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:75.622288703919rem;left:16.249113082886rem;height:12.99805625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#pcxaE54mnaRe4H4EfzeL63TWLHyAzCJt { box-sizing:content-box;height:16.0625rem;width:45rem;position:absolute;display:block;z-index:15046;background-color:rgba(var(--color-primary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:74.735080718994rem;left:14.999111175537rem;display:block; }
#AneTTgTcibnvG8BTJRPzCcshx6XaIhdz { color:rgba(var(--color-primary-1),1);display:block;width:35.999625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:47.996263504028rem;left:19.49928855896rem;height:4.54980625rem;text-align:center;text-align-last:center;display:block; }
#Go5PVhaIQRI3DMTSlMyCTrNtJlRafOMM { background-color:rgba(var(--color-tertiary-4),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Go5PVhaIQRI3DMTSlMyCTrNtJlRafOMM > .row .container { background-color: transparent; background-image: none; }#Go5PVhaIQRI3DMTSlMyCTrNtJlRafOMM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Go5PVhaIQRI3DMTSlMyCTrNtJlRafOMM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Go5PVhaIQRI3DMTSlMyCTrNtJlRafOMM > .row .container > .video-iframe-container { display: none; }#Go5PVhaIQRI3DMTSlMyCTrNtJlRafOMM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Go5PVhaIQRI3DMTSlMyCTrNtJlRafOMM > .row > .video-iframe-container { display: none; }#Go5PVhaIQRI3DMTSlMyCTrNtJlRafOMM > .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); }#Go5PVhaIQRI3DMTSlMyCTrNtJlRafOMM > .row .container { border-width: 0; border-radius: 0; }#Go5PVhaIQRI3DMTSlMyCTrNtJlRafOMM > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Go5PVhaIQRI3DMTSlMyCTrNtJlRafOMM > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:75rem;overflow:visible;position:relative;display:block; }#lurZOXovwlU6EU1M3PNPvlTHh2h844nU { color:rgba(var(--color-tertiary-1),1);display:block;width:12.875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.55859375rem;left:31.0625rem;height:1.3808625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #oafAZrbcBtw1No9ZciJPNd9bEkMVuaiT { display:block; }#oafAZrbcBtw1No9ZciJPNd9bEkMVuaiT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r1lC1vPmS4mAVERZFNTOZzeJxMA7o7Dt { top:5.375rem;left:0rem;width:47.75rem;height:9.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHZBclUhSRRl43a48tNelBKU9mPXiGxz { display:block; }#sHZBclUhSRRl43a48tNelBKU9mPXiGxz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ggAtxONy5Mo4SekzfpvgXWB6fi8DeUtU { top:3.3125rem;left:0rem;width:47.75rem;height:10.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTUJixPS3TBI18ZRKlElZE3WFToQ1hFM { top:17.1875rem;left:2.6249980926514rem;width:42.5rem;height:51.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tc91aMXEXS8ATVJkDr37veULZfSulTIq { top:15.625rem;left:1.3749980926514rem;width:45rem;height:56.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoFOQQqDOlTV3hbBbyQashnwm9D8gXx6 { top:3.1875rem;left:0rem;width:47.75rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPJRIAQ06IQ87sOldRF4X9mQ7Mgtr0xC { display:none; }
 }@media only screen and (max-width: 763px) { #coZaJxhppueTvriI7Ko0DH9XEMndZuOx { display:block; }#coZaJxhppueTvriI7Ko0DH9XEMndZuOx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sook6tzG8OAwP3bfndiEROvharZIyhO7 { width:31.4375rem;height:4.625rem;top:3rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #glwkbquucsa7wtHrMJQygENnnuOl0MNs { top:9.25rem;left:0rem;width:12.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxWUvIppR4IEDMP5UXhBhkQzFHl5EWo5 { width:28.25rem;height:19.4375rem;top:10.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTNaH0oW0asmbSZAtc2PZkCByFglsqLF { top:3rem;left:26.625rem;width:21.125rem;height:29.724661200445rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLCS2MyyboSvQWuQ3sUhtCN3MG4rS3IN { display:block; }#RLCS2MyyboSvQWuQ3sUhtCN3MG4rS3IN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lk1bKTzcJx2Q2FFVKBToKWrroBEC1dn6 { top:3.25rem;left:6.96875rem;width:33.8125rem;height:6.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrJAuxPpS8l9QD9lFMpxkPUD8xhkrwVi { top:11.625rem;left:3.0625rem;width:42.5rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZ7CeQSZWz9pvlkT6qpMwGnfxTMHGBWm { top:22.625rem;left:3.0617885589599rem;width:42.5rem;height:32.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4ZDiEK2CcdtbXF0HcaPOznLcGh6iPWf { top:56.25rem;left:3.1875rem;width:42.5rem;height:6.125rem;font-size:1rem;display:block; }#n4ZDiEK2CcdtbXF0HcaPOznLcGh6iPWf li:before{  }
 }@media only screen and (max-width: 763px) { #ApUZMU5d922hlQZkSZiECR0SCi8TZ63f { top:64.0625rem;left:3.1869678497314rem;width:42.5rem;height:20.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mD9m9dkE5mvT5hoTPRScCkpQcFGTaePP { top:-0.0625rem;left:1.3749980926514rem;width:45rem;height:88.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GS3C0CoOpAv9KiG4UuUJITH9NXPCzz1p { display:block; }#GS3C0CoOpAv9KiG4UuUJITH9NXPCzz1p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bzTEvweuApPZQWEiH85MILccfGAzLFAt { top:1.9375rem;left:0rem;width:47.75rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8kpZS9SUS5iIIF4mBwHPaF2yT1m7hOa { top:8.5625rem;left:2.625rem;width:42.5rem;height:12.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxPict9rnBVcP3f48lnW9p90EeuGH9du { top:25.4375rem;left:0rem;width:25.625rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJTTtrgaZnR33k7OTvHq2RyTASHbU4tZ { top:31.4375rem;left:0rem;width:25.625rem;height:14.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiu9tgvceMbgGrFHqJsxPxLcFOMdQT9B { top:25.125rem;left:22.125rem;width:25.625rem;height:6.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kmh5Ko5ymIVsZlTTfbMoSHmSkq9tUSPh { top:32.3125rem;left:22.125rem;width:25.625rem;height:12.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vt3AqEUTxUyPZr6q3iFlwK6uz8xSCpSe { top:52.3125rem;left:0rem;width:25.625rem;height:6.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7XC2nCipKcno9bG8GJ1CdkvZXLAKTHf { top:59.625rem;left:0rem;width:25.125rem;height:15.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnunUcrgOq97LOgVfkte6ux0ggTatONI { top:80.75rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0cG65VSXQRirKHVNTb9OHIaDWL8BOTx { top:52.3125rem;left:22.125rem;width:25.625rem;height:6.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGefS2wq9QPmgIRrRUO7b6n4MCTBRvbN { top:59.625rem;left:22.125rem;width:25.625rem;height:16.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgsM90WLUzKNi00uMaLR5cE9D7U1fLdG { top:84.75rem;left:0rem;width:47.75rem;height:8.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #afpyKT0kDZT3dnv7GMDaGrsKpB5XLvQs { top:93.375rem;left:0rem;width:47.75rem;height:6.75rem;font-size:1.125rem;display:block; }#afpyKT0kDZT3dnv7GMDaGrsKpB5XLvQs li:before{  }
 }@media only screen and (max-width: 763px) { #H9B9lQKDOybRiSbbxaSNG0J8v8pNMSTI { top:24.5rem;left:0rem;width:28.125rem;height:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShrmpZugVPEG056C6O43eTohMnzPMmTS { top:24.5rem;left:19.625rem;width:28.125rem;height:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #krLcsErTascMczH6aIlLcGZkWkBH6cxB { top:51.375rem;left:0rem;width:28.125rem;height:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qETAZbat6W18SozrNyKtHFeNeASqbfcS { top:51.375rem;left:19.625rem;width:28.125rem;height:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDbIlEMVKpKTynqc9vqX2cqTMVoLv5H7 { top:101.125rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRPb3x5ix8UT1pJ4HyZV0PimbAguUOAH { top:6.5rem;left:11.71875rem;width:24.3125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZaNlAF1TLOqIhD5mpRVcQEgooVXhxMl { display:block; }#tZaNlAF1TLOqIhD5mpRVcQEgooVXhxMl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IImphVAEfLMox9teg70HN72E4Zlmmp5r { top:13.8125rem;left:4.8125rem;width:40.375rem;height:6.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vy9B3eKnkSF15mbf87AUQtqf4kLO6yah { top:58.5625rem;left:6.0625rem;width:38.75rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ma9aHUZ6rege55lGovJFsLUKnxuHlfgN { top:61.4375rem;left:6.0625rem;width:38.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQD0qTZeI6FacXCzfcOWENKdnaJ2XNUF { top:24.3125rem;left:13.65625rem;width:22.6875rem;height:32.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KG4usnciyk8uZ36gTGRARb3to6CO6809 { top:72.625rem;left:5.625rem;width:38.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsFDz8rHRocC2tWS1RXKpua0nzifMs2q { top:89.5625rem;left:3.7489337921142rem;width:42.5rem;height:4.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmreW4LUlSXGGA71x240C5x5ETDT84pJ { top:1.5rem;left:1.75rem;width:44.25rem;height:10.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8qGCC3EaLien3f3HEqBWuV8dE2gTpv7 { top:22.8125rem;left:2.4998226165771rem;width:45rem;height:79.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5Rmhn9Jb4O965nJBdwqr4hTfTnzBp0V { width:17.5rem;height:3.4375rem;top:66.6875rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rwm8JbG87wD6ZotGlkNPG6k9t5pqxgVJ { display:block; }
 }@media only screen and (max-width: 763px) { #qGiwGMy3rE3ZpCvOols8AJ0EbhO2bw7r { width:17.5rem;height:3.4375rem;top:95.9375rem;left:16.248933792114rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkOs9cOTMSL4da8SAwRDVnmP3zL9iC1u { display:block; }
 }@media only screen and (max-width: 763px) { #cuqWRTsffSu1JUguBpyxGrNB9wng3Gen { top:74.875rem;left:5.6239337921142rem;width:38.75rem;height:13.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCBxsZTWt30sxvsTuBSNgSpdsX0716To { display:block; }#VCBxsZTWt30sxvsTuBSNgSpdsX0716To > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y8vX06m91oZm8eWpD0SKgGutCNBn3bXm { top:0.9375rem;left:0rem;width:47.75rem;height:6.8125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bO7ecDi97gQVFymxVHgqax0Ob9gPK4DI { top:10.0625rem;left:0rem;width:18.125rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1SvXhtd1Bq0KW5GyfU8kHUJzW4DAqsB { top:9.25rem;left:0rem;width:20rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUoh6gzO8vqRr57Ssi2lNcn6GzeF4QzL { top:15.3125rem;left:0rem;width:16.75rem;height:7.0625rem;font-size:1rem;display:block; }#RUoh6gzO8vqRr57Ssi2lNcn6GzeF4QzL li:before{  }
 }@media only screen and (max-width: 763px) { #IQx1saNFK5kgANQKcOcpqZJJCJgqKeEy { top:9.25rem;left:14.125rem;width:20rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #azWP4iQD8m0GfCXEHS7NzWIMISfn0Bix { top:10.0625rem;left:15.0625rem;width:18.125rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3yGBTEzgHtRF5KvEvf9zbZbCUaqcisz { top:15.3125rem;left:15.0625rem;width:16.75rem;height:8.375rem;font-size:1rem;display:block; }#S3yGBTEzgHtRF5KvEvf9zbZbCUaqcisz li:before{  }
 }@media only screen and (max-width: 763px) { #AqMZyNC6oA9XzrsRALdWykrF9KTTh4IT { top:31.75rem;left:0rem;width:18.125rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWZaUBtTNT2daayly0ApAw0aVKm1OtKA { top:30.9375rem;left:0rem;width:20rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEOtVvsqyC0ssslIh2UffSHP7cpa04QD { top:32.75rem;left:15.0625rem;width:18.125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5UEDX4IDnPeFfEIQmZmNRAapFUPQiP1 { top:30.9375rem;left:13.8125rem;width:20rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPbBwbBzOna7bDem5At2B9Tw8ehuo5uh { top:37rem;left:0rem;width:16.75rem;height:4.5rem;font-size:1rem;display:block; }#TPbBwbBzOna7bDem5At2B9Tw8ehuo5uh li:before{  }
 }@media only screen and (max-width: 763px) { #mfp1RzCWIs6JRVA2XwBAcu3ORrAgqqVv { top:35.625rem;left:15.0625rem;width:16.75rem;height:6.125rem;font-size:1rem;display:block; }#mfp1RzCWIs6JRVA2XwBAcu3ORrAgqqVv li:before{  }
 }@media only screen and (max-width: 763px) { #PHnlZ1oRZok4I2IByu9O1h4nrTp8wBc6 { top:30.9375rem;left:27.75rem;width:20rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCDNzll1F6ELCmlFT8z2yFIVMyGGtWS6 { top:9.25rem;left:27.75rem;width:20rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnhCs6tatsVBAsTVKKBbHaeIGV1dqDge { top:31.75rem;left:29.625rem;width:18.125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppV2BUPRU0Pm8QxIBr14MRmPLMDhk53X { top:10.0625rem;left:29.625rem;width:18.125rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6V9ksyZbU1LdUI3NEF40PTRPASPQMJB { top:36.3125rem;left:31rem;width:16.75rem;height:4.5rem;font-size:1rem;display:block; }#z6V9ksyZbU1LdUI3NEF40PTRPASPQMJB li:before{  }
 }@media only screen and (max-width: 763px) { #ULTAdq3TfLr9lRPfEHoEiVWT16q4OZyw { top:14.625rem;left:31rem;width:16.75rem;height:12.9375rem;font-size:1rem;display:block; }#ULTAdq3TfLr9lRPfEHoEiVWT16q4OZyw li:before{  }
 }@media only screen and (max-width: 763px) { #Z4p6G73nDt2uPayCtFhwKbBbch7tagKV { display:block; }#Z4p6G73nDt2uPayCtFhwKbBbch7tagKV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mqWR3napzB1NupTTfaTu7mfKDLepnpH5 { top:0.875rem;left:2.625rem;width:42.5rem;height:6.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fm8TcqX9BsST3KmMaetk1zO7ivLbcNiH { top:8.4375rem;left:3.875rem;width:40rem;height:140.3125rem;font-size:1rem;display:block; }#Fm8TcqX9BsST3KmMaetk1zO7ivLbcNiH li:before{  }
 }@media only screen and (max-width: 763px) { #PnSHl1AwTc62HFUlXDU2dvNQQcIDwUZy { top:-0.125rem;left:1.3794384002686rem;width:45rem;height:541.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kzc4Tb7VsfWnIyQh0W2vm4JcZTou6w1v { display:block; }#Kzc4Tb7VsfWnIyQh0W2vm4JcZTou6w1v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #meOo7NUkNWxzo19u4lUSLbx2SrlB8s2L { top:0.6875rem;left:1.3741111755371rem;width:45rem;height:3.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcmTgumnk7k1AgDXe7UcNLknuXlN1qZP { top:4.8125rem;left:2.9357242584229rem;width:39.75rem;height:23.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yX0Qkmcor3GZ2cIFnGitIgRrH6hUW7gr { top:30.25rem;left:2.9375rem;width:39.75rem;height:4.5rem;font-size:1rem;display:block; }#yX0Qkmcor3GZ2cIFnGitIgRrH6hUW7gr li:before{  }
 }@media only screen and (max-width: 763px) { #ocmhZOnekFXPCJUU6THXdrS3TXeCiTdu { top:36.25rem;left:2.9375rem;width:39.75rem;height:18.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7QrqxIPAhbVZfC8Q9pQWsANT8OVNUoH { top:55.1875rem;left:2.9375rem;width:39.75rem;height:6.125rem;font-size:1rem;display:block; }#P7QrqxIPAhbVZfC8Q9pQWsANT8OVNUoH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_05b4fd0805b7363a53104795239d40de775eb1fa.svg); }
 }@media only screen and (max-width: 763px) { #RHnZ3aWvEXyUwn44RcthugP33h5CHkBg { top:62.5rem;left:2.9375rem;width:39.75rem;height:37.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xfk9BwBrlCCPokKlNH0H7XEDITqnUfrl { display:none; }
 }@media only screen and (max-width: 763px) { #FKg1tGwrnGikIS6h6ighdfpkmR7dTcsJ { width:25.125rem;height:3.4375rem;top:101.25rem;left:10.215551376342rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFhxPR0hJOn903bTXzWZzWWUJ9XHr8aF { display:block; }
 }@media only screen and (max-width: 763px) { #Jc5x7hJzfik0X10T7ZI0PvTOu9aqEE2J { display:block; }#Jc5x7hJzfik0X10T7ZI0PvTOu9aqEE2J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #riPWeDuMiNCKpQySGoFCNGVozFcr7Tth { top:23.625rem;left:4.75rem;width:38.125rem;height:10.5625rem;font-size:1rem;display:block; }#riPWeDuMiNCKpQySGoFCNGVozFcr7Tth li:before{  }
 }@media only screen and (max-width: 763px) { #aDWVKhfpAHW1vALDMKoCVVCJMkOTvSqb { top:12.375rem;left:1.3741111755371rem;width:45rem;height:7.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLgbfti5RP1qCukz20b6JzirKDH6GDry { top:45rem;left:4rem;width:39.6875rem;height:14.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8lk91GyR4yoGQsHLOl8sQx4TqZCaang { top:21.25rem;left:1.375rem;width:45rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9aQTFtZr1zsGLd7qB1r08998PXifmCZ { top:3.3125rem;left:2.375rem;width:39.75rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0SSG5LTVoTEL47TiORXEDBxlcpPnADZ { top:36.1875rem;left:1.375rem;width:45rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAauZcNxzAcBpbu5lPPupK5N6PgNSC4G { top:41.75rem;left:1.3741111755371rem;width:45rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RB2rhxOEQhhKJTmAfdtsHTtkX7yms5BS { top:60.9375rem;left:1.375rem;width:45rem;height:3.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdUBy3ts2hKpHTMx9JF7ViawL1x4iPJA { top:66.25rem;left:1.375rem;width:45rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAKfGUOkhReMLZZDiW3awn2uKMxLov7e { top:68.1875rem;left:1.375rem;width:45rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtTV7nV0TwA4Cpcriqv7V97wFvTmTKSU { top:70.0625rem;left:1.375rem;width:45rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsNaZVqIApB25hKAWLAu8N2VMC6awZ4I { top:74.875rem;left:1.375rem;width:45rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ris0KxslOveQyr8luklRLghXsg7w6AMz { top:77.5625rem;left:5.4375rem;width:36.875rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTWkzziImxGCv5HZSsEUQvZ8WVpZTkmM { top:85.125rem;left:2.6875rem;width:42.25rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWk6do0tIlMDDx61ZIaT07VARv26SzBd { top:88.375rem;left:5.4375rem;width:36.875rem;height:15.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxcWNcZO9Qa2KzGpQopq6TD2UkVNTeyE { top:105.6875rem;left:5.4375rem;width:39.6875rem;height:6.125rem;font-size:1rem;display:block; }#QxcWNcZO9Qa2KzGpQopq6TD2UkVNTeyE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4b4aea0f574a7959286aa1746960e6ac4f99c103.svg); }
 }@media only screen and (max-width: 763px) { #bTzyVfRsA0uPzTinvxZQkxuvUIyThRp7 { top:118.0625rem;left:4rem;width:39.6875rem;height:27.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLi3KLJhDQr5Qrqter76s5QqdG1NAC8B { top:114.25rem;left:1.375rem;width:45rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5vbVuUTegrl3SwzRpT1SdquCvvc7NhH { display:none; }
 }@media only screen and (max-width: 763px) { #Snbm498D6z7G3oN4AMXKumWNr3ziFnu6 { display:block; }#Snbm498D6z7G3oN4AMXKumWNr3ziFnu6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EfZDGmbZRw5QOwDVSG3y5Mo7N3LuTmsw { top:3.5625rem;left:4.0305385589599rem;width:35.6875rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIEw8ky9woEPgHsMGvTEb6zWc07nAUnp { top:14.6875rem;left:1.1867885589599rem;width:45.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cypOTSqBLaxw6VAa2rmMk6h01FTAvchK { top:21.75rem;left:3.9992885589599rem;width:39.75rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgBEwVyNgdJJe4ELyyRzXwV8lsfeTCND { top:30.25rem;left:3.9992885589599rem;width:39.6875rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6T3py85D2HzaK4UAzTE2BlHOVZeIkaa { top:0.8125rem;left:2.75rem;width:42.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzcFQ4VmWfnpcJR0BTbP3XEzvv7JDIRK { top:27.375rem;left:1.1867885589599rem;width:45.3125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgDGSqDTmO7OGLEcfO63quQTclzv8mnz { display:none; }
 }@media only screen and (max-width: 763px) { #C0TTqDEcP4wCfTyGEzZVaoDCybT8caei { width:25.125rem;height:3.4375rem;top:43.8125rem;left:11.280004501342rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuGWLsiEixfVdCR025QTzaqf2EG4czWM { display:block; }
 }@media only screen and (max-width: 763px) { #kVAVawHUZEETJpIMac0bxAAbtpJ9zS6H { width:25.125rem;height:3.4375rem;top:17.1875rem;left:11.280004501342rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNSXkIAl21QTcLvylz1kfGHyT26B2Cgz { display:block; }
 }@media only screen and (max-width: 763px) { #CtVnoKWZacup43XBB8vZcyvxwHp71Hks { display:block; }#CtVnoKWZacup43XBB8vZcyvxwHp71Hks > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #voPwHLNTUTccIAtU9fRhNKGEIRhy6Hwq { top:0.5625rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXHdcSLh3r49d5I2vQwErzLXfBXVPnEK { top:6rem;left:3.3112545013427rem;width:41.0625rem;height:37.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3oCAznN5DLkuPVT9itxRMlgd12gQCtk { top:54rem;left:5.1214466094971rem;width:39.75rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUJ6HIy4olZZ8dzOl8AvwdPR8RXL0fxf { width:25.125rem;height:3.4375rem;top:66.0625rem;left:11.280004501342rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMr8Hgtf6SLC63bovIJfdTbZ6WCbfb7V { display:block; }
 }@media only screen and (max-width: 763px) { #vfpiXgkqqTz24RdHlrDhxoaBMzXP2AJ6 { top:70.0625rem;left:3.9992885589599rem;width:39.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRkdcOVJ3Ev1Hbd6neVgWqzO1KmQxtoQ { top:75.5625rem;left:2.6241130828858rem;width:42.5rem;height:14.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcxaE54mnaRe4H4EfzeL63TWLHyAzCJt { top:74.6875rem;left:1.3741111755371rem;width:45rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AneTTgTcibnvG8BTJRPzCcshx6XaIhdz { top:47.9375rem;left:5.8742885589599rem;width:35.9375rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Go5PVhaIQRI3DMTSlMyCTrNtJlRafOMM { display:block; }#Go5PVhaIQRI3DMTSlMyCTrNtJlRafOMM > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lurZOXovwlU6EU1M3PNPvlTHh2h844nU { width:12.875rem;height:1.375rem;top:1.5rem;left:17.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:rgba(var(--color-tertiary-4),1);background-image:none;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); } }@media only screen and (max-width: 763px) { #oafAZrbcBtw1No9ZciJPNd9bEkMVuaiT { display:block; }#oafAZrbcBtw1No9ZciJPNd9bEkMVuaiT > .row .container { width:20rem;height:22.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r1lC1vPmS4mAVERZFNTOZzeJxMA7o7Dt { width:20rem;height:15.6036875rem;top:3.5413706302643rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sHZBclUhSRRl43a48tNelBKU9mPXiGxz { display:block; }#sHZBclUhSRRl43a48tNelBKU9mPXiGxz > .row .container { width:20rem;height:99.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ggAtxONy5Mo4SekzfpvgXWB6fi8DeUtU { width:20rem;height:11.3725rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uTUJixPS3TBI18ZRKlElZE3WFToQ1hFM { width:20rem;height:70.13663125rem;top:15.434125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #Tc91aMXEXS8ATVJkDr37veULZfSulTIq { width:20rem;height:72.9375rem;top:13.870738267899rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #JoFOQQqDOlTV3hbBbyQashnwm9D8gXx6 { width:20rem;height:10.375rem;top:88.057613983156rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPJRIAQ06IQ87sOldRF4X9mQ7Mgtr0xC { top:0.68448066711425rem;left:0rem;width:20rem;height:12.5rem;z-index:14996;background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #coZaJxhppueTvriI7Ko0DH9XEMndZuOx { display:block; }#coZaJxhppueTvriI7Ko0DH9XEMndZuOx > .row .container { width:20rem;height:54.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sook6tzG8OAwP3bfndiEROvharZIyhO7 { width:20rem;height:3.57421875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #glwkbquucsa7wtHrMJQygENnnuOl0MNs { width:12.5rem;height:0.0625rem;top:5.24858125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxWUvIppR4IEDMP5UXhBhkQzFHl5EWo5 { width:20rem;height:19.4930875rem;top:6.56108125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #WTNaH0oW0asmbSZAtc2PZkCByFglsqLF { width:20rem;height:28.141691077344rem;top:24.87964375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLCS2MyyboSvQWuQ3sUhtCN3MG4rS3IN { display:block; }#RLCS2MyyboSvQWuQ3sUhtCN3MG4rS3IN > .row .container { width:20rem;height:105.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lk1bKTzcJx2Q2FFVKBToKWrroBEC1dn6 { width:20rem;height:3.900925rem;top:2.9980411529541rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrJAuxPpS8l9QD9lFMpxkPUD8xhkrwVi { width:20rem;height:10.39060625rem;top:7.9350147247312rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZ7CeQSZWz9pvlkT6qpMwGnfxTMHGBWm { width:20rem;height:45.45893125rem;top:19.282669067382rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4ZDiEK2CcdtbXF0HcaPOznLcGh6iPWf { width:20rem;height:6.1328125rem;top:65.682666778563rem;left:0rem;font-size:1rem;display:block; }#n4ZDiEK2CcdtbXF0HcaPOznLcGh6iPWf li:before{  }
 }@media only screen and (max-width: 763px) { #ApUZMU5d922hlQZkSZiECR0SCi8TZ63f { width:20rem;height:28.57419375rem;top:73.435716629031rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mD9m9dkE5mvT5hoTPRScCkpQcFGTaePP { width:20rem;height:103.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GS3C0CoOpAv9KiG4UuUJITH9NXPCzz1p { display:block; }#GS3C0CoOpAv9KiG4UuUJITH9NXPCzz1p > .row .container { width:20rem;height:177.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bzTEvweuApPZQWEiH85MILccfGAzLFAt { width:20rem;height:4.54900625rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L8kpZS9SUS5iIIF4mBwHPaF2yT1m7hOa { width:20rem;height:19.6582125rem;top:7.48401927948rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TxPict9rnBVcP3f48lnW9p90EeuGH9du { width:18.75rem;height:6.336125rem;top:30.531777381897rem;left:0.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJTTtrgaZnR33k7OTvHq2RyTASHbU4tZ { width:18.75rem;height:16.8847625rem;top:38.179153442382rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aiu9tgvceMbgGrFHqJsxPxLcFOMdQT9B { width:18.75rem;height:6.336125rem;top:59.687496185302rem;left:0.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kmh5Ko5ymIVsZlTTfbMoSHmSkq9tUSPh { width:18.75rem;height:16.8847625rem;top:67.185722351075rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vt3AqEUTxUyPZr6q3iFlwK6uz8xSCpSe { width:18.75rem;height:6.336125rem;top:87.687322616575rem;left:0.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7XC2nCipKcno9bG8GJ1CdkvZXLAKTHf { width:18.75rem;height:16.88475rem;top:95rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnunUcrgOq97LOgVfkte6ux0ggTatONI { width:20rem;height:3.900925rem;top:142.54885101318rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B0cG65VSXQRirKHVNTb9OHIaDWL8BOTx { width:18.187125rem;height:5.361325rem;top:115.5625rem;left:0.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGefS2wq9QPmgIRrRUO7b6n4MCTBRvbN { width:18.75rem;height:18.18356875rem;top:121.5rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XgsM90WLUzKNi00uMaLR5cE9D7U1fLdG { width:20rem;height:10.23526875rem;top:147.89328098297rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #afpyKT0kDZT3dnv7GMDaGrsKpB5XLvQs { width:20rem;height:11.17275rem;top:158.96306037903rem;left:0rem;font-size:1.125rem;display:block; }#afpyKT0kDZT3dnv7GMDaGrsKpB5XLvQs li:before{  }
 }@media only screen and (max-width: 763px) { #H9B9lQKDOybRiSbbxaSNG0J8v8pNMSTI { width:20rem;height:27.0625rem;top:29.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShrmpZugVPEG056C6O43eTohMnzPMmTS { width:20rem;height:26.4375rem;top:59.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #krLcsErTascMczH6aIlLcGZkWkBH6cxB { width:20rem;height:25.9375rem;top:86.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qETAZbat6W18SozrNyKtHFeNeASqbfcS { width:20rem;height:25.9375rem;top:114.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDbIlEMVKpKTynqc9vqX2cqTMVoLv5H7 { width:20rem;height:2.9243625rem;top:171.5713558197rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pRPb3x5ix8UT1pJ4HyZV0PimbAguUOAH { width:20rem;height:0.1873225rem;top:6.3591909408569rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZaNlAF1TLOqIhD5mpRVcQEgooVXhxMl { display:block; }#tZaNlAF1TLOqIhD5mpRVcQEgooVXhxMl > .row .container { width:20rem;height:115.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IImphVAEfLMox9teg70HN72E4Zlmmp5r { width:20rem;height:7.310875rem;top:11.123046875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vy9B3eKnkSF15mbf87AUQtqf4kLO6yah { width:20rem;height:4.38743125rem;top:51.686803817749rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ma9aHUZ6rege55lGovJFsLUKnxuHlfgN { width:20rem;height:7.310875rem;top:57.249624252319rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQD0qTZeI6FacXCzfcOWENKdnaJ2XNUF { width:20rem;height:28.4295rem;top:21.249111175537rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KG4usnciyk8uZ36gTGRARb3to6CO6809 { width:20rem;height:2.9243625rem;top:71.186081409456rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsFDz8rHRocC2tWS1RXKpua0nzifMs2q { width:20rem;height:7.801875rem;top:100.93483734131rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmreW4LUlSXGGA71x240C5x5ETDT84pJ { width:20rem;height:8.448125rem;top:1.8101916313171rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V8qGCC3EaLien3f3HEqBWuV8dE2gTpv7 { width:20rem;height:65.3125rem;top:50.498931884766rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5Rmhn9Jb4O965nJBdwqr4hTfTnzBp0V { width:17.5rem;height:3.4375rem;top:65.498926162719rem;left:1.2491122484207rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rwm8JbG87wD6ZotGlkNPG6k9t5pqxgVJ { display:block; }
 }@media only screen and (max-width: 763px) { #qGiwGMy3rE3ZpCvOols8AJ0EbhO2bw7r { width:17.5rem;height:3.4375rem;top:109.74875211716rem;left:1.2491122484207rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkOs9cOTMSL4da8SAwRDVnmP3zL9iC1u { display:block; }
 }@media only screen and (max-width: 763px) { #cuqWRTsffSu1JUguBpyxGrNB9wng3Gen { width:20rem;height:24.85708125rem;top:74.74609565735rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCBxsZTWt30sxvsTuBSNgSpdsX0716To { display:block; }#VCBxsZTWt30sxvsTuBSNgSpdsX0716To > .row .container { width:20rem;height:104.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y8vX06m91oZm8eWpD0SKgGutCNBn3bXm { width:20rem;height:7.7983125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bO7ecDi97gQVFymxVHgqax0Ob9gPK4DI { width:18.125rem;height:3.900925rem;top:11.110637023926rem;left:0.75017738342287rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1SvXhtd1Bq0KW5GyfU8kHUJzW4DAqsB { width:20rem;height:14.749625rem;top:10.2983125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUoh6gzO8vqRr57Ssi2lNcn6GzeF4QzL { width:16.7489375rem;height:7.119125rem;top:16.360995605469rem;left:0.75017738342287rem;font-size:1rem;display:block; }#RUoh6gzO8vqRr57Ssi2lNcn6GzeF4QzL li:before{  }
 }@media only screen and (max-width: 763px) { #IQx1saNFK5kgANQKcOcpqZJJCJgqKeEy { width:20rem;height:15.374625rem;top:26.2970625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #azWP4iQD8m0GfCXEHS7NzWIMISfn0Bix { width:18.125rem;height:3.900925rem;top:27.109387023926rem;left:0.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3yGBTEzgHtRF5KvEvf9zbZbCUaqcisz { width:16.7489375rem;height:8.418rem;top:32.359745605469rem;left:0.9375rem;font-size:1rem;display:block; }#S3yGBTEzgHtRF5KvEvf9zbZbCUaqcisz li:before{  }
 }@media only screen and (max-width: 763px) { #AqMZyNC6oA9XzrsRALdWykrF9KTTh4IT { width:18.125rem;height:3.900925rem;top:65.044383209231rem;left:0.75017738342287rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWZaUBtTNT2daayly0ApAw0aVKm1OtKA { width:20rem;height:12.0623125rem;top:64.2320625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEOtVvsqyC0ssslIh2UffSHP7cpa04QD { width:18.125rem;height:1.9504625rem;top:79.355465942381rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5UEDX4IDnPeFfEIQmZmNRAapFUPQiP1 { width:20rem;height:12.1244375rem;top:77.5435rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPbBwbBzOna7bDem5At2B9Tw8ehuo5uh { width:16.7489375rem;height:4.5214875rem;top:70.293852966306rem;left:0.75017738342287rem;font-size:1rem;display:block; }#TPbBwbBzOna7bDem5At2B9Tw8ehuo5uh li:before{  }
 }@media only screen and (max-width: 763px) { #mfp1RzCWIs6JRVA2XwBAcu3ORrAgqqVv { width:16.7489375rem;height:6.1328125rem;top:82.231rem;left:1.25rem;font-size:1rem;display:block; }#mfp1RzCWIs6JRVA2XwBAcu3ORrAgqqVv li:before{  }
 }@media only screen and (max-width: 763px) { #PHnlZ1oRZok4I2IByu9O1h4nrTp8wBc6 { width:20rem;height:12.3748125rem;top:90.9170625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCDNzll1F6ELCmlFT8z2yFIVMyGGtWS6 { width:20rem;height:20.062125rem;top:42.9208125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnhCs6tatsVBAsTVKKBbHaeIGV1dqDge { width:18.125rem;height:1.9504625rem;top:91.729383209231rem;left:0.999641418457rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppV2BUPRU0Pm8QxIBr14MRmPLMDhk53X { width:18.125rem;height:3.900925rem;top:43.733137023926rem;left:0.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6V9ksyZbU1LdUI3NEF40PTRPASPQMJB { width:16.7489375rem;height:4.5214875rem;top:96.291707733156rem;left:1.624641418457rem;font-size:1rem;display:block; }#z6V9ksyZbU1LdUI3NEF40PTRPASPQMJB li:before{  }
 }@media only screen and (max-width: 763px) { #ULTAdq3TfLr9lRPfEHoEiVWT16q4OZyw { width:16.7489375rem;height:12.9394375rem;top:48.295461547851rem;left:1.624641418457rem;font-size:1rem;display:block; }#ULTAdq3TfLr9lRPfEHoEiVWT16q4OZyw li:before{  }
 }@media only screen and (max-width: 763px) { #Z4p6G73nDt2uPayCtFhwKbBbch7tagKV { display:block; }#Z4p6G73nDt2uPayCtFhwKbBbch7tagKV > .row .container { width:20rem;height:188.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mqWR3napzB1NupTTfaTu7mfKDLepnpH5 { width:20rem;height:4.224075rem;top:3.6789569854736rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fm8TcqX9BsST3KmMaetk1zO7ivLbcNiH { width:20rem;height:177.5975rem;top:9.8677215576175rem;left:0rem;font-size:1rem;display:block; }#Fm8TcqX9BsST3KmMaetk1zO7ivLbcNiH li:before{  }
 }@media only screen and (max-width: 763px) { #PnSHl1AwTc62HFUlXDU2dvNQQcIDwUZy { width:20rem;height:187.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kzc4Tb7VsfWnIyQh0W2vm4JcZTou6w1v { display:block; }#Kzc4Tb7VsfWnIyQh0W2vm4JcZTou6w1v > .row .container { width:20rem;height:129.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #meOo7NUkNWxzo19u4lUSLbx2SrlB8s2L { width:20rem;height:4.224075rem;top:0.68714475631713rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TcmTgumnk7k1AgDXe7UcNLknuXlN1qZP { width:20rem;height:29.8730125rem;top:3.7979375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yX0Qkmcor3GZ2cIFnGitIgRrH6hUW7gr { width:20rem;height:8.418rem;top:34.920125rem;left:0rem;font-size:1rem;display:block; }#yX0Qkmcor3GZ2cIFnGitIgRrH6hUW7gr li:before{  }
 }@media only screen and (max-width: 763px) { #ocmhZOnekFXPCJUU6THXdrS3TXeCiTdu { width:20rem;height:20.78121875rem;top:44.588125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #P7QrqxIPAhbVZfC8Q9pQWsANT8OVNUoH { width:20rem;height:6.1328125rem;top:66.6185rem;left:0rem;font-size:1rem;display:block; }#P7QrqxIPAhbVZfC8Q9pQWsANT8OVNUoH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_05b4fd0805b7363a53104795239d40de775eb1fa.svg); }
 }@media only screen and (max-width: 763px) { #RHnZ3aWvEXyUwn44RcthugP33h5CHkBg { width:20rem;height:48.0565875rem;top:74.0013125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Xfk9BwBrlCCPokKlNH0H7XEDITqnUfrl { top:2.4795532226562E-5rem;left:0rem;width:20rem;height:127.6875rem;z-index:15027;background-color:rgba(var(--color-tertiary-4),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #FKg1tGwrnGikIS6h6ighdfpkmR7dTcsJ { width:19rem;height:3.4375rem;top:124.30669403076rem;left:0.49893462657929rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RFhxPR0hJOn903bTXzWZzWWUJ9XHr8aF { display:block; }
 }@media only screen and (max-width: 763px) { #Jc5x7hJzfik0X10T7ZI0PvTOu9aqEE2J { display:block; }#Jc5x7hJzfik0X10T7ZI0PvTOu9aqEE2J > .row .container { width:20rem;height:183.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #riPWeDuMiNCKpQySGoFCNGVozFcr7Tth { width:20rem;height:15.80075rem;top:27.5746125rem;left:0rem;font-size:1rem;display:block; }#riPWeDuMiNCKpQySGoFCNGVozFcr7Tth li:before{  }
 }@media only screen and (max-width: 763px) { #aDWVKhfpAHW1vALDMKoCVVCJMkOTvSqb { width:20rem;height:10.39775rem;top:12.88975rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oLgbfti5RP1qCukz20b6JzirKDH6GDry { width:20rem;height:19.4824125rem;top:55.08525rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #f8lk91GyR4yoGQsHLOl8sQx4TqZCaang { width:20rem;height:1.7871125rem;top:24.5375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R9aQTFtZr1zsGLd7qB1r08998PXifmCZ { width:20rem;height:10.3906125rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D0SSG5LTVoTEL47TiORXEDBxlcpPnADZ { width:20rem;height:4.38654375rem;top:44.6244875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oAauZcNxzAcBpbu5lPPupK5N6PgNSC4G { width:20rem;height:3.57421875rem;top:50.26103125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RB2rhxOEQhhKJTmAfdtsHTtkX7yms5BS { width:20rem;height:1.62464375rem;top:75.8168125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DdUBy3ts2hKpHTMx9JF7ViawL1x4iPJA { width:20rem;height:2.59765625rem;top:78.36475rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AAKfGUOkhReMLZZDiW3awn2uKMxLov7e { width:20rem;height:1.298825rem;top:82.21240625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gtTV7nV0TwA4Cpcriqv7V97wFvTmTKSU { width:20rem;height:6.4941375rem;top:84.76034375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hsNaZVqIApB25hKAWLAu8N2VMC6awZ4I { width:20rem;height:3.900925rem;top:92.50359375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ris0KxslOveQyr8luklRLghXsg7w6AMz { width:20rem;height:10.390625rem;top:97.65451875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WTWkzziImxGCv5HZSsEUQvZ8WVpZTkmM { width:20rem;height:3.900925rem;top:109.29514375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PWk6do0tIlMDDx61ZIaT07VARv26SzBd { width:20rem;height:18.18356875rem;top:114.44606875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QxcWNcZO9Qa2KzGpQopq6TD2UkVNTeyE { width:20rem;height:11.328125rem;top:133.87875625rem;left:0rem;font-size:1rem;display:block; }#QxcWNcZO9Qa2KzGpQopq6TD2UkVNTeyE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4b4aea0f574a7959286aa1746960e6ac4f99c103.svg); }
 }@media only screen and (max-width: 763px) { #bTzyVfRsA0uPzTinvxZQkxuvUIyThRp7 { width:20rem;height:31.17181875rem;top:151.60780625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iLi3KLJhDQr5Qrqter76s5QqdG1NAC8B { width:20rem;height:3.900925rem;top:146.45688125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B5vbVuUTegrl3SwzRpT1SdquCvvc7NhH { top:0rem;left:0rem;width:20rem;height:183.625rem;z-index:15030;background-color:rgba(var(--color-tertiary-4),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Snbm498D6z7G3oN4AMXKumWNr3ziFnu6 { display:block; }#Snbm498D6z7G3oN4AMXKumWNr3ziFnu6 > .row .container { width:20rem;height:68.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EfZDGmbZRw5QOwDVSG3y5Mo7N3LuTmsw { width:20rem;height:10.39060625rem;top:4.4504625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AIEw8ky9woEPgHsMGvTEb6zWc07nAUnp { width:20rem;height:3.900925rem;top:16.0902125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cypOTSqBLaxw6VAa2rmMk6h01FTAvchK { width:20rem;height:5.68625625rem;top:25.9286375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UgBEwVyNgdJJe4ELyyRzXwV8lsfeTCND { width:20rem;height:15.58593125rem;top:36.06446875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S6T3py85D2HzaK4UAzTE2BlHOVZeIkaa { width:20rem;height:1.9504625rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KzcFQ4VmWfnpcJR0BTbP3XEzvv7JDIRK { width:20rem;height:1.9504625rem;top:32.86400625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pgDGSqDTmO7OGLEcfO63quQTclzv8mnz { top:0rem;left:0rem;width:20rem;height:58.25rem;z-index:15033;background-color:rgba(var(--color-tertiary-4),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #C0TTqDEcP4wCfTyGEzZVaoDCybT8caei { width:19rem;height:3.4375rem;top:64.1868125rem;left:0.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uuGWLsiEixfVdCR025QTzaqf2EG4czWM { display:block; }
 }@media only screen and (max-width: 763px) { #kVAVawHUZEETJpIMac0bxAAbtpJ9zS6H { width:19rem;height:3.4375rem;top:59.4993125rem;left:0.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gNSXkIAl21QTcLvylz1kfGHyT26B2Cgz { display:block; }
 }@media only screen and (max-width: 763px) { #CtVnoKWZacup43XBB8vZcyvxwHp71Hks { display:block; }#CtVnoKWZacup43XBB8vZcyvxwHp71Hks > .row .container { width:20rem;height:126.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #voPwHLNTUTccIAtU9fRhNKGEIRhy6Hwq { width:20rem;height:1.298825rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nXHdcSLh3r49d5I2vQwErzLXfBXVPnEK { width:20rem;height:57.1484125rem;top:3.7979375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #v3oCAznN5DLkuPVT9itxRMlgd12gQCtk { width:20rem;height:12.98825625rem;top:70.268125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iUJ6HIy4olZZ8dzOl8AvwdPR8RXL0fxf { width:19rem;height:3.4375rem;top:88.35315625rem;left:0.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qMr8Hgtf6SLC63bovIJfdTbZ6WCbfb7V { display:block; }
 }@media only screen and (max-width: 763px) { #vfpiXgkqqTz24RdHlrDhxoaBMzXP2AJ6 { width:20rem;height:2.59765625rem;top:84.5055rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VRkdcOVJ3Ev1Hbd6neVgWqzO1KmQxtoQ { width:18.75rem;height:28.5742125rem;top:94.8125rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pcxaE54mnaRe4H4EfzeL63TWLHyAzCJt { width:20rem;height:30rem;top:94.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AneTTgTcibnvG8BTJRPzCcshx6XaIhdz { width:20rem;height:6.8235rem;top:62.1955rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Go5PVhaIQRI3DMTSlMyCTrNtJlRafOMM { display:block; }#Go5PVhaIQRI3DMTSlMyCTrNtJlRafOMM > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lurZOXovwlU6EU1M3PNPvlTHh2h844nU { width:9.749625rem;height:1.298825rem;top:1.25rem;left:5.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }