.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:226,242,243;--color-primary-1:167,217,218;--color-primary-2:108,191,193;--color-primary-3:71,175,177;--color-primary-4:5,49,65;--color-secondary-0:229,236,255;--color-secondary-1:168,193,255;--color-secondary-2:81,131,255;--color-secondary-3:41,66,128;--color-secondary-4:12,20,38;--color-tertiary-0:255,255,255;--color-tertiary-1:120,120,120;--color-tertiary-2:103,113,102;--color-tertiary-3:88,88,88;--color-tertiary-4:0,0,0;--headlines-font-family:"Titillium Web";--paragraphs-font-family:"Titillium Web"; }@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); }#MZRmabBgzF5d9RtzlRdRNZcyrsQokS0f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.89);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#MZRmabBgzF5d9RtzlRdRNZcyrsQokS0f > .row .container { background-color: transparent; background-image: none; }#MZRmabBgzF5d9RtzlRdRNZcyrsQokS0f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MZRmabBgzF5d9RtzlRdRNZcyrsQokS0f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MZRmabBgzF5d9RtzlRdRNZcyrsQokS0f > .row .container > .video-iframe-container { display: none; }#MZRmabBgzF5d9RtzlRdRNZcyrsQokS0f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MZRmabBgzF5d9RtzlRdRNZcyrsQokS0f > .row > .video-iframe-container { display: none; }#MZRmabBgzF5d9RtzlRdRNZcyrsQokS0f > .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); }#MZRmabBgzF5d9RtzlRdRNZcyrsQokS0f > .row .container { border-width: 0; border-radius: 0; }#MZRmabBgzF5d9RtzlRdRNZcyrsQokS0f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MZRmabBgzF5d9RtzlRdRNZcyrsQokS0f > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:75rem;position:relative;display:block; }#l2WTv3esBuNFO1caLTkB4C2RVMDVI8u8 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#222222;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.75rem;height:3.625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:3.25rem;left:60.79736328125rem;display:block; }
#QCGFIiEm4u32gKEPVl9obgycU8EZxmTA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f6wJH3KBZQRNw8AckyIxv4Azge0CfzVO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:3.84375rem;left:58.23486328125rem; }
#f6wJH3KBZQRNw8AckyIxv4Azge0CfzVO > img { max-width: 100%;max-height:100%; width:2.4375rem; height:2.4375rem; }#dJ5nGuEVPvq6RdLZxlErQzWSUxHX4ir7 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:2.1875rem;left:59.09375rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#LsI8PqMrrO1Ma8wPO3oOUkdANLBy62IZ { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:7.25rem;top:2.9375rem;left:35.40625rem;overflow:hidden;display:block; }
#tivLxdCmvlv2w3KP5b1EagKCk3DQNqM2 { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.193359375rem;left:43.6875rem;height:1.29980625rem;font-style:normal;display:block; }
#gESlWDwhy1yq8Tn2q61N0nqJvcZsZkzO { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.662109375rem;left:43.6875rem;height:1.29980625rem;font-style:normal;display:block; }
#SDLzUob7TaImLnmeHzpd0S6bWVVzbo96 { box-sizing:content-box;height:7.1875rem;width:0.1875rem;position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:none;top:1.125rem;left:55.9375rem;display:block; }
#T34wIXhTv6HUHKf8wNUvDeV0gT3WhP5O { 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.0625rem;width:19.0625rem;top:2.15625rem;left:0rem;overflow:hidden;display:block; }
#Gup6Ua40BbG5TzahK8JfJNIhkDkmXFkS { position:relative;display:block; }#Gup6Ua40BbG5TzahK8JfJNIhkDkmXFkS { background-color: transparent; background-image: none; }#Gup6Ua40BbG5TzahK8JfJNIhkDkmXFkS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gup6Ua40BbG5TzahK8JfJNIhkDkmXFkS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gup6Ua40BbG5TzahK8JfJNIhkDkmXFkS > .row .container > .video-iframe-container { display: none; }#Gup6Ua40BbG5TzahK8JfJNIhkDkmXFkS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gup6Ua40BbG5TzahK8JfJNIhkDkmXFkS > .row > .video-iframe-container { display: none; }#Gup6Ua40BbG5TzahK8JfJNIhkDkmXFkS > .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); }#Gup6Ua40BbG5TzahK8JfJNIhkDkmXFkS { border-width: 0; border-radius: 0; }#Gup6Ua40BbG5TzahK8JfJNIhkDkmXFkS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Gup6Ua40BbG5TzahK8JfJNIhkDkmXFkS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:9.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#m0beLSc3RHXi8lmg0lCwarGRpPMvEJyE { border-top:0.0625rem solid rgba(106,106,106,0.1);border-left:0.0625rem solid rgba(106,106,106,0.1);border-right:0.0625rem solid rgba(106,106,106,0.1);border-bottom:0.0625rem solid rgba(106,106,106,0.1);background-color:rgba(var(--color-tertiary-0),0.44);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; }#m0beLSc3RHXi8lmg0lCwarGRpPMvEJyE > .row .container { background-color: transparent; background-image: none; }#m0beLSc3RHXi8lmg0lCwarGRpPMvEJyE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m0beLSc3RHXi8lmg0lCwarGRpPMvEJyE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m0beLSc3RHXi8lmg0lCwarGRpPMvEJyE > .row .container > .video-iframe-container { display: none; }#m0beLSc3RHXi8lmg0lCwarGRpPMvEJyE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m0beLSc3RHXi8lmg0lCwarGRpPMvEJyE > .row > .video-iframe-container { display: none; }#m0beLSc3RHXi8lmg0lCwarGRpPMvEJyE > .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); }#m0beLSc3RHXi8lmg0lCwarGRpPMvEJyE > .row .container { border-width: 0; border-radius: 0; }#m0beLSc3RHXi8lmg0lCwarGRpPMvEJyE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m0beLSc3RHXi8lmg0lCwarGRpPMvEJyE > .row .container { font-size:0.875rem;font-family:arial;height:3.375rem;width:75rem;position:relative;display:block; }#RhE2Cnle94SAaVpbXe5CD44l9FpFoKCZ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.9375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:0.84375rem;left:4.125rem;height:1.6875rem;font-style:normal;display:block; }
#AGxxE2H6ciOmqFMeTpUW4lIQbvVkqtim { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:0.625rem;left:1.75rem; }
#mPp81y0NkVBetQf9eexIFPIdsULT2D2q { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:0.625rem;left:20.9375rem; }
#MsUxsOk3ATO8hPtNTxfZZv8VqhWJEIcd { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:0.84375rem;left:23.46875rem;height:1.6875rem;font-style:normal;display:block; }
#EXnscK6MPRSSL7VDxagkXIg46ykRiSHd { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:0.625rem;left:41.25rem; }
#qKJi4GTtrrxQaREuiiMWrar8Rok12VGJ { color:rgba(var(--color-tertiary-4),1);display:block;width:9.25rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:0.84375rem;left:43.90625rem;height:1.6875rem;font-style:normal;display:block; }
#wmSz4CsR43t3wh7iUDwRoImEiW7ZvbFZ { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:0.625rem;left:59.125rem; }
#uN1CdtAsAbRWvUOn0OSa1BbIZygSZmKl { color:rgba(var(--color-tertiary-4),1);display:block;width:10.5625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:0.84375rem;left:61.59375rem;height:1.6875rem;font-style:normal;display:block; }
#oQfz8Rew3kbGxGQkh11GNTHyBnDoVcTG { position:relative;display:block; }#oQfz8Rew3kbGxGQkh11GNTHyBnDoVcTG { background-color: transparent; background-image: none; }#oQfz8Rew3kbGxGQkh11GNTHyBnDoVcTG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oQfz8Rew3kbGxGQkh11GNTHyBnDoVcTG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oQfz8Rew3kbGxGQkh11GNTHyBnDoVcTG > .row .container > .video-iframe-container { display: none; }#oQfz8Rew3kbGxGQkh11GNTHyBnDoVcTG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oQfz8Rew3kbGxGQkh11GNTHyBnDoVcTG > .row > .video-iframe-container { display: none; }#oQfz8Rew3kbGxGQkh11GNTHyBnDoVcTG > .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); }#oQfz8Rew3kbGxGQkh11GNTHyBnDoVcTG { border-width: 0; border-radius: 0; }#oQfz8Rew3kbGxGQkh11GNTHyBnDoVcTG > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#oQfz8Rew3kbGxGQkh11GNTHyBnDoVcTG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:65.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fW6DrxnfMQklALMRUwrzP36oui1KNbK0 { position:absolute;display:block;z-index:15000;height:19.4375rem;width:75rem;top:0rem;left:0rem;display:block; }
#gdrdSWhrZa0soehzbiXoERxFHupJ5VEM { position:relative;display:none; }#gdrdSWhrZa0soehzbiXoERxFHupJ5VEM { border-width: 0; border-radius: 0; }#gdrdSWhrZa0soehzbiXoERxFHupJ5VEM > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#gdrdSWhrZa0soehzbiXoERxFHupJ5VEM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#exIRFo2tSGeuPRn40pJ9thsWiLf4VJvd { color:rgba(var(--color-tertiary-4),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.666015625rem;left:2.03125rem;height:1.54345625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g4N6Cy03XHzZ20v9V4MltwmtXiK88Elp { color:rgba(var(--color-tertiary-1),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:8.958984375rem;left:1.625rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#KUckEJObZ97TVi2RtOab704WJCJwfsWn { color:rgba(var(--color-tertiary-1),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:8.958984375rem;left:20.375rem;height:6.09375rem;text-align:center;text-align-last:center;display:block; }
#QT0nrEVlhgJdq5JkiulZ5DBTdvde647C { color:rgba(var(--color-tertiary-1),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:8.958984375rem;left:39.125rem;height:6.09375rem;text-align:center;text-align-last:center;display:block; }
#UEEOu1OmPJSzkRQi41StC37a8k14NvTQ { color:rgba(var(--color-tertiary-1),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:8.958984375rem;left:57.875rem;height:6.09375rem;text-align:center;text-align-last:center;display:block; }
#eLLQWvJ79DXtmueLwd1OSJvQdisIApod { color:rgba(var(--color-tertiary-4),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.666015625rem;left:20.78125rem;height:1.54345625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T5TeHSxPF0u6p6x9qSTWHMDfEGeRMyyP { color:rgba(var(--color-tertiary-4),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6.666015625rem;left:39.53125rem;height:1.54345625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WxQTyTvB4PJpbwzbo2c6h2miDTohzrba { color:rgba(var(--color-tertiary-4),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:6.666015625rem;left:58.28125rem;height:1.54345625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QWULIoTU6eW9UKqET75UvQi1KJoi8SpD { position:relative;display:none; }#QWULIoTU6eW9UKqET75UvQi1KJoi8SpD { border-width: 0; border-radius: 0; }#QWULIoTU6eW9UKqET75UvQi1KJoi8SpD > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#QWULIoTU6eW9UKqET75UvQi1KJoi8SpD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:19.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#gL0ZpNd3nHwJUaBFqL9cxLrLOywI9ULF { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: none;height:12.625rem;width:12.625rem;top:1.15625rem;left:3.0625rem;overflow:hidden;display:block; }
#PvQ7AH9yDHGt938VIUBTBDQOTxtkGA2g { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:15.34375rem;left:1.15625rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WEgyXidk5TEDzyTNm8SCcl4epcpLgt16 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: none;height:12.625rem;width:12.625rem;top:1.15625rem;left:21.8125rem;overflow:hidden;display:block; }
#mEpNlWSVrDB51lLuc0fMHQh1L56dTIgi { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: none;height:12.625rem;width:12.625rem;top:1.15625rem;left:40.5625rem;overflow:hidden;display:block; }
#EJuq1dcyX7Ti9TECRwcrvkvxdC5Zq4nf { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: none;height:12.625rem;width:12.625rem;top:1.15625rem;left:59.3125rem;overflow:hidden;display:block; }
#J8yxgg6Dh78qsclbQdNr1OiwKZmH12Cn { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:15.34375rem;left:20rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Uah3Cq0tmBD0y0PR93Hgk1EIW6EzBaGP { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:15.34375rem;left:38.75rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z7TZQnn8Z3iNtgHqzz3HHNHpiGS1TA7R { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:15.34375rem;left:57.5rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kAyxpgCm75An0GRdOytINobmbUU3xIyO { position:relative;display:none; }#kAyxpgCm75An0GRdOytINobmbUU3xIyO { border-width: 0; border-radius: 0; }#kAyxpgCm75An0GRdOytINobmbUU3xIyO > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#kAyxpgCm75An0GRdOytINobmbUU3xIyO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:19.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Hvb4cfl58wUX4ElMega63OMoZMLlp1hC { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: none;height:12.625rem;width:12.625rem;top:1.15625rem;left:3.0625rem;overflow:hidden;display:block; }
#WWh398D0LpDvTXlt9OVEAUEfXprgomq6 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:15.34375rem;left:1.15625rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RKznJApQCHpfeq8DinN3geshE7eA6z7L { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: none;height:12.625rem;width:12.625rem;top:1.15625rem;left:21.8125rem;overflow:hidden;display:block; }
#LbWMJOdBFi1XlLEa094rTqT7CIgdEUnn { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: none;height:12.625rem;width:12.625rem;top:1.15625rem;left:40.5625rem;overflow:hidden;display:block; }
#M9staTK02AI0SanUwZK0NHORxXCP0rDl { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: none;height:12.625rem;width:12.625rem;top:1.15625rem;left:59.3125rem;overflow:hidden;display:block; }
#UeAWZeqocd5ieWnXBGRg5oICpE3paVrg { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:15.34375rem;left:20rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PphiL535uSJIMa0zHgwOnXvO8gKEUyqV { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:15.34375rem;left:38.75rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#itPM1olxT7PxtMeFgWrb6Zbum6LHU5iK { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:15.34375rem;left:57.5rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OuKUDxTTT5lhC9TXMvyf7574Zpuor0ee { position:relative;display:none; }#OuKUDxTTT5lhC9TXMvyf7574Zpuor0ee { border-width: 0; border-radius: 0; }#OuKUDxTTT5lhC9TXMvyf7574Zpuor0ee > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#OuKUDxTTT5lhC9TXMvyf7574Zpuor0ee > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:32.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#AZpsw3Xx39QoNNEK5kqeCT1BlnCyibov { border-bottom:0;border-left:0;border-right:0;border-top:0;height:17.5rem;width:17.5rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:10.9375rem;left:27.9375rem;overflow:hidden;display:block; }
#TPpW7lXJKM228Io0C6u19kH8Fhq2zFml { border-bottom:0;border-left:0;border-right:0;border-top:0;height:17.5rem;width:17.5rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:10.9375rem;left:48.25rem;overflow:hidden;display:block; }
#EFQd9gb41uEnlMAO1aeQ8gxWuRdZBlLn { border-bottom:0;border-left:0;border-right:0;border-top:0;height:17.5rem;width:17.5rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:10.9375rem;left:7.5rem;overflow:hidden;display:block; }
#D0FGl4KtmTPaQtXTtfmAS51PB56rJzUl { color:rgba(var(--color-tertiary-4),1);display:block;width:59rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:2.3125rem;left:6.8125rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DKNWiJfAgnTiBh65IC1N0D1pgXyvMlMe { color:rgba(var(--color-tertiary-4),0.77);display:block;width:52.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:6.3125rem;left:10.46875rem;height:1.6875rem;text-align:center;text-align-last:center;display:block; }
#n1hGUPwALazG3AbNIfDFcCrCKuHd370l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#40444e;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:none; }#n1hGUPwALazG3AbNIfDFcCrCKuHd370l > .row .container { border-width: 0; border-radius: 0; }#n1hGUPwALazG3AbNIfDFcCrCKuHd370l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n1hGUPwALazG3AbNIfDFcCrCKuHd370l > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;position:relative;display:none; }#HBu2KlypLFMU11UlhS6obC0GlFLvESVN { color:rgba(var(--color-tertiary-0),1);display:block;width:46.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:2.3125rem;left:14.1875rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZA5D34SEXLD3XP3NpoVKQcvBW3Z8txB0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#40444e;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:none; }#ZA5D34SEXLD3XP3NpoVKQcvBW3Z8txB0 > .row .container { border-width: 0; border-radius: 0; }#ZA5D34SEXLD3XP3NpoVKQcvBW3Z8txB0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZA5D34SEXLD3XP3NpoVKQcvBW3Z8txB0 > .row .container { font-size:0.875rem;font-family:arial;height:20.0625rem;width:75rem;position:relative;display:none; }#QwHZ3UpyMLhR3IAtDTIwkt7OQLbik5Ti { position:absolute;display:block;z-index:15000;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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:14.0625rem;width:13.4375rem;top:3.125rem;left:0rem;display:block; }
#T0pTyTgRdUWpmcVVI6BJTwbvtxQSuTJS { position:absolute;display:block;z-index:15001;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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:14.0625rem;width:13.4375rem;top:3.125rem;left:15.40625rem;display:block; }
#gUqHoLskVug5bW9acb84RR4ET2rMTrdR { position:absolute;display:block;z-index:15002;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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:14.0625rem;width:13.4375rem;top:3.125rem;left:30.78125rem;display:block; }
#PRtRcFi9RmVQ2y2RkVF8LQvniSz1Gt9I { position:absolute;display:block;z-index:15003;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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:14.0625rem;width:13.4375rem;top:3.125rem;left:46.28125rem;display:block; }
#gA9G2ch3pwGcA2UmR4QV1v0qPBKg1JJm { position:absolute;display:block;z-index:15004;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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:14.0625rem;width:13.4375rem;top:3.125rem;left:61.5625rem;display:block; }
#QtKMDae6GeQfy7mulTeiPgqhPZvt2AJP { box-sizing:content-box;color:#40444e;font-size:5rem;font-weight:400;line-height:1;height:7.1875rem;width:7.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:4.375rem;left:3.125rem;display:block; }
#W4Ji3VKbhuwJTZShUhb4THeNQVwEbd4p { box-sizing:content-box;color:#40444e;font-size:5rem;font-weight:400;line-height:1;height:7.1875rem;width:7.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:4.375rem;left:18.53125rem;display:block; }
#Ff6SVf0Ny4tCxqw1wTzB4A6a6W4cT4Cy { box-sizing:content-box;color:#40444e;font-size:5rem;font-weight:400;line-height:1;height:7.1875rem;width:7.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:4.375rem;left:33.90625rem;display:block; }
#xRsKCtqpoKb0KoMe9pUHfd02HPvikZLf { color:rgba(var(--color-tertiary-4),1);display:block;width:9.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:11.25rem;left:1.78125rem;height:3.57421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#A9lZgySOmE6TeZiXlimCg6uKzrSBJEDP { color:rgba(var(--color-tertiary-4),1);display:block;width:9.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:11.5625rem;left:17.1875rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JHlaWPF6XXUUFfu6oZgvL713eEbXg1Lb { color:rgba(var(--color-tertiary-4),1);display:block;width:9.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:12.11328125rem;left:32.5625rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TC4noTa1HtJzVMcfbiQx1PViU1ly5QgU { color:rgba(var(--color-tertiary-4),1);display:block;width:9.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:12.11328125rem;left:48.0625rem;height:3.57421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FinJCDoNdUeXLOf1sRTnEbU66RaggJhZ { color:rgba(var(--color-tertiary-4),1);display:block;width:9.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:12.11328125rem;left:63.34375rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OiKayqP61pFASCI9NHbi1LDKn3I5ec9o { position:absolute;display:block;z-index:15008;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.1875rem;width:6.1875rem;top:4.875rem;left:65.1875rem;overflow:hidden;display:block; }
#UFqKdubmhi7QDsTh5N134Hpe1p6ibOwN { 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:7.125rem;width:7.125rem;top:4.09375rem;left:49.4375rem;overflow:hidden;display:block; }
#CuriN2qSFMANxAe04XfahWSwLhnUbSf1 { position:relative;display:none; }#CuriN2qSFMANxAe04XfahWSwLhnUbSf1 { border-width: 0; border-radius: 0; }#CuriN2qSFMANxAe04XfahWSwLhnUbSf1 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#CuriN2qSFMANxAe04XfahWSwLhnUbSf1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:1.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#fzeQsoK8yhArHWIsTVVCAvcuwKMrO1Od { position:relative;display:none; }#fzeQsoK8yhArHWIsTVVCAvcuwKMrO1Od { border-width: 0; border-radius: 0; }#fzeQsoK8yhArHWIsTVVCAvcuwKMrO1Od > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#fzeQsoK8yhArHWIsTVVCAvcuwKMrO1Od > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:36.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#XZDFRe3yqg4PH3iLBGz4SrqG9h8Mm8vr { color:rgba(var(--color-tertiary-4),1);display:block;width:46.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:1.5rem;left:14.1875rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wO1RO5cpGySF9yfBqxtgbH7f10oXxccA { position:absolute;display:block;z-index:15004;background-color:#f4f4f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.6875rem;width:59.5625rem;top:7.8125rem;left:7.71875rem;display:block; }
#HH3xKFooMeNF1G32bzugFROCsRVyyxvu { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:12.8125rem;left:9.40625rem;height:17.2090125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#L0vBTGaSBhn6tQ1h0bQ9gG0EwRCa5Ei2 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:9.1875rem;left:33.5rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XRaUBKuGvy8vQqGTvJUGzNhd2p54O7ru { position:absolute;display:block;z-index:15005;background-color:#dbe1de;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.6875rem;width:11.4375rem;top:7.8125rem;left:33.15625rem;display:block; }
#wiz480zZ3FTJ7izimNvMq5oAKFPQHxJo { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:9.1875rem;left:44.90625rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i1NSs3P65LiwhDoRKOUhpm6sssWu48rC { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:9.25rem;left:56.28125rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vgPMAEo0W9b3x4y3khdOmX34GiO9EBDO { position:absolute;display:block;z-index:15007;background-color:#e5e8e7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.6875rem;width:11.4375rem;top:7.8125rem;left:55.90625rem;display:block; }
#oZwocUX0L4Cr0uVUtvgdQhNW7RGJ1yKF { box-sizing:content-box;color:rgba(var(--color-tertiary-2),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:12.6875rem;left:37.90625rem;display:block; }
#dTMZm8h8WKmF8rFt3twL5JFKOAgX6waG { box-sizing:content-box;color:rgba(var(--color-tertiary-2),0.5);font-size:2.8125rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:11.5625rem;left:36.84375rem;display:block; }
#KWOImDlddUgIuwagI2oRFifZNxGeekTq { box-sizing:content-box;color:rgba(var(--color-tertiary-2),0.5);font-size:2.8125rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:15.3125rem;left:36.84375rem;display:block; }
#STK4UIlJdczeHrgcuhPH5UFsMvINO5rh { box-sizing:content-box;color:rgba(var(--color-tertiary-2),0.5);font-size:2.8125rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:19.1875rem;left:36.84375rem;display:block; }
#wTpLUpU2qSstTAC48mGf0DHyJzMbTeo3 { box-sizing:content-box;color:rgba(var(--color-tertiary-2),0.5);font-size:2.8125rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:23.125rem;left:36.84375rem;display:block; }
#ITBuRByW0wHTVFXTTcSM49Qn2TtTbGaO { box-sizing:content-box;color:rgba(var(--color-tertiary-2),0.5);font-size:2.8125rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:26.875rem;left:36.84375rem;display:block; }
#n9hssriUlawwUMMoeZq9TX2nxa0LDs7P { box-sizing:content-box;color:rgba(var(--color-tertiary-2),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:16.4375rem;left:37.9375rem;display:block; }
#EiuQkOiaBciRT9W0putWuCih6OTvXgNn { box-sizing:content-box;color:rgba(var(--color-tertiary-2),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:20.28125rem;left:37.9375rem;display:block; }
#AIabdwOikDTJ9NUqtDrIRHF65BzP20ve { box-sizing:content-box;color:rgba(var(--color-tertiary-2),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:24.21875rem;left:37.9375rem;display:block; }
#TMuh3B87Z6n0P7P7oCIkP2PTdbPC3yAp { box-sizing:content-box;color:rgba(var(--color-tertiary-2),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15013;top:27.9375rem;left:37.9375rem;display:block; }
#Kt7IIqpRkFxaP9zvvTA4JypIf69GGNmy { box-sizing:content-box;color:rgba(var(--color-tertiary-2),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:12.8125rem;left:49.34375rem;display:block; }
#p9hbToDTFwW5IeeVM5L8XbTDzoABWQQ1 { box-sizing:content-box;color:rgba(var(--color-tertiary-2),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:20.4794921875rem;left:60.75rem;display:block; }
#zKKcz98q7NJ8eIDGDwudBpDNmMaD56k5 { color:rgba(var(--color-tertiary-4),1);display:block;width:2.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15005;line-height:2.8;letter-spacing:0;top:15.66064453125rem;left:49.0625rem;height:15.39845rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yNpwuR7n4t7tJRFl165fdRRaayopJIMv { color:rgba(var(--color-tertiary-4),1);display:block;width:2.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15007;line-height:2.8;letter-spacing:0;top:11.6875rem;left:60.59375rem;height:19.2480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#orViGMgEhLs6SqxkHuNKSJDs0q2lKl8n { position:relative;display:none; }#orViGMgEhLs6SqxkHuNKSJDs0q2lKl8n { border-width: 0; border-radius: 0; }#orViGMgEhLs6SqxkHuNKSJDs0q2lKl8n > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#orViGMgEhLs6SqxkHuNKSJDs0q2lKl8n > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#BaBrVs1dyP4O56qv5FaDac5As9ZQcmP6 { z-index:15002;top:1.8125rem;left:27.53125rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #191919, #222222);background-image: -moz-linear-gradient(178deg, #191919, #222222);background-image: -ms-linear-gradient(178deg, #191919, #222222);background-image: -o-linear-gradient(178deg, #191919, #222222);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#191919', endColorstr='#222222' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#191919', endColorstr='#222222' );";background-image: linear-gradient(178deg, #191919, #222222);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(var(--color-tertiary-0),1) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.9375rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#tvaQ9yQSLMQVkzNIOpJBpNBDgOTOmU1H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k6ZElw7pqya66CqbTdCBgBRbQaJxE2sT { position:relative;display:block; }#k6ZElw7pqya66CqbTdCBgBRbQaJxE2sT { background-color: transparent; background-image: none; }#k6ZElw7pqya66CqbTdCBgBRbQaJxE2sT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k6ZElw7pqya66CqbTdCBgBRbQaJxE2sT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k6ZElw7pqya66CqbTdCBgBRbQaJxE2sT > .row .container > .video-iframe-container { display: none; }#k6ZElw7pqya66CqbTdCBgBRbQaJxE2sT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k6ZElw7pqya66CqbTdCBgBRbQaJxE2sT > .row > .video-iframe-container { display: none; }#k6ZElw7pqya66CqbTdCBgBRbQaJxE2sT > .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); }#k6ZElw7pqya66CqbTdCBgBRbQaJxE2sT { border-width: 0; border-radius: 0; }#k6ZElw7pqya66CqbTdCBgBRbQaJxE2sT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#k6ZElw7pqya66CqbTdCBgBRbQaJxE2sT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:"open sans";height:37.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lfCX4ah7q5dammyXv8WeHnF6SsJx0DJf { color:rgba(var(--color-tertiary-3),1);display:block;width:12.5625rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:1.65625rem;left:40.75rem;height:1.70605625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MvUInGKD1WtDFDvBI7TICTvZJdMwewfo { color:rgba(var(--color-tertiary-3),1);display:block;width:13.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:4.1875rem;left:40.75rem;height:12.7969rem;text-align:left;text-align-last:left;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; }
#LZ9VERwF0dBOqCVvIVVhWhdznygbM3pF { color:rgba(var(--color-tertiary-3),1);display:block;width:9.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:19.84619140625rem;left:61.78125rem;height:1.5996125rem;text-align:left;text-align-last:left;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; }
#KUph1PqADMUuZMpqzragt8Fw3hlMZItI { box-sizing:content-box;color:#baa76c;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15018;top:19.458984375rem;left:58.6875rem;display:block; }
#kVTc2OKAyLXmRpNAnhs6wE0gOqcZzIoN { color:rgba(var(--color-tertiary-3),1);display:block;width:5.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:23.5rem;left:40.75rem;height:9.597675rem;text-align:left;text-align-last:left;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; }
#UGDiZuApwuZyqPERXVqx0QxNuFrBp0x6 { color:rgba(var(--color-tertiary-3),1);display:block;width:11.0625rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:19.79345703125rem;left:40.75rem;height:1.70605625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eHXLx8h98UKt8MaQIfLiqyq2fJNxT15K { color:rgba(var(--color-tertiary-3),1);display:block;width:11.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15013;line-height:1.6;letter-spacing:0;top:23.47021484375rem;left:48.625rem;height:9.597675rem;text-align:left;text-align-last:left;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; }
#kMMd4lVhtI6gQwGfZMWRKt6p2dcZmFuo { 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:22.1875rem;width:37.4375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#xhO2ypWTVT5KNrBDzgxSOwhhT2r5blq3 { position:absolute;display:block;z-index:15021;height:12.5rem;width:33.875rem;top:0rem;left:41.125rem;display:none; }
#wCHRLmD3bbCvvXgqbH1rmzB2oM8VG8wc { color:rgba(var(--color-tertiary-3),1);display:block;width:17.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:4.1953125rem;left:57.8125rem;height:11.1972875rem;text-align:left;text-align-last:left;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; }
#ShsMOkpq92AOku13TCVSndHDx4fMwQCt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#ShsMOkpq92AOku13TCVSndHDx4fMwQCt > .row .container { background-color: transparent; background-image: none; }#ShsMOkpq92AOku13TCVSndHDx4fMwQCt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ShsMOkpq92AOku13TCVSndHDx4fMwQCt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ShsMOkpq92AOku13TCVSndHDx4fMwQCt > .row .container > .video-iframe-container { display: none; }#ShsMOkpq92AOku13TCVSndHDx4fMwQCt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ShsMOkpq92AOku13TCVSndHDx4fMwQCt > .row > .video-iframe-container { display: none; }#ShsMOkpq92AOku13TCVSndHDx4fMwQCt > .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); }#ShsMOkpq92AOku13TCVSndHDx4fMwQCt > .row .container { border-width: 0; border-radius: 0; }#ShsMOkpq92AOku13TCVSndHDx4fMwQCt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ShsMOkpq92AOku13TCVSndHDx4fMwQCt > .row .container { font-size:0.875rem;font-family:"open sans";height:8.8125rem;width:75rem;position:relative;display:block; }#Uc8l3E1bAlqyoBzyGrEGyzECt8JhA6Im { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5625rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:1.4375rem;left:27.21875rem;height:2.3994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MZRmabBgzF5d9RtzlRdRNZcyrsQokS0f { display:block; }#MZRmabBgzF5d9RtzlRdRNZcyrsQokS0f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l2WTv3esBuNFO1caLTkB4C2RVMDVI8u8 { width:11.75rem;height:3.625rem;top:3.25rem;left:36rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCGFIiEm4u32gKEPVl9obgycU8EZxmTA { display:block; }
 }@media only screen and (max-width: 763px) { #f6wJH3KBZQRNw8AckyIxv4Azge0CfzVO { top:3.8125rem;left:44.60986328125rem;width:2.4375rem;height:2.4375rem;display:block; }
#f6wJH3KBZQRNw8AckyIxv4Azge0CfzVO > img { max-width: 100%;max-height:100%; width:2.4375rem; height:2.4375rem; } }@media only screen and (max-width: 763px) { #dJ5nGuEVPvq6RdLZxlErQzWSUxHX4ir7 { top:2.1875rem;left:33.375rem;width:14.375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsI8PqMrrO1Ma8wPO3oOUkdANLBy62IZ { top:2.9375rem;left:21.78125rem;width:7.25rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tivLxdCmvlv2w3KP5b1EagKCk3DQNqM2 { top:3.1875rem;left:30.0625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gESlWDwhy1yq8Tn2q61N0nqJvcZsZkzO { top:4.625rem;left:30.0625rem;width:12.5rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDLzUob7TaImLnmeHzpd0S6bWVVzbo96 { top:1.125rem;left:42.3125rem;width:0.1875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T34wIXhTv6HUHKf8wNUvDeV0gT3WhP5O { top:2.125rem;left:0rem;width:19.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gup6Ua40BbG5TzahK8JfJNIhkDkmXFkS { display:block; }#Gup6Ua40BbG5TzahK8JfJNIhkDkmXFkS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m0beLSc3RHXi8lmg0lCwarGRpPMvEJyE { display:block; }#m0beLSc3RHXi8lmg0lCwarGRpPMvEJyE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RhE2Cnle94SAaVpbXe5CD44l9FpFoKCZ { top:0.8125rem;left:0rem;width:12.9375rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGxxE2H6ciOmqFMeTpUW4lIQbvVkqtim { top:0.625rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPp81y0NkVBetQf9eexIFPIdsULT2D2q { top:0.625rem;left:11.9375rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsUxsOk3ATO8hPtNTxfZZv8VqhWJEIcd { top:0.8125rem;left:10.0625rem;width:13.8125rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXnscK6MPRSSL7VDxagkXIg46ykRiSHd { top:0.625rem;left:24.21875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKJi4GTtrrxQaREuiiMWrar8Rok12VGJ { top:0.8125rem;left:26.5625rem;width:9.25rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmSz4CsR43t3wh7iUDwRoImEiW7ZvbFZ { top:0.625rem;left:35.8125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uN1CdtAsAbRWvUOn0OSa1BbIZygSZmKl { top:0.8125rem;left:37.1875rem;width:10.5625rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQfz8Rew3kbGxGQkh11GNTHyBnDoVcTG { display:block; }#oQfz8Rew3kbGxGQkh11GNTHyBnDoVcTG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fW6DrxnfMQklALMRUwrzP36oui1KNbK0 { top:0rem;left:0rem;width:47.75rem;height:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdrdSWhrZa0soehzbiXoERxFHupJ5VEM { display:block; }#gdrdSWhrZa0soehzbiXoERxFHupJ5VEM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #exIRFo2tSGeuPRn40pJ9thsWiLf4VJvd { top:6.625rem;left:0rem;width:14.6875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4N6Cy03XHzZ20v9V4MltwmtXiK88Elp { top:8.9375rem;left:0rem;width:15.5rem;height:4.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUckEJObZ97TVi2RtOab704WJCJwfsWn { top:8.9375rem;left:8.375rem;width:15.5rem;height:6.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QT0nrEVlhgJdq5JkiulZ5DBTdvde647C { top:8.9375rem;left:20.3125rem;width:15.5rem;height:6.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEEOu1OmPJSzkRQi41StC37a8k14NvTQ { top:8.9375rem;left:32.25rem;width:15.5rem;height:6.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLLQWvJ79DXtmueLwd1OSJvQdisIApod { top:6.625rem;left:9.1875rem;width:14.6875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5TeHSxPF0u6p6x9qSTWHMDfEGeRMyyP { top:6.625rem;left:21.125rem;width:14.6875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxQTyTvB4PJpbwzbo2c6h2miDTohzrba { top:6.625rem;left:33.0625rem;width:14.6875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWULIoTU6eW9UKqET75UvQi1KJoi8SpD { display:block; }#QWULIoTU6eW9UKqET75UvQi1KJoi8SpD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gL0ZpNd3nHwJUaBFqL9cxLrLOywI9ULF { top:1.125rem;left:0rem;width:12.625rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvQ7AH9yDHGt938VIUBTBDQOTxtkGA2g { top:15.3125rem;left:0rem;width:16.25rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEgyXidk5TEDzyTNm8SCcl4epcpLgt16 { top:1.125rem;left:11.25rem;width:12.625rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEpNlWSVrDB51lLuc0fMHQh1L56dTIgi { top:1.125rem;left:23.1875rem;width:12.625rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJuq1dcyX7Ti9TECRwcrvkvxdC5Zq4nf { top:1.125rem;left:35.125rem;width:12.625rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8yxgg6Dh78qsclbQdNr1OiwKZmH12Cn { top:15.3125rem;left:7.625rem;width:16.25rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uah3Cq0tmBD0y0PR93Hgk1EIW6EzBaGP { top:15.3125rem;left:19.5625rem;width:16.25rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7TZQnn8Z3iNtgHqzz3HHNHpiGS1TA7R { top:15.3125rem;left:31.5rem;width:16.25rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAyxpgCm75An0GRdOytINobmbUU3xIyO { display:block; }#kAyxpgCm75An0GRdOytINobmbUU3xIyO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hvb4cfl58wUX4ElMega63OMoZMLlp1hC { top:1.125rem;left:0rem;width:12.625rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWh398D0LpDvTXlt9OVEAUEfXprgomq6 { top:15.3125rem;left:0rem;width:16.25rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKznJApQCHpfeq8DinN3geshE7eA6z7L { top:1.125rem;left:11.25rem;width:12.625rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbWMJOdBFi1XlLEa094rTqT7CIgdEUnn { top:1.125rem;left:23.1875rem;width:12.625rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9staTK02AI0SanUwZK0NHORxXCP0rDl { top:1.125rem;left:35.125rem;width:12.625rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeAWZeqocd5ieWnXBGRg5oICpE3paVrg { top:15.3125rem;left:7.625rem;width:16.25rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PphiL535uSJIMa0zHgwOnXvO8gKEUyqV { top:15.3125rem;left:19.5625rem;width:16.25rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #itPM1olxT7PxtMeFgWrb6Zbum6LHU5iK { top:15.3125rem;left:31.5rem;width:16.25rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuKUDxTTT5lhC9TXMvyf7574Zpuor0ee { display:block; }#OuKUDxTTT5lhC9TXMvyf7574Zpuor0ee > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AZpsw3Xx39QoNNEK5kqeCT1BlnCyibov { width:17.5rem;height:17.5rem;top:10.9375rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPpW7lXJKM228Io0C6u19kH8Fhq2zFml { width:17.5rem;height:17.5rem;top:10.9375rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFQd9gb41uEnlMAO1aeQ8gxWuRdZBlLn { width:17.5rem;height:17.5rem;top:10.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0FGl4KtmTPaQtXTtfmAS51PB56rJzUl { top:2.3125rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKNWiJfAgnTiBh65IC1N0D1pgXyvMlMe { top:6.3125rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1hGUPwALazG3AbNIfDFcCrCKuHd370l { display:block; }#n1hGUPwALazG3AbNIfDFcCrCKuHd370l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HBu2KlypLFMU11UlhS6obC0GlFLvESVN { top:2.3125rem;left:0.5625rem;width:46.625rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZA5D34SEXLD3XP3NpoVKQcvBW3Z8txB0 { display:block; }#ZA5D34SEXLD3XP3NpoVKQcvBW3Z8txB0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QwHZ3UpyMLhR3IAtDTIwkt7OQLbik5Ti { top:3.125rem;left:0rem;width:13.4375rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0pTyTgRdUWpmcVVI6BJTwbvtxQSuTJS { top:3.125rem;left:1.78125rem;width:13.4375rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUqHoLskVug5bW9acb84RR4ET2rMTrdR { top:3.125rem;left:17.15625rem;width:13.4375rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRtRcFi9RmVQ2y2RkVF8LQvniSz1Gt9I { top:3.125rem;left:32.65625rem;width:13.4375rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gA9G2ch3pwGcA2UmR4QV1v0qPBKg1JJm { top:3.125rem;left:34.3125rem;width:13.4375rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtKMDae6GeQfy7mulTeiPgqhPZvt2AJP { top:4.375rem;left:0rem;width:7.1875rem;height:7.1875rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4Ji3VKbhuwJTZShUhb4THeNQVwEbd4p { top:4.375rem;left:4.90625rem;width:7.1875rem;height:7.1875rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ff6SVf0Ny4tCxqw1wTzB4A6a6W4cT4Cy { top:4.375rem;left:20.28125rem;width:7.1875rem;height:7.1875rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRsKCtqpoKb0KoMe9pUHfd02HPvikZLf { top:11.25rem;left:0rem;width:9.875rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9lZgySOmE6TeZiXlimCg6uKzrSBJEDP { top:11.5625rem;left:3.5625rem;width:9.875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHlaWPF6XXUUFfu6oZgvL713eEbXg1Lb { top:12.0625rem;left:18.9375rem;width:9.875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TC4noTa1HtJzVMcfbiQx1PViU1ly5QgU { top:12.0625rem;left:34.4375rem;width:9.875rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FinJCDoNdUeXLOf1sRTnEbU66RaggJhZ { top:12.0625rem;left:37.875rem;width:9.875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiKayqP61pFASCI9NHbi1LDKn3I5ec9o { top:4.875rem;left:41.5625rem;width:6.1875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFqKdubmhi7QDsTh5N134Hpe1p6ibOwN { top:4.0625rem;left:35.8125rem;width:7.125rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuriN2qSFMANxAe04XfahWSwLhnUbSf1 { display:block; }#CuriN2qSFMANxAe04XfahWSwLhnUbSf1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fzeQsoK8yhArHWIsTVVCAvcuwKMrO1Od { display:block; }#fzeQsoK8yhArHWIsTVVCAvcuwKMrO1Od > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XZDFRe3yqg4PH3iLBGz4SrqG9h8Mm8vr { top:1.5rem;left:0.5625rem;width:46.625rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wO1RO5cpGySF9yfBqxtgbH7f10oXxccA { top:7.8125rem;left:0rem;width:47.75rem;height:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HH3xKFooMeNF1G32bzugFROCsRVyyxvu { top:12.8125rem;left:0rem;width:22.1875rem;height:17.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0vBTGaSBhn6tQ1h0bQ9gG0EwRCa5Ei2 { top:9.1875rem;left:19.875rem;width:10.75rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRaUBKuGvy8vQqGTvJUGzNhd2p54O7ru { top:7.8125rem;left:19.53125rem;width:11.4375rem;height:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiz480zZ3FTJ7izimNvMq5oAKFPQHxJo { top:9.1875rem;left:31.28125rem;width:10.75rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1NSs3P65LiwhDoRKOUhpm6sssWu48rC { top:9.25rem;left:37rem;width:10.75rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgPMAEo0W9b3x4y3khdOmX34GiO9EBDO { top:7.8125rem;left:36.3125rem;width:11.4375rem;height:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZwocUX0L4Cr0uVUtvgdQhNW7RGJ1yKF { top:12.6875rem;left:24.28125rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTMZm8h8WKmF8rFt3twL5JFKOAgX6waG { top:11.5625rem;left:23.21875rem;width:4.0625rem;height:4.0625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWOImDlddUgIuwagI2oRFifZNxGeekTq { top:15.3125rem;left:23.21875rem;width:4.0625rem;height:4.0625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #STK4UIlJdczeHrgcuhPH5UFsMvINO5rh { top:19.1875rem;left:23.21875rem;width:4.0625rem;height:4.0625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTpLUpU2qSstTAC48mGf0DHyJzMbTeo3 { top:23.125rem;left:23.21875rem;width:4.0625rem;height:4.0625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITBuRByW0wHTVFXTTcSM49Qn2TtTbGaO { top:26.875rem;left:23.21875rem;width:4.0625rem;height:4.0625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9hssriUlawwUMMoeZq9TX2nxa0LDs7P { top:16.4375rem;left:24.3125rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiuQkOiaBciRT9W0putWuCih6OTvXgNn { top:20.25rem;left:24.3125rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIabdwOikDTJ9NUqtDrIRHF65BzP20ve { top:24.1875rem;left:24.3125rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMuh3B87Z6n0P7P7oCIkP2PTdbPC3yAp { top:27.9375rem;left:24.3125rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kt7IIqpRkFxaP9zvvTA4JypIf69GGNmy { top:12.8125rem;left:35.71875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9hbToDTFwW5IeeVM5L8XbTDzoABWQQ1 { top:20.4375rem;left:45.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKKcz98q7NJ8eIDGDwudBpDNmMaD56k5 { top:15.625rem;left:35.4375rem;width:2.1875rem;height:15.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNpwuR7n4t7tJRFl165fdRRaayopJIMv { top:11.6875rem;left:45.5625rem;width:2.1875rem;height:19.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #orViGMgEhLs6SqxkHuNKSJDs0q2lKl8n { display:block; }#orViGMgEhLs6SqxkHuNKSJDs0q2lKl8n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BaBrVs1dyP4O56qv5FaDac5As9ZQcmP6 { top:1.8125rem;left:13.90625rem;width:19.9375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvaQ9yQSLMQVkzNIOpJBpNBDgOTOmU1H { display:block; }
 }@media only screen and (max-width: 763px) { #k6ZElw7pqya66CqbTdCBgBRbQaJxE2sT { display:block; }#k6ZElw7pqya66CqbTdCBgBRbQaJxE2sT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lfCX4ah7q5dammyXv8WeHnF6SsJx0DJf { width:12.5625rem;height:1.6875rem;top:1.625rem;left:23.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvUInGKD1WtDFDvBI7TICTvZJdMwewfo { width:13.75rem;height:12.75rem;top:4.1875rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZ9VERwF0dBOqCVvIVVhWhdznygbM3pF { width:9.125rem;height:1.5625rem;top:19.8125rem;left:38.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUph1PqADMUuZMpqzragt8Fw3hlMZItI { top:19.4375rem;left:38.25rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVTc2OKAyLXmRpNAnhs6wE0gOqcZzIoN { width:5.9375rem;height:9.5625rem;top:23.5rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGDiZuApwuZyqPERXVqx0QxNuFrBp0x6 { width:11.0625rem;height:1.6875rem;top:19.75rem;left:23.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHXLx8h98UKt8MaQIfLiqyq2fJNxT15K { width:11.8125rem;height:9.5625rem;top:23.4375rem;left:28.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMMd4lVhtI6gQwGfZMWRKt6p2dcZmFuo { top:0rem;left:0rem;width:37.4375rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhO2ypWTVT5KNrBDzgxSOwhhT2r5blq3 { top:0rem;left:13.875rem;width:33.875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCHRLmD3bbCvvXgqbH1rmzB2oM8VG8wc { width:17.0625rem;height:11.1875rem;top:4.1875rem;left:30.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShsMOkpq92AOku13TCVSndHDx4fMwQCt { display:block; }#ShsMOkpq92AOku13TCVSndHDx4fMwQCt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uc8l3E1bAlqyoBzyGrEGyzECt8JhA6Im { width:20.5625rem;height:2.375rem;top:1.4375rem;left:13.59375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MZRmabBgzF5d9RtzlRdRNZcyrsQokS0f { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#MZRmabBgzF5d9RtzlRdRNZcyrsQokS0f > .row .container { width:20rem;height:4.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l2WTv3esBuNFO1caLTkB4C2RVMDVI8u8 { width:7.375rem;height:3.625rem;top:0.9375rem;left:12.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #QCGFIiEm4u32gKEPVl9obgycU8EZxmTA { display:block; }
 }@media only screen and (max-width: 763px) { #f6wJH3KBZQRNw8AckyIxv4Azge0CfzVO { display:flex;width:2.25rem;height:2.25rem;top:1.15625rem;left:8rem;font-size:1.1875rem;display:none; }
#f6wJH3KBZQRNw8AckyIxv4Azge0CfzVO > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #dJ5nGuEVPvq6RdLZxlErQzWSUxHX4ir7 { width:14.375rem;height:0;top:65.186525rem;left:2.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #LsI8PqMrrO1Ma8wPO3oOUkdANLBy62IZ { width:5.0625rem;height:2.4375rem;top:0.5625rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tivLxdCmvlv2w3KP5b1EagKCk3DQNqM2 { width:12.5rem;height:0;top:8.07421875rem;left:7.5rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #gESlWDwhy1yq8Tn2q61N0nqJvcZsZkzO { width:6.875rem;height:0.89355625rem;top:2.92578125rem;left:12.875rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SDLzUob7TaImLnmeHzpd0S6bWVVzbo96 { width:0.1875rem;height:7.1875rem;top:56.749025rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #T34wIXhTv6HUHKf8wNUvDeV0gT3WhP5O { width:11.5rem;height:2.625rem;top:0.78125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gup6Ua40BbG5TzahK8JfJNIhkDkmXFkS { display:block; }#Gup6Ua40BbG5TzahK8JfJNIhkDkmXFkS > .row .container { width:20rem;height:4.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m0beLSc3RHXi8lmg0lCwarGRpPMvEJyE { display:block; }#m0beLSc3RHXi8lmg0lCwarGRpPMvEJyE > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RhE2Cnle94SAaVpbXe5CD44l9FpFoKCZ { width:12.9375rem;height:1.6875rem;top:1.1875rem;left:4.78125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AGxxE2H6ciOmqFMeTpUW4lIQbvVkqtim { display:flex;width:2rem;height:2rem;top:1.0625rem;left:2.125rem; }
 }@media only screen and (max-width: 763px) { #mPp81y0NkVBetQf9eexIFPIdsULT2D2q { display:flex;width:2rem;height:2rem;top:4rem;left:2.125rem; }
 }@media only screen and (max-width: 763px) { #MsUxsOk3ATO8hPtNTxfZZv8VqhWJEIcd { width:12.9375rem;height:1.6875rem;top:4.15625rem;left:4.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EXnscK6MPRSSL7VDxagkXIg46ykRiSHd { display:flex;width:2rem;height:2rem;top:7rem;left:2.125rem; }
 }@media only screen and (max-width: 763px) { #qKJi4GTtrrxQaREuiiMWrar8Rok12VGJ { width:9.5625rem;height:1.6875rem;top:7.15625rem;left:4.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wmSz4CsR43t3wh7iUDwRoImEiW7ZvbFZ { display:flex;width:2rem;height:2rem;top:10.0625rem;left:2.125rem; }
 }@media only screen and (max-width: 763px) { #uN1CdtAsAbRWvUOn0OSa1BbIZygSZmKl { width:10.5625rem;height:1.6875rem;top:10.21875rem;left:4.78125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oQfz8Rew3kbGxGQkh11GNTHyBnDoVcTG { display:block; }#oQfz8Rew3kbGxGQkh11GNTHyBnDoVcTG > .row .container { width:20rem;height:181.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fW6DrxnfMQklALMRUwrzP36oui1KNbK0 { width:20rem;height:178.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdrdSWhrZa0soehzbiXoERxFHupJ5VEM { display:none; }#gdrdSWhrZa0soehzbiXoERxFHupJ5VEM > .row .container { width:20rem;height:40.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #exIRFo2tSGeuPRn40pJ9thsWiLf4VJvd { width:14.6875rem;height:0;top:1.25rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4N6Cy03XHzZ20v9V4MltwmtXiK88Elp { width:15.5rem;height:0;top:4rem;left:2.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUckEJObZ97TVi2RtOab704WJCJwfsWn { width:15.5rem;height:0;top:12.875rem;left:2.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QT0nrEVlhgJdq5JkiulZ5DBTdvde647C { width:15.5rem;height:0;top:22.9375rem;left:2.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEEOu1OmPJSzkRQi41StC37a8k14NvTQ { width:15.5rem;height:0;top:33rem;left:2.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLLQWvJ79DXtmueLwd1OSJvQdisIApod { width:14.6875rem;height:0;top:10.125rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5TeHSxPF0u6p6x9qSTWHMDfEGeRMyyP { width:14.6875rem;height:0;top:20.1875rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxQTyTvB4PJpbwzbo2c6h2miDTohzrba { width:14.6875rem;height:0;top:30.25rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWULIoTU6eW9UKqET75UvQi1KJoi8SpD { display:none; }#QWULIoTU6eW9UKqET75UvQi1KJoi8SpD > .row .container { width:20rem;height:73.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gL0ZpNd3nHwJUaBFqL9cxLrLOywI9ULF { width:12.625rem;height:12.625rem;top:1.38720703125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvQ7AH9yDHGt938VIUBTBDQOTxtkGA2g { width:20rem;height:1.875rem;top:15.03759765625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WEgyXidk5TEDzyTNm8SCcl4epcpLgt16 { width:12.625rem;height:12.625rem;top:19.63720703125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEpNlWSVrDB51lLuc0fMHQh1L56dTIgi { width:12.625rem;height:12.625rem;top:37.98681640625rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJuq1dcyX7Ti9TECRwcrvkvxdC5Zq4nf { width:12.625rem;height:12.625rem;top:56.33642578125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8yxgg6Dh78qsclbQdNr1OiwKZmH12Cn { width:16.25rem;height:1.875rem;top:33.19970703125rem;left:1.875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Uah3Cq0tmBD0y0PR93Hgk1EIW6EzBaGP { width:16.25rem;height:1.875rem;top:51.86181640625rem;left:1.875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z7TZQnn8Z3iNtgHqzz3HHNHpiGS1TA7R { width:16.25rem;height:1.875rem;top:69.83642578125rem;left:1.875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kAyxpgCm75An0GRdOytINobmbUU3xIyO { display:none; }#kAyxpgCm75An0GRdOytINobmbUU3xIyO > .row .container { width:20rem;height:73.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Hvb4cfl58wUX4ElMega63OMoZMLlp1hC { width:12.625rem;height:12.625rem;top:1.38720703125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWh398D0LpDvTXlt9OVEAUEfXprgomq6 { width:20rem;height:1.875rem;top:15.03759765625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RKznJApQCHpfeq8DinN3geshE7eA6z7L { width:12.625rem;height:12.625rem;top:19.63720703125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbWMJOdBFi1XlLEa094rTqT7CIgdEUnn { width:12.625rem;height:12.625rem;top:37.98681640625rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9staTK02AI0SanUwZK0NHORxXCP0rDl { width:12.625rem;height:12.625rem;top:56.33642578125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeAWZeqocd5ieWnXBGRg5oICpE3paVrg { width:16.25rem;height:1.875rem;top:33.19970703125rem;left:1.875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PphiL535uSJIMa0zHgwOnXvO8gKEUyqV { width:16.25rem;height:1.875rem;top:51.86181640625rem;left:1.875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #itPM1olxT7PxtMeFgWrb6Zbum6LHU5iK { width:16.25rem;height:1.875rem;top:69.83642578125rem;left:1.875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OuKUDxTTT5lhC9TXMvyf7574Zpuor0ee { display:none; }#OuKUDxTTT5lhC9TXMvyf7574Zpuor0ee > .row .container { width:20rem;height:66.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AZpsw3Xx39QoNNEK5kqeCT1BlnCyibov { width:17.5rem;height:17.5rem;top:28.537109375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPpW7lXJKM228Io0C6u19kH8Fhq2zFml { width:17.5rem;height:17.5rem;top:47.162109375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFQd9gb41uEnlMAO1aeQ8gxWuRdZBlLn { width:17.5rem;height:17.5rem;top:9.7246125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0FGl4KtmTPaQtXTtfmAS51PB56rJzUl { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKNWiJfAgnTiBh65IC1N0D1pgXyvMlMe { width:20rem;height:3.375rem;top:5.0996125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1hGUPwALazG3AbNIfDFcCrCKuHd370l { display:none; }#n1hGUPwALazG3AbNIfDFcCrCKuHd370l > .row .container { width:20rem;height:7.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HBu2KlypLFMU11UlhS6obC0GlFLvESVN { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZA5D34SEXLD3XP3NpoVKQcvBW3Z8txB0 { display:none; }#ZA5D34SEXLD3XP3NpoVKQcvBW3Z8txB0 > .row .container { width:20rem;height:79.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QwHZ3UpyMLhR3IAtDTIwkt7OQLbik5Ti { width:13.4375rem;height:14.0625rem;top:1.25rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0pTyTgRdUWpmcVVI6BJTwbvtxQSuTJS { width:13.4375rem;height:14.0625rem;top:16.5625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUqHoLskVug5bW9acb84RR4ET2rMTrdR { width:13.4375rem;height:14.0625rem;top:31.875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRtRcFi9RmVQ2y2RkVF8LQvniSz1Gt9I { width:13.4375rem;height:14.0625rem;top:47.1875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gA9G2ch3pwGcA2UmR4QV1v0qPBKg1JJm { width:13.4375rem;height:14.0625rem;top:62.5rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtKMDae6GeQfy7mulTeiPgqhPZvt2AJP { width:7.1875rem;height:7.1875rem;top:2.5rem;left:6.375rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4Ji3VKbhuwJTZShUhb4THeNQVwEbd4p { width:7.1875rem;height:7.1875rem;top:17.8125rem;left:6.375rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ff6SVf0Ny4tCxqw1wTzB4A6a6W4cT4Cy { width:7.1875rem;height:7.1875rem;top:33.125rem;left:6.375rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRsKCtqpoKb0KoMe9pUHfd02HPvikZLf { width:9.875rem;height:3.57421875rem;top:9.375rem;left:5.03125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9lZgySOmE6TeZiXlimCg6uKzrSBJEDP { width:9.875rem;height:1.7871125rem;top:25rem;left:5.03125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHlaWPF6XXUUFfu6oZgvL713eEbXg1Lb { width:9.875rem;height:1.7871125rem;top:40.86328125rem;left:5.03125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TC4noTa1HtJzVMcfbiQx1PViU1ly5QgU { width:9.875rem;height:3.57421875rem;top:56.17578125rem;left:5.03125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FinJCDoNdUeXLOf1sRTnEbU66RaggJhZ { width:9.875rem;height:1.7871125rem;top:71.48828125rem;left:5.03125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiKayqP61pFASCI9NHbi1LDKn3I5ec9o { width:6.1875rem;height:6.1875rem;top:64.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFqKdubmhi7QDsTh5N134Hpe1p6ibOwN { width:7.125rem;height:7.125rem;top:48.15625rem;left:6.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuriN2qSFMANxAe04XfahWSwLhnUbSf1 { display:none; }#CuriN2qSFMANxAe04XfahWSwLhnUbSf1 > .row .container { width:20rem;height:1.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fzeQsoK8yhArHWIsTVVCAvcuwKMrO1Od { display:none; }#fzeQsoK8yhArHWIsTVVCAvcuwKMrO1Od > .row .container { width:20rem;height:36.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XZDFRe3yqg4PH3iLBGz4SrqG9h8Mm8vr { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wO1RO5cpGySF9yfBqxtgbH7f10oXxccA { width:20rem;height:25.6875rem;top:5.0996125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HH3xKFooMeNF1G32bzugFROCsRVyyxvu { width:20rem;height:21.033225rem;top:10.0996125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0vBTGaSBhn6tQ1h0bQ9gG0EwRCa5Ei2 { width:10.75rem;height:1.6875rem;top:6.4746125rem;left:8.90625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRaUBKuGvy8vQqGTvJUGzNhd2p54O7ru { width:11.4375rem;height:25.6875rem;top:5.0996125rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiz480zZ3FTJ7izimNvMq5oAKFPQHxJo { width:10.75rem;height:1.6875rem;top:6.4746125rem;left:9.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1NSs3P65LiwhDoRKOUhpm6sssWu48rC { width:10.75rem;height:1.6875rem;top:6.5371125rem;left:8.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgPMAEo0W9b3x4y3khdOmX34GiO9EBDO { width:11.4375rem;height:25.6875rem;top:5.0996125rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZwocUX0L4Cr0uVUtvgdQhNW7RGJ1yKF { width:1.875rem;height:1.875rem;top:9.9746125rem;left:13.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTMZm8h8WKmF8rFt3twL5JFKOAgX6waG { width:4.0625rem;height:4.0625rem;top:8.8496125rem;left:12.25rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWOImDlddUgIuwagI2oRFifZNxGeekTq { width:4.0625rem;height:4.0625rem;top:12.5996125rem;left:12.25rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #STK4UIlJdczeHrgcuhPH5UFsMvINO5rh { width:4.0625rem;height:4.0625rem;top:16.4746125rem;left:12.25rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTpLUpU2qSstTAC48mGf0DHyJzMbTeo3 { width:4.0625rem;height:4.0625rem;top:20.4121125rem;left:12.25rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITBuRByW0wHTVFXTTcSM49Qn2TtTbGaO { width:4.0625rem;height:4.0625rem;top:24.1621125rem;left:12.25rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9hssriUlawwUMMoeZq9TX2nxa0LDs7P { width:1.875rem;height:1.875rem;top:13.7246125rem;left:13.34375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiuQkOiaBciRT9W0putWuCih6OTvXgNn { width:1.875rem;height:1.875rem;top:17.5683625rem;left:13.34375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIabdwOikDTJ9NUqtDrIRHF65BzP20ve { width:1.875rem;height:1.875rem;top:21.5058625rem;left:13.34375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMuh3B87Z6n0P7P7oCIkP2PTdbPC3yAp { width:1.875rem;height:1.875rem;top:25.2246125rem;left:13.34375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kt7IIqpRkFxaP9zvvTA4JypIf69GGNmy { width:1.875rem;height:1.875rem;top:10.0996125rem;left:18.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9hbToDTFwW5IeeVM5L8XbTDzoABWQQ1 { width:1.875rem;height:1.875rem;top:17.7666046875rem;left:13.46875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKKcz98q7NJ8eIDGDwudBpDNmMaD56k5 { width:2.1875rem;height:15.39845rem;top:12.94775703125rem;left:17.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNpwuR7n4t7tJRFl165fdRRaayopJIMv { width:2.1875rem;height:19.2480625rem;top:8.9746125rem;left:13.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #orViGMgEhLs6SqxkHuNKSJDs0q2lKl8n { display:none; }#orViGMgEhLs6SqxkHuNKSJDs0q2lKl8n > .row .container { width:20rem;height:7.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BaBrVs1dyP4O56qv5FaDac5As9ZQcmP6 { top:1.5625rem;left:0rem;width:19.9375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvaQ9yQSLMQVkzNIOpJBpNBDgOTOmU1H { display:block; }
 }@media only screen and (max-width: 763px) { #k6ZElw7pqya66CqbTdCBgBRbQaJxE2sT { display:block; }#k6ZElw7pqya66CqbTdCBgBRbQaJxE2sT > .row .container { width:20rem;height:64.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lfCX4ah7q5dammyXv8WeHnF6SsJx0DJf { width:20rem;height:1.625rem;top:15rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvUInGKD1WtDFDvBI7TICTvZJdMwewfo { width:20rem;height:12.7969rem;top:17rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZ9VERwF0dBOqCVvIVVhWhdznygbM3pF { width:11.8125rem;height:1.5996125rem;top:43.9609375rem;left:5.15625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUph1PqADMUuZMpqzragt8Fw3hlMZItI { width:2.375rem;height:2.375rem;top:43.7607421875rem;left:5.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVTc2OKAyLXmRpNAnhs6wE0gOqcZzIoN { width:5.9375rem;height:9.597675rem;top:52.18701171875rem;left:2.78125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGDiZuApwuZyqPERXVqx0QxNuFrBp0x6 { width:20rem;height:1.625rem;top:48.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHXLx8h98UKt8MaQIfLiqyq2fJNxT15K { width:6.875rem;height:9.597675rem;top:52.1875rem;left:10.75rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMMd4lVhtI6gQwGfZMWRKt6p2dcZmFuo { width:17.25rem;height:10.1875rem;top:1.25rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhO2ypWTVT5KNrBDzgxSOwhhT2r5blq3 { width:20rem;height:12.5rem;top:25.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wCHRLmD3bbCvvXgqbH1rmzB2oM8VG8wc { width:17.0625rem;height:11.1972875rem;top:31.59716796875rem;left:1.46875rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #ShsMOkpq92AOku13TCVSndHDx4fMwQCt { display:block; }#ShsMOkpq92AOku13TCVSndHDx4fMwQCt > .row .container { width:20rem;height:7.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uc8l3E1bAlqyoBzyGrEGyzECt8JhA6Im { width:20rem;height:2.3994125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }