.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:246,222,227;--color-secondary-1:227,156,171;--color-secondary-2:209,90,115;--color-secondary-3:197,49,80;--color-secondary-4:130,63,113;--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); }#rqxi62UekhzJTct02r80bdaPvsHSN7qF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ca2754;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; }#rqxi62UekhzJTct02r80bdaPvsHSN7qF > .row .container { background-color: transparent; background-image: none; }#rqxi62UekhzJTct02r80bdaPvsHSN7qF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rqxi62UekhzJTct02r80bdaPvsHSN7qF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rqxi62UekhzJTct02r80bdaPvsHSN7qF > .row .container > .video-iframe-container { display: none; }#rqxi62UekhzJTct02r80bdaPvsHSN7qF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rqxi62UekhzJTct02r80bdaPvsHSN7qF > .row > .video-iframe-container { display: none; }#rqxi62UekhzJTct02r80bdaPvsHSN7qF > .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); }#rqxi62UekhzJTct02r80bdaPvsHSN7qF > .row .container { border-width: 0; border-radius: 0; }#rqxi62UekhzJTct02r80bdaPvsHSN7qF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rqxi62UekhzJTct02r80bdaPvsHSN7qF > .row .container { font-size:0.875rem;font-family:arial;height:83.5rem;width:75rem;position:relative;display:block; }#ZldDHDGxWA0wK2vv3wQl6Xy8aUhmuTsQ { 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:23.375rem;width:20.875rem;top:1.0830078125rem;left:3.125rem;overflow:hidden;display:block; }
#Dexgf7O78H7NqG2a9pywoT2NHdf2ha11 { 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:26.5rem;display:block; }
#oqwiHfP3s8N9PwBfu55eA1gabbHud7XD { 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.75rem;left:26.5rem;height:3.2986125rem;font-style:normal;display:block; }
#AzXiR1KEXeSUmUW2yU5SgUWgPUqXr9uT { 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.8125rem;left:26.811849594116rem;height:6.824rem;font-style:normal;display:block; }
#fiBw4kW2H84fhVgrp1JgFHi4PtdLPVly { 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:11.25rem;top:10.5625rem;left:26.5rem;display:block; }
#V0T1zRDGtiE5sZEm26P9m7JtCcNU5zAJ { 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:15037;line-height:1.3;letter-spacing:0;top:11.125rem;left:28.3125rem;height:1.8684875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UcbysKnCCPiL5Ql7m6FpqNOVGKQfnVdA { 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.8118495941163rem;left:32.874349594116rem;height:1.7068125rem;font-style:normal;display:block; }
#cdVhJ0IpETvpuHEEfMxKxQutQDw1w5aH { color:#050b1a;display:block;width:3.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:5.5616321563721rem;left:33.186849594116rem;height:4.224175rem;font-style:normal;display:block; }
#ETWW5Bnh5xTpHtLbgdyqrNs1lDqZMEKg { 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:15045;line-height:1.2;letter-spacing:0;top:61.6875rem;left:10rem;height:1.79904375rem;font-style:normal;display:block; }
#QyMrfZGAoJ2xdkmcpV8LD9ydCETc3aHA { 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:54.25rem;left:10rem;display:block; }
#xnRU0s1x13rO9r5652WWFq3hkBlFJROg { 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:54.0625rem;left:10.625rem;height:6.824rem;font-style:normal;display:block; }
#qonTVgCK4imCJuWR8FWN2uvk02Ix6AmM { 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:57.9375rem;left:16.4375rem;height:1.7068125rem;font-style:normal;display:block; }
#bQMbndQsi6cp0dhTp2fuTxTO1tumeFXT { 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:54.5625rem;left:16.875rem;height:4.224175rem;font-style:normal;display:block; }
#ay0JOCtIf8UpHsLNGGH6PrqLnaxTBFcc { 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:16.75rem;width:18.75rem;top:31.375rem;left:6.9375rem;overflow:hidden;display:block; }
#pNWh1gt8GR2Dmo5ypiTkS7iFGpvgcaeL { color:rgba(var(--color-tertiary-0),1);display:block;width:10.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15054;line-height:1.2;letter-spacing:0;top:25.4375rem;left:49.4375rem;height:1.79904375rem;font-style:normal;display:block; }
#lspAeXBXoeqpm4csWg8kxxC2P6OCnWLz { 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:19.061632156372rem;left:57.999132156372rem;height:4.224175rem;font-style:normal;display:block; }
#pV0PaqJgvpdJkTr5fpOhXwxZKqihA8vX { 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:18.9375rem;left:49.4375rem;display:block; }
#oESdRHGhaXnvBp99fSwEth7cEPpKZ8yf { 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:18.625rem;left:50.1875rem;height:6.824rem;font-style:normal;display:block; }
#dBrrGRE6ugODbVLG7Ct1l5lKa21KHH68 { 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:22.624784469604rem;left:57.624132156372rem;height:1.7068125rem;font-style:normal;display:block; }
#XEt0htMmRfHgh447xdwLiz2otLTxouiH { 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:13.375rem;width:19rem;top:1.0830078125rem;left:48.803149606299rem;overflow:hidden;display:block; }
#OSa5I5IvEV1i75OLICpKZKdVeCoR9aFc { 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:2.375rem;width:23.4375rem;top:24.4580078125rem;left:1.3125rem;overflow:hidden;display:block; }
#umOV5GX4Zs6EUeRUMoarzFpAMOVLW8HN { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:20.875rem;top:48rem;left:5.75rem;overflow:hidden;display:block; }
#TpCUcflcXR5vVIEsIGKuq15opJyaVyKH { 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:0.3125rem;left:68.0625rem;overflow:hidden;display:block; }
#FkNQTZGK5mGhhCbaL0PJUIF7ArwIGQUl { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:32.25rem;top:13.1875rem;left:42.0625rem;overflow:hidden;display:block; }
#gTTRLPIwgnrIzZBKNJVkS8gDK75DmvFJ { 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.812283039093rem;left:25.249567031861rem;overflow:hidden;display:block; }
#qnCfSb9KZo839waQ5PloFw3NFIwiyBQx { 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:16.562284469604rem;left:48.186853408814rem;overflow:hidden;display:block; }
#uIg5XtTqZnxWi8FkEmTKr72GZ1AbBJ5I { 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:51.875rem;left:8.75rem;overflow:hidden;display:block; }
#d2FfPiMZW4J3uPsuxUd9riixFc76MzsK { 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:65.0625rem;left:49.75rem;display:block; }
#woxEGVEbx0bT2l7KxvHyC0FE952fTlFl { 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:64.875rem;left:50.375rem;height:6.824rem;font-style:normal;display:block; }
#MtvcCGezl26k2W4B0LuHFQaMzIFhsdug { color:#050b1a;display:block;width:4.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:65.436851501462rem;left:56.874132156372rem;height:4.224175rem;font-style:normal;display:block; }
#efan7plBkTciVt854Uvqi9KSVlCPFfLP { 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:62.6875rem;left:48.5rem;overflow:hidden;display:block; }
#POvkGJKzntqb2VytQQL343Wff37LJT0r { color:rgba(var(--color-tertiary-0),1);display:block;width:22.1875rem;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:74.596355438231rem;left:49.436853408814rem;height:3.5980875rem;font-style:normal;display:block; }
#cmWtqTpCAR4lEfiF4aHzVdLzMsDwzFd0 { position:absolute;display:block;z-index:15031;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.625rem;width:11.25rem;top:70.375rem;left:49.75rem;display:block; }
#IRTf7F11rtoKo6XffPGVnc7CX4tKOZXo { color:rgba(var(--color-tertiary-4),1);display:block;width:7.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:70.9375rem;left:51.5625rem;height:1.8684875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uvCPlQPcCM3nVABZltJEqNunM8wgOTBU { 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:68.75rem;left:56.437288284302rem;height:1.7068125rem;font-style:normal;display:block; }
#B4hwAQVJuIbZ4VWm5J74S4iDq2TQkCue { 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:23.6875rem;width:25.625rem;top:36.28125rem;left:46.5rem;overflow:hidden;display:block; }
#ytlNOJSmmlGy5pDxQoTAPrcsJrRQIau3 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:27rem;top:57.01171875rem;left:44.59375rem;overflow:hidden;display:block; }
#CSHs7xgMJVmRoMZ2HLXsD7Lt2E2eof03 { color:rgba(var(--color-tertiary-0),1);display:block;width:24.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15056;line-height:1.2;letter-spacing:0;top:79.375rem;left:49.625rem;height:;font-style:normal;display:block; }#CSHs7xgMJVmRoMZ2HLXsD7Lt2E2eof03 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CSHs7xgMJVmRoMZ2HLXsD7Lt2E2eof03 li:before{  }
#itQlMuTV0VPENK0uIbNcaVIUIyGdI03W { color:rgba(var(--color-tertiary-0),1);display:block;width:11.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15046;line-height:1.2;letter-spacing:0;top:64.6875rem;left:10rem;height:2.69965rem;font-style:normal;display:block; }#itQlMuTV0VPENK0uIbNcaVIUIyGdI03W li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#itQlMuTV0VPENK0uIbNcaVIUIyGdI03W li:before{  }
#yVaUUpuSh6nwqNzNPd1rENNQXJey5Sow { 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; }
#TTch5Ft7Al0TVe3PLRQNdJxcahv8D9xH { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15057;line-height:1.2;letter-spacing:0;top:18.625rem;left:26.5rem;height:8.7239375rem;font-style:normal;display:block; }#TTch5Ft7Al0TVe3PLRQNdJxcahv8D9xH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TTch5Ft7Al0TVe3PLRQNdJxcahv8D9xH li:before{  }
#IhZcqx4QGMqccbO6rpMEc9TdefwTX1Vi { color:rgba(var(--color-tertiary-0),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15057;line-height:1.2;letter-spacing:0;top:27.874349594116rem;left:49.436853408814rem;height:1.349825rem;font-style:normal;display:block; }#IhZcqx4QGMqccbO6rpMEc9TdefwTX1Vi li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IhZcqx4QGMqccbO6rpMEc9TdefwTX1Vi li:before{  }
#p7Th1WDl2uHRx4Gtr588i1xrNT2W5NU2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),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; }#p7Th1WDl2uHRx4Gtr588i1xrNT2W5NU2 > .row .container { background-color: transparent; background-image: none; }#p7Th1WDl2uHRx4Gtr588i1xrNT2W5NU2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p7Th1WDl2uHRx4Gtr588i1xrNT2W5NU2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p7Th1WDl2uHRx4Gtr588i1xrNT2W5NU2 > .row .container > .video-iframe-container { display: none; }#p7Th1WDl2uHRx4Gtr588i1xrNT2W5NU2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p7Th1WDl2uHRx4Gtr588i1xrNT2W5NU2 > .row > .video-iframe-container { display: none; }#p7Th1WDl2uHRx4Gtr588i1xrNT2W5NU2 > .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); }#p7Th1WDl2uHRx4Gtr588i1xrNT2W5NU2 > .row .container { border-width: 0; border-radius: 0; }#p7Th1WDl2uHRx4Gtr588i1xrNT2W5NU2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p7Th1WDl2uHRx4Gtr588i1xrNT2W5NU2 > .row .container { font-size:0.875rem;font-family:arial;height:35.0625rem;width:75rem;position:relative;display:block; }#N7MawRCnprs6r5ZiT3R5eQBw8hhXmoGX { 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.875rem;width:19.375rem;top:1.5rem;left:3.0625rem;overflow:hidden;display:block; }
#cwcVpGBNP5QE2l0LFyIciAuRBeKyHpqq { 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:4.4375rem;left:26.5rem;display:block; }
#WAWD4winhneR7Uc7WgG4vLV19HkQXOxi { 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:26.5rem;height:1.6494125rem;font-style:normal;display:block; }
#MTORAqsl83t98CMKBs66U9V19Th5UfJX { 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:3.8747787475586rem;left:26.687501907349rem;height:6.824rem;font-style:normal;display:block; }
#bC8BLrTcSyrAIMdsQgO52239SEDy545g { 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.10546875rem;left:32.78125rem;height:1.7068125rem;font-style:normal;display:block; }
#NZ2osaPBl96imetICh9RRhbtENhWrpgF { color:#050b1a;display:block;width:4.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:4.625rem;left:33.186849594116rem;height:4.224175rem;font-style:normal;display:block; }
#XTNzPnKZE4bGlwiEfJFBrkAQ4GSvksDA { color:rgba(var(--color-tertiary-0),1);display:block;width:25.0625rem;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:29.125rem;left:35.5rem;height:1.79904375rem;font-style:normal;display:block; }
#INTqCqJBQn2XuQ4GBTlZEFiB3WeVoaLN { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.125rem;width:24.1875rem;top:14.125rem;left:0.65625rem;overflow:hidden;display:block; }
#c8u4CrQ5wdeaNSwVImJr1r3GMuatGDQC { 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:3.75rem;left:40.8125rem;overflow:hidden;display:block; }
#qPkueLlhCryGJK3IoKxs4XgvMT2BWtWo { 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:2rem;left:25.249567031861rem;overflow:hidden;display:block; }
#lNGsAvsOCO3VEIDWT7cneZgSGd6hmQhn { 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:19.625rem;left:34.25rem;overflow:hidden;display:block; }
#tNrlS7ZKu65zEPbEcJJei8AMMJ3zVTcr { 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; }
#OJ8E3biJsCO22eXNVNsU9yfmRpxGZU0a { color:rgba(var(--color-tertiary-0),1);display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:13.6875rem;left:26.5rem;height:;font-style:normal;display:block; }#OJ8E3biJsCO22eXNVNsU9yfmRpxGZU0a li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OJ8E3biJsCO22eXNVNsU9yfmRpxGZU0a li:before{  }
#tuLdtZQu5AOJ6uAvoThvqLedFZUcXzBt { color:rgba(var(--color-tertiary-0),1);display:block;width:23.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15047;line-height:1.2;letter-spacing:0;top:31.75rem;left:35.5rem;height:1.349825rem;font-style:normal;display:block; }#tuLdtZQu5AOJ6uAvoThvqLedFZUcXzBt li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#tuLdtZQu5AOJ6uAvoThvqLedFZUcXzBt li:before{  }
#FttqJW8XdNQvhme9Mz4q4Kk9qPsQ778a { 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:21.5625rem;width:21.5rem;top:1.5rem;left:47.25rem;overflow:hidden;display:block; }
#Sy8zQXsk9QaZgXe7cLhX3Zgr3bGskTpQ { position:absolute;display:block;z-index:15037;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:22.0625rem;left:35.5rem;display:block; }
#Qb8RSIKEcht4ipAgPS53lhsCJy7HZXHr { color:#050b1a;display:block;width:5.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:25.6875rem;left:41.9375rem;height:1.7068125rem;font-style:normal;display:block; }
#r5R9CN7EkT39RRUlxZS2vpW1PtKVTbPD { 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:15044;line-height:1.3;letter-spacing:0;top:21.6875rem;left:35.9375rem;height:6.824rem;font-style:normal;display:block; }
#xyxCV0p2gtauQogHe3Q5htDXVAbnA3Qi { color:#050b1a;display:block;width:4.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:22.3125rem;left:42.375rem;height:4.224175rem;font-style:normal;display:block; }
#f3umLf04liHFrGggPHh3OQnGGhAWIe7O { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5625rem;width:26.625rem;top:19.625rem;left:47.125rem;overflow:hidden;display:block; }
#maf9cDNE1Cn0NCVMF9l11CqniHD3aW0D { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5625rem;width:26.625rem;top:24.1875rem;left:47.125rem;overflow:hidden;display:none; }
#SkM2NyQS47F2T4WBQsWSVrRyzMcuR21U { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SkM2NyQS47F2T4WBQsWSVrRyzMcuR21U > .row .container { background-color: transparent; background-image: none; }#SkM2NyQS47F2T4WBQsWSVrRyzMcuR21U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SkM2NyQS47F2T4WBQsWSVrRyzMcuR21U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SkM2NyQS47F2T4WBQsWSVrRyzMcuR21U > .row .container > .video-iframe-container { display: none; }#SkM2NyQS47F2T4WBQsWSVrRyzMcuR21U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SkM2NyQS47F2T4WBQsWSVrRyzMcuR21U > .row > .video-iframe-container { display: none; }#SkM2NyQS47F2T4WBQsWSVrRyzMcuR21U > .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); }#SkM2NyQS47F2T4WBQsWSVrRyzMcuR21U > .row .container { border-width: 0; border-radius: 0; }#SkM2NyQS47F2T4WBQsWSVrRyzMcuR21U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SkM2NyQS47F2T4WBQsWSVrRyzMcuR21U > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;position:relative;display:block; }#RxzSMI0JLh9N7ALfNiTlLawQACtcH80X { 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:23.1875rem;width:23.375rem;top:0.3837890625rem;left:2.0625rem;overflow:hidden;display:block; }
#mHpiQzMEoeiMQnKTG3vnc658igT7uhzx { 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:18.25rem;left:24.9375rem;display:block; }
#qisFasaK8yF4yKIFE2TbAoyqoCTve80a { color:rgba(var(--color-tertiary-0),1);display:block;width:10.375rem;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:24.5rem;left:25.4375rem;height:1.64930625rem;font-style:normal;display:block; }
#HwuSCIK3g6IqfU7I9abedEzoBqwGu8BT { 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:17.811630249024rem;left:25.561849594116rem;height:6.824rem;font-style:normal;display:block; }
#WHCQLxvHtvm3DXfJHJDfwpoii86cTTUT { 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:21.687057495118rem;left:31.311849594116rem;height:1.7068125rem;font-style:normal;display:block; }
#UEQNU04UI4orLxVswV4rJzpDsRwKt2vD { color:#050b1a;display:block;width:3.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:18.18684387207rem;left:31.749349594116rem;height:4.224175rem;font-style:normal;display:block; }
#v0HkZvhIRLXPcshNcqg2LKNXr9OOpzbd { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;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:18.200952529908rem;left:58.750001907349rem;height:3.5980875rem;font-style:normal;display:block; }
#fwLBz48nXWM6OR8KzX2yxyg38CMIRIhR { 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:10.186630249024rem;left:66.3122882843rem;height:4.224175rem;font-style:normal;display:block; }
#JCpTranUPHbcVeqH6ak0lfGfusGMZAcR { 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:10rem;left:59.6875rem;display:block; }
#OinoA6rVXpwWdGTP1WrTKPBntW7va7MH { 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:9.6875rem;left:60.312288284302rem;height:6.824rem;font-style:normal;display:block; }
#cPlrdiQ6TWRP3D0HbHSHywC7sKKszxIl { 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:13.5rem;left:65.875rem;height:1.7068125rem;font-style:normal;display:block; }
#CCWVIFpqSUN3Zq5zBHUNETiEJhKKHNHh { 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:13rem;width:12.875rem;top:1.474609375rem;left:45.25rem;overflow:hidden;display:block; }
#riuxLsVmWwLxLJZzOTWfO2hNCl7o2KTa { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4375rem;width:25.125rem;top:19.6171875rem;left:0rem;overflow:hidden;display:block; }
#XeErgTtniuLweawXx4BLZzmE98uTMsZL { 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:0rem;left:68rem;overflow:hidden;display:block; }
#wpsFErvsz9yZ1ilhzrgszIJiu1LkOk9V { 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:4.6875rem;width:19.0625rem;top:11.94921875rem;left:42.0625rem;overflow:hidden;display:block; }
#WTWz3ySvlyp0FLbkKyG4o4Fu633KXWH1 { 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:15.4375rem;left:23.687067031861rem;overflow:hidden;display:block; }
#salRt85MrymbADdapoAOdEmHlD3RA1r9 { 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:7.3125rem;left:58.4375rem;overflow:hidden;display:block; }
#ZSiAer7SDVCkfNaqSGZyhbqMNCT9LlA7 { color:rgba(var(--color-tertiary-0),1);display:block;width:23.375rem;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:28.6875rem;left:25.4375rem;height:4.3359375rem;font-style:normal;display:block; }#ZSiAer7SDVCkfNaqSGZyhbqMNCT9LlA7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZSiAer7SDVCkfNaqSGZyhbqMNCT9LlA7 li:before{  }
#P1RTO9R8qU1q04zizpiUkoT7Hfl7CnD1 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:27.0625rem;left:25.4375rem;height:1.462675rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#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) { #rqxi62UekhzJTct02r80bdaPvsHSN7qF { display:block; }#rqxi62UekhzJTct02r80bdaPvsHSN7qF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZldDHDGxWA0wK2vv3wQl6Xy8aUhmuTsQ { top:1.0625rem;left:0rem;width:20.875rem;height:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dexgf7O78H7NqG2a9pywoT2NHdf2ha11 { top:5.25rem;left:12.875rem;width:11.25rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqwiHfP3s8N9PwBfu55eA1gabbHud7XD { top:14.75rem;left:12.875rem;width:17.25rem;height:3.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzXiR1KEXeSUmUW2yU5SgUWgPUqXr9uT { top:4.8125rem;left:13.186849594116rem;width:7.5625rem;height:6.8125rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiBw4kW2H84fhVgrp1JgFHi4PtdLPVly { top:10.5625rem;left:12.875rem;width:11.25rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0T1zRDGtiE5sZEm26P9m7JtCcNU5zAJ { top:11.125rem;left:14.6875rem;width:7.9375rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcbysKnCCPiL5Ql7m6FpqNOVGKQfnVdA { top:8.75rem;left:19.249349594116rem;width:5.5625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdVhJ0IpETvpuHEEfMxKxQutQDw1w5aH { top:5.5rem;left:19.561849594116rem;width:3.625rem;height:4.1875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETWW5Bnh5xTpHtLbgdyqrNs1lDqZMEKg { top:61.6875rem;left:0rem;width:14.0625rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyMrfZGAoJ2xdkmcpV8LD9ydCETc3aHA { top:54.25rem;left:0rem;width:11.25rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnRU0s1x13rO9r5652WWFq3hkBlFJROg { top:54.0625rem;left:0rem;width:7.5rem;height:6.8125rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qonTVgCK4imCJuWR8FWN2uvk02Ix6AmM { top:57.9375rem;left:2.8125rem;width:5.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQMbndQsi6cp0dhTp2fuTxTO1tumeFXT { top:54.5625rem;left:3.25rem;width:4.6875rem;height:4.1875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ay0JOCtIf8UpHsLNGGH6PrqLnaxTBFcc { top:31.375rem;left:0rem;width:18.75rem;height:16.749125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNWh1gt8GR2Dmo5ypiTkS7iFGpvgcaeL { top:25.4375rem;left:35.8125rem;width:10.4375rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lspAeXBXoeqpm4csWg8kxxC2P6OCnWLz { top:19rem;left:42.1875rem;width:5.5625rem;height:4.1875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pV0PaqJgvpdJkTr5fpOhXwxZKqihA8vX { top:18.9375rem;left:33.875rem;width:13.5rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oESdRHGhaXnvBp99fSwEth7cEPpKZ8yf { top:18.625rem;left:36.5625rem;width:7.5625rem;height:6.8125rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBrrGRE6ugODbVLG7Ct1l5lKa21KHH68 { top:22.5625rem;left:42.1875rem;width:5.5625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEt0htMmRfHgh447xdwLiz2otLTxouiH { top:1.0625rem;left:25.0625rem;width:19rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSa5I5IvEV1i75OLICpKZKdVeCoR9aFc { top:24.4375rem;left:0rem;width:23.4375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #umOV5GX4Zs6EUeRUMoarzFpAMOVLW8HN { top:48rem;left:0rem;width:20.8125rem;height:2.5542333222553rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpCUcflcXR5vVIEsIGKuq15opJyaVyKH { top:0.3125rem;left:40.8125rem;width:6.9375rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkNQTZGK5mGhhCbaL0PJUIF7ArwIGQUl { top:13.1875rem;left:15.5rem;width:32.25rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTTRLPIwgnrIzZBKNJVkS8gDK75DmvFJ { top:2.75rem;left:11.624567031861rem;width:11.1875rem;height:4.6247496061298rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnCfSb9KZo839waQ5PloFw3NFIwiyBQx { top:16.5rem;left:34.561853408814rem;width:11.1875rem;height:4.6247496061298rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIg5XtTqZnxWi8FkEmTKr72GZ1AbBJ5I { top:51.875rem;left:0rem;width:11.125rem;height:4.5989130161515rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2FfPiMZW4J3uPsuxUd9riixFc76MzsK { top:65.0625rem;left:36.125rem;width:11.25rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #woxEGVEbx0bT2l7KxvHyC0FE952fTlFl { top:64.875rem;left:36.75rem;width:7.5625rem;height:6.8125rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtvcCGezl26k2W4B0LuHFQaMzIFhsdug { top:65.375rem;left:43rem;width:4.75rem;height:4.1875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #efan7plBkTciVt854Uvqi9KSVlCPFfLP { top:62.6875rem;left:34.875rem;width:11.1875rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #POvkGJKzntqb2VytQQL343Wff37LJT0r { top:74.5625rem;left:25.5625rem;width:22.1875rem;height:3.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmWtqTpCAR4lEfiF4aHzVdLzMsDwzFd0 { top:70.375rem;left:36.125rem;width:11.25rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRTf7F11rtoKo6XffPGVnc7CX4tKOZXo { top:70.9375rem;left:37.9375rem;width:7.9375rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvCPlQPcCM3nVABZltJEqNunM8wgOTBU { top:68.75rem;left:42.1875rem;width:5.5625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4hwAQVJuIbZ4VWm5J74S4iDq2TQkCue { top:36.25rem;left:22.125rem;width:25.625rem;height:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytlNOJSmmlGy5pDxQoTAPrcsJrRQIau3 { top:57rem;left:20.75rem;width:27rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSHs7xgMJVmRoMZ2HLXsD7Lt2E2eof03 { top:79.375rem;left:23.5rem;width:24.25rem;height:;font-size:1.125rem;display:block; }#CSHs7xgMJVmRoMZ2HLXsD7Lt2E2eof03 li:before{  }
 }@media only screen and (max-width: 763px) { #itQlMuTV0VPENK0uIbNcaVIUIyGdI03W { top:64.6875rem;left:0rem;width:11.875rem;height:2.6875rem;font-size:1.125rem;display:block; }#itQlMuTV0VPENK0uIbNcaVIUIyGdI03W li:before{  }
 }@media only screen and (max-width: 763px) { #yVaUUpuSh6nwqNzNPd1rENNQXJey5Sow { top:2.625rem;left:40.8125rem;width:6.9375rem;height:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTch5Ft7Al0TVe3PLRQNdJxcahv8D9xH { top:18.625rem;left:12.875rem;width:15.3125rem;height:8.75rem;font-size:1.125rem;display:block; }#TTch5Ft7Al0TVe3PLRQNdJxcahv8D9xH li:before{  }
 }@media only screen and (max-width: 763px) { #IhZcqx4QGMqccbO6rpMEc9TdefwTX1Vi { top:27.8125rem;left:31.5625rem;width:16.1875rem;height:1.375rem;font-size:1.125rem;display:block; }#IhZcqx4QGMqccbO6rpMEc9TdefwTX1Vi li:before{  }
 }@media only screen and (max-width: 763px) { #p7Th1WDl2uHRx4Gtr588i1xrNT2W5NU2 { display:block; }#p7Th1WDl2uHRx4Gtr588i1xrNT2W5NU2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N7MawRCnprs6r5ZiT3R5eQBw8hhXmoGX { top:1.5rem;left:0rem;width:19.375rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwcVpGBNP5QE2l0LFyIciAuRBeKyHpqq { top:4.4375rem;left:12.875rem;width:11.25rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAWD4winhneR7Uc7WgG4vLV19HkQXOxi { top:11.3125rem;left:12.875rem;width:17.25rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTORAqsl83t98CMKBs66U9V19Th5UfJX { top:3.8125rem;left:13.062284469604rem;width:7.5rem;height:6.8125rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bC8BLrTcSyrAIMdsQgO52239SEDy545g { top:8.0625rem;left:19.15625rem;width:5.5625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZ2osaPBl96imetICh9RRhbtENhWrpgF { top:4.625rem;left:19.561849594116rem;width:4.75rem;height:4.25rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTNzPnKZE4bGlwiEfJFBrkAQ4GSvksDA { top:29.125rem;left:21.875rem;width:25rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #INTqCqJBQn2XuQ4GBTlZEFiB3WeVoaLN { top:14.125rem;left:0rem;width:24.1875rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8u4CrQ5wdeaNSwVImJr1r3GMuatGDQC { top:3.75rem;left:27.1875rem;width:6.9375rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPkueLlhCryGJK3IoKxs4XgvMT2BWtWo { top:2rem;left:11.624567031861rem;width:11.1875rem;height:4.6247496061298rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNGsAvsOCO3VEIDWT7cneZgSGd6hmQhn { top:19.625rem;left:20.625rem;width:11.125rem;height:4.5989130161515rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNrlS7ZKu65zEPbEcJJei8AMMJ3zVTcr { top:2.625rem;left:40.8125rem;width:6.9375rem;height:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OJ8E3biJsCO22eXNVNsU9yfmRpxGZU0a { top:13.625rem;left:12.874567031861rem;width:16.3125rem;height:;font-size:1.125rem;display:block; }#OJ8E3biJsCO22eXNVNsU9yfmRpxGZU0a li:before{  }
 }@media only screen and (max-width: 763px) { #tuLdtZQu5AOJ6uAvoThvqLedFZUcXzBt { top:31.75rem;left:21.875rem;width:23.1875rem;height:1.3125rem;font-size:1.125rem;display:block; }#tuLdtZQu5AOJ6uAvoThvqLedFZUcXzBt li:before{  }
 }@media only screen and (max-width: 763px) { #FttqJW8XdNQvhme9Mz4q4Kk9qPsQ778a { top:1.5rem;left:26.25rem;width:21.4375rem;height:21.500255819159rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sy8zQXsk9QaZgXe7cLhX3Zgr3bGskTpQ { top:22.0625rem;left:21.875rem;width:11.25rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qb8RSIKEcht4ipAgPS53lhsCJy7HZXHr { top:25.6875rem;left:28.3125rem;width:5.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5R9CN7EkT39RRUlxZS2vpW1PtKVTbPD { top:21.6875rem;left:22.3125rem;width:7.5rem;height:6.8125rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyxCV0p2gtauQogHe3Q5htDXVAbnA3Qi { top:22.3125rem;left:28.75rem;width:4.6875rem;height:4.1875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3umLf04liHFrGggPHh3OQnGGhAWIe7O { top:19.625rem;left:21.125rem;width:26.5625rem;height:6.547248761708rem;display:block; }
 }@media only screen and (max-width: 763px) { #maf9cDNE1Cn0NCVMF9l11CqniHD3aW0D { top:24.1875rem;left:21.125rem;width:26.625rem;height:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SkM2NyQS47F2T4WBQsWSVrRyzMcuR21U { display:block; }#SkM2NyQS47F2T4WBQsWSVrRyzMcuR21U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RxzSMI0JLh9N7ALfNiTlLawQACtcH80X { top:0.375rem;left:0rem;width:23.375rem;height:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHpiQzMEoeiMQnKTG3vnc658igT7uhzx { top:18.25rem;left:11.3125rem;width:11.25rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qisFasaK8yF4yKIFE2TbAoyqoCTve80a { top:24.5rem;left:11.8125rem;width:10.3125rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwuSCIK3g6IqfU7I9abedEzoBqwGu8BT { top:17.75rem;left:11.936849594116rem;width:7.5625rem;height:6.8125rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHCQLxvHtvm3DXfJHJDfwpoii86cTTUT { top:21.625rem;left:17.686849594116rem;width:5.5625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEQNU04UI4orLxVswV4rJzpDsRwKt2vD { top:18.125rem;left:18.124349594116rem;width:3.625rem;height:4.1875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0HkZvhIRLXPcshNcqg2LKNXr9OOpzbd { top:18.1875rem;left:31.5rem;width:16.25rem;height:3.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwLBz48nXWM6OR8KzX2yxyg38CMIRIhR { top:10.125rem;left:42.1875rem;width:5.5625rem;height:4.1875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCpTranUPHbcVeqH6ak0lfGfusGMZAcR { top:10rem;left:36.5rem;width:11.25rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OinoA6rVXpwWdGTP1WrTKPBntW7va7MH { top:9.6875rem;left:40.1875rem;width:7.5625rem;height:6.8125rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPlrdiQ6TWRP3D0HbHSHywC7sKKszxIl { top:13.5rem;left:42.1875rem;width:5.5625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCWVIFpqSUN3Zq5zBHUNETiEJhKKHNHh { top:1.4375rem;left:31.625rem;width:12.875rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #riuxLsVmWwLxLJZzOTWfO2hNCl7o2KTa { top:19.5625rem;left:0rem;width:25.125rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeErgTtniuLweawXx4BLZzmE98uTMsZL { top:0rem;left:40.8125rem;width:6.9375rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpsFErvsz9yZ1ilhzrgszIJiu1LkOk9V { top:11.9375rem;left:28.4375rem;width:19.0625rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTWz3ySvlyp0FLbkKyG4o4Fu633KXWH1 { top:15.4375rem;left:10.062067031861rem;width:11.1875rem;height:4.6247496061298rem;display:block; }
 }@media only screen and (max-width: 763px) { #salRt85MrymbADdapoAOdEmHlD3RA1r9 { top:7.3125rem;left:36.5625rem;width:11.1875rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSiAer7SDVCkfNaqSGZyhbqMNCT9LlA7 { top:28.6875rem;left:11.8125rem;width:23.3125rem;height:4.3125rem;font-size:1.125rem;display:block; }#ZSiAer7SDVCkfNaqSGZyhbqMNCT9LlA7 li:before{  }
 }@media only screen and (max-width: 763px) { #P1RTO9R8qU1q04zizpiUkoT7Hfl7CnD1 { top:27.0625rem;left:11.8125rem;width:16.3125rem;height:1.4375rem;font-size:1.125rem;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) { #rqxi62UekhzJTct02r80bdaPvsHSN7qF { display:block; }#rqxi62UekhzJTct02r80bdaPvsHSN7qF > .row .container { width:20rem;height:150.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZldDHDGxWA0wK2vv3wQl6Xy8aUhmuTsQ { width:20rem;height:22.375rem;top:0.25rem;left:0.032327586206897rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dexgf7O78H7NqG2a9pywoT2NHdf2ha11 { width:10rem;height:5.1875rem;top:25.625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqwiHfP3s8N9PwBfu55eA1gabbHud7XD { width:17.25rem;height:3.5980875rem;top:33.6875rem;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) { #AzXiR1KEXeSUmUW2yU5SgUWgPUqXr9uT { width:5.0625rem;height:3.49935rem;top:26.811633110046rem;left:1.8750000596046rem;font-size:4.375rem;z-index:15048;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #fiBw4kW2H84fhVgrp1JgFHi4PtdLPVly { width:10rem;height:2.625rem;top:30.5625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0T1zRDGtiE5sZEm26P9m7JtCcNU5zAJ { width:7.9375rem;height:1.8684875rem;top:31.1875rem;left:2.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcbysKnCCPiL5Ql7m6FpqNOVGKQfnVdA { width:4.5625rem;height:1.7068125rem;top:28.624133110046rem;left:6.6870663762094rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cdVhJ0IpETvpuHEEfMxKxQutQDw1w5aH { width:3.625rem;height:2.59874375rem;top:26.31228351593rem;left:7.4370663762094rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ETWW5Bnh5xTpHtLbgdyqrNs1lDqZMEKg { width:7.3125rem;height:3.5980875rem;top:94.462890625rem;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) { #QyMrfZGAoJ2xdkmcpV8LD9ydCETc3aHA { width:10rem;height:5.625rem;top:90.061855316162rem;left:9.3120663762094rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnRU0s1x13rO9r5652WWFq3hkBlFJROg { width:5rem;height:3.49935rem;top:91.5000038147rem;left:9.7495663762094rem;font-size:4.375rem;z-index:15048;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #qonTVgCK4imCJuWR8FWN2uvk02Ix6AmM { width:3.625rem;height:1.7068125rem;top:93.311634063719rem;left:14.561849892139rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bQMbndQsi6cp0dhTp2fuTxTO1tumeFXT { width:3.1875rem;height:2.59874375rem;top:90.936855316162rem;left:15.311633408069rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ay0JOCtIf8UpHsLNGGH6PrqLnaxTBFcc { width:14.3125rem;height:12.8125rem;top:74.875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNWh1gt8GR2Dmo5ypiTkS7iFGpvgcaeL { width:8.1875rem;height:1.79904375rem;top:64.8125rem;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) { #lspAeXBXoeqpm4csWg8kxxC2P6OCnWLz { width:3.0625rem;height:2.59874375rem;top:59.124351501465rem;left:7.9995663762094rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pV0PaqJgvpdJkTr5fpOhXwxZKqihA8vX { width:11.25rem;height:5.625rem;top:58.0625rem;left:1.1875rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #oESdRHGhaXnvBp99fSwEth7cEPpKZ8yf { width:5.37435rem;height:3.49935rem;top:59.590065002441rem;left:1.5622830986977rem;font-size:4.375rem;z-index:15048;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #dBrrGRE6ugODbVLG7Ct1l5lKa21KHH68 { width:2.99913125rem;height:1.7068125rem;top:61.362413406372rem;left:7.4448788762094rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XEt0htMmRfHgh447xdwLiz2otLTxouiH { width:14.5rem;height:10.25rem;top:45.8125rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSa5I5IvEV1i75OLICpKZKdVeCoR9aFc { width:17.625rem;height:1.875rem;top:21.8125rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #umOV5GX4Zs6EUeRUMoarzFpAMOVLW8HN { width:18.8125rem;height:2.4375rem;top:86.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpCUcflcXR5vVIEsIGKuq15opJyaVyKH { width:4.625rem;height:4.5625rem;top:45.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkNQTZGK5mGhhCbaL0PJUIF7ArwIGQUl { width:17.5rem;height:1.875rem;top:55.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTTRLPIwgnrIzZBKNJVkS8gDK75DmvFJ { width:10rem;height:4.125rem;top:23.56120300293rem;left:0.25000005960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnCfSb9KZo839waQ5PloFw3NFIwiyBQx { width:10rem;height:4.125rem;top:56.062286376953rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIg5XtTqZnxWi8FkEmTKr72GZ1AbBJ5I { width:10rem;height:4.125rem;top:88.06229019165rem;left:8.249348938465rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2FfPiMZW4J3uPsuxUd9riixFc76MzsK { width:10rem;height:5.625rem;top:128rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #woxEGVEbx0bT2l7KxvHyC0FE952fTlFl { width:7.561875rem;height:3.49935rem;top:129.74870681762rem;left:1.7497830986977rem;font-size:4.375rem;z-index:15048;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #MtvcCGezl26k2W4B0LuHFQaMzIFhsdug { width:3.56228125rem;height:2.59874375rem;top:129.28212547302rem;left:7.3743494153025rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #efan7plBkTciVt854Uvqi9KSVlCPFfLP { width:10rem;height:4.125rem;top:126.06142807007rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #POvkGJKzntqb2VytQQL343Wff37LJT0r { width:17.5625rem;height:3.5980875rem;top:136.8125rem;left:1.125rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #cmWtqTpCAR4lEfiF4aHzVdLzMsDwzFd0 { width:10rem;height:2.625rem;top:133.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRTf7F11rtoKo6XffPGVnc7CX4tKOZXo { width:7.9375rem;height:1.8684875rem;top:133.87479019165rem;left:2.3120661377907rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvCPlQPcCM3nVABZltJEqNunM8wgOTBU { width:4.75rem;height:1.7068125rem;top:131.56164169311rem;left:6.6247838139531rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #B4hwAQVJuIbZ4VWm5J74S4iDq2TQkCue { width:20rem;height:18.375rem;top:106.4375rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytlNOJSmmlGy5pDxQoTAPrcsJrRQIau3 { width:18.625rem;height:4.5rem;top:122.3125rem;left:-0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSHs7xgMJVmRoMZ2HLXsD7Lt2E2eof03 { width:14.125rem;height:5.71180625rem;top:141.25rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }#CSHs7xgMJVmRoMZ2HLXsD7Lt2E2eof03 li:before{  }
 }@media only screen and (max-width: 763px) { #itQlMuTV0VPENK0uIbNcaVIUIyGdI03W { width:11.6875rem;height:4.04948125rem;top:98.875rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }#itQlMuTV0VPENK0uIbNcaVIUIyGdI03W li:before{  }
 }@media only screen and (max-width: 763px) { #yVaUUpuSh6nwqNzNPd1rENNQXJey5Sow { width:4.5625rem;height:4.5rem;top:26.625rem;left:13.5rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #TTch5Ft7Al0TVe3PLRQNdJxcahv8D9xH { width:20rem;height:4.67448125rem;top:37.724609375rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }#TTch5Ft7Al0TVe3PLRQNdJxcahv8D9xH li:before{  }
 }@media only screen and (max-width: 763px) { #IhZcqx4QGMqccbO6rpMEc9TdefwTX1Vi { width:11.1875rem;height:2.69965rem;top:67.375rem;left:1.375rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }#IhZcqx4QGMqccbO6rpMEc9TdefwTX1Vi li:before{  }
 }@media only screen and (max-width: 763px) { #p7Th1WDl2uHRx4Gtr588i1xrNT2W5NU2 { background-color:#4531c5;background-image:none;display:block; }#p7Th1WDl2uHRx4Gtr588i1xrNT2W5NU2 > .row .container { background-color: transparent; background-image: none; }#p7Th1WDl2uHRx4Gtr588i1xrNT2W5NU2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p7Th1WDl2uHRx4Gtr588i1xrNT2W5NU2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p7Th1WDl2uHRx4Gtr588i1xrNT2W5NU2 > .row .container > .video-iframe-container { display: none; }#p7Th1WDl2uHRx4Gtr588i1xrNT2W5NU2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p7Th1WDl2uHRx4Gtr588i1xrNT2W5NU2 > .row > .video-iframe-container { display: none; }#p7Th1WDl2uHRx4Gtr588i1xrNT2W5NU2 > .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); }#p7Th1WDl2uHRx4Gtr588i1xrNT2W5NU2 > .row .container { width:20rem;height:74.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N7MawRCnprs6r5ZiT3R5eQBw8hhXmoGX { width:18rem;height:14.75rem;top:1.4375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwcVpGBNP5QE2l0LFyIciAuRBeKyHpqq { width:10rem;height:5.1875rem;top:19.5rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAWD4winhneR7Uc7WgG4vLV19HkQXOxi { width:14.874125rem;height:1.79904375rem;top:26.1875rem;left:1.625rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #MTORAqsl83t98CMKBs66U9V19Th5UfJX { width:5.0625rem;height:3.49935rem;top:20.3125rem;left:1.8125rem;font-size:4.375rem;z-index:15048;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #bC8BLrTcSyrAIMdsQgO52239SEDy545g { width:4.5625rem;height:1.7068125rem;top:22.187515258789rem;left:6.8120663762094rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NZ2osaPBl96imetICh9RRhbtENhWrpgF { width:3.625rem;height:2.59874375rem;top:20.062072753906rem;left:7.4370663762094rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XTNzPnKZE4bGlwiEfJFBrkAQ4GSvksDA { width:13.6875rem;height:3.5980875rem;top:62.9375rem;left:1rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #INTqCqJBQn2XuQ4GBTlZEFiB3WeVoaLN { width:20rem;height:4.12435rem;top:40.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8u4CrQ5wdeaNSwVImJr1r3GMuatGDQC { width:3.5rem;height:3.4375rem;top:54.3125rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPkueLlhCryGJK3IoKxs4XgvMT2BWtWo { width:10rem;height:4.125rem;top:17.499359130859rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNGsAvsOCO3VEIDWT7cneZgSGd6hmQhn { width:10rem;height:4.125rem;top:53.6875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNrlS7ZKu65zEPbEcJJei8AMMJ3zVTcr { width:4.5625rem;height:4.5rem;top:34.25rem;left:15.4375rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #OJ8E3biJsCO22eXNVNsU9yfmRpxGZU0a { width:16.3748125rem;height:1.349825rem;top:28.561198592186rem;left:1.8120661377907rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }#OJ8E3biJsCO22eXNVNsU9yfmRpxGZU0a li:before{  }
 }@media only screen and (max-width: 763px) { #tuLdtZQu5AOJ6uAvoThvqLedFZUcXzBt { width:16.5625rem;height:2.69965rem;top:67.375rem;left:1rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }#tuLdtZQu5AOJ6uAvoThvqLedFZUcXzBt li:before{  }
 }@media only screen and (max-width: 763px) { #FttqJW8XdNQvhme9Mz4q4Kk9qPsQ778a { width:18.3745625rem;height:18.4375rem;top:33.404958724976rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sy8zQXsk9QaZgXe7cLhX3Zgr3bGskTpQ { width:10rem;height:5.625rem;top:55.5rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qb8RSIKEcht4ipAgPS53lhsCJy7HZXHr { width:5.56206875rem;height:1.7068125rem;top:59.125rem;left:7.625rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #r5R9CN7EkT39RRUlxZS2vpW1PtKVTbPD { width:3.625rem;height:3.49935rem;top:57.25rem;left:2.9375rem;font-size:4.375rem;z-index:15048;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #xyxCV0p2gtauQogHe3Q5htDXVAbnA3Qi { width:4.75rem;height:2.59874375rem;top:56.6875rem;left:8.5625rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #f3umLf04liHFrGggPHh3OQnGGhAWIe7O { width:20rem;height:4.8125rem;top:12.3828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #maf9cDNE1Cn0NCVMF9l11CqniHD3aW0D { width:13.4375rem;height:3.125rem;top:50.3125rem;left:6.5625rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #SkM2NyQS47F2T4WBQsWSVrRyzMcuR21U { display:block; }#SkM2NyQS47F2T4WBQsWSVrRyzMcuR21U > .row .container { width:20rem;height:83.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RxzSMI0JLh9N7ALfNiTlLawQACtcH80X { width:18.0625rem;height:18rem;top:1.1875rem;left:1.8095454545454rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHpiQzMEoeiMQnKTG3vnc658igT7uhzx { width:10rem;height:5.1875rem;top:23.5rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qisFasaK8yF4yKIFE2TbAoyqoCTve80a { width:7.561875rem;height:3.5980875rem;top:25.158422470092rem;left:1.0058594346046rem;font-size:1.5rem;text-align:right;text-align-last:right;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #HwuSCIK3g6IqfU7I9abedEzoBqwGu8BT { width:5.375rem;height:3.49935rem;top:24.561847686767rem;left:9.9995663762094rem;font-size:4.375rem;z-index:15048;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #WHCQLxvHtvm3DXfJHJDfwpoii86cTTUT { width:3.3125rem;height:1.7068125rem;top:26.374782562256rem;left:15.125000298023rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UEQNU04UI4orLxVswV4rJzpDsRwKt2vD { width:3.625rem;height:2.59874375rem;top:24.124782562256rem;left:15.811632454395rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #v0HkZvhIRLXPcshNcqg2LKNXr9OOpzbd { width:16.124125rem;height:3.5980875rem;top:75.249591827394rem;left:1.9368491768837rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #fwLBz48nXWM6OR8KzX2yxyg38CMIRIhR { width:3.0625rem;height:2.59874375rem;top:69.374568939206rem;left:8.311848938465rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JCpTranUPHbcVeqH6ak0lfGfusGMZAcR { width:10rem;height:5.625rem;top:68.5625rem;left:2.1875rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #OinoA6rVXpwWdGTP1WrTKPBntW7va7MH { width:5.375rem;height:3.49935rem;top:70.062282562256rem;left:2.6247830986977rem;font-size:4.375rem;z-index:15048;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #cPlrdiQ6TWRP3D0HbHSHywC7sKKszxIl { width:3rem;height:1.7068125rem;top:71.8125038147rem;left:7.561632454395rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CCWVIFpqSUN3Zq5zBHUNETiEJhKKHNHh { width:16.0625rem;height:16.1875rem;top:48.1875rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #riuxLsVmWwLxLJZzOTWfO2hNCl7o2KTa { width:20rem;height:4.5625rem;top:17.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeErgTtniuLweawXx4BLZzmE98uTMsZL { width:6.936875rem;height:6.875rem;top:39.874109268189rem;left:11.155599892139rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpsFErvsz9yZ1ilhzrgszIJiu1LkOk9V { width:20rem;height:5.125rem;top:61.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTWz3ySvlyp0FLbkKyG4o4Fu633KXWH1 { width:10rem;height:4.125rem;top:21.499572753906rem;left:8.4986985325812rem;display:block; }
 }@media only screen and (max-width: 763px) { #salRt85MrymbADdapoAOdEmHlD3RA1r9 { width:10rem;height:4.125rem;top:66.936859130863rem;left:1.0616319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSiAer7SDVCkfNaqSGZyhbqMNCT9LlA7 { width:18.25rem;height:8.7239375rem;top:32rem;left:0.875rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }#ZSiAer7SDVCkfNaqSGZyhbqMNCT9LlA7 li:before{  }
 }@media only screen and (max-width: 763px) { #P1RTO9R8qU1q04zizpiUkoT7Hfl7CnD1 { width:9.25rem;height:1.349825rem;top:29.8125rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #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; } }