.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,233,255;--color-secondary-1:158,190,255;--color-secondary-2:93,146,255;--color-secondary-3:56,88,153;--color-secondary-4:40,46,56;--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); }#zFiTyp5BWEbiC7tszeVsEQ7krZIolsAp { background-color:transparent;background-image: -webkit-linear-gradient(360deg, rgba(var(--color-secondary-4),1), rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(360deg, rgba(var(--color-secondary-4),1), rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(360deg, rgba(var(--color-secondary-4),1), rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(360deg, rgba(var(--color-secondary-4),1), rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(360deg, rgba(var(--color-secondary-4),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; }
#g67iVOCbnTkuI4Zz0sHTrWgNPLyS7uF4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#111a21;background-image:url("https://images.assets-landingi.com/uc/fbafd32e-28cc-44f8-bc5d-af1a0cfe5149/VECTRA960x2601.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#g67iVOCbnTkuI4Zz0sHTrWgNPLyS7uF4.adaptive-delivery-prevent-bg, #g67iVOCbnTkuI4Zz0sHTrWgNPLyS7uF4.lazyload, #g67iVOCbnTkuI4Zz0sHTrWgNPLyS7uF4.lazyloading { background-image: none; }#g67iVOCbnTkuI4Zz0sHTrWgNPLyS7uF4 > .row .container { background-color: transparent; background-image: none; }#g67iVOCbnTkuI4Zz0sHTrWgNPLyS7uF4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g67iVOCbnTkuI4Zz0sHTrWgNPLyS7uF4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g67iVOCbnTkuI4Zz0sHTrWgNPLyS7uF4 > .row .container > .video-iframe-container { display: none; }#g67iVOCbnTkuI4Zz0sHTrWgNPLyS7uF4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g67iVOCbnTkuI4Zz0sHTrWgNPLyS7uF4 > .row > .video-iframe-container { display: none; }#g67iVOCbnTkuI4Zz0sHTrWgNPLyS7uF4 > .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); }#g67iVOCbnTkuI4Zz0sHTrWgNPLyS7uF4 > .row .container { border-width: 0; border-radius: 0; }#g67iVOCbnTkuI4Zz0sHTrWgNPLyS7uF4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g67iVOCbnTkuI4Zz0sHTrWgNPLyS7uF4 > .row .container { font-size:0.875rem;font-family:"open sans";height:4.375rem;width:75rem;position:relative;display:block; }#qg5yGRC4saZchSNg61XNOgPBwT2BnMLu { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f6f7f8;background-image:url("https://images.assets-landingi.com/uc/04276678-be51-4210-af1d-61e48b80ab75/BannerVectradesktop900x200.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qg5yGRC4saZchSNg61XNOgPBwT2BnMLu.adaptive-delivery-prevent-bg, #qg5yGRC4saZchSNg61XNOgPBwT2BnMLu.lazyload, #qg5yGRC4saZchSNg61XNOgPBwT2BnMLu.lazyloading { background-image: none; }#qg5yGRC4saZchSNg61XNOgPBwT2BnMLu > .row .container { background-color: transparent; background-image: none; }#qg5yGRC4saZchSNg61XNOgPBwT2BnMLu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qg5yGRC4saZchSNg61XNOgPBwT2BnMLu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qg5yGRC4saZchSNg61XNOgPBwT2BnMLu > .row .container > .video-iframe-container { display: none; }#qg5yGRC4saZchSNg61XNOgPBwT2BnMLu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qg5yGRC4saZchSNg61XNOgPBwT2BnMLu > .row > .video-iframe-container { display: none; }#qg5yGRC4saZchSNg61XNOgPBwT2BnMLu > .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); }#qg5yGRC4saZchSNg61XNOgPBwT2BnMLu > .row .container { border-width: 0; border-radius: 0; }#qg5yGRC4saZchSNg61XNOgPBwT2BnMLu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qg5yGRC4saZchSNg61XNOgPBwT2BnMLu > .row .container { font-size:0.875rem;font-family:"open sans";height:13.0625rem;width:75rem;position:relative;display:block; }#TGBzVfwkfOHheElvveCU2NzZIc8zDMPb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f7f8;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; }#TGBzVfwkfOHheElvveCU2NzZIc8zDMPb > .row .container { background-color: transparent; background-image: none; }#TGBzVfwkfOHheElvveCU2NzZIc8zDMPb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGBzVfwkfOHheElvveCU2NzZIc8zDMPb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGBzVfwkfOHheElvveCU2NzZIc8zDMPb > .row .container > .video-iframe-container { display: none; }#TGBzVfwkfOHheElvveCU2NzZIc8zDMPb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGBzVfwkfOHheElvveCU2NzZIc8zDMPb > .row > .video-iframe-container { display: none; }#TGBzVfwkfOHheElvveCU2NzZIc8zDMPb > .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); }#TGBzVfwkfOHheElvveCU2NzZIc8zDMPb > .row .container { border-width: 0; border-radius: 0; }#TGBzVfwkfOHheElvveCU2NzZIc8zDMPb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TGBzVfwkfOHheElvveCU2NzZIc8zDMPb > .row .container { font-size:0.875rem;font-family:"open sans";height:4.625rem;width:75rem;position:relative;display:block; }#Edy4XNO8ZqsJSM42T6D4KnBAIyEq1k1S { position:absolute;display:block;z-index:15087;background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:3.25rem;width:19.625rem;top:0rem;left:27.5rem;display:block; }
#QuBkn5W3f5O4HBRDiK9lDUuQkkUTfZ7E { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.625rem;text-decoration:none;z-index:15088;text-align:center;text-align-last:center;top:0rem;left:27.5rem;display:block; }
#XHvHOOsDMC4i4GpNvUvn9kEtXA9kkygn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vehqPfq6fVE8gBknUSRLehEBxsclnuE6 { color:rgba(var(--color-primary-2),1);display:block;width:11.125rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:700;z-index:15085;line-height:1.3;letter-spacing:0;top:0.9375rem;left:30.9375rem;height:1.7875rem;font-style:normal;display:block; }
#auNGAgPdtq7SV0LcZfVRfTiC9R3NTleq { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15086;opacity:1;top:0.875rem;left:42.125rem; }
#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:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:7.5rem;left:24.125rem;display:none; }
#wAv2mxaq6TblNldSmDXHmiFDx4izBBOT { color:rgba(var(--color-tertiary-4),1);display:block;width:6.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.375rem;top:9.375rem;left:7.6875rem;display:none; }
#kMMdidU46prgQTSbGBEqMoTZlNdro9ri { color:rgba(var(--color-tertiary-4),1);display:block;width:7.0625rem;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.25rem;top:7.5rem;left:24.125rem;display:none; }
#LG1xEWVTxUDD2h6F1e6hbT81Lc89AnF8 { color:rgba(var(--color-tertiary-4),1);display:block;width:6.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.375rem;top:9.375rem;left:7.6875rem;display:none; }
#Lg7XoHEM24fSEkR9pc7splJqL8TkIOTz { color:rgba(var(--color-tertiary-4),1);display:block;width:3.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:2.4375rem;top:5.5625rem;left:15.875rem;display:none; }
#WDTUmA9tItAAuA7feZTndATLyUEufk1z { color:rgba(var(--color-tertiary-4),1);display:block;width:2.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:8.5rem;left:5.4375rem;display:none; }
#lVuh8ONxGtbnCHkb9b1R9lwn0ZnAlbzS { color:rgba(var(--color-tertiary-4),1);display:block;width:6.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.375rem;top:13.0625rem;left:5.5625rem;display:none; }
#TF67MUkOEGERmJfK4ymbZoNu8lpSETPl { color:rgba(var(--color-tertiary-4),1);display:block;width:2.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:8.5rem;left:10.9375rem;display:none; }
#mKiWySmwwVWbvDvaUlHampoKFTzagmUB { color:rgba(var(--color-tertiary-4),1);display:block;width:6.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.375rem;top:13.0625rem;left:5.5625rem;display:none; }
#rzuUBVdifbvDmu7OUg0T3JS9fuKPCqVs { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:7.75rem;top:13.1875rem;left:9.6875rem;display:none; }
#nlXuQ4VmInoQzRWRSwMGPIIDCFRXPqT1 { 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; }#nlXuQ4VmInoQzRWRSwMGPIIDCFRXPqT1 > .row .container { border-width: 0; border-radius: 0; }#nlXuQ4VmInoQzRWRSwMGPIIDCFRXPqT1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nlXuQ4VmInoQzRWRSwMGPIIDCFRXPqT1 > .row .container { font-size:0.875rem;font-family:arial;height:44.9375rem;width:75rem;position:relative;display:none; }#RnPUfRfO3tXmwG1SSKmCyXPT68TMi88Q { 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; }
#rIIPa2FKqwt1rCaQiK8ZqIu702NLWynH { 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; }
#HJGpEafP8MAfVDJ8C7qgf01TAXWtA792 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I1webB1gyALeJ5cnR3n1Nwa3kuTm8fRm { 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; }
#Xtsq7p5muaEU6Ipi20Qv5Vn8yWKWg6wi { 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; }
#wTEh0TfAiNZTKuTA2DiK1EeAnUDOolao { 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; }
#ZDwxe9PcCtDRnHcFGJKOUqbnEaiS7axf { 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; }
#wwcwNytmuUSMdoMDQtPKK3PSKF0xoZFT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OQi0H7kKTp5TU4llBmAHXB48Nl2my2uW { 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; }
#MTQBUQbTORRBizcnp34glSE45D2TVQU8 { 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; }
#f4L1miDCDDwyGu3izRotdiUCTrE7O41O { 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; }
#iIrV131bFpc3egON0uTsmeFoTZZhrl3l { 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; }
#DCO79cOC2aAZAH4ML5ESUo3ErKHzGXgy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IA1MhTvQDbPXCs8fp0maTSWETHD8EUFt { 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; }
#KaLou9nckrRGdGT701zs1DIaoGPKqyzF { 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; }
#dqLPDQ0lE54Vs2MTcvD2ssotHTtvmALh { 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; }
#ERVRIwC7igOxUScMxy4qBJUIG5PvrXiM { 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; }
#EncIENgtMULOSTvrBpqQxqGCEoZK7NyG { 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:46.0625rem;left:0.875rem;display:none; }
#A5duwsDFxZ3ZSfCN3My1iXqvCzoy2KnV { 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; }
#UQsA9RoQpE7wGhRAETOFQ6EM60JBEWRB { 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; }
#VH4ixn8e6kTC4EEzvxPn1BSoQBF9sch2 { 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; }
#HvXRHhINicT2P5ThPhgeaOOfW2cvxzoP { 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; }
#NPvbOMKWtNe0IsHT3kJMwCTAKVHtBDbZ { 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; }
#CwtBWznO3TFxAbMlG83vU00HT2QrSDVX { 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; }
#y3OcDPkF9lWkqvA80xZThUycOIveStMz { 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; }
#qqWFv0zTImKXWxmXZTQdwfxcTNfQUv8b { 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; }
#cA9S3zux4TZJOXBNwgMJm9Zpzn6udTBe { 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; }
#We0Acd8dxXF5tFssar3iH7sD3S3QzKqt { 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; }
#r9Wv1tEAUGa50F2mA4LcZkbUaaid60ca { 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; }
#kAbTptZ1QQkGSfTAALezO4yP7rNbkZzT { 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; }
#snhfIIrdPTfSriOWVJgJQU2uh8pltx51 { 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; }
#oLynapDem7c6skOuMS2kLH8IGCOliWiG { 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; }
#GRzQrmrTaPNpTJe8pSd1bF4JRNJdiDyF { 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; }
#SrfB05M6V5PGTbX4NT4zF6QQnWOgB07B { 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; }
#TOJziXzXGiMf4rdi8TZfCnMTvtQZxNeq { 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; }
#oAkkb2ODGqeiMktHIgKfhn4FTvZXJEyg { 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:19.625rem;left:0rem;display:none; }
#AiDnKalH5uAdOi2IHFhfWGoZgAvFv7V1 { 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; }
#q1NmQgDmmTv2FrgVvxKUDFf2h90A2fhH { 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:38.375rem;left:0.125rem;display:none; }
#T9VVCcJdQRmEB4x7rtaqHUvgNoifLJzr { 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; }
#uq6OdeIz8P5AlDGC4PXBAzQq7PrbRQ16 { 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; }
#LmCLstJaSK44XIfdhW6NRyfFHcFxQqUd { 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; }
#TUbvgCCEFGkggit8mWkPnoxiwZzf3MEi { 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; }
#yUII1J526ialnzuTfWQMKoLeEmVRfq2c { 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; }
#cUzP5AO4UzVzf8x7Nfxw1sS8TB2UZ3rd { 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; }
#gEppsSvzmvCMmral3AtOW2dHSs30PTsP { 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; }
#P3lAV6tDdx1EMckkslMHo35GpsCxCcSE { 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; }
#NpZB7uAGHWLLXuNN5TcCB2mTVwSsxCLH { 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; }
#iEiR6v6UEuuBLHtaLthqOA5q7xX2nb7c { 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; }
#iwTTqBGCWVOU1iQv1l98u2akz0vlIsUe { 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; }
#JWuTTw4rkCoBlt1TG70XaWm8fTAg2G27 { 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; }
#gMkgDczPMdIym5EM7z8ff21NumEkUKim { 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; }
#MmEEltcobkFKiFpUlCVbGxT2nEKi9TC8 { 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; }
#eRU3gTC9yN6zyTGakQZPDS124Ohk4wV8 { 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; }
#FwIueTsxaIdwrxQpVg0xtxmeIhITpiwb { 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; }
#Dot3NZP0lSUf8SWAfirNicEEiHhtsfy9 { 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; }
#zgJdclWyTNBGoGqPcSOMrPU7LC5u0oZS { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;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:62.625rem;left:1.25rem;display:none; }
#MwzcaXDOW7moGsgxe0KRfO34Hotl7OgX { 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; }
#c2qQp7FGasEiXA5TfcCJypTo6mphzpbJ { 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; }
#aViM6VMmM4GCTA6OrQ7gl4Z0G1fvZ5qt { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;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:68.375rem;left:1.25rem;display:none; }
#SfTSrxqCpInRoBBRrGik08Fp4DRdEScZ { 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; }
#TC8Mp1ES5Pkw1x5iu1yX36nEe021rDZN { 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; }
#JvHSOQp5mz7GtEPLEBdWdJBMBpqxyck6 { 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:3.859375rem;left:2.375rem;height:2.03125rem;font-style:normal;display:none; }
#lDEnnV5FrE0TXwzNlAUyzhpDFFk8orXe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f7f8;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; }#lDEnnV5FrE0TXwzNlAUyzhpDFFk8orXe > .row .container { background-color: transparent; background-image: none; }#lDEnnV5FrE0TXwzNlAUyzhpDFFk8orXe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lDEnnV5FrE0TXwzNlAUyzhpDFFk8orXe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lDEnnV5FrE0TXwzNlAUyzhpDFFk8orXe > .row .container > .video-iframe-container { display: none; }#lDEnnV5FrE0TXwzNlAUyzhpDFFk8orXe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lDEnnV5FrE0TXwzNlAUyzhpDFFk8orXe > .row > .video-iframe-container { display: none; }#lDEnnV5FrE0TXwzNlAUyzhpDFFk8orXe > .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); }#lDEnnV5FrE0TXwzNlAUyzhpDFFk8orXe > .row .container { border-width: 0; border-radius: 0; }#lDEnnV5FrE0TXwzNlAUyzhpDFFk8orXe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lDEnnV5FrE0TXwzNlAUyzhpDFFk8orXe > .row .container { font-size:0.875rem;font-family:arial;height:84.125rem;width:75rem;position:relative;display:block; }#OMffdIcaxwIeK6i04KwdoJZ7uifgGJTs { 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; }
#U6MPRhyJWSqWxIL3zVzPvQ6kAWmaHzWn { 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; }
#DqJcGJT0TPUInp0q7hQdtUcvVpANmZri { 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; }
#lx8Ey6KcZEnFVd3xLbHRrDWyVTSfJGwe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Kh32cTEDMn05OQakii7eJALTBS7TGwTn { 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; }
#Ju3ERbxTLWaS27UZG2LaH53VltCusOTI { 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; }
#Z9aIr3X9r07Garc080gOOUdZT7C9zSsS { 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; }
#XUA2iEEHUNlJz2eqv6bEX2BoVK6CRKMQ { 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; }
#tk6mdInHxJWmqtqBAhQvlrk3QrDwvGvG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tEmI5Jw0dWuTTTW9voAeyiWOMXR6ERCz { 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; }
#LBSS6xZ9IxD3Q5ymlTVp59OaT08MhGR0 { 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; }
#bqHTHgSIrZ3kqsCbCGtvV9BZK3cKu9N6 { 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; }
#KPDTF8en0b7DkAXpeVoRpr2tsoIUKvSJ { 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; }
#pH2N3LLhf3hTipZhfiX5NfwP4TAZI4mo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IwbkiNlrVb4mPasAsE0nurn3ZHFDxxkB { 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; }
#ABZwVWmuIr6fuTQDdOo8tpBygJubtG5U { 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:71.1875rem;width:20.1875rem;top:3.5rem;left:14rem;display:block; }
#DkkX1RAyPs1zi0h39DdLJXeLXLzZkkCr { 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-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),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:71.1875rem;width:13.375rem;top:3.3125rem;left:34.3125rem;display:block; }
#g2ZV1xFIogt0ZFaVKPPIJBXRHL9S1Fep { 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:4.625rem;left:15.5rem;height:2.03125rem;font-style:normal;display:block; }
#m4oJC9XaQ2GNq13KJDCOzZqixV923s85 { color:#344c60;display:block;width:19.4375rem;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:54.687035560608rem;left:14.936264038086rem;height:1.462675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Q1dq4SxDBVNJBllt8gMfl1a2kZWN6wyu { color:rgba(var(--color-tertiary-4),1);display:block;width:18.9375rem;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:38.249947547912rem;left:14.936264038086rem;height:4.38801875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#du2B5bTP2T7e9JDxtZwQ58HZtq0TpQcq { color:rgba(var(--color-tertiary-4),1);display:block;width:19.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.248818397522rem;left:15.062187194824rem;height:2.92535rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tceeXXw2FNBx2axfpRAc5TTirclHryMz { color:rgba(var(--color-tertiary-4),1);display:block;width:19.4375rem;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:57.061623573303rem;left:14.874588012695rem;height:2.92535rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FlMM6teiSfXg917y2QHu1c9Brn5L4W7L { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;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:15.687499046326rem;left:14.811622619629rem;height:1.462675rem;font-style:normal;display:block; }
#Ng5N9wKorCsvPK6q4DW0nl2dtcBLW74m { 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:18.998818397522rem;left:14.811622619629rem;height:2.92535rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iomvvKNdAv9BVqbbh7JZBpCCRKnVrnbb { 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:47rem;top:22.686627388001rem;left:13.999534606934rem;display:block; }
#ybylTT9d6p4pQ33slulKcXBLSdQkJyAX { 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:47rem;top:25.999230384827rem;left:13.999534606934rem;display:block; }
#H7UoSBaLHxsHXBktkVFe1QJuZnQfk9d0 { 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:47rem;top:49.624329566956rem;left:14.0625rem;display:block; }
#lTIr5qcCnkSkQTW09D3LfFHc9qJWUzli { 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:47rem;top:53.811982154846rem;left:14.0625rem;display:block; }
#SP36e8eaabP4l73PIOUvm8OilmpiC0JG { 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:47rem;top:56.437142372131rem;left:14.0625rem;display:block; }
#qteQ29xkv8dhmJfQ8zwelzkq9cOtoCwa { 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.0625rem;width:47rem;top:17.874485969544rem;left:14.124176025391rem;display:block; }
#UbzAqG8AWsc05RPTBI82MKFnPUKTsevR { color:rgba(var(--color-tertiary-4),1);display:block;width:11.75rem;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:4.8125rem;left:35.0625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PK9IJOpmGb32MRdf9FFuX9F5l6HyuXTE { 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:15.687499046326rem;left:39.124176025391rem;overflow:hidden;display:block; }
#uP4kroZ7azt1DV9RzX8PGP0sh3ZAQqbd { 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.93673125rem;width:1.12305rem;top:15.949629783631rem;left:39.8125rem;overflow:hidden;display:block; }
#hMbtI000zpRk4HVvLKCTM4FqM2VgDsFc { 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:19.873869895935rem;left:39.811630249024rem;overflow:hidden;display:block; }
#FEXWLh9FODhGvlbNcTMsNTnLsImv3eBK { 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; }
#o0BLWPvNmEZN36yQgxGrf7bwliFtdeco { 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; }
#Rr5Rs9EVefWqlnPgtMZdGkHyWqTKQs5f { 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:23.936882972717rem;left:39.811630249024rem;overflow:hidden;display:block; }
#RxxoAd58p0pM7hiukmsRSFxXCl4O1BcU { color:rgba(var(--color-tertiary-4),1);display:block;width:19.125rem;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:23.81224155426rem;left:14.749946594238rem;height:1.462675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mVF6k1fyWEVv7WcW2BpahTcW0SBBtrDp { 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.186676979065rem;left:39.811630249024rem;overflow:hidden;display:block; }
#caPf0I4786TNa5uK3XGs76lS0zipZedR { 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:54.687035560608rem;left:39.811630249024rem;overflow:hidden;display:block; }
#c8wcpkoPnTvnc5Jg0PFaQ5t0MzVoS6kR { 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:58.811730384827rem;left:39.811630249024rem;overflow:hidden;display:block; }
#XxOkrnAAD0NzJT1ZQJpW5SM9B4xxeboc { color:rgba(var(--color-tertiary-4),1);display:block;width:12rem;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:60.498871803284rem;left:14.811622619629rem;height:1.13606875rem;text-align:left;text-align-last:left;display:block; }
#Cyw7t36Pssr0Lu4JJ3gzsEaUrxpggLe1 { color:rgba(var(--color-tertiary-4),1);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.310753822325rem;left:54.997177124024rem;height:1.2999125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#lQHMk3MXM9UXTTsX5pNyHw5ltq5CgCUO { color:rgba(var(--color-tertiary-4),1);display:block;width:19rem;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:26.811318397522rem;left:14.936264038086rem;height:10.2386875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hhoO6wcTyyIeeiGFTx4TpKuvd4AXdZK6 { 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:47rem;top:37.499535560608rem;left:14.0625rem;display:block; }
#MQCPAmCngZIoG3EbwTlOfQbQx5m5N2ST { 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:7.875rem;left:37rem;height:2.92535rem;font-style:normal;display:block; }
#SaHFhPgWcl8NTyGeH3G7wEGKpTkCC9u2 { 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:8.125rem;left:39.625rem;height:1.38020625rem;font-style:normal;display:block; }
#N0xLKODJ7FO3MTcTKiTrfR6gGxLZQ5si { 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:8.5rem;left:41.375rem;height:1.625rem;font-style:normal;display:block; }
#tuAZqF0wHTHbFDza0IFovgavJSMnUa6r { color:rgba(var(--color-tertiary-4),1);display:block;width:18.1875rem;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.437294960022rem;left:14.999229431153rem;height:5.85069375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Mfp14aFlZu05FP4gg5ZCwPWbAzn5CJ2b { 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:47rem;top:43.062088966369rem;left:14.0625rem;display:block; }
#qnDTOyp4lFW1u9m6CSFXqiTVvaicRopx { 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.811882972717rem;left:39.811630249024rem;overflow:hidden;display:block; }
#UthNiRx75wxUCwIIQAwJiIxBXKXGA0Tw { 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; }
#DGzHN71e1ccwbLZQAgm2iak4us1CCpst { position:absolute;display:block;z-index:15026;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.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:71.1875rem;width:13.1875rem;top:3.8125rem;left:47.8125rem;display:block; }
#X2C8dADssCpoPyqbV0PalZwPfsTl3ubo { color:rgba(var(--color-tertiary-4),1);display:block;width:11.75rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:700;z-index:15116;line-height:1.3;letter-spacing:0;top:4.8125rem;left:48.625rem;height:3.2487rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#o3HVOrsLCF7aaafoEy9t5t3U5LMDrxMK { 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:15120;line-height:1.3;letter-spacing:0;top:7.875rem;left:49.875rem;height:2.92535rem;font-style:normal;display:block; }
#OEtIllSsA1zq1NOq4K2fHsuZrCrx0C5a { 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:15121;line-height:1.3;letter-spacing:0;top:8.125rem;left:52.5rem;height:1.38020625rem;font-style:normal;display:block; }
#w73ZVFU628yeOher6DFCtUk5Osaxp3cQ { 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:15120;line-height:1.3;letter-spacing:0;top:8.3125rem;left:53.625rem;height:2.03125rem;font-style:normal;display:block; }
#qsRVfyGC7hWKXywT7RWda3k87LtzT39t { 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:15122;line-height:1.3;letter-spacing:0;top:8.5rem;left:54.25rem;height:1.625rem;font-style:normal;display:block; }
#N6MLTxAbhs0dxKMOnsyCbQZmKMzVDCnP { position:absolute;display:block;z-index:15153;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:15.937499046326rem;left:53.749130249024rem;overflow:hidden;display:block; }
#LAuL3TyUlAaVNNVBoby1O0eTt415cGyO { position:absolute;display:block;z-index:15154;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:19.873766899109rem;left:53.749130249024rem;overflow:hidden;display:block; }
#CDbnyfvqHTCogr4ZibgbByzTP0MiZngM { position:absolute;display:block;z-index:15155;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:23.936318397522rem;left:53.749130249024rem;overflow:hidden;display:block; }
#urx7GuHQhs7VgZe0Goqbh6Haemt5rlM6 { position:absolute;display:block;z-index:15152;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:30.374024391174rem;left:53.749130249024rem;overflow:hidden;display:block; }
#n3LH4KOoemZJIZ8HqbJxAoQrgcmu1AWB { position:absolute;display:block;z-index:15155;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.187397956848rem;left:53.749130249024rem;overflow:hidden;display:block; }
#DHUW2XNzFpWZFmQJk0l98zWbBBBTC0CR { position:absolute;display:block;z-index:15152;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.811318397522rem;left:53.748764038086rem;overflow:hidden;display:block; }
#A9fkrUPgLDCRRkuoLTG8SZaaxqs2boor { color:rgba(var(--color-tertiary-4),1);display:block;width:17.9375rem;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:63.311623573306rem;left:14.874588012695rem;height:2.92535rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wH2vJZyLgfpQyt1TVzwvKKzQH8Tg7AJe { 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.06171875rem;width:47rem;top:62.999382972719rem;left:13.999534606934rem;display:block; }
#xhEfEyIdpSnFWp7yhfRoc30JCZJpy0Cw { 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.06171875rem;width:47rem;top:67.311676979062rem;left:13.936569213868rem;display:block; }
#ptzPtox0vZEuX5ekV0A0SxCgg0FFgoT5 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.4375rem;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:68.062088966369rem;left:14.874588012695rem;height:2.92535rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZiExQ4BHcCDvHrs4NIQpDl3WR0Vh07Kf { position:absolute;display:block;z-index:15132;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.0625rem;width:1.25rem;top:65.186371803281rem;left:39.811630249024rem;display:block; }
#OSXUANLtFy7xWwGk415CyyMX9HAxqati { color:rgba(var(--color-tertiary-4),1);display:block;width:7rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:3.5625rem;left:25.0625rem;display:none; }
#eTXaf0yIoWGIBBpPOEWGMvprOWbSTPdQ { color:rgba(var(--color-tertiary-4),1);display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.875rem;top:3.5625rem;left:39.875rem;display:none; }
#AphdyJiTsRkfB3sO83Fu0deT1gQh1FbL { 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.93673125rem;width:1.12305rem;top:30.374485969544rem;left:39.8125rem;overflow:hidden;display:block; }
#TgyovtZiHIli2D1pyLwK4edTB2TNhmHD { 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.93673125rem;width:1.12305rem;top:51.249794960022rem;left:39.811630249024rem;overflow:hidden;display:block; }
#pswrrHDAJkEAIki8orEhsPN0Zn893opp { position:absolute;display:block;z-index:15133;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.12464rem;width:1.248975rem;top:69.499947547912rem;left:39.811630249024rem;display:block; }
#bSNnIGkPSL3WuTvohDs7KTbHZMMor7z5 { position:absolute;display:block;z-index:15153;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:51.249794960022rem;left:53.748764038086rem;overflow:hidden;display:block; }
#NTKOZFGnqhPQKMdwxXxoKk2lyizZUq7J { position:absolute;display:block;z-index:15154;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:54.686776161194rem;left:53.748764038086rem;overflow:hidden;display:block; }
#AI2MUSIpFqJUqFaW71SaJaoVNqzLimL4 { position:absolute;display:block;z-index:15155;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:58.811730384827rem;left:53.748764038086rem;overflow:hidden;display:block; }
#Lp84HMFPE6s3bX4Ta4mxcKIf3Vram8yJ { position:absolute;display:block;z-index:15156;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:64.561318397525rem;left:53.748764038086rem;overflow:hidden;display:block; }
#lJ9H3nkIHZS2HZLbZXOx88NQu6GeWdpy { position:absolute;display:block;z-index:15157;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:68.999947547912rem;left:53.748764038086rem;overflow:hidden;display:block; }
#M1hyP3STcymys3nfnXdih2d9RFAR8GwW { color:rgba(var(--color-tertiary-3),1);display:block;width:12.5616875rem;position:absolute;font-family:"source sans pro";font-size:0.6875rem;font-weight:normal;z-index:15158;line-height:1.3;letter-spacing:0;top:11.331979751587rem;left:48.078384399414rem;height:3.5763875rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@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) { #g67iVOCbnTkuI4Zz0sHTrWgNPLyS7uF4 { display:block; }#g67iVOCbnTkuI4Zz0sHTrWgNPLyS7uF4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #qg5yGRC4saZchSNg61XNOgPBwT2BnMLu { background-color:#f6f7f8;background-image:url("https://images.assets-landingi.com/uc/3056d421-cdc1-4a58-a94e-53b9eeb3c8c6/BannerVectratablet608x160.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#qg5yGRC4saZchSNg61XNOgPBwT2BnMLu.adaptive-delivery-prevent-bg, #qg5yGRC4saZchSNg61XNOgPBwT2BnMLu.lazyload, #qg5yGRC4saZchSNg61XNOgPBwT2BnMLu.lazyloading { background-image: none; }#qg5yGRC4saZchSNg61XNOgPBwT2BnMLu > .row .container { background-color: transparent; background-image: none; }#qg5yGRC4saZchSNg61XNOgPBwT2BnMLu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qg5yGRC4saZchSNg61XNOgPBwT2BnMLu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qg5yGRC4saZchSNg61XNOgPBwT2BnMLu > .row .container > .video-iframe-container { display: none; }#qg5yGRC4saZchSNg61XNOgPBwT2BnMLu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qg5yGRC4saZchSNg61XNOgPBwT2BnMLu > .row > .video-iframe-container { display: none; }#qg5yGRC4saZchSNg61XNOgPBwT2BnMLu > .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); }#qg5yGRC4saZchSNg61XNOgPBwT2BnMLu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TGBzVfwkfOHheElvveCU2NzZIc8zDMPb { display:block; }#TGBzVfwkfOHheElvveCU2NzZIc8zDMPb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Edy4XNO8ZqsJSM42T6D4KnBAIyEq1k1S { width:19.625rem;height:3.25rem;top:0rem;left:13.875rem;z-index:15087;display:block; }
 }@media only screen and (max-width: 1199px) { #QuBkn5W3f5O4HBRDiK9lDUuQkkUTfZ7E { width:20rem;height:3.625rem;top:0rem;left:13.875rem;z-index:15088;display:block; }
 }@media only screen and (max-width: 1199px) { #XHvHOOsDMC4i4GpNvUvn9kEtXA9kkygn { display:block; }
 }@media only screen and (max-width: 1199px) { #vehqPfq6fVE8gBknUSRLehEBxsclnuE6 { width:13.125rem;height:2.03125rem;top:0.75rem;left:16.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #auNGAgPdtq7SV0LcZfVRfTiC9R3NTleq { width:2rem;height:2rem;top:0.875rem;left:29.125rem;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) { #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) { #kMMdidU46prgQTSbGBEqMoTZlNdro9ri { 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) { #LG1xEWVTxUDD2h6F1e6hbT81Lc89AnF8 { 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) { #Lg7XoHEM24fSEkR9pc7splJqL8TkIOTz { width:3.6875rem;height:2.4375rem;top:5.5625rem;left:2.3124995827675rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #WDTUmA9tItAAuA7feZTndATLyUEufk1z { 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) { #lVuh8ONxGtbnCHkb9b1R9lwn0ZnAlbzS { 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) { #TF67MUkOEGERmJfK4ymbZoNu8lpSETPl { 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) { #mKiWySmwwVWbvDvaUlHampoKFTzagmUB { 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) { #rzuUBVdifbvDmu7OUg0T3JS9fuKPCqVs { width:12.5rem;height:7.75rem;top:13.1875rem;left:0rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #nlXuQ4VmInoQzRWRSwMGPIIDCFRXPqT1 { background-color:#000000;background-image:none;display:none; }#nlXuQ4VmInoQzRWRSwMGPIIDCFRXPqT1 > .row .container { width:47.75rem;height:48.5rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #RnPUfRfO3tXmwG1SSKmCyXPT68TMi88Q { 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) { #rIIPa2FKqwt1rCaQiK8ZqIu702NLWynH { 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) { #HJGpEafP8MAfVDJ8C7qgf01TAXWtA792 { display:block; }
 }@media only screen and (max-width: 1199px) { #I1webB1gyALeJ5cnR3n1Nwa3kuTm8fRm { width:3.37456875rem;height:2.25rem;top:13.625rem;left:18.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Xtsq7p5muaEU6Ipi20Qv5Vn8yWKWg6wi { width:3.75rem;height:1.25rem;top:14.25rem;left:20.9375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #wTEh0TfAiNZTKuTA2DiK1EeAnUDOolao { 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) { #ZDwxe9PcCtDRnHcFGJKOUqbnEaiS7axf { width:12.875rem;height:3.125rem;top:18.875rem;left:16.8125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #wwcwNytmuUSMdoMDQtPKK3PSKF0xoZFT { display:block; }
 }@media only screen and (max-width: 1199px) { #OQi0H7kKTp5TU4llBmAHXB48Nl2my2uW { width:3.374025rem;height:0;top:17.6875rem;left:4.6875rem;z-index:15077;display:none; }
 }@media only screen and (max-width: 1199px) { #MTQBUQbTORRBizcnp34glSE45D2TVQU8 { width:3.75rem;height:0;top:18.375rem;left:7.3125rem;z-index:15079;display:none; }
 }@media only screen and (max-width: 1199px) { #f4L1miDCDDwyGu3izRotdiUCTrE7O41O { 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) { #iIrV131bFpc3egON0uTsmeFoTZZhrl3l { 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) { #DCO79cOC2aAZAH4ML5ESUo3ErKHzGXgy { display:block; }
 }@media only screen and (max-width: 1199px) { #IA1MhTvQDbPXCs8fp0maTSWETHD8EUFt { 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) { #KaLou9nckrRGdGT701zs1DIaoGPKqyzF { 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) { #dqLPDQ0lE54Vs2MTcvD2ssotHTtvmALh { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ERVRIwC7igOxUScMxy4qBJUIG5PvrXiM { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #EncIENgtMULOSTvrBpqQxqGCEoZK7NyG { 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) { #A5duwsDFxZ3ZSfCN3My1iXqvCzoy2KnV { width:1.125rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #UQsA9RoQpE7wGhRAETOFQ6EM60JBEWRB { 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) { #VH4ixn8e6kTC4EEzvxPn1BSoQBF9sch2 { 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) { #HvXRHhINicT2P5ThPhgeaOOfW2cvxzoP { 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) { #NPvbOMKWtNe0IsHT3kJMwCTAKVHtBDbZ { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #CwtBWznO3TFxAbMlG83vU00HT2QrSDVX { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #y3OcDPkF9lWkqvA80xZThUycOIveStMz { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #qqWFv0zTImKXWxmXZTQdwfxcTNfQUv8b { width:1.5625rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #cA9S3zux4TZJOXBNwgMJm9Zpzn6udTBe { width:1.5625rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #We0Acd8dxXF5tFssar3iH7sD3S3QzKqt { width:1.5625rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #r9Wv1tEAUGa50F2mA4LcZkbUaaid60ca { width:1.5625rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #kAbTptZ1QQkGSfTAALezO4yP7rNbkZzT { width:1.5625rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #snhfIIrdPTfSriOWVJgJQU2uh8pltx51 { width:1.5625rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #oLynapDem7c6skOuMS2kLH8IGCOliWiG { width:1.5625rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #GRzQrmrTaPNpTJe8pSd1bF4JRNJdiDyF { 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) { #SrfB05M6V5PGTbX4NT4zF6QQnWOgB07B { 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) { #TOJziXzXGiMf4rdi8TZfCnMTvtQZxNeq { 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) { #oAkkb2ODGqeiMktHIgKfhn4FTvZXJEyg { 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) { #AiDnKalH5uAdOi2IHFhfWGoZgAvFv7V1 { width:1.5625rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #q1NmQgDmmTv2FrgVvxKUDFf2h90A2fhH { 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) { #T9VVCcJdQRmEB4x7rtaqHUvgNoifLJzr { width:1.5625rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #uq6OdeIz8P5AlDGC4PXBAzQq7PrbRQ16 { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #LmCLstJaSK44XIfdhW6NRyfFHcFxQqUd { 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) { #TUbvgCCEFGkggit8mWkPnoxiwZzf3MEi { width:1.5625rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #yUII1J526ialnzuTfWQMKoLeEmVRfq2c { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #cUzP5AO4UzVzf8x7Nfxw1sS8TB2UZ3rd { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #gEppsSvzmvCMmral3AtOW2dHSs30PTsP { width:1.125rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #P3lAV6tDdx1EMckkslMHo35GpsCxCcSE { width:1.5625rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #NpZB7uAGHWLLXuNN5TcCB2mTVwSsxCLH { width:1.5625rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #iEiR6v6UEuuBLHtaLthqOA5q7xX2nb7c { width:1.5625rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #iwTTqBGCWVOU1iQv1l98u2akz0vlIsUe { width:1.5625rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #JWuTTw4rkCoBlt1TG70XaWm8fTAg2G27 { width:1.5625rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #gMkgDczPMdIym5EM7z8ff21NumEkUKim { width:1.5625rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #MmEEltcobkFKiFpUlCVbGxT2nEKi9TC8 { width:1.5625rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #eRU3gTC9yN6zyTGakQZPDS124Ohk4wV8 { width:1.5625rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #FwIueTsxaIdwrxQpVg0xtxmeIhITpiwb { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Dot3NZP0lSUf8SWAfirNicEEiHhtsfy9 { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #zgJdclWyTNBGoGqPcSOMrPU7LC5u0oZS { 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) { #MwzcaXDOW7moGsgxe0KRfO34Hotl7OgX { width:1.5625rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #c2qQp7FGasEiXA5TfcCJypTo6mphzpbJ { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #aViM6VMmM4GCTA6OrQ7gl4Z0G1fvZ5qt { 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) { #SfTSrxqCpInRoBBRrGik08Fp4DRdEScZ { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #TC8Mp1ES5Pkw1x5iu1yX36nEe021rDZN { width:1.5625rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #JvHSOQp5mz7GtEPLEBdWdJBMBpqxyck6 { width:13.125rem;height:2.03125rem;top:3.875rem;left:0.3125rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #lDEnnV5FrE0TXwzNlAUyzhpDFFk8orXe { background-color:#f6f7f8;background-image:none;display:block; }#lDEnnV5FrE0TXwzNlAUyzhpDFFk8orXe > .row .container { background-color: transparent; background-image: none; }#lDEnnV5FrE0TXwzNlAUyzhpDFFk8orXe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lDEnnV5FrE0TXwzNlAUyzhpDFFk8orXe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lDEnnV5FrE0TXwzNlAUyzhpDFFk8orXe > .row .container > .video-iframe-container { display: none; }#lDEnnV5FrE0TXwzNlAUyzhpDFFk8orXe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lDEnnV5FrE0TXwzNlAUyzhpDFFk8orXe > .row > .video-iframe-container { display: none; }#lDEnnV5FrE0TXwzNlAUyzhpDFFk8orXe > .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); }#lDEnnV5FrE0TXwzNlAUyzhpDFFk8orXe > .row .container { width:47.75rem;height:85.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #OMffdIcaxwIeK6i04KwdoJZ7uifgGJTs { 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) { #U6MPRhyJWSqWxIL3zVzPvQ6kAWmaHzWn { 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) { #DqJcGJT0TPUInp0q7hQdtUcvVpANmZri { 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) { #lx8Ey6KcZEnFVd3xLbHRrDWyVTSfJGwe { display:block; }
 }@media only screen and (max-width: 1199px) { #Kh32cTEDMn05OQakii7eJALTBS7TGwTn { width:3.37456875rem;height:2.25rem;top:13.625rem;left:18.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Ju3ERbxTLWaS27UZG2LaH53VltCusOTI { width:3.75rem;height:1.25rem;top:14.25rem;left:20.9375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Z9aIr3X9r07Garc080gOOUdZT7C9zSsS { 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) { #XUA2iEEHUNlJz2eqv6bEX2BoVK6CRKMQ { width:12.875rem;height:3.125rem;top:18.875rem;left:16.8125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #tk6mdInHxJWmqtqBAhQvlrk3QrDwvGvG { display:block; }
 }@media only screen and (max-width: 1199px) { #tEmI5Jw0dWuTTTW9voAeyiWOMXR6ERCz { width:3.374025rem;height:0;top:17.6875rem;left:4.6875rem;z-index:15077;display:none; }
 }@media only screen and (max-width: 1199px) { #LBSS6xZ9IxD3Q5ymlTVp59OaT08MhGR0 { width:3.75rem;height:0;top:18.375rem;left:7.3125rem;z-index:15079;display:none; }
 }@media only screen and (max-width: 1199px) { #bqHTHgSIrZ3kqsCbCGtvV9BZK3cKu9N6 { 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) { #KPDTF8en0b7DkAXpeVoRpr2tsoIUKvSJ { 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) { #pH2N3LLhf3hTipZhfiX5NfwP4TAZI4mo { display:block; }
 }@media only screen and (max-width: 1199px) { #IwbkiNlrVb4mPasAsE0nurn3ZHFDxxkB { width:12.5rem;height:2.5rem;top:12.375rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ABZwVWmuIr6fuTQDdOo8tpBygJubtG5U { width:16.1875rem;height:75.625rem;top:1.375rem;left:7.8125rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 1199px) { #DkkX1RAyPs1zi0h39DdLJXeLXLzZkkCr { width:7.8125rem;height:75.625rem;top:1rem;left:24.125rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 1199px) { #g2ZV1xFIogt0ZFaVKPPIJBXRHL9S1Fep { width:13.125rem;height:2.030225rem;top:3.4375rem;left:8.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m4oJC9XaQ2GNq13KJDCOzZqixV923s85 { width:18.125rem;height:1.2990875rem;top:58.935750007629rem;left:7.9371401667594rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q1dq4SxDBVNJBllt8gMfl1a2kZWN6wyu { width:14.25rem;height:5.1963375rem;top:39.373661994934rem;left:7.9371401667594rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #du2B5bTP2T7e9JDxtZwQ58HZtq0TpQcq { width:15rem;height:2.59816875rem;top:54.123608589172rem;left:7.9371401667594rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tceeXXw2FNBx2axfpRAc5TTirclHryMz { width:13.9375rem;height:2.59816875rem;top:61.748509407044rem;left:7.9371401667594rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FlMM6teiSfXg917y2QHu1c9Brn5L4W7L { width:13.5rem;height:1.2990875rem;top:16.686573982239rem;left:7.9371401667594rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ng5N9wKorCsvPK6q4DW0nl2dtcBLW74m { width:15.5rem;height:2.59816875rem;top:19.999176979065rem;left:7.9371401667594rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iomvvKNdAv9BVqbbh7JZBpCCRKnVrnbb { width:32.3125rem;height:0.0625rem;top:23.873303413391rem;left:7.7482525706294rem;z-index:15134;display:block; }
 }@media only screen and (max-width: 1199px) { #ybylTT9d6p4pQ33slulKcXBLSdQkJyAX { width:32.3125rem;height:0.0625rem;top:27.185906410217rem;left:7.7482525706294rem;z-index:15135;display:block; }
 }@media only screen and (max-width: 1199px) { #H7UoSBaLHxsHXBktkVFe1QJuZnQfk9d0 { width:32.3125rem;height:0.0625rem;top:53.560803413391rem;left:7.7482525706294rem;z-index:15138;display:block; }
 }@media only screen and (max-width: 1199px) { #lTIr5qcCnkSkQTW09D3LfFHc9qJWUzli { width:32.3125rem;height:0.0625rem;top:57.748456001282rem;left:7.7482525706294rem;z-index:15139;display:block; }
 }@media only screen and (max-width: 1199px) { #SP36e8eaabP4l73PIOUvm8OilmpiC0JG { width:32.3125rem;height:0.0625rem;top:61.311627388001rem;left:7.7482525706294rem;z-index:15141;display:block; }
 }@media only screen and (max-width: 1199px) { #qteQ29xkv8dhmJfQ8zwelzkq9cOtoCwa { width:32.3125rem;height:0.0625rem;top:19.061163902283rem;left:7.7482525706294rem;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) { #UbzAqG8AWsc05RPTBI82MKFnPUKTsevR { width:13.9375rem;height:1.625rem;top:4.078125rem;left:33.53125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #PK9IJOpmGb32MRdf9FFuX9F5l6HyuXTE { width:0;height:;top:19.499331474304rem;left:28.624845206738rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uP4kroZ7azt1DV9RzX8PGP0sh3ZAQqbd { width:1.0625rem;height:0.88574375rem;top:16.686573982239rem;left:35.310445487499rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hMbtI000zpRk4HVvLKCTM4FqM2VgDsFc { width:1.0625rem;height:0.88515625rem;top:20.686627388001rem;left:27.562190711498rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FEXWLh9FODhGvlbNcTMsNTnLsImv3eBK { width:;height:;top:35.125rem;left:18.9765625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #o0BLWPvNmEZN36yQgxGrf7bwliFtdeco { width:;height:;top:38.4375rem;left:19.7265625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Rr5Rs9EVefWqlnPgtMZdGkHyWqTKQs5f { width:1.06136875rem;height:0.88533125rem;top:31.498200416565rem;left:35.310445487499rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RxxoAd58p0pM7hiukmsRSFxXCl4O1BcU { width:15.625rem;height:2.59816875rem;top:24.248509407044rem;left:7.9371401667594rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mVF6k1fyWEVv7WcW2BpahTcW0SBBtrDp { width:1.0625rem;height:0.88574375rem;top:40.748558998108rem;left:35.310445487499rem;display:block; }
 }@media only screen and (max-width: 1199px) { #caPf0I4786TNa5uK3XGs76lS0zipZedR { width:1.06136875rem;height:0.88533125rem;top:54.998661994934rem;left:35.310445487499rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c8wcpkoPnTvnc5Jg0PFaQ5t0MzVoS6kR { width:1.0625rem;height:0.88574375rem;top:59.124180793762rem;left:35.310445487499rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XxOkrnAAD0NzJT1ZQJpW5SM9B4xxeboc { width:18.125rem;height:0.975275rem;top:66.186726570131rem;left:7.9371401667594rem;font-size:0.75rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 1199px) { #Cyw7t36Pssr0Lu4JJ3gzsEaUrxpggLe1 { top:80.186065673825rem;left:33.813474357128rem;width:13.9353125rem;height:1.13718125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lQHMk3MXM9UXTTsX5pNyHw5ltq5CgCUO { width:15.625rem;height:10.3926875rem;top:27.498150825501rem;left:7.9371401667594rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hhoO6wcTyyIeeiGFTx4TpKuvd4AXdZK6 { width:32.3125rem;height:0.0625rem;top:39.061421394348rem;left:7.7482525706294rem;z-index:15137;display:block; }
 }@media only screen and (max-width: 1199px) { #MQCPAmCngZIoG3EbwTlOfQbQx5m5N2ST { width:1.9375rem;height:2.43626875rem;top:7.9375rem;left:24.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SaHFhPgWcl8NTyGeH3G7wEGKpTkCC9u2 { width:1.25rem;height:1.21941875rem;top:8.0625rem;left:34.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N0xLKODJ7FO3MTcTKiTrfR6gGxLZQ5si { width:3.25rem;height:1.462275rem;top:8.3125rem;left:36.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tuAZqF0wHTHbFDza0IFovgavJSMnUa6r { width:14.125rem;height:6.4954375rem;top:46.061833381653rem;left:7.9371401667594rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Mfp14aFlZu05FP4gg5ZCwPWbAzn5CJ2b { width:32.3125rem;height:0.0625rem;top:45.499024391174rem;left:7.7482525706294rem;z-index:15137;display:block; }
 }@media only screen and (max-width: 1199px) { #qnDTOyp4lFW1u9m6CSFXqiTVvaicRopx { width:1.0625rem;height:0.88515625rem;top:48.561058998108rem;left:27.562190711498rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UthNiRx75wxUCwIIQAwJiIxBXKXGA0Tw { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #DGzHN71e1ccwbLZQAgm2iak4us1CCpst { width:7.8125rem;height:75.625rem;top:1.5625rem;left:32.125rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 1199px) { #X2C8dADssCpoPyqbV0PalZwPfsTl3ubo { width:13.9375rem;height:3.25rem;top:4.078125rem;left:33.53125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #o3HVOrsLCF7aaafoEy9t5t3U5LMDrxMK { width:1.9375rem;height:2.43626875rem;top:7.8125rem;left:32.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OEtIllSsA1zq1NOq4K2fHsuZrCrx0C5a { width:1.25rem;height:1.21941875rem;top:8.1875rem;left:26.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w73ZVFU628yeOher6DFCtUk5Osaxp3cQ { width:0.8125rem;height:2.030225rem;top:8.125rem;left:27.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qsRVfyGC7hWKXywT7RWda3k87LtzT39t { width:3.25rem;height:1.462275rem;top:8.4375rem;left:28.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N6MLTxAbhs0dxKMOnsyCbQZmKMzVDCnP { width:1.0625rem;height:0.88515625rem;top:16.686573982239rem;left:27.562190711498rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LAuL3TyUlAaVNNVBoby1O0eTt415cGyO { width:1.0625rem;height:0.88574375rem;top:20.686627388001rem;left:35.310445487499rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CDbnyfvqHTCogr4ZibgbByzTP0MiZngM { width:1.0625rem;height:0.88515625rem;top:31.498200416565rem;left:27.562190711498rem;display:block; }
 }@media only screen and (max-width: 1199px) { #urx7GuHQhs7VgZe0Goqbh6Haemt5rlM6 { width:1.0625rem;height:0.88515625rem;top:24.748356819153rem;left:27.562190711498rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n3LH4KOoemZJIZ8HqbJxAoQrgcmu1AWB { width:1.0625rem;height:0.88574375rem;top:40.748558998108rem;left:27.561729133129rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DHUW2XNzFpWZFmQJk0l98zWbBBBTC0CR { width:1.06136875rem;height:0.88533125rem;top:73.124180793763rem;left:35.310445487499rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A9fkrUPgLDCRRkuoLTG8SZaaxqs2boor { width:14.9375rem;height:2.59816875rem;top:68.436680793763rem;left:7.9371401667594rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wH2vJZyLgfpQyt1TVzwvKKzQH8Tg7AJe { width:32.3125rem;height:0.0625rem;top:71.561680793763rem;left:7.7482525706294rem;z-index:15141;display:block; }
 }@media only screen and (max-width: 1199px) { #xhEfEyIdpSnFWp7yhfRoc30JCZJpy0Cw { width:32.3125rem;height:0.0625rem;top:67.810902595519rem;left:7.7482525706294rem;z-index:15141;display:block; }
 }@media only screen and (max-width: 1199px) { #ptzPtox0vZEuX5ekV0A0SxCgg0FFgoT5 { width:14.4364375rem;height:2.59816875rem;top:72.267117500306rem;left:7.9371401667594rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZiExQ4BHcCDvHrs4NIQpDl3WR0Vh07Kf { width:1.248975rem;height:0.12464rem;top:73.498097419738rem;left:27.436265647411rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OSXUANLtFy7xWwGk415CyyMX9HAxqati { top:3.25rem;left:24.0625rem;width:7.9375rem;height:2.598175rem;z-index:15161;font-family:"source sans pro";font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #eTXaf0yIoWGIBBpPOEWGMvprOWbSTPdQ { top:3.125rem;left:32.0625rem;width:7.875rem;height:3.8972625rem;z-index:15163;font-family:"source sans pro";font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #AphdyJiTsRkfB3sO83Fu0deT1gQh1FbL { width:1.0625rem;height:0.88574375rem;top:24.873818397522rem;left:35.310445487499rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TgyovtZiHIli2D1pyLwK4edTB2TNhmHD { width:1.06136875rem;height:0.88404375rem;top:54.998661994934rem;left:27.562190711498rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pswrrHDAJkEAIki8orEhsPN0Zn893opp { width:1.248975rem;height:0.0625rem;top:69.623974800113rem;left:27.436265647411rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bSNnIGkPSL3WuTvohDs7KTbHZMMor7z5 { width:1.06136875rem;height:0.88533125rem;top:64.373661994931rem;left:35.312192618847rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NTKOZFGnqhPQKMdwxXxoKk2lyizZUq7J { width:1.06136875rem;height:0.88533125rem;top:64.373661994931rem;left:27.561729133129rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AI2MUSIpFqJUqFaW71SaJaoVNqzLimL4 { width:1.0625rem;height:0.88574375rem;top:48.561058998108rem;left:35.310445487499rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Lp84HMFPE6s3bX4Ta4mxcKIf3Vram8yJ { width:1.06136875rem;height:0.88533125rem;top:69.248768806456rem;left:35.310445487499rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lJ9H3nkIHZS2HZLbZXOx88NQu6GeWdpy { width:1.06136875rem;height:0.88533125rem;top:59.123356819153rem;left:27.561729133129rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M1hyP3STcymys3nfnXdih2d9RFAR8GwW { width:6.8115rem;height:4.864825rem;top:10.308334350586rem;left:32.622224509716rem;font-size:0.625rem;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) { #zFiTyp5BWEbiC7tszeVsEQ7krZIolsAp { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#zFiTyp5BWEbiC7tszeVsEQ7krZIolsAp > .row .container { height:3.125rem;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) { #g67iVOCbnTkuI4Zz0sHTrWgNPLyS7uF4 { background-color:#111a21;background-image:none;display:block; }#g67iVOCbnTkuI4Zz0sHTrWgNPLyS7uF4 > .row .container { background-color: transparent; background-image: none; }#g67iVOCbnTkuI4Zz0sHTrWgNPLyS7uF4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g67iVOCbnTkuI4Zz0sHTrWgNPLyS7uF4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g67iVOCbnTkuI4Zz0sHTrWgNPLyS7uF4 > .row .container > .video-iframe-container { display: none; }#g67iVOCbnTkuI4Zz0sHTrWgNPLyS7uF4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g67iVOCbnTkuI4Zz0sHTrWgNPLyS7uF4 > .row > .video-iframe-container { display: none; }#g67iVOCbnTkuI4Zz0sHTrWgNPLyS7uF4 > .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); }#g67iVOCbnTkuI4Zz0sHTrWgNPLyS7uF4 > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qg5yGRC4saZchSNg61XNOgPBwT2BnMLu { background-color:#f6f7f8;background-image:url("https://images.assets-landingi.com/uc/33c6a539-c785-4cfa-9c7e-fb08783ce308/BannerVectramobile328x160.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#qg5yGRC4saZchSNg61XNOgPBwT2BnMLu.adaptive-delivery-prevent-bg, #qg5yGRC4saZchSNg61XNOgPBwT2BnMLu.lazyload, #qg5yGRC4saZchSNg61XNOgPBwT2BnMLu.lazyloading { background-image: none; }#qg5yGRC4saZchSNg61XNOgPBwT2BnMLu > .row .container { background-color: transparent; background-image: none; }#qg5yGRC4saZchSNg61XNOgPBwT2BnMLu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qg5yGRC4saZchSNg61XNOgPBwT2BnMLu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qg5yGRC4saZchSNg61XNOgPBwT2BnMLu > .row .container > .video-iframe-container { display: none; }#qg5yGRC4saZchSNg61XNOgPBwT2BnMLu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qg5yGRC4saZchSNg61XNOgPBwT2BnMLu > .row > .video-iframe-container { display: none; }#qg5yGRC4saZchSNg61XNOgPBwT2BnMLu > .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); }#qg5yGRC4saZchSNg61XNOgPBwT2BnMLu > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TGBzVfwkfOHheElvveCU2NzZIc8zDMPb { background-color:#f6f7f8;background-image:none;display:block; }#TGBzVfwkfOHheElvveCU2NzZIc8zDMPb > .row .container { background-color: transparent; background-image: none; }#TGBzVfwkfOHheElvveCU2NzZIc8zDMPb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGBzVfwkfOHheElvveCU2NzZIc8zDMPb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGBzVfwkfOHheElvveCU2NzZIc8zDMPb > .row .container > .video-iframe-container { display: none; }#TGBzVfwkfOHheElvveCU2NzZIc8zDMPb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGBzVfwkfOHheElvveCU2NzZIc8zDMPb > .row > .video-iframe-container { display: none; }#TGBzVfwkfOHheElvveCU2NzZIc8zDMPb > .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); }#TGBzVfwkfOHheElvveCU2NzZIc8zDMPb > .row .container { width:20rem;height:3.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Edy4XNO8ZqsJSM42T6D4KnBAIyEq1k1S { width:13.375rem;height:2.9375rem;top:0rem;left:3.25rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #QuBkn5W3f5O4HBRDiK9lDUuQkkUTfZ7E { width:13.375rem;height:2.9375rem;top:0.1875rem;left:3.4375rem;z-index:15087;display:block; }
 }@media only screen and (max-width: 763px) { #XHvHOOsDMC4i4GpNvUvn9kEtXA9kkygn { display:block; }
 }@media only screen and (max-width: 763px) { #vehqPfq6fVE8gBknUSRLehEBxsclnuE6 { width:8.3125rem;height:1.3rem;top:1.0625rem;left:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #auNGAgPdtq7SV0LcZfVRfTiC9R3NTleq { display:flex;width:1.625rem;height:1.625rem;top:0.875rem;left:13.25rem;font-size:1.125rem; }
 }@media only screen and (max-width: 763px) { #x69xthBh80VTCZJiPJFdfZ76q2wM8CrZ { background-color:#f6f7f8;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:relative;z-index:auto;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:15.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DZJMlV3JOHJL9b58BbwoRu6SmbeNtXi7 { width:19.875rem;height:11.4375rem;top:3.5387535095215rem;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: 0.1875rem 0.125rem 0.1875rem #344c60 ;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:4.0625rem;height:1.21941875rem;top:4.5615768432617rem;left:4.5620886683464rem;font-size:0.9375rem;z-index:15118;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #wAv2mxaq6TblNldSmDXHmiFDx4izBBOT { width:6.4375rem;height:1.05494375rem;top:5.6871910095215rem;left:3.5623971819878rem;font-size:0.8125rem;z-index:15095;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #kMMdidU46prgQTSbGBEqMoTZlNdro9ri { width:4.125rem;height:1.21941875rem;top:4.5625rem;left:11.125rem;font-size:0.9375rem;z-index:15120;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #LG1xEWVTxUDD2h6F1e6hbT81Lc89AnF8 { width:4.5625rem;height:1.05494375rem;top:5.6871910095215rem;left:11.187294185162rem;font-size:0.8125rem;z-index:15097;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #Lg7XoHEM24fSEkR9pc7splJqL8TkIOTz { top:5.5625rem;left:11.5rem;width:3.6875rem;height:2.4388375rem;z-index:15122;font-family:"source sans pro";font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDTUmA9tItAAuA7feZTndATLyUEufk1z { width:2.8125rem;height:1.2990875rem;top:8.5474929809569rem;left:4.3616363406181rem;font-size:1rem;z-index:15096;font-family:"source sans pro";text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lVuh8ONxGtbnCHkb9b1R9lwn0ZnAlbzS { width:2.4375rem;height:1.13718125rem;top:8.7004013061525rem;left:6.7362253069875rem;font-size:0.875rem;z-index:15097;font-family:"source sans pro";text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TF67MUkOEGERmJfK4ymbZoNu8lpSETPl { width:2.8125rem;height:1.2990875rem;top:8.5rem;left:10.9375rem;font-size:1rem;z-index:15100;font-family:"source sans pro";text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mKiWySmwwVWbvDvaUlHampoKFTzagmUB { width:2.3125rem;height:1.13718125rem;top:8.625rem;left:13.25rem;font-size:0.875rem;z-index:15101;font-family:"source sans pro";text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rzuUBVdifbvDmu7OUg0T3JS9fuKPCqVs { top:10.422235488892rem;left:10.933645427227rem;width:7.7495625rem;height:4.05401875rem;z-index:15123;color:#63666a;font-family:"source sans pro";font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nlXuQ4VmInoQzRWRSwMGPIIDCFRXPqT1 { background-color:#f6f7f8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#nlXuQ4VmInoQzRWRSwMGPIIDCFRXPqT1 > .row .container { background-color: transparent; background-image: none; }#nlXuQ4VmInoQzRWRSwMGPIIDCFRXPqT1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nlXuQ4VmInoQzRWRSwMGPIIDCFRXPqT1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nlXuQ4VmInoQzRWRSwMGPIIDCFRXPqT1 > .row .container > .video-iframe-container { display: none; }#nlXuQ4VmInoQzRWRSwMGPIIDCFRXPqT1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nlXuQ4VmInoQzRWRSwMGPIIDCFRXPqT1 > .row > .video-iframe-container { display: none; }#nlXuQ4VmInoQzRWRSwMGPIIDCFRXPqT1 > .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); }#nlXuQ4VmInoQzRWRSwMGPIIDCFRXPqT1 > .row .container { border-width: 0; border-radius: 0; }#nlXuQ4VmInoQzRWRSwMGPIIDCFRXPqT1 > .row .container { width:20rem;height:87.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RnPUfRfO3tXmwG1SSKmCyXPT68TMi88Q { 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) { #rIIPa2FKqwt1rCaQiK8ZqIu702NLWynH { 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) { #HJGpEafP8MAfVDJ8C7qgf01TAXWtA792 { display:block; }
 }@media only screen and (max-width: 763px) { #I1webB1gyALeJ5cnR3n1Nwa3kuTm8fRm { 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) { #Xtsq7p5muaEU6Ipi20Qv5Vn8yWKWg6wi { 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) { #wTEh0TfAiNZTKuTA2DiK1EeAnUDOolao { 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) { #ZDwxe9PcCtDRnHcFGJKOUqbnEaiS7axf { 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) { #wwcwNytmuUSMdoMDQtPKK3PSKF0xoZFT { display:block; }
 }@media only screen and (max-width: 763px) { #OQi0H7kKTp5TU4llBmAHXB48Nl2my2uW { 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) { #MTQBUQbTORRBizcnp34glSE45D2TVQU8 { 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) { #f4L1miDCDDwyGu3izRotdiUCTrE7O41O { 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) { #iIrV131bFpc3egON0uTsmeFoTZZhrl3l { 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) { #DCO79cOC2aAZAH4ML5ESUo3ErKHzGXgy { display:block; }
 }@media only screen and (max-width: 763px) { #IA1MhTvQDbPXCs8fp0maTSWETHD8EUFt { width:13.4980625rem;height:1.21941875rem;top:15.3125rem;left:3.25rem;font-size:0.9375rem;z-index:15119;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #KaLou9nckrRGdGT701zs1DIaoGPKqyzF { width:18.875rem;height:3.65825625rem;top:30.6875rem;left:0.5625rem;font-size:0.9375rem;z-index:15120;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #dqLPDQ0lE54Vs2MTcvD2ssotHTtvmALh { top:8.25rem;left:0rem;width:20rem;height:0.062255875rem;z-index:15112;display:block; }
 }@media only screen and (max-width: 763px) { #ERVRIwC7igOxUScMxy4qBJUIG5PvrXiM { top:14.6875rem;left:0rem;width:20rem;height:0.062255875rem;z-index:15113;display:block; }
 }@media only screen and (max-width: 763px) { #EncIENgtMULOSTvrBpqQxqGCEoZK7NyG { width:18.25rem;height:1.21941875rem;top:46.0625rem;left:0.875rem;font-size:0.9375rem;z-index:15122;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #A5duwsDFxZ3ZSfCN3My1iXqvCzoy2KnV { top:5.5rem;left:6.875rem;width:1.125rem;height:0.875rem;z-index:15115;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #UQsA9RoQpE7wGhRAETOFQ6EM60JBEWRB { width:18.75rem;height:1.21941875rem;top:56.625rem;left:0.625rem;font-size:0.9375rem;z-index:15124;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #VH4ixn8e6kTC4EEzvxPn1BSoQBF9sch2 { width:5.625rem;height:1.21941875rem;top:3.625rem;left:7.1875rem;font-size:0.9375rem;z-index:15125;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #HvXRHhINicT2P5ThPhgeaOOfW2cvxzoP { width:14.8125rem;height:2.4388375rem;top:8.875rem;left:2.59375rem;font-size:0.9375rem;z-index:15126;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #NPvbOMKWtNe0IsHT3kJMwCTAKVHtBDbZ { top:30.0625rem;left:0rem;width:20rem;height:0.062255875rem;z-index:15112;display:block; }
 }@media only screen and (max-width: 763px) { #CwtBWznO3TFxAbMlG83vU00HT2QrSDVX { top:37.75rem;left:0rem;width:20rem;height:0.062255875rem;z-index:15113;display:block; }
 }@media only screen and (max-width: 763px) { #y3OcDPkF9lWkqvA80xZThUycOIveStMz { top:50.6875rem;left:0rem;width:20rem;height:0.062255875rem;z-index:15114;display:block; }
 }@media only screen and (max-width: 763px) { #qqWFv0zTImKXWxmXZTQdwfxcTNfQUv8b { top:11.937501907349rem;left:6.875rem;width:1.125rem;height:0.875rem;z-index:15115;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #cA9S3zux4TZJOXBNwgMJm9Zpzn6udTBe { 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) { #We0Acd8dxXF5tFssar3iH7sD3S3QzKqt { top:17.1875rem;left:12.3125rem;width:1.12426875rem;height:0.875rem;z-index:15119;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #r9Wv1tEAUGa50F2mA4LcZkbUaaid60ca { top:34.999488830566rem;left:6.875rem;width:1.124025rem;height:0.875rem;z-index:15120;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kAbTptZ1QQkGSfTAALezO4yP7rNbkZzT { top:47.937498092651rem;left:6.875rem;width:1.124025rem;height:0.875rem;z-index:15121;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #snhfIIrdPTfSriOWVJgJQU2uh8pltx51 { 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) { #oLynapDem7c6skOuMS2kLH8IGCOliWiG { top:59.687498092651rem;left:6.875rem;width:1.12426875rem;height:0.875rem;z-index:15126;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GRzQrmrTaPNpTJe8pSd1bF4JRNJdiDyF { 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) { #SrfB05M6V5PGTbX4NT4zF6QQnWOgB07B { width:11.9375rem;height:0.975275rem;top:58.0625rem;left:4.03125rem;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) { #TOJziXzXGiMf4rdi8TZfCnMTvtQZxNeq { width:11.437375rem;height:0.975275rem;top:84.774614334106rem;left:8.56162661314rem;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) { #oAkkb2ODGqeiMktHIgKfhn4FTvZXJEyg { width:19.5625rem;height:7.3165rem;top:19.875rem;left:0.3125rem;font-size:0.9375rem;z-index:15120;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #AiDnKalH5uAdOi2IHFhfWGoZgAvFv7V1 { top:27.562194824219rem;left:6.875rem;width:1.124025rem;height:0.875rem;z-index:15121;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #q1NmQgDmmTv2FrgVvxKUDFf2h90A2fhH { width:19.5rem;height:3.65825625rem;top:38.375rem;left:0.3125rem;font-size:0.9375rem;z-index:15121;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #T9VVCcJdQRmEB4x7rtaqHUvgNoifLJzr { top:42.687355041504rem;left:6.875rem;width:1.124025rem;height:0.875rem;z-index:15121;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #uq6OdeIz8P5AlDGC4PXBAzQq7PrbRQ16 { top:45.4375rem;left:0rem;width:20rem;height:0.0615234375rem;z-index:15115;display:block; }
 }@media only screen and (max-width: 763px) { #LmCLstJaSK44XIfdhW6NRyfFHcFxQqUd { width:13.25rem;height:1.21941875rem;top:51.3125rem;left:3.375rem;font-size:0.9375rem;z-index:15124;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #TUbvgCCEFGkggit8mWkPnoxiwZzf3MEi { top:53.187498092651rem;left:6.875rem;width:1.124025rem;height:0.875rem;z-index:15125;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yUII1J526ialnzuTfWQMKoLeEmVRfq2c { top:55.9375rem;left:0rem;width:20rem;height:0.0615234375rem;z-index:15116;display:block; }
 }@media only screen and (max-width: 763px) { #cUzP5AO4UzVzf8x7Nfxw1sS8TB2UZ3rd { top:19.375rem;left:0rem;width:20rem;height:0.0615234375rem;z-index:15114;display:block; }
 }@media only screen and (max-width: 763px) { #gEppsSvzmvCMmral3AtOW2dHSs30PTsP { top:5.5rem;left:12.3125rem;width:1.125rem;height:0.875rem;z-index:15116;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #P3lAV6tDdx1EMckkslMHo35GpsCxCcSE { top:11.9375rem;left:12.3125rem;width:1.125rem;height:0.875rem;z-index:15116;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NpZB7uAGHWLLXuNN5TcCB2mTVwSsxCLH { top:17.187507629394rem;left:6.875rem;width:1.12421875rem;height:0.875rem;z-index:15120;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #iEiR6v6UEuuBLHtaLthqOA5q7xX2nb7c { top:27.5625rem;left:12.3125rem;width:1.1234375rem;height:0.875rem;z-index:15124;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #iwTTqBGCWVOU1iQv1l98u2akz0vlIsUe { top:35rem;left:12.3125rem;width:1.1234375rem;height:0.875rem;z-index:15122;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JWuTTw4rkCoBlt1TG70XaWm8fTAg2G27 { top:42.6875rem;left:12.3125rem;width:1.1234375rem;height:0.875rem;z-index:15123;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gMkgDczPMdIym5EM7z8ff21NumEkUKim { top:47.9375rem;left:12.3125rem;width:1.1234375rem;height:0.875rem;z-index:15123;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #MmEEltcobkFKiFpUlCVbGxT2nEKi9TC8 { top:53.1875rem;left:12.3125rem;width:1.1234375rem;height:0.875rem;z-index:15127;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #eRU3gTC9yN6zyTGakQZPDS124Ohk4wV8 { top:59.6875rem;left:12.3125rem;width:1.12421875rem;height:0.875rem;z-index:15128;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #FwIueTsxaIdwrxQpVg0xtxmeIhITpiwb { top:62.000001907349rem;left:0rem;width:20rem;height:0.0609375rem;z-index:15117;display:block; }
 }@media only screen and (max-width: 763px) { #Dot3NZP0lSUf8SWAfirNicEEiHhtsfy9 { top:67.37500190735rem;left:0rem;width:20rem;height:0.0609375rem;z-index:15118;display:block; }
 }@media only screen and (max-width: 763px) { #zgJdclWyTNBGoGqPcSOMrPU7LC5u0oZS { width:18.75rem;height:1.21941875rem;top:62.625rem;left:1.2500000596046rem;font-size:0.9375rem;z-index:15125;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #MwzcaXDOW7moGsgxe0KRfO34Hotl7OgX { top:64.875rem;left:12.3125rem;width:1.12421875rem;height:0.875rem;z-index:15130;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #c2qQp7FGasEiXA5TfcCJypTo6mphzpbJ { top:65.25rem;left:6.875rem;width:1.125rem;height:0.125rem;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) { #aViM6VMmM4GCTA6OrQ7gl4Z0G1fvZ5qt { width:18.75rem;height:1.21941875rem;top:68.375rem;left:1.2500000596046rem;font-size:0.9375rem;z-index:15126;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #SfTSrxqCpInRoBBRrGik08Fp4DRdEScZ { top:70.987499237062rem;left:6.875rem;width:1.125rem;height:0.125rem;z-index:15142;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) { #TC8Mp1ES5Pkw1x5iu1yX36nEe021rDZN { top:70.5625rem;left:12.3125rem;width:1.12421875rem;height:0.875rem;z-index:15134;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JvHSOQp5mz7GtEPLEBdWdJBMBpqxyck6 { width:20rem;height:1.462275rem;top:0.6875rem;left:0rem;font-size:1.125rem;z-index:15085;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lDEnnV5FrE0TXwzNlAUyzhpDFFk8orXe { 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; }#lDEnnV5FrE0TXwzNlAUyzhpDFFk8orXe.adaptive-delivery-prevent-bg, #lDEnnV5FrE0TXwzNlAUyzhpDFFk8orXe.lazyload, #lDEnnV5FrE0TXwzNlAUyzhpDFFk8orXe.lazyloading { background-image: none; }#lDEnnV5FrE0TXwzNlAUyzhpDFFk8orXe > .row .container { border-width: 0; border-radius: 0; }#lDEnnV5FrE0TXwzNlAUyzhpDFFk8orXe > .row .container { width:20rem;height:572.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OMffdIcaxwIeK6i04KwdoJZ7uifgGJTs { 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) { #U6MPRhyJWSqWxIL3zVzPvQ6kAWmaHzWn { 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) { #DqJcGJT0TPUInp0q7hQdtUcvVpANmZri { 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) { #lx8Ey6KcZEnFVd3xLbHRrDWyVTSfJGwe { display:block; }
 }@media only screen and (max-width: 763px) { #Kh32cTEDMn05OQakii7eJALTBS7TGwTn { 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) { #Ju3ERbxTLWaS27UZG2LaH53VltCusOTI { 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) { #Z9aIr3X9r07Garc080gOOUdZT7C9zSsS { 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) { #XUA2iEEHUNlJz2eqv6bEX2BoVK6CRKMQ { 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) { #tk6mdInHxJWmqtqBAhQvlrk3QrDwvGvG { display:block; }
 }@media only screen and (max-width: 763px) { #tEmI5Jw0dWuTTTW9voAeyiWOMXR6ERCz { 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) { #LBSS6xZ9IxD3Q5ymlTVp59OaT08MhGR0 { 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) { #bqHTHgSIrZ3kqsCbCGtvV9BZK3cKu9N6 { 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) { #KPDTF8en0b7DkAXpeVoRpr2tsoIUKvSJ { 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) { #pH2N3LLhf3hTipZhfiX5NfwP4TAZI4mo { display:block; }
 }@media only screen and (max-width: 763px) { #IwbkiNlrVb4mPasAsE0nurn3ZHFDxxkB { 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) { #ABZwVWmuIr6fuTQDdOo8tpBygJubtG5U { width:20rem;height:41.4375rem;top:14.022216796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkkX1RAyPs1zi0h39DdLJXeLXLzZkkCr { width:19.875rem;height:41.25rem;top:56.771466796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2ZV1xFIogt0ZFaVKPPIJBXRHL9S1Fep { width:13.125rem;height:1.625rem;top:10.021094322204rem;left:1.0624998807907rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #m4oJC9XaQ2GNq13KJDCOzZqixV923s85 { width:17.937rem;height:1.29980625rem;top:21.522216796875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1dq4SxDBVNJBllt8gMfl1a2kZWN6wyu { width:17.87475rem;height:3.8994125rem;top:23.958740234375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #du2B5bTP2T7e9JDxtZwQ58HZtq0TpQcq { width:17.87475rem;height:1.29980625rem;top:30.771484375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tceeXXw2FNBx2axfpRAc5TTirclHryMz { width:17.87475rem;height:2.5rem;top:36.147216796875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlMM6teiSfXg917y2QHu1c9Brn5L4W7L { width:17.87475rem;height:1.25rem;top:40.272216796875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ng5N9wKorCsvPK6q4DW0nl2dtcBLW74m { width:17.87475rem;height:1.25rem;top:43.021240234375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iomvvKNdAv9BVqbbh7JZBpCCRKnVrnbb { width:20rem;height:0;top:26.834716796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybylTT9d6p4pQ33slulKcXBLSdQkJyAX { width:20rem;height:0;top:29.459228515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7UoSBaLHxsHXBktkVFe1QJuZnQfk9d0 { width:20rem;height:0;top:35.272216796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTIr5qcCnkSkQTW09D3LfFHc9qJWUzli { width:20rem;height:0;top:39.39697265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SP36e8eaabP4l73PIOUvm8OilmpiC0JG { width:20rem;height:0;top:45.084228515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qteQ29xkv8dhmJfQ8zwelzkq9cOtoCwa { width:20rem;height:0;top:23.14697265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbzAqG8AWsc05RPTBI82MKFnPUKTsevR { width:13.93675rem;height:1.640625rem;top:103.80249023438rem;left:3rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PK9IJOpmGb32MRdf9FFuX9F5l6HyuXTE { width:1.125rem;height:0.9375rem;top:176.92627070312rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uP4kroZ7azt1DV9RzX8PGP0sh3ZAQqbd { width:1.0625rem;height:0.88599256183188rem;top:189.96632070313rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMbtI000zpRk4HVvLKCTM4FqM2VgDsFc { width:1.0625rem;height:0.88599256183188rem;top:192.10133320312rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEXWLh9FODhGvlbNcTMsNTnLsImv3eBK { 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) { #o0BLWPvNmEZN36yQgxGrf7bwliFtdeco { 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) { #Rr5Rs9EVefWqlnPgtMZdGkHyWqTKQs5f { width:1.0625rem;height:0.88599256183188rem;top:202.68385820312rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxxoAd58p0pM7hiukmsRSFxXCl4O1BcU { width:20rem;height:1.29980625rem;top:198.93385820312rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVF6k1fyWEVv7WcW2BpahTcW0SBBtrDp { width:1.0625rem;height:0.88599256183188rem;top:207.38137070312rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #caPf0I4786TNa5uK3XGs76lS0zipZedR { width:1.0625rem;height:0.88599256183188rem;top:224.71147070313rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8wcpkoPnTvnc5Jg0PFaQ5t0MzVoS6kR { width:1.0625rem;height:0.88599256183188rem;top:244.99150820312rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxOkrnAAD0NzJT1ZQJpW5SM9B4xxeboc { width:11.9375rem;height:0.8125rem;top:266.13653320312rem;left:4rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cyw7t36Pssr0Lu4JJ3gzsEaUrxpggLe1 { 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) { #lQHMk3MXM9UXTTsX5pNyHw5ltq5CgCUO { width:17.875rem;height:9.1rem;top:270.69903320312rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhoO6wcTyyIeeiGFTx4TpKuvd4AXdZK6 { width:20rem;height:0;top:282.26153320312rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQCPAmCngZIoG3EbwTlOfQbQx5m5N2ST { width:2.4375rem;height:0;top:343.67270195312rem;left:8.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaHFhPgWcl8NTyGeH3G7wEGKpTkCC9u2 { width:1.25rem;height:0;top:347.36020195312rem;left:9.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0xLKODJ7FO3MTcTKiTrfR6gGxLZQ5si { width:3.4375rem;height:0;top:353.04770195312rem;left:8.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuAZqF0wHTHbFDza0IFovgavJSMnUa6r { width:20rem;height:3.8994125rem;top:385.23520195312rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mfp14aFlZu05FP4gg5ZCwPWbAzn5CJ2b { width:20rem;height:0;top:383.92270195312rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnDTOyp4lFW1u9m6CSFXqiTVvaicRopx { width:1.0625rem;height:0.88574375rem;top:394.12094570313rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UthNiRx75wxUCwIIQAwJiIxBXKXGA0Tw { top:-1.0625rem;left:-0.3125rem;width:20rem;height:0.0615234375rem;z-index:15113;display:block; }
 }@media only screen and (max-width: 763px) { #DGzHN71e1ccwbLZQAgm2iak4us1CCpst { width:13.1875rem;height:54.625rem;top:454.69204096708rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2C8dADssCpoPyqbV0PalZwPfsTl3ubo { width:11.75rem;height:0;top:399.17797695312rem;left:3.65625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3HVOrsLCF7aaafoEy9t5t3U5LMDrxMK { width:2.4375rem;height:0;top:401.41235189352rem;left:7.03125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEtIllSsA1zq1NOq4K2fHsuZrCrx0C5a { width:1.25rem;height:0;top:401.66235189352rem;left:9.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w73ZVFU628yeOher6DFCtUk5Osaxp3cQ { width:0.8125rem;height:0;top:401.61547689352rem;left:10.28125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsRVfyGC7hWKXywT7RWda3k87LtzT39t { width:3.4375rem;height:0;top:401.84985189352rem;left:10.96875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6MLTxAbhs0dxKMOnsyCbQZmKMzVDCnP { width:1.0625rem;height:0.88678625877744rem;top:408.63657050047rem;left:10.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAuL3TyUlAaVNNVBoby1O0eTt415cGyO { width:1.0625rem;height:0.88678625877744rem;top:412.67953925047rem;left:10.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDbnyfvqHTCogr4ZibgbByzTP0MiZngM { width:1.0625rem;height:0.88678625877744rem;top:416.76157145414rem;left:10.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #urx7GuHQhs7VgZe0Goqbh6Haemt5rlM6 { width:1.0625rem;height:0.88678625877744rem;top:423.47485308561rem;left:10.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3LH4KOoemZJIZ8HqbJxAoQrgcmu1AWB { width:1.0625rem;height:0.88678625877744rem;top:431.59985117826rem;left:10.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHUW2XNzFpWZFmQJk0l98zWbBBBTC0CR { width:1.0625rem;height:0.88678625877744rem;top:438.34985117826rem;left:10.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9fkrUPgLDCRRkuoLTG8SZaaxqs2boor { width:17.9375rem;height:2.6rem;top:97.089064121244rem;left:1.6000000238419rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wH2vJZyLgfpQyt1TVzwvKKzQH8Tg7AJe { width:20rem;height:0;top:513.31704096708rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhEfEyIdpSnFWp7yhfRoc30JCZJpy0Cw { width:20rem;height:0;top:521.46469721708rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptzPtox0vZEuX5ekV0A0SxCgg0FFgoT5 { width:19.4375rem;height:0;top:525.36235346708rem;left:0.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiExQ4BHcCDvHrs4NIQpDl3WR0Vh07Kf { width:1.25rem;height:0;top:515.4287620059rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSXUANLtFy7xWwGk415CyyMX9HAxqati { width:7.9375rem;height:0;top:533.17485346708rem;left:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTXaf0yIoWGIBBpPOEWGMvprOWbSTPdQ { width:7.875rem;height:0;top:542.11235346708rem;left:6.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AphdyJiTsRkfB3sO83Fu0deT1gQh1FbL { width:1.0625rem;height:0.88627487206967rem;top:547.23735346708rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgyovtZiHIli2D1pyLwK4edTB2TNhmHD { width:1.0625rem;height:0.884776668062rem;top:553.64334721708rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pswrrHDAJkEAIki8orEhsPN0Zn893opp { width:1.1875rem;height:0.0625rem;top:560.05062846708rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSNnIGkPSL3WuTvohDs7KTbHZMMor7z5 { width:1.0625rem;height:0.88735127908828rem;top:557.91400971708rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTKOZFGnqhPQKMdwxXxoKk2lyizZUq7J { width:1.0625rem;height:0.88735127908828rem;top:555.77739096708rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AI2MUSIpFqJUqFaW71SaJaoVNqzLimL4 { width:1.0625rem;height:0.88627487206967rem;top:549.37268471708rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lp84HMFPE6s3bX4Ta4mxcKIf3Vram8yJ { width:1.0625rem;height:0.88627487206967rem;top:561.36312846708rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJ9H3nkIHZS2HZLbZXOx88NQu6GeWdpy { width:1.0625rem;height:0.88627487206967rem;top:551.50801596708rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1hyP3STcymys3nfnXdih2d9RFAR8GwW { width:12.5rem;height:2.4324125rem;top:563.49845971708rem;left:3.75rem;font-size:0.625rem;display:block; }
 }