.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:247,229,215;--color-primary-1:240,202,141;--color-primary-2:214,123,54;--color-primary-3:128,74,32;--color-primary-4:43,25,11;--color-secondary-0:239,222,227;--color-secondary-1:203,145,161;--color-secondary-2:151,35,66;--color-secondary-3:76,18,33;--color-secondary-4:23,5,10;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:Cera Pro;--paragraphs-font-family:Cera Pro; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kq5A92z5CMvVs9MdTLcvK1cT6rCNRmAh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kq5A92z5CMvVs9MdTLcvK1cT6rCNRmAh > .row .container { background-color: transparent; background-image: none; }#kq5A92z5CMvVs9MdTLcvK1cT6rCNRmAh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kq5A92z5CMvVs9MdTLcvK1cT6rCNRmAh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kq5A92z5CMvVs9MdTLcvK1cT6rCNRmAh > .row .container > .video-iframe-container { display: none; }#kq5A92z5CMvVs9MdTLcvK1cT6rCNRmAh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kq5A92z5CMvVs9MdTLcvK1cT6rCNRmAh > .row > .video-iframe-container { display: none; }#kq5A92z5CMvVs9MdTLcvK1cT6rCNRmAh > .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); }#kq5A92z5CMvVs9MdTLcvK1cT6rCNRmAh > .row .container { border-width: 0; border-radius: 0; }#kq5A92z5CMvVs9MdTLcvK1cT6rCNRmAh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kq5A92z5CMvVs9MdTLcvK1cT6rCNRmAh > .row .container { font-size:0.875rem;font-family:arial;height:64.8125rem;width:75rem;position:relative;display:block; }#AJLnxQWV0xp0Got5w4vW4HvaFQaTveyi { position:absolute;display:block;z-index:15000;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:17.1875rem;width:22.0625rem;top:4.3740234375rem;left:0.6884765625rem;overflow:hidden;display:block; }
#gxhRJfZ9FbQ89QO7hV3B9dhC1fIUuvNt { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem -0.1875rem 0.625rem rgba(59,31,24,0.2) ;height:5.625rem;width:11.25rem;top:6.375rem;left:25.1875rem;display:block; }
#ZQ1QpfgdhGm2crCFWWSf4JfaCBgUlWBR { color:rgba(var(--color-tertiary-0),1);display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15036;line-height:1.1;letter-spacing:0;top:13.8125rem;left:24rem;height:4.94791875rem;font-style:normal;display:block; }
#ANqR8SpCmxC6Z5WgDKMuWflzRMl1XW6o { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.25rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:5.8116321563721rem;left:25.750001907349rem;height:6.824rem;font-style:normal;display:block; }
#BMsTDa3csTJHusoJMSstVeJo6MgHyV8Q { color:#050b1a;display:block;width:5.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:9.625rem;left:31.5625rem;height:1.7068125rem;font-style:normal;display:block; }
#SxUhIeKz81mPtmkmThaiuD8Jm1Lfchmz { color:#050b1a;display:block;width:5.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:6.3125rem;left:31.875rem;height:4.224175rem;font-style:normal;display:block; }
#Ts0UT1hstVwuydB0Cz8gZCzIqk7ZMtRK { color:rgba(var(--color-tertiary-0),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15045;line-height:1.2;letter-spacing:0;top:50.1875rem;left:26.125rem;height:1.79904375rem;font-style:normal;display:block; }
#NBklTLG2FBIil1zzehSbSSNVu92pCOXR { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.625rem;width:11.25rem;top:45.625rem;left:26.125rem;display:block; }
#BVGtM6hggU65o5DlyFQ1uxFbVkzqE4Ro { color:rgba(var(--color-tertiary-4),1);display:block;width:7.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:46.1875rem;left:27.9375rem;height:1.86889375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qHqKBfTWrLXVV6UcBDTr0fQGKKy0A7RE { position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5.625rem;width:11.25rem;top:40.3125rem;left:26.125rem;display:block; }
#yi1dbtpVZ8TlRfc9Td6t9IgB1grynN41 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.25rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:40.125rem;left:26.75rem;height:6.824rem;font-style:normal;display:block; }
#LDuaDwG0A4Z7eeSehVaImGDwxgznsoK9 { color:#050b1a;display:block;width:5.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:43.9375rem;left:32.5625rem;height:1.7068125rem;font-style:normal;display:block; }
#CWLRImCcF5QIl9hO0cAXhtpF4Ok2USMn { position:absolute;display:block;z-index:15009;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:21rem;width:23.625rem;top:37.75rem;left:1.90625rem;overflow:hidden;display:block; }
#tR1AJhVmD6WHk7QJICWs3mmcuBVoJG1g { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15054;line-height:1.2;letter-spacing:0;top:35.25rem;left:47.875rem;height:1.79904375rem;font-style:normal;display:block; }
#UfEO2r8FWZFqAK6ATTO0ZDMmtK5r0K3Q { position:absolute;display:block;z-index:15018;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:23.9375rem;width:29.4375rem;top:0.8125rem;left:43.173806179775rem;overflow:hidden;display:block; }
#kEA4D3bISqvwakXthMS9Q8hHh9UHBTPL { position:absolute;display:block;z-index:14998;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:24.125rem;top:14.9375rem;left:0rem;overflow:hidden;display:block; }
#U4uMEQLwEW9mN9UlTQVw9KgowXgXMxl5 { position:absolute;display:block;z-index:15013;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.875rem;width:6.9375rem;top:26.287109375rem;left:8.3134765625rem;overflow:hidden;display:block; }
#ZiXIKH0Vs40dNK4GV3JHileV05UQWnud { position:absolute;display:block;z-index:15057;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:4.625rem;width:11.1875rem;top:3.7500002384186rem;left:23.936632156372rem;overflow:hidden;display:block; }
#dbbJDbnTREglTr3RfeKbi5mEJSMFZhfN { position:absolute;display:block;z-index:15059;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:4.625rem;width:11.1875rem;top:38.124568939209rem;left:24.874132156372rem;overflow:hidden;display:block; }
#btO3Q2hcDmzOqOqNhrkovKRuDn7VZKKh { position:absolute;display:block;z-index:15013;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.875rem;width:6.9375rem;top:2.662109375rem;left:68.0625rem;overflow:hidden;display:none; }
#wpK1zBTUIA1rOdm1z2Ir6U6zHei4dwvb { color:rgba(var(--color-tertiary-0),1);display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:22.5625rem;left:24rem;height:6.4756875rem;font-style:normal;display:block; }#wpK1zBTUIA1rOdm1z2Ir6U6zHei4dwvb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wpK1zBTUIA1rOdm1z2Ir6U6zHei4dwvb li:before{  }
#TTlhD0gl3lqtXuoWD8C1b1AT9Um8Ir2S { color:rgba(var(--color-tertiary-0),1);display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15047;line-height:1.2;letter-spacing:0;top:37.875rem;left:47.875rem;height:4.36198125rem;font-style:normal;display:block; }#TTlhD0gl3lqtXuoWD8C1b1AT9Um8Ir2S li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TTlhD0gl3lqtXuoWD8C1b1AT9Um8Ir2S li:before{  }
#xko4em5VVm1gzqbbWQV01NlOklF2ZdOh { position:absolute;display:block;z-index:14999;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.25rem;width:25.125rem;top:18.625rem;left:46.4375rem;overflow:hidden;display:block; }
#ZDici3of4E1WwlOpc2Knc1whhANHqs4W { position:absolute;display:block;z-index:14999;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.75rem;width:26.5625rem;top:55rem;left:0.6884765625rem;overflow:hidden;display:block; }
#FXdmJ6gxwbTUFqbepvOZovn2LCqzaUCR { color:rgba(var(--color-tertiary-0),1);display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:20.625rem;left:24rem;height:1.462675rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rypQIVCTRvavUQFLvH1q7JrCz1vCQLa5 { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem -0.1875rem 0.625rem rgba(59,31,24,0.2) ;height:5.625rem;width:11.25rem;top:28.9375rem;left:47.6875rem;display:block; }
#qQbm7TTs1eOyo2KHPorbxGgBTIMAR1q2 { color:#050b1a;display:block;width:5.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:32.1875rem;left:54.0625rem;height:1.7068125rem;font-style:normal;display:block; }
#oUQ8Rmx41DigZHAVPh7Fu287fK0zAvIq { color:#050b1a;display:block;width:5.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:28.875rem;left:54.375rem;height:4.224175rem;font-style:normal;display:block; }
#GdluAWPnqQsHgzNKCXe9n4Fr1M24Et68 { position:absolute;display:block;z-index:15062;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:4.625rem;width:11.1875rem;top:26.374349594116rem;left:46.436632156372rem;overflow:hidden;display:block; }
#Jp1XPqOr83eBVGsZCaiPloTlmTO5D4Xb { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.25rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:28.374567031861rem;left:48.250001907349rem;height:6.824rem;font-style:normal;display:block; }
#QoNxlTmEG1KpLh82MtvccHyy8WHkwRBZ { color:rgba(var(--color-tertiary-0),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15048;line-height:1.2;letter-spacing:0;top:53.4375rem;left:25.5625rem;height:6.02430625rem;font-style:normal;display:block; }#QoNxlTmEG1KpLh82MtvccHyy8WHkwRBZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QoNxlTmEG1KpLh82MtvccHyy8WHkwRBZ li:before{  }
#yuN6ua1UbGzKuG9TRGnDnuhVROmIaZ2K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7557d5;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; }#yuN6ua1UbGzKuG9TRGnDnuhVROmIaZ2K > .row .container { background-color: transparent; background-image: none; }#yuN6ua1UbGzKuG9TRGnDnuhVROmIaZ2K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yuN6ua1UbGzKuG9TRGnDnuhVROmIaZ2K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yuN6ua1UbGzKuG9TRGnDnuhVROmIaZ2K > .row .container > .video-iframe-container { display: none; }#yuN6ua1UbGzKuG9TRGnDnuhVROmIaZ2K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yuN6ua1UbGzKuG9TRGnDnuhVROmIaZ2K > .row > .video-iframe-container { display: none; }#yuN6ua1UbGzKuG9TRGnDnuhVROmIaZ2K > .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); }#yuN6ua1UbGzKuG9TRGnDnuhVROmIaZ2K > .row .container { border-width: 0; border-radius: 0; }#yuN6ua1UbGzKuG9TRGnDnuhVROmIaZ2K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yuN6ua1UbGzKuG9TRGnDnuhVROmIaZ2K > .row .container { font-size:0.875rem;font-family:arial;height:96.1875rem;width:75rem;position:relative;display:block; }#TKphnqnGML1fqd5IHmZzWaV8EzVDq0UA { position:absolute;display:block;z-index:15000;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:15.9375rem;width:18.18725rem;top:8.2177734375rem;left:3.24951171875rem;overflow:hidden;display:block; }
#rlGgt052Tq4qJ7NkeQULEvaR38fVsX7q { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem -0.1875rem 0.625rem rgba(59,31,24,0.2) ;height:5.625rem;width:11.25rem;top:31rem;left:3.25rem;display:block; }
#DGuE2FU4AQCJuLBJBSkTUC8Cx9b4kGpS { color:rgba(var(--color-tertiary-0),1);display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15036;line-height:1.1;letter-spacing:0;top:31.1875rem;left:16.3125rem;height:1.64930625rem;font-style:normal;display:block; }
#w7vQcXT2WTWwBBDDJDR7Z0hslC9lCKFi { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.25rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:30.437286376953rem;left:3.8745670318604rem;height:6.824rem;font-style:normal;display:block; }
#gy9EXLRP5MFULkVUUVLTRvZJe0D3yuIr { color:#050b1a;display:block;width:5.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:34.25rem;left:9.625rem;height:1.7068125rem;font-style:normal;display:block; }
#GVGp8ReqdgmJz4XuTN3e9ivinUFnAQTq { color:#050b1a;display:block;width:5.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:30.9375rem;left:9.9375rem;height:4.224175rem;font-style:normal;display:block; }
#kVBCp2SOwNiu5ZkiqaGOBrA7BSH2yOE9 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15045;line-height:1.2;letter-spacing:0;top:74.8125rem;left:5.9375rem;height:1.79904375rem;font-style:normal;display:block; }
#A8fy5CE0VnsivMaffude2X09MKLuuTdq { position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5.625rem;width:11.25rem;top:67.9375rem;left:5.875rem;display:block; }
#ukAWz0VJAEt7eMoVbp9l9c6KPOB9zx5W { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.25rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:67.75rem;left:6.5rem;height:6.824rem;font-style:normal;display:block; }
#aDmCg9kSPViEK65LlnJIzkeTGtTXrWga { color:#050b1a;display:block;width:5.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:71.5625rem;left:12.3125rem;height:1.7068125rem;font-style:normal;display:block; }
#hT6yCei2cwRi0TOFx2KJW05RHXU2RmMw { color:#050b1a;display:block;width:4.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:68.25rem;left:13.0625rem;height:4.224175rem;font-style:normal;display:block; }
#OUWHRgnb88i855HTgKEhGrdyRtMW3a4p { position:absolute;display:block;z-index:15009;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:25.874rem;width:26.8115rem;top:39.5rem;left:7.6875rem;overflow:hidden;display:block; }
#H4FilOz4DUMGkO00evtGTSGbAp3lg061 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15054;line-height:1.2;letter-spacing:0;top:16.4375rem;left:58.9375rem;height:1.79904375rem;font-style:normal;display:block; }
#L4r7xk2ErlktIg5Ut6aTfag8cTBKOvJz { color:#050b1a;display:block;width:5.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:7.5625rem;left:65.3125rem;height:4.224175rem;font-style:normal;display:block; }
#hGafye9zmbcgiOCATkqD3ygnCywMiUTA { position:absolute;display:block;z-index:15040;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5.625rem;width:11.25rem;top:7.375rem;left:58.9375rem;display:block; }
#H1c4JNoUauzJhNhr1ReRcLvTAXDfHKo8 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.25rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:7.0616302490238rem;left:59.312501907349rem;height:6.824rem;font-style:normal;display:block; }
#W0QTzpWqUGCck9Hx2fWE6kBruOgxezEe { color:#050b1a;display:block;width:5.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15049;line-height:1.3;letter-spacing:0;top:10.875rem;left:65.125rem;height:1.7068125rem;font-style:normal;display:block; }
#SedD6pGuQ7Nle0TWcmcC9OvIBooznD9s { position:absolute;display:block;z-index:15018;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:26.3125rem;width:26.6875rem;top:1.59375rem;left:29.182740066225rem;overflow:hidden;display:block; }
#xCTkK7vCdogs98JRfSpiWZhiJOQsCles { position:absolute;display:block;z-index:14998;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:5.561525rem;width:21.499rem;top:21.624755859375rem;left:1.654052734375rem;overflow:hidden;display:block; }
#Jy7EmpFgiTegfIxsVA658JNFfFVXT3qG { position:absolute;display:block;z-index:15000;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:7.24975rem;width:28.75rem;top:59.6875rem;left:7.6875rem;overflow:hidden;display:block; }
#Rhsfe5DghT9slF4oITZVIO4VtnSg3TEH { position:absolute;display:block;z-index:15013;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.875rem;width:6.9375rem;top:5.3125rem;left:37.0625rem;overflow:hidden;display:block; }
#KOMt7VBtVgk9tHc1PL1TKTm8pJqVGS4F { position:absolute;display:block;z-index:15000;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.875rem;width:28.8745rem;top:22.75rem;left:30.0625rem;overflow:hidden;display:block; }
#c2c1oRGX5aZy9Mlx71mWq9SKZ7b0dTmp { position:absolute;display:block;z-index:15057;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:4.625rem;width:11.1875rem;top:28.374565124512rem;left:1.9997844696045rem;overflow:hidden;display:block; }
#b4zfUU27yXlQG5S1z20i8W353uE9ER6c { position:absolute;display:block;z-index:15058;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:4.625rem;width:11.1875rem;top:4.7495651245117rem;left:57.686632156372rem;overflow:hidden;display:block; }
#OqQwTHumxaa4o5vgLJsigbin7U3cppyq { position:absolute;display:block;z-index:15059;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:4.625rem;width:11.1875rem;top:65.499359130863rem;left:4.6245670318604rem;overflow:hidden;display:block; }
#vKIDTF5MSlzF7uSs673apPlzw780dCrJ { position:absolute;display:block;z-index:15041;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5.625rem;width:11.25rem;top:67.499130249025rem;left:44.375001907349rem;display:block; }
#t9KC4afS74KKLVasao85qEABKyPqVbE1 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.25rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:67.1875rem;left:45rem;height:6.824rem;font-style:normal;display:block; }
#nGXeS1B1UH17s3quiK46NAUoLiJbCDJz { color:#050b1a;display:block;width:4.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:67.6875rem;left:53.75rem;height:4.2246125rem;font-style:normal;display:block; }
#FtTJCeUQrT04F9rRsSXhFygM2LkaXvev { position:absolute;display:block;z-index:15069;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:4.625rem;width:11.1875rem;top:64.93728637695rem;left:43.125001907349rem;overflow:hidden;display:block; }
#Tcv2TqeAm2ewemd60Uwxda2VGoPlxtK0 { color:rgba(var(--color-tertiary-0),1);display:block;width:23.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15055;line-height:1.2;letter-spacing:0;top:76.0625rem;left:44.3125rem;height:3.5980875rem;font-style:normal;display:block; }
#FxPVVcI3TAXpDkgiQVamZbZdUXpHMyAf { position:absolute;display:block;z-index:15031;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.625rem;width:11.25rem;top:72.6875rem;left:44.375rem;display:block; }
#kP3QAa3kpIb2rs9HqhfHmMdNcIFG3yUT { color:rgba(var(--color-tertiary-4),1);display:block;width:7.9373125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:73.264324188231rem;left:45.905817031861rem;height:1.8684875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#o4b6GGtKDvp8sNHzVsoRoxuHV6RaORvQ { color:#050b1a;display:block;width:5.56206875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15050;line-height:1.3;letter-spacing:0;top:71.1250038147rem;left:50.687936782837rem;height:1.7068125rem;font-style:normal;display:block; }
#IDvedrHMbZ6eZTsAKfcgh2A0hRuvIMyC { position:absolute;display:block;z-index:15019;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:25.625rem;width:28rem;top:40.125rem;left:45.375rem;overflow:hidden;display:block; }
#yZz7xmeDKWJphHoxdHEuV8tNCvfxmF2z { position:absolute;display:block;z-index:15010;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:5.875rem;width:24.0625rem;top:61rem;left:46.75rem;overflow:hidden;display:block; }
#USx8aKJuMmqkWuFMbV7u835ksioonwcf { color:rgba(var(--color-tertiary-0),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15046;line-height:1.2;letter-spacing:0;top:83.1875rem;left:5.9375rem;height:4.67448125rem;font-style:normal;display:block; }#USx8aKJuMmqkWuFMbV7u835ksioonwcf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#USx8aKJuMmqkWuFMbV7u835ksioonwcf li:before{  }
#tfF8ZPTg0qEHlqqNQiVhnRyLERQNp2MF { position:absolute;display:block;z-index:15013;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.875rem;width:6.9375rem;top:2.662109375rem;left:68.0625rem;overflow:hidden;display:none; }
#TFtuAJ1SSpQRp1AUoKTKzy1LAZCH5cHS { color:rgba(var(--color-tertiary-0),1);display:block;width:13.18725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15037;line-height:1.1;letter-spacing:0;top:33.875rem;left:16.25rem;height:2.47395625rem;font-style:normal;display:block; }#TFtuAJ1SSpQRp1AUoKTKzy1LAZCH5cHS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TFtuAJ1SSpQRp1AUoKTKzy1LAZCH5cHS li:before{  }
#RdCrw4lCP7HdUQAfr7pkZDo5K8XHo2Ey { color:rgba(var(--color-tertiary-0),1);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15038;line-height:1.1;letter-spacing:0;top:18.6875rem;left:59.0625rem;height:3.71094375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qpC6SdiyrARCuAPcfEhbRw1CQTxckqUb { color:rgba(var(--color-tertiary-0),1);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15039;line-height:1.1;letter-spacing:0;top:24.8125rem;left:59.0625rem;height:7.434875rem;font-style:normal;display:block; }#qpC6SdiyrARCuAPcfEhbRw1CQTxckqUb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qpC6SdiyrARCuAPcfEhbRw1CQTxckqUb li:before{  }
#Eq9TOpTskNnApMtVcNDDWRdMaToXr5Ri { color:rgba(var(--color-tertiary-0),1);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15041;line-height:1.1;letter-spacing:0;top:22.3125rem;left:59.0625rem;height:2.4739625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#C6pSJOXaeVLnTCy8KBwTm4gzWffqP3Vt { color:rgba(var(--color-tertiary-0),1);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15040;line-height:1.1;letter-spacing:0;top:77rem;left:5.9375rem;height:3.71094375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kFBlzmAk4gUKWZQ6gA5KcNiqVGq90wBG { color:rgba(var(--color-tertiary-0),1);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15043;line-height:1.1;letter-spacing:0;top:80.75rem;left:5.9375rem;height:2.4739625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QJL48sJT6KBM24OXlky1GuSBf4odThfy { color:rgba(var(--color-tertiary-0),1);display:block;width:29.24925rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15047;line-height:1.2;letter-spacing:0;top:80.6875rem;left:44.1875rem;height:6.02430625rem;font-style:normal;display:block; }#QJL48sJT6KBM24OXlky1GuSBf4odThfy li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QJL48sJT6KBM24OXlky1GuSBf4odThfy li:before{  }
#BD0eK8UgWsQiZVcRvT0WvptV8zlqlDLc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5b8990;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; }#BD0eK8UgWsQiZVcRvT0WvptV8zlqlDLc > .row .container { background-color: transparent; background-image: none; }#BD0eK8UgWsQiZVcRvT0WvptV8zlqlDLc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BD0eK8UgWsQiZVcRvT0WvptV8zlqlDLc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BD0eK8UgWsQiZVcRvT0WvptV8zlqlDLc > .row .container > .video-iframe-container { display: none; }#BD0eK8UgWsQiZVcRvT0WvptV8zlqlDLc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BD0eK8UgWsQiZVcRvT0WvptV8zlqlDLc > .row > .video-iframe-container { display: none; }#BD0eK8UgWsQiZVcRvT0WvptV8zlqlDLc > .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); }#BD0eK8UgWsQiZVcRvT0WvptV8zlqlDLc > .row .container { border-width: 0; border-radius: 0; }#BD0eK8UgWsQiZVcRvT0WvptV8zlqlDLc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BD0eK8UgWsQiZVcRvT0WvptV8zlqlDLc > .row .container { font-size:0.875rem;font-family:arial;height:114.1875rem;width:75rem;position:relative;display:block; }#TXJ9lDarDa2KlgE0L9yWlXflM1hlZklF { position:absolute;display:block;z-index:15000;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:18.8125rem;width:20.6875rem;top:5.0625rem;left:0.275rem;overflow:hidden;display:block; }
#QFkm8PUXhTJmx8UA55ydz4adWofgC2C5 { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem -0.1875rem 0.625rem rgba(59,31,24,0.2) ;height:5.625rem;width:11.25rem;top:8rem;left:20.8125rem;display:block; }
#CaLQStvK7eW3lspqsW0yLkkU1ooMfnEJ { color:rgba(var(--color-tertiary-0),1);display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15036;line-height:1.1;letter-spacing:0;top:15.6875rem;left:21.5625rem;height:1.64930625rem;font-style:normal;display:block; }
#sTvRRSqfoqT6LWEtEi4IFyKJQK6QTirC { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.25rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:7.5620574951175rem;left:21.375001907349rem;height:6.824rem;font-style:normal;display:block; }
#Wzt0mO39xa0JecCb9Cn5mVF95kpdayy8 { color:#050b1a;display:block;width:5.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:11.25rem;left:27.1875rem;height:1.7068125rem;font-style:normal;display:block; }
#eeHWWIv3w2FUdnwhLtM8BiOZObLJ27OW { color:#050b1a;display:block;width:3.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:7.9375rem;left:27.5rem;height:4.224175rem;font-style:normal;display:block; }
#kg1NdQFfTu1U3SSs3xeM6t5qZTElLXh9 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.124375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15045;line-height:1.2;letter-spacing:0;top:97.8125rem;left:19.25rem;height:3.5980875rem;font-style:normal;display:block; }
#VuBpmWfWv8ysx0dTCGmTgBZCdceb2Dbw { position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5.625rem;width:11.25rem;top:90.25rem;left:19.875rem;display:block; }
#ba14dLPpUC8Ztr0QTcLdxrSVX49lz69Q { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.25rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:90.061843872069rem;left:20.436632156372rem;height:6.824rem;font-style:normal;display:block; }
#a1BIqdi1VG8Onhb6i3dZ2X4gl3Ud3CJs { color:#050b1a;display:block;width:5.56206875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:93.9882850647rem;left:26.506513595581rem;height:1.7068125rem;font-style:normal;display:block; }
#HMxfPei3yHEu0RJMZohAa6uvRX6XTNeb { color:#050b1a;display:block;width:4.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:90.5625rem;left:27.0625rem;height:4.224175rem;font-style:normal;display:block; }
#h1wyyThokXWW0XxhaHt69AbnaI3qUeFR { position:absolute;display:block;z-index:15009;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:25rem;width:22.1875rem;top:70.125rem;left:3.0625rem;overflow:hidden;display:block; }
#xcLuasNBAlUWbEHAfSJOgFq9k9hT10oF { color:rgba(var(--color-tertiary-0),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15054;line-height:1.2;letter-spacing:0;top:42.4375rem;left:55.75rem;height:1.79904375rem;font-style:normal;display:block; }
#oC472xiTMNBRNVRQnFZozJ3XKfIKTelB { position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.625rem;width:11.25rem;top:38.6875rem;left:55.75rem;display:block; }
#FUGpRF37M4ll9J6NETRrqnaZF1DgOOOQ { color:rgba(var(--color-tertiary-4),1);display:block;width:7.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:39.25rem;left:57.5625rem;height:1.8684875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EAiQHx6wgyqMAzW0TWolMIuytquwFUbZ { color:#050b1a;display:block;width:5.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:33.5625rem;left:62.125rem;height:4.224175rem;font-style:normal;display:block; }
#v0eTlTnCMmE8wqZT26a2qc1bnc8pfQqh { position:absolute;display:block;z-index:15040;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5.625rem;width:11.25rem;top:33.375rem;left:55.75rem;display:block; }
#wtGLXZXPmnGoJIzaTadfMmeeceLOpXJq { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.25rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:33.0625rem;left:56.5rem;height:6.824rem;font-style:normal;display:block; }
#G9UC5O1AnKMS7Ig3SiSPBclRDtTwQeGS { color:#050b1a;display:block;width:5.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15049;line-height:1.3;letter-spacing:0;top:36.875rem;left:61.9375rem;height:1.7068125rem;font-style:normal;display:block; }
#B2On4uThOB5U0Z806PEGuHbCmNcMTcUv { position:absolute;display:block;z-index:15018;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:28.5rem;width:23.9375rem;top:0.955078125rem;left:42rem;overflow:hidden;display:block; }
#NJf72lElypeOa9Usk9baekfoxELHEX6l { position:absolute;display:block;z-index:14998;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:2rem;width:15.5625rem;top:23.0234375rem;left:3.0625rem;overflow:hidden;display:block; }
#BZmxWI5WpBc0BGzsaC9ys5XskXMOFwTM { position:absolute;display:block;z-index:15000;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.06163125rem;width:16.749125rem;top:93.882385253906rem;left:2.2417545318604rem;overflow:hidden;display:block; }
#OP5PhymCIQddz0d1uyG2wbqVOh4VBziP { position:absolute;display:block;z-index:15013;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.875rem;width:6.9375rem;top:2.662109375rem;left:68.0625rem;overflow:hidden;display:block; }
#XJMiX0wmcolFTT4ZdLRwhLuu5D41d4HC { position:absolute;display:block;z-index:15000;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:3.75rem;width:30.3125rem;top:27.0712890625rem;left:38.8125rem;overflow:hidden;display:block; }
#MuqTI735V1r9ExlGTITIWTWNpSTboPvy { position:absolute;display:block;z-index:15057;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:4.625rem;width:11.1875rem;top:5.3118438720703rem;left:19.561632156372rem;overflow:hidden;display:block; }
#vBeqkwJSWhkFoPTu1TNWeIBLZFeHCVZM { position:absolute;display:block;z-index:15058;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:4.625rem;width:11.1875rem;top:30.75rem;left:54.499788284302rem;overflow:hidden;display:block; }
#Nr4AukLCs2CrMGmr4EX8LcTDJsNl4Sww { position:absolute;display:block;z-index:15059;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:4.625rem;width:11.1875rem;top:87.811630249025rem;left:18.624132156372rem;overflow:hidden;display:block; }
#lQqTcizfItJxyTFlHneoEn5nHxMwtVdf { position:absolute;display:block;z-index:15041;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5.625rem;width:11.25rem;top:98.4375rem;left:60.125rem;display:block; }
#ZBOeHbBiftmZyuqOslHOCcJU56tnECL5 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.25rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:98.24978637695rem;left:60.562288284302rem;height:6.824rem;font-style:normal;display:block; }
#RCMF8FTTqJRPVeTbIJUy4DJScEwMdrTU { color:#050b1a;display:block;width:4.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:98.7500038147rem;left:67.1872882843rem;height:4.224175rem;font-style:normal;display:block; }
#xZl8RXO4QcI8eHGilxsPB1b8SD82l72Q { position:absolute;display:block;z-index:15069;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:4.625rem;width:11.1875rem;top:95.875rem;left:58.875rem;overflow:hidden;display:block; }
#IMyPNq29zCAUy2d7ux5BoBC8vm3yTKa6 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15055;line-height:1.2;letter-spacing:0;top:107.125rem;left:60.0625rem;height:5.3971375rem;font-style:normal;display:block; }
#SEkWlRuQ9JJem0CSdV4UWIRNnXrVOl11 { position:absolute;display:block;z-index:15031;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.625rem;width:11.25rem;top:103.75rem;left:60.125rem;display:block; }
#IcEuRk8pHXNTPKgCnxTaCOPZT62QrReI { color:rgba(var(--color-tertiary-4),1);display:block;width:7.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:104.3125rem;left:61.9375rem;height:1.8684875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KBRKF31sKdKdyBsBKzy0wI5NDDwmUOCH { color:#050b1a;display:block;width:5.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15050;line-height:1.3;letter-spacing:0;top:102.0625rem;left:66.5625rem;height:1.7068125rem;font-style:normal;display:block; }
#qa0qXgU67myrC59t4eNqMyZKheQ4i7SA { position:absolute;display:block;z-index:15019;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:29.6875rem;width:25rem;top:70.124787330625rem;left:38.435335159302rem;overflow:hidden;display:block; }
#Wo4b2IEkB7PMkcSfWNULzvNdhkJJtVn3 { position:absolute;display:block;z-index:15010;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.311875rem;width:24.249125rem;top:95.1660194397rem;left:38.811853408814rem;overflow:hidden;display:block; }
#vfbODukPmtbb4xKcNnANTNSRN6CI2hmT { color:rgba(var(--color-tertiary-0),1);display:block;width:19.1873125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15046;line-height:1.2;letter-spacing:0;top:104.125rem;left:19.25rem;height:7.999125rem;font-style:normal;display:block; }#vfbODukPmtbb4xKcNnANTNSRN6CI2hmT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vfbODukPmtbb4xKcNnANTNSRN6CI2hmT li:before{  }
#qvswS0QQMaNZgg0X8LM2z4xxxMdW3UL2 { position:absolute;display:block;z-index:15013;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.875rem;width:6.9375rem;top:2.662109375rem;left:68.0625rem;overflow:hidden;display:none; }
#IVOP6KJdXJnrTRRCpKms7hWUKlS52BZC { color:rgba(var(--color-tertiary-0),1);display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15066;line-height:1.2;letter-spacing:0;top:59.5625rem;left:41.5rem;height:5.3971375rem;font-style:normal;display:block; }
#E1yf5TasqKIptKzTfy1ZySqRB8q3oHSf { position:absolute;display:block;z-index:15030;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:30.6875rem;width:39.4375rem;top:33.25rem;left:1.25rem;overflow:hidden;display:block; }
#q5pd9oTfDoGv4gTp0Qux4IfCGigE0c7P { position:absolute;display:block;z-index:15021;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:8.9375rem;width:34.25rem;top:58.0625rem;left:3.75rem;overflow:hidden;display:block; }
#rlN8uxdFrO6AMZthG2w5gZES8clV3zFO { position:absolute;display:block;z-index:15048;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5.625rem;width:11.25rem;top:51.9375rem;left:41.25rem;display:block; }
#iZ0NI31ovm6PdThQTEbISp3H0PyTwm3x { color:#050b1a;display:block;width:4.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:52.25rem;left:48.4375rem;height:4.2246125rem;font-style:normal;display:block; }
#OV2byJmGOqTLWFow5b0Hr3bfzoLlFxnc { color:#050b1a;display:block;width:5.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15057;line-height:1.3;letter-spacing:0;top:55.5625rem;left:47.6875rem;height:1.7068125rem;font-style:normal;display:block; }
#tnrxiISFrRPZhe8EuS4uStaCaSXFmZPh { position:absolute;display:block;z-index:15076;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:4.625rem;width:11.1875rem;top:49.375rem;left:40rem;overflow:hidden;display:block; }
#aMX6mhDz4utQe3sZBmexXcbE7HqVoBym { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.25rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:51.75rem;left:41.875rem;height:6.824rem;font-style:normal;display:block; }
#zLmu3RcWyzTNRoK9Rzasqd0Dk1NTzsuO { color:rgba(var(--color-tertiary-0),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15047;line-height:1.2;letter-spacing:0;top:18.0869140625rem;left:21.5625rem;height:1.349825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#guRGEE3cJa36seM6iSm49fLzuTPsQ1s3 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15048;line-height:1.2;letter-spacing:0;top:19.599609375rem;left:21.5625rem;height:4.67448125rem;font-style:normal;display:block; }#guRGEE3cJa36seM6iSm49fLzuTPsQ1s3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#guRGEE3cJa36seM6iSm49fLzuTPsQ1s3 li:before{  }
#eTcIQgbdXB7M5pSBQAFSkJvlHrJ8DFc6 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.3105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15048;line-height:1.2;letter-spacing:0;top:47.243934631347rem;left:55.749788284302rem;height:6.3368125rem;font-style:normal;display:block; }#eTcIQgbdXB7M5pSBQAFSkJvlHrJ8DFc6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#eTcIQgbdXB7M5pSBQAFSkJvlHrJ8DFc6 li:before{  }
#d5RmWbJFZPowMoAUNf971OP17uv7EXuS { color:rgba(var(--color-tertiary-0),1);display:block;width:14.124375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15048;line-height:1.2;letter-spacing:0;top:45.394966125488rem;left:55.749788284302rem;height:1.349825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yW6oinwHh9STbrZ2ltXTU94QMGW9u2ls { color:rgba(var(--color-tertiary-0),1);display:block;width:14.124375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15049;line-height:1.2;letter-spacing:0;top:102.25rem;left:19.25rem;height:1.349825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ickCK6CCbRr36UPXg8u2109SUuwWBDTp { color:#050b1a;display:block;width:5.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:33.5625rem;left:62.125rem;height:4.224175rem;font-style:normal;display:none; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:40rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#kwlOWFk6uO7gwKwCJNHNdhp8vEW10RpB { color:rgba(var(--color-tertiary-0),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15056;line-height:1.2;letter-spacing:0;top:3.4375rem;left:44.4375rem;height:1.3501rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AtcHTNtTb8lAXIAZPVmk4MOzUc2EJweU { color:rgba(var(--color-tertiary-0),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15056;line-height:1.2;letter-spacing:0;top:2.18115234375rem;left:60.8759765625rem;height:1.349825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #kq5A92z5CMvVs9MdTLcvK1cT6rCNRmAh { display:block; }#kq5A92z5CMvVs9MdTLcvK1cT6rCNRmAh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AJLnxQWV0xp0Got5w4vW4HvaFQaTveyi { top:4.3125rem;left:0rem;width:22.0625rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxhRJfZ9FbQ89QO7hV3B9dhC1fIUuvNt { top:6.375rem;left:11.5625rem;width:11.25rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQ1QpfgdhGm2crCFWWSf4JfaCBgUlWBR { top:13.8125rem;left:10.375rem;width:17.25rem;height:4.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANqR8SpCmxC6Z5WgDKMuWflzRMl1XW6o { top:5.75rem;left:12.125001907349rem;width:7.5625rem;height:6.8125rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMsTDa3csTJHusoJMSstVeJo6MgHyV8Q { top:9.625rem;left:17.9375rem;width:5.5625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxUhIeKz81mPtmkmThaiuD8Jm1Lfchmz { top:6.3125rem;left:18.25rem;width:5.3125rem;height:4.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ts0UT1hstVwuydB0Cz8gZCzIqk7ZMtRK { top:50.125rem;left:12.499132156372rem;width:17.8125rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBklTLG2FBIil1zzehSbSSNVu92pCOXR { top:45.625rem;left:12.5rem;width:11.25rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVGtM6hggU65o5DlyFQ1uxFbVkzqE4Ro { top:46.1875rem;left:14.3125rem;width:7.9375rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHqKBfTWrLXVV6UcBDTr0fQGKKy0A7RE { top:40.3125rem;left:12.5rem;width:11.25rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yi1dbtpVZ8TlRfc9Td6t9IgB1grynN41 { top:40.125rem;left:13.125rem;width:7.5625rem;height:6.8125rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDuaDwG0A4Z7eeSehVaImGDwxgznsoK9 { top:43.9375rem;left:18.9375rem;width:5.5625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWLRImCcF5QIl9hO0cAXhtpF4Ok2USMn { top:37.75rem;left:0rem;width:23.625rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #tR1AJhVmD6WHk7QJICWs3mmcuBVoJG1g { top:35.25rem;left:27.75rem;width:20rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfEO2r8FWZFqAK6ATTO0ZDMmtK5r0K3Q { top:0.8125rem;left:18.3125rem;width:29.4375rem;height:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEA4D3bISqvwakXthMS9Q8hHh9UHBTPL { top:14.9375rem;left:0rem;width:24.125rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4uMEQLwEW9mN9UlTQVw9KgowXgXMxl5 { top:26.25rem;left:0rem;width:6.9375rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiXIKH0Vs40dNK4GV3JHileV05UQWnud { top:3.75rem;left:10.311632156372rem;width:11.1875rem;height:4.6247496061298rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbbJDbnTREglTr3RfeKbi5mEJSMFZhfN { top:38.0625rem;left:11.249132156372rem;width:11.1875rem;height:4.6247496061298rem;display:block; }
 }@media only screen and (max-width: 763px) { #btO3Q2hcDmzOqOqNhrkovKRuDn7VZKKh { top:2.625rem;left:40.8125rem;width:6.9375rem;height:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wpK1zBTUIA1rOdm1z2Ir6U6zHei4dwvb { top:22.5625rem;left:10.375rem;width:16.375rem;height:6.4375rem;font-size:1.125rem;display:block; }#wpK1zBTUIA1rOdm1z2Ir6U6zHei4dwvb li:before{  }
 }@media only screen and (max-width: 763px) { #TTlhD0gl3lqtXuoWD8C1b1AT9Um8Ir2S { top:37.875rem;left:24.6875rem;width:23.0625rem;height:4.375rem;font-size:1.125rem;display:block; }#TTlhD0gl3lqtXuoWD8C1b1AT9Um8Ir2S li:before{  }
 }@media only screen and (max-width: 763px) { #xko4em5VVm1gzqbbWQV01NlOklF2ZdOh { top:18.625rem;left:22.625rem;width:25.125rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDici3of4E1WwlOpc2Knc1whhANHqs4W { top:55rem;left:0rem;width:26.5625rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXdmJ6gxwbTUFqbepvOZovn2LCqzaUCR { top:20.625rem;left:10.375rem;width:16.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rypQIVCTRvavUQFLvH1q7JrCz1vCQLa5 { top:28.9375rem;left:34.0625rem;width:11.25rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQbm7TTs1eOyo2KHPorbxGgBTIMAR1q2 { top:32.1875rem;left:40.4375rem;width:5.5625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUQ8Rmx41DigZHAVPh7Fu287fK0zAvIq { top:28.875rem;left:40.75rem;width:5.3125rem;height:4.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdluAWPnqQsHgzNKCXe9n4Fr1M24Et68 { top:26.3125rem;left:32.811632156372rem;width:11.1875rem;height:4.6247496061298rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jp1XPqOr83eBVGsZCaiPloTlmTO5D4Xb { top:28.3125rem;left:34.625001907349rem;width:7.5625rem;height:6.8125rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoNxlTmEG1KpLh82MtvccHyy8WHkwRBZ { top:53.4375rem;left:11.9375rem;width:21.875rem;height:6rem;font-size:1.125rem;display:block; }#QoNxlTmEG1KpLh82MtvccHyy8WHkwRBZ li:before{  }
 }@media only screen and (max-width: 763px) { #yuN6ua1UbGzKuG9TRGnDnuhVROmIaZ2K { display:block; }#yuN6ua1UbGzKuG9TRGnDnuhVROmIaZ2K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TKphnqnGML1fqd5IHmZzWaV8EzVDq0UA { top:8.1875rem;left:0rem;width:18.125rem;height:15.882950281104rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlGgt052Tq4qJ7NkeQULEvaR38fVsX7q { top:31rem;left:0rem;width:11.25rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGuE2FU4AQCJuLBJBSkTUC8Cx9b4kGpS { top:31.125rem;left:2.6868495941162rem;width:17.1875rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7vQcXT2WTWwBBDDJDR7Z0hslC9lCKFi { top:30.375rem;left:0rem;width:7.5rem;height:6.8125rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gy9EXLRP5MFULkVUUVLTRvZJe0D3yuIr { top:34.25rem;left:0rem;width:5.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVGp8ReqdgmJz4XuTN3e9ivinUFnAQTq { top:30.9375rem;left:0rem;width:5.3125rem;height:4.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVBCp2SOwNiu5ZkiqaGOBrA7BSH2yOE9 { top:74.75rem;left:0rem;width:15.3125rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8fy5CE0VnsivMaffude2X09MKLuuTdq { top:67.9375rem;left:0rem;width:11.25rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukAWz0VJAEt7eMoVbp9l9c6KPOB9zx5W { top:67.75rem;left:0rem;width:7.5rem;height:6.8125rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDmCg9kSPViEK65LlnJIzkeTGtTXrWga { top:71.5625rem;left:0rem;width:5.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hT6yCei2cwRi0TOFx2KJW05RHXU2RmMw { top:68.25rem;left:0rem;width:4.6875rem;height:4.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUWHRgnb88i855HTgKEhGrdyRtMW3a4p { top:39.5rem;left:0rem;width:26.75rem;height:25.814650429853rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4FilOz4DUMGkO00evtGTSGbAp3lg061 { top:16.375rem;left:35.375rem;width:12.375rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4r7xk2ErlktIg5Ut6aTfag8cTBKOvJz { top:7.5625rem;left:42.25rem;width:5.5rem;height:4.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGafye9zmbcgiOCATkqD3ygnCywMiUTA { top:7.375rem;left:36.5rem;width:11.25rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1c4JNoUauzJhNhr1ReRcLvTAXDfHKo8 { top:7rem;left:40.25rem;width:7.5rem;height:6.8125rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0QTzpWqUGCck9Hx2fWE6kBruOgxezEe { top:10.875rem;left:42.25rem;width:5.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SedD6pGuQ7Nle0TWcmcC9OvIBooznD9s { top:1.5625rem;left:15.557740066225rem;width:26.6875rem;height:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCTkK7vCdogs98JRfSpiWZhiJOQsCles { top:21.5625rem;left:0rem;width:21.4375rem;height:5.5456157117773rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jy7EmpFgiTegfIxsVA658JNFfFVXT3qG { top:59.6875rem;left:0rem;width:28.75rem;height:7.24975rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rhsfe5DghT9slF4oITZVIO4VtnSg3TEH { top:5.3125rem;left:23.4375rem;width:6.875rem;height:6.8133085876969rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOMt7VBtVgk9tHc1PL1TKTm8pJqVGS4F { top:22.75rem;left:16.4375rem;width:28.8125rem;height:6.8602378396163rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2c1oRGX5aZy9Mlx71mWq9SKZ7b0dTmp { top:28.3125rem;left:0rem;width:11.125rem;height:4.5989130161515rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4zfUU27yXlQG5S1z20i8W353uE9ER6c { top:4.6875rem;left:36.625rem;width:11.125rem;height:4.5989130161515rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqQwTHumxaa4o5vgLJsigbin7U3cppyq { top:65.4375rem;left:0rem;width:11.125rem;height:4.5989130161515rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKIDTF5MSlzF7uSs673apPlzw780dCrJ { top:67.4375rem;left:30.750001907349rem;width:11.25rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9KC4afS74KKLVasao85qEABKyPqVbE1 { top:67.1875rem;left:31.375001907349rem;width:7.5rem;height:6.8125rem;font-size:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGXeS1B1UH17s3quiK46NAUoLiJbCDJz { top:67.6875rem;left:40.125rem;width:4.6875rem;height:4.1875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtTJCeUQrT04F9rRsSXhFygM2LkaXvev { top:64.875rem;left:29.500001907349rem;width:11.125rem;height:4.5989130161515rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tcv2TqeAm2ewemd60Uwxda2VGoPlxtK0 { top:76.0625rem;left:23.875rem;width:23.8125rem;height:3.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxPVVcI3TAXpDkgiQVamZbZdUXpHMyAf { top:72.6875rem;left:30.75rem;width:11.25rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kP3QAa3kpIb2rs9HqhfHmMdNcIFG3yUT { top:73.25rem;left:32.280817031861rem;width:7.875rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4b6GGtKDvp8sNHzVsoRoxuHV6RaORvQ { top:71.125rem;left:37.062936782837rem;width:5.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDvedrHMbZ6eZTsAKfcgh2A0hRuvIMyC { top:40.125rem;left:19.75rem;width:27.9375rem;height:25.568486209452rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZz7xmeDKWJphHoxdHEuV8tNCvfxmF2z { top:61rem;left:23.6875rem;width:24.0625rem;height:5.874025rem;display:block; }
 }@media only screen and (max-width: 763px) { #USx8aKJuMmqkWuFMbV7u835ksioonwcf { top:83.1875rem;left:0rem;width:14.0625rem;height:4.625rem;font-size:1.125rem;display:block; }#USx8aKJuMmqkWuFMbV7u835ksioonwcf li:before{  }
 }@media only screen and (max-width: 763px) { #tfF8ZPTg0qEHlqqNQiVhnRyLERQNp2MF { top:2.625rem;left:40.8125rem;width:6.9375rem;height:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TFtuAJ1SSpQRp1AUoKTKzy1LAZCH5cHS { top:33.875rem;left:2.625rem;width:13.125rem;height:2.4375rem;font-size:1.125rem;display:block; }#TFtuAJ1SSpQRp1AUoKTKzy1LAZCH5cHS li:before{  }
 }@media only screen and (max-width: 763px) { #RdCrw4lCP7HdUQAfr7pkZDo5K8XHo2Ey { top:18.6875rem;left:33.8125rem;width:13.9375rem;height:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpC6SdiyrARCuAPcfEhbRw1CQTxckqUb { top:24.8125rem;left:33.8125rem;width:13.9375rem;height:7.375rem;font-size:1.125rem;display:block; }#qpC6SdiyrARCuAPcfEhbRw1CQTxckqUb li:before{  }
 }@media only screen and (max-width: 763px) { #Eq9TOpTskNnApMtVcNDDWRdMaToXr5Ri { top:22.3125rem;left:33.8125rem;width:13.9375rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6pSJOXaeVLnTCy8KBwTm4gzWffqP3Vt { top:77rem;left:0rem;width:13.9375rem;height:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFBlzmAk4gUKWZQ6gA5KcNiqVGq90wBG { top:80.75rem;left:0rem;width:13.9375rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJL48sJT6KBM24OXlky1GuSBf4odThfy { top:80.6875rem;left:18.5625rem;width:29.1875rem;height:6rem;font-size:1.125rem;display:block; }#QJL48sJT6KBM24OXlky1GuSBf4odThfy li:before{  }
 }@media only screen and (max-width: 763px) { #BD0eK8UgWsQiZVcRvT0WvptV8zlqlDLc { display:block; }#BD0eK8UgWsQiZVcRvT0WvptV8zlqlDLc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TXJ9lDarDa2KlgE0L9yWlXflM1hlZklF { top:5.0625rem;left:0rem;width:20.6875rem;height:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFkm8PUXhTJmx8UA55ydz4adWofgC2C5 { top:8rem;left:7.1875rem;width:11.25rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaLQStvK7eW3lspqsW0yLkkU1ooMfnEJ { top:15.6875rem;left:7.9375rem;width:17.25rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTvRRSqfoqT6LWEtEi4IFyKJQK6QTirC { top:7.5rem;left:7.7500019073488rem;width:7.5625rem;height:6.8125rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wzt0mO39xa0JecCb9Cn5mVF95kpdayy8 { top:11.25rem;left:13.5625rem;width:5.5625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeHWWIv3w2FUdnwhLtM8BiOZObLJ27OW { top:7.9375rem;left:13.875rem;width:3.625rem;height:8.4375rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kg1NdQFfTu1U3SSs3xeM6t5qZTElLXh9 { top:97.8125rem;left:5.625rem;width:14.0625rem;height:3.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuBpmWfWv8ysx0dTCGmTgBZCdceb2Dbw { top:90.25rem;left:6.25rem;width:11.25rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ba14dLPpUC8Ztr0QTcLdxrSVX49lz69Q { top:90rem;left:6.8112010955813rem;width:7.5rem;height:6.8125rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1BIqdi1VG8Onhb6i3dZ2X4gl3Ud3CJs { top:93.9375rem;left:12.881513595581rem;width:5.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMxfPei3yHEu0RJMZohAa6uvRX6XTNeb { top:90.5625rem;left:13.4375rem;width:4.6875rem;height:4.1875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1wyyThokXWW0XxhaHt69AbnaI3qUeFR { top:70.125rem;left:0rem;width:22.1875rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcLuasNBAlUWbEHAfSJOgFq9k9hT10oF { top:42.4375rem;left:33.625rem;width:14.125rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oC472xiTMNBRNVRQnFZozJ3XKfIKTelB { top:38.6875rem;left:36.5rem;width:11.25rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUGpRF37M4ll9J6NETRrqnaZF1DgOOOQ { top:39.25rem;left:39.8125rem;width:7.9375rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAiQHx6wgyqMAzW0TWolMIuytquwFUbZ { top:33.5625rem;left:42.1875rem;width:5.5625rem;height:4.1875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0eTlTnCMmE8wqZT26a2qc1bnc8pfQqh { top:33.375rem;left:36.5rem;width:11.25rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtGLXZXPmnGoJIzaTadfMmeeceLOpXJq { top:33rem;left:40.25rem;width:7.5rem;height:6.8125rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9UC5O1AnKMS7Ig3SiSPBclRDtTwQeGS { top:36.875rem;left:42.1875rem;width:5.5625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2On4uThOB5U0Z806PEGuHbCmNcMTcUv { top:0.9375rem;left:23.8125rem;width:23.9375rem;height:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJf72lElypeOa9Usk9baekfoxELHEX6l { top:23rem;left:0rem;width:15.5625rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZmxWI5WpBc0BGzsaC9ys5XskXMOFwTM { top:93.875rem;left:0rem;width:16.6875rem;height:2.0540458969872rem;display:block; }
 }@media only screen and (max-width: 763px) { #OP5PhymCIQddz0d1uyG2wbqVOh4VBziP { top:2.625rem;left:40.8125rem;width:6.9375rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJMiX0wmcolFTT4ZdLRwhLuu5D41d4HC { top:27.0625rem;left:17.4375rem;width:30.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuqTI735V1r9ExlGTITIWTWNpSTboPvy { top:5.25rem;left:5.9366321563721rem;width:11.1875rem;height:4.6247496061298rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBeqkwJSWhkFoPTu1TNWeIBLZFeHCVZM { top:30.75rem;left:36.5625rem;width:11.1875rem;height:4.6247496061298rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nr4AukLCs2CrMGmr4EX8LcTDJsNl4Sww { top:87.75rem;left:4.9991321563721rem;width:11.125rem;height:4.5989130161515rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQqTcizfItJxyTFlHneoEn5nHxMwtVdf { top:98.4375rem;left:36.5rem;width:11.25rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBOeHbBiftmZyuqOslHOCcJU56tnECL5 { top:98.1875rem;left:40.25rem;width:7.5rem;height:0;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCMF8FTTqJRPVeTbIJUy4DJScEwMdrTU { top:98.75rem;left:43.0625rem;width:4.6875rem;height:4.1875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZl8RXO4QcI8eHGilxsPB1b8SD82l72Q { top:95.875rem;left:36.5625rem;width:11.125rem;height:4.5989130161515rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMyPNq29zCAUy2d7ux5BoBC8vm3yTKa6 { top:107.125rem;left:33.6875rem;width:14.0625rem;height:5.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEkWlRuQ9JJem0CSdV4UWIRNnXrVOl11 { top:103.75rem;left:36.5rem;width:11.25rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcEuRk8pHXNTPKgCnxTaCOPZT62QrReI { top:104.3125rem;left:39.8125rem;width:7.875rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBRKF31sKdKdyBsBKzy0wI5NDDwmUOCH { top:102.0625rem;left:42.1875rem;width:5.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qa0qXgU67myrC59t4eNqMyZKheQ4i7SA { top:70.0625rem;left:22.75rem;width:25rem;height:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wo4b2IEkB7PMkcSfWNULzvNdhkJJtVn3 { top:95.125rem;left:23.5rem;width:24.1875rem;height:6.2958344502121rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfbODukPmtbb4xKcNnANTNSRN6CI2hmT { top:104.125rem;left:5.625rem;width:19.125rem;height:7.9375rem;font-size:1.125rem;display:block; }#vfbODukPmtbb4xKcNnANTNSRN6CI2hmT li:before{  }
 }@media only screen and (max-width: 763px) { #qvswS0QQMaNZgg0X8LM2z4xxxMdW3UL2 { top:2.625rem;left:40.8125rem;width:6.9375rem;height:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IVOP6KJdXJnrTRRCpKms7hWUKlS52BZC { top:59.5625rem;left:24.1875rem;width:23.5625rem;height:5.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1yf5TasqKIptKzTfy1ZySqRB8q3oHSf { top:33.25rem;left:0rem;width:39.4375rem;height:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5pd9oTfDoGv4gTp0Qux4IfCGigE0c7P { top:58.0625rem;left:0rem;width:34.25rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlN8uxdFrO6AMZthG2w5gZES8clV3zFO { top:51.9375rem;left:27.625rem;width:11.25rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZ0NI31ovm6PdThQTEbISp3H0PyTwm3x { top:52.25rem;left:34.8125rem;width:4.75rem;height:4.1875rem;font-size:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OV2byJmGOqTLWFow5b0Hr3bfzoLlFxnc { top:55.5625rem;left:34.0625rem;width:5.5625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnrxiISFrRPZhe8EuS4uStaCaSXFmZPh { top:49.375rem;left:26.375rem;width:11.1875rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMX6mhDz4utQe3sZBmexXcbE7HqVoBym { top:51.75rem;left:28.25rem;width:7.5625rem;height:6.8125rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLmu3RcWyzTNRoK9Rzasqd0Dk1NTzsuO { top:18.0625rem;left:7.9375rem;width:14.125rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #guRGEE3cJa36seM6iSm49fLzuTPsQ1s3 { top:19.5625rem;left:7.9375rem;width:14.125rem;height:4.625rem;font-size:1.125rem;display:block; }#guRGEE3cJa36seM6iSm49fLzuTPsQ1s3 li:before{  }
 }@media only screen and (max-width: 763px) { #eTcIQgbdXB7M5pSBQAFSkJvlHrJ8DFc6 { top:47.1875rem;left:29.5rem;width:18.25rem;height:;font-size:1.125rem;display:block; }#eTcIQgbdXB7M5pSBQAFSkJvlHrJ8DFc6 li:before{  }
 }@media only screen and (max-width: 763px) { #d5RmWbJFZPowMoAUNf971OP17uv7EXuS { top:45.375rem;left:33.625rem;width:14.0625rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yW6oinwHh9STbrZ2ltXTU94QMGW9u2ls { top:102.25rem;left:5.625rem;width:14.0625rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ickCK6CCbRr36UPXg8u2109SUuwWBDTp { top:52.8125rem;left:4.7083333134651rem;width:3rem;height:5.1875rem;font-size:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kwlOWFk6uO7gwKwCJNHNdhp8vEW10RpB { top:3.4375rem;left:30.8125rem;width:14.125rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtcHTNtTb8lAXIAZPVmk4MOzUc2EJweU { top:2.125rem;left:33.625rem;width:14.125rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #kq5A92z5CMvVs9MdTLcvK1cT6rCNRmAh { display:block; }#kq5A92z5CMvVs9MdTLcvK1cT6rCNRmAh > .row .container { width:20rem;height:129.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AJLnxQWV0xp0Got5w4vW4HvaFQaTveyi { width:19.5625rem;height:15.125rem;top:1.625rem;left:0.21875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gxhRJfZ9FbQ89QO7hV3B9dhC1fIUuvNt { width:10rem;height:5.1875rem;top:19.9375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQ1QpfgdhGm2crCFWWSf4JfaCBgUlWBR { width:14.875rem;height:5.3971375rem;top:26.375rem;left:0.21875rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ANqR8SpCmxC6Z5WgDKMuWflzRMl1XW6o { width:5.0625rem;height:3.49935rem;top:20.999786376953rem;left:1.6866319775581rem;font-size:4.375rem;z-index:15048;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #BMsTDa3csTJHusoJMSstVeJo6MgHyV8Q { width:4.5625rem;height:1.7068125rem;top:22.999786376953rem;left:6.7495663762094rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SxUhIeKz81mPtmkmThaiuD8Jm1Lfchmz { width:3.62413125rem;height:2.59874375rem;top:20.686632156372rem;left:7.3422310948375rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ts0UT1hstVwuydB0Cz8gZCzIqk7ZMtRK { width:15.375rem;height:3.5980875rem;top:72.0625rem;left:0.6875rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #NBklTLG2FBIil1zzehSbSSNVu92pCOXR { width:10rem;height:2.625rem;top:68.3125rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVGtM6hggU65o5DlyFQ1uxFbVkzqE4Ro { width:7.9375rem;height:1.8684875rem;top:68.69140625rem;left:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHqKBfTWrLXVV6UcBDTr0fQGKKy0A7RE { width:10rem;height:5.625rem;top:63rem;left:2.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #yi1dbtpVZ8TlRfc9Td6t9IgB1grynN41 { width:5rem;height:3.49935rem;top:64.62478637695rem;left:2.9997830986977rem;font-size:4.375rem;z-index:15048;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #LDuaDwG0A4Z7eeSehVaImGDwxgznsoK9 { width:3.625rem;height:1.7068125rem;top:66.375rem;left:8.0625rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CWLRImCcF5QIl9hO0cAXhtpF4Ok2USMn { width:18.625rem;height:16.625rem;top:43.375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tR1AJhVmD6WHk7QJICWs3mmcuBVoJG1g { width:13.6875rem;height:3.5980875rem;top:114.75rem;left:1.3125rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #UfEO2r8FWZFqAK6ATTO0ZDMmtK5r0K3Q { width:20rem;height:16.25rem;top:85.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEA4D3bISqvwakXthMS9Q8hHh9UHBTPL { width:20rem;height:4.0625rem;top:11.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4uMEQLwEW9mN9UlTQVw9KgowXgXMxl5 { width:3.5rem;height:3.4375rem;top:57.75rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiXIKH0Vs40dNK4GV3JHileV05UQWnud { width:10rem;height:4.125rem;top:17.936187744141rem;left:0.18706601858139rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbbJDbnTREglTr3RfeKbi5mEJSMFZhfN { width:10rem;height:4.125rem;top:61.1875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #btO3Q2hcDmzOqOqNhrkovKRuDn7VZKKh { width:4.5625rem;height:4.5rem;top:20.28125rem;left:15.4375rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #wpK1zBTUIA1rOdm1z2Ir6U6zHei4dwvb { width:16.375rem;height:6.02430625rem;top:34.375rem;left:0.6875rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }#wpK1zBTUIA1rOdm1z2Ir6U6zHei4dwvb li:before{  }
 }@media only screen and (max-width: 763px) { #TTlhD0gl3lqtXuoWD8C1b1AT9Um8Ir2S { width:16.5625rem;height:7.061625rem;top:119.625rem;left:1.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }#TTlhD0gl3lqtXuoWD8C1b1AT9Um8Ir2S li:before{  }
 }@media only screen and (max-width: 763px) { #xko4em5VVm1gzqbbWQV01NlOklF2ZdOh { width:20rem;height:4.9751243781095rem;top:98.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDici3of4E1WwlOpc2Knc1whhANHqs4W { width:20rem;height:5.08203125rem;top:56.927734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXdmJ6gxwbTUFqbepvOZovn2LCqzaUCR { width:16.375rem;height:1.349825rem;top:32.2353515625rem;left:0.21875rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #rypQIVCTRvavUQFLvH1q7JrCz1vCQLa5 { width:10rem;height:5.625rem;top:108.25rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQbm7TTs1eOyo2KHPorbxGgBTIMAR1q2 { width:5.5625rem;height:1.7068125rem;top:111.84939575195rem;left:7.8750002980231rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oUQ8Rmx41DigZHAVPh7Fu287fK0zAvIq { width:4.625rem;height:2.59874375rem;top:109.37456512451rem;left:8.4375002980231rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GdluAWPnqQsHgzNKCXe9n4Fr1M24Et68 { width:10rem;height:4.125rem;top:106.12347412109rem;left:1.4368489384651rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jp1XPqOr83eBVGsZCaiPloTlmTO5D4Xb { width:7.5625rem;height:3.49935rem;top:109.87478637695rem;left:2.9993491768837rem;font-size:4.375rem;z-index:15048;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #QoNxlTmEG1KpLh82MtvccHyy8WHkwRBZ { width:20rem;height:6.02430625rem;top:76.474609375rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }#QoNxlTmEG1KpLh82MtvccHyy8WHkwRBZ li:before{  }
 }@media only screen and (max-width: 763px) { #yuN6ua1UbGzKuG9TRGnDnuhVROmIaZ2K { display:block; }#yuN6ua1UbGzKuG9TRGnDnuhVROmIaZ2K > .row .container { width:20rem;height:178.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TKphnqnGML1fqd5IHmZzWaV8EzVDq0UA { width:17.5rem;height:15.3125rem;top:1.2278642654419rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlGgt052Tq4qJ7NkeQULEvaR38fVsX7q { width:10rem;height:5.1875rem;top:21.1875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGuE2FU4AQCJuLBJBSkTUC8Cx9b4kGpS { width:19.5625rem;height:1.79904375rem;top:27.9375rem;left:0.25rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #w7vQcXT2WTWwBBDDJDR7Z0hslC9lCKFi { width:5.06185rem;height:3.49935rem;top:22.617183685302rem;left:8.561632454395rem;font-size:4.375rem;z-index:15048;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #gy9EXLRP5MFULkVUUVLTRvZJe0D3yuIr { width:4.5625rem;height:1.7068125rem;top:24.437721252441rem;left:13.582465469837rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GVGp8ReqdgmJz4XuTN3e9ivinUFnAQTq { width:3.62305rem;height:2.59874375rem;top:21.905372619629rem;left:14.050565063953rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kVBCp2SOwNiu5ZkiqaGOBrA7BSH2yOE9 { width:17.375rem;height:1.79904375rem;top:70.5625rem;left:1.3125rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #A8fy5CE0VnsivMaffude2X09MKLuuTdq { width:10rem;height:5.625rem;top:62.75rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukAWz0VJAEt7eMoVbp9l9c6KPOB9zx5W { width:5rem;height:3.49935rem;top:64.250005722044rem;left:2.4368491768837rem;font-size:4.375rem;z-index:15048;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #aDmCg9kSPViEK65LlnJIzkeTGtTXrWga { width:3.625rem;height:1.7068125rem;top:66.436855316162rem;left:7.6870663762094rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hT6yCei2cwRi0TOFx2KJW05RHXU2RmMw { width:3.18685rem;height:2.59874375rem;top:63.907344818112rem;left:8.4060338139531rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OUWHRgnb88i855HTgKEhGrdyRtMW3a4p { width:20rem;height:19.375rem;top:38.061199188233rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4FilOz4DUMGkO00evtGTSGbAp3lg061 { width:17.6875rem;height:1.79904375rem;top:114.6875rem;left:2.3125rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #L4r7xk2ErlktIg5Ut6aTfag8cTBKOvJz { width:3.06206875rem;height:2.59874375rem;top:109.07444000244rem;left:7.4359810948375rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hGafye9zmbcgiOCATkqD3ygnCywMiUTA { width:10rem;height:5.625rem;top:107.5625rem;left:1.4375rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #H1c4JNoUauzJhNhr1ReRcLvTAXDfHKo8 { width:5.37435rem;height:3.49935rem;top:109.31164169311rem;left:1.9370661377907rem;font-size:4.375rem;z-index:15048;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #W0QTzpWqUGCck9Hx2fWE6kBruOgxezEe { width:4.5625rem;height:1.7068125rem;top:111.18729019165rem;left:6.749132454395rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SedD6pGuQ7Nle0TWcmcC9OvIBooznD9s { width:20rem;height:19.6875rem;top:85.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCTkK7vCdogs98JRfSpiWZhiJOQsCles { width:18.875rem;height:4rem;top:15.122395515442rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jy7EmpFgiTegfIxsVA658JNFfFVXT3qG { width:20rem;height:5.0625rem;top:52.958333969116rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rhsfe5DghT9slF4oITZVIO4VtnSg3TEH { width:6.9375rem;height:6.875rem;top:77.499995231631rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOMt7VBtVgk9tHc1PL1TKTm8pJqVGS4F { width:18.0625rem;height:4.4375rem;top:103.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2c1oRGX5aZy9Mlx71mWq9SKZ7b0dTmp { width:10rem;height:4.125rem;top:19.163629531861rem;left:7.208116829395rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #b4zfUU27yXlQG5S1z20i8W353uE9ER6c { width:10rem;height:4.125rem;top:105.93641662597rem;left:0.24934893846512rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqQwTHumxaa4o5vgLJsigbin7U3cppyq { width:10rem;height:4.125rem;top:60.624137878418rem;left:0.99934905767444rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKIDTF5MSlzF7uSs673apPlzw780dCrJ { width:10rem;height:5.625rem;top:154.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9KC4afS74KKLVasao85qEABKyPqVbE1 { width:7.561875rem;height:3.4494375rem;top:156.18684387207rem;left:1.6250000596046rem;font-size:4.3125rem;z-index:15048;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #nGXeS1B1UH17s3quiK46NAUoLiJbCDJz { width:3.5625rem;height:2.59895625rem;top:155.0625rem;left:8.4375rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FtTJCeUQrT04F9rRsSXhFygM2LkaXvev { width:10rem;height:4.125rem;top:152.37435340881rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tcv2TqeAm2ewemd60Uwxda2VGoPlxtK0 { width:14.125rem;height:5.3971375rem;top:163.125rem;left:1.375rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #FxPVVcI3TAXpDkgiQVamZbZdUXpHMyAf { width:10rem;height:2.625rem;top:159.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kP3QAa3kpIb2rs9HqhfHmMdNcIFG3yUT { width:7.9373125rem;height:1.8684875rem;top:160.20138597488rem;left:2.2495661377907rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4b6GGtKDvp8sNHzVsoRoxuHV6RaORvQ { width:4.75rem;height:1.7068125rem;top:157.87436103821rem;left:6.4986985325813rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IDvedrHMbZ6eZTsAKfcgh2A0hRuvIMyC { width:19.125rem;height:17.5625rem;top:134rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZz7xmeDKWJphHoxdHEuV8tNCvfxmF2z { width:19.875rem;height:4.8125rem;top:146.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #USx8aKJuMmqkWuFMbV7u835ksioonwcf { width:11.75rem;height:4.67448125rem;top:79.104167938231rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }#USx8aKJuMmqkWuFMbV7u835ksioonwcf li:before{  }
 }@media only screen and (max-width: 763px) { #tfF8ZPTg0qEHlqqNQiVhnRyLERQNp2MF { width:4.5625rem;height:4.5rem;top:34.625rem;left:15.4375rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #TFtuAJ1SSpQRp1AUoKTKzy1LAZCH5cHS { width:19.9375rem;height:1.349825rem;top:30.4375rem;left:0.25rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }#TFtuAJ1SSpQRp1AUoKTKzy1LAZCH5cHS li:before{  }
 }@media only screen and (max-width: 763px) { #RdCrw4lCP7HdUQAfr7pkZDo5K8XHo2Ey { width:14rem;height:4.049475rem;top:117.1875rem;left:2.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qpC6SdiyrARCuAPcfEhbRw1CQTxckqUb { width:13.9375rem;height:7.999125rem;top:123.75rem;left:2.375rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }#qpC6SdiyrARCuAPcfEhbRw1CQTxckqUb li:before{  }
 }@media only screen and (max-width: 763px) { #Eq9TOpTskNnApMtVcNDDWRdMaToXr5Ri { width:13.9375rem;height:2.69965rem;top:121.125rem;left:2.375rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #C6pSJOXaeVLnTCy8KBwTm4gzWffqP3Vt { width:13.9375rem;height:4.049475rem;top:72.361980438231rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #kFBlzmAk4gUKWZQ6gA5KcNiqVGq90wBG { width:13.9375rem;height:2.69965rem;top:76.407554626462rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #QJL48sJT6KBM24OXlky1GuSBf4odThfy { width:20rem;height:7.374125rem;top:169.25rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }#QJL48sJT6KBM24OXlky1GuSBf4odThfy li:before{  }
 }@media only screen and (max-width: 763px) { #BD0eK8UgWsQiZVcRvT0WvptV8zlqlDLc { display:block; }#BD0eK8UgWsQiZVcRvT0WvptV8zlqlDLc > .row .container { width:20rem;height:220.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TXJ9lDarDa2KlgE0L9yWlXflM1hlZklF { width:16.4375rem;height:14.9375rem;top:1.75rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFkm8PUXhTJmx8UA55ydz4adWofgC2C5 { width:10rem;height:5.1875rem;top:20rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaLQStvK7eW3lspqsW0yLkkU1ooMfnEJ { width:13.25rem;height:1.79904375rem;top:26.75rem;left:1.375rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #sTvRRSqfoqT6LWEtEi4IFyKJQK6QTirC { width:5.0625rem;height:3.49935rem;top:21.061645507812rem;left:1.8750000596046rem;font-size:4.375rem;z-index:15048;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #Wzt0mO39xa0JecCb9Cn5mVF95kpdayy8 { width:4.5625rem;height:1.7068125rem;top:22.936645507812rem;left:6.7495663762094rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eeHWWIv3w2FUdnwhLtM8BiOZObLJ27OW { width:3.625rem;height:2.59874375rem;top:20.81120300293rem;left:7.6236985325813rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kg1NdQFfTu1U3SSs3xeM6t5qZTElLXh9 { width:15.9375rem;height:3.5980875rem;top:162.35895156861rem;left:1.0937500596046rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #VuBpmWfWv8ysx0dTCGmTgBZCdceb2Dbw { width:10rem;height:5.625rem;top:154.75rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ba14dLPpUC8Ztr0QTcLdxrSVX49lz69Q { width:5rem;height:3.49935rem;top:155.998046875rem;left:2.6931424736977rem;font-size:4.375rem;z-index:15048;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #a1BIqdi1VG8Onhb6i3dZ2X4gl3Ud3CJs { width:3.62413125rem;height:1.7068125rem;top:157.90951538086rem;left:7.8200963139531rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HMxfPei3yHEu0RJMZohAa6uvRX6XTNeb { width:3.1875rem;height:2.59874375rem;top:65.124359130863rem;left:11.437500298023rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #h1wyyThokXWW0XxhaHt69AbnaI3qUeFR { width:20rem;height:22.4375rem;top:127.62342790121rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcLuasNBAlUWbEHAfSJOgFq9k9hT10oF { width:11.8120625rem;height:1.79904375rem;top:72.75rem;left:5.9375rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #oC472xiTMNBRNVRQnFZozJ3XKfIKTelB { width:10rem;height:2.625rem;top:69.1875rem;left:5.5625rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #FUGpRF37M4ll9J6NETRrqnaZF1DgOOOQ { width:7.9375rem;height:1.8684875rem;top:69.6875rem;left:6.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAiQHx6wgyqMAzW0TWolMIuytquwFUbZ { width:3.06206875rem;height:2.59874375rem;top:155.56185913086rem;left:8.4995663762094rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #v0eTlTnCMmE8wqZT26a2qc1bnc8pfQqh { width:10rem;height:5.625rem;top:63.875rem;left:5.5625rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #wtGLXZXPmnGoJIzaTadfMmeeceLOpXJq { width:5.375rem;height:3.49935rem;top:65.374359130863rem;left:6.2500002980231rem;font-size:4.375rem;z-index:15048;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #G9UC5O1AnKMS7Ig3SiSPBclRDtTwQeGS { width:3rem;height:1.7068125rem;top:67.3125rem;left:10.75rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #B2On4uThOB5U0Z806PEGuHbCmNcMTcUv { width:20rem;height:23.875rem;top:36.840515369584rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJf72lElypeOa9Usk9baekfoxELHEX6l { width:15.374375rem;height:1.93685rem;top:15.882162094116rem;left:4.6245663762093rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZmxWI5WpBc0BGzsaC9ys5XskXMOFwTM { width:20rem;height:2.43706875rem;top:59.224178314209rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OP5PhymCIQddz0d1uyG2wbqVOh4VBziP { width:4.62456875rem;height:4.56163125rem;top:123.13151550293rem;left:4.6234810948372rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJMiX0wmcolFTT4ZdLRwhLuu5D41d4HC { width:20rem;height:2.37413125rem;top:148.87153244019rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuqTI735V1r9ExlGTITIWTWNpSTboPvy { width:10rem;height:4.125rem;top:18.123912811279rem;left:0.18706601858139rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBeqkwJSWhkFoPTu1TNWeIBLZFeHCVZM { width:10rem;height:4.125rem;top:104.18728256226rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nr4AukLCs2CrMGmr4EX8LcTDJsNl4Sww { width:10rem;height:4.125rem;top:152.56228637695rem;left:1.1241319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQqTcizfItJxyTFlHneoEn5nHxMwtVdf { width:10rem;height:5.625rem;top:204.06252288818rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBOeHbBiftmZyuqOslHOCcJU56tnECL5 { width:7.561875rem;height:3.49935rem;top:205.62478733062rem;left:1.3747830986977rem;font-size:4.375rem;z-index:15048;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #RCMF8FTTqJRPVeTbIJUy4DJScEwMdrTU { width:3.5612rem;height:2.59874375rem;top:204.93707275391rem;left:7.4435771107675rem;font-size:2rem;text-align:left;text-align-last:left;z-index:15078;display:block; }
 }@media only screen and (max-width: 763px) { #xZl8RXO4QcI8eHGilxsPB1b8SD82l72Q { width:10rem;height:4.125rem;top:202.18621444702rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMyPNq29zCAUy2d7ux5BoBC8vm3yTKa6 { width:14.124375rem;height:5.3971375rem;top:213rem;left:1.375rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #SEkWlRuQ9JJem0CSdV4UWIRNnXrVOl11 { width:10rem;height:2.625rem;top:209.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcEuRk8pHXNTPKgCnxTaCOPZT62QrReI { width:7.9373125rem;height:1.8684875rem;top:209.81250762939rem;left:2.4055991768837rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBRKF31sKdKdyBsBKzy0wI5NDDwmUOCH { width:4.75rem;height:1.7068125rem;top:207.18753051757rem;left:6.7497833371163rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qa0qXgU67myrC59t4eNqMyZKheQ4i7SA { width:17.436rem;height:20.686875rem;top:179.24913597107rem;left:1.2814670205116rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wo4b2IEkB7PMkcSfWNULzvNdhkJJtVn3 { width:16.936875rem;height:4.1862rem;top:197.37414550781rem;left:1.5310330986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfbODukPmtbb4xKcNnANTNSRN6CI2hmT { width:18.4375rem;height:7.999125rem;top:168.5rem;left:1.375rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }#vfbODukPmtbb4xKcNnANTNSRN6CI2hmT li:before{  }
 }@media only screen and (max-width: 763px) { #qvswS0QQMaNZgg0X8LM2z4xxxMdW3UL2 { width:4.5625rem;height:4.5rem;top:5.125rem;left:0rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #IVOP6KJdXJnrTRRCpKms7hWUKlS52BZC { width:18.4375rem;height:8.99525rem;top:112.49892044067rem;left:0.78125005960463rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #E1yf5TasqKIptKzTfy1ZySqRB8q3oHSf { width:20rem;height:15.5625rem;top:87.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5pd9oTfDoGv4gTp0Qux4IfCGigE0c7P { width:17.561875rem;height:4.4987rem;top:100.5rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlN8uxdFrO6AMZthG2w5gZES8clV3zFO { width:10rem;height:5.625rem;top:106.18706893921rem;left:1.1872830986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZ0NI31ovm6PdThQTEbISp3H0PyTwm3x { width:7.8125rem;height:6.987875rem;top:172.32964944839rem;left:12.186415970326rem;font-size:5.375rem;text-align:left;text-align-last:left;z-index:15077;color:#06081a;display:block; }
 }@media only screen and (max-width: 763px) { #OV2byJmGOqTLWFow5b0Hr3bfzoLlFxnc { width:5.56206875rem;height:1.7068125rem;top:109.36414718628rem;left:6.7167971730231rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tnrxiISFrRPZhe8EuS4uStaCaSXFmZPh { width:10rem;height:4.125rem;top:61.936420440674rem;left:4.4984810948372rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMX6mhDz4utQe3sZBmexXcbE7HqVoBym { width:7.561875rem;height:3.49935rem;top:107.78646469116rem;left:1.8741319775581rem;font-size:4.375rem;z-index:15048;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #zLmu3RcWyzTNRoK9Rzasqd0Dk1NTzsuO { width:14.124375rem;height:1.349825rem;top:29.249145507812rem;left:1.3747830986977rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #guRGEE3cJa36seM6iSm49fLzuTPsQ1s3 { width:14.124375rem;height:4.67448125rem;top:31.25rem;left:1.3747830986977rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }#guRGEE3cJa36seM6iSm49fLzuTPsQ1s3 li:before{  }
 }@media only screen and (max-width: 763px) { #eTcIQgbdXB7M5pSBQAFSkJvlHrJ8DFc6 { width:12.6875rem;height:6.3368125rem;top:77.1875rem;left:5.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }#eTcIQgbdXB7M5pSBQAFSkJvlHrJ8DFc6 li:before{  }
 }@media only screen and (max-width: 763px) { #d5RmWbJFZPowMoAUNf971OP17uv7EXuS { width:7.9373125rem;height:1.349825rem;top:166.875rem;left:1.375rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #yW6oinwHh9STbrZ2ltXTU94QMGW9u2ls { width:14.0625rem;height:1.349825rem;top:75.0625rem;left:5.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ickCK6CCbRr36UPXg8u2109SUuwWBDTp { width:3.06206875rem;height:5.1974875rem;top:52.826827049256rem;left:18.333768188953rem;font-size:2rem;text-align:left;text-align-last:left;z-index:15053;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:160.8125rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kwlOWFk6uO7gwKwCJNHNdhp8vEW10RpB { width:14.125rem;height:1.349825rem;top:159.5rem;left:1.375rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #AtcHTNtTb8lAXIAZPVmk4MOzUc2EJweU { width:14.125rem;height:1.349825rem;top:102.875rem;left:1.375rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }