.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:217,221,230;--color-secondary-1:128,141,171;--color-secondary-2:0,26,87;--color-secondary-3:0,13,44;--color-secondary-4:0,4,13;--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); }#tn54inywXh3PEytwQ0Qh6gnbEx1bq3yo { 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; }#tn54inywXh3PEytwQ0Qh6gnbEx1bq3yo > .row .container { background-color: transparent; background-image: none; }#tn54inywXh3PEytwQ0Qh6gnbEx1bq3yo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tn54inywXh3PEytwQ0Qh6gnbEx1bq3yo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tn54inywXh3PEytwQ0Qh6gnbEx1bq3yo > .row .container > .video-iframe-container { display: none; }#tn54inywXh3PEytwQ0Qh6gnbEx1bq3yo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tn54inywXh3PEytwQ0Qh6gnbEx1bq3yo > .row > .video-iframe-container { display: none; }#tn54inywXh3PEytwQ0Qh6gnbEx1bq3yo > .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); }#tn54inywXh3PEytwQ0Qh6gnbEx1bq3yo > .row .container { border-width: 0; border-radius: 0; }#tn54inywXh3PEytwQ0Qh6gnbEx1bq3yo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tn54inywXh3PEytwQ0Qh6gnbEx1bq3yo > .row .container { font-size:0.875rem;font-family:arial;height:46.0625rem;width:75rem;position:relative;display:block; }#oJahEJPa8UAKFX0Ro9HZAkFNKMSOs8Xg { 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.3125rem;width:18.3125rem;top:5.5869140625rem;left:0.5625rem;overflow:hidden;display:block; }
#H0LfwfT5z94IwQKak7NbIaI7J8TpLf2T { 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:13.5rem;top:5.0625rem;left:19.875rem;display:block; }
#efSNB8420drXTHXtdEWVqJ6xQCrZZzrE { 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:14.187500953674rem;left:19.874132156372rem;height:3.298825rem;font-style:normal;display:block; }
#g9Rx7tEg3O9yfvPt4do49cBcf6SmqT3p { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;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:4.5rem;left:20.625rem;height:6.82425rem;font-style:normal;display:block; }
#rJ95OEQQSaui3QNb8UwV1FLQ5Lylsmq3 { position:absolute;display:block;z-index:15012;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:13.5rem;top:10.375rem;left:19.875rem;display:block; }
#Dy7rgT7uT6C69iLADmA0VytBJmB3Vv8W { 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:15037;line-height:1.3;letter-spacing:0;top:10.947700500488rem;left:22.529081344604rem;height:1.8684875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#n2nTehZxUGf7gWzAMSswoIKxrc1o067k { color:#050b1a;display:block;width:4.875rem;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:8.3125rem;left:28.25rem;height:1.7068125rem;font-style:normal;display:block; }
#DHke8tg8psTR99zGm8Hfnu9WKurePQvQ { color:rgba(var(--color-tertiary-0),1);display:block;width:13.1875rem;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:31.375rem;left:48.6875rem;height:3.5980875rem;font-style:normal;display:block; }
#GZ4aML3cRONsTw9IUiyAgUwKs9147pGp { 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:36.6875rem;left:34.625rem;display:block; }
#THSa8NFqTpTg0Vy4zBxTduWnHPvAWZMi { 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:37.25rem;left:36.4375rem;height:1.8684875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fPzVi3EeX9aTBPSB7SzKnvifXnTdVkm7 { 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:31.375rem;left:34.625rem;display:block; }
#tROvqpHkTdggRaxADXgSTG0bW2yWz4NG { 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:31.1875rem;left:35.25rem;height:6.82425rem;font-style:normal;display:block; }
#NHNKIIZHQnhbzro9VTK3o2rgJGtTmT5o { 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:34.974609375rem;left:41.03125rem;height:1.7068125rem;font-style:normal;display:block; }
#oB29z6Sl55MJRN895yDrnSqB65esTBZl { 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:31.6875rem;left:41.1875rem;height:4.2246125rem;font-style:normal;display:block; }
#qpqnARCLORxG0hC8y51X2hKH4KsVVkO2 { 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:17.875rem;width:18.75rem;top:25.25rem;left:12.75rem;overflow:hidden;display:block; }
#U1gHWnpTAnCS6OAPtNPIi0QSJ9qpahS9 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5625rem;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:13.6875rem;left:56rem;height:1.79980625rem;font-style:normal;display:block; }
#lXluKZCoFd0o5xs1cmFwhwSBDXT2U5sX { 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:13.5rem;top:6.1875rem;left:58.4375rem;display:block; }
#iHnqexa84swT0Fnz3zTIONdkXrOkpDkE { color:rgba(var(--color-tertiary-4),1);display:block;width:10.25rem;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:5.875rem;left:59.1875rem;height:6.82425rem;font-style:normal;display:block; }
#Nf2FwPVx30huw6hflutrXyGDC0PtTfDh { 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:9.6875rem;left:66.75rem;height:1.7068125rem;font-style:normal;display:block; }
#cdUeFmngiDVU6TBLpIZAhX9r0o17XUNE { 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:18.625rem;width:17.5625rem;top:4.5625rem;left:35.935560344828rem;overflow:hidden;display:block; }
#rNQKcIlXbWcTBPid6bkUREFXdavsGPIT { 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:1rem;left:49.3125rem;overflow:hidden;display:block; }
#Q9zkNSZVKxKfGqUDtfhveuuUquA4svvs { 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.375rem;width:20.8125rem;top:19.84375rem;left:33.375rem;overflow:hidden;display:block; }
#BJrAOM4glQWKqsN2U9Oh3egKgSLQ4rTi { 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:2.6870660781861rem;left:18.624132156372rem;overflow:hidden;display:block; }
#kTOoQeLQVW7bWkswUQkCSKeV50L7dzX5 { 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:3.8125002384186rem;left:57.187501907349rem;overflow:hidden;display:block; }
#FS10aZLEyVE7mfL1VGbBKEVBSlogWosa { 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:29.061849594116rem;left:33.374567031861rem;overflow:hidden;display:block; }
#ag9KAkoHczzrcC8JMbdsEodr97wTmD8c { position:absolute;display:block;z-index:14997;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.5625rem;width:17.875rem;top:40rem;left:13.625rem;overflow:hidden;display:block; }
#ts3C2HBUMBQmObRErDEq5ISN7h0k7iWw { 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; }
#L5PTkoaRCfiEB2lnEGT62VIHaQLKVZCH { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9375rem;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:18.150390625rem;left:19.875rem;height:4.3369125rem;font-style:normal;display:block; }#L5PTkoaRCfiEB2lnEGT62VIHaQLKVZCH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#L5PTkoaRCfiEB2lnEGT62VIHaQLKVZCH li:before{  }
#LD6gaomVqhge3McKSR9QxDlig1ZOhQU4 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.4375rem;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:16.25rem;left:56rem;height:11.4583125rem;font-style:normal;display:block; }#LD6gaomVqhge3McKSR9QxDlig1ZOhQU4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LD6gaomVqhge3McKSR9QxDlig1ZOhQU4 li:before{  }
#tkqBIq8pIZV0EFTqIma3WUKO8euTwSbJ { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9375rem;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:36.6875rem;left:48.6875rem;height:5.57291875rem;font-style:normal;display:block; }#tkqBIq8pIZV0EFTqIma3WUKO8euTwSbJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#tkqBIq8pIZV0EFTqIma3WUKO8euTwSbJ li:before{  }
#tN80aUtk5JHXrMDDLNt08J6DzCARBoyM { position:absolute;display:block;z-index:14996;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.375rem;width:20.8125rem;top:19.84375rem;left:0rem;overflow:hidden;display:block; }
#u1P1NZEewtn1Tr89k6Ou6S1Shb8TyZxC { position:absolute;display:block;z-index:15016;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:33.4375rem;left:67.28125rem;overflow:hidden;display:block; }
#wW7anTmVzHZRZPedtlR3LOJJ8GRyn9rd { 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; }#wW7anTmVzHZRZPedtlR3LOJJ8GRyn9rd > .row .container { background-color: transparent; background-image: none; }#wW7anTmVzHZRZPedtlR3LOJJ8GRyn9rd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wW7anTmVzHZRZPedtlR3LOJJ8GRyn9rd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wW7anTmVzHZRZPedtlR3LOJJ8GRyn9rd > .row .container > .video-iframe-container { display: none; }#wW7anTmVzHZRZPedtlR3LOJJ8GRyn9rd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wW7anTmVzHZRZPedtlR3LOJJ8GRyn9rd > .row > .video-iframe-container { display: none; }#wW7anTmVzHZRZPedtlR3LOJJ8GRyn9rd > .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); }#wW7anTmVzHZRZPedtlR3LOJJ8GRyn9rd > .row .container { border-width: 0; border-radius: 0; }#wW7anTmVzHZRZPedtlR3LOJJ8GRyn9rd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wW7anTmVzHZRZPedtlR3LOJJ8GRyn9rd > .row .container { font-size:0.875rem;font-family:arial;height:81.1875rem;width:75rem;position:relative;display:block; }#dWptDoDvbw8ymoue5RBcBH13TELvmGmg { 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:16.8125rem;width:16.875rem;top:3.3359375rem;left:1.90625rem;overflow:hidden;display:block; }
#A3K8dBnJvHSf2pDTHcNy7Ml7ymFGIyPL { 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:5.25rem;left:21.125rem;display:block; }
#p4RtJyViW4uf2PmQucmy0qCM4bAuATND { 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:11.636501312256rem;left:20.030382156372rem;height:1.64930625rem;font-style:normal;display:block; }
#cOwi6AHdJprXukkJCLKB9ASsPeLGafK1 { 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:4.6875rem;left:21.875rem;height:6.82425rem;font-style:normal;display:block; }
#S616Fsu18h6qNGou7eJRpi134kufo37P { 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:8.4993476867675rem;left:27.624349594116rem;height:1.7068125rem;font-style:normal;display:block; }
#PxlFid0M6k7dccF0GiWlkaFCBrnd92q3 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.1875rem;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:39.75rem;left:23.125rem;height:3.5980875rem;font-style:normal;display:block; }
#Akob0t2zv2xmi3RxPWHdm5Qb1a27f7uh { 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:13.5rem;top:31.9375rem;left:23.4375rem;display:block; }
#cTDFmdDc4dxE6dFGfOncV98qnNgFLNd9 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.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:31.75rem;left:24.0625rem;height:6.82425rem;font-style:normal;display:block; }
#mLzVMeT790N80u3dwygf2OxL5fXlt5iR { 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;letter-spacing:0;top:34.9375rem;left:31.4375rem;height:2.6258625rem;font-style:normal;display:block; }
#qZioZTVnNSfsqQEqGiHFUuEdMyrS0Qpu { 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:18.625rem;width:19.3125rem;top:29.3125rem;left:1.9375rem;overflow:hidden;display:block; }
#a1tIsNGcBSftKe0nlkUNX0gTOu8wnGn7 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.1875rem;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:13.6865234375rem;left:59.375rem;height:3.5980875rem;font-style:normal;display:block; }
#SzSF3NSPhHTozxfATd4MTU5rFEZfhJIf { 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:9.875rem;left:59.375rem;display:block; }
#dlvggIqp5aFTApRi0QLhblZMWZ0XTJ88 { 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:10.4375rem;left:61.1875rem;height:1.8684875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#px78PIxEiOirK4w5AP2eKhNT5TvEg6vR { 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:4.7493495941162rem;left:66.499353408812rem;height:4.2246125rem;font-style:normal;display:block; }
#qD5O5mqn9B9quGAwQGwQ2FPbshOriSVF { 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:4.6241302490234rem;left:59.375001907349rem;display:block; }
#Vc4rmmG7BL4FL3c1kqbE1SSUkT1wHpRT { 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:4.2491321563721rem;left:59.874788284302rem;height:6.82425rem;font-style:normal;display:block; }
#bXpvSsrBQ5FrTSR3lwFU9GWiSXEITbKh { 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:8.0620670318606rem;left:66.124132156375rem;height:1.7068125rem;font-style:normal;display:block; }
#dw18vyEWxtyu2QmyEDp6RccWwxrPbTxf { 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:16.6875rem;width:14.4375rem;top:2.84375rem;left:42.625rem;overflow:hidden;display:block; }
#yQm1m3Pcn6oLdCztuVuZXCHKqHS407zc { 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:3.875rem;width:15.625rem;top:18.005859375rem;left:1.90625rem;overflow:hidden;display:block; }
#X9fvzgAPsGVggKBQvxuvClhqNKHZFupq { 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:1.6875rem;left:35.25rem;overflow:hidden;display:block; }
#zJX4dLpdHNwzC0fklgEa47cu5pzluXLv { 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:5.4375rem;width:18rem;top:17.224609375rem;left:40.1875rem;overflow:hidden;display:block; }
#ihSSiU44vp2SU8QVLSEHOQOsPMJpCn8w { 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:2.7497825622559rem;left:19.874132156372rem;overflow:hidden;display:block; }
#ohBF7BuMTCGUwbIq5L0TBl5dPhyINLCs { 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:2.4370660781861rem;left:58.125001907349rem;overflow:hidden;display:block; }
#wvbgL23TN74ASLaLK6dXLxJC3xJ4ItIi { 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:29.375rem;left:22.1875rem;overflow:hidden;display:block; }
#gOkOnIwsWLtoq3hKNVk2DpdAz4L8uLpB { 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:13.5rem;top:31.9375rem;left:59.3125rem;display:block; }
#Cg5CCNuyQDyVfTUgkREw6MPfN6Pv61BI { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5rem;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:31.6875rem;left:59.875rem;height:6.82425rem;font-style:normal;display:block; }
#DJmOtaTBGKG4QuWm0XdirNJLKh8rJTKk { 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:29.625rem;left:58.062067031861rem;overflow:hidden;display:block; }
#T7PmRNRuTH903g1vkqbk9GtX5lZ5iTQt { 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:39.75rem;left:59.875rem;height:3.5980875rem;font-style:normal;display:block; }
#tRKSf2fpAUNGsuKGGyWX3Vbsq1XTuiHu { 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:35.396484375rem;left:67.6875rem;height:1.7068125rem;font-style:normal;display:block; }
#nweE18EGqvHiOT3wZZecoCb0ctQXbb7i { 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:18.9375rem;width:18.3125rem;top:29.1875rem;left:39.625rem;overflow:hidden;display:block; }
#FAP9W26xQi3acpLTDp3GP6ZeKikpvDzu { 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:4.8125rem;width:18.8125rem;top:45.5625rem;left:39.375rem;overflow:hidden;display:block; }
#NJG4I8UWfSTLV1L5n3BUW5gxp48PrmJl { 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; }
#aELNDNEsn4UvoX9Dn1tmQO83rEprzgvg { color:rgba(var(--color-tertiary-0),1);display:block;width:25.25rem;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:14.1728515625rem;left:19.21875rem;height:10.221375rem;font-style:normal;display:block; }#aELNDNEsn4UvoX9Dn1tmQO83rEprzgvg li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#aELNDNEsn4UvoX9Dn1tmQO83rEprzgvg li:before{  }
#KlD5gT3688tikeAbF9HnlpXVZe9Kcvk3 { 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.0478515625rem;left:58.34375rem;height:2.4746125rem;font-style:normal;display:block; }#KlD5gT3688tikeAbF9HnlpXVZe9Kcvk3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KlD5gT3688tikeAbF9HnlpXVZe9Kcvk3 li:before{  }
#Un8tIkLx4Om0QPs2iFbbgOLbVmnAPmZI { 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:15065;line-height:1.2;letter-spacing:0;top:65rem;left:22.9375rem;height:1.79980625rem;font-style:normal;display:block; }
#zMcB6UNcaMCZ38oqgqZAVIah085zU8Nu { 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:15058;line-height:1.3;letter-spacing:0;top:57.312503814698rem;left:23.499132156372rem;height:6.82425rem;font-style:normal;display:block; }
#wqI48U5ygaGOASpRs4vdKuZqNgqLP5qN { position:absolute;display:block;z-index:15051;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:57.6875rem;left:23rem;display:block; }
#LlV4OyEWAvVgfTwaytRA2KpIaabFPNSN { color:#050b1a;display:block;width:5.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:61.3125rem;left:29.5rem;height:1.7068125rem;font-style:normal;display:block; }
#n8IEK2aTFpRlQK46bJftPxPCurVsugXn { color:#050b1a;display:block;width:4.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15059;line-height:1.3;letter-spacing:0;top:57.999134063721rem;left:29.999567031861rem;height:4.2246125rem;font-style:normal;display:block; }
#b9Bt7wZrseU7tKMvqv8DD2E8ymAZA1WJ { position:absolute;display:block;z-index:15020;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.5625rem;width:22.4375rem;top:69.125rem;left:0.875rem;overflow:hidden;display:block; }
#yFypsi5GV1Ht3tSmawupKOtyEb8eGZAR { position:absolute;display:block;z-index:15029;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.875rem;width:18.875rem;top:53.125rem;left:1.4375rem;overflow:hidden;display:block; }
#FdzJk5OvMTvT1puqstGsVyUCfsfhOVMN { position:absolute;display:block;z-index:15079;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:55.125rem;left:21.75rem;overflow:hidden;display:block; }
#qvGCuf8GcMwwdQnr9har68fE7E2MIks4 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15065;line-height:1.2;letter-spacing:0;top:63.25rem;left:56.9375rem;height:1.79980625rem;font-style:normal;display:block; }
#ZLs3vVVCmwVLRzBO9MDGENSqidUe9ct5 { position:absolute;display:block;z-index:15020;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.375rem;width:17.5rem;top:70.0625rem;left:38.3125rem;overflow:hidden;display:block; }
#GB6dIVWUTVJFeB7PiEgx5soNC9a6zH3E { position:absolute;display:block;z-index:15029;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:16.25rem;width:19.75rem;top:55.5rem;left:36.5rem;overflow:hidden;display:block; }
#K8vSy8kIZ5DmlzCTGOQAJweduwVxFiSV { position:absolute;display:block;z-index:15041;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:59.5625rem;left:59.625rem;display:block; }
#FCIoQJiSK2E0FrCQTnJ1RTV5sakiwla4 { 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:15066;line-height:1.3;letter-spacing:0;top:60.125rem;left:61.4375rem;height:1.8684875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fdkDMMmDZWoL5xCkTa8Ho5XWqoGOJNbu { 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:15058;line-height:1.3;letter-spacing:0;top:54.062503814698rem;left:59.937067031861rem;height:6.82425rem;font-style:normal;display:block; }
#DxPweA45d5TDAqDN3BKKH30JiHW3zzr4 { position:absolute;display:block;z-index:15051;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:54.25rem;left:59.625rem;display:block; }
#Krr0eEb3EIfO2n7kqrMTNc3eZWlLPkTc { color:#050b1a;display:block;width:5.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:57.9375rem;left:66.1875rem;height:1.7068125rem;font-style:normal;display:block; }
#qS983aggiNGToESO0TKSN0MGmUpOZDzf { color:#050b1a;display:block;width:4.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15059;line-height:1.3;letter-spacing:0;top:54.5625rem;left:66.8125rem;height:4.2246125rem;font-style:normal;display:block; }
#Wzx2ri3oO4xFaqqKm3XvQpuatU4qhJIT { position:absolute;display:block;z-index:15079;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:51.6875rem;left:58.375rem;overflow:hidden;display:block; }
#OpO7hg21L5Cdhr1EFbTottUfPNNMdTGr { 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:44.5rem;left:22.1875rem;height:1.23730625rem;font-style:normal;display:block; }#OpO7hg21L5Cdhr1EFbTottUfPNNMdTGr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OpO7hg21L5Cdhr1EFbTottUfPNNMdTGr li:before{  }
#fpx0BTGDX9vXJJhbQgxrUfoWrTJztt7m { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3125rem;width:21.25rem;top:44.8125rem;left:1.0625rem;overflow:hidden;display:block; }
#FCEaoQWLmorBVAKmFfQcb6cBzuSzUSSK { 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:44.8125rem;left:59.3125rem;height:2.4746125rem;font-style:normal;display:block; }#FCEaoQWLmorBVAKmFfQcb6cBzuSzUSSK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FCEaoQWLmorBVAKmFfQcb6cBzuSzUSSK li:before{  }
#Kgya6y6tSDp3QqTWFCmmbfOudTdePx2M { 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:68.125rem;left:21.5625rem;height:7.434875rem;font-style:normal;display:block; }#Kgya6y6tSDp3QqTWFCmmbfOudTdePx2M li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Kgya6y6tSDp3QqTWFCmmbfOudTdePx2M li:before{  }
#PEJ9ScVkKqTapeAzRrxK76sqrEMvbiUD { color:rgba(var(--color-tertiary-0),1);display:block;width:19.125rem;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:66.8125rem;left:55.875rem;height:7.434875rem;font-style:normal;display:block; }#PEJ9ScVkKqTapeAzRrxK76sqrEMvbiUD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PEJ9ScVkKqTapeAzRrxK76sqrEMvbiUD li:before{  }
#BIt8C4u3oZp0S3TTm4AhezoEF3W4AdaW { position:absolute;display:block;z-index:15014;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:47.9375rem;left:31.4375rem;overflow:hidden;display:block; }
#DzUhe40TmVtOWTrTSBF5bQ9mhBkbWAvB { 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; }#DzUhe40TmVtOWTrTSBF5bQ9mhBkbWAvB > .row .container { background-color: transparent; background-image: none; }#DzUhe40TmVtOWTrTSBF5bQ9mhBkbWAvB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DzUhe40TmVtOWTrTSBF5bQ9mhBkbWAvB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DzUhe40TmVtOWTrTSBF5bQ9mhBkbWAvB > .row .container > .video-iframe-container { display: none; }#DzUhe40TmVtOWTrTSBF5bQ9mhBkbWAvB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DzUhe40TmVtOWTrTSBF5bQ9mhBkbWAvB > .row > .video-iframe-container { display: none; }#DzUhe40TmVtOWTrTSBF5bQ9mhBkbWAvB > .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); }#DzUhe40TmVtOWTrTSBF5bQ9mhBkbWAvB > .row .container { border-width: 0; border-radius: 0; }#DzUhe40TmVtOWTrTSBF5bQ9mhBkbWAvB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DzUhe40TmVtOWTrTSBF5bQ9mhBkbWAvB > .row .container { font-size:0.875rem;font-family:arial;height:47.875rem;width:75rem;position:relative;display:block; }#R24R7BpwNcvzEUXtfSffhZK4cdabq8ZT { 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.3125rem;width:14.875rem;top:5.0625rem;left:2.96875rem;overflow:hidden;display:block; }
#HF3W0JC9qBIGdGWTyXAqzzagI0xlR3wA { 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:5.0618438720703rem;left:19.811632156372rem;display:block; }
#aIXkoDCBXEetXcDP2rsoomb8quGMFyIX { 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:11.3125rem;left:20.9375rem;height:3.298825rem;font-style:normal;display:block; }
#xTHcBx8u7wNT4ZCT3U5n5N0xtyrECUpq { 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:4.6247825622559rem;left:20.375001907349rem;height:6.82425rem;font-style:normal;display:block; }
#UUv0qOfVsVn6IrzO09gh42NTwuV0l7k8 { 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:8.4366321563719rem;left:26.436849594116rem;height:1.7068125rem;font-style:normal;display:block; }
#NhHc5EHuNpKPXbzmXwcCKHvvLhTwF7VH { 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:15045;line-height:1.2;letter-spacing:0;top:37.7744140625rem;left:20.9375rem;height:1.79980625rem;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; }
#XHAKon18KTKRRDfUPRwedehuVXNRXcxS { 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:30.25rem;left:21.125rem;display:block; }
#ZkVk2Dzmp0JsyVPI0F1CH3rEPMcCMHqy { 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:30.061851501465rem;left:21.312067031861rem;height:6.82425rem;font-style:normal;display:block; }
#TCo7lpcH7H9UkfL5DFQlGQKoOnwNyBEh { 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;letter-spacing:0;top:33.968097686767rem;left:27.373701095581rem;height:1.31293125rem;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; }
#dbgfenULnKdS6n2hxP70ptfrF70eb1S2 { 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:15.375rem;width:12.875rem;top:28.5625rem;left:2.96875rem;overflow:hidden;display:block; }
#tJ61zCJaLBt1al8VDtgcyW14SNEfQ63R { color:rgba(var(--color-tertiary-0),1);display:block;width:11.1875rem;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:15.25rem;left:60.1875rem;height:3.5980875rem;font-style:normal;display:block; }
#uFwKyuCnMMX94ELdAqLUQ93pVxArU0oJ { 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:13.5rem;top:11.3125rem;left:60.0625rem;display:block; }
#vl0MbOrI2Jm03UT84ObJzvWPo15VOTCO { 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:15055;line-height:1.3;letter-spacing:0;top:11.783855438233rem;left:62.842882156375rem;height:1.8684875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W6OFM1CPtf4ELFUgALKX83Ax0tWGDNDF { 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:13.5rem;top:6rem;left:60.0625rem;display:block; }
#n0P8oBw2UMbNnhKqsFNNTuBraRxywDV3 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.0625rem;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:5.6868476867676rem;left:60.499132156372rem;height:6.82425rem;font-style:normal;display:block; }
#U17PQZ0X2CJBgXLZsd8p3WhTZtbZMfGb { color:#050b1a;display:block;width:4.8125rem;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:9.6245651245119rem;left:69.186853408812rem;height:1.7068125rem;font-style:normal;display:block; }
#AEOL5WdB10lig6LkytrV0Lro73fvPodE { 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:18.375rem;width:14.5625rem;top:2.625rem;left:41.9375rem;overflow:hidden;display:block; }
#mZsxM7XnbDL9fG6J1XptHstHZfAyvQBp { 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:4.625rem;width:19.125rem;top:17.224609375rem;left:0rem;overflow:hidden;display:block; }
#UUhHGIF0MfrTvDT13NfuWL8u8n4nQST1 { 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:1.5rem;left:35.9375rem;overflow:hidden;display:block; }
#IyIGrNJnvb79tIgtgLWbn0ZtFpa0eb59 { 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:4.6875rem;width:16.0625rem;top:18.625rem;left:42.75rem;overflow:hidden;display:block; }
#gv7nK5L4AyrJvGtXm4VLfd74mxm4OGei { 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:2.3120651245117rem;left:18.561632156372rem;overflow:hidden;display:block; }
#vXkTTXkThRc1LDlwLKrcevEoc5TgMmeT { 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:3.6872825622559rem;left:58.811853408814rem;overflow:hidden;display:block; }
#G7WDlvkyG9U6JMdTKMEXTcFU0NPWs8xW { 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:27.686634063721rem;left:19.874132156372rem;overflow:hidden;display:block; }
#VNuu3OIr966muxPetZvt3sxyreQNX35X { 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:30.3125rem;left:59.25rem;display:block; }
#VBuFekJ8TIBlckVVxoTyJSLV649wP7cR { 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:30.124782562256rem;left:59.374353408814rem;height:6.82425rem;font-style:normal;display:block; }
#rTc1LwJQykPGMapvTrpdMn2XFl67sZtw { 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:27.749565124512rem;left:57.999132156372rem;overflow:hidden;display:block; }
#KOkCH0gJnfQlGBnUXCK8tTcGNX9O1kOL { 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:37.125rem;left:58.125rem;height:1.79980625rem;font-style:normal;display:block; }
#u1uw55vKIiTls9nyPsgtyrHh4TtKbOin { 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:13.625rem;width:16.75rem;top:30.25rem;left:38.9375rem;overflow:hidden;display:block; }
#yIMcNsnNVnzyUUIMobgWEhyWnMEECTZD { 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:4.5625rem;width:18.25rem;top:41.5rem;left:38.1875rem;overflow:hidden;display:block; }
#MR3GoQrz5i4uVJngMCZrU1d15mcaJNCx { 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; }
#NMftUM2dIhmgxTT6gObbEwL9yoOwu5Xc { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5625rem;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:16.7265625rem;left:19.875rem;height:;font-style:normal;display:block; }#NMftUM2dIhmgxTT6gObbEwL9yoOwu5Xc li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NMftUM2dIhmgxTT6gObbEwL9yoOwu5Xc li:before{  }
#PbUzTUoQ7bZbrJAfMarnyQTZvSkcpUql { 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:19.5625rem;left:59.125rem;height:1.23730625rem;font-style:normal;display:block; }#PbUzTUoQ7bZbrJAfMarnyQTZvSkcpUql li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PbUzTUoQ7bZbrJAfMarnyQTZvSkcpUql li:before{  }
#pKD25HL1EfMo7lp219UfDprO1HkI0IDh { position:absolute;display:block;z-index:14997;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:5rem;width:19.5625rem;top:41.0625rem;left:0.875rem;overflow:hidden;display:block; }
#vkFHQlgpUz50Qx0U8RTVoI5O7u1p0C0V { color:rgba(var(--color-tertiary-0),1);display:block;width:16.6875rem;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:40.1875rem;left:57.75rem;height:4.3369125rem;font-style:normal;display:block; }#vkFHQlgpUz50Qx0U8RTVoI5O7u1p0C0V li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vkFHQlgpUz50Qx0U8RTVoI5O7u1p0C0V li:before{  }
#wHa67oOisWZvhp55M49S4dPS7XOUDAzM { 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:40.46875rem;left:20.9375rem;height:4.0244125rem;font-style:normal;display:block; }#wHa67oOisWZvhp55M49S4dPS7XOUDAzM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wHa67oOisWZvhp55M49S4dPS7XOUDAzM li:before{  }
#XKt2fsH6UfTPOCufwygMSRniwZKrZzuq { color:#050b1a;display:block;width:5.5625rem;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:5.1241321563721rem;left:26.905382156372rem;height:4.2246125rem;font-style:normal;display:block; }
#UlVcIp6hXhRfLbDMNreQwlJWFrqxiXE6 { color:#050b1a;display:block;width:5.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:30.061851501465rem;left:27.686849594116rem;height:4.2246125rem;font-style:normal;display:block; }
#Azz87JvoGrXz7MTR8yBotoA6RAvbeH4m { color:#050b1a;display:block;width:5.56206875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:30.374349594116rem;left:65.87890815735rem;height:4.2246125rem;font-style:normal;display:block; }
#Ohg1h2K7wh3NzWsOSTxLAMVbKqHxzO32 { color:#050b1a;display:block;width:5.56206875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15041;line-height:1;letter-spacing:0;top:33.967014312744rem;left:65.287546157837rem;height:1.31293125rem;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; }
#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; }@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) { #tn54inywXh3PEytwQ0Qh6gnbEx1bq3yo { display:block; }#tn54inywXh3PEytwQ0Qh6gnbEx1bq3yo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oJahEJPa8UAKFX0Ro9HZAkFNKMSOs8Xg { top:5.5625rem;left:0rem;width:18.3125rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0LfwfT5z94IwQKak7NbIaI7J8TpLf2T { top:5.0625rem;left:6.25rem;width:13.5rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #efSNB8420drXTHXtdEWVqJ6xQCrZZzrE { top:14.1875rem;left:6.2491321563721rem;width:17.25rem;height:3.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9Rx7tEg3O9yfvPt4do49cBcf6SmqT3p { top:4.5rem;left:7rem;width:8.4375rem;height:6.8125rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJ95OEQQSaui3QNb8UwV1FLQ5Lylsmq3 { top:10.375rem;left:6.25rem;width:13.5rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dy7rgT7uT6C69iLADmA0VytBJmB3Vv8W { top:10.9375rem;left:8.9040813446044rem;width:7.875rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2nTehZxUGf7gWzAMSswoIKxrc1o067k { top:8.3125rem;left:14.625rem;width:4.875rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHke8tg8psTR99zGm8Hfnu9WKurePQvQ { top:31.375rem;left:34.5625rem;width:13.1875rem;height:3.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZ4aML3cRONsTw9IUiyAgUwKs9147pGp { top:36.6875rem;left:21rem;width:11.25rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #THSa8NFqTpTg0Vy4zBxTduWnHPvAWZMi { top:37.25rem;left:22.8125rem;width:7.9375rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPzVi3EeX9aTBPSB7SzKnvifXnTdVkm7 { top:31.375rem;left:21rem;width:11.25rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tROvqpHkTdggRaxADXgSTG0bW2yWz4NG { top:31.1875rem;left:21.625rem;width:7.5625rem;height:6.8125rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHNKIIZHQnhbzro9VTK3o2rgJGtTmT5o { top:34.9375rem;left:27.40625rem;width:5.5625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oB29z6Sl55MJRN895yDrnSqB65esTBZl { top:31.6875rem;left:27.5625rem;width:4.75rem;height:4.1875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpqnARCLORxG0hC8y51X2hKH4KsVVkO2 { top:25.25rem;left:0rem;width:18.75rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1gHWnpTAnCS6OAPtNPIi0QSJ9qpahS9 { top:13.6875rem;left:32.1875rem;width:15.5625rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXluKZCoFd0o5xs1cmFwhwSBDXT2U5sX { top:6.1875rem;left:34.25rem;width:13.5rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHnqexa84swT0Fnz3zTIONdkXrOkpDkE { top:5.875rem;left:37.5rem;width:10.25rem;height:6.8125rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nf2FwPVx30huw6hflutrXyGDC0PtTfDh { top:9.6875rem;left:42.1875rem;width:5.5625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdUeFmngiDVU6TBLpIZAhX9r0o17XUNE { top:4.5625rem;left:22.310560344828rem;width:17.5625rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNQKcIlXbWcTBPid6bkUREFXdavsGPIT { top:1rem;left:35.6875rem;width:6.9375rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9zkNSZVKxKfGqUDtfhveuuUquA4svvs { top:19.8125rem;left:19.75rem;width:20.8125rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJrAOM4glQWKqsN2U9Oh3egKgSLQ4rTi { top:2.625rem;left:4.9991321563721rem;width:11.1875rem;height:4.6247496061298rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTOoQeLQVW7bWkswUQkCSKeV50L7dzX5 { top:3.8125rem;left:36.5625rem;width:11.1875rem;height:4.6247496061298rem;display:block; }
 }@media only screen and (max-width: 763px) { #FS10aZLEyVE7mfL1VGbBKEVBSlogWosa { top:29rem;left:19.749567031861rem;width:11.1875rem;height:4.6247496061298rem;display:block; }
 }@media only screen and (max-width: 763px) { #ag9KAkoHczzrcC8JMbdsEodr97wTmD8c { top:40rem;left:0rem;width:17.875rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ts3C2HBUMBQmObRErDEq5ISN7h0k7iWw { top:2.625rem;left:40.8125rem;width:6.9375rem;height:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #L5PTkoaRCfiEB2lnEGT62VIHaQLKVZCH { top:18.125rem;left:6.25rem;width:14.9375rem;height:4.3125rem;font-size:1.125rem;display:block; }#L5PTkoaRCfiEB2lnEGT62VIHaQLKVZCH li:before{  }
 }@media only screen and (max-width: 763px) { #LD6gaomVqhge3McKSR9QxDlig1ZOhQU4 { top:16.25rem;left:30.3125rem;width:17.4375rem;height:;font-size:1.125rem;display:block; }#LD6gaomVqhge3McKSR9QxDlig1ZOhQU4 li:before{  }
 }@media only screen and (max-width: 763px) { #tkqBIq8pIZV0EFTqIma3WUKO8euTwSbJ { top:36.6875rem;left:32.8125rem;width:14.9375rem;height:5.5625rem;font-size:1.125rem;display:block; }#tkqBIq8pIZV0EFTqIma3WUKO8euTwSbJ li:before{  }
 }@media only screen and (max-width: 763px) { #tN80aUtk5JHXrMDDLNt08J6DzCARBoyM { top:19.8125rem;left:0rem;width:20.8125rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1P1NZEewtn1Tr89k6Ou6S1Shb8TyZxC { top:33.4375rem;left:40.8125rem;width:6.9375rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wW7anTmVzHZRZPedtlR3LOJJ8GRyn9rd { display:block; }#wW7anTmVzHZRZPedtlR3LOJJ8GRyn9rd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dWptDoDvbw8ymoue5RBcBH13TELvmGmg { top:3.3125rem;left:0rem;width:16.875rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3K8dBnJvHSf2pDTHcNy7Ml7ymFGIyPL { top:5.25rem;left:7.5rem;width:11.25rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4RtJyViW4uf2PmQucmy0qCM4bAuATND { top:11.625rem;left:6.4053821563719rem;width:17.1875rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOwi6AHdJprXukkJCLKB9ASsPeLGafK1 { top:4.6875rem;left:8.25rem;width:7.5625rem;height:6.8125rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S616Fsu18h6qNGou7eJRpi134kufo37P { top:8.4375rem;left:13.999349594116rem;width:5.5625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxlFid0M6k7dccF0GiWlkaFCBrnd92q3 { top:39.75rem;left:9.5rem;width:13.1875rem;height:3.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Akob0t2zv2xmi3RxPWHdm5Qb1a27f7uh { top:31.9375rem;left:9.8125rem;width:13.5rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTDFmdDc4dxE6dFGfOncV98qnNgFLNd9 { top:31.75rem;left:10.4375rem;width:10.5625rem;height:6.8125rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLzVMeT790N80u3dwygf2OxL5fXlt5iR { top:34.9375rem;left:17.8125rem;width:5.5625rem;height:2.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZioZTVnNSfsqQEqGiHFUuEdMyrS0Qpu { top:29.3125rem;left:0rem;width:19.3125rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1tIsNGcBSftKe0nlkUNX0gTOu8wnGn7 { top:13.625rem;left:37.5625rem;width:10.1875rem;height:3.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzSF3NSPhHTozxfATd4MTU5rFEZfhJIf { top:9.875rem;left:36.5rem;width:11.25rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlvggIqp5aFTApRi0QLhblZMWZ0XTJ88 { top:10.4375rem;left:39.8125rem;width:7.9375rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #px78PIxEiOirK4w5AP2eKhNT5TvEg6vR { top:4.6875rem;left:42.1875rem;width:5.5625rem;height:4.1875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qD5O5mqn9B9quGAwQGwQ2FPbshOriSVF { top:4.5625rem;left:36.5rem;width:11.25rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vc4rmmG7BL4FL3c1kqbE1SSUkT1wHpRT { top:4.1875rem;left:40.1875rem;width:7.5625rem;height:6.8125rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXpvSsrBQ5FrTSR3lwFU9GWiSXEITbKh { top:8rem;left:42.1875rem;width:5.5625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dw18vyEWxtyu2QmyEDp6RccWwxrPbTxf { top:2.8125rem;left:29rem;width:14.4375rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQm1m3Pcn6oLdCztuVuZXCHKqHS407zc { top:18rem;left:0rem;width:15.625rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9fvzgAPsGVggKBQvxuvClhqNKHZFupq { top:1.6875rem;left:21.625rem;width:6.9375rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJX4dLpdHNwzC0fklgEa47cu5pzluXLv { top:17.1875rem;left:26.5625rem;width:18rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihSSiU44vp2SU8QVLSEHOQOsPMJpCn8w { top:2.6875rem;left:6.2491321563721rem;width:11.1875rem;height:4.6247496061298rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohBF7BuMTCGUwbIq5L0TBl5dPhyINLCs { top:2.375rem;left:36.5625rem;width:11.1875rem;height:4.6247496061298rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvbgL23TN74ASLaLK6dXLxJC3xJ4ItIi { top:29.375rem;left:8.5625rem;width:11.1875rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOkOnIwsWLtoq3hKNVk2DpdAz4L8uLpB { top:31.9375rem;left:34.25rem;width:13.5rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cg5CCNuyQDyVfTUgkREw6MPfN6Pv61BI { top:31.6875rem;left:36.25rem;width:11.5rem;height:6.8125rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJmOtaTBGKG4QuWm0XdirNJLKh8rJTKk { top:29.625rem;left:36.5625rem;width:11.1875rem;height:4.6247496061298rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7PmRNRuTH903g1vkqbk9GtX5lZ5iTQt { top:39.6875rem;left:33.6875rem;width:14.0625rem;height:3.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRKSf2fpAUNGsuKGGyWX3Vbsq1XTuiHu { top:35.375rem;left:42.1875rem;width:5.5625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nweE18EGqvHiOT3wZZecoCb0ctQXbb7i { top:29.1875rem;left:26rem;width:18.3125rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAP9W26xQi3acpLTDp3GP6ZeKikpvDzu { top:45.5625rem;left:25.75rem;width:18.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJG4I8UWfSTLV1L5n3BUW5gxp48PrmJl { top:2.625rem;left:40.8125rem;width:6.9375rem;height:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aELNDNEsn4UvoX9Dn1tmQO83rEprzgvg { top:14.125rem;left:5.59375rem;width:25.25rem;height:11.4375rem;font-size:1.125rem;display:block; }#aELNDNEsn4UvoX9Dn1tmQO83rEprzgvg li:before{  }
 }@media only screen and (max-width: 763px) { #KlD5gT3688tikeAbF9HnlpXVZe9Kcvk3 { top:18rem;left:33.75rem;width:14rem;height:2.4375rem;font-size:1.125rem;display:block; }#KlD5gT3688tikeAbF9HnlpXVZe9Kcvk3 li:before{  }
 }@media only screen and (max-width: 763px) { #Un8tIkLx4Om0QPs2iFbbgOLbVmnAPmZI { top:65rem;left:9.3125rem;width:14.125rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMcB6UNcaMCZ38oqgqZAVIah085zU8Nu { top:57.3125rem;left:9.8741321563719rem;width:7.5625rem;height:6.8125rem;font-size:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqI48U5ygaGOASpRs4vdKuZqNgqLP5qN { top:57.6875rem;left:9.375rem;width:11.25rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlV4OyEWAvVgfTwaytRA2KpIaabFPNSN { top:61.3125rem;left:15.875rem;width:5.5625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8IEK2aTFpRlQK46bJftPxPCurVsugXn { top:57.9375rem;left:16.374567031861rem;width:4.75rem;height:4.1875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9Bt7wZrseU7tKMvqv8DD2E8ymAZA1WJ { top:69.125rem;left:0rem;width:22.4375rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFypsi5GV1Ht3tSmawupKOtyEb8eGZAR { top:53.125rem;left:0rem;width:18.875rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdzJk5OvMTvT1puqstGsVyUCfsfhOVMN { top:55.125rem;left:8.125rem;width:11.1875rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvGCuf8GcMwwdQnr9har68fE7E2MIks4 { top:63.25rem;left:31.5625rem;width:16.1875rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLs3vVVCmwVLRzBO9MDGENSqidUe9ct5 { top:70.0625rem;left:24.6875rem;width:17.5rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GB6dIVWUTVJFeB7PiEgx5soNC9a6zH3E { top:55.5rem;left:22.875rem;width:19.75rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8vSy8kIZ5DmlzCTGOQAJweduwVxFiSV { top:59.5625rem;left:36.5rem;width:11.25rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCIoQJiSK2E0FrCQTnJ1RTV5sakiwla4 { top:60.125rem;left:39.8125rem;width:7.9375rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdkDMMmDZWoL5xCkTa8Ho5XWqoGOJNbu { top:54.0625rem;left:40.1875rem;width:7.5625rem;height:6.8125rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxPweA45d5TDAqDN3BKKH30JiHW3zzr4 { top:54.25rem;left:36.5rem;width:11.25rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Krr0eEb3EIfO2n7kqrMTNc3eZWlLPkTc { top:57.9375rem;left:42.1875rem;width:5.5625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qS983aggiNGToESO0TKSN0MGmUpOZDzf { top:54.5625rem;left:43rem;width:4.75rem;height:4.1875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wzx2ri3oO4xFaqqKm3XvQpuatU4qhJIT { top:51.6875rem;left:36.5625rem;width:11.1875rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpO7hg21L5Cdhr1EFbTottUfPNNMdTGr { top:44.5rem;left:8.5625rem;width:14rem;height:1.1875rem;font-size:1.125rem;display:block; }#OpO7hg21L5Cdhr1EFbTottUfPNNMdTGr li:before{  }
 }@media only screen and (max-width: 763px) { #fpx0BTGDX9vXJJhbQgxrUfoWrTJztt7m { top:44.8125rem;left:0rem;width:21.25rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCEaoQWLmorBVAKmFfQcb6cBzuSzUSSK { top:44.8125rem;left:33.75rem;width:14rem;height:2.4375rem;font-size:1.125rem;display:block; }#FCEaoQWLmorBVAKmFfQcb6cBzuSzUSSK li:before{  }
 }@media only screen and (max-width: 763px) { #Kgya6y6tSDp3QqTWFCmmbfOudTdePx2M { top:68.125rem;left:7.9375rem;width:14rem;height:7.375rem;font-size:1.125rem;display:block; }#Kgya6y6tSDp3QqTWFCmmbfOudTdePx2M li:before{  }
 }@media only screen and (max-width: 763px) { #PEJ9ScVkKqTapeAzRrxK76sqrEMvbiUD { top:66.8125rem;left:28.625rem;width:19.125rem;height:8.625rem;font-size:1.125rem;display:block; }#PEJ9ScVkKqTapeAzRrxK76sqrEMvbiUD li:before{  }
 }@media only screen and (max-width: 763px) { #BIt8C4u3oZp0S3TTm4AhezoEF3W4AdaW { top:47.9375rem;left:17.8125rem;width:6.9375rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzUhe40TmVtOWTrTSBF5bQ9mhBkbWAvB { display:block; }#DzUhe40TmVtOWTrTSBF5bQ9mhBkbWAvB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R24R7BpwNcvzEUXtfSffhZK4cdabq8ZT { top:5.0625rem;left:0rem;width:14.875rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HF3W0JC9qBIGdGWTyXAqzzagI0xlR3wA { top:5rem;left:6.1866321563721rem;width:11.25rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIXkoDCBXEetXcDP2rsoomb8quGMFyIX { top:11.3125rem;left:7.3125rem;width:17.25rem;height:3.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTHcBx8u7wNT4ZCT3U5n5N0xtyrECUpq { top:4.5625rem;left:6.7500019073488rem;width:7.5625rem;height:6.8125rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUv0qOfVsVn6IrzO09gh42NTwuV0l7k8 { top:8.375rem;left:12.811849594116rem;width:5.5625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhHc5EHuNpKPXbzmXwcCKHvvLhTwF7VH { top:37.75rem;left:7.3125rem;width:17.25rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHAKon18KTKRRDfUPRwedehuVXNRXcxS { top:30.25rem;left:0rem;width:11.25rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkVk2Dzmp0JsyVPI0F1CH3rEPMcCMHqy { top:30rem;left:7.6870670318606rem;width:7.5625rem;height:6.8125rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCo7lpcH7H9UkfL5DFQlGQKoOnwNyBEh { top:33.9375rem;left:13.748701095581rem;width:5.5rem;height:1.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbgfenULnKdS6n2hxP70ptfrF70eb1S2 { top:28.5625rem;left:0rem;width:12.875rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJ61zCJaLBt1al8VDtgcyW14SNEfQ63R { top:15.25rem;left:36.5625rem;width:11.1875rem;height:3.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFwKyuCnMMX94ELdAqLUQ93pVxArU0oJ { top:11.3125rem;left:34.25rem;width:13.5rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vl0MbOrI2Jm03UT84ObJzvWPo15VOTCO { top:11.75rem;left:39.8125rem;width:7.875rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6OFM1CPtf4ELFUgALKX83Ax0tWGDNDF { top:6rem;left:34.25rem;width:13.5rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0P8oBw2UMbNnhKqsFNNTuBraRxywDV3 { top:5.625rem;left:37.6875rem;width:10.0625rem;height:6.8125rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U17PQZ0X2CJBgXLZsd8p3WhTZtbZMfGb { top:9.5625rem;left:42.9375rem;width:4.8125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEOL5WdB10lig6LkytrV0Lro73fvPodE { top:2.625rem;left:28.3125rem;width:14.5625rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZsxM7XnbDL9fG6J1XptHstHZfAyvQBp { top:17.1875rem;left:0rem;width:19.125rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUhHGIF0MfrTvDT13NfuWL8u8n4nQST1 { top:1.5rem;left:22.3125rem;width:6.9375rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyIGrNJnvb79tIgtgLWbn0ZtFpa0eb59 { top:18.625rem;left:29.125rem;width:16.0625rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gv7nK5L4AyrJvGtXm4VLfd74mxm4OGei { top:2.25rem;left:4.9366321563721rem;width:11.1875rem;height:4.6247496061298rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXkTTXkThRc1LDlwLKrcevEoc5TgMmeT { top:3.625rem;left:36.5625rem;width:11.1875rem;height:4.6247496061298rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7WDlvkyG9U6JMdTKMEXTcFU0NPWs8xW { top:27.625rem;left:6.2491321563721rem;width:11.1875rem;height:4.6247496061298rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNuu3OIr966muxPetZvt3sxyreQNX35X { top:30.3125rem;left:34.25rem;width:11.25rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBuFekJ8TIBlckVVxoTyJSLV649wP7cR { top:30.0625rem;left:40.1875rem;width:7.5625rem;height:6.8125rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTc1LwJQykPGMapvTrpdMn2XFl67sZtw { top:27.6875rem;left:36.5625rem;width:11.1875rem;height:4.6247496061298rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOkCH0gJnfQlGBnUXCK8tTcGNX9O1kOL { top:37.125rem;left:33.625rem;width:14.125rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1uw55vKIiTls9nyPsgtyrHh4TtKbOin { top:30.25rem;left:25.3125rem;width:16.75rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIMcNsnNVnzyUUIMobgWEhyWnMEECTZD { top:41.5rem;left:24.5625rem;width:18.25rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MR3GoQrz5i4uVJngMCZrU1d15mcaJNCx { top:2.625rem;left:40.8125rem;width:6.9375rem;height:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NMftUM2dIhmgxTT6gObbEwL9yoOwu5Xc { top:16.6875rem;left:6.25rem;width:17.5625rem;height:;font-size:1.125rem;display:block; }#NMftUM2dIhmgxTT6gObbEwL9yoOwu5Xc li:before{  }
 }@media only screen and (max-width: 763px) { #PbUzTUoQ7bZbrJAfMarnyQTZvSkcpUql { top:19.5625rem;left:33.75rem;width:14rem;height:1.1875rem;font-size:1.125rem;display:block; }#PbUzTUoQ7bZbrJAfMarnyQTZvSkcpUql li:before{  }
 }@media only screen and (max-width: 763px) { #pKD25HL1EfMo7lp219UfDprO1HkI0IDh { top:41.0625rem;left:0rem;width:19.5625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkFHQlgpUz50Qx0U8RTVoI5O7u1p0C0V { top:40.1875rem;left:31.0625rem;width:16.6875rem;height:4.3125rem;font-size:1.125rem;display:block; }#vkFHQlgpUz50Qx0U8RTVoI5O7u1p0C0V li:before{  }
 }@media only screen and (max-width: 763px) { #wHa67oOisWZvhp55M49S4dPS7XOUDAzM { top:40.4375rem;left:7.3125rem;width:14rem;height:;font-size:1.125rem;display:block; }#wHa67oOisWZvhp55M49S4dPS7XOUDAzM li:before{  }
 }@media only screen and (max-width: 763px) { #XKt2fsH6UfTPOCufwygMSRniwZKrZzuq { top:5.0625rem;left:13.280382156372rem;width:5.5625rem;height:4.1875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlVcIp6hXhRfLbDMNreQwlJWFrqxiXE6 { top:30rem;left:14.061849594116rem;width:5.5625rem;height:4.1875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Azz87JvoGrXz7MTR8yBotoA6RAvbeH4m { top:30.3125rem;left:42.25rem;width:5.5rem;height:4.1875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ohg1h2K7wh3NzWsOSTxLAMVbKqHxzO32 { top:33.9375rem;left:42.25rem;width:5.5rem;height:1.3125rem;font-size:1.3125rem;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: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) { 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) { #tn54inywXh3PEytwQ0Qh6gnbEx1bq3yo { display:block; }#tn54inywXh3PEytwQ0Qh6gnbEx1bq3yo > .row .container { width:20rem;height:117rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oJahEJPa8UAKFX0Ro9HZAkFNKMSOs8Xg { width:13.1875rem;height:13.1875rem;top:0.625rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0LfwfT5z94IwQKak7NbIaI7J8TpLf2T { width:11.25rem;height:5.1875rem;top:15.3125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #efSNB8420drXTHXtdEWVqJ6xQCrZZzrE { width:17.4375rem;height:3.5996125rem;top:23.5244140625rem;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) { #g9Rx7tEg3O9yfvPt4do49cBcf6SmqT3p { width:5.0625rem;height:3.5rem;top:16.625007629394rem;left:1.8122830986977rem;font-size:4.375rem;z-index:15048;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #rJ95OEQQSaui3QNb8UwV1FLQ5Lylsmq3 { width:11.25rem;height:2.625rem;top:20.25rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dy7rgT7uT6C69iLADmA0VytBJmB3Vv8W { width:7.9373125rem;height:1.8684875rem;top:20.81166267395rem;left:3.0305991768837rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2nTehZxUGf7gWzAMSswoIKxrc1o067k { width:4.5625rem;height:1.7068125rem;top:18.417976379394rem;left:8.1250002980231rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DHke8tg8psTR99zGm8Hfnu9WKurePQvQ { width:18.3125rem;height:1.79980625rem;top:106.5rem;left:0.84375rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #GZ4aML3cRONsTw9IUiyAgUwKs9147pGp { width:10rem;height:2.625rem;top:102.6875rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #THSa8NFqTpTg0Vy4zBxTduWnHPvAWZMi { width:7.9373125rem;height:1.8684875rem;top:103.19032287597rem;left:10.379557907581rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPzVi3EeX9aTBPSB7SzKnvifXnTdVkm7 { width:10rem;height:5.625rem;top:97.375rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tROvqpHkTdggRaxADXgSTG0bW2yWz4NG { width:5rem;height:3.5rem;top:98.999576568606rem;left:9.9370663762094rem;font-size:4.375rem;z-index:15048;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #NHNKIIZHQnhbzro9VTK3o2rgJGtTmT5o { width:3.625rem;height:1.7068125rem;top:100.49957847595rem;left:14.874349892139rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oB29z6Sl55MJRN895yDrnSqB65esTBZl { width:3.1875rem;height:2.5996125rem;top:55.749794006347rem;left:14.936849892139rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qpqnARCLORxG0hC8y51X2hKH4KsVVkO2 { width:15.875rem;height:15.125rem;top:78.625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1gHWnpTAnCS6OAPtNPIi0QSJ9qpahS9 { width:10.25rem;height:3.5996125rem;top:61.3251953125rem;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) { #lXluKZCoFd0o5xs1cmFwhwSBDXT2U5sX { width:11.25rem;height:5.625rem;top:54.875rem;left:7.625rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #iHnqexa84swT0Fnz3zTIONdkXrOkpDkE { width:5.375rem;height:3.5rem;top:56.124145507812rem;left:7.9997838139531rem;font-size:4.375rem;z-index:15048;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #Nf2FwPVx30huw6hflutrXyGDC0PtTfDh { width:3rem;height:1.7068125rem;top:58.124794006347rem;left:14.312500298023rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cdUeFmngiDVU6TBLpIZAhX9r0o17XUNE { width:16.0625rem;height:17.0625rem;top:34.8125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNQKcIlXbWcTBPid6bkUREFXdavsGPIT { width:5.0625rem;height:5rem;top:53.5498046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9zkNSZVKxKfGqUDtfhveuuUquA4svvs { width:17.875rem;height:5.5rem;top:8.5625rem;left:2.125rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #BJrAOM4glQWKqsN2U9Oh3egKgSLQ4rTi { width:10rem;height:4.125rem;top:13.187072753906rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTOoQeLQVW7bWkswUQkCSKeV50L7dzX5 { width:10rem;height:4.125rem;top:52.875rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FS10aZLEyVE7mfL1VGbBKEVBSlogWosa { width:10rem;height:4.125rem;top:95.499576568606rem;left:8.3745663762094rem;display:block; }
 }@media only screen and (max-width: 763px) { #ag9KAkoHczzrcC8JMbdsEodr97wTmD8c { width:20rem;height:4.8125rem;top:91.1640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ts3C2HBUMBQmObRErDEq5ISN7h0k7iWw { width:4.5625rem;height:4.5rem;top:15rem;left:15.4375rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #L5PTkoaRCfiEB2lnEGT62VIHaQLKVZCH { width:18.375rem;height:4.67448125rem;top:28.4619140625rem;left:0.65625rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }#L5PTkoaRCfiEB2lnEGT62VIHaQLKVZCH li:before{  }
 }@media only screen and (max-width: 763px) { #LD6gaomVqhge3McKSR9QxDlig1ZOhQU4 { width:19rem;height:12.359375rem;top:65.828125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }#LD6gaomVqhge3McKSR9QxDlig1ZOhQU4 li:before{  }
 }@media only screen and (max-width: 763px) { #tkqBIq8pIZV0EFTqIma3WUKO8euTwSbJ { width:18.0625rem;height:6.02430625rem;top:109.5009765625rem;left:0.84375rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }#tkqBIq8pIZV0EFTqIma3WUKO8euTwSbJ li:before{  }
 }@media only screen and (max-width: 763px) { #tN80aUtk5JHXrMDDLNt08J6DzCARBoyM { width:20rem;height:6.125rem;top:47.7373046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1P1NZEewtn1Tr89k6Ou6S1Shb8TyZxC { width:6.9375rem;height:6.875rem;top:96.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wW7anTmVzHZRZPedtlR3LOJJ8GRyn9rd { display:block; }#wW7anTmVzHZRZPedtlR3LOJJ8GRyn9rd > .row .container { width:20rem;height:232.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dWptDoDvbw8ymoue5RBcBH13TELvmGmg { width:13.1875rem;height:13.125rem;top:0.8125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3K8dBnJvHSf2pDTHcNy7Ml7ymFGIyPL { width:10rem;height:5.1875rem;top:18.3125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4RtJyViW4uf2PmQucmy0qCM4bAuATND { width:19.125rem;height:1.79980625rem;top:25.03125rem;left:0.53125rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #cOwi6AHdJprXukkJCLKB9ASsPeLGafK1 { width:5.0625rem;height:3.5rem;top:19.499133110046rem;left:1.9997830986977rem;font-size:4.375rem;z-index:15048;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #S616Fsu18h6qNGou7eJRpi134kufo37P { width:4.5625rem;height:1.7068125rem;top:21.374133110046rem;left:6.4995663762094rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PxlFid0M6k7dccF0GiWlkaFCBrnd92q3 { width:17.375rem;height:1.79980625rem;top:101.375rem;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) { #Akob0t2zv2xmi3RxPWHdm5Qb1a27f7uh { width:11.25rem;height:5.625rem;top:94.9375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTDFmdDc4dxE6dFGfOncV98qnNgFLNd9 { width:5rem;height:3.5rem;top:96.50000190735rem;left:2.9372830986977rem;font-size:4.375rem;z-index:15048;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #mLzVMeT790N80u3dwygf2OxL5fXlt5iR { width:6.1875rem;height:2.6258625rem;top:97.4375rem;left:8.625rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qZioZTVnNSfsqQEqGiHFUuEdMyrS0Qpu { width:15.6875rem;height:15.125rem;top:76.07421875rem;left:4.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1tIsNGcBSftKe0nlkUNX0gTOu8wnGn7 { width:18.4375rem;height:1.79980625rem;top:70.5625rem;left:0.4375rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #SzSF3NSPhHTozxfATd4MTU5rFEZfhJIf { width:10rem;height:2.625rem;top:67.375rem;left:1.5625rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #dlvggIqp5aFTApRi0QLhblZMWZ0XTJ88 { width:7.9375rem;height:1.8684875rem;top:67.874353408812rem;left:2.5616322159767rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #px78PIxEiOirK4w5AP2eKhNT5TvEg6vR { width:3.0625rem;height:2.5996125rem;top:63.1875rem;left:7.8125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qD5O5mqn9B9quGAwQGwQ2FPbshOriSVF { width:10rem;height:5.625rem;top:62.0625rem;left:1.5625rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #Vc4rmmG7BL4FL3c1kqbE1SSUkT1wHpRT { width:5.37435rem;height:3.5rem;top:63.755638122556rem;left:1.9685330986977rem;font-size:4.375rem;z-index:15048;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #bXpvSsrBQ5FrTSR3lwFU9GWiSXEITbKh { width:3rem;height:1.7068125rem;top:65.5622882843rem;left:7.1247838139531rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dw18vyEWxtyu2QmyEDp6RccWwxrPbTxf { width:12.4375rem;height:14.3125rem;top:45.125rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQm1m3Pcn6oLdCztuVuZXCHKqHS407zc { width:20rem;height:4.25rem;top:12.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9fvzgAPsGVggKBQvxuvClhqNKHZFupq { width:6.9375rem;height:6.875rem;top:44.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJX4dLpdHNwzC0fklgEa47cu5pzluXLv { width:16.5625rem;height:5rem;top:57.375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihSSiU44vp2SU8QVLSEHOQOsPMJpCn8w { width:10rem;height:4.125rem;top:16.499784111977rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohBF7BuMTCGUwbIq5L0TBl5dPhyINLCs { width:10rem;height:4.125rem;top:60.249570846558rem;left:0.43684893846512rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvbgL23TN74ASLaLK6dXLxJC3xJ4ItIi { width:10rem;height:4.125rem;top:93.06250190735rem;left:1.4372830986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOkOnIwsWLtoq3hKNVk2DpdAz4L8uLpB { width:11.25rem;height:5.625rem;top:128.8125rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cg5CCNuyQDyVfTUgkREw6MPfN6Pv61BI { width:7.561875rem;height:3.5rem;top:130.38194847107rem;left:6.686632454395rem;font-size:4.375rem;z-index:15048;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #DJmOtaTBGKG4QuWm0XdirNJLKh8rJTKk { width:10rem;height:4.125rem;top:126.93685340881rem;left:5.2491319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7PmRNRuTH903g1vkqbk9GtX5lZ5iTQt { width:14.125rem;height:3.5996125rem;top:134.56185340881rem;left:1.6872830986977rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #tRKSf2fpAUNGsuKGGyWX3Vbsq1XTuiHu { width:4.75rem;height:1.7068125rem;top:132.18663978577rem;left:13.125000298023rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nweE18EGqvHiOT3wZZecoCb0ctQXbb7i { width:16.3125rem;height:16.875rem;top:108.0625rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAP9W26xQi3acpLTDp3GP6ZeKikpvDzu { width:17.8125rem;height:4.3125rem;top:122.25rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJG4I8UWfSTLV1L5n3BUW5gxp48PrmJl { width:4.5625rem;height:4.5rem;top:14.5rem;left:14.1875rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #aELNDNEsn4UvoX9Dn1tmQO83rEprzgvg { width:18.6875rem;height:16.4081875rem;top:27.9375rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }#aELNDNEsn4UvoX9Dn1tmQO83rEprzgvg li:before{  }
 }@media only screen and (max-width: 763px) { #KlD5gT3688tikeAbF9HnlpXVZe9Kcvk3 { width:13.1875rem;height:2.69965rem;top:72.9375rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }#KlD5gT3688tikeAbF9HnlpXVZe9Kcvk3 li:before{  }
 }@media only screen and (max-width: 763px) { #Un8tIkLx4Om0QPs2iFbbgOLbVmnAPmZI { width:14.125rem;height:1.79980625rem;top:172.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) { #zMcB6UNcaMCZ38oqgqZAVIah085zU8Nu { width:7.561875rem;height:4.30013125rem;top:167.41168594361rem;left:8.255208313465rem;font-size:5.375rem;z-index:15081;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #wqI48U5ygaGOASpRs4vdKuZqNgqLP5qN { width:11.25rem;height:5.625rem;top:166.375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlV4OyEWAvVgfTwaytRA2KpIaabFPNSN { width:5.5625rem;height:1.7068125rem;top:169.93750953674rem;left:14.187066376209rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #n8IEK2aTFpRlQK46bJftPxPCurVsugXn { width:4.75rem;height:2.5996125rem;top:167.24913978577rem;left:14.999566376209rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #b9Bt7wZrseU7tKMvqv8DD2E8ymAZA1WJ { width:20rem;height:4.95703125rem;top:159.5634765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFypsi5GV1Ht3tSmawupKOtyEb8eGZAR { width:18.875rem;height:18.875rem;top:143.333984375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdzJk5OvMTvT1puqstGsVyUCfsfhOVMN { width:10rem;height:4.125rem;top:164.43729591369rem;left:6.6250002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvGCuf8GcMwwdQnr9har68fE7E2MIks4 { width:16.1875rem;height:1.79980625rem;top:214.93663978577rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ZLs3vVVCmwVLRzBO9MDGENSqidUe9ct5 { width:17.375rem;height:4.4375rem;top:199rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GB6dIVWUTVJFeB7PiEgx5soNC9a6zH3E { width:17.3125rem;height:14.25rem;top:186.5625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8vSy8kIZ5DmlzCTGOQAJweduwVxFiSV { width:11.25rem;height:2.625rem;top:211rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCIoQJiSK2E0FrCQTnJ1RTV5sakiwla4 { width:7.9375rem;height:1.8684875rem;top:211.5625rem;left:9.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdkDMMmDZWoL5xCkTa8Ho5XWqoGOJNbu { width:7.561875rem;height:3.5rem;top:207.31186676026rem;left:8.317708313465rem;font-size:4.375rem;z-index:15080;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #DxPweA45d5TDAqDN3BKKH30JiHW3zzr4 { width:11.25rem;height:5.625rem;top:205.5625rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Krr0eEb3EIfO2n7kqrMTNc3eZWlLPkTc { width:5.5625rem;height:1.7068125rem;top:209.12413978577rem;left:14.187283813953rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qS983aggiNGToESO0TKSN0MGmUpOZDzf { width:4.75rem;height:2.5996125rem;top:206.62500953674rem;left:14.874566376209rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Wzx2ri3oO4xFaqqKm3XvQpuatU4qhJIT { width:10rem;height:4.125rem;top:203.49935340881rem;left:6.4993494153025rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpO7hg21L5Cdhr1EFbTottUfPNNMdTGr { width:14rem;height:1.349825rem;top:103.6650390625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }#OpO7hg21L5Cdhr1EFbTottUfPNNMdTGr li:before{  }
 }@media only screen and (max-width: 763px) { #fpx0BTGDX9vXJJhbQgxrUfoWrTJztt7m { width:19.25rem;height:5.625rem;top:88.037109375rem;left:0.775390625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCEaoQWLmorBVAKmFfQcb6cBzuSzUSSK { width:14rem;height:2.69965rem;top:138.5625rem;left:0.53125rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }#FCEaoQWLmorBVAKmFfQcb6cBzuSzUSSK li:before{  }
 }@media only screen and (max-width: 763px) { #Kgya6y6tSDp3QqTWFCmmbfOudTdePx2M { width:14rem;height:7.9980625rem;top:175.8125rem;left:1.4375rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }#Kgya6y6tSDp3QqTWFCmmbfOudTdePx2M li:before{  }
 }@media only screen and (max-width: 763px) { #PEJ9ScVkKqTapeAzRrxK76sqrEMvbiUD { width:19.125rem;height:9.347625rem;top:217.3125rem;left:0.4375rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }#PEJ9ScVkKqTapeAzRrxK76sqrEMvbiUD li:before{  }
 }@media only screen and (max-width: 763px) { #BIt8C4u3oZp0S3TTm4AhezoEF3W4AdaW { width:6.9375rem;height:6.875rem;top:105.0146484375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzUhe40TmVtOWTrTSBF5bQ9mhBkbWAvB { display:block; }#DzUhe40TmVtOWTrTSBF5bQ9mhBkbWAvB > .row .container { width:20rem;height:139.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R24R7BpwNcvzEUXtfSffhZK4cdabq8ZT { width:14.9375rem;height:15.3125rem;top:0.8125rem;left:2.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HF3W0JC9qBIGdGWTyXAqzzagI0xlR3wA { width:10rem;height:5.1875rem;top:19.0625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIXkoDCBXEetXcDP2rsoomb8quGMFyIX { width:15.375rem;height:3.5996125rem;top:24.7744140625rem;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) { #xTHcBx8u7wNT4ZCT3U5n5N0xtyrECUpq { width:5.0625rem;height:3.5rem;top:20.375rem;left:1.8122830986977rem;font-size:4.375rem;z-index:15048;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #UUv0qOfVsVn6IrzO09gh42NTwuV0l7k8 { width:4.5625rem;height:1.7068125rem;top:22.1875rem;left:6.4995663762094rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NhHc5EHuNpKPXbzmXwcCKHvvLhTwF7VH { width:13.3125rem;height:1.79980625rem;top:96.875rem;left:0.5rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #XHAKon18KTKRRDfUPRwedehuVXNRXcxS { width:10rem;height:5.625rem;top:90.625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkVk2Dzmp0JsyVPI0F1CH3rEPMcCMHqy { width:5rem;height:3.5rem;top:91.9375rem;left:1.9368491768837rem;font-size:4.375rem;z-index:15048;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #TCo7lpcH7H9UkfL5DFQlGQKoOnwNyBEh { width:5.5rem;height:1.31293125rem;top:94.249359130863rem;left:6.6870663762094rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dbgfenULnKdS6n2hxP70ptfrF70eb1S2 { width:12.75rem;height:15.125rem;top:73.46875rem;left:4.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJ61zCJaLBt1al8VDtgcyW14SNEfQ63R { width:10.25rem;height:3.5996125rem;top:65.25rem;left:0.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) { #uFwKyuCnMMX94ELdAqLUQ93pVxArU0oJ { width:11.25rem;height:2.625rem;top:60.875rem;left:1.1875rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #vl0MbOrI2Jm03UT84ObJzvWPo15VOTCO { width:7.9375rem;height:1.8684875rem;top:61.375rem;left:2.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6OFM1CPtf4ELFUgALKX83Ax0tWGDNDF { width:11.25rem;height:5.625rem;top:55.5625rem;left:1.1875rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #n0P8oBw2UMbNnhKqsFNNTuBraRxywDV3 { width:5.375rem;height:3.5rem;top:56.8125rem;left:1.5rem;font-size:4.375rem;z-index:15048;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #U17PQZ0X2CJBgXLZsd8p3WhTZtbZMfGb { width:3rem;height:1.7068125rem;top:58.6689453125rem;left:8.25rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AEOL5WdB10lig6LkytrV0Lro73fvPodE { width:13.9375rem;height:17.3125rem;top:35.3125rem;left:3.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZsxM7XnbDL9fG6J1XptHstHZfAyvQBp { width:20rem;height:4.25rem;top:14.0498046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUhHGIF0MfrTvDT13NfuWL8u8n4nQST1 { width:6.9375rem;height:6.875rem;top:63.5rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyIGrNJnvb79tIgtgLWbn0ZtFpa0eb59 { width:14.75rem;height:4.625rem;top:50.287109375rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gv7nK5L4AyrJvGtXm4VLfd74mxm4OGei { width:10rem;height:4.125rem;top:17.124557495118rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXkTTXkThRc1LDlwLKrcevEoc5TgMmeT { width:10rem;height:4.125rem;top:53.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7WDlvkyG9U6JMdTKMEXTcFU0NPWs8xW { width:10rem;height:4.125rem;top:88.686431884762rem;left:0.49913197755814rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNuu3OIr966muxPetZvt3sxyreQNX35X { width:10rem;height:5.625rem;top:122.3125rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBuFekJ8TIBlckVVxoTyJSLV649wP7cR { width:7.5625rem;height:3.5rem;top:123.87326049805rem;left:8.124132454395rem;font-size:4.375rem;z-index:15048;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #rTc1LwJQykPGMapvTrpdMn2XFl67sZtw { width:10rem;height:4.125rem;top:120.56161499024rem;left:6.4995663762094rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOkCH0gJnfQlGBnUXCK8tTcGNX9O1kOL { width:14.125rem;height:1.79980625rem;top:129.75001525879rem;left:1.3747830986977rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #u1uw55vKIiTls9nyPsgtyrHh4TtKbOin { width:16.875rem;height:13.8125rem;top:105.375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIMcNsnNVnzyUUIMobgWEhyWnMEECTZD { width:11.5rem;height:2.875rem;top:87.125rem;left:7.0625rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #MR3GoQrz5i4uVJngMCZrU1d15mcaJNCx { width:4.5625rem;height:4.5rem;top:17.125rem;left:15.4375rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #NMftUM2dIhmgxTT6gObbEwL9yoOwu5Xc { width:19.375rem;height:4.36198125rem;top:29.1865234375rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }#NMftUM2dIhmgxTT6gObbEwL9yoOwu5Xc li:before{  }
 }@media only screen and (max-width: 763px) { #PbUzTUoQ7bZbrJAfMarnyQTZvSkcpUql { width:19rem;height:1.349825rem;top:69.5rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }#PbUzTUoQ7bZbrJAfMarnyQTZvSkcpUql li:before{  }
 }@media only screen and (max-width: 763px) { #pKD25HL1EfMo7lp219UfDprO1HkI0IDh { width:19.5625rem;height:5rem;top:115.3125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkFHQlgpUz50Qx0U8RTVoI5O7u1p0C0V { width:16.6875rem;height:4.67448125rem;top:132.02061462403rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }#vkFHQlgpUz50Qx0U8RTVoI5O7u1p0C0V li:before{  }
 }@media only screen and (max-width: 763px) { #wHa67oOisWZvhp55M49S4dPS7XOUDAzM { width:18.8125rem;height:4.36198125rem;top:99.3486328125rem;left:0.0625rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }#wHa67oOisWZvhp55M49S4dPS7XOUDAzM li:before{  }
 }@media only screen and (max-width: 763px) { #XKt2fsH6UfTPOCufwygMSRniwZKrZzuq { width:5.5625rem;height:2.5996125rem;top:19.8125rem;left:7.2493494153025rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UlVcIp6hXhRfLbDMNreQwlJWFrqxiXE6 { width:3.1875rem;height:2.5996125rem;top:91.9375rem;left:7.374132454395rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Azz87JvoGrXz7MTR8yBotoA6RAvbeH4m { width:5.5625rem;height:2.5996125rem;top:123.49890136719rem;left:13.436632454395rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ohg1h2K7wh3NzWsOSTxLAMVbKqHxzO32 { width:5.56206875rem;height:1.31293125rem;top:125.88171386719rem;left:12.748698532581rem;font-size:1.3125rem;text-align:left;text-align-last:left;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:50rem;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; } }