.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:204,244,255;--color-primary-1:102,221,255;--color-primary-2:0,198,255;--color-primary-3:0,114,255;--color-primary-4:0,40,51;--color-secondary-0:255,238,217;--color-secondary-1:254,199,128;--color-secondary-2:253,143,0;--color-secondary-3:127,72,0;--color-secondary-4:38,21,0;--color-tertiary-0:255,255,255;--color-tertiary-1:185,185,185;--color-tertiary-2:160,160,160;--color-tertiary-3:128,128,128;--color-tertiary-4:0,0,0;--headlines-font-family:"open sans";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#HavKOlaLMQTIp7A94T8TMFkmaUNyhEqC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-primary-3),0.01), rgba(var(--color-primary-2),0.6));background-image: -moz-linear-gradient(45deg, rgba(var(--color-primary-3),0.01), rgba(var(--color-primary-2),0.6));background-image: -ms-linear-gradient(45deg, rgba(var(--color-primary-3),0.01), rgba(var(--color-primary-2),0.6));background-image: -o-linear-gradient(45deg, rgba(var(--color-primary-3),0.01), rgba(var(--color-primary-2),0.6));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),0.01)', endColorstr='rgba(var(--color-primary-2),0.6)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),0.01)', endColorstr='rgba(var(--color-primary-2),0.6)' );";background-image: linear-gradient(45deg, rgba(var(--color-primary-3),0.01), rgba(var(--color-primary-2),0.6));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#HavKOlaLMQTIp7A94T8TMFkmaUNyhEqC > .row .container { background-color: transparent; background-image: none; }#HavKOlaLMQTIp7A94T8TMFkmaUNyhEqC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HavKOlaLMQTIp7A94T8TMFkmaUNyhEqC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HavKOlaLMQTIp7A94T8TMFkmaUNyhEqC > .row .container > .video-iframe-container { display: none; }#HavKOlaLMQTIp7A94T8TMFkmaUNyhEqC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HavKOlaLMQTIp7A94T8TMFkmaUNyhEqC > .row > .video-iframe-container { display: none; }#HavKOlaLMQTIp7A94T8TMFkmaUNyhEqC > .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); }#HavKOlaLMQTIp7A94T8TMFkmaUNyhEqC > .row .container { border-width: 0; border-radius: 0; }#HavKOlaLMQTIp7A94T8TMFkmaUNyhEqC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HavKOlaLMQTIp7A94T8TMFkmaUNyhEqC > .row .container { font-size:0.875rem;font-family:arial;height:4.25rem;width:60rem;position:relative;display:block; }#fwqm50o7nm2hDHAy4S5Cw7ldFcJTR0Ix { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:9.125rem;top:0.71875rem;left:0.8125rem;overflow:hidden;display:block; }
#GnvoFOci3CP7lmZtt4SvU1FF0Wft2SHP { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/24669311-bcf6-4f22-811b-4909e3f1e8cd/stationhouseinside.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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; }#GnvoFOci3CP7lmZtt4SvU1FF0Wft2SHP.adaptive-delivery-prevent-bg, #GnvoFOci3CP7lmZtt4SvU1FF0Wft2SHP.lazyload, #GnvoFOci3CP7lmZtt4SvU1FF0Wft2SHP.lazyloading { background-image: none; }#GnvoFOci3CP7lmZtt4SvU1FF0Wft2SHP > .row .container { background-color: transparent; background-image: none; }#GnvoFOci3CP7lmZtt4SvU1FF0Wft2SHP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.34); }#GnvoFOci3CP7lmZtt4SvU1FF0Wft2SHP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GnvoFOci3CP7lmZtt4SvU1FF0Wft2SHP > .row .container > .video-iframe-container { display: none; }#GnvoFOci3CP7lmZtt4SvU1FF0Wft2SHP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.34); }#GnvoFOci3CP7lmZtt4SvU1FF0Wft2SHP > .row > .video-iframe-container { display: none; }#GnvoFOci3CP7lmZtt4SvU1FF0Wft2SHP > .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); }#GnvoFOci3CP7lmZtt4SvU1FF0Wft2SHP > .row .container { border-width: 0; border-radius: 0; }#GnvoFOci3CP7lmZtt4SvU1FF0Wft2SHP::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#GnvoFOci3CP7lmZtt4SvU1FF0Wft2SHP > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#GnvoFOci3CP7lmZtt4SvU1FF0Wft2SHP > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:31.5rem;width:60rem;overflow:visible;position:relative;display:block; }#cDhI6WRktGHtJ223mXhD7U93zKZ9eh6K { color:rgba(var(--color-tertiary-0),0.92);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:7.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:9.8515625rem;left:0rem;height:9.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NiC1ud8qKZAyHW2CrRoywTCT2FhZ581J { color:rgba(var(--color-primary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:7.4375rem;left:0rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#LuZGELmCvDoa55tmC7UcWf3GfCo9bRgf { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:14.5625rem;top:14.8125rem;left:22.71875rem;overflow:hidden;display:block; }
#Wu7OomeiaGtFbGb7O2ooacKrLDSiZTZA { color:rgba(var(--color-secondary-0),1);display:block;width:38rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);top:9.8515625rem;left:11rem;height:1.8681625rem;text-align:center;text-align-last:center;display:block; }
#R0y6HeIg6LF3dnLE7MW8twggwMTnrdb9 { position:relative;display:block; }#R0y6HeIg6LF3dnLE7MW8twggwMTnrdb9 { background-color: transparent; background-image: none; }#R0y6HeIg6LF3dnLE7MW8twggwMTnrdb9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R0y6HeIg6LF3dnLE7MW8twggwMTnrdb9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R0y6HeIg6LF3dnLE7MW8twggwMTnrdb9 > .row .container > .video-iframe-container { display: none; }#R0y6HeIg6LF3dnLE7MW8twggwMTnrdb9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R0y6HeIg6LF3dnLE7MW8twggwMTnrdb9 > .row > .video-iframe-container { display: none; }#R0y6HeIg6LF3dnLE7MW8twggwMTnrdb9 > .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); }#R0y6HeIg6LF3dnLE7MW8twggwMTnrdb9 { border-width: 0; border-radius: 0; }#R0y6HeIg6LF3dnLE7MW8twggwMTnrdb9 > .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; }#R0y6HeIg6LF3dnLE7MW8twggwMTnrdb9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DwXTGogkzErsOeXzKuCpbo2Hr6M5pXiF { color:rgba(var(--color-primary-4),1);display:block;width:28.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:2.11328125rem;left:17.0625rem;height:2.923825rem;font-style:normal;display:block; }
#hXm9WofwE7eC8OXKp9QzLk3hWlCfbw2S { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:2.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:9.625rem;left:25.125rem;display:block; }
#wQSon2kUNxK63tsLKU0llKux0WydVeEK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#awxlZEFfsTSBe0zZi2ZVLUTh1TkrnVAv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#awxlZEFfsTSBe0zZi2ZVLUTh1TkrnVAv > .row .container { background-color: transparent; background-image: none; }#awxlZEFfsTSBe0zZi2ZVLUTh1TkrnVAv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#awxlZEFfsTSBe0zZi2ZVLUTh1TkrnVAv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#awxlZEFfsTSBe0zZi2ZVLUTh1TkrnVAv > .row .container > .video-iframe-container { display: none; }#awxlZEFfsTSBe0zZi2ZVLUTh1TkrnVAv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#awxlZEFfsTSBe0zZi2ZVLUTh1TkrnVAv > .row > .video-iframe-container { display: none; }#awxlZEFfsTSBe0zZi2ZVLUTh1TkrnVAv > .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); }#awxlZEFfsTSBe0zZi2ZVLUTh1TkrnVAv > .row .container { border-width: 0; border-radius: 0; }#awxlZEFfsTSBe0zZi2ZVLUTh1TkrnVAv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#awxlZEFfsTSBe0zZi2ZVLUTh1TkrnVAv > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:60rem;position:relative;display:block; }#G914mVSEE478H1EqoMlOTh2SX76kkPfn { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:0.791015625rem;left:20rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SJJBkUGfbfEolBN2GKRiRP69Z87fazkH { position:relative;display:block; }#SJJBkUGfbfEolBN2GKRiRP69Z87fazkH { background-color: transparent; background-image: none; }#SJJBkUGfbfEolBN2GKRiRP69Z87fazkH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SJJBkUGfbfEolBN2GKRiRP69Z87fazkH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SJJBkUGfbfEolBN2GKRiRP69Z87fazkH > .row .container > .video-iframe-container { display: none; }#SJJBkUGfbfEolBN2GKRiRP69Z87fazkH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SJJBkUGfbfEolBN2GKRiRP69Z87fazkH > .row > .video-iframe-container { display: none; }#SJJBkUGfbfEolBN2GKRiRP69Z87fazkH > .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); }#SJJBkUGfbfEolBN2GKRiRP69Z87fazkH { border-width: 0; border-radius: 0; }#SJJBkUGfbfEolBN2GKRiRP69Z87fazkH > .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; }#SJJBkUGfbfEolBN2GKRiRP69Z87fazkH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:38.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UuqFq0XEUqCPEWlz6uGIcuUgudiQO63i { color:rgba(var(--color-primary-4),1);display:block;width:17.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15003;line-height:1.7;letter-spacing:0;top:19.75rem;left:6.25rem;height:6.796875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yx7zFaTZwvq5quICVvUumT480EH3bTQk { color:rgba(var(--color-secondary-2),1);display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15012;line-height:1.7;letter-spacing:0;top:14.5625rem;left:8.75rem;height:3.3984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tF2y7Cxs69WsLSsWPI8VEEqpv0icTrlr { color:#606060;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:11.4375rem;left:6.25rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d1k5KmoD0yTWeDyPdc7iZV3MI6qMg4Wd { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:33.4375rem;width:23.75rem;top:2.125rem;left:2.9375rem;display:block; }
#x275DOkhn91DcbeO9ECnqPDwSWb0QW51 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3125rem;width:1.5625rem;top:4.1875rem;left:14.21875rem;overflow:hidden;display:block; }
#bnRFvrLyewbRiWZy7Urox2IgC7WXkF6c { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:33.1875rem;width:24.5rem;top:2.125rem;left:33.5rem;display:block; }
#bF5VsiGJuhmI9zaw9KTRSVzQPvBT2Gt5 { color:rgba(var(--color-primary-4),1);display:block;width:17.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15004;line-height:1.7;letter-spacing:0;top:17.6875rem;left:37rem;height:10.1953125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kyIc74Mai6vdOdS4RyLBgH1FEbC1tA6v { color:rgba(var(--color-secondary-2),1);display:block;width:17.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15007;line-height:1.7;letter-spacing:0;top:14.625rem;left:37rem;height:1.69921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V0U0RzDOSM5V8Wg3UACxiWtkB9wD4GJT { color:#606060;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:11.4375rem;left:37rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oekLXXn0R3OTK5Dly0Qbd61qmSCvwZzL { position:absolute;display:block;z-index:15005;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:6.0625rem;width:7.25rem;top:4.3125rem;left:42.125rem;overflow:hidden;display:block; }
#HEOipMA6nHmRNqILRskbZ96KrPJyuC1y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HEOipMA6nHmRNqILRskbZ96KrPJyuC1y > .row .container { background-color: transparent; background-image: none; }#HEOipMA6nHmRNqILRskbZ96KrPJyuC1y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HEOipMA6nHmRNqILRskbZ96KrPJyuC1y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HEOipMA6nHmRNqILRskbZ96KrPJyuC1y > .row .container > .video-iframe-container { display: none; }#HEOipMA6nHmRNqILRskbZ96KrPJyuC1y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HEOipMA6nHmRNqILRskbZ96KrPJyuC1y > .row > .video-iframe-container { display: none; }#HEOipMA6nHmRNqILRskbZ96KrPJyuC1y > .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); }#HEOipMA6nHmRNqILRskbZ96KrPJyuC1y > .row .container { border-width: 0; border-radius: 0; }#HEOipMA6nHmRNqILRskbZ96KrPJyuC1y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HEOipMA6nHmRNqILRskbZ96KrPJyuC1y > .row .container { font-size:0.875rem;font-family:arial;height:13.4375rem;width:60rem;position:relative;display:block; }#FZiGFC4FKoThVMG4d9fHAcHyn7qHubwn { color:#606060;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:8.375rem;left:21.25rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wexJ0E0i4PlTC46n8h4cdwMeymKB7HX5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.1875rem;width:5.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:1.5625rem;left:27.40625rem; }
#GVJZbaO8DZIQXb3N524y3czCTzKarBID { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-0),0.46));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-0),0.46));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-0),0.46));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-0),0.46));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-secondary-0),0.46)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-secondary-0),0.46)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-0),0.46));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:13.3125rem;width:59.9375rem;top:0rem;left:0rem;display:block; }
#s87VOc1XzfRQAo9Uc8lDmrBKiHaPcudJ { color:#606060;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:10.40625rem;left:21.25rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K10FmrJvbuKIgsWwAVGaTdwuO5kCb1TK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#K10FmrJvbuKIgsWwAVGaTdwuO5kCb1TK > .row .container { background-color: transparent; background-image: none; }#K10FmrJvbuKIgsWwAVGaTdwuO5kCb1TK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K10FmrJvbuKIgsWwAVGaTdwuO5kCb1TK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K10FmrJvbuKIgsWwAVGaTdwuO5kCb1TK > .row .container > .video-iframe-container { display: none; }#K10FmrJvbuKIgsWwAVGaTdwuO5kCb1TK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K10FmrJvbuKIgsWwAVGaTdwuO5kCb1TK > .row > .video-iframe-container { display: none; }#K10FmrJvbuKIgsWwAVGaTdwuO5kCb1TK > .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); }#K10FmrJvbuKIgsWwAVGaTdwuO5kCb1TK > .row .container { border-width: 0; border-radius: 0; }#K10FmrJvbuKIgsWwAVGaTdwuO5kCb1TK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K10FmrJvbuKIgsWwAVGaTdwuO5kCb1TK > .row .container { font-size:0.875rem;font-family:arial;height:39.5rem;width:60rem;position:relative;display:block; }#f0PwSR0oCJT88BkG3LVmCcTXEy7by8ff { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-0),0.46));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-0),0.46));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-0),0.46));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-0),0.46));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-secondary-0),0.46)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-secondary-0),0.46)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-0),0.46));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:35.375rem;width:59.9375rem;top:1.1875rem;left:0rem;display:block; }
#iJwuFmRl74CCNGOd3buPBwlmZd9K43kp { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-primary-3),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.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:2.9375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:31.4375rem;left:22.65625rem;display:block; }
#u8pKqMTHhxpWvaOM6ceCPUv5krZ0Z0UC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mT5i6dLskVQkpTKD7pGdlL8fI1mv7aZH { color:rgba(var(--color-tertiary-2),1);display:block;width:22.1875rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15012;line-height:1.7;letter-spacing:0;top:13.24609375rem;left:18.90625rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#mT5i6dLskVQkpTKD7pGdlL8fI1mv7aZH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mT5i6dLskVQkpTKD7pGdlL8fI1mv7aZH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3ac0a121fc0733191a8b9488602a8d52.svg); }
#H7icb1xZ306O4SnrStJuB65Ldcbegi38 { color:rgba(var(--color-tertiary-4),1);display:block;width:28.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:2.8125rem;left:15.6875rem;height:1.70605625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yTaz9KAbOc2WZOFOGb2HTgCCQDHxN1au { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:11.765625rem;left:23.75rem;height:1.54296875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Zcl1JXTT93T9MC6a6lqrTBeCgfO7X6Mb { color:rgba(var(--color-tertiary-3),1);display:block;width:34.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:5.5205078125rem;left:12.875rem;height:1.7871125rem;text-align:left;text-align-last:left;display:block; }
#PS7e1W2DSAgQdtnGVHuo3WmVFPznWA3Q { color:rgba(var(--color-tertiary-4),1);display:block;width:34.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:8.0078125rem;left:12.625rem;height:1.7871125rem;text-align:left;text-align-last:left;display:block; }
#aebln1ezhctTJddI1F5SBQgIhTErJB6x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aebln1ezhctTJddI1F5SBQgIhTErJB6x > .row .container { background-color: transparent; background-image: none; }#aebln1ezhctTJddI1F5SBQgIhTErJB6x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aebln1ezhctTJddI1F5SBQgIhTErJB6x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aebln1ezhctTJddI1F5SBQgIhTErJB6x > .row .container > .video-iframe-container { display: none; }#aebln1ezhctTJddI1F5SBQgIhTErJB6x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aebln1ezhctTJddI1F5SBQgIhTErJB6x > .row > .video-iframe-container { display: none; }#aebln1ezhctTJddI1F5SBQgIhTErJB6x > .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); }#aebln1ezhctTJddI1F5SBQgIhTErJB6x > .row .container { border-width: 0; border-radius: 0; }#aebln1ezhctTJddI1F5SBQgIhTErJB6x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aebln1ezhctTJddI1F5SBQgIhTErJB6x > .row .container { font-size:0.875rem;font-family:arial;height:40.4375rem;width:60rem;position:relative;display:block; }#MEzLx4WJ7mbT5ezzq5ExWmAmNsptqyqX { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-0),0.46));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-0),0.46));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-0),0.46));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-0),0.46));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-secondary-0),0.46)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-secondary-0),0.46)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-0),0.46));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:38.125rem;width:59.9375rem;top:0rem;left:0rem;display:block; }
#GTV4gteLk1voDgcWfErBQrxpLe4Zbx80 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-primary-3),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.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:2.9375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:32.6875rem;left:22.65625rem;display:block; }
#hZt6li5so1Zym25W2wteiSkhg9Qeqq9O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MZE85LTcBWbeVBkV9LOJHUIvZJQxC8iE { color:rgba(var(--color-tertiary-2),1);display:block;width:22.1875rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15012;line-height:1.7;letter-spacing:0;top:14.80859375rem;left:18.90625rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#MZE85LTcBWbeVBkV9LOJHUIvZJQxC8iE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MZE85LTcBWbeVBkV9LOJHUIvZJQxC8iE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3ac0a121fc0733191a8b9488602a8d52.svg); }
#qpRgSEm1MdGLzoxNA8BeC4wX8O6h1POt { color:rgba(var(--color-tertiary-4),1);display:block;width:28.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:1.9375rem;left:15.6875rem;height:1.70605625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tSk14NqwNu16AH6MqXKm0NXznOJfLby8 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:12.578125rem;left:23.75rem;height:1.54296875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Da1C65IqVfMuPDoUXMfTh9a7q3IgcNGH { color:rgba(var(--color-tertiary-3),1);display:block;width:34.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:4.8125rem;left:15.6875rem;height:;text-align:left;text-align-last:left;display:block; }
#qpy04R5cycuUeBJ3CCkTlPmpxr7cJ2Oc { color:rgba(var(--color-tertiary-4),1);display:block;width:34.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:8rem;left:15.6875rem;height:;text-align:left;text-align-last:left;display:block; }
#P9hfcINkNdlmP32emTI9iXrnE0JzJqzz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#P9hfcINkNdlmP32emTI9iXrnE0JzJqzz > .row .container { background-color: transparent; background-image: none; }#P9hfcINkNdlmP32emTI9iXrnE0JzJqzz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P9hfcINkNdlmP32emTI9iXrnE0JzJqzz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P9hfcINkNdlmP32emTI9iXrnE0JzJqzz > .row .container > .video-iframe-container { display: none; }#P9hfcINkNdlmP32emTI9iXrnE0JzJqzz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P9hfcINkNdlmP32emTI9iXrnE0JzJqzz > .row > .video-iframe-container { display: none; }#P9hfcINkNdlmP32emTI9iXrnE0JzJqzz > .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); }#P9hfcINkNdlmP32emTI9iXrnE0JzJqzz > .row .container { border-width: 0; border-radius: 0; }#P9hfcINkNdlmP32emTI9iXrnE0JzJqzz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P9hfcINkNdlmP32emTI9iXrnE0JzJqzz > .row .container { font-size:0.875rem;font-family:arial;height:11.625rem;width:60rem;position:relative;display:block; }#VtdHfonvBMwsQ8cuMoZTCSqTlRb43vtu { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.125rem;width:2.5rem;top:9.6875rem;left:28.75rem;display:block; }
#d9uQyuU8p6MgIZatlk0EzlinAFZzL2F5 { color:rgba(var(--color-tertiary-3),0.15);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:7.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:9.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#b2leByJCKeOlqwfe8S2cTBA09OItG7Qw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#b2leByJCKeOlqwfe8S2cTBA09OItG7Qw > .row .container { background-color: transparent; background-image: none; }#b2leByJCKeOlqwfe8S2cTBA09OItG7Qw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2leByJCKeOlqwfe8S2cTBA09OItG7Qw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2leByJCKeOlqwfe8S2cTBA09OItG7Qw > .row .container > .video-iframe-container { display: none; }#b2leByJCKeOlqwfe8S2cTBA09OItG7Qw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2leByJCKeOlqwfe8S2cTBA09OItG7Qw > .row > .video-iframe-container { display: none; }#b2leByJCKeOlqwfe8S2cTBA09OItG7Qw > .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); }#b2leByJCKeOlqwfe8S2cTBA09OItG7Qw > .row .container { border-width: 0; border-radius: 0; }#b2leByJCKeOlqwfe8S2cTBA09OItG7Qw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b2leByJCKeOlqwfe8S2cTBA09OItG7Qw > .row .container { font-size:0.875rem;font-family:arial;height:14.4375rem;width:60rem;position:relative;display:block; }#oWa08wrDNIeRr0fEdNfL33qbK2H3co47 { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:10.3125rem;width:18.9375rem;top:0rem;left:0.5625rem;display:block; }
#nUZOVE2zchxMnISxBpVnQrmUKRTRFNpR { color:rgba(var(--color-secondary-2),1);display:block;width:18.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.875rem;left:0.9375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CgcvaXq8vXpkPfvEURCZ7pBfsPo1imyF { color:#b3b3b3;display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:6.75rem;left:0.9375rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XiTTnb9T8VLD1EAePcrWzFHOnZOrBkGQ { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:10.3125rem;width:18.9375rem;top:0rem;left:20.5rem;display:block; }
#Xg49DGm5mHK9JvhI6WzVb2G0TtfFBF2f { color:rgba(var(--color-primary-2),1);display:block;width:18.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.75rem;left:20.9375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fPRhIIt7DloSUDzpTKeAkZy3RkrkZoIs { color:#b3b3b3;display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:6.625rem;left:20.96875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FoZxkgT5Pa8seDfPDucStU2bnPwmG38b { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:10.3125rem;width:18.9375rem;top:0rem;left:40.5rem;display:block; }
#MbBKVha8y0xQLHtMzHnUSW7hB9DMB0cG { color:rgba(var(--color-secondary-2),1);display:block;width:18.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:1.75rem;left:40.9375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SlhMe8yX3KED0eRkDQcHxHLOVFez8zgN { color:#b3b3b3;display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:6.625rem;left:40.9375rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y9hd7g70xJcJFcTIcOD084xbe9aH3wsk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/a1y1AbjM/02.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#y9hd7g70xJcJFcTIcOD084xbe9aH3wsk.adaptive-delivery-prevent-bg, #y9hd7g70xJcJFcTIcOD084xbe9aH3wsk.lazyload, #y9hd7g70xJcJFcTIcOD084xbe9aH3wsk.lazyloading { background-image: none; }#y9hd7g70xJcJFcTIcOD084xbe9aH3wsk > .row .container { background-color: transparent; background-image: none; }#y9hd7g70xJcJFcTIcOD084xbe9aH3wsk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9hd7g70xJcJFcTIcOD084xbe9aH3wsk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9hd7g70xJcJFcTIcOD084xbe9aH3wsk > .row .container > .video-iframe-container { display: none; }#y9hd7g70xJcJFcTIcOD084xbe9aH3wsk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9hd7g70xJcJFcTIcOD084xbe9aH3wsk > .row > .video-iframe-container { display: none; }#y9hd7g70xJcJFcTIcOD084xbe9aH3wsk > .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); }#y9hd7g70xJcJFcTIcOD084xbe9aH3wsk > .row .container { border-width: 0; border-radius: 0; }#y9hd7g70xJcJFcTIcOD084xbe9aH3wsk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y9hd7g70xJcJFcTIcOD084xbe9aH3wsk > .row .container { font-size:0.875rem;font-family:arial;height:45.875rem;width:60rem;position:relative;display:block; }#DX9SUGNWc1aFla7RCHmOBqOzBUuIzCVE { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:22.625rem;width:24.8125rem;top:20.6875rem;left:19rem;display:block; }
#LZVtLukgh87qFTI8TJkneHxgG3q05yTR { color:rgba(var(--color-tertiary-1),1);display:block;width:9.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:24.931640625rem;left:27.125rem;height:1.13671875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mzmmW4pBFlclOvngL7ISCkn2AFNcoKin { color:rgba(var(--color-tertiary-1),1);display:block;width:23.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:23.03515625rem;left:21rem;height:1.0556625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vFOZJMleSKZiLfFhiv1dTLuo99ycUEqx { color:#606060;display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:21.4921875rem;left:21rem;height:1.54296875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Dzswek8k6ThgH6ASkrBlHodA8hPQu5Qw { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/9e7d111b-234c-4b0d-91f2-5311b00c2772/smr_pockets_half.preview.enhance_8.grayscale.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:17rem;width:24.6875rem;top:2.625rem;left:19.0625rem;display:block; }#Dzswek8k6ThgH6ASkrBlHodA8hPQu5Qw.adaptive-delivery-prevent-bg, #Dzswek8k6ThgH6ASkrBlHodA8hPQu5Qw.lazyload, #Dzswek8k6ThgH6ASkrBlHodA8hPQu5Qw.lazyloading { background-image: none; }
#cEDeXZx5EucJUDEED4kJKARaBPFubidS { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;top:24.9375rem;left:25.6875rem; }
#lEJyW2nPdXZOuz0wnurRIsz0Kfu0WNKA { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;top:24.9375rem;left:24.5625rem; }
#OMWHhv7ua3bc0b0dTiN9ToL0ESmyHV3e { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;top:24.9375rem;left:23.5rem; }
#SPRncagRpoZrFkHnqfKlgf3VOuASeXq5 { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;top:24.9375rem;left:22.25rem; }
#yaDz5XHNxdd4uPSzr5ChTWdzNwiSuhvo { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;top:24.9375rem;left:21rem; }
#QcsWn98xmGn9JiZHg2xgPXUr8Ndq2u2N { color:rgba(var(--color-tertiary-4),1);display:block;width:21.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:27.9375rem;left:20.53125rem;height:3.41015625rem;font-style:normal;display:block; }
#ZHMAbtiXCLpJZsppgD3n18Vq7DN2bT7q { color:rgba(var(--color-tertiary-4),1);display:block;width:21.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15035;line-height:1.3;letter-spacing:0;top:37.109375rem;left:20.53125rem;height:2.2734375rem;font-style:normal;display:block; }
#C4uGdmOz7zSBlGr7lDUan0e30VnyM1pP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#C4uGdmOz7zSBlGr7lDUan0e30VnyM1pP > .row .container { background-color: transparent; background-image: none; }#C4uGdmOz7zSBlGr7lDUan0e30VnyM1pP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C4uGdmOz7zSBlGr7lDUan0e30VnyM1pP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C4uGdmOz7zSBlGr7lDUan0e30VnyM1pP > .row .container > .video-iframe-container { display: none; }#C4uGdmOz7zSBlGr7lDUan0e30VnyM1pP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C4uGdmOz7zSBlGr7lDUan0e30VnyM1pP > .row > .video-iframe-container { display: none; }#C4uGdmOz7zSBlGr7lDUan0e30VnyM1pP > .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); }#C4uGdmOz7zSBlGr7lDUan0e30VnyM1pP > .row .container { border-width: 0; border-radius: 0; }#C4uGdmOz7zSBlGr7lDUan0e30VnyM1pP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C4uGdmOz7zSBlGr7lDUan0e30VnyM1pP > .row .container { font-size:0.875rem;font-family:arial;height:9.3125rem;width:60rem;position:relative;display:block; }#GBIMWAR92W4mpECBF6TadKLIIqbBZDp9 { color:rgba(var(--color-tertiary-3),0.54);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.1875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2rem;left:0rem;height:5.4433625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gtTa78bFxUEs8BbOmCqqfLN75cqhWEpE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),0.63);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; }#gtTa78bFxUEs8BbOmCqqfLN75cqhWEpE > .row .container { background-color: transparent; background-image: none; }#gtTa78bFxUEs8BbOmCqqfLN75cqhWEpE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtTa78bFxUEs8BbOmCqqfLN75cqhWEpE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtTa78bFxUEs8BbOmCqqfLN75cqhWEpE > .row .container > .video-iframe-container { display: none; }#gtTa78bFxUEs8BbOmCqqfLN75cqhWEpE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtTa78bFxUEs8BbOmCqqfLN75cqhWEpE > .row > .video-iframe-container { display: none; }#gtTa78bFxUEs8BbOmCqqfLN75cqhWEpE > .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); }#gtTa78bFxUEs8BbOmCqqfLN75cqhWEpE > .row .container { border-width: 0; border-radius: 0; }#gtTa78bFxUEs8BbOmCqqfLN75cqhWEpE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gtTa78bFxUEs8BbOmCqqfLN75cqhWEpE > .row .container { font-size:0.875rem;font-family:arial;height:37.625rem;width:60rem;position:relative;display:block; }#fMT6vTrGAb65T9eCd74wXXRCxUy8A2Hw { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:20.5rem;left:0rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#qJSVtsqaDGZU6xQQLruycCGyCokwaiGn { 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:10.5rem;height:2rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:33.25rem;left:23.875rem;display:block; }
#ggyB0ei28o1CxcWZv9zEFIHNxNrJIdUV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zZ5teW35oUscbD6Fhv8zXrETRVQuwqK0 { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.375rem;width:8.625rem;top:5.875rem;left:25.6875rem;overflow:hidden;display:block; }
#s7muyQ03IfJ7MBrR53yEpTog8qTb7Pe0 { color:rgba(var(--color-tertiary-3),1);display:block;width:33.9375rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:24.28125rem;left:14.875rem;height:5.8125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#s7muyQ03IfJ7MBrR53yEpTog8qTb7Pe0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#s7muyQ03IfJ7MBrR53yEpTog8qTb7Pe0 li:before{  }
#Rz8wpHM6eao6olWEKCB1c8fD54G76fV5 { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.1875rem;left:0rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xnN3AE2uExNUZLUfbJQKPS5INOg9vuhG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),0.63);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; }#xnN3AE2uExNUZLUfbJQKPS5INOg9vuhG > .row .container { background-color: transparent; background-image: none; }#xnN3AE2uExNUZLUfbJQKPS5INOg9vuhG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xnN3AE2uExNUZLUfbJQKPS5INOg9vuhG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xnN3AE2uExNUZLUfbJQKPS5INOg9vuhG > .row .container > .video-iframe-container { display: none; }#xnN3AE2uExNUZLUfbJQKPS5INOg9vuhG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xnN3AE2uExNUZLUfbJQKPS5INOg9vuhG > .row > .video-iframe-container { display: none; }#xnN3AE2uExNUZLUfbJQKPS5INOg9vuhG > .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); }#xnN3AE2uExNUZLUfbJQKPS5INOg9vuhG > .row .container { border-width: 0; border-radius: 0; }#xnN3AE2uExNUZLUfbJQKPS5INOg9vuhG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xnN3AE2uExNUZLUfbJQKPS5INOg9vuhG > .row .container { font-size:0.875rem;font-family:arial;height:21.625rem;width:60rem;position:relative;display:block; }#zAtSWtaB74uqTHekygPk60tsn4BrpN6e { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.3125rem;left:0rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mzs49JzQXMZo2mXmBte30oeSHNoKr03I { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:5.625rem;left:0rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ilBTsTTbnWFtSrOOP15A3L6iiBtXK4Q1 { color:rgba(var(--color-tertiary-4),1);display:block;width:30.0625rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:13.25rem;left:15.71875rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RJlkZe4ovZeUt2X892iklm4uc46R0FNG { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:2.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:16.4931640625rem;left:23.625rem;display:block; }
#nifgIDTtCleBtqltC1UNCVLNFW8X6BHE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V2oxMmwfOFdoEXOi13tCvDuqrRtvkkuZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.63);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; }#V2oxMmwfOFdoEXOi13tCvDuqrRtvkkuZ > .row .container { background-color: transparent; background-image: none; }#V2oxMmwfOFdoEXOi13tCvDuqrRtvkkuZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V2oxMmwfOFdoEXOi13tCvDuqrRtvkkuZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V2oxMmwfOFdoEXOi13tCvDuqrRtvkkuZ > .row .container > .video-iframe-container { display: none; }#V2oxMmwfOFdoEXOi13tCvDuqrRtvkkuZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V2oxMmwfOFdoEXOi13tCvDuqrRtvkkuZ > .row > .video-iframe-container { display: none; }#V2oxMmwfOFdoEXOi13tCvDuqrRtvkkuZ > .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); }#V2oxMmwfOFdoEXOi13tCvDuqrRtvkkuZ > .row .container { border-width: 0; border-radius: 0; }#V2oxMmwfOFdoEXOi13tCvDuqrRtvkkuZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V2oxMmwfOFdoEXOi13tCvDuqrRtvkkuZ > .row .container { font-size:0.875rem;font-family:arial;height:76.1875rem;width:60rem;position:relative;display:block; }#PcoLJTGg9t5xfWeFZwzR2WZOffyArHEv { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:4.943359375rem;left:0rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#XRhrzD5ErSVBCkgdfrwWxCPG0uzsvd5J { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.75rem;left:0rem;height:2.1933625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FQvTX2Buk1s0RZcUslKXiuOx7gImlsAf { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:11rem;top:7.625rem;left:23.625rem;overflow:hidden;display:block; }
#dI48xdFS03Dx9Dc9PgxR6NNGQzd28zTb { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-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.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.25rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:68.5rem;left:19.9375rem;display:block; }
#AMiscrdcy3aT4TnM0xRfTSiDkdBg4tSQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aOGCAluFIwmg89iB87FdBNDEZa5x634g { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.6875rem;width:20.6875rem;top:45.1875rem;left:20.71875rem;overflow:hidden;display:block; }
#TvTscWB3lP9Q2cE03lWXavlOFNygNvKt { color:rgba(var(--color-tertiary-3),1);display:block;width:42.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:15.3125rem;left:7.78125rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#Ro7daN6RVInJx5bRUVSIiTMm875WPWcp { position:absolute;display:block;z-index:15016;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:17rem;width:22.6875rem;top:19.6875rem;left:18.65625rem;overflow:hidden;display:block; }
#vaP5UfEqfwoSapZvK2iyR458nFzT4l8F { color:rgba(var(--color-tertiary-3),1);display:block;width:42.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:39.4375rem;left:9.71875rem;height:2.76171875rem;text-align:center;text-align-last:center;display:block; }
#wHID1z8qxzuGTgUbODIWc049xxUxT2w2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wHID1z8qxzuGTgUbODIWc049xxUxT2w2 > .row .container { background-color: transparent; background-image: none; }#wHID1z8qxzuGTgUbODIWc049xxUxT2w2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wHID1z8qxzuGTgUbODIWc049xxUxT2w2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wHID1z8qxzuGTgUbODIWc049xxUxT2w2 > .row .container > .video-iframe-container { display: none; }#wHID1z8qxzuGTgUbODIWc049xxUxT2w2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wHID1z8qxzuGTgUbODIWc049xxUxT2w2 > .row > .video-iframe-container { display: none; }#wHID1z8qxzuGTgUbODIWc049xxUxT2w2 > .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); }#wHID1z8qxzuGTgUbODIWc049xxUxT2w2 > .row .container { border-width: 0; border-radius: 0; }#wHID1z8qxzuGTgUbODIWc049xxUxT2w2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wHID1z8qxzuGTgUbODIWc049xxUxT2w2 > .row .container { font-size:0.875rem;font-family:arial;height:14.875rem;width:60rem;position:relative;display:block; }#C29k1SMfyp2aK4M46ViwdQPolAQGWEcb { color:rgba(var(--color-tertiary-0),1);display:block;width:59.875rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:3.984375rem;left:0rem;height:6.90430625rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #HavKOlaLMQTIp7A94T8TMFkmaUNyhEqC { display:block; }#HavKOlaLMQTIp7A94T8TMFkmaUNyhEqC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fwqm50o7nm2hDHAy4S5Cw7ldFcJTR0Ix { width:9.125rem;height:2.8125rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnvoFOci3CP7lmZtt4SvU1FF0Wft2SHP { display:block; }#GnvoFOci3CP7lmZtt4SvU1FF0Wft2SHP > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cDhI6WRktGHtJ223mXhD7U93zKZ9eh6K { width:47.75rem;height:9.75rem;top:9.8125rem;left:0rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiC1ud8qKZAyHW2CrRoywTCT2FhZ581J { width:47.75rem;height:1.4375rem;top:7.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuZGELmCvDoa55tmC7UcWf3GfCo9bRgf { width:14.5625rem;height:16.5rem;top:14.8125rem;left:16.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wu7OomeiaGtFbGb7O2ooacKrLDSiZTZA { width:38rem;height:1.8125rem;top:9.8125rem;left:4.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0y6HeIg6LF3dnLE7MW8twggwMTnrdb9 { display:block; }#R0y6HeIg6LF3dnLE7MW8twggwMTnrdb9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DwXTGogkzErsOeXzKuCpbo2Hr6M5pXiF { width:28.875rem;height:2.875rem;top:2.0625rem;left:10.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXm9WofwE7eC8OXKp9QzLk3hWlCfbw2S { width:12.75rem;height:2.4375rem;top:9.625rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQSon2kUNxK63tsLKU0llKux0WydVeEK { display:block; }
 }@media only screen and (max-width: 763px) { #awxlZEFfsTSBe0zZi2ZVLUTh1TkrnVAv { display:block; }#awxlZEFfsTSBe0zZi2ZVLUTh1TkrnVAv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G914mVSEE478H1EqoMlOTh2SX76kkPfn { width:20rem;height:;top:0.75rem;left:13.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJJBkUGfbfEolBN2GKRiRP69Z87fazkH { display:block; }#SJJBkUGfbfEolBN2GKRiRP69Z87fazkH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UuqFq0XEUqCPEWlz6uGIcuUgudiQO63i { width:17.5rem;height:6.75rem;top:19.75rem;left:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yx7zFaTZwvq5quICVvUumT480EH3bTQk { width:12.5rem;height:3.375rem;top:14.5625rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tF2y7Cxs69WsLSsWPI8VEEqpv0icTrlr { width:17.5rem;height:2rem;top:11.4375rem;left:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1k5KmoD0yTWeDyPdc7iZV3MI6qMg4Wd { width:23.75rem;height:33.4375rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x275DOkhn91DcbeO9ECnqPDwSWb0QW51 { width:1.5625rem;height:6.3125rem;top:4.1875rem;left:11.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnRFvrLyewbRiWZy7Urox2IgC7WXkF6c { width:24.5rem;height:33.1875rem;top:2.125rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bF5VsiGJuhmI9zaw9KTRSVzQPvBT2Gt5 { width:17.5rem;height:10.1875rem;top:17.6875rem;left:27.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyIc74Mai6vdOdS4RyLBgH1FEbC1tA6v { width:17.5rem;height:1.6875rem;top:14.625rem;left:27.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0U0RzDOSM5V8Wg3UACxiWtkB9wD4GJT { width:17.5rem;height:2rem;top:11.4375rem;left:27.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oekLXXn0R3OTK5Dly0Qbd61qmSCvwZzL { width:7.25rem;height:6.0625rem;top:4.3125rem;left:32.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEOipMA6nHmRNqILRskbZ96KrPJyuC1y { display:block; }#HEOipMA6nHmRNqILRskbZ96KrPJyuC1y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FZiGFC4FKoThVMG4d9fHAcHyn7qHubwn { width:17.5rem;height:2rem;top:8.375rem;left:15.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wexJ0E0i4PlTC46n8h4cdwMeymKB7HX5 { width:5.1875rem;height:5.1875rem;top:1.5625rem;left:21.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVJZbaO8DZIQXb3N524y3czCTzKarBID { width:47.75rem;height:13.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s87VOc1XzfRQAo9Uc8lDmrBKiHaPcudJ { width:17.5rem;height:1.9375rem;top:10.375rem;left:15.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K10FmrJvbuKIgsWwAVGaTdwuO5kCb1TK { display:block; }#K10FmrJvbuKIgsWwAVGaTdwuO5kCb1TK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f0PwSR0oCJT88BkG3LVmCcTXEy7by8ff { width:47.75rem;height:35.375rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJwuFmRl74CCNGOd3buPBwlmZd9K43kp { width:14.6875rem;height:2.9375rem;top:31.4375rem;left:16.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8pKqMTHhxpWvaOM6ceCPUv5krZ0Z0UC { display:block; }
 }@media only screen and (max-width: 763px) { #mT5i6dLskVQkpTKD7pGdlL8fI1mv7aZH { width:22.1875rem;height:;top:13.1875rem;left:12.78125rem;font-size:1rem;display:block; }#mT5i6dLskVQkpTKD7pGdlL8fI1mv7aZH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3ac0a121fc0733191a8b9488602a8d52.svg); }
 }@media only screen and (max-width: 763px) { #H7icb1xZ306O4SnrStJuB65Ldcbegi38 { width:28.625rem;height:1.6875rem;top:2.8125rem;left:9.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTaz9KAbOc2WZOFOGb2HTgCCQDHxN1au { width:12.5rem;height:1.5rem;top:11.75rem;left:17.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zcl1JXTT93T9MC6a6lqrTBeCgfO7X6Mb { width:34.25rem;height:1.75rem;top:5.5rem;left:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PS7e1W2DSAgQdtnGVHuo3WmVFPznWA3Q { width:34.75rem;height:1.75rem;top:8rem;left:6.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aebln1ezhctTJddI1F5SBQgIhTErJB6x { display:block; }#aebln1ezhctTJddI1F5SBQgIhTErJB6x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MEzLx4WJ7mbT5ezzq5ExWmAmNsptqyqX { width:47.75rem;height:38.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTV4gteLk1voDgcWfErBQrxpLe4Zbx80 { width:14.6875rem;height:2.9375rem;top:32.6875rem;left:16.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZt6li5so1Zym25W2wteiSkhg9Qeqq9O { display:block; }
 }@media only screen and (max-width: 763px) { #MZE85LTcBWbeVBkV9LOJHUIvZJQxC8iE { width:22.1875rem;height:;top:14.75rem;left:12.78125rem;font-size:1rem;display:block; }#MZE85LTcBWbeVBkV9LOJHUIvZJQxC8iE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3ac0a121fc0733191a8b9488602a8d52.svg); }
 }@media only screen and (max-width: 763px) { #qpRgSEm1MdGLzoxNA8BeC4wX8O6h1POt { width:28.625rem;height:1.6875rem;top:1.9375rem;left:9.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSk14NqwNu16AH6MqXKm0NXznOJfLby8 { width:12.5rem;height:1.5rem;top:12.5625rem;left:17.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Da1C65IqVfMuPDoUXMfTh9a7q3IgcNGH { width:34.25rem;height:;top:4.8125rem;left:9.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpy04R5cycuUeBJ3CCkTlPmpxr7cJ2Oc { width:34.75rem;height:;top:8rem;left:9.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9hfcINkNdlmP32emTI9iXrnE0JzJqzz { display:block; }#P9hfcINkNdlmP32emTI9iXrnE0JzJqzz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VtdHfonvBMwsQ8cuMoZTCSqTlRb43vtu { width:2.5rem;height:0.125rem;top:9.6875rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9uQyuU8p6MgIZatlk0EzlinAFZzL2F5 { width:47.75rem;height:9.75rem;top:0rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2leByJCKeOlqwfe8S2cTBA09OItG7Qw { display:block; }#b2leByJCKeOlqwfe8S2cTBA09OItG7Qw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oWa08wrDNIeRr0fEdNfL33qbK2H3co47 { width:18.9375rem;height:10.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUZOVE2zchxMnISxBpVnQrmUKRTRFNpR { width:18.125rem;height:4.875rem;top:1.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgcvaXq8vXpkPfvEURCZ7pBfsPo1imyF { width:18.125rem;height:1.1875rem;top:6.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiTTnb9T8VLD1EAePcrWzFHOnZOrBkGQ { width:18.9375rem;height:10.3125rem;top:0rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xg49DGm5mHK9JvhI6WzVb2G0TtfFBF2f { width:18.125rem;height:4.875rem;top:1.75rem;left:13.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPRhIIt7DloSUDzpTKeAkZy3RkrkZoIs { width:18.125rem;height:1.1875rem;top:6.625rem;left:13.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoZxkgT5Pa8seDfPDucStU2bnPwmG38b { width:18.9375rem;height:10.3125rem;top:0rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbBKVha8y0xQLHtMzHnUSW7hB9DMB0cG { width:18.125rem;height:4.875rem;top:1.75rem;left:29.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlhMe8yX3KED0eRkDQcHxHLOVFez8zgN { width:18.125rem;height:1.1875rem;top:6.625rem;left:29.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9hd7g70xJcJFcTIcOD084xbe9aH3wsk { display:block; }#y9hd7g70xJcJFcTIcOD084xbe9aH3wsk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DX9SUGNWc1aFla7RCHmOBqOzBUuIzCVE { width:24.8125rem;height:22.625rem;top:20.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZVtLukgh87qFTI8TJkneHxgG3q05yTR { width:9.625rem;height:1.125rem;top:24.875rem;left:14.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzmmW4pBFlclOvngL7ISCkn2AFNcoKin { width:23.8125rem;height:1.0625rem;top:23rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFOZJMleSKZiLfFhiv1dTLuo99ycUEqx { width:26.25rem;height:1.5rem;top:21.4375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dzswek8k6ThgH6ASkrBlHodA8hPQu5Qw { width:24.6875rem;height:17rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEDeXZx5EucJUDEED4kJKARaBPFubidS { width:1.125rem;height:1.125rem;top:24.9375rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEJyW2nPdXZOuz0wnurRIsz0Kfu0WNKA { width:1.125rem;height:1.125rem;top:24.9375rem;left:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMWHhv7ua3bc0b0dTiN9ToL0ESmyHV3e { width:1.125rem;height:1.125rem;top:24.9375rem;left:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPRncagRpoZrFkHnqfKlgf3VOuASeXq5 { width:1.125rem;height:1.125rem;top:24.9375rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaDz5XHNxdd4uPSzr5ChTWdzNwiSuhvo { width:1.125rem;height:1.125rem;top:24.9375rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcsWn98xmGn9JiZHg2xgPXUr8Ndq2u2N { width:21.75rem;height:4.5rem;top:27.9375rem;left:2.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHMAbtiXCLpJZsppgD3n18Vq7DN2bT7q { width:21.75rem;height:2.25rem;top:37.0625rem;left:2.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4uGdmOz7zSBlGr7lDUan0e30VnyM1pP { display:block; }#C4uGdmOz7zSBlGr7lDUan0e30VnyM1pP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GBIMWAR92W4mpECBF6TadKLIIqbBZDp9 { width:47.75rem;height:5.4375rem;top:2rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtTa78bFxUEs8BbOmCqqfLN75cqhWEpE { display:block; }#gtTa78bFxUEs8BbOmCqqfLN75cqhWEpE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fMT6vTrGAb65T9eCd74wXXRCxUy8A2Hw { width:47.75rem;height:2rem;top:20.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJSVtsqaDGZU6xQQLruycCGyCokwaiGn { width:10.5rem;height:2rem;top:33.25rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggyB0ei28o1CxcWZv9zEFIHNxNrJIdUV { display:block; }
 }@media only screen and (max-width: 763px) { #zZ5teW35oUscbD6Fhv8zXrETRVQuwqK0 { width:8.625rem;height:12.375rem;top:5.875rem;left:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7muyQ03IfJ7MBrR53yEpTog8qTb7Pe0 { width:33.9375rem;height:5.8125rem;top:24.25rem;left:8.75rem;font-size:0.9375rem;display:block; }#s7muyQ03IfJ7MBrR53yEpTog8qTb7Pe0 li:before{  }
 }@media only screen and (max-width: 763px) { #Rz8wpHM6eao6olWEKCB1c8fD54G76fV5 { width:47.75rem;height:2rem;top:2.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnN3AE2uExNUZLUfbJQKPS5INOg9vuhG { display:block; }#xnN3AE2uExNUZLUfbJQKPS5INOg9vuhG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zAtSWtaB74uqTHekygPk60tsn4BrpN6e { width:47.75rem;height:2rem;top:2.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzs49JzQXMZo2mXmBte30oeSHNoKr03I { width:47.75rem;height:3.625rem;top:5.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilBTsTTbnWFtSrOOP15A3L6iiBtXK4Q1 { width:30.0625rem;height:1.25rem;top:13.25rem;left:9.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJlkZe4ovZeUt2X892iklm4uc46R0FNG { width:12.75rem;height:2.4375rem;top:16.4375rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nifgIDTtCleBtqltC1UNCVLNFW8X6BHE { display:block; }
 }@media only screen and (max-width: 763px) { #V2oxMmwfOFdoEXOi13tCvDuqrRtvkkuZ { display:block; }#V2oxMmwfOFdoEXOi13tCvDuqrRtvkkuZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PcoLJTGg9t5xfWeFZwzR2WZOffyArHEv { width:47.75rem;height:1.375rem;top:4.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRhrzD5ErSVBCkgdfrwWxCPG0uzsvd5J { width:47.75rem;height:2.1875rem;top:2.75rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQvTX2Buk1s0RZcUslKXiuOx7gImlsAf { width:11rem;height:5.4375rem;top:7.625rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dI48xdFS03Dx9Dc9PgxR6NNGQzd28zTb { width:22.25rem;height:3.4375rem;top:68.5rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMiscrdcy3aT4TnM0xRfTSiDkdBg4tSQ { display:block; }
 }@media only screen and (max-width: 763px) { #aOGCAluFIwmg89iB87FdBNDEZa5x634g { width:20.6875rem;height:20.6875rem;top:45.1875rem;left:14.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvTscWB3lP9Q2cE03lWXavlOFNygNvKt { width:42.6875rem;height:1.375rem;top:15.3125rem;left:1.65625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ro7daN6RVInJx5bRUVSIiTMm875WPWcp { width:22.6875rem;height:17rem;top:19.6875rem;left:12.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaP5UfEqfwoSapZvK2iyR458nFzT4l8F { width:42.6875rem;height:2.75rem;top:39.4375rem;left:3.59375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHID1z8qxzuGTgUbODIWc049xxUxT2w2 { display:block; }#wHID1z8qxzuGTgUbODIWc049xxUxT2w2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C29k1SMfyp2aK4M46ViwdQPolAQGWEcb { width:47.75rem;height:6.875rem;top:3.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #HavKOlaLMQTIp7A94T8TMFkmaUNyhEqC { position:relative;z-index:auto;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(0,114,255,0.13), rgba(0,0,0,0));background-image: -moz-linear-gradient(45deg, rgba(0,114,255,0.13), rgba(0,0,0,0));background-image: -ms-linear-gradient(45deg, rgba(0,114,255,0.13), rgba(0,0,0,0));background-image: -o-linear-gradient(45deg, rgba(0,114,255,0.13), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0072ff21', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0072ff21', endColorstr='#00000000' );";background-image: linear-gradient(45deg, rgba(0,114,255,0.13), rgba(0,0,0,0));background-size:auto !important;display:block; }#HavKOlaLMQTIp7A94T8TMFkmaUNyhEqC > .row .container { background-color: transparent; background-image: none; }#HavKOlaLMQTIp7A94T8TMFkmaUNyhEqC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HavKOlaLMQTIp7A94T8TMFkmaUNyhEqC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HavKOlaLMQTIp7A94T8TMFkmaUNyhEqC > .row .container > .video-iframe-container { display: none; }#HavKOlaLMQTIp7A94T8TMFkmaUNyhEqC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HavKOlaLMQTIp7A94T8TMFkmaUNyhEqC > .row > .video-iframe-container { display: none; }#HavKOlaLMQTIp7A94T8TMFkmaUNyhEqC > .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); }#HavKOlaLMQTIp7A94T8TMFkmaUNyhEqC > .row .container { width:20rem;height:6.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fwqm50o7nm2hDHAy4S5Cw7ldFcJTR0Ix { width:10rem;height:3.375rem;top:0.625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnvoFOci3CP7lmZtt4SvU1FF0Wft2SHP { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/24669311-bcf6-4f22-811b-4909e3f1e8cd/stationhouseinside.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#GnvoFOci3CP7lmZtt4SvU1FF0Wft2SHP.adaptive-delivery-prevent-bg, #GnvoFOci3CP7lmZtt4SvU1FF0Wft2SHP.lazyload, #GnvoFOci3CP7lmZtt4SvU1FF0Wft2SHP.lazyloading { background-image: none; }#GnvoFOci3CP7lmZtt4SvU1FF0Wft2SHP > .row .container { background-color: transparent; background-image: none; }#GnvoFOci3CP7lmZtt4SvU1FF0Wft2SHP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.46); }#GnvoFOci3CP7lmZtt4SvU1FF0Wft2SHP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GnvoFOci3CP7lmZtt4SvU1FF0Wft2SHP > .row .container > .video-iframe-container { display: none; }#GnvoFOci3CP7lmZtt4SvU1FF0Wft2SHP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.46); }#GnvoFOci3CP7lmZtt4SvU1FF0Wft2SHP > .row > .video-iframe-container { display: none; }#GnvoFOci3CP7lmZtt4SvU1FF0Wft2SHP > .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); }#GnvoFOci3CP7lmZtt4SvU1FF0Wft2SHP > .row .container { width:20rem;height:24.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cDhI6WRktGHtJ223mXhD7U93zKZ9eh6K { width:20rem;height:8.125rem;top:6.87890625rem;left:0rem;text-align:center;text-align-last:center;font-size:6.25rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #NiC1ud8qKZAyHW2CrRoywTCT2FhZ581J { width:20rem;height:1.3808625rem;top:6.25390625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuZGELmCvDoa55tmC7UcWf3GfCo9bRgf { width:11.6875rem;height:13.25rem;top:11.2421875rem;left:4.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wu7OomeiaGtFbGb7O2ooacKrLDSiZTZA { width:20rem;height:1.70605625rem;top:3.7548828125rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #R0y6HeIg6LF3dnLE7MW8twggwMTnrdb9 { display:block; }#R0y6HeIg6LF3dnLE7MW8twggwMTnrdb9 > .row .container { width:20rem;height:16.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DwXTGogkzErsOeXzKuCpbo2Hr6M5pXiF { width:20rem;height:2.5996125rem;top:2.8681640625rem;left:0rem;font-size:1rem;font-family:ubuntu;display:block; }
 }@media only screen and (max-width: 763px) { #hXm9WofwE7eC8OXKp9QzLk3hWlCfbw2S { width:12.75rem;height:2.4375rem;top:9.7802734375rem;left:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQSon2kUNxK63tsLKU0llKux0WydVeEK { display:block; }
 }@media only screen and (max-width: 763px) { #awxlZEFfsTSBe0zZi2ZVLUTh1TkrnVAv { display:block; }#awxlZEFfsTSBe0zZi2ZVLUTh1TkrnVAv > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G914mVSEE478H1EqoMlOTh2SX76kkPfn { width:20rem;height:1.54296875rem;top:1.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJJBkUGfbfEolBN2GKRiRP69Z87fazkH { display:block; }#SJJBkUGfbfEolBN2GKRiRP69Z87fazkH > .row .container { width:20rem;height:81.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UuqFq0XEUqCPEWlz6uGIcuUgudiQO63i { width:16.4375rem;height:8.49609375rem;top:25.6484375rem;left:1.78125rem;text-align:left;text-align-last:left;color:rgba(var(--color-primary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #yx7zFaTZwvq5quICVvUumT480EH3bTQk { width:12.5rem;height:2.9746125rem;top:19.125rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tF2y7Cxs69WsLSsWPI8VEEqpv0icTrlr { width:19.875rem;height:1.29980625rem;top:4.8125rem;left:0.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d1k5KmoD0yTWeDyPdc7iZV3MI6qMg4Wd { width:18.9375rem;height:35.125rem;top:3rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x275DOkhn91DcbeO9ECnqPDwSWb0QW51 { width:2.9375rem;height:11.625rem;top:7.5rem;left:8.53125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bnRFvrLyewbRiWZy7Urox2IgC7WXkF6c { width:18.9375rem;height:39.5625rem;top:40.3125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bF5VsiGJuhmI9zaw9KTRSVzQPvBT2Gt5 { width:16.125rem;height:11.8945rem;top:59.75rem;left:1.9375rem;text-align:left;text-align-last:left;color:rgba(var(--color-primary-4),1);font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyIc74Mai6vdOdS4RyLBgH1FEbC1tA6v { width:19.875rem;height:1.69921875rem;top:54rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V0U0RzDOSM5V8Wg3UACxiWtkB9wD4GJT { width:19.875rem;height:1.29980625rem;top:52.6875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oekLXXn0R3OTK5Dly0Qbd61qmSCvwZzL { width:10.5625rem;height:8.875rem;top:42.6875rem;left:4.75rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HEOipMA6nHmRNqILRskbZ96KrPJyuC1y { display:block; }#HEOipMA6nHmRNqILRskbZ96KrPJyuC1y > .row .container { width:20rem;height:16.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FZiGFC4FKoThVMG4d9fHAcHyn7qHubwn { width:19.875rem;height:1.29980625rem;top:3.9375rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wexJ0E0i4PlTC46n8h4cdwMeymKB7HX5 { display:flex;width:3.125rem;height:3.125rem;top:5.9375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #GVJZbaO8DZIQXb3N524y3czCTzKarBID { width:20rem;height:11rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s87VOc1XzfRQAo9Uc8lDmrBKiHaPcudJ { width:17.5rem;height:1.94921875rem;top:10.1875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.5rem;font-weight:700;font-style:normal;color:#193768;display:block; }
 }@media only screen and (max-width: 763px) { #K10FmrJvbuKIgsWwAVGaTdwuO5kCb1TK { display:block; }#K10FmrJvbuKIgsWwAVGaTdwuO5kCb1TK > .row .container { width:20rem;height:43.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f0PwSR0oCJT88BkG3LVmCcTXEy7by8ff { width:20rem;height:41.1875rem;top:1.0625rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-0),0.18));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-0),0.18));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-0),0.18));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-0),0.18));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-secondary-0),0.18)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-secondary-0),0.18)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-0),0.18));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #iJwuFmRl74CCNGOd3buPBwlmZd9K43kp { width:14.6875rem;height:2.9375rem;top:36.75rem;left:2.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8pKqMTHhxpWvaOM6ceCPUv5krZ0Z0UC { display:block; }
 }@media only screen and (max-width: 763px) { #mT5i6dLskVQkpTKD7pGdlL8fI1mv7aZH { width:17rem;height:11.7578125rem;top:18.0625rem;left:1.5rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#mT5i6dLskVQkpTKD7pGdlL8fI1mv7aZH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3ac0a121fc0733191a8b9488602a8d52.svg); }
 }@media only screen and (max-width: 763px) { #H7icb1xZ306O4SnrStJuB65Ldcbegi38 { width:20rem;height:1.29980625rem;top:3.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTaz9KAbOc2WZOFOGb2HTgCCQDHxN1au { width:12.5rem;height:1.29980625rem;top:15.375rem;left:3.75rem;font-size:1rem;color:rgba(var(--color-tertiary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #Zcl1JXTT93T9MC6a6lqrTBeCgfO7X6Mb { width:17.1875rem;height:2.5996125rem;top:6.9375rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PS7e1W2DSAgQdtnGVHuo3WmVFPznWA3Q { width:15.5625rem;height:2.76171875rem;top:10.75rem;left:1.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aebln1ezhctTJddI1F5SBQgIhTErJB6x { display:block; }#aebln1ezhctTJddI1F5SBQgIhTErJB6x > .row .container { width:20rem;height:52rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MEzLx4WJ7mbT5ezzq5ExWmAmNsptqyqX { width:20rem;height:41.4375rem;top:5.3125rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-0),0.19));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-0),0.19));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-0),0.19));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-0),0.19));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-secondary-0),0.19)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-secondary-0),0.19)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-0),0.19));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #GTV4gteLk1voDgcWfErBQrxpLe4Zbx80 { width:14.6875rem;height:2.9375rem;top:41.25rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZt6li5so1Zym25W2wteiSkhg9Qeqq9O { display:block; }
 }@media only screen and (max-width: 763px) { #MZE85LTcBWbeVBkV9LOJHUIvZJQxC8iE { width:18.125rem;height:13.457rem;top:21.8125rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }#MZE85LTcBWbeVBkV9LOJHUIvZJQxC8iE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3ac0a121fc0733191a8b9488602a8d52.svg); }
 }@media only screen and (max-width: 763px) { #qpRgSEm1MdGLzoxNA8BeC4wX8O6h1POt { width:20rem;height:1.29980625rem;top:8.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSk14NqwNu16AH6MqXKm0NXznOJfLby8 { width:12.5rem;height:1.29980625rem;top:18.1875rem;left:3.75rem;font-size:1rem;color:rgba(var(--color-tertiary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #Da1C65IqVfMuPDoUXMfTh9a7q3IgcNGH { width:17.25rem;height:2.5996125rem;top:10.4375rem;left:1.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qpy04R5cycuUeBJ3CCkTlPmpxr7cJ2Oc { width:17.625rem;height:1.3808625rem;top:14.5rem;left:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9hfcINkNdlmP32emTI9iXrnE0JzJqzz { display:block; }#P9hfcINkNdlmP32emTI9iXrnE0JzJqzz > .row .container { width:20rem;height:10.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VtdHfonvBMwsQ8cuMoZTCSqTlRb43vtu { width:2.5rem;height:0.125rem;top:7.75rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9uQyuU8p6MgIZatlk0EzlinAFZzL2F5 { width:20rem;height:4.46875rem;top:2.75rem;left:0rem;text-align:center;text-align-last:center;font-size:3.4375rem;color:rgba(var(--color-tertiary-3),0.3);display:block; }
 }@media only screen and (max-width: 763px) { #b2leByJCKeOlqwfe8S2cTBA09OItG7Qw { display:block; }#b2leByJCKeOlqwfe8S2cTBA09OItG7Qw > .row .container { width:20rem;height:33.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oWa08wrDNIeRr0fEdNfL33qbK2H3co47 { width:18.9375rem;height:8.75rem;top:0rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUZOVE2zchxMnISxBpVnQrmUKRTRFNpR { width:17.5rem;height:2.5996125rem;top:2.125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgcvaXq8vXpkPfvEURCZ7pBfsPo1imyF { width:17.5rem;height:1.29980625rem;top:5.4375rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XiTTnb9T8VLD1EAePcrWzFHOnZOrBkGQ { width:18.9375rem;height:8.75rem;top:10.625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xg49DGm5mHK9JvhI6WzVb2G0TtfFBF2f { width:17.5rem;height:2.5996125rem;top:12.8125rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPRhIIt7DloSUDzpTKeAkZy3RkrkZoIs { width:17.5rem;height:1.29980625rem;top:15.9375rem;left:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FoZxkgT5Pa8seDfPDucStU2bnPwmG38b { width:18.9375rem;height:8.75rem;top:21.25rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbBKVha8y0xQLHtMzHnUSW7hB9DMB0cG { width:17.5rem;height:2.5996125rem;top:23.375rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlhMe8yX3KED0eRkDQcHxHLOVFez8zgN { width:17.5rem;height:1.29980625rem;top:26.5625rem;left:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y9hd7g70xJcJFcTIcOD084xbe9aH3wsk { display:block; }#y9hd7g70xJcJFcTIcOD084xbe9aH3wsk > .row .container { width:20rem;height:44.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DX9SUGNWc1aFla7RCHmOBqOzBUuIzCVE { width:20rem;height:22.625rem;top:18.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZVtLukgh87qFTI8TJkneHxgG3q05yTR { width:19.5625rem;height:1.29980625rem;top:24.125rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mzmmW4pBFlclOvngL7ISCkn2AFNcoKin { width:20rem;height:1.29980625rem;top:21.5625rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vFOZJMleSKZiLfFhiv1dTLuo99ycUEqx { width:20rem;height:1.54296875rem;top:19.375rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dzswek8k6ThgH6ASkrBlHodA8hPQu5Qw { width:12.6875rem;height:12.8125rem;top:3.0625rem;left:3.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEDeXZx5EucJUDEED4kJKARaBPFubidS { width:1.125rem;height:1.125rem;top:24.125rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEJyW2nPdXZOuz0wnurRIsz0Kfu0WNKA { width:1.125rem;height:1.125rem;top:24.1875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMWHhv7ua3bc0b0dTiN9ToL0ESmyHV3e { width:1.125rem;height:1.125rem;top:24.1875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPRncagRpoZrFkHnqfKlgf3VOuASeXq5 { width:1.125rem;height:1.125rem;top:24.1875rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaDz5XHNxdd4uPSzr5ChTWdzNwiSuhvo { width:1.125rem;height:1.125rem;top:24.1875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcsWn98xmGn9JiZHg2xgPXUr8Ndq2u2N { width:18.75rem;height:4.546875rem;top:27.5625rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHMAbtiXCLpJZsppgD3n18Vq7DN2bT7q { width:16.25rem;height:2.2734375rem;top:36.296875rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4uGdmOz7zSBlGr7lDUan0e30VnyM1pP { display:block; }#C4uGdmOz7zSBlGr7lDUan0e30VnyM1pP > .row .container { width:20rem;height:11.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GBIMWAR92W4mpECBF6TadKLIIqbBZDp9 { width:20rem;height:2.2744125rem;top:2.896484375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtTa78bFxUEs8BbOmCqqfLN75cqhWEpE { display:block; }#gtTa78bFxUEs8BbOmCqqfLN75cqhWEpE > .row .container { width:20rem;height:42.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fMT6vTrGAb65T9eCd74wXXRCxUy8A2Hw { width:20rem;height:2.923825rem;top:7.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJSVtsqaDGZU6xQQLruycCGyCokwaiGn { width:10.5rem;height:2rem;top:38.375rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggyB0ei28o1CxcWZv9zEFIHNxNrJIdUV { display:block; }
 }@media only screen and (max-width: 763px) { #zZ5teW35oUscbD6Fhv8zXrETRVQuwqK0 { width:8.625rem;height:12.375rem;top:12.1875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7muyQ03IfJ7MBrR53yEpTog8qTb7Pe0 { width:20rem;height:5.8125rem;top:25.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }#s7muyQ03IfJ7MBrR53yEpTog8qTb7Pe0 li:before{  }
 }@media only screen and (max-width: 763px) { #Rz8wpHM6eao6olWEKCB1c8fD54G76fV5 { width:20rem;height:2.4375rem;top:2rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnN3AE2uExNUZLUfbJQKPS5INOg9vuhG { display:block; }#xnN3AE2uExNUZLUfbJQKPS5INOg9vuhG > .row .container { width:20rem;height:31.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zAtSWtaB74uqTHekygPk60tsn4BrpN6e { width:20rem;height:1.4619125rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzs49JzQXMZo2mXmBte30oeSHNoKr03I { width:20rem;height:4.875rem;top:7.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilBTsTTbnWFtSrOOP15A3L6iiBtXK4Q1 { width:20rem;height:1.29980625rem;top:17.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJlkZe4ovZeUt2X892iklm4uc46R0FNG { width:12.75rem;height:2.4375rem;top:23.3125rem;left:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nifgIDTtCleBtqltC1UNCVLNFW8X6BHE { display:block; }
 }@media only screen and (max-width: 763px) { #V2oxMmwfOFdoEXOi13tCvDuqrRtvkkuZ { display:block; }#V2oxMmwfOFdoEXOi13tCvDuqrRtvkkuZ > .row .container { width:20rem;height:87.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PcoLJTGg9t5xfWeFZwzR2WZOffyArHEv { width:20rem;height:1.13671875rem;top:4.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRhrzD5ErSVBCkgdfrwWxCPG0uzsvd5J { width:20rem;height:2.1933625rem;top:1.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQvTX2Buk1s0RZcUslKXiuOx7gImlsAf { width:7.6875rem;height:3.75rem;top:10.005859375rem;left:6.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dI48xdFS03Dx9Dc9PgxR6NNGQzd28zTb { width:19rem;height:3.4375rem;top:77.3037109375rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMiscrdcy3aT4TnM0xRfTSiDkdBg4tSQ { display:block; }
 }@media only screen and (max-width: 763px) { #aOGCAluFIwmg89iB87FdBNDEZa5x634g { width:20rem;height:20rem;top:51.8662109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvTscWB3lP9Q2cE03lWXavlOFNygNvKt { width:20rem;height:2.923825rem;top:16.880859375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ro7daN6RVInJx5bRUVSIiTMm875WPWcp { width:20rem;height:14.985375rem;top:23.505859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaP5UfEqfwoSapZvK2iyR458nFzT4l8F { width:20rem;height:5.84765625rem;top:40.8662109375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHID1z8qxzuGTgUbODIWc049xxUxT2w2 { display:block; }#wHID1z8qxzuGTgUbODIWc049xxUxT2w2 > .row .container { width:20rem;height:15.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C29k1SMfyp2aK4M46ViwdQPolAQGWEcb { width:20rem;height:5.68359375rem;top:4.3115234375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }