.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:217,250,255;--color-primary-1:128,238,255;--color-primary-2:0,220,255;--color-primary-3:0,110,128;--color-primary-4:0,33,38;--color-secondary-0:223,224,225;--color-secondary-1:148,151,156;--color-secondary-2:40,46,56;--color-secondary-3:20,23,28;--color-secondary-4:6,7,8;--color-tertiary-0:255,255,255;--color-tertiary-1:189,189,191;--color-tertiary-2:130,133,136;--color-tertiary-3:99,102,106;--color-tertiary-4:0,0,0;--headlines-font-family:montserrat;--paragraphs-font-family:montserrat; }body { background-color:transparent;background-image: -webkit-linear-gradient(221deg, #344c60, rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(221deg, #344c60, rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(221deg, #344c60, rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(221deg, #344c60, rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#344c60', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#344c60', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(221deg, #344c60, rgba(var(--color-tertiary-4),1));background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x69xthBh80VTCZJiPJFdfZ76q2wM8CrZ { position:relative;display:none; }#x69xthBh80VTCZJiPJFdfZ76q2wM8CrZ { border-width: 0; border-radius: 0; }#x69xthBh80VTCZJiPJFdfZ76q2wM8CrZ > .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; }#x69xthBh80VTCZJiPJFdfZ76q2wM8CrZ > .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; }#DZJMlV3JOHJL9b58BbwoRu6SmbeNtXi7 { position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(176deg, rgba(var(--color-tertiary-0),1), #e5e5e5);background-image: -moz-linear-gradient(176deg, rgba(var(--color-tertiary-0),1), #e5e5e5);background-image: -ms-linear-gradient(176deg, rgba(var(--color-tertiary-0),1), #e5e5e5);background-image: -o-linear-gradient(176deg, rgba(var(--color-tertiary-0),1), #e5e5e5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#e5e5e5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#e5e5e5' );";background-image: linear-gradient(176deg, rgba(var(--color-tertiary-0),1), #e5e5e5);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:41.499rem;width:73.4375rem;top:7.031005859375rem;left:0.65625rem;display:none; }
#u9On5mHw8lIhEn3qgqQGK9NzdAkJiTND { color:rgba(var(--color-tertiary-4),1);display:block;width:7.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:7.5rem;left:24.125rem;display:none; }
#TWpZ4LVxdKwS7AslR0xFg6yXRPmf7psO { color:rgba(var(--color-tertiary-4),1);display:block;width:6.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.375rem;top:5.875rem;left:1.75rem;display:none; }
#MVgOfgK35urec34bzvrkWtmaKyR6UyUH { color:rgba(var(--color-tertiary-4),1);display:block;width:10.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.375rem;top:7.75rem;left:1.6875rem;display:none; }
#wAv2mxaq6TblNldSmDXHmiFDx4izBBOT { color:rgba(var(--color-tertiary-4),1);display:block;width:6.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.75rem;top:5.875rem;left:11.875rem;display:none; }
#zFiTyp5BWEbiC7tszeVsEQ7krZIolsAp { background-color:transparent;background-image: -webkit-linear-gradient(360deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(360deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(360deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(360deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(360deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-4),1));background-size:auto !important;z-index:199999;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;top:0rem;left:0rem;right:0rem;display:block; }#zFiTyp5BWEbiC7tszeVsEQ7krZIolsAp > .row .container { background-color: transparent; background-image: none; }#zFiTyp5BWEbiC7tszeVsEQ7krZIolsAp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zFiTyp5BWEbiC7tszeVsEQ7krZIolsAp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zFiTyp5BWEbiC7tszeVsEQ7krZIolsAp > .row .container > .video-iframe-container { display: none; }#zFiTyp5BWEbiC7tszeVsEQ7krZIolsAp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zFiTyp5BWEbiC7tszeVsEQ7krZIolsAp > .row > .video-iframe-container { display: none; }#zFiTyp5BWEbiC7tszeVsEQ7krZIolsAp > .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); }#zFiTyp5BWEbiC7tszeVsEQ7krZIolsAp > .row .container { border-width: 0; border-radius: 0; }#zFiTyp5BWEbiC7tszeVsEQ7krZIolsAp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zFiTyp5BWEbiC7tszeVsEQ7krZIolsAp > .row .container { font-size:0.875rem;font-family:"open sans";height:4.375rem;width:75rem;overflow:visible;position:relative;display:block; }#TBZGU2ToZ6R9BV2DGaGk0b9PRbxUPxET { color:rgba(var(--color-primary-2),1);display:block;width:2.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:17.875rem;left:54.25rem;height:0.9375rem;font-style:normal;display:none; }
#oDRk6tNrPJqIBFhM7IB0T8TfCWuv4WFe { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:6.25rem;top:0.96875rem;left:1.40625rem;overflow:hidden;display:block; }
#vqR6bLo7IeLvJPPP5fMTurkumTpdPMxm { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;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; }#vqR6bLo7IeLvJPPP5fMTurkumTpdPMxm > .row .container { background-color: transparent; background-image: none; }#vqR6bLo7IeLvJPPP5fMTurkumTpdPMxm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vqR6bLo7IeLvJPPP5fMTurkumTpdPMxm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vqR6bLo7IeLvJPPP5fMTurkumTpdPMxm > .row .container > .video-iframe-container { display: none; }#vqR6bLo7IeLvJPPP5fMTurkumTpdPMxm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vqR6bLo7IeLvJPPP5fMTurkumTpdPMxm > .row > .video-iframe-container { display: none; }#vqR6bLo7IeLvJPPP5fMTurkumTpdPMxm > .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); }#vqR6bLo7IeLvJPPP5fMTurkumTpdPMxm > .row .container { border-width: 0; border-radius: 0; }#vqR6bLo7IeLvJPPP5fMTurkumTpdPMxm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vqR6bLo7IeLvJPPP5fMTurkumTpdPMxm > .row .container { font-size:0.875rem;font-family:"open sans";height:4.375rem;width:75rem;position:relative;display:block; }#d7P0y2qNthXv5qbZQr5KQcaITrpLVUJn { position:relative;display:none; }#d7P0y2qNthXv5qbZQr5KQcaITrpLVUJn { border-width: 0; border-radius: 0; }#d7P0y2qNthXv5qbZQr5KQcaITrpLVUJn > .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; }#d7P0y2qNthXv5qbZQr5KQcaITrpLVUJn > .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; }#lTsZXnq2I7bxl64mhKTAevRB4SutfdWA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121a21;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; }#lTsZXnq2I7bxl64mhKTAevRB4SutfdWA > .row .container { border-width: 0; border-radius: 0; }#lTsZXnq2I7bxl64mhKTAevRB4SutfdWA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lTsZXnq2I7bxl64mhKTAevRB4SutfdWA > .row .container { font-size:0.875rem;font-family:arial;height:44.9375rem;width:75rem;position:relative;display:none; }#T8dDLSX4MyclxTBI3wWK6hTvLudZ3ztO { color:rgba(var(--color-primary-2),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:27.3125rem;left:37.84375rem;height:0;font-style:normal;display:none; }
#tSm85yNTMN8TpdzutHKZnDuqlwzbeUfh { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#121a21;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:2.6875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:17.71875rem;left:37.84375rem;display:none; }
#kxATbJU76RkqiNqdoVRw6x7tChQt1uey { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NaCd8ThP0ZxzJWU4fwkcfiVgoEr2upfs { display:block;width:2.74956875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15071;line-height:1.3;letter-spacing:0;top:25.8125rem;left:32.75rem;height:2.25rem;color:#03bddc;font-style:normal;display:none; }
#lpIyrl4B97E4EtcXKZ5N9OJ3acMZSElP { display:block;width:1.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15073;line-height:1.3;letter-spacing:0;top:26.5625rem;left:35.25rem;height:1.25rem;color:#03bddc;font-style:normal;display:none; }
#n1qJSuCDoFgn6frkSinDT2xQwToGQHO2 { display:block;width:4.43685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15067;line-height:1.3;letter-spacing:0;top:28.0625rem;left:35.5rem;height:2.3125rem;color:#03bddc;font-style:normal;display:none; }
#tdXB5geslX5TpgeRszq9eZn1KofzoDTH { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#eaf3f4;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:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.75rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:31.75rem;left:31.25rem;display:none; }
#HlPZpPMyJbiNWRuzRBg5behX89kd8II4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Phxb6EiLbxZ5aH0bBODIu4ShCaau1hbZ { display:block;width:2.74956875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15071;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #eaf3f4;top:25.8125rem;left:32.75rem;height:2.25rem;color:#03bddc;font-style:normal;display:none; }
#V6IhDx7Uxpb9ntvoMTLNRc0NzeVbOpET { display:block;width:1.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15073;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #eaf3f4;top:26.5625rem;left:35.25rem;height:1.25rem;color:#03bddc;font-style:normal;display:none; }
#Ar8bnO5zH0uWt0D8Fx2zMCzCrMZQXxvG { display:block;width:6.4355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15067;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #eaf3f4;top:28.375rem;left:34.28125rem;height:2.3125rem;color:#03bddc;font-style:normal;text-align:center;text-align-last:center;display:none; }
#aTRNiQhBS5ZHcs8F5tpL94qqPgOOImkK { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#eaf3f4;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:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.75rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:31.75rem;left:31.25rem;display:none; }
#gvnGoQfp0aFacaFfmrd8S96AgEGfcWeD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Slq30TuhTM6Sr98Pntx9hUfnesthC4WE { position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(176deg, rgba(var(--color-tertiary-0),1), #e5e5e5);background-image: -moz-linear-gradient(176deg, rgba(var(--color-tertiary-0),1), #e5e5e5);background-image: -ms-linear-gradient(176deg, rgba(var(--color-tertiary-0),1), #e5e5e5);background-image: -o-linear-gradient(176deg, rgba(var(--color-tertiary-0),1), #e5e5e5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#e5e5e5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#e5e5e5' );";background-image: linear-gradient(176deg, rgba(var(--color-tertiary-0),1), #e5e5e5);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:41.499rem;width:73.4375rem;top:7.031005859375rem;left:0.65625rem;display:none; }
#IHpWGv7bTpkzkymJ3KoeJup2oPl5SR30 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:27.1875rem;left:3.875rem;display:none; }
#RrmAQiFKuOseEcm1KcbEPLxZREaRpfNW { color:rgba(var(--color-tertiary-4),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.625rem;top:33.25rem;left:0.5625rem;display:none; }
#zJKPfbvApRmW3kt9lJrNRxV4KlkKb58T { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#rGWqHrLXFd6rxyNLbWlznncNDRxEn7Sk { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#lHAmP6hnk4n9qM8TTE9y7oNdQHDdbwJB { color:rgba(var(--color-tertiary-4),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.1875rem;top:48.625rem;left:0.875rem;display:none; }
#BXi6u9maJs1NAFK4hJqp9LSUOAHAgPxO { 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:0.9375rem;width:1.125rem;display:none; }
#le2tmTIv2D5SaTQKCCGnI0fJAinii1aQ { color:rgba(var(--color-tertiary-4),1);display:block;width:7.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.8125rem;top:34.75rem;left:6.1875rem;display:none; }
#ow8ZMdBg6fbHHqQXeuKZb7LrAVo0z44H { color:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:8.625rem;left:7.1875rem;display:none; }
#vdPNdvmrzQz6PPABvyT5K33c5P7qsP0n { color:rgba(var(--color-tertiary-4),1);display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.875rem;top:12.625rem;left:5.0625rem;display:none; }
#fkcATyucGSIpOQZDKdoX89Go5C6T6tJk { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#AgWFiMgzFmfiC8w6T6khVTLq3BUIdZPR { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#SimFVKBDm7PznLnMcUAhBcOBlBqoDRGE { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#LzPikDwcHRG9mlrCxqud1OVxP0TtQEUt { 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:1.25rem;width:1.5625rem;display:none; }
#Ok9x4IMbgAmoBo2XBlSkpL6WA8TIEZQx { 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:1.25rem;width:1.5625rem;display:none; }
#kUML0u9GpfGlnzLmZoIeT6nheh5AsA7o { 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:1.25rem;width:1.5625rem;display:none; }
#l1AdsIEuR7TnBgTAwgTHrofAmHM5TER5 { 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:1.25rem;width:1.5625rem;display:none; }
#ADfx2hrnH4p0ZgUc0A43zeBTU3nsOnrA { 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:1.25rem;width:1.5625rem;display:none; }
#A10LT5T9qyHCaZi0VqT1tDLUlNkmAWCL { 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:1.25rem;width:1.5625rem;display:none; }
#J8JFZwCm1NQx4wqMO28br7RxB9BZWIDA { 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:1.25rem;width:1.5625rem;display:none; }
#RM4VqdZtcOhNMsAJurSkCEP6R0nUsu1C { 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:1.25rem;width:1.5625rem;display:none; }
#Am7wJx81MiasNV8H3St328igdN4TsprW { 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:1.25rem;width:1.5625rem;display:none; }
#P3Ci5sVQiBBvLGtlTf04lL1MqErI68Qw { 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:1.25rem;width:1.5625rem;display:none; }
#rbi25NM2w7yZLyaiWdFKz4QIODdOtX6v { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:9.3125rem;left:57.8125rem;height:0.9375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#vghXafHw6ZNyL0IGLadk851Jtp9M61Mk { color:rgba(var(--color-tertiary-4),1);display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:39.1875rem;left:1.6357421875rem;height:1rem;text-align:left;text-align-last:left;display:none; }
#ad4X7ixHp8r1QxDgKkaXZwoT3t2DhRND { color:rgba(var(--color-tertiary-1),1);display:block;width:17.9375rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:48.75rem;left:56.34375rem;height:1.25rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#sKytgET46RHN7vUsnBXKcQ5uFalKea36 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:7.3125rem;top:22.125rem;left:0rem;display:none; }
#UPRocLL2QVFAtII3wkqRCTnFEmRJBn5x { 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:1.25rem;width:1.5625rem;display:none; }
#KmcVOWP7tPwiiVmDB742uXfGtBcEtfCf { 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:1.25rem;width:1.5625rem;display:none; }
#WtCZNmXUuDv5zZbxW1Ed85BH0UUDMlTt { color:rgba(var(--color-tertiary-4),1);display:block;width:2.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.375rem;top:0.25rem;left:1.9375rem;display:none; }
#HxDxTRTtI0W4NpKAOS76qv47kbmCTcqr { color:rgba(var(--color-tertiary-4),1);display:block;width:6.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.375rem;top:13.0625rem;left:5.5625rem;display:none; }
#IaladR8ZECvr3vTDbXZDWk02and7gqm2 { color:rgba(var(--color-tertiary-4),1);display:block;width:2.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.375rem;top:0.3125rem;left:12.3125rem;display:none; }
#bKdmxb5w4TK2MURCLr7Z0fPCAeLJJk7d { color:rgba(var(--color-tertiary-4),1);display:block;width:6.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.375rem;top:13.0625rem;left:5.5625rem;display:none; }
#Nf7f7iPKkGp4LppNauFOZ5ydOsQLnQJZ { 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.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.375rem;height:2.625rem;text-decoration:none;z-index:15132;text-align:center;text-align-last:center;top:11.8369140625rem;left:44.03125rem;display:none; }
#hWyMZ3tgTmIcHu8gHD1Sl3I7lC4E7FCX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NFEETsQHNz9f7o7dL9NMLlSlqNUqxFZG { 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.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.375rem;height:2.625rem;text-decoration:none;z-index:15132;text-align:center;text-align-last:center;top:11.8369140625rem;left:44.03125rem;display:none; }
#KzFUgv3dwAnmf3CCbCmAKXC6gkbaEnbn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Aq8e8NtibsgT8yPCuPJuCdb8q1IDXSAl { color:rgba(var(--color-tertiary-4),1);display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.625rem;top:40.9375rem;left:0.125rem;display:none; }
#xQdmKwEDIgSDfr1c4uNfTDssxlnBt4rx { 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:1.25rem;width:1.5625rem;display:none; }
#ehGpGsyxuoTC14rQZotphIaUu4PkrPyQ { 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:1.25rem;width:1.5625rem;display:none; }
#o8bGKyvpCJk3mO3kMwMqM9s4yLTZ7Ana { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#bUwkUWmGdnR78D0rFztOSnReSzA2hBeJ { color:rgba(var(--color-tertiary-4),1);display:block;width:13.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.1875rem;top:55.4375rem;left:3.375rem;display:none; }
#DwzAG9vAE8T7SmQXd4zRcdfPfO2RETdL { 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:1.25rem;width:1.5625rem;display:none; }
#XThU3yMT88qS0xBTaTqlf6SQVzsCkFUL { 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:1.25rem;width:1.5625rem;display:none; }
#xkRgTMKZTq0Fh6Tua268eyQo6TzOM4lQ { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#Hwpl2FoZVToNG5TCNFcQT8mqucpo5CBs { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#x5Uq7GwuB21GGrmRQbg8EffKTD2o5oEZ { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#x1lH0oL7w4ZR2IdgrTPQ96NmCKCVuWAq { color:rgba(var(--color-tertiary-4),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.1875rem;top:65.6875rem;left:0.5625rem;display:none; }
#vMkPVtVtVpEJuCAo6C8yQqkC7ZIXfSTp { 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:1.25rem;width:1.5625rem;display:none; }
#oHJLR1sP97PoXoe9CCMmixRiORUhAvIu { 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:0.9375rem;width:1.125rem;display:none; }
#GO25MkHLylep5Nc5R6RA7ZJ2meogsaDF { 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:0.9375rem;width:1.125rem;display:none; }
#WoRUU6TTfkTs2Zc1X4HLyAf40SLooF35 { 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:0.9375rem;width:1.125rem;display:none; }
#LdOiGWIBL8fULlyCCtC69Cl20T2Wxs29 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-3),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:1.25rem;top:65.102027893069rem;left:39.62331199646rem;display:none; }
#iebBLkNL0TJKIs9WPBfVisEdi5V9VRyE { color:rgba(var(--color-tertiary-4),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.1875rem;top:70.5rem;left:0.5625rem;display:none; }
#vHXJh19pA1eIhkaV1elInbTIKJM52A1V { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-3),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:1.25rem;top:65.102027893069rem;left:39.62331199646rem;display:none; }
#BHiIbUDV81Q0yo9dNKMTGH2kyc9Lift8 { 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:1.25rem;width:1.5625rem;display:none; }
#HdBVqM9dzIaMSN1wczk57TzlfzrTiPNa { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:7.75rem;top:7.375rem;left:15.0625rem;display:none; }
#uU8m8pos85BTBUwu0NyQcHgQtW9rWUGX { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#QvpIoh4cMJdB9X3yA3xgt0awlu8xVrqp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#QvpIoh4cMJdB9X3yA3xgt0awlu8xVrqp > .row .container { background-color: transparent; background-image: none; }#QvpIoh4cMJdB9X3yA3xgt0awlu8xVrqp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QvpIoh4cMJdB9X3yA3xgt0awlu8xVrqp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QvpIoh4cMJdB9X3yA3xgt0awlu8xVrqp > .row .container > .video-iframe-container { display: none; }#QvpIoh4cMJdB9X3yA3xgt0awlu8xVrqp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QvpIoh4cMJdB9X3yA3xgt0awlu8xVrqp > .row > .video-iframe-container { display: none; }#QvpIoh4cMJdB9X3yA3xgt0awlu8xVrqp > .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); }#QvpIoh4cMJdB9X3yA3xgt0awlu8xVrqp > .row .container { border-width: 0; border-radius: 0; }#QvpIoh4cMJdB9X3yA3xgt0awlu8xVrqp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QvpIoh4cMJdB9X3yA3xgt0awlu8xVrqp > .row .container { font-size:0.875rem;font-family:arial;height:82rem;width:75rem;position:relative;display:block; }#Or52PNETOFQFtzWgusge2MLSGeVpia9q { color:rgba(var(--color-primary-2),1);display:block;width:2.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:17.875rem;left:54.25rem;height:0.9375rem;font-style:normal;display:none; }
#LMfoft0HFaNOureUdMumMhiZ7iM6NVr8 { color:rgba(var(--color-primary-2),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:27.3125rem;left:37.84375rem;height:0;font-style:normal;display:none; }
#AIeSTvcTHb2FuBILPpKJoDrZFLhTod4z { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#121a21;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:2.6875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:17.71875rem;left:37.84375rem;display:none; }
#z1zZXMaeTtIHiu3e2qQkLKC12eCMdWea { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w6wexfxTQQCfwPzQqTxPw2LJtKrQmzSU { display:block;width:2.74956875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15071;line-height:1.3;letter-spacing:0;top:25.8125rem;left:32.75rem;height:2.25rem;color:#03bddc;font-style:normal;display:none; }
#S0mybXhW2CGNz2HEG8q0AHCJn9BoWI57 { display:block;width:1.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15073;line-height:1.3;letter-spacing:0;top:26.5625rem;left:35.25rem;height:1.25rem;color:#03bddc;font-style:normal;display:none; }
#IwDd4bmTS6esq4GPklJk1IpZJZCODJFb { display:block;width:4.43685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15067;line-height:1.3;letter-spacing:0;top:28.0625rem;left:35.5rem;height:2.3125rem;color:#03bddc;font-style:normal;display:none; }
#lKOTN1CKyrB6fQgT8KUGRFLUtQ1qgQF2 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#eaf3f4;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:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.75rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:31.75rem;left:31.25rem;display:none; }
#Z3WCUbQ8lVc1pbG4KH82OtyzP8DBXJqB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XTNJbcyvSDOuNDTB0EXePoDCCH9nCKSB { display:block;width:2.74956875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15071;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #eaf3f4;top:25.8125rem;left:32.75rem;height:2.25rem;color:#03bddc;font-style:normal;display:none; }
#douXRJTSWp8oVfPih5GLPdViQbH7Zw9V { display:block;width:1.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15073;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #eaf3f4;top:26.5625rem;left:35.25rem;height:1.25rem;color:#03bddc;font-style:normal;display:none; }
#Ks7Bpeg5piHpWTXeEHqcdqsdNc7m3pJw { display:block;width:6.4355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15067;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #eaf3f4;top:28.375rem;left:34.28125rem;height:2.3125rem;color:#03bddc;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Rz24r7kc5faiGqn0VLTFRqvTFucGBXgQ { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#eaf3f4;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:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.75rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:31.75rem;left:31.25rem;display:none; }
#l89HxqrKtpFhuCSBDzca9E0cfk4TwHyf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h5mDfZcCDxEgXSfULzOIKgzBAMyaKT7l { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5rem;top:12.375rem;left:3.6875rem;display:none; }
#uIr5AXcnygD1JoRxuDpqNG2KTyRHlsJi { position:absolute;display:block;z-index:14995;background-color:transparent;background-image: -webkit-linear-gradient(176deg, rgba(var(--color-tertiary-0),1), #e5e5e5);background-image: -moz-linear-gradient(176deg, rgba(var(--color-tertiary-0),1), #e5e5e5);background-image: -ms-linear-gradient(176deg, rgba(var(--color-tertiary-0),1), #e5e5e5);background-image: -o-linear-gradient(176deg, rgba(var(--color-tertiary-0),1), #e5e5e5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#e5e5e5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#e5e5e5' );";background-image: linear-gradient(176deg, rgba(var(--color-tertiary-0),1), #e5e5e5);background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #344c60 ;height:66.9375rem;width:25.1875rem;top:8.404861450195rem;left:4.8738174438476rem;display:block; }
#rz0XLX8LLl8CF5hduRIDulFeoCNW22eX { position:absolute;display:block;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(176deg, rgba(var(--color-tertiary-0),1), #e5e5e5);background-image: -moz-linear-gradient(176deg, rgba(var(--color-tertiary-0),1), #e5e5e5);background-image: -ms-linear-gradient(176deg, rgba(var(--color-tertiary-0),1), #e5e5e5);background-image: -o-linear-gradient(176deg, rgba(var(--color-tertiary-0),1), #e5e5e5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#e5e5e5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#e5e5e5' );";background-image: linear-gradient(176deg, rgba(var(--color-tertiary-0),1), #e5e5e5);background-size:auto !important;border-top:0.625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #344c60 ;height:66.875rem;width:21.25rem;top:7.8741760253906rem;left:51.123504638672rem;display:block; }
#Wnl7F77uGhH3dWnHZu3qV1NIIOcqT0q2 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:"source sans pro";font-size:1.5625rem;font-weight:700;z-index:15084;line-height:1.3;letter-spacing:0;top:8.984375rem;left:6rem;height:2.03125rem;font-style:normal;display:block; }
#e58qhxTqTURJ7c689WCH5penenKI5Jc8 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.4998125rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:700;z-index:15085;line-height:1.3;letter-spacing:0;top:9.1852555274963rem;left:53.59743309021rem;height:3.2487rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HMQRvbOdTV8LerrV48oBnoUQdUWCa2TM { color:#344c60;display:block;width:21.25rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:400;z-index:15086;line-height:1.3;letter-spacing:0;top:53.375rem;left:6rem;height:1.4627rem;font-style:normal;display:block; }
#Gc6dFLMuEb26M2UxpWQXhmZOrkW3zEJf { color:rgba(var(--color-tertiary-4),1);display:block;width:22.625rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15087;line-height:1.3;letter-spacing:0;top:37.5rem;left:6rem;height:4.38810625rem;font-style:normal;display:block; }
#JHXxtZIvnEHGWlJDpKWwmefN7ttpTfgA { color:rgba(var(--color-tertiary-4),1);display:block;width:23.25rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15089;line-height:1.3;letter-spacing:0;top:50.0625rem;left:6rem;height:1.4627rem;font-style:normal;display:block; }
#bKrCkroThu2wA0PpzPW1rJDnqNJta8Hn { color:rgba(var(--color-tertiary-4),1);display:block;width:21.25rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15091;line-height:1.3;letter-spacing:0;top:56.6875rem;left:6rem;height:2.92540625rem;font-style:normal;display:block; }
#F5kgVhdtpCmwb6bI3hSnIp2AUPCUsb4u { color:rgba(var(--color-tertiary-4),1);display:block;width:21.25rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15092;line-height:1.3;letter-spacing:0;top:16.875rem;left:6rem;height:1.4627rem;font-style:normal;display:block; }
#QENSV04Q8J9Gd4483XhELkHvON5CUzbn { color:rgba(var(--color-tertiary-4),1);display:block;width:19.625rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15093;line-height:1.3;letter-spacing:0;top:20.1875rem;left:6rem;height:2.92540625rem;font-style:normal;display:block; }
#yXKSwWuS2q2pp6q6lEGo8rpltMyWbXI7 { position:absolute;display:block;z-index:15088;background-color:rgba(var(--color-tertiary-1),0.5);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:0.062255875rem;width:67.5625rem;top:24.0625rem;left:4.875rem;display:block; }
#PUB6dSL6y3HEXu6Wrra7DCm8o58ckfgI { position:absolute;display:block;z-index:15089;background-color:rgba(var(--color-tertiary-1),0.5);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:0.062255875rem;width:67.5625rem;top:27.375rem;left:4.875rem;display:block; }
#XBfvWAso8wDp2dIgg6nHX5ZdI2sra2kO { position:absolute;display:block;z-index:15091;background-color:rgba(var(--color-tertiary-1),0.5);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:0.062255875rem;width:67.5625rem;top:49.125rem;left:4.875rem;display:block; }
#OhObADHMLgaF0rL4hOkl5sxzzt68a3TU { position:absolute;display:block;z-index:15092;background-color:rgba(var(--color-tertiary-1),0.5);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:0.062255875rem;width:67.5625rem;top:52.4375rem;left:4.875rem;display:block; }
#cDabMfvWLUvpt3xbyn9Efy2bN1uzLFpe { position:absolute;display:block;z-index:15131;background-color:rgba(var(--color-tertiary-1),0.5);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:0.062255875rem;width:67.5625rem;top:55.75rem;left:4.875rem;display:block; }
#e44QfGiM0WkJrdKBMJIt6WVWNwMl6RZh { position:absolute;display:block;z-index:15096;background-color:rgba(var(--color-tertiary-1),0.5);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:0.0615234375rem;width:67.5625rem;top:19.25rem;left:4.875rem;display:block; }
#o1DPXFdnHRsZK98m1kSLftCKS7iwF2V6 { color:rgba(var(--color-tertiary-4),1);display:block;width:3.3125rem;position:absolute;font-family:"source sans pro";font-size:2.25rem;font-weight:700;z-index:15086;line-height:1.3;letter-spacing:0;top:11.6875rem;left:31.25rem;height:2.92535rem;font-style:normal;display:block; }
#tTopNodAPVpgASM092ufNpOn7Cu3RP1s { color:rgba(var(--color-tertiary-4),1);display:block;width:1.25rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:700;z-index:15087;line-height:1.3;letter-spacing:0;top:12.0625rem;left:34rem;height:1.38020625rem;font-style:normal;display:block; }
#drh9bAcIRclmPxQEqDxO5UUacnSaVFF9 { color:rgba(var(--color-tertiary-4),1);display:block;width:0.874025rem;position:absolute;font-family:"source sans pro";font-size:1.5625rem;font-weight:700;z-index:15086;line-height:1.3;letter-spacing:0;top:12.125rem;left:35.125rem;height:2.03125rem;font-style:normal;display:block; }
#Er6qfXXs7JgogkXWRNUaAATc7FzylwSL { color:rgba(var(--color-tertiary-4),1);display:block;width:3.4375rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:700;z-index:15088;line-height:1.3;letter-spacing:0;top:12.3125rem;left:35.75rem;height:1.625rem;font-style:normal;display:block; }
#rocOTzHCsVTH18T06rx1n3g2ShIXWGku { color:rgba(var(--color-tertiary-4),1);display:block;width:13.99525rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:700;z-index:15086;line-height:1.3;letter-spacing:0;top:9.1863260269162rem;left:33.061780929566rem;height:1.62439375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xAARNkX9yH8zcnPqbti33IUwvGSkrS5K { position:absolute;display:block;z-index:15115;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:0;width:0;top:17.0625rem;left:34.5rem;overflow:hidden;display:block; }
#Jih0h6T2opFoch08heE4b0zlTyx74HWh { position:absolute;display:block;z-index:15120;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:0.9375rem;width:1.124025rem;top:39.0625rem;left:39.5rem;overflow:hidden;display:block; }
#kpeaM0OuSpXPT3c85hb9KFMfa9WL5l29 { position:absolute;display:block;z-index:15121;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:0.9375rem;width:1.124025rem;top:50.3125rem;left:39.5rem;overflow:hidden;display:block; }
#plWfTGspVrr6csTwBZxq7Rs5aIeLvQIl { position:absolute;display:block;z-index:15123;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:0.9375rem;width:1.124025rem;top:17.1875rem;left:59.75rem;overflow:hidden;display:block; }
#w9J228ThVIxfb0NffhN6Fsv9rwsBF13V { position:absolute;display:block;z-index:15124;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:0.93694375rem;width:1.1232625rem;top:21.180270195007rem;left:39.497243881226rem;overflow:hidden;display:block; }
#OvQr0HGsHsIOQJ4c10zEgkfwSuyBS5nO { position:absolute;display:block;z-index:15125;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;top:34.5rem;left:31.9765625rem;display:none; }
#r1TqATdPPSA6cVpx8gzMGMZ5TeIo07L7 { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;top:37.8125rem;left:32.7265625rem;display:none; }
#At84Wth4MthfuZrWvk8aCbZyTyNWvkaF { position:absolute;display:block;z-index:15125;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:0.93694375rem;width:1.1232625rem;top:25.262129783631rem;left:39.497243881226rem;overflow:hidden;display:block; }
#MxgCmdzmwtvgziH0btgxahbypyLFSQ8Q { color:rgba(var(--color-tertiary-4),1);display:block;width:21.25rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15095;line-height:1.3;letter-spacing:0;top:25rem;left:6rem;height:1.4627rem;font-style:normal;display:block; }
#MeMLmvOtAaBtNtU8dWRalZ27GbicXsCD { position:absolute;display:block;z-index:15123;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:0.9375rem;width:1.124025rem;top:53.625rem;left:39.5rem;overflow:hidden;display:block; }
#hi33TZBQPZiFuLB2TyxiC7IDXbgs5mUO { position:absolute;display:block;z-index:15124;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:0.9375rem;width:1.124025rem;top:57.6796875rem;left:39.5rem;overflow:hidden;display:block; }
#Kh0IxcbNJOGOSe2slXhF04PH5RA8gnxg { position:absolute;display:block;z-index:15125;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:0.9375rem;width:1.124025rem;top:39.0625rem;left:59.75rem;overflow:hidden;display:block; }
#xSDLAJ7LuRbkKEbiFH3yNoZPiXKTvcNT { position:absolute;display:block;z-index:15126;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:0.9375rem;width:1.124025rem;top:50.3125rem;left:59.75rem;overflow:hidden;display:block; }
#brvLcmd0tDxaTtCInRVa6Bsdh0H6UTb0 { position:absolute;display:block;z-index:15128;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:0.9375rem;width:1.124025rem;top:53.625rem;left:59.75rem;overflow:hidden;display:block; }
#NheUKNfO1XITLKV4l6CwuLvAevpbGK8x { position:absolute;display:block;z-index:15129;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:0.9375rem;width:1.124025rem;top:57.6875rem;left:59.75rem;overflow:hidden;display:block; }
#lwdc8rmFPTz8xCTdTxTu67pEJIVGxDOp { color:rgba(var(--color-tertiary-4),1);display:block;width:21.25rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:59.625rem;left:6rem;height:1.13606875rem;text-align:left;text-align-last:left;display:block; }
#GBfklxGTBW1wxH7hBvOaSZEZVzq5B6XB { color:#121a21;display:block;width:17.936625rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:78.872839927675rem;left:54.679786682129rem;height:1.2999125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#bVuD0tOPLyuI7E7fb0Ay2TGC4P901TSU { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15095;line-height:1.3;letter-spacing:0;top:27.6875rem;left:6rem;height:8.7760625rem;font-style:normal;display:block; }
#rZ9ehv7XUGDTm3NKpVpE82TGoBVaSLNT { position:absolute;display:block;z-index:15121;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:0.9375rem;width:1.124025rem;top:31.498046875rem;left:39.5rem;overflow:hidden;display:block; }
#K7TLeg6NTzHGtVwlXk8xTlLFMHICuKqF { position:absolute;display:block;z-index:15122;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:0.9375rem;width:1.124025rem;top:31.498046875rem;left:59.75rem;overflow:hidden;display:block; }
#Pmoi2Scx1oiCrggRJiXTRCeU07FyK54G { position:absolute;display:block;z-index:15091;background-color:rgba(var(--color-tertiary-1),0.5);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:0.0615234375rem;width:67.5625rem;top:36.5625rem;left:4.875rem;display:block; }
#naMwe9uJ0CB1ZL9xJ58U3HLcHkdgoDP0 { position:absolute;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(176deg, rgba(var(--color-tertiary-0),1), #e5e5e5);background-image: -moz-linear-gradient(176deg, rgba(var(--color-tertiary-0),1), #e5e5e5);background-image: -ms-linear-gradient(176deg, rgba(var(--color-tertiary-0),1), #e5e5e5);background-image: -o-linear-gradient(176deg, rgba(var(--color-tertiary-0),1), #e5e5e5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#e5e5e5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#e5e5e5' );";background-image: linear-gradient(176deg, rgba(var(--color-tertiary-0),1), #e5e5e5);background-size:auto !important;border-top:0.625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #344c60 ;height:66.9375rem;width:21.25rem;top:7.8741760253906rem;left:29.936775207519rem;display:block; }
#cdxPKguTv7Us4B8exERbxaE0aK4CfVpR { color:rgba(var(--color-tertiary-4),1);display:block;width:2.4375rem;position:absolute;font-family:"source sans pro";font-size:2.25rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:11.6875rem;left:52.5rem;height:2.92535rem;font-style:normal;display:block; }
#dhpU1XTORTd2hyEgUvDf7zFGk0uqW335 { color:rgba(var(--color-tertiary-4),1);display:block;width:1.25rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:700;z-index:15091;line-height:1.3;letter-spacing:0;top:12.0625rem;left:55.125rem;height:1.38020625rem;font-style:normal;display:block; }
#C80hGQ7323pWc9CdLKvXUX3SfDRawmNp { color:rgba(var(--color-tertiary-4),1);display:block;width:0.874025rem;position:absolute;font-family:"source sans pro";font-size:1.5625rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:12.125rem;left:56.25rem;height:2.03125rem;font-style:normal;display:block; }
#Vra5w0czHmhPk3WNS6s2tpbwIPDADa5K { color:rgba(var(--color-tertiary-4),1);display:block;width:3.4375rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:700;z-index:15092;line-height:1.3;letter-spacing:0;top:12.3125rem;left:56.875rem;height:1.625rem;font-style:normal;display:block; }
#k7qX09ioxwo9A1rGwHMWW4JU4HiTiTod { 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.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.375rem;height:2.625rem;text-decoration:none;z-index:15132;text-align:center;text-align-last:center;top:11.8369140625rem;left:44.03125rem;display:block; }
#UWX0OEQ4T60zthZPOQO4U6PrfhTGL3Fx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EVrxLyT9vPAXnWtznMAWNFTwsARKMClZ { 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.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.375rem;height:2.625rem;text-decoration:none;z-index:15133;text-align:center;text-align-last:center;top:11.8369140625rem;left:65.3125rem;display:block; }
#GEX6m79VR017ThKhz8v4KUsVXX51kT2I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EGCwVtV6tlB9wtaKdEG5aIztrSXebO8I { color:rgba(var(--color-tertiary-4),1);display:block;width:23.625rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15088;line-height:1.3;letter-spacing:0;top:43.8125rem;left:6rem;height:4.38810625rem;font-style:normal;display:block; }
#t5NnNkJMOT1zIRHUfScfgaXTQgRdrqdG { position:absolute;display:block;z-index:15092;background-color:rgba(var(--color-tertiary-1),0.5);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:0.0615234375rem;width:67.5625rem;top:42.8125rem;left:4.875rem;display:block; }
#RaHvB5X1IFiM4TOZ6HmeLaaIgy7BciZl { position:absolute;display:block;z-index:15121;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:0.9375rem;width:1.124025rem;top:45.5361328125rem;left:39.5rem;overflow:hidden;display:block; }
#kd3kGzVX2abImxKaE7Gknz8r6qvpbxtT { position:absolute;display:block;z-index:15122;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:0.9375rem;width:1.124025rem;top:45.5361328125rem;left:59.75rem;overflow:hidden;display:block; }
#J4NTl3fiIKGNzkZQrPVuybClxGMCkOgA { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#evPs3JI8wgO7KoF67coMxGoyCxBqsfqi { position:absolute;display:block;z-index:15124;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:0.93694375rem;width:1.1232625rem;top:17.135888099671rem;left:39.497243881226rem;overflow:hidden;display:block; }
#VWNkT8CwFP4BCCoA4AkarbnXvXdCaH2J { position:absolute;display:block;z-index:15132;background-color:rgba(var(--color-tertiary-1),0.5);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:0.0621059375rem;width:67.561875rem;top:62.186256408691rem;left:4.8742465972901rem;display:block; }
#OPaQE3fJf0cZTUUJVOVCBOUxq7L4oV6E { color:rgba(var(--color-tertiary-4),1);display:block;width:21.249875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15092;line-height:1.3;letter-spacing:0;top:64.497028350831rem;left:5.9975070953369rem;height:1.462675rem;font-style:normal;display:block; }
#Divh8Ql43TBNPgZ4pOnm9BnsUSWFT8XE { position:absolute;display:block;z-index:15130;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:0.93694375rem;width:1.1232625rem;top:64.75830078125rem;left:59.841222763061rem;overflow:hidden;display:block; }
#qnTuJw64b0R6TzgTqsbn8ZeQJOUX7Oob { position:absolute;display:block;z-index:15124;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:0.93694375rem;width:1.1232625rem;top:21.180272102356rem;left:59.749135971069rem;overflow:hidden;display:block; }
#mu3TCqyklgIBmd0wiDBMMRninfKy6SCA { position:absolute;display:block;z-index:15125;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:0.93694375rem;width:1.1232625rem;top:25.262131690979rem;left:59.749135971069rem;overflow:hidden;display:block; }
#nXnMRhux9ZH7zWZMSXBeVduHBrTswQ4f { position:absolute;display:block;z-index:15125;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:0.93694375rem;width:1.1232625rem;top:25.262131690979rem;left:59.749135971069rem;overflow:hidden;display:block; }
#dGxT06lRwHfdJe6W79r2XaVxb3LPXMoT { position:absolute;display:block;z-index:15125;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:0.93694375rem;width:1.1232625rem;top:25.262131690979rem;left:59.749135971069rem;overflow:hidden;display:block; }
#wBKZ4LfeTp3oHtww0Xgv8ZV8C9eG389w { position:absolute;display:block;z-index:15125;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:0.93694375rem;width:1.1232625rem;top:25.262131690979rem;left:59.749135971069rem;overflow:hidden;display:block; }
#VXctav1i831B2Smpg592hFQLopJTrT1y { position:absolute;display:block;z-index:15132;background-color:rgba(var(--color-tertiary-1),0.5);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:0.0621059375rem;width:67.561875rem;top:62.186256408691rem;left:4.8742465972901rem;display:block; }
#KEbKpygASiv7KZuh8N1IlTiTAv6laC76 { position:absolute;display:block;z-index:15124;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:0.9375rem;width:1.124025rem;top:57.6796875rem;left:39.5rem;overflow:hidden;display:block; }
#hOSTPq2MncJ6CFFZck5rSnQ6GPg4UM1u { position:absolute;display:block;z-index:15130;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:0.93694375rem;width:1.1232625rem;top:64.75830078125rem;left:59.841222763061rem;overflow:hidden;display:block; }
#TiCsq2k6T8rbT7cKvQIAchSdcqNb1GBt { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-3),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:1.25rem;top:65.102027893069rem;left:39.62331199646rem;display:block; }
#T5r8vg9MAxSqSbN0nRwzy4omncX9uOo3 { position:absolute;display:block;z-index:15133;background-color:rgba(var(--color-tertiary-1),0.5);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:0.061677625rem;width:67.56125rem;top:68.735864639281rem;left:4.8699607849121rem;display:block; }
#QTVKFifIFT3bC9aCtALUJoi2ys4JobDy { color:rgba(var(--color-tertiary-4),1);display:block;width:21.24925rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15093;line-height:1.3;letter-spacing:0;top:70.620885849rem;left:5.9981498718262rem;height:1.462675rem;font-style:normal;display:block; }
#ARdQ7RshXd00TuGhFa4IcreeK43fSg49 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-3),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.249280625rem;width:1.248975rem;top:71.224813461306rem;left:39.432563781738rem;display:block; }
#qsTZgGcLtsCZ9K4UerEah4U2a3Tly3FO { position:absolute;display:block;z-index:15131;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:0.93673125rem;width:1.12305rem;top:70.880445480344rem;left:59.747634887695rem;overflow:hidden;display:block; }
#f8ublHPUbD9gbWtI4uN9MOBpzP3dX214 { color:rgba(var(--color-tertiary-3),1);display:block;width:19.3115rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:normal;z-index:15134;line-height:1.3;letter-spacing:0;top:14.931434631347rem;left:52.1728515625rem;height:1.46050625rem;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #x69xthBh80VTCZJiPJFdfZ76q2wM8CrZ { display:none; }#x69xthBh80VTCZJiPJFdfZ76q2wM8CrZ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #DZJMlV3JOHJL9b58BbwoRu6SmbeNtXi7 { width:46.5625rem;height:32.875rem;top:6.312255859375rem;left:0.592041015625rem;z-index:14998;display:none; }
 }@media only screen and (max-width: 1199px) { #u9On5mHw8lIhEn3qgqQGK9NzdAkJiTND { top:7.3828125rem;left:24.178466796875rem;width:7.124rem;height:1.40625rem;z-index:15090;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #TWpZ4LVxdKwS7AslR0xFg6yXRPmf7psO { top:7.3828125rem;left:24.178466796875rem;width:7.124rem;height:1.40625rem;z-index:15090;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #MVgOfgK35urec34bzvrkWtmaKyR6UyUH { top:7.3828125rem;left:24.178466796875rem;width:7.124rem;height:1.40625rem;z-index:15090;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #wAv2mxaq6TblNldSmDXHmiFDx4izBBOT { top:7.3828125rem;left:24.178466796875rem;width:7.124rem;height:1.40625rem;z-index:15090;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #zFiTyp5BWEbiC7tszeVsEQ7krZIolsAp { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#zFiTyp5BWEbiC7tszeVsEQ7krZIolsAp > .row .container { height:4.375rem;width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TBZGU2ToZ6R9BV2DGaGk0b9PRbxUPxET { width:1.8125rem;height:0.6875rem;top:11.31019115448rem;left:34.435368657112rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #oDRk6tNrPJqIBFhM7IB0T8TfCWuv4WFe { width:5.625rem;height:2.1875rem;top:1.09375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vqR6bLo7IeLvJPPP5fMTurkumTpdPMxm { display:block; }#vqR6bLo7IeLvJPPP5fMTurkumTpdPMxm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #d7P0y2qNthXv5qbZQr5KQcaITrpLVUJn { display:none; }#d7P0y2qNthXv5qbZQr5KQcaITrpLVUJn > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #lTsZXnq2I7bxl64mhKTAevRB4SutfdWA { background-color:#000000;background-image:none;display:none; }#lTsZXnq2I7bxl64mhKTAevRB4SutfdWA > .row .container { width:47.75rem;height:48.5rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #T8dDLSX4MyclxTBI3wWK6hTvLudZ3ztO { width:17.6875rem;height:0;top:28.1875rem;left:25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 1199px) { #tSm85yNTMN8TpdzutHKZnDuqlwzbeUfh { width:9.625rem;height:2.75rem;top:31.3125rem;left:26.75rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #kxATbJU76RkqiNqdoVRw6x7tChQt1uey { display:block; }
 }@media only screen and (max-width: 1199px) { #NaCd8ThP0ZxzJWU4fwkcfiVgoEr2upfs { width:3.37456875rem;height:2.25rem;top:13.625rem;left:18.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #lpIyrl4B97E4EtcXKZ5N9OJ3acMZSElP { width:3.75rem;height:1.25rem;top:14.25rem;left:20.9375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #n1qJSuCDoFgn6frkSinDT2xQwToGQHO2 { width:6.4355625rem;height:2.25rem;top:15.875rem;left:20.3125rem;font-size:1.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 1199px) { #tdXB5geslX5TpgeRszq9eZn1KofzoDTH { width:12.875rem;height:3.125rem;top:18.875rem;left:16.8125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #HlPZpPMyJbiNWRuzRBg5behX89kd8II4 { display:block; }
 }@media only screen and (max-width: 1199px) { #Phxb6EiLbxZ5aH0bBODIu4ShCaau1hbZ { width:3.374025rem;height:0;top:17.6875rem;left:4.6875rem;z-index:15077;display:none; }
 }@media only screen and (max-width: 1199px) { #V6IhDx7Uxpb9ntvoMTLNRc0NzeVbOpET { width:3.75rem;height:0;top:18.375rem;left:7.3125rem;z-index:15079;display:none; }
 }@media only screen and (max-width: 1199px) { #Ar8bnO5zH0uWt0D8Fx2zMCzCrMZQXxvG { width:6.4355625rem;height:0;top:19.9375rem;left:6.4375rem;font-size:1.75rem;text-align:center;text-align-last:center;z-index:15073;display:none; }
 }@media only screen and (max-width: 1199px) { #aTRNiQhBS5ZHcs8F5tpL94qqPgOOImkK { width:12.5rem;height:1rem;top:22.8125rem;left:2.9375rem;font-size:0.75rem;z-index:15054;color:#eaf3f4;display:none; }
 }@media only screen and (max-width: 1199px) { #gvnGoQfp0aFacaFfmrd8S96AgEGfcWeD { display:block; }
 }@media only screen and (max-width: 1199px) { #Slq30TuhTM6Sr98Pntx9hUfnesthC4WE { width:46.5625rem;height:32.875rem;top:6.312255859375rem;left:0.592041015625rem;z-index:14998;display:none; }
 }@media only screen and (max-width: 1199px) { #IHpWGv7bTpkzkymJ3KoeJup2oPl5SR30 { top:7.3828125rem;left:24.178466796875rem;width:7.124rem;height:1.40625rem;z-index:15090;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #RrmAQiFKuOseEcm1KcbEPLxZREaRpfNW { top:7.3828125rem;left:24.178466796875rem;width:7.124rem;height:1.40625rem;z-index:15090;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #zJKPfbvApRmW3kt9lJrNRxV4KlkKb58T { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #rGWqHrLXFd6rxyNLbWlznncNDRxEn7Sk { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #lHAmP6hnk4n9qM8TTE9y7oNdQHDdbwJB { top:7.3828125rem;left:24.178466796875rem;width:7.124rem;height:1.40625rem;z-index:15090;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #BXi6u9maJs1NAFK4hJqp9LSUOAHAgPxO { width:1.125rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #le2tmTIv2D5SaTQKCCGnI0fJAinii1aQ { top:7.3828125rem;left:24.178466796875rem;width:7.124rem;height:1.40625rem;z-index:15090;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ow8ZMdBg6fbHHqQXeuKZb7LrAVo0z44H { top:7.3828125rem;left:24.178466796875rem;width:7.124rem;height:1.40625rem;z-index:15090;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #vdPNdvmrzQz6PPABvyT5K33c5P7qsP0n { top:7.3828125rem;left:24.178466796875rem;width:7.124rem;height:1.40625rem;z-index:15090;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #fkcATyucGSIpOQZDKdoX89Go5C6T6tJk { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #AgWFiMgzFmfiC8w6T6khVTLq3BUIdZPR { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #SimFVKBDm7PznLnMcUAhBcOBlBqoDRGE { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #LzPikDwcHRG9mlrCxqud1OVxP0TtQEUt { width:1.5625rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Ok9x4IMbgAmoBo2XBlSkpL6WA8TIEZQx { width:1.5625rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #kUML0u9GpfGlnzLmZoIeT6nheh5AsA7o { width:1.5625rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #l1AdsIEuR7TnBgTAwgTHrofAmHM5TER5 { width:1.5625rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ADfx2hrnH4p0ZgUc0A43zeBTU3nsOnrA { width:1.5625rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #A10LT5T9qyHCaZi0VqT1tDLUlNkmAWCL { width:1.5625rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #J8JFZwCm1NQx4wqMO28br7RxB9BZWIDA { width:1.5625rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #RM4VqdZtcOhNMsAJurSkCEP6R0nUsu1C { width:1.5625rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Am7wJx81MiasNV8H3St328igdN4TsprW { width:1.5625rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #P3Ci5sVQiBBvLGtlTf04lL1MqErI68Qw { width:1.5625rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #rbi25NM2w7yZLyaiWdFKz4QIODdOtX6v { top:12.375rem;left:16.625rem;width:14.5rem;height:0.859375rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #vghXafHw6ZNyL0IGLadk851Jtp9M61Mk { width:12.5625rem;height:0.9375rem;top:34.375rem;left:4.09375rem;font-size:0.75rem;z-index:15044;display:none; }
 }@media only screen and (max-width: 1199px) { #ad4X7ixHp8r1QxDgKkaXZwoT3t2DhRND { top:44rem;left:17.65625rem;width:13.9375rem;height:1.125rem;font-size:0.875rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 1199px) { #sKytgET46RHN7vUsnBXKcQ5uFalKea36 { top:7.3828125rem;left:24.178466796875rem;width:7.124rem;height:1.40625rem;z-index:15090;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #UPRocLL2QVFAtII3wkqRCTnFEmRJBn5x { width:1.5625rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #KmcVOWP7tPwiiVmDB742uXfGtBcEtfCf { width:1.5625rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #WtCZNmXUuDv5zZbxW1Ed85BH0UUDMlTt { top:7.3828125rem;left:24.178466796875rem;width:7.124rem;height:1.40625rem;z-index:15090;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #HxDxTRTtI0W4NpKAOS76qv47kbmCTcqr { top:7.3828125rem;left:24.178466796875rem;width:7.124rem;height:1.40625rem;z-index:15090;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #IaladR8ZECvr3vTDbXZDWk02and7gqm2 { top:7.3828125rem;left:24.178466796875rem;width:7.124rem;height:1.40625rem;z-index:15090;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #bKdmxb5w4TK2MURCLr7Z0fPCAeLJJk7d { top:7.3828125rem;left:24.178466796875rem;width:7.124rem;height:1.40625rem;z-index:15090;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Nf7f7iPKkGp4LppNauFOZ5ydOsQLnQJZ { width:7.375rem;height:1.875rem;top:12.5625rem;left:22.28125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #hWyMZ3tgTmIcHu8gHD1Sl3I7lC4E7FCX { display:block; }
 }@media only screen and (max-width: 1199px) { #NFEETsQHNz9f7o7dL9NMLlSlqNUqxFZG { width:7.375rem;height:1.875rem;top:12.5625rem;left:22.28125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #KzFUgv3dwAnmf3CCbCmAKXC6gkbaEnbn { display:block; }
 }@media only screen and (max-width: 1199px) { #Aq8e8NtibsgT8yPCuPJuCdb8q1IDXSAl { top:7.3828125rem;left:24.178466796875rem;width:7.124rem;height:1.40625rem;z-index:15090;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #xQdmKwEDIgSDfr1c4uNfTDssxlnBt4rx { width:1.5625rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ehGpGsyxuoTC14rQZotphIaUu4PkrPyQ { width:1.5625rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #o8bGKyvpCJk3mO3kMwMqM9s4yLTZ7Ana { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #bUwkUWmGdnR78D0rFztOSnReSzA2hBeJ { top:7.3828125rem;left:24.178466796875rem;width:7.124rem;height:1.40625rem;z-index:15090;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #DwzAG9vAE8T7SmQXd4zRcdfPfO2RETdL { width:1.5625rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #XThU3yMT88qS0xBTaTqlf6SQVzsCkFUL { width:1.5625rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #xkRgTMKZTq0Fh6Tua268eyQo6TzOM4lQ { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Hwpl2FoZVToNG5TCNFcQT8mqucpo5CBs { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #x5Uq7GwuB21GGrmRQbg8EffKTD2o5oEZ { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #x1lH0oL7w4ZR2IdgrTPQ96NmCKCVuWAq { top:7.3828125rem;left:24.178466796875rem;width:7.124rem;height:1.40625rem;z-index:15090;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #vMkPVtVtVpEJuCAo6C8yQqkC7ZIXfSTp { width:1.5625rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #oHJLR1sP97PoXoe9CCMmixRiORUhAvIu { width:1.125rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #GO25MkHLylep5Nc5R6RA7ZJ2meogsaDF { width:1.125rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #WoRUU6TTfkTs2Zc1X4HLyAf40SLooF35 { width:1.125rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #LdOiGWIBL8fULlyCCtC69Cl20T2Wxs29 { width:1.2496125rem;height:0.1875rem;top:67.409582138063rem;left:25.343115985394rem;display:none; }
 }@media only screen and (max-width: 1199px) { #iebBLkNL0TJKIs9WPBfVisEdi5V9VRyE { top:7.3828125rem;left:24.178466796875rem;width:7.124rem;height:1.40625rem;z-index:15090;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #vHXJh19pA1eIhkaV1elInbTIKJM52A1V { width:1.2496125rem;height:0.1875rem;top:67.409582138063rem;left:25.343115985394rem;display:none; }
 }@media only screen and (max-width: 1199px) { #BHiIbUDV81Q0yo9dNKMTGH2kyc9Lift8 { width:1.5625rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #HdBVqM9dzIaMSN1wczk57TzlfzrTiPNa { width:12.5rem;height:7.75rem;top:7.375rem;left:1.4628908038139rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #uU8m8pos85BTBUwu0NyQcHgQtW9rWUGX { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #QvpIoh4cMJdB9X3yA3xgt0awlu8xVrqp { background-color:#f5f5f5;background-image:none;display:block; }#QvpIoh4cMJdB9X3yA3xgt0awlu8xVrqp > .row .container { background-color: transparent; background-image: none; }#QvpIoh4cMJdB9X3yA3xgt0awlu8xVrqp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QvpIoh4cMJdB9X3yA3xgt0awlu8xVrqp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QvpIoh4cMJdB9X3yA3xgt0awlu8xVrqp > .row .container > .video-iframe-container { display: none; }#QvpIoh4cMJdB9X3yA3xgt0awlu8xVrqp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QvpIoh4cMJdB9X3yA3xgt0awlu8xVrqp > .row > .video-iframe-container { display: none; }#QvpIoh4cMJdB9X3yA3xgt0awlu8xVrqp > .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); }#QvpIoh4cMJdB9X3yA3xgt0awlu8xVrqp > .row .container { width:47.75rem;height:79.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Or52PNETOFQFtzWgusge2MLSGeVpia9q { width:1.8125rem;height:0.6875rem;top:11.31019115448rem;left:34.435368657112rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #LMfoft0HFaNOureUdMumMhiZ7iM6NVr8 { width:17.6875rem;height:0;top:28.1875rem;left:25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 1199px) { #AIeSTvcTHb2FuBILPpKJoDrZFLhTod4z { width:9.625rem;height:2.75rem;top:31.3125rem;left:26.75rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #z1zZXMaeTtIHiu3e2qQkLKC12eCMdWea { display:block; }
 }@media only screen and (max-width: 1199px) { #w6wexfxTQQCfwPzQqTxPw2LJtKrQmzSU { width:3.37456875rem;height:2.25rem;top:13.625rem;left:18.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #S0mybXhW2CGNz2HEG8q0AHCJn9BoWI57 { width:3.75rem;height:1.25rem;top:14.25rem;left:20.9375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #IwDd4bmTS6esq4GPklJk1IpZJZCODJFb { width:6.4355625rem;height:2.25rem;top:15.875rem;left:20.3125rem;font-size:1.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 1199px) { #lKOTN1CKyrB6fQgT8KUGRFLUtQ1qgQF2 { width:12.875rem;height:3.125rem;top:18.875rem;left:16.8125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Z3WCUbQ8lVc1pbG4KH82OtyzP8DBXJqB { display:block; }
 }@media only screen and (max-width: 1199px) { #XTNJbcyvSDOuNDTB0EXePoDCCH9nCKSB { width:3.374025rem;height:0;top:17.6875rem;left:4.6875rem;z-index:15077;display:none; }
 }@media only screen and (max-width: 1199px) { #douXRJTSWp8oVfPih5GLPdViQbH7Zw9V { width:3.75rem;height:0;top:18.375rem;left:7.3125rem;z-index:15079;display:none; }
 }@media only screen and (max-width: 1199px) { #Ks7Bpeg5piHpWTXeEHqcdqsdNc7m3pJw { width:6.4355625rem;height:0;top:19.9375rem;left:6.4375rem;font-size:1.75rem;text-align:center;text-align-last:center;z-index:15073;display:none; }
 }@media only screen and (max-width: 1199px) { #Rz24r7kc5faiGqn0VLTFRqvTFucGBXgQ { width:12.5rem;height:1rem;top:22.8125rem;left:2.9375rem;font-size:0.75rem;z-index:15054;color:#eaf3f4;display:none; }
 }@media only screen and (max-width: 1199px) { #l89HxqrKtpFhuCSBDzca9E0cfk4TwHyf { display:block; }
 }@media only screen and (max-width: 1199px) { #h5mDfZcCDxEgXSfULzOIKgzBAMyaKT7l { width:12.5rem;height:2.5rem;top:12.375rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #uIr5AXcnygD1JoRxuDpqNG2KTyRHlsJi { width:19.125rem;height:68.5rem;top:6.9991259574887rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 1199px) { #rz0XLX8LLl8CF5hduRIDulFeoCNW22eX { width:14.4375rem;height:68.75rem;top:6.3425161838531rem;left:33.24809807539rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 1199px) { #Wnl7F77uGhH3dWnHZu3qV1NIIOcqT0q2 { width:13.125rem;height:2.03125rem;top:7.6875rem;left:0.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e58qhxTqTURJ7c689WCH5penenKI5Jc8 { width:13.87425rem;height:1.381325rem;top:8.0116672515869rem;left:33.566123187542rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #HMQRvbOdTV8LerrV48oBnoUQdUWCa2TM { width:18.125rem;height:1.381325rem;top:56.9375rem;left:0.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Gc6dFLMuEb26M2UxpWQXhmZOrkW3zEJf { width:18.125rem;height:4.14396875rem;top:38.6875rem;left:0.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JHXxtZIvnEHGWlJDpKWwmefN7ttpTfgA { width:17.625rem;height:2.76264375rem;top:52.125rem;left:0.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bKrCkroThu2wA0PpzPW1rJDnqNJta8Hn { width:18.125rem;height:2.76264375rem;top:60.25rem;left:0.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F5kgVhdtpCmwb6bI3hSnIp2AUPCUsb4u { width:18.125rem;height:1.381325rem;top:17.0625rem;left:0.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QENSV04Q8J9Gd4483XhELkHvON5CUzbn { width:17.5rem;height:2.76264375rem;top:20.375rem;left:0.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yXKSwWuS2q2pp6q6lEGo8rpltMyWbXI7 { width:47.75rem;height:0.0625rem;top:24.25rem;left:0rem;z-index:15134;display:block; }
 }@media only screen and (max-width: 1199px) { #PUB6dSL6y3HEXu6Wrra7DCm8o58ckfgI { width:47.75rem;height:0.0625rem;top:27.5625rem;left:0rem;z-index:15135;display:block; }
 }@media only screen and (max-width: 1199px) { #XBfvWAso8wDp2dIgg6nHX5ZdI2sra2kO { width:47.75rem;height:0.0625rem;top:51.1875rem;left:0rem;z-index:15138;display:block; }
 }@media only screen and (max-width: 1199px) { #OhObADHMLgaF0rL4hOkl5sxzzt68a3TU { width:47.75rem;height:0.0625rem;top:55.875rem;left:0rem;z-index:15139;display:block; }
 }@media only screen and (max-width: 1199px) { #cDabMfvWLUvpt3xbyn9Efy2bN1uzLFpe { width:47.75rem;height:0.0625rem;top:59.3125rem;left:0rem;z-index:15141;display:block; }
 }@media only screen and (max-width: 1199px) { #e44QfGiM0WkJrdKBMJIt6WVWNwMl6RZh { width:47.75rem;height:0.0625rem;top:19.4375rem;left:0rem;z-index:15133;background-color:rgba(189,189,191,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 1199px) { #o1DPXFdnHRsZK98m1kSLftCKS7iwF2V6 { width:1.9375rem;height:2.4375rem;top:10.125rem;left:22.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tTopNodAPVpgASM092ufNpOn7Cu3RP1s { width:1.25rem;height:1.21941875rem;top:10.375rem;left:24.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #drh9bAcIRclmPxQEqDxO5UUacnSaVFF9 { width:0.8125rem;height:2.03125rem;top:10.3125rem;left:25.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Er6qfXXs7JgogkXWRNUaAATc7FzylwSL { width:3.1875rem;height:1.4627rem;top:10.5625rem;left:26.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rocOTzHCsVTH18T06rx1n3g2ShIXWGku { width:13.9374375rem;height:1.381325rem;top:8.0116672515869rem;left:19.199303805828rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xAARNkX9yH8zcnPqbti33IUwvGSkrS5K { width:0;height:;top:19.875rem;left:20.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Jih0h6T2opFoch08heE4b0zlTyx74HWh { width:1.0625rem;height:0.88574375rem;top:40.3154296875rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kpeaM0OuSpXPT3c85hb9KFMfa9WL5l29 { width:1.0625rem;height:0.88574375rem;top:52.412109375rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #plWfTGspVrr6csTwBZxq7Rs5aIeLvQIl { width:1.0625rem;height:0.88574375rem;top:17.349609375rem;left:39.96875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w9J228ThVIxfb0NffhN6Fsv9rwsBF13V { width:1.0625rem;height:0.88574375rem;top:21.392578125rem;left:39.96875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OvQr0HGsHsIOQJ4c10zEgkfwSuyBS5nO { width:;height:;top:35.125rem;left:18.9765625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #r1TqATdPPSA6cVpx8gzMGMZ5TeIo07L7 { width:;height:;top:38.4375rem;left:19.7265625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #At84Wth4MthfuZrWvk8aCbZyTyNWvkaF { width:1.0625rem;height:0.88574375rem;top:25.474609375rem;left:39.96875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MxgCmdzmwtvgziH0btgxahbypyLFSQ8Q { width:18.125rem;height:1.381325rem;top:25.1875rem;left:0.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MeMLmvOtAaBtNtU8dWRalZ27GbicXsCD { width:1.0625rem;height:0.88574375rem;top:57.224609375rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hi33TZBQPZiFuLB2TyxiC7IDXbgs5mUO { width:1.0625rem;height:0.88574375rem;top:61.267518997192rem;left:25.436669528484rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Kh0IxcbNJOGOSe2slXhF04PH5RA8gnxg { width:1.0625rem;height:0.88574375rem;top:40.3125rem;left:39.96875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xSDLAJ7LuRbkKEbiFH3yNoZPiXKTvcNT { width:1.0625rem;height:0.88574375rem;top:52.412109375rem;left:39.96875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #brvLcmd0tDxaTtCInRVa6Bsdh0H6UTb0 { width:1.0625rem;height:0.88574375rem;top:57.224609375rem;left:39.96875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NheUKNfO1XITLKV4l6CwuLvAevpbGK8x { width:1.0625rem;height:0.88574375rem;top:61.2685546875rem;left:39.96875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lwdc8rmFPTz8xCTdTxTu67pEJIVGxDOp { width:18.125rem;height:0.975275rem;top:63.3681640625rem;left:0.3125rem;font-size:0.75rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 1199px) { #GBfklxGTBW1wxH7hBvOaSZEZVzq5B6XB { top:77.798621177675rem;left:33.547490775585rem;width:13.9365625rem;height:1.13718125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bVuD0tOPLyuI7E7fb0Ay2TGC4P901TSU { width:18.125rem;height:9.66925rem;top:27.8125rem;left:0.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rZ9ehv7XUGDTm3NKpVpE82TGoBVaSLNT { width:1.0625rem;height:0.88574375rem;top:32.198719024658rem;left:25.436669528484rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K7TLeg6NTzHGtVwlXk8xTlLFMHICuKqF { width:1.0625rem;height:0.88574375rem;top:32.1875rem;left:39.96875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Pmoi2Scx1oiCrggRJiXTRCeU07FyK54G { width:47.75rem;height:0.0625rem;top:37.75rem;left:0rem;z-index:15137;display:block; }
 }@media only screen and (max-width: 1199px) { #naMwe9uJ0CB1ZL9xJ58U3HLcHkdgoDP0 { width:14.4375rem;height:68.75rem;top:6.3425161838531rem;left:18.748714148998rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 1199px) { #cdxPKguTv7Us4B8exERbxaE0aK4CfVpR { width:1.9375rem;height:2.4375rem;top:10.125rem;left:36.90625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dhpU1XTORTd2hyEgUvDf7zFGk0uqW335 { width:1.25rem;height:1.21941875rem;top:10.375rem;left:39.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C80hGQ7323pWc9CdLKvXUX3SfDRawmNp { width:0.8125rem;height:2.03125rem;top:10.328125rem;left:40.15625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Vra5w0czHmhPk3WNS6s2tpbwIPDADa5K { width:3.25rem;height:1.4627rem;top:10.5625rem;left:40.84375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k7qX09ioxwo9A1rGwHMWW4JU4HiTiTod { width:7.375rem;height:1.875rem;top:12.5625rem;left:22.28125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UWX0OEQ4T60zthZPOQO4U6PrfhTGL3Fx { display:block; }
 }@media only screen and (max-width: 1199px) { #EVrxLyT9vPAXnWtznMAWNFTwsARKMClZ { width:7.375rem;height:1.875rem;top:12.5625rem;left:36.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GEX6m79VR017ThKhz8v4KUsVXX51kT2I { display:block; }
 }@media only screen and (max-width: 1199px) { #EGCwVtV6tlB9wtaKdEG5aIztrSXebO8I { width:18.125rem;height:5.5252875rem;top:44.75rem;left:0.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t5NnNkJMOT1zIRHUfScfgaXTQgRdrqdG { width:47.75rem;height:0.0625rem;top:43.75rem;left:0rem;z-index:15137;display:block; }
 }@media only screen and (max-width: 1199px) { #RaHvB5X1IFiM4TOZ6HmeLaaIgy7BciZl { width:1.0625rem;height:0.88574375rem;top:47.068359375rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kd3kGzVX2abImxKaE7Gknz8r6qvpbxtT { width:1.0625rem;height:0.88574375rem;top:47.0625rem;left:39.96875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J4NTl3fiIKGNzkZQrPVuybClxGMCkOgA { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #evPs3JI8wgO7KoF67coMxGoyCxBqsfqi { width:1.0625rem;height:0.88574375rem;top:17.349609375rem;left:39.96875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VWNkT8CwFP4BCCoA4AkarbnXvXdCaH2J { width:47.75rem;height:0.0625rem;top:59.3125rem;left:0rem;z-index:15141;display:block; }
 }@media only screen and (max-width: 1199px) { #OPaQE3fJf0cZTUUJVOVCBOUxq7L4oV6E { width:16.625rem;height:2.76264375rem;top:66.123559951781rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Divh8Ql43TBNPgZ4pOnm9BnsUSWFT8XE { width:1.0625rem;height:0.88574375rem;top:61.2685546875rem;left:39.96875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qnTuJw64b0R6TzgTqsbn8ZeQJOUX7Oob { width:1.0625rem;height:0.88574375rem;top:17.349609375rem;left:39.96875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mu3TCqyklgIBmd0wiDBMMRninfKy6SCA { width:1.0625rem;height:0.88574375rem;top:17.349609375rem;left:39.96875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nXnMRhux9ZH7zWZMSXBeVduHBrTswQ4f { width:1.062225rem;height:0.88554375rem;top:17.309356212616rem;left:25.466025531292rem;z-index:15126;display:block; }
 }@media only screen and (max-width: 1199px) { #dGxT06lRwHfdJe6W79r2XaVxb3LPXMoT { width:1.06115625rem;height:0.884475rem;top:21.310906887054rem;left:25.434981524944rem;z-index:15127;display:block; }
 }@media only screen and (max-width: 1199px) { #wBKZ4LfeTp3oHtww0Xgv8ZV8C9eG389w { width:1.06115625rem;height:0.884475rem;top:25.474147319794rem;left:25.434981524944rem;z-index:15128;display:block; }
 }@media only screen and (max-width: 1199px) { #VXctav1i831B2Smpg592hFQLopJTrT1y { width:47.7498125rem;height:0.0621059375rem;top:65.561395645144rem;left:0rem;z-index:15142;display:block; }
 }@media only screen and (max-width: 1199px) { #KEbKpygASiv7KZuh8N1IlTiTAv6laC76 { width:1.062225rem;height:0.88554375rem;top:67.05943107605rem;left:25.434981524944rem;z-index:15125;display:none; }
 }@media only screen and (max-width: 1199px) { #hOSTPq2MncJ6CFFZck5rSnQ6GPg4UM1u { width:1.062225rem;height:0.88554375rem;top:67.05943107605rem;left:39.909102618694rem;z-index:15131;display:block; }
 }@media only screen and (max-width: 1199px) { #TiCsq2k6T8rbT7cKvQIAchSdcqNb1GBt { width:1.2496125rem;height:0.1875rem;top:67.409582138063rem;left:25.343115985394rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T5r8vg9MAxSqSbN0nRwzy4omncX9uOo3 { width:47.74875rem;height:0.061677625rem;top:70.309927940369rem;left:0rem;z-index:15142;display:block; }
 }@media only screen and (max-width: 1199px) { #QTVKFifIFT3bC9aCtALUJoi2ys4JobDy { width:16.6246875rem;height:2.76264375rem;top:71.62314891815rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ARdQ7RshXd00TuGhFa4IcreeK43fSg49 { width:1.248975rem;height:0.186318125rem;top:72.909384727475rem;left:25.404760062694rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qsTZgGcLtsCZ9K4UerEah4U2a3Tly3FO { width:1.06136875rem;height:0.88533125rem;top:72.559878349306rem;left:40.014646232128rem;z-index:15131;display:block; }
 }@media only screen and (max-width: 1199px) { #f8ublHPUbD9gbWtI4uN9MOBpzP3dX214 { width:12.624625rem;height:2.1934125rem;top:14.947831206024rem;left:34.234941184521rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#000000;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #x69xthBh80VTCZJiPJFdfZ76q2wM8CrZ { background-color:#f5f5f5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#x69xthBh80VTCZJiPJFdfZ76q2wM8CrZ > .row .container { background-color: transparent; background-image: none; }#x69xthBh80VTCZJiPJFdfZ76q2wM8CrZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x69xthBh80VTCZJiPJFdfZ76q2wM8CrZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x69xthBh80VTCZJiPJFdfZ76q2wM8CrZ > .row .container > .video-iframe-container { display: none; }#x69xthBh80VTCZJiPJFdfZ76q2wM8CrZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x69xthBh80VTCZJiPJFdfZ76q2wM8CrZ > .row > .video-iframe-container { display: none; }#x69xthBh80VTCZJiPJFdfZ76q2wM8CrZ > .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); }#x69xthBh80VTCZJiPJFdfZ76q2wM8CrZ > .row .container { border-width: 0; border-radius: 0; }#x69xthBh80VTCZJiPJFdfZ76q2wM8CrZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x69xthBh80VTCZJiPJFdfZ76q2wM8CrZ > .row .container { width:20rem;height:9.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DZJMlV3JOHJL9b58BbwoRu6SmbeNtXi7 { width:20rem;height:5.25rem;top:3.75rem;left:0rem;z-index:15000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #bdbdbf;border-left:0.0625rem solid #bdbdbf;border-right:0.0625rem solid #bdbdbf;border-bottom:0.0625rem solid #bdbdbf;display:block; }
 }@media only screen and (max-width: 763px) { #u9On5mHw8lIhEn3qgqQGK9NzdAkJiTND { width:6.4375rem;height:1.381325rem;top:4.5625rem;left:11.9375rem;font-size:1.0625rem;z-index:15118;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #TWpZ4LVxdKwS7AslR0xFg6yXRPmf7psO { width:6.4375rem;height:1.381325rem;top:5.9375rem;left:1.8125rem;font-size:1.0625rem;z-index:15094;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #MVgOfgK35urec34bzvrkWtmaKyR6UyUH { width:6.4375rem;height:1.381325rem;top:4.5625rem;left:1.8125rem;font-size:1.0625rem;z-index:15093;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #wAv2mxaq6TblNldSmDXHmiFDx4izBBOT { width:6.4375rem;height:2.76264375rem;top:5.9375rem;left:11.9375rem;font-size:1.0625rem;z-index:15095;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #zFiTyp5BWEbiC7tszeVsEQ7krZIolsAp { position:relative;z-index:auto;display:block; }#zFiTyp5BWEbiC7tszeVsEQ7krZIolsAp > .row .container { height:2.75rem;width:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TBZGU2ToZ6R9BV2DGaGk0b9PRbxUPxET { width:2.125rem;height:0;top:0rem;left:-0.78125rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #oDRk6tNrPJqIBFhM7IB0T8TfCWuv4WFe { width:4.375rem;height:1.6875rem;top:1.09375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqR6bLo7IeLvJPPP5fMTurkumTpdPMxm { display:block; }#vqR6bLo7IeLvJPPP5fMTurkumTpdPMxm > .row .container { width:20rem;height:1.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d7P0y2qNthXv5qbZQr5KQcaITrpLVUJn { background-color:#f5f5f5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#d7P0y2qNthXv5qbZQr5KQcaITrpLVUJn > .row .container { background-color: transparent; background-image: none; }#d7P0y2qNthXv5qbZQr5KQcaITrpLVUJn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d7P0y2qNthXv5qbZQr5KQcaITrpLVUJn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d7P0y2qNthXv5qbZQr5KQcaITrpLVUJn > .row .container > .video-iframe-container { display: none; }#d7P0y2qNthXv5qbZQr5KQcaITrpLVUJn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d7P0y2qNthXv5qbZQr5KQcaITrpLVUJn > .row > .video-iframe-container { display: none; }#d7P0y2qNthXv5qbZQr5KQcaITrpLVUJn > .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); }#d7P0y2qNthXv5qbZQr5KQcaITrpLVUJn > .row .container { border-width: 0; border-radius: 0; }#d7P0y2qNthXv5qbZQr5KQcaITrpLVUJn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d7P0y2qNthXv5qbZQr5KQcaITrpLVUJn > .row .container { width:20rem;height:4rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lTsZXnq2I7bxl64mhKTAevRB4SutfdWA { background-color:#f5f5f5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#lTsZXnq2I7bxl64mhKTAevRB4SutfdWA > .row .container { background-color: transparent; background-image: none; }#lTsZXnq2I7bxl64mhKTAevRB4SutfdWA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTsZXnq2I7bxl64mhKTAevRB4SutfdWA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTsZXnq2I7bxl64mhKTAevRB4SutfdWA > .row .container > .video-iframe-container { display: none; }#lTsZXnq2I7bxl64mhKTAevRB4SutfdWA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTsZXnq2I7bxl64mhKTAevRB4SutfdWA > .row > .video-iframe-container { display: none; }#lTsZXnq2I7bxl64mhKTAevRB4SutfdWA > .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); }#lTsZXnq2I7bxl64mhKTAevRB4SutfdWA > .row .container { border-width: 0; border-radius: 0; }#lTsZXnq2I7bxl64mhKTAevRB4SutfdWA > .row .container { width:20rem;height:85.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T8dDLSX4MyclxTBI3wWK6hTvLudZ3ztO { width:8.125rem;height:0;top:46.8564453125rem;left:5.9375rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tSm85yNTMN8TpdzutHKZnDuqlwzbeUfh { width:10.8125rem;height:2.6875rem;top:49.7939453125rem;left:4.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kxATbJU76RkqiNqdoVRw6x7tChQt1uey { display:block; }
 }@media only screen and (max-width: 763px) { #NaCd8ThP0ZxzJWU4fwkcfiVgoEr2upfs { width:2.686525rem;height:0;top:31.375rem;left:10.9375rem;text-align:center;text-align-last:center;font-size:1.625rem;z-index:15077;display:none; }
 }@media only screen and (max-width: 763px) { #lpIyrl4B97E4EtcXKZ5N9OJ3acMZSElP { width:1.875rem;height:0;top:31.9375rem;left:13.4375rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15079;display:none; }
 }@media only screen and (max-width: 763px) { #n1qJSuCDoFgn6frkSinDT2xQwToGQHO2 { width:4.375rem;height:0;top:19rem;left:7.8125rem;text-align:center;text-align-last:center;font-size:1.625rem;z-index:15073;display:none; }
 }@media only screen and (max-width: 763px) { #tdXB5geslX5TpgeRszq9eZn1KofzoDTH { width:11.875rem;height:3.125rem;top:22.6875rem;left:4.0625rem;font-size:0.75rem;z-index:15054;color:#121a21;display:none; }
 }@media only screen and (max-width: 763px) { #HlPZpPMyJbiNWRuzRBg5behX89kd8II4 { display:block; }
 }@media only screen and (max-width: 763px) { #Phxb6EiLbxZ5aH0bBODIu4ShCaau1hbZ { width:2.686525rem;height:0;top:30.022705078125rem;left:4.6875rem;text-align:center;text-align-last:center;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #V6IhDx7Uxpb9ntvoMTLNRc0NzeVbOpET { width:1.875rem;height:0;top:30.710205078125rem;left:7.3125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ar8bnO5zH0uWt0D8Fx2zMCzCrMZQXxvG { width:4.375rem;height:0;top:32.272705078125rem;left:6.4375rem;text-align:center;text-align-last:center;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aTRNiQhBS5ZHcs8F5tpL94qqPgOOImkK { width:11.875rem;height:3.125rem;top:35.147705078125rem;left:2.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gvnGoQfp0aFacaFfmrd8S96AgEGfcWeD { display:block; }
 }@media only screen and (max-width: 763px) { #Slq30TuhTM6Sr98Pntx9hUfnesthC4WE { width:20.1875rem;height:81.3125rem;top:-0.3713493347168rem;left:0rem;z-index:15000;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;border-top:0.0625rem solid #bdbdbf;border-left:0.0625rem solid #bdbdbf;border-right:0.0625rem solid #bdbdbf;border-bottom:0.0625rem solid #bdbdbf;display:block; }
 }@media only screen and (max-width: 763px) { #IHpWGv7bTpkzkymJ3KoeJup2oPl5SR30 { width:13.4980625rem;height:1.21941875rem;top:21.25rem;left:3.25rem;font-size:0.9375rem;z-index:15119;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #RrmAQiFKuOseEcm1KcbEPLxZREaRpfNW { width:18.875rem;height:3.65825625rem;top:36.625rem;left:0.5625rem;font-size:0.9375rem;z-index:15120;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #zJKPfbvApRmW3kt9lJrNRxV4KlkKb58T { top:14.1875rem;left:0rem;width:20rem;height:0.062255875rem;z-index:15112;display:block; }
 }@media only screen and (max-width: 763px) { #rGWqHrLXFd6rxyNLbWlznncNDRxEn7Sk { top:20.625rem;left:0rem;width:20rem;height:0.062255875rem;z-index:15113;display:block; }
 }@media only screen and (max-width: 763px) { #lHAmP6hnk4n9qM8TTE9y7oNdQHDdbwJB { width:18.25rem;height:1.21941875rem;top:52rem;left:0.875rem;font-size:0.9375rem;z-index:15122;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #BXi6u9maJs1NAFK4hJqp9LSUOAHAgPxO { top:11.4375rem;left:14.4375rem;width:1.125rem;height:0.875rem;z-index:15115;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #le2tmTIv2D5SaTQKCCGnI0fJAinii1aQ { width:18.75rem;height:1.21941875rem;top:62.5625rem;left:0.625rem;font-size:0.9375rem;z-index:15124;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #ow8ZMdBg6fbHHqQXeuKZb7LrAVo0z44H { width:5.625rem;height:1.21941875rem;top:9.5625rem;left:7.1875rem;font-size:0.9375rem;z-index:15125;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #vdPNdvmrzQz6PPABvyT5K33c5P7qsP0n { width:14.8125rem;height:2.4388375rem;top:14.8125rem;left:2.5625rem;font-size:0.9375rem;z-index:15126;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #fkcATyucGSIpOQZDKdoX89Go5C6T6tJk { top:36rem;left:0rem;width:20rem;height:0.062255875rem;z-index:15112;display:block; }
 }@media only screen and (max-width: 763px) { #AgWFiMgzFmfiC8w6T6khVTLq3BUIdZPR { top:42.87366104126rem;left:0rem;width:19.999rem;height:0.061677625rem;z-index:15113;display:block; }
 }@media only screen and (max-width: 763px) { #SimFVKBDm7PznLnMcUAhBcOBlBqoDRGE { top:56.625rem;left:0rem;width:20rem;height:0.062255875rem;z-index:15114;display:block; }
 }@media only screen and (max-width: 763px) { #LzPikDwcHRG9mlrCxqud1OVxP0TtQEUt { top:17.875rem;left:14.4375rem;width:1.125rem;height:0.875rem;z-index:15115;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Ok9x4IMbgAmoBo2XBlSkpL6WA8TIEZQx { top:16.375rem;left:16.3125rem;width:1.12426875rem;height:0.9375rem;z-index:15117;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #kUML0u9GpfGlnzLmZoIeT6nheh5AsA7o { top:23.125rem;left:14.4375rem;width:1.12426875rem;height:0.875rem;z-index:15119;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #l1AdsIEuR7TnBgTAwgTHrofAmHM5TER5 { top:40.9375rem;left:4.4375rem;width:1.125rem;height:0.875rem;z-index:15119;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ADfx2hrnH4p0ZgUc0A43zeBTU3nsOnrA { top:40.9375rem;left:14.4375rem;width:1.124025rem;height:0.875rem;z-index:15120;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #A10LT5T9qyHCaZi0VqT1tDLUlNkmAWCL { top:53.875rem;left:4.4375rem;width:1.125rem;height:0.875rem;z-index:15120;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #J8JFZwCm1NQx4wqMO28br7RxB9BZWIDA { top:53.875rem;left:14.4375rem;width:1.124025rem;height:0.875rem;z-index:15121;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RM4VqdZtcOhNMsAJurSkCEP6R0nUsu1C { top:34.5rem;left:16.3125rem;width:1.12426875rem;height:0.9375rem;z-index:15125;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #Am7wJx81MiasNV8H3St328igdN4TsprW { top:65.625rem;left:14.4375rem;width:1.12426875rem;height:0.875rem;z-index:15126;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #P3Ci5sVQiBBvLGtlTf04lL1MqErI68Qw { top:65.625rem;left:4.4375rem;width:1.12426875rem;height:0.875rem;z-index:15128;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rbi25NM2w7yZLyaiWdFKz4QIODdOtX6v { width:15.3125rem;height:0;top:7.375rem;left:5.8515625rem;font-size:0.75rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #vghXafHw6ZNyL0IGLadk851Jtp9M61Mk { width:11.9375rem;height:0.975275rem;top:64rem;left:4rem;font-size:0.75rem;z-index:15045;text-align:center;text-align-last:center;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #ad4X7ixHp8r1QxDgKkaXZwoT3t2DhRND { width:11.4360625rem;height:0.975275rem;top:81.618782997131rem;left:8.5629112124444rem;font-size:0.75rem;z-index:15016;text-align:right;text-align-last:right;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #sKytgET46RHN7vUsnBXKcQ5uFalKea36 { width:20rem;height:7.3165rem;top:25.5rem;left:0rem;font-size:0.9375rem;z-index:15120;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #UPRocLL2QVFAtII3wkqRCTnFEmRJBn5x { top:33.5rem;left:4.3125rem;width:1.124025rem;height:0.875rem;z-index:15120;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KmcVOWP7tPwiiVmDB742uXfGtBcEtfCf { top:33.5rem;left:14.3125rem;width:1.124025rem;height:0.875rem;z-index:15121;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #WtCZNmXUuDv5zZbxW1Ed85BH0UUDMlTt { width:2.8125rem;height:1.381325rem;top:1.5622425079346rem;left:1.9993831515312rem;font-size:1.0625rem;z-index:15094;font-family:"source sans pro";text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HxDxTRTtI0W4NpKAOS76qv47kbmCTcqr { width:2.4375rem;height:1.21941875rem;top:1.686882019043rem;left:4.8121401667595rem;font-size:0.9375rem;z-index:15095;font-family:"source sans pro";text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IaladR8ZECvr3vTDbXZDWk02and7gqm2 { width:2.8125rem;height:1.381325rem;top:1.6239204406738rem;left:12.374075114727rem;font-size:1.0625rem;z-index:15096;font-family:"source sans pro";text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bKdmxb5w4TK2MURCLr7Z0fPCAeLJJk7d { width:2.4375rem;height:1.21941875rem;top:1.7498455047607rem;left:15.186831653118rem;font-size:0.9375rem;z-index:15097;font-family:"source sans pro";text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Nf7f7iPKkGp4LppNauFOZ5ydOsQLnQJZ { width:6.375rem;height:1.875rem;top:3.1298828125rem;left:1.8117803931236rem;z-index:15133;display:block; }
 }@media only screen and (max-width: 763px) { #hWyMZ3tgTmIcHu8gHD1Sl3I7lC4E7FCX { display:block; }
 }@media only screen and (max-width: 763px) { #NFEETsQHNz9f7o7dL9NMLlSlqNUqxFZG { width:6.375rem;height:1.875rem;top:3.1298828125rem;left:11.811266124249rem;z-index:15134;display:block; }
 }@media only screen and (max-width: 763px) { #KzFUgv3dwAnmf3CCbCmAKXC6gkbaEnbn { display:block; }
 }@media only screen and (max-width: 763px) { #Aq8e8NtibsgT8yPCuPJuCdb8q1IDXSAl { width:19.7480625rem;height:3.65825625rem;top:44.3125rem;left:0.125rem;font-size:0.9375rem;z-index:15121;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #xQdmKwEDIgSDfr1c4uNfTDssxlnBt4rx { top:48.625rem;left:4.4375rem;width:1.125rem;height:0.875rem;z-index:15120;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ehGpGsyxuoTC14rQZotphIaUu4PkrPyQ { top:48.625rem;left:14.4375rem;width:1.124025rem;height:0.875rem;z-index:15121;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #o8bGKyvpCJk3mO3kMwMqM9s4yLTZ7Ana { top:51.375rem;left:0rem;width:20rem;height:0.0615234375rem;z-index:15115;display:block; }
 }@media only screen and (max-width: 763px) { #bUwkUWmGdnR78D0rFztOSnReSzA2hBeJ { width:13.25rem;height:1.21941875rem;top:57.25rem;left:3.375rem;font-size:0.9375rem;z-index:15124;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #DwzAG9vAE8T7SmQXd4zRcdfPfO2RETdL { top:59.125rem;left:4.4375rem;width:1.124025rem;height:0.875rem;z-index:15129;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XThU3yMT88qS0xBTaTqlf6SQVzsCkFUL { top:59.125rem;left:14.4375rem;width:1.124025rem;height:0.875rem;z-index:15125;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xkRgTMKZTq0Fh6Tua268eyQo6TzOM4lQ { top:61.875rem;left:0rem;width:20rem;height:0.0615234375rem;z-index:15116;display:block; }
 }@media only screen and (max-width: 763px) { #Hwpl2FoZVToNG5TCNFcQT8mqucpo5CBs { top:24.811110019684rem;left:0rem;width:19.999rem;height:0.0603926875rem;z-index:15114;display:block; }
 }@media only screen and (max-width: 763px) { #x5Uq7GwuB21GGrmRQbg8EffKTD2o5oEZ { top:73.059722900387rem;left:0rem;width:19.999rem;height:0.0603926875rem;z-index:15117;display:block; }
 }@media only screen and (max-width: 763px) { #x1lH0oL7w4ZR2IdgrTPQ96NmCKCVuWAq { width:18.7495625rem;height:1.21941875rem;top:68.375rem;left:0.625rem;font-size:0.9375rem;z-index:15125;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #vMkPVtVtVpEJuCAo6C8yQqkC7ZIXfSTp { top:71.3125rem;left:14.4375rem;width:1.1232625rem;height:0.8748375rem;z-index:15127;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #oHJLR1sP97PoXoe9CCMmixRiORUhAvIu { top:11.4375rem;left:4.4375rem;width:1.12433125rem;height:0.8748375rem;z-index:15116;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GO25MkHLylep5Nc5R6RA7ZJ2meogsaDF { top:18.75rem;left:4.4375rem;width:1.1232625rem;height:0.8748375rem;z-index:15117;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #WoRUU6TTfkTs2Zc1X4HLyAf40SLooF35 { top:23.125rem;left:4.4375rem;width:1.1232625rem;height:0.8748375rem;z-index:15118;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LdOiGWIBL8fULlyCCtC69Cl20T2Wxs29 { top:71.6875rem;left:4.4375rem;width:1.12305rem;height:0.123355rem;z-index:15139;background-color:#63666a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #iebBLkNL0TJKIs9WPBfVisEdi5V9VRyE { width:18.7486875rem;height:1.21941875rem;top:73.9375rem;left:0.625rem;font-size:0.9375rem;z-index:15126;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #vHXJh19pA1eIhkaV1elInbTIKJM52A1V { top:77.5625rem;left:4.4375rem;width:1.12305rem;height:0.123355rem;z-index:15140;background-color:#63666a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #BHiIbUDV81Q0yo9dNKMTGH2kyc9Lift8 { top:76.75rem;left:14.4375rem;width:1.12305rem;height:0.87376875rem;z-index:15128;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HdBVqM9dzIaMSN1wczk57TzlfzrTiPNa { top:5.3042240142822rem;left:10.955489337444rem;width:8.5603125rem;height:3.6556875rem;z-index:15141;color:#63666a;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uU8m8pos85BTBUwu0NyQcHgQtW9rWUGX { top:67.68477630615rem;left:0rem;width:19.999rem;height:0.0603926875rem;z-index:15118;display:block; }
 }@media only screen and (max-width: 763px) { #QvpIoh4cMJdB9X3yA3xgt0awlu8xVrqp { background-color:#000000;background-image:url("https://images.assets-landingi.com/0VyEJZwe/Chylka_S04_1200x410_Central.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:1.0625rem solid #00dcff;border-left:1.0625rem solid #00dcff;border-right:1.0625rem solid #00dcff;border-bottom:0.1875rem solid #00dcff;display:none; }#QvpIoh4cMJdB9X3yA3xgt0awlu8xVrqp.adaptive-delivery-prevent-bg, #QvpIoh4cMJdB9X3yA3xgt0awlu8xVrqp.lazyload, #QvpIoh4cMJdB9X3yA3xgt0awlu8xVrqp.lazyloading { background-image: none; }#QvpIoh4cMJdB9X3yA3xgt0awlu8xVrqp > .row .container { border-width: 0; border-radius: 0; }#QvpIoh4cMJdB9X3yA3xgt0awlu8xVrqp > .row .container { width:20rem;height:428.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Or52PNETOFQFtzWgusge2MLSGeVpia9q { width:2.125rem;height:1.25rem;top:13.4375rem;left:8.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #LMfoft0HFaNOureUdMumMhiZ7iM6NVr8 { width:8.125rem;height:0;top:46.8564453125rem;left:5.9375rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AIeSTvcTHb2FuBILPpKJoDrZFLhTod4z { width:10.8125rem;height:2.6875rem;top:49.7939453125rem;left:4.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #z1zZXMaeTtIHiu3e2qQkLKC12eCMdWea { display:block; }
 }@media only screen and (max-width: 763px) { #w6wexfxTQQCfwPzQqTxPw2LJtKrQmzSU { width:2.686525rem;height:0;top:31.375rem;left:10.9375rem;text-align:center;text-align-last:center;font-size:1.625rem;z-index:15077;display:none; }
 }@media only screen and (max-width: 763px) { #S0mybXhW2CGNz2HEG8q0AHCJn9BoWI57 { width:1.875rem;height:0;top:31.9375rem;left:13.4375rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15079;display:none; }
 }@media only screen and (max-width: 763px) { #IwDd4bmTS6esq4GPklJk1IpZJZCODJFb { width:4.375rem;height:0;top:19rem;left:7.8125rem;text-align:center;text-align-last:center;font-size:1.625rem;z-index:15073;display:none; }
 }@media only screen and (max-width: 763px) { #lKOTN1CKyrB6fQgT8KUGRFLUtQ1qgQF2 { width:11.875rem;height:3.125rem;top:22.6875rem;left:4.0625rem;font-size:0.75rem;z-index:15054;color:#121a21;display:none; }
 }@media only screen and (max-width: 763px) { #Z3WCUbQ8lVc1pbG4KH82OtyzP8DBXJqB { display:block; }
 }@media only screen and (max-width: 763px) { #XTNJbcyvSDOuNDTB0EXePoDCCH9nCKSB { width:2.686525rem;height:0;top:23.897216796875rem;left:4.6875rem;text-align:center;text-align-last:center;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #douXRJTSWp8oVfPih5GLPdViQbH7Zw9V { width:1.875rem;height:0;top:24.584716796875rem;left:7.3125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ks7Bpeg5piHpWTXeEHqcdqsdNc7m3pJw { width:4.375rem;height:0;top:26.147216796875rem;left:6.4375rem;text-align:center;text-align-last:center;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rz24r7kc5faiGqn0VLTFRqvTFucGBXgQ { width:11.875rem;height:3.125rem;top:29.022216796875rem;left:2.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #l89HxqrKtpFhuCSBDzca9E0cfk4TwHyf { display:block; }
 }@media only screen and (max-width: 763px) { #h5mDfZcCDxEgXSfULzOIKgzBAMyaKT7l { top:11.600341796875rem;left:0.93701171875rem;width:12.6875rem;height:1.171875rem;z-index:15084;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIr5AXcnygD1JoRxuDpqNG2KTyRHlsJi { width:20rem;height:41.4375rem;top:14.022216796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rz0XLX8LLl8CF5hduRIDulFeoCNW22eX { width:19.875rem;height:41.25rem;top:56.771466796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wnl7F77uGhH3dWnHZu3qV1NIIOcqT0q2 { width:13.125rem;height:1.5625rem;top:15.709228515625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e58qhxTqTURJ7c689WCH5penenKI5Jc8 { width:13.93675rem;height:1.5625rem;top:15.771484375rem;left:6.06325rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMQRvbOdTV8LerrV48oBnoUQdUWCa2TM { width:17.937rem;height:1.29980625rem;top:21.522216796875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gc6dFLMuEb26M2UxpWQXhmZOrkW3zEJf { width:17.87475rem;height:3.8994125rem;top:23.958740234375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHXxtZIvnEHGWlJDpKWwmefN7ttpTfgA { width:17.87475rem;height:1.29980625rem;top:30.771484375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKrCkroThu2wA0PpzPW1rJDnqNJta8Hn { width:17.87475rem;height:2.5rem;top:36.147216796875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5kgVhdtpCmwb6bI3hSnIp2AUPCUsb4u { width:17.87475rem;height:1.25rem;top:40.272216796875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QENSV04Q8J9Gd4483XhELkHvON5CUzbn { width:17.87475rem;height:1.25rem;top:43.021240234375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXKSwWuS2q2pp6q6lEGo8rpltMyWbXI7 { width:20rem;height:0;top:26.834716796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUB6dSL6y3HEXu6Wrra7DCm8o58ckfgI { width:20rem;height:0;top:29.459228515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBfvWAso8wDp2dIgg6nHX5ZdI2sra2kO { width:20rem;height:0;top:35.272216796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhObADHMLgaF0rL4hOkl5sxzzt68a3TU { width:20rem;height:0;top:39.39697265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDabMfvWLUvpt3xbyn9Efy2bN1uzLFpe { width:20rem;height:0;top:45.084228515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e44QfGiM0WkJrdKBMJIt6WVWNwMl6RZh { width:20rem;height:0;top:23.14697265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1DPXFdnHRsZK98m1kSLftCKS7iwF2V6 { width:1.43676875rem;height:2.578125rem;top:99.974365234375rem;left:9.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTopNodAPVpgASM092ufNpOn7Cu3RP1s { width:1.25rem;height:1.484375rem;top:109.50561523438rem;left:9.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #drh9bAcIRclmPxQEqDxO5UUacnSaVFF9 { width:0.81176875rem;height:2.578125rem;top:112.23999023438rem;left:9.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Er6qfXXs7JgogkXWRNUaAATc7FzylwSL { width:6.687rem;height:1.015625rem;top:116.06811523438rem;left:6.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rocOTzHCsVTH18T06rx1n3g2ShIXWGku { width:13.93675rem;height:1.640625rem;top:103.80249023438rem;left:3rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAARNkX9yH8zcnPqbti33IUwvGSkrS5K { width:1.125rem;height:0.9375rem;top:176.92627070312rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jih0h6T2opFoch08heE4b0zlTyx74HWh { width:1.0625rem;height:0.88599256183188rem;top:187.76880820312rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpeaM0OuSpXPT3c85hb9KFMfa9WL5l29 { width:1.0625rem;height:0.88599256183188rem;top:194.23634570313rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #plWfTGspVrr6csTwBZxq7Rs5aIeLvQIl { width:1.0625rem;height:0.88599256183188rem;top:189.96632070313rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9J228ThVIxfb0NffhN6Fsv9rwsBF13V { width:1.0625rem;height:0.88599256183188rem;top:192.10133320312rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvQr0HGsHsIOQJ4c10zEgkfwSuyBS5nO { top:229.10649570313rem;left:9.375rem;width:1.25rem;height:0.062255875rem;z-index:15137;background-color:#63666a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #r1TqATdPPSA6cVpx8gzMGMZ5TeIo07L7 { top:249.32403320312rem;left:9.375rem;width:1.25rem;height:0.062255875rem;z-index:15137;background-color:#63666a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #At84Wth4MthfuZrWvk8aCbZyTyNWvkaF { width:1.0625rem;height:0.88599256183188rem;top:202.68385820312rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxgCmdzmwtvgziH0btgxahbypyLFSQ8Q { width:20rem;height:1.29980625rem;top:198.93385820312rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeMLmvOtAaBtNtU8dWRalZ27GbicXsCD { width:1.0625rem;height:0.88599256183188rem;top:222.51395820312rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hi33TZBQPZiFuLB2TyxiC7IDXbgs5mUO { width:1.0625rem;height:0.88599256183188rem;top:242.85649570313rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kh0IxcbNJOGOSe2slXhF04PH5RA8gnxg { width:1.0625rem;height:0.88599256183188rem;top:207.38137070312rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSDLAJ7LuRbkKEbiFH3yNoZPiXKTvcNT { width:1.0625rem;height:0.88599256183188rem;top:211.71389570312rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #brvLcmd0tDxaTtCInRVa6Bsdh0H6UTb0 { width:1.0625rem;height:0.88599256183188rem;top:224.71147070313rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NheUKNfO1XITLKV4l6CwuLvAevpbGK8x { width:1.0625rem;height:0.88599256183188rem;top:244.99150820312rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwdc8rmFPTz8xCTdTxTu67pEJIVGxDOp { width:11.9375rem;height:0.8125rem;top:266.13653320312rem;left:4rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBfklxGTBW1wxH7hBvOaSZEZVzq5B6XB { width:17.9375rem;height:0;top:268.32403320312rem;left:1rem;font-size:0.625rem;z-index:15015;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #bVuD0tOPLyuI7E7fb0Ay2TGC4P901TSU { width:17.875rem;height:9.1rem;top:270.69903320312rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZ9ehv7XUGDTm3NKpVpE82TGoBVaSLNT { width:1.0625rem;height:0.9375rem;top:273.19903320312rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7TLeg6NTzHGtVwlXk8xTlLFMHICuKqF { width:1.0625rem;height:0.9375rem;top:275.38653320312rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pmoi2Scx1oiCrggRJiXTRCeU07FyK54G { width:20rem;height:0;top:282.26153320312rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #naMwe9uJ0CB1ZL9xJ58U3HLcHkdgoDP0 { width:19.875rem;height:47.8125rem;top:290.23520195312rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdxPKguTv7Us4B8exERbxaE0aK4CfVpR { width:2.4375rem;height:0;top:343.67270195312rem;left:8.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhpU1XTORTd2hyEgUvDf7zFGk0uqW335 { width:1.25rem;height:0;top:347.36020195312rem;left:9.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C80hGQ7323pWc9CdLKvXUX3SfDRawmNp { width:0.8125rem;height:0;top:349.79770195312rem;left:9.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vra5w0czHmhPk3WNS6s2tpbwIPDADa5K { width:3.4375rem;height:0;top:353.04770195312rem;left:8.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7qX09ioxwo9A1rGwHMWW4JU4HiTiTod { width:6.375rem;height:2.625rem;top:376.17270195312rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWX0OEQ4T60zthZPOQO4U6PrfhTGL3Fx { display:block; }
 }@media only screen and (max-width: 763px) { #EVrxLyT9vPAXnWtznMAWNFTwsARKMClZ { width:6.375rem;height:2.625rem;top:380.04770195312rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEX6m79VR017ThKhz8v4KUsVXX51kT2I { display:block; }
 }@media only screen and (max-width: 763px) { #EGCwVtV6tlB9wtaKdEG5aIztrSXebO8I { width:20rem;height:3.8994125rem;top:385.23520195312rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5NnNkJMOT1zIRHUfScfgaXTQgRdrqdG { width:20rem;height:0;top:383.92270195312rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaHvB5X1IFiM4TOZ6HmeLaaIgy7BciZl { width:1.0625rem;height:0.88574375rem;top:391.98520195312rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kd3kGzVX2abImxKaE7Gknz8r6qvpbxtT { width:1.0625rem;height:0.88574375rem;top:394.12094570313rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4NTl3fiIKGNzkZQrPVuybClxGMCkOgA { top:-1.0625rem;left:-0.3125rem;width:20rem;height:0.0615234375rem;z-index:15113;display:block; }
 }@media only screen and (max-width: 763px) { #evPs3JI8wgO7KoF67coMxGoyCxBqsfqi { width:1.0625rem;height:0.88626009893057rem;top:396.25648945313rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWNkT8CwFP4BCCoA4AkarbnXvXdCaH2J { width:20rem;height:0;top:402.66312070313rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPaQE3fJf0cZTUUJVOVCBOUxq7L4oV6E { width:20rem;height:1.29994375rem;top:406.75413549194rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Divh8Ql43TBNPgZ4pOnm9BnsUSWFT8XE { width:1.0625rem;height:0.88626009893057rem;top:404.61859174194rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnTuJw64b0R6TzgTqsbn8ZeQJOUX7Oob { width:1.0625rem;height:0.88626009893057rem;top:398.39203320312rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mu3TCqyklgIBmd0wiDBMMRninfKy6SCA { width:1.0625rem;height:0.88626009893057rem;top:400.52757695312rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXnMRhux9ZH7zWZMSXBeVduHBrTswQ4f { width:1.0625rem;height:0.88626009893057rem;top:409.30407924194rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGxT06lRwHfdJe6W79r2XaVxb3LPXMoT { width:1.0625rem;height:0.88626009893057rem;top:411.43962299194rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBKZ4LfeTp3oHtww0Xgv8ZV8C9eG389w { width:1.0625rem;height:0.88626009893057rem;top:413.57516674194rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXctav1i831B2Smpg592hFQLopJTrT1y { width:20rem;height:0;top:415.71071049194rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEbKpygASiv7KZuh8N1IlTiTAv6laC76 { width:1.0625rem;height:0.88599256183188rem;top:408.52007675171rem;left:14.374314546585rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOSTPq2MncJ6CFFZck5rSnQ6GPg4UM1u { width:1.0625rem;height:0.88626009893057rem;top:417.20874592285rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiCsq2k6T8rbT7cKvQIAchSdcqNb1GBt { top:68.309048175813rem;left:4.4362919926643rem;width:1.12433125rem;height:0.124211875rem;z-index:15138;background-color:#63666a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #T5r8vg9MAxSqSbN0nRwzy4omncX9uOo3 { width:20rem;height:0;top:419.34407717285rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTVKFifIFT3bC9aCtALUJoi2ys4JobDy { width:20rem;height:1.2990875rem;top:422.97766129151rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARdQ7RshXd00TuGhFa4IcreeK43fSg49 { top:421.19184023437rem;left:18.8125rem;width:1.1875rem;height:0.1875rem;z-index:15138;background-color:#63666a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #qsTZgGcLtsCZ9K4UerEah4U2a3Tly3FO { width:1.0625rem;height:0.88622675136904rem;top:420.84233004151rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8ublHPUbD9gbWtI4uN9MOBpzP3dX214 { width:19.25rem;height:1.462275rem;top:425.52674879151rem;left:0.375rem;font-size:0.5625rem;display:block; }
 }