.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:transparent;background-image: -webkit-linear-gradient(top, #0f0f0f, #0b0303);background-image: -moz-linear-gradient(top, #0f0f0f, #0b0303);background-image: -ms-linear-gradient(top, #0f0f0f, #0b0303);background-image: -o-linear-gradient(top, #0f0f0f, #0b0303);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f0f0f', endColorstr='#0b0303' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f0f0f', endColorstr='#0b0303' );";background-image: linear-gradient(to bottom, #0f0f0f, #0b0303);background-size:auto !important;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); }#AClw9m1yMKcVduaGnFbe6zhqQJxU7269 { 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; }#AClw9m1yMKcVduaGnFbe6zhqQJxU7269 > .row .container { background-color: transparent; background-image: none; }#AClw9m1yMKcVduaGnFbe6zhqQJxU7269::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AClw9m1yMKcVduaGnFbe6zhqQJxU7269 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AClw9m1yMKcVduaGnFbe6zhqQJxU7269 > .row .container > .video-iframe-container { display: none; }#AClw9m1yMKcVduaGnFbe6zhqQJxU7269 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AClw9m1yMKcVduaGnFbe6zhqQJxU7269 > .row > .video-iframe-container { display: none; }#AClw9m1yMKcVduaGnFbe6zhqQJxU7269 > .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); }#AClw9m1yMKcVduaGnFbe6zhqQJxU7269 > .row .container { border-width: 0; border-radius: 0; }#AClw9m1yMKcVduaGnFbe6zhqQJxU7269 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AClw9m1yMKcVduaGnFbe6zhqQJxU7269 > .row .container { font-size:0.875rem;font-family:arial;height:9.6875rem;width:75rem;position:relative;display:block; }#aBKmdHbPTHui4TIyMN0eZD1TvPdHBGD4 { color:rgba(var(--color-tertiary-1),1);display:block;width:56.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.25rem;left:9.375rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#gbtFUxTvsaLw5TU9nEGiKDlvqDgeufrd { color:rgba(var(--color-tertiary-1),1);display:block;width:56.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.5rem;left:9.375rem;height:1.94970625rem;text-align:center;text-align-last:center;display:block; }
#Tdu4yvpLDQfMtbLrPMcXwpxlzywVSU98 { position:relative;display:block; }#Tdu4yvpLDQfMtbLrPMcXwpxlzywVSU98 { background-color: transparent; background-image: none; }#Tdu4yvpLDQfMtbLrPMcXwpxlzywVSU98::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tdu4yvpLDQfMtbLrPMcXwpxlzywVSU98 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tdu4yvpLDQfMtbLrPMcXwpxlzywVSU98 > .row .container > .video-iframe-container { display: none; }#Tdu4yvpLDQfMtbLrPMcXwpxlzywVSU98 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tdu4yvpLDQfMtbLrPMcXwpxlzywVSU98 > .row > .video-iframe-container { display: none; }#Tdu4yvpLDQfMtbLrPMcXwpxlzywVSU98 > .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); }#Tdu4yvpLDQfMtbLrPMcXwpxlzywVSU98 { border-width: 0; border-radius: 0; }#Tdu4yvpLDQfMtbLrPMcXwpxlzywVSU98 > .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; }#Tdu4yvpLDQfMtbLrPMcXwpxlzywVSU98 > .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:196.375rem;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; }#itu3XiQXMA3XSZ0bvvEXLp6BpDT8oa6E { color:rgba(var(--color-tertiary-2),1);display:block;width:56.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:2.9563207626342rem;left:9.375rem;height:2.76220625rem;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; }
#Xfhd7zR3yVWBMJLAMyfFVsebH2yqpC6s { box-sizing:content-box;height:4.125rem;width:47.5625rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-primary-2),0.72);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.2762784957886rem;left:13.717151641846rem;display:block; }
#eVMG4zaXUz8OyHMx15OO57wLPIJ35LKT { color:rgba(var(--color-tertiary-2),1);display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:8.5910863876344rem;left:18.749109268189rem;height:;text-align:center;text-align-last:center;display:block; }
#BgnTcv7fpRdAKNB87zv9Unwl7N2niGcO { box-sizing:content-box;height:187.25rem;width:47.5625rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(150deg, #141414, rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(150deg, #141414, rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(150deg, #141414, rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(150deg, #141414, rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#141414', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#141414', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(150deg, #141414, rgba(var(--color-tertiary-4),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.2931442260742rem;left:13.717151641846rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ywIqw4WR0ZFlgl5USwQAzSvKbgGSq2qe { color:rgba(var(--color-tertiary-1),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:10.99964427948rem;left:18.749109268189rem;height:18.1972875rem;font-style:normal;display:block; }
#cR3vwn2JtlgU0FJIMZphtUotzOQEddig { color:rgba(var(--color-tertiary-2),1);display:block;width:31.4373125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:31.765801429749rem;left:18.624822616577rem;height:1.94970625rem;display:block; }
#UFyqFHdevps51uKwukfo0QsHB1Ta09TO { color:rgba(var(--color-tertiary-2),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:34.53480052948rem;left:18.749109268189rem;height:7.124rem;display:block; }#UFyqFHdevps51uKwukfo0QsHB1Ta09TO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UFyqFHdevps51uKwukfo0QsHB1Ta09TO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a267e91e348dda68951d64f150f22a2b5e9bc43e.svg); }
#WnGuhwOFup8ywApIAhukGrmTon38PpC8 { color:rgba(var(--color-tertiary-1),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:42.462712287903rem;left:18.749109268189rem;height:3.89941875rem;font-style:normal;display:block; }
#phRaNdnHq8A7oKlOuWS55Z34fVJNft7e { color:rgba(var(--color-tertiary-2),1);display:block;width:49.3119375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:49.723896026611rem;left:12.842683792114rem;height:2.2749rem;text-align:center;text-align-last:center;display:block; }
#TFnsLn4F9DZrK0t34g60NfLpzzkTNQny { color:rgba(var(--color-tertiary-1),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:56.0625rem;left:19.0625rem;height:1.4624rem;font-style:normal;display:block; }
#iLOgn9u3oOtaww1HpOTB4GQhFZZeJpfE { color:rgba(var(--color-tertiary-2),1);display:block;width:47.6873125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:53.517399787903rem;left:13.655006408691rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#X7uzR4pdTs1HweNiTC4Qg1xEeCiP33RU { color:rgba(var(--color-tertiary-1),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:91rem;left:18.75rem;height:3.89941875rem;font-style:normal;display:block; }
#XqgNf0qqyniW2corvZtz16QTNc0TTCKv { color:rgba(var(--color-tertiary-1),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:58.25rem;left:19.9375rem;height:4.5244125rem;font-style:normal;display:block; }#XqgNf0qqyniW2corvZtz16QTNc0TTCKv li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XqgNf0qqyniW2corvZtz16QTNc0TTCKv li:before{  }
#P5Tras2p2saG2F7csRBlnNJnh44tvf3w { color:rgba(var(--color-tertiary-1),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:66.375rem;left:19.625rem;height:7.4365rem;font-style:normal;display:block; }#P5Tras2p2saG2F7csRBlnNJnh44tvf3w li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#P5Tras2p2saG2F7csRBlnNJnh44tvf3w li:before{  }
#K3JI9S3hQehTOWqWPcM6CwurMKLAc8mD { color:rgba(var(--color-tertiary-1),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:64.1875rem;left:18.75rem;height:1.4624rem;font-style:normal;display:block; }
#HaVpxiKvKqEVi6oEW5FiOLy1TsQoxR3A { color:rgba(var(--color-tertiary-1),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:75.9375rem;left:18.3125rem;height:1.4624rem;font-style:normal;display:block; }
#czgME6xsrSWL1miRETySExmJd4euhIle { color:rgba(var(--color-tertiary-1),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:78.125rem;left:19.1875rem;height:6.13671875rem;font-style:normal;display:block; }#czgME6xsrSWL1miRETySExmJd4euhIle li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#czgME6xsrSWL1miRETySExmJd4euhIle li:before{  }
#y6rR3ekmHlZOmwcMB6I0qIPFAv8uMLgl { color:rgba(var(--color-tertiary-2),1);display:block;width:56.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:87.581670761106rem;left:9.375rem;height:2.2749rem;text-align:center;text-align-last:center;display:block; }
#tZiUA0Pev2UpSctxpIsofcHuJvws45wO { color:rgba(var(--color-tertiary-1),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:95.5625rem;left:19.625rem;height:4.5244125rem;font-style:normal;display:block; }#tZiUA0Pev2UpSctxpIsofcHuJvws45wO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#tZiUA0Pev2UpSctxpIsofcHuJvws45wO li:before{  }
#W6GUI86dO5qsMrQHN3fSd0C3VeUzPWMl { color:rgba(var(--color-tertiary-1),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:101.5625rem;left:18.75rem;height:5.199225rem;font-style:normal;display:block; }
#aZXTr09vmhkd24HKcnA7fTIbav4Jyyah { color:rgba(var(--color-tertiary-2),1);display:block;width:56.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:111.09818840027rem;left:9.375rem;height:1.94970625rem;text-align:center;text-align-last:center;display:block; }
#m4876Je4FEVBTv0qitZ9FT8rrogqZrvZ { color:rgba(var(--color-tertiary-1),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:114.31107902527rem;left:18.749109268189rem;height:11.69825625rem;font-style:normal;display:block; }
#VMDN4VG9KLexDuv5mn1d5oDbd26cbCva { color:rgba(var(--color-tertiary-2),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:126.50212478638rem;left:19.620916366577rem;height:4.5244125rem;display:block; }#VMDN4VG9KLexDuv5mn1d5oDbd26cbCva li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VMDN4VG9KLexDuv5mn1d5oDbd26cbCva li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a267e91e348dda68951d64f150f22a2b5e9bc43e.svg); }
#MGgqaNhC9lTRs0xIbe8LMfPafT89MPkh { color:rgba(var(--color-tertiary-1),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:132.39789772034rem;left:18.749109268189rem;height:5.199225rem;font-style:normal;display:block; }
#WvadDJ0Kleol0ED1CPlfS7qWEcAqfCHO { color:rgba(var(--color-tertiary-2),1);display:block;width:56.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:146.125rem;left:9.375rem;height:1.94970625rem;text-align:center;text-align-last:center;display:block; }
#U2ZchyrenRvqdK18QgM4Qwpq838FAtzl { color:rgba(var(--color-tertiary-2),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:149.5rem;left:18.75rem;height:7.749rem;display:block; }#U2ZchyrenRvqdK18QgM4Qwpq838FAtzl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#U2ZchyrenRvqdK18QgM4Qwpq838FAtzl li:before{  }
#RTe9VQSnliuJZNecu967qAoR5QtwZ4Sp { color:rgba(var(--color-tertiary-2),1);display:block;width:47.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:165.3125rem;left:13.625rem;height:1.94970625rem;text-align:center;text-align-last:center;display:block; }
#QKX1iA7trkXt0thAwTTsV2A1zWaydUVc { color:rgba(var(--color-tertiary-1),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:168.6875rem;left:18.75rem;height:11.69825625rem;font-style:normal;display:block; }
#cuMkAqlJD8LT9yOwwJ2TPnmTMJnDVLNT { box-sizing:content-box;height:2.625rem;width:47.5625rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),0.72);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:49.546340942382rem;left:13.71803855896rem;display:block; }
#HI3cOtVQ046uau5CMuJ6GnHLMMTVH9nq { box-sizing:content-box;height:2.625rem;width:47.5625rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),0.72);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:87.408557891844rem;left:13.873224258423rem;display:block; }
#qXTOH9wLmfXcTNy2q9OVMEADgeLbTBMP { box-sizing:content-box;height:2.6242875rem;width:47.562125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),0.72);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:110.75994300842rem;left:13.71803855896rem;display:block; }
#ulAITcLaTOa2EhIZHSHziJTASTKAGZPm { box-sizing:content-box;height:2.6234rem;width:47.56125rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),0.72);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:145.75rem;left:13.6875rem;display:block; }
#r8s7ZVVkgaO0XQenbc1DFk8yZpNJMiio { box-sizing:content-box;height:2.6234rem;width:47.56125rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),0.72);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:165rem;left:13.6875rem;display:block; }
#qZFfkkb77MI74BkqWTTKX0Nzr050nPbF { 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:22.874625rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:183.9375rem;left:26.0625rem;display:block; }
#sOFN8erKVVEzZwTXz8vK4WTNL1mrf2wi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EtGUplsMfi1nqXtq3PeiuTtI0ULK5DOC { 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:22.87375rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:158.8125rem;left:26.0625rem;display:block; }
#kmRkg8qogAJGbHPzhk7EowoEpT0IaVrV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qZEvFwM6tpWO7gZgJe3ABOmk0wZSl6id { 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:22.872875rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:139.55699539184rem;left:26.062677383423rem;display:block; }
#LrPPESPRQJ1OG08z1iLndF9UkI9Ie3iJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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) { #AClw9m1yMKcVduaGnFbe6zhqQJxU7269 { display:block; }#AClw9m1yMKcVduaGnFbe6zhqQJxU7269 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aBKmdHbPTHui4TIyMN0eZD1TvPdHBGD4 { top:2.25rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbtFUxTvsaLw5TU9nEGiKDlvqDgeufrd { top:5.5rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tdu4yvpLDQfMtbLrPMcXwpxlzywVSU98 { display:block; }#Tdu4yvpLDQfMtbLrPMcXwpxlzywVSU98 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #itu3XiQXMA3XSZ0bvvEXLp6BpDT8oa6E { top:2.9375rem;left:0rem;width:47.75rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xfhd7zR3yVWBMJLAMyfFVsebH2yqpC6s { top:2.25rem;left:0.0921516418457rem;width:47.5625rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVMG4zaXUz8OyHMx15OO57wLPIJ35LKT { top:8.5625rem;left:5.1241092681885rem;width:37.5rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgnTcv7fpRdAKNB87zv9Unwl7N2niGcO { top:2.25rem;left:0.0921516418457rem;width:47.5625rem;height:187.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywIqw4WR0ZFlgl5USwQAzSvKbgGSq2qe { top:10.9375rem;left:5.1232242584229rem;width:37.5rem;height:19.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cR3vwn2JtlgU0FJIMZphtUotzOQEddig { top:31.75rem;left:4.9998226165771rem;width:31.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFyqFHdevps51uKwukfo0QsHB1Ta09TO { top:34.5rem;left:5.1241092681885rem;width:37.5rem;height:;font-size:1rem;display:block; }#UFyqFHdevps51uKwukfo0QsHB1Ta09TO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a267e91e348dda68951d64f150f22a2b5e9bc43e.svg); }
 }@media only screen and (max-width: 763px) { #WnGuhwOFup8ywApIAhukGrmTon38PpC8 { top:42.4375rem;left:5.1241092681885rem;width:37.5rem;height:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #phRaNdnHq8A7oKlOuWS55Z34fVJNft7e { top:49.6875rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFnsLn4F9DZrK0t34g60NfLpzzkTNQny { top:56.0625rem;left:5.4375rem;width:37.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLOgn9u3oOtaww1HpOTB4GQhFZZeJpfE { top:53.5rem;left:0.030006408691406rem;width:47.625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7uzR4pdTs1HweNiTC4Qg1xEeCiP33RU { top:91rem;left:5.125rem;width:37.5rem;height:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqgNf0qqyniW2corvZtz16QTNc0TTCKv { top:58.25rem;left:6.3125rem;width:37.5rem;height:4.5rem;font-size:1rem;display:block; }#XqgNf0qqyniW2corvZtz16QTNc0TTCKv li:before{  }
 }@media only screen and (max-width: 763px) { #P5Tras2p2saG2F7csRBlnNJnh44tvf3w { top:66.375rem;left:6rem;width:37.5rem;height:7.375rem;font-size:1rem;display:block; }#P5Tras2p2saG2F7csRBlnNJnh44tvf3w li:before{  }
 }@media only screen and (max-width: 763px) { #K3JI9S3hQehTOWqWPcM6CwurMKLAc8mD { top:64.1875rem;left:5.125rem;width:37.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaVpxiKvKqEVi6oEW5FiOLy1TsQoxR3A { top:75.9375rem;left:4.6875rem;width:37.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #czgME6xsrSWL1miRETySExmJd4euhIle { top:78.125rem;left:5.5625rem;width:37.5rem;height:6.125rem;font-size:1rem;display:block; }#czgME6xsrSWL1miRETySExmJd4euhIle li:before{  }
 }@media only screen and (max-width: 763px) { #y6rR3ekmHlZOmwcMB6I0qIPFAv8uMLgl { top:87.5625rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZiUA0Pev2UpSctxpIsofcHuJvws45wO { top:95.5rem;left:5.9994678497314rem;width:37.5rem;height:;font-size:1.125rem;display:block; }#tZiUA0Pev2UpSctxpIsofcHuJvws45wO li:before{  }
 }@media only screen and (max-width: 763px) { #W6GUI86dO5qsMrQHN3fSd0C3VeUzPWMl { top:101.5rem;left:5.1249980926514rem;width:37.5rem;height:5.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZXTr09vmhkd24HKcnA7fTIbav4Jyyah { top:111.0625rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4876Je4FEVBTv0qitZ9FT8rrogqZrvZ { top:114.25rem;left:5.1241092681885rem;width:37.5rem;height:11.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMDN4VG9KLexDuv5mn1d5oDbd26cbCva { top:126.5rem;left:5.9959163665771rem;width:37.5rem;height:4.5rem;font-size:1rem;display:block; }#VMDN4VG9KLexDuv5mn1d5oDbd26cbCva li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a267e91e348dda68951d64f150f22a2b5e9bc43e.svg); }
 }@media only screen and (max-width: 763px) { #MGgqaNhC9lTRs0xIbe8LMfPafT89MPkh { top:132.375rem;left:5.1241092681885rem;width:37.5rem;height:5.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvadDJ0Kleol0ED1CPlfS7qWEcAqfCHO { top:146.125rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2ZchyrenRvqdK18QgM4Qwpq838FAtzl { top:149.5rem;left:5.125rem;width:37.5rem;height:7.6875rem;font-size:1rem;display:block; }#U2ZchyrenRvqdK18QgM4Qwpq838FAtzl li:before{  }
 }@media only screen and (max-width: 763px) { #RTe9VQSnliuJZNecu967qAoR5QtwZ4Sp { top:165.3125rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKX1iA7trkXt0thAwTTsV2A1zWaydUVc { top:168.6875rem;left:5.125rem;width:37.5rem;height:11.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuMkAqlJD8LT9yOwwJ2TPnmTMJnDVLNT { top:49.5rem;left:0.093038558959963rem;width:47.5625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HI3cOtVQ046uau5CMuJ6GnHLMMTVH9nq { top:87.375rem;left:0rem;width:47.5625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXTOH9wLmfXcTNy2q9OVMEADgeLbTBMP { top:110.75rem;left:0.093038558959963rem;width:47.5rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulAITcLaTOa2EhIZHSHziJTASTKAGZPm { top:145.75rem;left:0.0625rem;width:47.5rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8s7ZVVkgaO0XQenbc1DFk8yZpNJMiio { top:165rem;left:0.0625rem;width:47.5rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZFfkkb77MI74BkqWTTKX0Nzr050nPbF { width:22.8125rem;height:3.4375rem;top:183.9375rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOFN8erKVVEzZwTXz8vK4WTNL1mrf2wi { display:block; }
 }@media only screen and (max-width: 763px) { #EtGUplsMfi1nqXtq3PeiuTtI0ULK5DOC { width:22.8125rem;height:3.4375rem;top:158.8125rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmRkg8qogAJGbHPzhk7EowoEpT0IaVrV { display:block; }
 }@media only screen and (max-width: 763px) { #qZEvFwM6tpWO7gZgJe3ABOmk0wZSl6id { width:22.8125rem;height:3.4375rem;top:139.5rem;left:12.437677383423rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrPPESPRQJ1OG08z1iLndF9UkI9Ie3iJ { 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:transparent;background-image: -webkit-linear-gradient(top, #040404, #0b0303);background-image: -moz-linear-gradient(top, #040404, #0b0303);background-image: -ms-linear-gradient(top, #040404, #0b0303);background-image: -o-linear-gradient(top, #040404, #0b0303);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#040404', endColorstr='#0b0303' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#040404', endColorstr='#0b0303' );";background-image: linear-gradient(to bottom, #040404, #0b0303);background-size:auto !important;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) { #AClw9m1yMKcVduaGnFbe6zhqQJxU7269 { display:block; }#AClw9m1yMKcVduaGnFbe6zhqQJxU7269 > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aBKmdHbPTHui4TIyMN0eZD1TvPdHBGD4 { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbtFUxTvsaLw5TU9nEGiKDlvqDgeufrd { width:20rem;height:5.361325rem;top:5.0996125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tdu4yvpLDQfMtbLrPMcXwpxlzywVSU98 { display:block; }#Tdu4yvpLDQfMtbLrPMcXwpxlzywVSU98 > .row .container { width:20rem;height:270.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #itu3XiQXMA3XSZ0bvvEXLp6BpDT8oa6E { width:20rem;height:5.1988625rem;top:3.8742895126342rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xfhd7zR3yVWBMJLAMyfFVsebH2yqpC6s { width:20rem;height:5.187325rem;top:3.8778405189514rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVMG4zaXUz8OyHMx15OO57wLPIJ35LKT { width:20rem;height:3.41086875rem;top:10.079899311066rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgnTcv7fpRdAKNB87zv9Unwl7N2niGcO { width:20rem;height:203.1875rem;top:38.9375rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(44deg, rgba(0,0,0,0), rgba(var(--color-tertiary-4),0));background-image: -moz-linear-gradient(44deg, rgba(0,0,0,0), rgba(var(--color-tertiary-4),0));background-image: -ms-linear-gradient(44deg, rgba(0,0,0,0), rgba(var(--color-tertiary-4),0));background-image: -o-linear-gradient(44deg, rgba(0,0,0,0), rgba(var(--color-tertiary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-tertiary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-tertiary-4),0)' );";background-image: linear-gradient(44deg, rgba(0,0,0,0), rgba(var(--color-tertiary-4),0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ywIqw4WR0ZFlgl5USwQAzSvKbgGSq2qe { width:20rem;height:27.275375rem;top:15.363988876342rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cR3vwn2JtlgU0FJIMZphtUotzOQEddig { width:20rem;height:3.900925rem;top:44.92631149292rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFyqFHdevps51uKwukfo0QsHB1Ta09TO { width:20rem;height:11.015625rem;top:49.773611068726rem;left:0rem;font-size:1rem;display:block; }#UFyqFHdevps51uKwukfo0QsHB1Ta09TO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a267e91e348dda68951d64f150f22a2b5e9bc43e.svg); }
 }@media only screen and (max-width: 763px) { #WnGuhwOFup8ywApIAhukGrmTon38PpC8 { width:20rem;height:5.848725rem;top:62.137781143189rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #phRaNdnHq8A7oKlOuWS55Z34fVJNft7e { width:20rem;height:4.54900625rem;top:72.875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFnsLn4F9DZrK0t34g60NfLpzzkTNQny { width:20rem;height:1.46218125rem;top:84.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLOgn9u3oOtaww1HpOTB4GQhFZZeJpfE { width:20rem;height:3.57421875rem;top:79.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7uzR4pdTs1HweNiTC4Qg1xEeCiP33RU { width:20rem;height:5.848725rem;top:129.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqgNf0qqyniW2corvZtz16QTNc0TTCKv { width:20rem;height:7.119125rem;top:86.3125rem;left:0rem;font-size:1rem;display:block; }#XqgNf0qqyniW2corvZtz16QTNc0TTCKv li:before{  }
 }@media only screen and (max-width: 763px) { #P5Tras2p2saG2F7csRBlnNJnh44tvf3w { width:20rem;height:12.6269375rem;top:97.125rem;left:0rem;font-size:1rem;display:block; }#P5Tras2p2saG2F7csRBlnNJnh44tvf3w li:before{  }
 }@media only screen and (max-width: 763px) { #K3JI9S3hQehTOWqWPcM6CwurMKLAc8mD { width:20rem;height:1.46218125rem;top:95.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaVpxiKvKqEVi6oEW5FiOLy1TsQoxR3A { width:20rem;height:1.46218125rem;top:110.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #czgME6xsrSWL1miRETySExmJd4euhIle { width:20rem;height:10.0293125rem;top:112.8125rem;left:0rem;font-size:1rem;display:block; }#czgME6xsrSWL1miRETySExmJd4euhIle li:before{  }
 }@media only screen and (max-width: 763px) { #y6rR3ekmHlZOmwcMB6I0qIPFAv8uMLgl { width:20rem;height:2.2745rem;top:125.625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZiUA0Pev2UpSctxpIsofcHuJvws45wO { width:20rem;height:9.3980625rem;top:135.8125rem;left:0rem;font-size:1.125rem;display:block; }#tZiUA0Pev2UpSctxpIsofcHuJvws45wO li:before{  }
 }@media only screen and (max-width: 763px) { #W6GUI86dO5qsMrQHN3fSd0C3VeUzPWMl { width:20rem;height:8.7730875rem;top:146.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZXTr09vmhkd24HKcnA7fTIbav4Jyyah { width:20rem;height:1.9504625rem;top:158.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4876Je4FEVBTv0qitZ9FT8rrogqZrvZ { width:20rem;height:19.00835625rem;top:162.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMDN4VG9KLexDuv5mn1d5oDbd26cbCva { width:20rem;height:7.119125rem;top:182.0625rem;left:0rem;font-size:1rem;display:block; }#VMDN4VG9KLexDuv5mn1d5oDbd26cbCva li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a267e91e348dda68951d64f150f22a2b5e9bc43e.svg); }
 }@media only screen and (max-width: 763px) { #MGgqaNhC9lTRs0xIbe8LMfPafT89MPkh { width:20rem;height:10.2352625rem;top:190.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvadDJ0Kleol0ED1CPlfS7qWEcAqfCHO { width:20rem;height:1.9504625rem;top:210.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2ZchyrenRvqdK18QgM4Qwpq838FAtzl { width:20rem;height:12.9394375rem;top:214.375rem;left:0rem;font-size:1rem;display:block; }#U2ZchyrenRvqdK18QgM4Qwpq838FAtzl li:before{  }
 }@media only screen and (max-width: 763px) { #RTe9VQSnliuJZNecu967qAoR5QtwZ4Sp { width:20rem;height:1.9504625rem;top:238.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKX1iA7trkXt0thAwTTsV2A1zWaydUVc { width:20rem;height:19.00835625rem;top:241.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuMkAqlJD8LT9yOwwJ2TPnmTMJnDVLNT { width:20rem;height:5.3125rem;top:72.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HI3cOtVQ046uau5CMuJ6GnHLMMTVH9nq { width:20rem;height:2.6242875rem;top:125.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXTOH9wLmfXcTNy2q9OVMEADgeLbTBMP { width:20rem;height:2.56214375rem;top:158.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulAITcLaTOa2EhIZHSHziJTASTKAGZPm { width:20rem;height:2.56214375rem;top:209.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8s7ZVVkgaO0XQenbc1DFk8yZpNJMiio { width:20rem;height:2.56214375rem;top:237.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZFfkkb77MI74BkqWTTKX0Nzr050nPbF { width:19rem;height:3.4375rem;top:262.5rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOFN8erKVVEzZwTXz8vK4WTNL1mrf2wi { display:block; }
 }@media only screen and (max-width: 763px) { #EtGUplsMfi1nqXtq3PeiuTtI0ULK5DOC { width:18.9994375rem;height:3.4375rem;top:230.5rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmRkg8qogAJGbHPzhk7EowoEpT0IaVrV { display:block; }
 }@media only screen and (max-width: 763px) { #qZEvFwM6tpWO7gZgJe3ABOmk0wZSl6id { width:18.9994375rem;height:3.4375rem;top:202.8125rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrPPESPRQJ1OG08z1iLndF9UkI9Ie3iJ { 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; }
 }