.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:230,234,242;--color-primary-1:180,193,217;--color-primary-2:130,152,192;--color-primary-3:106,111,131;--color-primary-4:47,84,150;--color-secondary-0:255,255,255;--color-secondary-1:255,255,255;--color-secondary-2:255,255,255;--color-secondary-3:128,128,128;--color-secondary-4:38,38,38;--color-tertiary-0:217,217,217;--color-tertiary-1:128,128,128;--color-tertiary-2:0,0,0;--color-tertiary-3:0,0,0;--color-tertiary-4:0,0,0;--headlines-font-family:"open sans";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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); }#AiBo6EWaFhNWk4gBTJQXiBkkRIyg6wzm { position:relative;display:block; }#AiBo6EWaFhNWk4gBTJQXiBkkRIyg6wzm { background-color: transparent; background-image: none; }#AiBo6EWaFhNWk4gBTJQXiBkkRIyg6wzm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AiBo6EWaFhNWk4gBTJQXiBkkRIyg6wzm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AiBo6EWaFhNWk4gBTJQXiBkkRIyg6wzm > .row .container > .video-iframe-container { display: none; }#AiBo6EWaFhNWk4gBTJQXiBkkRIyg6wzm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AiBo6EWaFhNWk4gBTJQXiBkkRIyg6wzm > .row > .video-iframe-container { display: none; }#AiBo6EWaFhNWk4gBTJQXiBkkRIyg6wzm > .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); }#AiBo6EWaFhNWk4gBTJQXiBkkRIyg6wzm { border-width: 0; border-radius: 0; }#AiBo6EWaFhNWk4gBTJQXiBkkRIyg6wzm > .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; }#AiBo6EWaFhNWk4gBTJQXiBkkRIyg6wzm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:2.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#luucUynCRXfIhGgPapQNrQi2Zx15E6iy { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:1.9375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0.46875rem;left:34.65625rem;display:block; }
#BreM87UxQea3gIG8JdGrEqDfzyy9G3eO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VebsPvtZOnvC7HwU2b0vFnShuRKHTdlN { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.1875rem;height:1.9375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.46875rem;left:10.71875rem;display:block; }
#vTECTmlpT3cpi2aAyGToIxxI3QhpiXZr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oxsKtAKVIeSAh201K2wPHyek5hMCdGnO { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.1875rem;height:1.9375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.46875rem;left:56.90625rem;display:block; }
#whtShGxfzz4RoN3VcceCugre1NvMMNwE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dUTDRRpUHLzgl1nMIh7yn3CJBb6TiV0H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dUTDRRpUHLzgl1nMIh7yn3CJBb6TiV0H > .row .container { background-color: transparent; background-image: none; }#dUTDRRpUHLzgl1nMIh7yn3CJBb6TiV0H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dUTDRRpUHLzgl1nMIh7yn3CJBb6TiV0H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dUTDRRpUHLzgl1nMIh7yn3CJBb6TiV0H > .row .container > .video-iframe-container { display: none; }#dUTDRRpUHLzgl1nMIh7yn3CJBb6TiV0H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dUTDRRpUHLzgl1nMIh7yn3CJBb6TiV0H > .row > .video-iframe-container { display: none; }#dUTDRRpUHLzgl1nMIh7yn3CJBb6TiV0H > .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); }#dUTDRRpUHLzgl1nMIh7yn3CJBb6TiV0H > .row .container { border-width: 0; border-radius: 0; }#dUTDRRpUHLzgl1nMIh7yn3CJBb6TiV0H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dUTDRRpUHLzgl1nMIh7yn3CJBb6TiV0H > .row .container { font-size:0.875rem;font-family:arial;height:41.875rem;width:75rem;position:relative;display:block; }#HMs0NaQwk2FN8klh5zMWZMx1ihGeKtm7 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.8125rem;width:14.9375rem;top:3.724609375rem;left:7.40625rem;overflow:hidden;display:block; }
#hC2hTnK1KTVceCThHT4ssA7a0pksqyOO { color:rgba(var(--color-primary-4),1);display:block;width:27.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 1.875rem rgba(var(--color-tertiary-2),0.25);top:4.46875rem;left:25.90625rem;height:4.875rem;font-style:normal;display:block; }
#k1kT0EoAIcz7vutIcXOkzZwyWOCMhQxs { color:rgba(var(--color-primary-4),1);display:block;width:24.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.6;letter-spacing:0;text-shadow:0rem 0rem 1.875rem rgba(var(--color-tertiary-2),0.5);top:9.34375rem;left:25.90625rem;height:1.5996125rem;display:block; }
#ABhCrT69w5TTSgTJzA0UeoAFbz9k681s { color:rgba(var(--color-primary-4),1);display:block;width:27.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:23.87890625rem;left:7.40625rem;height:5.68359375rem;text-align:center;text-align-last:center;display:block; }
#bNqbyPiuCNTlorf0fqpscLVAedTibUcE { box-sizing:content-box;height:8.5rem;width:27.5rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:31.609375rem;left:7.40625rem;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);display:block; }
#RB48uQPuTvsXTo22yb2AL31VAMIA3pTF { color:rgba(var(--color-primary-4),1);display:block;width:25.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:32.9375rem;left:8.5rem;height:6.09375rem;text-align:center;text-align-last:center;display:block; }
#ioewZg6prJXte9M7zlSRadw8I7FTl4bK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:24.5625rem;left:67.875rem; }
#TMCKNSMAhHLeqLZ407KgyCSmyh1HHXIa { color:rgba(var(--color-primary-4),1);display:block;width:39.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:12.5185546875rem;left:25.90625rem;height:7.957rem;display:block; }
#xkdcVFdL26vQyZUq5gdifcppX27ml3RH { position:absolute;display:block;z-index:15036;border-top:0.1875rem solid rgba(var(--color-primary-4),1);border-left:0.1875rem solid rgba(var(--color-primary-4),1);border-right:0.1875rem solid rgba(var(--color-primary-4),1);border-bottom:0.1875rem solid rgba(var(--color-primary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.8125rem;width:30rem;top:25.9375rem;left:40.875rem;overflow:hidden;display:block; }
#ULXnwuou7nrETB2BgSp7TQEoa5ZCnlFG { position:relative;display:block; }#ULXnwuou7nrETB2BgSp7TQEoa5ZCnlFG { background-color: transparent; background-image: none; }#ULXnwuou7nrETB2BgSp7TQEoa5ZCnlFG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ULXnwuou7nrETB2BgSp7TQEoa5ZCnlFG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ULXnwuou7nrETB2BgSp7TQEoa5ZCnlFG > .row .container > .video-iframe-container { display: none; }#ULXnwuou7nrETB2BgSp7TQEoa5ZCnlFG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ULXnwuou7nrETB2BgSp7TQEoa5ZCnlFG > .row > .video-iframe-container { display: none; }#ULXnwuou7nrETB2BgSp7TQEoa5ZCnlFG > .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); }#ULXnwuou7nrETB2BgSp7TQEoa5ZCnlFG { border-width: 0; border-radius: 0; }#ULXnwuou7nrETB2BgSp7TQEoa5ZCnlFG > .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; }#ULXnwuou7nrETB2BgSp7TQEoa5ZCnlFG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RRA5UU7KhNZXBXgGPQ8vRiOZzyOrzGB4 { color:rgba(var(--color-primary-4),1);display:block;width:5.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:1.0625rem;left:11.5625rem;height:1.625rem;display:block; }
#F7QOD8vWV0TFv0V0VStBkpLPptWZqQ40 { color:rgba(var(--color-primary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:1.0625rem;left:30.625rem;height:3.89941875rem;text-align:center;text-align-last:center;display:block; }
#L3JVQeP8qTPl1XmG8qayAmGGHtgOpJhT { color:rgba(var(--color-primary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:1.0625rem;left:51rem;height:3.89941875rem;text-align:center;text-align-last:center;display:block; }
#MSbLpwXvnUohTzor0GnsPi282pC71L2e { position:absolute;display:block;z-index:15022;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:2.4375rem;top:3.375rem;left:12.375rem;overflow:hidden;display:block; }
#bGS3uq0nKJ3vZRyy9KH2lE3u4fgVTKEv { position:relative;display:block; }#bGS3uq0nKJ3vZRyy9KH2lE3u4fgVTKEv { background-color: transparent; background-image: none; }#bGS3uq0nKJ3vZRyy9KH2lE3u4fgVTKEv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bGS3uq0nKJ3vZRyy9KH2lE3u4fgVTKEv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bGS3uq0nKJ3vZRyy9KH2lE3u4fgVTKEv > .row .container > .video-iframe-container { display: none; }#bGS3uq0nKJ3vZRyy9KH2lE3u4fgVTKEv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bGS3uq0nKJ3vZRyy9KH2lE3u4fgVTKEv > .row > .video-iframe-container { display: none; }#bGS3uq0nKJ3vZRyy9KH2lE3u4fgVTKEv > .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); }#bGS3uq0nKJ3vZRyy9KH2lE3u4fgVTKEv { border-width: 0; border-radius: 0; }#bGS3uq0nKJ3vZRyy9KH2lE3u4fgVTKEv > .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; }#bGS3uq0nKJ3vZRyy9KH2lE3u4fgVTKEv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:2.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW { position:relative;display:block; }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW { background-color: transparent; background-image: none; }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .row .container > .video-iframe-container { display: none; }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .row > .video-iframe-container { display: none; }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .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); }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW { border-width: 0; border-radius: 0; }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .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; }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:48.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mZM566oPRaTIRAWNTvZXeJVZUrlXWvxP { color:rgba(var(--color-tertiary-2),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.6875rem;left:12.4375rem;height:1.29980625rem;font-style:normal;display:block; }
#rm9v3eLIypk8cmQJelaTXT8ynziu5eEa { color:rgba(var(--color-tertiary-2),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:7.3125rem;left:12.4375rem;height:5.68359375rem;display:block; }
#kMpEKAotAd4BWTsbSV5fwHtyylV8cNEX { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-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:13.75rem;width:0.0625rem;top:5.8125rem;left:2.5625rem;display:block; }
#sEoOU0TsOnOv0xKrwd7vHmIxML7QtN1W { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-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:13.75rem;width:0.0625rem;top:26.75rem;left:2.5625rem;display:block; }
#FcrcizfhIXzGIzgz95Hv3tno26JB57DL { color:rgba(var(--color-tertiary-2),1);display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:16.8115234375rem;left:12.4375rem;height:5.68359375rem;display:block; }
#mGM33zJHaSpQEfOG40TAZfUGqmA0NfNr { color:rgba(var(--color-tertiary-2),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:15.51171875rem;left:12.4375rem;height:1.29980625rem;font-style:normal;display:block; }
#iM0a7qBZggIxJVSxArPX7S6iowgnG0sT { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.375rem;width:35.9375rem;top:28.9931640625rem;left:37.5rem;overflow:hidden;display:block; }
#tM4NhEEC5QLiRZSczU9qXTqVpWtcX7ai { color:rgba(var(--color-tertiary-2),1);display:block;width:21.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:37.875rem;left:12.4375rem;height:9.09375rem;display:block; }
#oUPRQnUSsaUFZ9G9oK63h7Iw6raCmcks { color:rgba(var(--color-tertiary-2),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:36.25rem;left:12.4375rem;height:1.29980625rem;font-style:normal;display:block; }
#MQ58xboWX490i7l3FDVDwHV0aCVyAWao { color:rgba(var(--color-tertiary-2),1);display:block;width:21.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:26.8125rem;left:12.4375rem;height:6.8203125rem;display:block; }
#JWhvTfBLPpUycJFKM3Ji85216IEcUnXw { color:rgba(var(--color-tertiary-2),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:25.1875rem;left:12.4375rem;height:1.29980625rem;font-style:normal;display:block; }
#epRGlaZFTvsJ4yUQMSoM8yaOCwE20KFG { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.625rem;width:37.5rem;top:9.1875rem;left:37.5rem;overflow:hidden;display:block; }
#nOp8KPkXq9w4yd4LnpctHutBwQaTKTki { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:22.375rem;left:1.8125rem; }
#vvKGcOk4M4lqws53XEHpAkfmTTA03VgV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:5.6875rem;left:7.21875rem; }
#JOUXNDIXn1TU4TCUdJARpXPQTFwQJhnB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:16.5rem;left:7.21875rem; }
#AwTm85x2tMoGKFNC1WlyRartm0gd94zT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:25.1875rem;left:7.21875rem; }
#O763QvUf3M7t5FAVs1e0ffBvxwtpdScT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:36.25rem;left:7.21875rem; }
#qvbT74SvlRnn5qPr2gBb9X0DEZvxFh4C { color:rgba(var(--color-primary-4),1);display:block;width:33.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:1.3125rem;left:38.4375rem;height:4.38671875rem;display:block; }
#hVNQRhnwxiRgsU7vRqENZOxxxQ3tOJBB { color:rgba(var(--color-primary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:5.6875rem;left:38.4375rem;height:1.29980625rem;display:block; }
#id0RKu6dhT1hmDwtIvBwalM5AItDwMWx { position:relative;display:block; }#id0RKu6dhT1hmDwtIvBwalM5AItDwMWx { background-color: transparent; background-image: none; }#id0RKu6dhT1hmDwtIvBwalM5AItDwMWx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#id0RKu6dhT1hmDwtIvBwalM5AItDwMWx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#id0RKu6dhT1hmDwtIvBwalM5AItDwMWx > .row .container > .video-iframe-container { display: none; }#id0RKu6dhT1hmDwtIvBwalM5AItDwMWx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#id0RKu6dhT1hmDwtIvBwalM5AItDwMWx > .row > .video-iframe-container { display: none; }#id0RKu6dhT1hmDwtIvBwalM5AItDwMWx > .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); }#id0RKu6dhT1hmDwtIvBwalM5AItDwMWx { border-width: 0; border-radius: 0; }#id0RKu6dhT1hmDwtIvBwalM5AItDwMWx > .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; }#id0RKu6dhT1hmDwtIvBwalM5AItDwMWx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:2.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RkOCLPF1QCIyDUIlNlCiApra6alcmyS9 { position:relative;display:block; }#RkOCLPF1QCIyDUIlNlCiApra6alcmyS9 { background-color: transparent; background-image: none; }#RkOCLPF1QCIyDUIlNlCiApra6alcmyS9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RkOCLPF1QCIyDUIlNlCiApra6alcmyS9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RkOCLPF1QCIyDUIlNlCiApra6alcmyS9 > .row .container > .video-iframe-container { display: none; }#RkOCLPF1QCIyDUIlNlCiApra6alcmyS9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RkOCLPF1QCIyDUIlNlCiApra6alcmyS9 > .row > .video-iframe-container { display: none; }#RkOCLPF1QCIyDUIlNlCiApra6alcmyS9 > .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); }#RkOCLPF1QCIyDUIlNlCiApra6alcmyS9 { border-width: 0; border-radius: 0; }#RkOCLPF1QCIyDUIlNlCiApra6alcmyS9 > .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; }#RkOCLPF1QCIyDUIlNlCiApra6alcmyS9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:47.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RVrBUygnfaVrfJrcoz7pEN5sUDuKLRTv { color:rgba(var(--color-tertiary-2),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.625rem;left:12.5625rem;height:1.29980625rem;font-style:normal;display:block; }
#PyWeiJzPrVoVDENBrZJJ8tJZr6caAr4D { color:rgba(var(--color-tertiary-2),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:9.25rem;left:12.5625rem;height:6.8203125rem;display:block; }
#cOyhFXVE7oxJyVZDUpIMhRKpvzRJLPJC { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-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:13.75rem;width:0.0625rem;top:5.8125rem;left:2.5625rem;display:block; }
#JzdEFP94xZvvTIcsTfUX6f8sbRdu8Psd { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-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:13.75rem;width:0.0625rem;top:26.75rem;left:2.5625rem;display:block; }
#A5q62LUrRF7nOZhFMnFoDZHhr9a84CbI { color:rgba(var(--color-tertiary-2),0.88);display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:21rem;left:12.8125rem;height:10.23046875rem;display:block; }
#u3odAcP7tcefsz7TR73U7cNQEadVoKiK { color:rgba(var(--color-tertiary-2),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:19.75rem;left:12.8125rem;height:1.29980625rem;font-style:normal;display:block; }
#DHBDIEbglWmT3U5FasZzUOaoiGwWvQaV { position:absolute;display:block;z-index:15017;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:14rem;width:31.4375rem;top:26.75rem;left:41.28125rem;overflow:hidden;display:block; }
#ODOs8CiUyc3p6qtWHWb11pORWtsalnzC { color:rgba(var(--color-tertiary-2),1);display:block;width:21.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:33.75rem;left:12.4375rem;height:6.8203125rem;display:block; }
#qfEsodv9OGbB7DAeehQNmkvrBk7UBJsC { color:rgba(var(--color-tertiary-2),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:32.125rem;left:12.4375rem;height:1.29980625rem;font-style:normal;display:block; }
#nhW8yRafOv7sNPF4uiNsqEa7s05IUbnJ { position:absolute;display:block;z-index:15003;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:8.9375rem;width:37.5rem;top:10.6875rem;left:37.5rem;overflow:hidden;display:block; }
#ABGrnLWl3I3K14qokoBa6mCx28s2awOH { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:22.375rem;left:1.8125rem; }
#uJwzGFnBTHLwZ0yn3gA8dmvsWvBQP8Rl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:7.625rem;left:7.375rem; }
#zpM0X6OaER7l6dBZA5WrbnRETmAHkafU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:20.6875rem;left:7.625rem; }
#uztacTvauvzE71JfaC21Q5T8IICBaN9P { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:32.125rem;left:7.25rem; }
#IUvryWrkx141zUUrRKbluXpb5MRr53ik { color:rgba(var(--color-primary-4),1);display:block;width:33.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:1.125rem;left:37.8125rem;height:4.38671875rem;display:block; }
#QP2HdXF2hqGKXo6Z6kUutScG53kR4SSG { color:rgba(var(--color-primary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:5.8125rem;left:37.8125rem;height:1.29980625rem;display:block; }
#UVNa8JeZ51oHoVMMsNSgptDndhhqifPB { position:relative;display:block; }#UVNa8JeZ51oHoVMMsNSgptDndhhqifPB { background-color: transparent; background-image: none; }#UVNa8JeZ51oHoVMMsNSgptDndhhqifPB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UVNa8JeZ51oHoVMMsNSgptDndhhqifPB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UVNa8JeZ51oHoVMMsNSgptDndhhqifPB > .row .container > .video-iframe-container { display: none; }#UVNa8JeZ51oHoVMMsNSgptDndhhqifPB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UVNa8JeZ51oHoVMMsNSgptDndhhqifPB > .row > .video-iframe-container { display: none; }#UVNa8JeZ51oHoVMMsNSgptDndhhqifPB > .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); }#UVNa8JeZ51oHoVMMsNSgptDndhhqifPB { border-width: 0; border-radius: 0; }#UVNa8JeZ51oHoVMMsNSgptDndhhqifPB > .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; }#UVNa8JeZ51oHoVMMsNSgptDndhhqifPB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:2.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row .container { background-color: transparent; background-image: none; }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row .container > .video-iframe-container { display: none; }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row > .video-iframe-container { display: none; }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .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); }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row .container { border-width: 0; border-radius: 0; }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row .container { font-size:0.875rem;font-family:arial;height:46.875rem;width:75rem;position:relative;display:block; }#anyX8VFk8X5tLPCdN8BartsM7WfXsx1c { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/053d4700-cea0-4850-8cb4-420556d75c87/UR24030MaverickCL100DR.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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:15.0625rem;width:31.6875rem;top:24.375rem;left:3.15625rem;display:block; }#anyX8VFk8X5tLPCdN8BartsM7WfXsx1c.adaptive-delivery-prevent-bg, #anyX8VFk8X5tLPCdN8BartsM7WfXsx1c.lazyload, #anyX8VFk8X5tLPCdN8BartsM7WfXsx1c.lazyloading { background-image: none; }
#h4optaO8pV62lcoVG2etbd9FT6dhkdgF { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:15.5rem;left:38.75rem;height:1.29980625rem;font-style:normal;display:block; }
#J5ExTm9JNUZZ7dRUrTJTIGrs5pLEBZAa { color:rgba(var(--color-tertiary-2),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:17.375rem;left:38.75rem;height:13.640625rem;display:block; }
#A5QOPvyIv7RUTrbzncoTlfoW3B1STRbK { color:rgba(var(--color-tertiary-2),1);display:block;width:38.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:30.875rem;left:30.5625rem;height:;display:block; }
#BW5PA1irpNecHoeiRkW7l4N7sXxvdK9e { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-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:13.75rem;width:0.0625rem;top:5.375rem;left:72.5625rem;display:block; }
#Eq9vyJKcZ8RtbQXeTLCEd9QJrtXU0qf9 { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-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:13.75rem;width:0.0625rem;top:26.3125rem;left:72.5625rem;display:block; }
#uhw4xTp4LauG0HrrTbd5Mi39FWen8zZk { box-sizing:content-box;height:47rem;width:38.625rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-4),1);background-image:none;top:-0.125rem;left:0rem;display:block; }
#maOo2lp6dPFxaNi6fRi0bp10Lq6l47HV { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:21.53125rem;left:71.8125rem; }
#qnIbHeNU5Af8HdfrUmMp3XWoZK50gRhw { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:17.75rem;width:31.625rem;top:5.6875rem;left:3.1875rem;display:block; }
#qAbRVcZ42nFFm8eT4y2x9OoWfdmzsuXz { color:rgba(var(--color-primary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:5.375rem;left:40.875rem;height:1.29980625rem;display:block; }
#XKs8WcXpgMH9POFIrRkn1xwZq49itsSw { box-sizing:content-box;height:20.0625rem;width:35.5rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:13.4375rem;left:37.125rem;display:block; }
#OCFiTKVhkS4ga1T7ArQFAH6HF0BE2pME { color:rgba(var(--color-primary-4),1);display:block;width:31.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:1.05078125rem;left:40.6875rem;height:4.38671875rem;display:block; }
#sXPu7wmzIm48EGhsgmTaSrhJrFPtkBF0 { position:relative;display:block; }#sXPu7wmzIm48EGhsgmTaSrhJrFPtkBF0 { background-color: transparent; background-image: none; }#sXPu7wmzIm48EGhsgmTaSrhJrFPtkBF0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sXPu7wmzIm48EGhsgmTaSrhJrFPtkBF0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sXPu7wmzIm48EGhsgmTaSrhJrFPtkBF0 > .row .container > .video-iframe-container { display: none; }#sXPu7wmzIm48EGhsgmTaSrhJrFPtkBF0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sXPu7wmzIm48EGhsgmTaSrhJrFPtkBF0 > .row > .video-iframe-container { display: none; }#sXPu7wmzIm48EGhsgmTaSrhJrFPtkBF0 > .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); }#sXPu7wmzIm48EGhsgmTaSrhJrFPtkBF0 { border-width: 0; border-radius: 0; }#sXPu7wmzIm48EGhsgmTaSrhJrFPtkBF0 > .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; }#sXPu7wmzIm48EGhsgmTaSrhJrFPtkBF0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:2.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gUUS0zzCaUK1Gv9MJbLZFTfUdLhz4v6f { position:relative;display:block; }#gUUS0zzCaUK1Gv9MJbLZFTfUdLhz4v6f { background-color: transparent; background-image: none; }#gUUS0zzCaUK1Gv9MJbLZFTfUdLhz4v6f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gUUS0zzCaUK1Gv9MJbLZFTfUdLhz4v6f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gUUS0zzCaUK1Gv9MJbLZFTfUdLhz4v6f > .row .container > .video-iframe-container { display: none; }#gUUS0zzCaUK1Gv9MJbLZFTfUdLhz4v6f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gUUS0zzCaUK1Gv9MJbLZFTfUdLhz4v6f > .row > .video-iframe-container { display: none; }#gUUS0zzCaUK1Gv9MJbLZFTfUdLhz4v6f > .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); }#gUUS0zzCaUK1Gv9MJbLZFTfUdLhz4v6f { border-width: 0; border-radius: 0; }#gUUS0zzCaUK1Gv9MJbLZFTfUdLhz4v6f > .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; }#gUUS0zzCaUK1Gv9MJbLZFTfUdLhz4v6f > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:47.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rkuuJ4zdwb5uKTLIFI7VH3SmApMCn81l { color:rgba(var(--color-tertiary-2),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:10.125rem;left:12.3125rem;height:1.29980625rem;font-style:normal;display:block; }
#JNMwKhKTMHo8adWWCvlpZfHXQwFmbsnh { color:rgba(var(--color-tertiary-2),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:11.75rem;left:12.3125rem;height:6.8203125rem;display:block; }
#O6ipa5rhTCTT2gV3GZdwBlT0vIGgJpWL { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-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:13.75rem;width:0.0625rem;top:5.8125rem;left:2.5625rem;display:block; }
#HALhW3VQQkLrgytm8DIAZPnwgpMBcxzc { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-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:13.75rem;width:0.0625rem;top:26.75rem;left:2.5625rem;display:block; }
#u9CDTUvTFHzxARSlsEMOQ2Fae0UoAqTs { color:rgba(var(--color-tertiary-2),1);display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:25.1875rem;left:12.4375rem;height:4.546875rem;display:block; }
#Rd4clDWCreq2sKLLzcN0oqENUQufsLcm { color:rgba(var(--color-tertiary-2),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:23.9375rem;left:12.4375rem;height:1.29980625rem;font-style:normal;display:block; }
#gWokCVPNpNn5VszMlbAaHuGJVP3XNixi { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.375rem;width:16.3125rem;top:25.2744140625rem;left:40.099674721189rem;overflow:hidden;display:block; }
#DGlxEefLnXqKw3U2f0Jy69dGVrgitRq4 { color:rgba(var(--color-tertiary-2),1);display:block;width:21.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:34.875rem;left:12.4375rem;height:7.957rem;display:block; }
#HyWE1qOhAMXgyzlLk15onKsDMxQdmIic { color:rgba(var(--color-tertiary-2),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:33.25rem;left:12.4375rem;height:1.29980625rem;font-style:normal;display:block; }
#bViXapOu2rPTLDLqA5To6e4mRQwD1m0p { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:22.375rem;left:1.8125rem; }
#BTJDrk2MJ3Alno8DwxPnQJnnpMn9cIr1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:1.3125rem;left:20.5rem; }
#b9QfQT3KfTePQKkk0mJKdUaf9szs9BBZ { color:rgba(var(--color-primary-4),1);display:block;width:14.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:0.6875rem;left:5.0625rem;height:4.38671875rem;display:block; }
#Kc35IhuTQMQ5lSQox9BfsQHSUvw9EMQ5 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.1875rem;width:10.375rem;top:25.375rem;left:59.15625rem;overflow:hidden;display:block; }
#tE2vWELy8tdHGyDziLf1PMDlnTJ5y8rf { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:19.3125rem;width:34.4375rem;top:4.6875rem;left:38.76953125rem;display:block; }
#GpzK4MTChuISAB8amrc1Af1txR8QWE0I { color:rgba(var(--color-primary-4),1);display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:4.8125rem;left:5.0625rem;height:1.625rem;display:block; }
#gTZCzOkTlV6p99SRrGJv54CVBEKGb77N { position:relative;display:block; }#gTZCzOkTlV6p99SRrGJv54CVBEKGb77N { background-color: transparent; background-image: none; }#gTZCzOkTlV6p99SRrGJv54CVBEKGb77N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gTZCzOkTlV6p99SRrGJv54CVBEKGb77N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gTZCzOkTlV6p99SRrGJv54CVBEKGb77N > .row .container > .video-iframe-container { display: none; }#gTZCzOkTlV6p99SRrGJv54CVBEKGb77N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gTZCzOkTlV6p99SRrGJv54CVBEKGb77N > .row > .video-iframe-container { display: none; }#gTZCzOkTlV6p99SRrGJv54CVBEKGb77N > .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); }#gTZCzOkTlV6p99SRrGJv54CVBEKGb77N { border-width: 0; border-radius: 0; }#gTZCzOkTlV6p99SRrGJv54CVBEKGb77N > .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; }#gTZCzOkTlV6p99SRrGJv54CVBEKGb77N > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:2.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zbrUDwsJFlchg5BKUSiild6saCUCzPB9 { position:relative;display:block; }#zbrUDwsJFlchg5BKUSiild6saCUCzPB9 { background-color: transparent; background-image: none; }#zbrUDwsJFlchg5BKUSiild6saCUCzPB9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zbrUDwsJFlchg5BKUSiild6saCUCzPB9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zbrUDwsJFlchg5BKUSiild6saCUCzPB9 > .row .container > .video-iframe-container { display: none; }#zbrUDwsJFlchg5BKUSiild6saCUCzPB9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zbrUDwsJFlchg5BKUSiild6saCUCzPB9 > .row > .video-iframe-container { display: none; }#zbrUDwsJFlchg5BKUSiild6saCUCzPB9 > .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); }#zbrUDwsJFlchg5BKUSiild6saCUCzPB9 { border-width: 0; border-radius: 0; }#zbrUDwsJFlchg5BKUSiild6saCUCzPB9 > .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; }#zbrUDwsJFlchg5BKUSiild6saCUCzPB9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:47.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Ughqz0CxT4HGBKUQ13Nl7Op4lGVMy76n { color:rgba(var(--color-tertiary-2),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:35.5rem;left:11.0625rem;height:1.29980625rem;font-style:normal;display:block; }
#hN6ug738Uai8GbL6ASdQTpuWOzuNHfQm { color:rgba(var(--color-tertiary-2),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:37.125rem;left:11.0625rem;height:3.41015625rem;display:block; }
#b2abdgd8wHINLtEztaVTf6nFRAGKGJ5G { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-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:13.75rem;width:0.0625rem;top:5.8125rem;left:2.5625rem;display:block; }
#vw1qwIeIKvc5Z0VSBrE9f62OTHX5KH0U { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-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:13.75rem;width:0.0625rem;top:26.75rem;left:2.5625rem;display:block; }
#NQ9FCdnfJ3Xzezr3zaXr6sRMuGswhu1w { color:rgba(var(--color-tertiary-2),1);display:block;width:21.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:25.9375rem;left:11.5625rem;height:7.957rem;display:block; }
#POkaTxAE95KchpDZBfVCyaqH6ZwXsttt { color:rgba(var(--color-tertiary-2),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:24.3125rem;left:11.5625rem;height:1.29980625rem;font-style:normal;display:block; }
#d6qSpHrtRfsaFT0NEhinf0lxixhM27Cy { color:rgba(var(--color-tertiary-2),1);display:block;width:21.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:18.5rem;left:11.4375rem;height:4.546875rem;display:block; }
#ECim21C296zg8TNhyfMrtCUVmdQsZ5dN { color:rgba(var(--color-tertiary-2),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:16.875rem;left:11.4375rem;height:1.29980625rem;font-style:normal;display:block; }
#ZpsUV6USFpDOrc0MOFOPnkwa57PqUST4 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:22.375rem;left:1.8125rem; }
#s8o6iDTHTuo383Ohva6xLIFgktVZRFNw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:1.1875rem;left:20.6875rem; }
#WsZDJQKslWzyzkNg1pxJoVQRx5GlpMb1 { color:rgba(var(--color-primary-4),1);display:block;width:16.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:0.5625rem;left:5.25rem;height:4.38671875rem;display:block; }
#DFexiie3aHrGJ0iNoOCqaiQRRUNclmwV { color:rgba(var(--color-primary-4),1);display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:4.94921875rem;left:5.1875rem;height:1.625rem;display:block; }
#Cu3XGZpxxkmnuv43WXT2o20JhyUSSIhL { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.6875rem;width:10.5rem;top:25.9375rem;left:38.1875rem;overflow:hidden;display:block; }
#EuLCD4uOTXb6ZB470saqPcHqbsT6kWlM { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.1875rem;width:20.0625rem;top:24.3125rem;left:53.25rem;overflow:hidden;display:block; }
#ByFp04tcqXBSto1IWL4vcVyxDTuQ4viL { color:rgba(var(--color-tertiary-2),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:8.3125rem;left:11.5rem;height:1.29980625rem;font-style:normal;display:block; }
#mEHdAnXxWU2PhAksRoK5efW1MgB8bdJD { color:rgba(var(--color-tertiary-2),1);display:block;width:21.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:10.3125rem;left:11.4375rem;height:4.546875rem;display:block; }
#JE01RHZNfRFkIkS616t3cLWd3Oeb0Cho { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.8125rem;width:37.5rem;top:1.78125rem;left:35.875rem;overflow:hidden;display:block; }
#B6HgVNWAFIyA1cWL6XaycTka35usrc0r { position:relative;display:block; }#B6HgVNWAFIyA1cWL6XaycTka35usrc0r { background-color: transparent; background-image: none; }#B6HgVNWAFIyA1cWL6XaycTka35usrc0r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B6HgVNWAFIyA1cWL6XaycTka35usrc0r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B6HgVNWAFIyA1cWL6XaycTka35usrc0r > .row .container > .video-iframe-container { display: none; }#B6HgVNWAFIyA1cWL6XaycTka35usrc0r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B6HgVNWAFIyA1cWL6XaycTka35usrc0r > .row > .video-iframe-container { display: none; }#B6HgVNWAFIyA1cWL6XaycTka35usrc0r > .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); }#B6HgVNWAFIyA1cWL6XaycTka35usrc0r { border-width: 0; border-radius: 0; }#B6HgVNWAFIyA1cWL6XaycTka35usrc0r > .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; }#B6HgVNWAFIyA1cWL6XaycTka35usrc0r > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:2.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#x3mCryMxBHS2fh1T9EvhTfdLH5h6NoGJ { position:relative;display:block; }#x3mCryMxBHS2fh1T9EvhTfdLH5h6NoGJ { background-color: transparent; background-image: none; }#x3mCryMxBHS2fh1T9EvhTfdLH5h6NoGJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3mCryMxBHS2fh1T9EvhTfdLH5h6NoGJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3mCryMxBHS2fh1T9EvhTfdLH5h6NoGJ > .row .container > .video-iframe-container { display: none; }#x3mCryMxBHS2fh1T9EvhTfdLH5h6NoGJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3mCryMxBHS2fh1T9EvhTfdLH5h6NoGJ > .row > .video-iframe-container { display: none; }#x3mCryMxBHS2fh1T9EvhTfdLH5h6NoGJ > .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); }#x3mCryMxBHS2fh1T9EvhTfdLH5h6NoGJ { border-width: 0; border-radius: 0; }#x3mCryMxBHS2fh1T9EvhTfdLH5h6NoGJ > .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; }#x3mCryMxBHS2fh1T9EvhTfdLH5h6NoGJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:47.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MXcFAr3uZVtsQaX2paeAK9xx7U343RBX { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-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:13.75rem;width:0.0625rem;top:5.8125rem;left:2.5625rem;display:block; }
#nD4Xc5ZgP5g0WLMgP4HWHDoUWQaGUoVN { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-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:13.75rem;width:0.0625rem;top:26.75rem;left:2.5625rem;display:block; }
#ZmerqQlJrLvpVEW8cTlznUDMilAQmKSV { color:rgba(var(--color-tertiary-2),1);display:block;width:21.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:33.9375rem;left:7.5rem;height:5.68359375rem;display:block; }
#dorIronUTg3ETmQ1M4MD1MiCLM6EcFdu { color:rgba(var(--color-tertiary-2),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:32.3125rem;left:7.5rem;height:1.29980625rem;font-style:normal;display:block; }
#vye0FZdDChphUfO7dK0eGG2rNpXynv0e { color:rgba(var(--color-tertiary-2),1);display:block;width:21.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:21.1875rem;left:7.4375rem;height:7.957rem;display:block; }
#XzLZCTTSPThRC5g6tMSoaRdHMQAsiBrI { color:rgba(var(--color-tertiary-2),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:19.5625rem;left:7.4375rem;height:1.29980625rem;font-style:normal;display:block; }
#oeVnLGSP1ftdhkaKGQSAK5T4zPfi7xzN { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:22.375rem;left:1.8125rem; }
#Ux7sHRWrpOGPG85kaaE55EHnqGRb3WSL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:1.1875rem;left:20.6875rem; }
#TuGCVcASKGfTsJz7n2NP25tHQJJI8lwF { color:rgba(var(--color-primary-4),1);display:block;width:16.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:0.5625rem;left:5.25rem;height:4.38671875rem;display:block; }
#loMfohW6w0yilzTzfHtrdHTL030mW7qX { color:rgba(var(--color-primary-4),1);display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:4.94921875rem;left:5.25rem;height:1.625rem;display:block; }
#AT7GodcT2sGWnebpBnIsI7TwtJqNiLxV { color:rgba(var(--color-tertiary-2),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:7.6875rem;left:7.5rem;height:1.29980625rem;font-style:normal;display:block; }
#EWFIgU5J0tEi7NAV7w8xUZyGCoTBBe2O { color:rgba(var(--color-tertiary-2),1);display:block;width:21.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:9.6875rem;left:7.4375rem;height:6.8203125rem;display:block; }
#IK3S78AdXGloLLl3QufFeJ1nmAnToNq9 { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.9375rem;width:21.4375rem;top:25.173828125rem;left:30.9375rem;overflow:hidden;display:block; }
#bOdKNA77EfDWuPBtKmx9NlSA8LRgm3rH { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.875rem;width:18.6875rem;top:25.205078125rem;left:54.375rem;overflow:hidden;display:block; }
#SzZ6KXtT5vFKnJc5JwzORbcElwvXkfyX { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.375rem;width:21.4375rem;top:9.9375rem;left:30.96875rem;overflow:hidden;display:block; }
#doROg8roRXOHoLIX01gA9mwe1TszUq7T { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4375rem;width:21rem;top:9.6875rem;left:53.21875rem;overflow:hidden;display:block; }
#qCTrSqhxU3N1fhtNnNc0S6FgzqTmrgLB { position:relative;display:block; }#qCTrSqhxU3N1fhtNnNc0S6FgzqTmrgLB { background-color: transparent; background-image: none; }#qCTrSqhxU3N1fhtNnNc0S6FgzqTmrgLB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qCTrSqhxU3N1fhtNnNc0S6FgzqTmrgLB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qCTrSqhxU3N1fhtNnNc0S6FgzqTmrgLB > .row .container > .video-iframe-container { display: none; }#qCTrSqhxU3N1fhtNnNc0S6FgzqTmrgLB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qCTrSqhxU3N1fhtNnNc0S6FgzqTmrgLB > .row > .video-iframe-container { display: none; }#qCTrSqhxU3N1fhtNnNc0S6FgzqTmrgLB > .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); }#qCTrSqhxU3N1fhtNnNc0S6FgzqTmrgLB { border-width: 0; border-radius: 0; }#qCTrSqhxU3N1fhtNnNc0S6FgzqTmrgLB > .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; }#qCTrSqhxU3N1fhtNnNc0S6FgzqTmrgLB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:2.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QTPWKwPcpCSvJ6xf6XzK75ghnGx5eqf9 { position:relative;display:block; }#QTPWKwPcpCSvJ6xf6XzK75ghnGx5eqf9 { background-color: transparent; background-image: none; }#QTPWKwPcpCSvJ6xf6XzK75ghnGx5eqf9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTPWKwPcpCSvJ6xf6XzK75ghnGx5eqf9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTPWKwPcpCSvJ6xf6XzK75ghnGx5eqf9 > .row .container > .video-iframe-container { display: none; }#QTPWKwPcpCSvJ6xf6XzK75ghnGx5eqf9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTPWKwPcpCSvJ6xf6XzK75ghnGx5eqf9 > .row > .video-iframe-container { display: none; }#QTPWKwPcpCSvJ6xf6XzK75ghnGx5eqf9 > .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); }#QTPWKwPcpCSvJ6xf6XzK75ghnGx5eqf9 { border-width: 0; border-radius: 0; }#QTPWKwPcpCSvJ6xf6XzK75ghnGx5eqf9 > .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; }#QTPWKwPcpCSvJ6xf6XzK75ghnGx5eqf9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:47.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#iNqRKTD9aGUtC5SrptKr5rI0HivPfIem { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-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:13.75rem;width:0.0625rem;top:5.8125rem;left:2.5625rem;display:block; }
#eBDMiUTZbX9dQ6O5izckyXN473Ti0AXZ { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-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:13.75rem;width:0.0625rem;top:26.75rem;left:2.5625rem;display:block; }
#sPd8cwvdrOOIq4kyBgwPWCWaXKegMn8w { color:rgba(var(--color-tertiary-2),1);display:block;width:21.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:27.5625rem;left:7.5625rem;height:3.41015625rem;display:block; }
#sKbXG4fdlXrXKeGRN2GC2Aol91umQxil { color:rgba(var(--color-tertiary-2),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:25.51171875rem;left:7.5625rem;height:1.29980625rem;font-style:normal;display:block; }
#wAqLgPykyAJbuE33VdDqBPVO8uQewOHd { color:rgba(var(--color-tertiary-2),1);display:block;width:21.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:19.5625rem;left:7.46875rem;height:4.546875rem;display:block; }
#F95PiMh4sqFIRzgO7xQ6F2aJxeOOlkn9 { color:rgba(var(--color-tertiary-2),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:18.32421875rem;left:7.5625rem;height:1.29980625rem;font-style:normal;display:block; }
#fOZAPXTFae3Nc9lfkekQfkFaTmAlacS6 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:22.375rem;left:1.8125rem; }
#FCcidpQV26fzkJfc4m6czW9nmG9GqUG0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:1.1875rem;left:20.6875rem; }
#zrX94ODDBSqHJhs3V0XNZ3pBAJoGNnCL { color:rgba(var(--color-primary-4),1);display:block;width:16.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:0.5625rem;left:5.25rem;height:4.38671875rem;display:block; }
#zSeDlVG8KkrepawfyxeNIb2s7T8lq6SN { color:rgba(var(--color-primary-4),1);display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:4.94921875rem;left:5.1875rem;height:1.625rem;display:block; }
#qglUdql1b9pEVUuNEfNPRuZItlnrJSEN { color:rgba(var(--color-tertiary-2),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:7.6875rem;left:7.5rem;height:1.29980625rem;font-style:normal;display:block; }
#K9BtvDDpMxqHBkBvUMfEUCrdFpuKdzyc { color:rgba(var(--color-tertiary-2),1);display:block;width:21.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:9.6875rem;left:7.4375rem;height:6.8203125rem;display:block; }
#duURotg0K98bvyRVm7hWK7ndGFu3URiq { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.125rem;width:31.125rem;top:1.625rem;left:35.212890625rem;overflow:hidden;display:block; }
#yCmK4HRykETVJecNKPsK4DV0WOMvTBHX { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.75rem;width:11.3125rem;top:23.8125rem;left:54.0625rem;overflow:hidden;display:block; }
#JsCMzBqFI6o4fxITUEEAhk6EcVThP5NM { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.6875rem;width:11.625rem;top:23.9375rem;left:38.5439453125rem;overflow:hidden;display:block; }
#vRiigvJJMtbcyBzf6xcgCT2POrBMZT4I { color:rgba(var(--color-tertiary-2),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:33.4814453125rem;left:7.5625rem;height:2.5996125rem;font-style:normal;display:block; }
#arxL0n9idtIxJx1Fg5krJlrb3yBkEWJM { color:rgba(var(--color-tertiary-2),1);display:block;width:21.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:37.15234375rem;left:7.5625rem;height:6.8203125rem;display:block; }
#NtgxLcvghXPHXvllIzSXRErrFarUelgo { position:relative;display:block; }#NtgxLcvghXPHXvllIzSXRErrFarUelgo { background-color: transparent; background-image: none; }#NtgxLcvghXPHXvllIzSXRErrFarUelgo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NtgxLcvghXPHXvllIzSXRErrFarUelgo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NtgxLcvghXPHXvllIzSXRErrFarUelgo > .row .container > .video-iframe-container { display: none; }#NtgxLcvghXPHXvllIzSXRErrFarUelgo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NtgxLcvghXPHXvllIzSXRErrFarUelgo > .row > .video-iframe-container { display: none; }#NtgxLcvghXPHXvllIzSXRErrFarUelgo > .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); }#NtgxLcvghXPHXvllIzSXRErrFarUelgo { border-width: 0; border-radius: 0; }#NtgxLcvghXPHXvllIzSXRErrFarUelgo > .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; }#NtgxLcvghXPHXvllIzSXRErrFarUelgo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:2.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#nfDriq3POn60bif3TxkVuixwhTVVAPrb { position:relative;display:block; }#nfDriq3POn60bif3TxkVuixwhTVVAPrb { background-color: transparent; background-image: none; }#nfDriq3POn60bif3TxkVuixwhTVVAPrb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nfDriq3POn60bif3TxkVuixwhTVVAPrb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nfDriq3POn60bif3TxkVuixwhTVVAPrb > .row .container > .video-iframe-container { display: none; }#nfDriq3POn60bif3TxkVuixwhTVVAPrb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nfDriq3POn60bif3TxkVuixwhTVVAPrb > .row > .video-iframe-container { display: none; }#nfDriq3POn60bif3TxkVuixwhTVVAPrb > .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); }#nfDriq3POn60bif3TxkVuixwhTVVAPrb { border-width: 0; border-radius: 0; }#nfDriq3POn60bif3TxkVuixwhTVVAPrb > .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; }#nfDriq3POn60bif3TxkVuixwhTVVAPrb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:47.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#oG551LrNJe1VawQryftdUE1INwzQrDSB { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-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:13.75rem;width:0.0625rem;top:5.8125rem;left:2.5625rem;display:block; }
#QWI4JhzDZHqp55n7BgG6FWTOl9Hm7OJW { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-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:13.75rem;width:0.0625rem;top:26.75rem;left:2.5625rem;display:block; }
#th1T9cBe4C32dfPIx203l8kAezMZaFU7 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:22.375rem;left:1.8125rem; }
#STlkfSw5EgGIORycQE6RFlOe0xAEIt8U { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:0.630859375rem;left:46.875rem; }
#Nwo52w6Brp6CTQU4KLm6HrPzMRrTd3iH { color:rgba(var(--color-primary-4),1);display:block;width:46.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:0rem;left:5.3125rem;height:4.38671875rem;display:block; }
#Is43yRFETTriVzBCpnmKm0anEegcCcs9 { color:rgba(var(--color-primary-4),1);display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:5.8125rem;left:5.3125rem;height:1.625rem;display:block; }
#v26fWxZe01VAUIUlbD7bZw0XlwA4FllD { color:rgba(var(--color-tertiary-2),1);display:block;width:22rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:18.6875rem;left:7.375rem;height:1.29980625rem;font-style:normal;display:block; }
#clmsPri9GUe1ErZ0omBAO87aLpIRNGLl { color:rgba(var(--color-tertiary-2),1);display:block;width:21.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:22.0625rem;left:7.375rem;height:7.95703125rem;display:block; }
#Z77sryIFQxCTke5cRtiPx7FPVdN6Q63A { position:absolute;display:block;z-index:15031;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:30.5625rem;width:34.6875rem;top:10.19140625rem;left:34.4990234375rem;overflow:hidden;display:block; }
#J8OtxNmPxC7xIzmGw5dQPnQK4orVm6JT { position:relative;display:block; }#J8OtxNmPxC7xIzmGw5dQPnQK4orVm6JT { background-color: transparent; background-image: none; }#J8OtxNmPxC7xIzmGw5dQPnQK4orVm6JT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J8OtxNmPxC7xIzmGw5dQPnQK4orVm6JT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J8OtxNmPxC7xIzmGw5dQPnQK4orVm6JT > .row .container > .video-iframe-container { display: none; }#J8OtxNmPxC7xIzmGw5dQPnQK4orVm6JT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J8OtxNmPxC7xIzmGw5dQPnQK4orVm6JT > .row > .video-iframe-container { display: none; }#J8OtxNmPxC7xIzmGw5dQPnQK4orVm6JT > .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); }#J8OtxNmPxC7xIzmGw5dQPnQK4orVm6JT { border-width: 0; border-radius: 0; }#J8OtxNmPxC7xIzmGw5dQPnQK4orVm6JT > .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; }#J8OtxNmPxC7xIzmGw5dQPnQK4orVm6JT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JIv9mBDR7SaahBXVUzQindhCsUb9uvMV { color:rgba(var(--color-tertiary-2),1);display:block;width:72.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.20703125rem;left:1.46875rem;height:3.8994125rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #AiBo6EWaFhNWk4gBTJQXiBkkRIyg6wzm { display:block; }#AiBo6EWaFhNWk4gBTJQXiBkkRIyg6wzm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #luucUynCRXfIhGgPapQNrQi2Zx15E6iy { width:14.125rem;height:1.9375rem;top:0.4375rem;left:21.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BreM87UxQea3gIG8JdGrEqDfzyy9G3eO { display:block; }
 }@media only screen and (max-width: 763px) { #VebsPvtZOnvC7HwU2b0vFnShuRKHTdlN { width:10.1875rem;height:1.9375rem;top:0.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTECTmlpT3cpi2aAyGToIxxI3QhpiXZr { display:block; }
 }@media only screen and (max-width: 763px) { #oxsKtAKVIeSAh201K2wPHyek5hMCdGnO { width:10.1875rem;height:1.9375rem;top:0.4375rem;left:37.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #whtShGxfzz4RoN3VcceCugre1NvMMNwE { display:block; }
 }@media only screen and (max-width: 763px) { #dUTDRRpUHLzgl1nMIh7yn3CJBb6TiV0H { display:block; }#dUTDRRpUHLzgl1nMIh7yn3CJBb6TiV0H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HMs0NaQwk2FN8klh5zMWZMx1ihGeKtm7 { top:3.6875rem;left:0rem;width:14.9375rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hC2hTnK1KTVceCThHT4ssA7a0pksqyOO { top:4.4375rem;left:12.28125rem;width:27.125rem;height:4.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1kT0EoAIcz7vutIcXOkzZwyWOCMhQxs { top:9.3125rem;left:12.28125rem;width:24.3125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABhCrT69w5TTSgTJzA0UeoAFbz9k681s { top:23.875rem;left:0rem;width:27.875rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNqbyPiuCNTlorf0fqpscLVAedTibUcE { top:31.5625rem;left:0rem;width:27.5rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RB48uQPuTvsXTo22yb2AL31VAMIA3pTF { top:32.9375rem;left:0rem;width:25.6875rem;height:6.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioewZg6prJXte9M7zlSRadw8I7FTl4bK { width:3.3125rem;height:3.3125rem;top:24.5625rem;left:44.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMCKNSMAhHLeqLZ407KgyCSmyh1HHXIa { top:12.5rem;left:7.8125rem;width:39.9375rem;height:7.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkdcVFdL26vQyZUq5gdifcppX27ml3RH { top:25.9375rem;left:17.375rem;width:30rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULXnwuou7nrETB2BgSp7TQEoa5ZCnlFG { display:block; }#ULXnwuou7nrETB2BgSp7TQEoa5ZCnlFG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RRA5UU7KhNZXBXgGPQ8vRiOZzyOrzGB4 { top:1.0625rem;left:0rem;width:5.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7QOD8vWV0TFv0V0VStBkpLPptWZqQ40 { top:1.0625rem;left:17rem;width:12.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3JVQeP8qTPl1XmG8qayAmGGHtgOpJhT { top:1.0625rem;left:35.25rem;width:12.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSbLpwXvnUohTzor0GnsPi282pC71L2e { top:3.375rem;left:0rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGS3uq0nKJ3vZRyy9KH2lE3u4fgVTKEv { display:block; }#bGS3uq0nKJ3vZRyy9KH2lE3u4fgVTKEv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nonRBGQsVwTsk1LhceF6A4tnHktN9WeW { display:block; }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mZM566oPRaTIRAWNTvZXeJVZUrlXWvxP { top:5.6875rem;left:0rem;width:19.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rm9v3eLIypk8cmQJelaTXT8ynziu5eEa { top:7.3125rem;left:0rem;width:22.625rem;height:5.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMpEKAotAd4BWTsbSV5fwHtyylV8cNEX { top:5.8125rem;left:0rem;width:0.0625rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEoOU0TsOnOv0xKrwd7vHmIxML7QtN1W { top:26.75rem;left:0rem;width:0.0625rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcrcizfhIXzGIzgz95Hv3tno26JB57DL { top:16.75rem;left:0rem;width:22.3125rem;height:6.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGM33zJHaSpQEfOG40TAZfUGqmA0NfNr { top:15.5rem;left:0rem;width:19.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iM0a7qBZggIxJVSxArPX7S6iowgnG0sT { top:28.9375rem;left:11.8125rem;width:35.9375rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tM4NhEEC5QLiRZSczU9qXTqVpWtcX7ai { top:37.875rem;left:0rem;width:21.625rem;height:9.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUPRQnUSsaUFZ9G9oK63h7Iw6raCmcks { top:36.25rem;left:0rem;width:19.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQ58xboWX490i7l3FDVDwHV0aCVyAWao { top:26.8125rem;left:0rem;width:21.8125rem;height:6.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWhvTfBLPpUycJFKM3Ji85216IEcUnXw { top:25.1875rem;left:0rem;width:19.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #epRGlaZFTvsJ4yUQMSoM8yaOCwE20KFG { top:9.1875rem;left:10.25rem;width:37.5rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOp8KPkXq9w4yd4LnpctHutBwQaTKTki { top:22.375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvKGcOk4M4lqws53XEHpAkfmTTA03VgV { top:5.6875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOUXNDIXn1TU4TCUdJARpXPQTFwQJhnB { top:16.5rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwTm85x2tMoGKFNC1WlyRartm0gd94zT { top:25.1875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O763QvUf3M7t5FAVs1e0ffBvxwtpdScT { top:36.25rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvbT74SvlRnn5qPr2gBb9X0DEZvxFh4C { top:1.3125rem;left:14.6875rem;width:33.0625rem;height:4.375rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVNQRhnwxiRgsU7vRqENZOxxxQ3tOJBB { top:5.6875rem;left:24.8125rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #id0RKu6dhT1hmDwtIvBwalM5AItDwMWx { display:block; }#id0RKu6dhT1hmDwtIvBwalM5AItDwMWx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RkOCLPF1QCIyDUIlNlCiApra6alcmyS9 { display:block; }#RkOCLPF1QCIyDUIlNlCiApra6alcmyS9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RVrBUygnfaVrfJrcoz7pEN5sUDuKLRTv { top:7.625rem;left:0rem;width:19.0625rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyWeiJzPrVoVDENBrZJJ8tJZr6caAr4D { top:9.25rem;left:0rem;width:22.625rem;height:6.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOyhFXVE7oxJyVZDUpIMhRKpvzRJLPJC { top:5.8125rem;left:0rem;width:0.0625rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzdEFP94xZvvTIcsTfUX6f8sbRdu8Psd { top:26.75rem;left:0rem;width:0.0625rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5q62LUrRF7nOZhFMnFoDZHhr9a84CbI { top:21rem;left:0rem;width:22.3125rem;height:10.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3odAcP7tcefsz7TR73U7cNQEadVoKiK { top:19.75rem;left:0rem;width:19.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHBDIEbglWmT3U5FasZzUOaoiGwWvQaV { top:26.75rem;left:16.3125rem;width:31.4375rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODOs8CiUyc3p6qtWHWb11pORWtsalnzC { top:33.75rem;left:0rem;width:21.8125rem;height:6.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfEsodv9OGbB7DAeehQNmkvrBk7UBJsC { top:32.125rem;left:0rem;width:19.0625rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhW8yRafOv7sNPF4uiNsqEa7s05IUbnJ { top:10.6875rem;left:10.25rem;width:37.5rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABGrnLWl3I3K14qokoBa6mCx28s2awOH { top:22.375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJwzGFnBTHLwZ0yn3gA8dmvsWvBQP8Rl { top:7.625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpM0X6OaER7l6dBZA5WrbnRETmAHkafU { top:20.6875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uztacTvauvzE71JfaC21Q5T8IICBaN9P { top:32.125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUvryWrkx141zUUrRKbluXpb5MRr53ik { top:1.125rem;left:14.3125rem;width:33.4375rem;height:4.375rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QP2HdXF2hqGKXo6Z6kUutScG53kR4SSG { top:5.8125rem;left:24.1875rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVNa8JeZ51oHoVMMsNSgptDndhhqifPB { display:block; }#UVNa8JeZ51oHoVMMsNSgptDndhhqifPB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sfBweDDFVv1czfchcftzfzbVOEbzpNbm { display:block; }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #anyX8VFk8X5tLPCdN8BartsM7WfXsx1c { top:24.375rem;left:0rem;width:31.6875rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4optaO8pV62lcoVG2etbd9FT6dhkdgF { top:15.5rem;left:25.125rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5ExTm9JNUZZ7dRUrTJTIGrs5pLEBZAa { top:17.375rem;left:15.25rem;width:32.5rem;height:13.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5QOPvyIv7RUTrbzncoTlfoW3B1STRbK { top:30.875rem;left:9.625rem;width:38.125rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BW5PA1irpNecHoeiRkW7l4N7sXxvdK9e { top:5.375rem;left:47.6875rem;width:0.0625rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eq9vyJKcZ8RtbQXeTLCEd9QJrtXU0qf9 { top:26.3125rem;left:47.6875rem;width:0.0625rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhw4xTp4LauG0HrrTbd5Mi39FWen8zZk { top:-0.125rem;left:0rem;width:38.625rem;height:47rem;display:block; }
 }@media only screen and (max-width: 763px) { #maOo2lp6dPFxaNi6fRi0bp10Lq6l47HV { top:21.5rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnIbHeNU5Af8HdfrUmMp3XWoZK50gRhw { top:5.6875rem;left:0rem;width:31.625rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAbRVcZ42nFFm8eT4y2x9OoWfdmzsuXz { top:5.375rem;left:27.25rem;width:17.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKs8WcXpgMH9POFIrRkn1xwZq49itsSw { top:13.4375rem;left:12.25rem;width:35.5rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCFiTKVhkS4ga1T7ArQFAH6HF0BE2pME { top:1rem;left:15.8125rem;width:31.9375rem;height:4.375rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXPu7wmzIm48EGhsgmTaSrhJrFPtkBF0 { display:block; }#sXPu7wmzIm48EGhsgmTaSrhJrFPtkBF0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gUUS0zzCaUK1Gv9MJbLZFTfUdLhz4v6f { display:block; }#gUUS0zzCaUK1Gv9MJbLZFTfUdLhz4v6f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rkuuJ4zdwb5uKTLIFI7VH3SmApMCn81l { top:10.125rem;left:0rem;width:19.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNMwKhKTMHo8adWWCvlpZfHXQwFmbsnh { top:11.75rem;left:0rem;width:22.625rem;height:6.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6ipa5rhTCTT2gV3GZdwBlT0vIGgJpWL { top:5.8125rem;left:0rem;width:0.0625rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HALhW3VQQkLrgytm8DIAZPnwgpMBcxzc { top:26.75rem;left:0rem;width:0.0625rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9CDTUvTFHzxARSlsEMOQ2Fae0UoAqTs { top:25.1875rem;left:0rem;width:22.3125rem;height:4.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rd4clDWCreq2sKLLzcN0oqENUQufsLcm { top:23.9375rem;left:0rem;width:19.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWokCVPNpNn5VszMlbAaHuGJVP3XNixi { top:25.25rem;left:26.474674721189rem;width:16.3125rem;height:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGlxEefLnXqKw3U2f0Jy69dGVrgitRq4 { top:34.875rem;left:0rem;width:21.625rem;height:7.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyWE1qOhAMXgyzlLk15onKsDMxQdmIic { top:33.25rem;left:0rem;width:19.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bViXapOu2rPTLDLqA5To6e4mRQwD1m0p { top:22.375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTJDrk2MJ3Alno8DwxPnQJnnpMn9cIr1 { top:1.3125rem;left:6.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9QfQT3KfTePQKkk0mJKdUaf9szs9BBZ { top:0.6875rem;left:0rem;width:14.3125rem;height:4.375rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kc35IhuTQMQ5lSQox9BfsQHSUvw9EMQ5 { top:25.375rem;left:37.375rem;width:10.375rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tE2vWELy8tdHGyDziLf1PMDlnTJ5y8rf { top:4.6875rem;left:13.3125rem;width:34.4375rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpzK4MTChuISAB8amrc1Af1txR8QWE0I { top:4.8125rem;left:0rem;width:26.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTZCzOkTlV6p99SRrGJv54CVBEKGb77N { display:block; }#gTZCzOkTlV6p99SRrGJv54CVBEKGb77N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zbrUDwsJFlchg5BKUSiild6saCUCzPB9 { display:block; }#zbrUDwsJFlchg5BKUSiild6saCUCzPB9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ughqz0CxT4HGBKUQ13Nl7Op4lGVMy76n { top:35.5rem;left:0rem;width:19.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hN6ug738Uai8GbL6ASdQTpuWOzuNHfQm { top:37.125rem;left:0rem;width:22.625rem;height:3.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2abdgd8wHINLtEztaVTf6nFRAGKGJ5G { top:5.8125rem;left:0rem;width:0.0625rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vw1qwIeIKvc5Z0VSBrE9f62OTHX5KH0U { top:26.75rem;left:0rem;width:0.0625rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQ9FCdnfJ3Xzezr3zaXr6sRMuGswhu1w { top:25.9375rem;left:0rem;width:21.625rem;height:7.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #POkaTxAE95KchpDZBfVCyaqH6ZwXsttt { top:24.3125rem;left:0rem;width:19.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6qSpHrtRfsaFT0NEhinf0lxixhM27Cy { top:18.5rem;left:0rem;width:21.8125rem;height:4.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECim21C296zg8TNhyfMrtCUVmdQsZ5dN { top:16.875rem;left:0rem;width:19.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpsUV6USFpDOrc0MOFOPnkwa57PqUST4 { top:22.375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8o6iDTHTuo383Ohva6xLIFgktVZRFNw { top:1.1875rem;left:7.0625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsZDJQKslWzyzkNg1pxJoVQRx5GlpMb1 { top:0.5625rem;left:0rem;width:16.625rem;height:4.375rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFexiie3aHrGJ0iNoOCqaiQRRUNclmwV { top:4.9375rem;left:0rem;width:26.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cu3XGZpxxkmnuv43WXT2o20JhyUSSIhL { top:25.9375rem;left:24.5625rem;width:10.5rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuLCD4uOTXb6ZB470saqPcHqbsT6kWlM { top:24.3125rem;left:27.6875rem;width:20.0625rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByFp04tcqXBSto1IWL4vcVyxDTuQ4viL { top:8.3125rem;left:0rem;width:19.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEHdAnXxWU2PhAksRoK5efW1MgB8bdJD { top:10.3125rem;left:0rem;width:21.8125rem;height:4.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JE01RHZNfRFkIkS616t3cLWd3Oeb0Cho { top:1.75rem;left:10.25rem;width:37.5rem;height:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6HgVNWAFIyA1cWL6XaycTka35usrc0r { display:block; }#B6HgVNWAFIyA1cWL6XaycTka35usrc0r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x3mCryMxBHS2fh1T9EvhTfdLH5h6NoGJ { display:block; }#x3mCryMxBHS2fh1T9EvhTfdLH5h6NoGJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MXcFAr3uZVtsQaX2paeAK9xx7U343RBX { top:5.8125rem;left:0rem;width:0.0625rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nD4Xc5ZgP5g0WLMgP4HWHDoUWQaGUoVN { top:26.75rem;left:0rem;width:0.0625rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmerqQlJrLvpVEW8cTlznUDMilAQmKSV { top:33.9375rem;left:0rem;width:21.625rem;height:5.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dorIronUTg3ETmQ1M4MD1MiCLM6EcFdu { top:32.3125rem;left:0rem;width:19.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vye0FZdDChphUfO7dK0eGG2rNpXynv0e { top:21.1875rem;left:0rem;width:21.8125rem;height:7.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzLZCTTSPThRC5g6tMSoaRdHMQAsiBrI { top:19.5625rem;left:0rem;width:19.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeVnLGSP1ftdhkaKGQSAK5T4zPfi7xzN { top:22.375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ux7sHRWrpOGPG85kaaE55EHnqGRb3WSL { top:1.1875rem;left:7.0625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuGCVcASKGfTsJz7n2NP25tHQJJI8lwF { top:0.5625rem;left:0rem;width:16.625rem;height:4.375rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #loMfohW6w0yilzTzfHtrdHTL030mW7qX { top:4.9375rem;left:0rem;width:26.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AT7GodcT2sGWnebpBnIsI7TwtJqNiLxV { top:7.6875rem;left:0rem;width:21.875rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWFIgU5J0tEi7NAV7w8xUZyGCoTBBe2O { top:9.6875rem;left:0rem;width:21.8125rem;height:6.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IK3S78AdXGloLLl3QufFeJ1nmAnToNq9 { top:25.125rem;left:17.3125rem;width:21.4375rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOdKNA77EfDWuPBtKmx9NlSA8LRgm3rH { top:25.1875rem;left:28.6875rem;width:18.6875rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzZ6KXtT5vFKnJc5JwzORbcElwvXkfyX { top:9.9375rem;left:17.34375rem;width:21.4375rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #doROg8roRXOHoLIX01gA9mwe1TszUq7T { top:9.6875rem;left:26.75rem;width:21rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCTrSqhxU3N1fhtNnNc0S6FgzqTmrgLB { display:block; }#qCTrSqhxU3N1fhtNnNc0S6FgzqTmrgLB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QTPWKwPcpCSvJ6xf6XzK75ghnGx5eqf9 { display:block; }#QTPWKwPcpCSvJ6xf6XzK75ghnGx5eqf9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iNqRKTD9aGUtC5SrptKr5rI0HivPfIem { top:5.8125rem;left:0rem;width:0.0625rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBDMiUTZbX9dQ6O5izckyXN473Ti0AXZ { top:26.75rem;left:0rem;width:0.0625rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPd8cwvdrOOIq4kyBgwPWCWaXKegMn8w { top:27.5625rem;left:0rem;width:21.625rem;height:3.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKbXG4fdlXrXKeGRN2GC2Aol91umQxil { top:25.5rem;left:0rem;width:19.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAqLgPykyAJbuE33VdDqBPVO8uQewOHd { top:19.5625rem;left:0rem;width:21.8125rem;height:4.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F95PiMh4sqFIRzgO7xQ6F2aJxeOOlkn9 { top:18.3125rem;left:0rem;width:19.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOZAPXTFae3Nc9lfkekQfkFaTmAlacS6 { top:22.375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCcidpQV26fzkJfc4m6czW9nmG9GqUG0 { top:1.1875rem;left:7.0625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrX94ODDBSqHJhs3V0XNZ3pBAJoGNnCL { top:0.5625rem;left:0rem;width:16.625rem;height:4.375rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSeDlVG8KkrepawfyxeNIb2s7T8lq6SN { top:4.9375rem;left:0rem;width:26.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qglUdql1b9pEVUuNEfNPRuZItlnrJSEN { top:7.6875rem;left:0rem;width:21.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9BtvDDpMxqHBkBvUMfEUCrdFpuKdzyc { top:9.6875rem;left:0rem;width:21.8125rem;height:6.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #duURotg0K98bvyRVm7hWK7ndGFu3URiq { top:1.625rem;left:16.625rem;width:31.125rem;height:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCmK4HRykETVJecNKPsK4DV0WOMvTBHX { top:23.8125rem;left:36.4375rem;width:11.3125rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsCMzBqFI6o4fxITUEEAhk6EcVThP5NM { top:23.9375rem;left:24.9189453125rem;width:11.625rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRiigvJJMtbcyBzf6xcgCT2POrBMZT4I { top:33.4375rem;left:0rem;width:19.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #arxL0n9idtIxJx1Fg5krJlrb3yBkEWJM { top:37.125rem;left:0rem;width:21.625rem;height:6.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtgxLcvghXPHXvllIzSXRErrFarUelgo { display:block; }#NtgxLcvghXPHXvllIzSXRErrFarUelgo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nfDriq3POn60bif3TxkVuixwhTVVAPrb { display:block; }#nfDriq3POn60bif3TxkVuixwhTVVAPrb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oG551LrNJe1VawQryftdUE1INwzQrDSB { top:5.8125rem;left:0rem;width:0.0625rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWI4JhzDZHqp55n7BgG6FWTOl9Hm7OJW { top:26.75rem;left:0rem;width:0.0625rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #th1T9cBe4C32dfPIx203l8kAezMZaFU7 { top:22.375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #STlkfSw5EgGIORycQE6RFlOe0xAEIt8U { top:0.625rem;left:33.25rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nwo52w6Brp6CTQU4KLm6HrPzMRrTd3iH { top:0rem;left:0rem;width:46.9375rem;height:4.375rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Is43yRFETTriVzBCpnmKm0anEegcCcs9 { top:5.8125rem;left:0rem;width:26.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v26fWxZe01VAUIUlbD7bZw0XlwA4FllD { top:18.6875rem;left:0rem;width:22rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #clmsPri9GUe1ErZ0omBAO87aLpIRNGLl { top:22.0625rem;left:0rem;width:21.8125rem;height:7.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z77sryIFQxCTke5cRtiPx7FPVdN6Q63A { top:10.1875rem;left:13.0625rem;width:34.6875rem;height:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8OtxNmPxC7xIzmGw5dQPnQK4orVm6JT { display:block; }#J8OtxNmPxC7xIzmGw5dQPnQK4orVm6JT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JIv9mBDR7SaahBXVUzQindhCsUb9uvMV { top:1.1875rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #AiBo6EWaFhNWk4gBTJQXiBkkRIyg6wzm { display:block; }#AiBo6EWaFhNWk4gBTJQXiBkkRIyg6wzm > .row .container { width:20rem;height:10.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #luucUynCRXfIhGgPapQNrQi2Zx15E6iy { width:14.125rem;height:1.9375rem;top:4.4375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BreM87UxQea3gIG8JdGrEqDfzyy9G3eO { display:block; }
 }@media only screen and (max-width: 763px) { #VebsPvtZOnvC7HwU2b0vFnShuRKHTdlN { width:10.1875rem;height:1.9375rem;top:1.25rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTECTmlpT3cpi2aAyGToIxxI3QhpiXZr { display:block; }
 }@media only screen and (max-width: 763px) { #oxsKtAKVIeSAh201K2wPHyek5hMCdGnO { width:10.1875rem;height:1.9375rem;top:7.625rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #whtShGxfzz4RoN3VcceCugre1NvMMNwE { display:block; }
 }@media only screen and (max-width: 763px) { #dUTDRRpUHLzgl1nMIh7yn3CJBb6TiV0H { display:block; }#dUTDRRpUHLzgl1nMIh7yn3CJBb6TiV0H > .row .container { width:20rem;height:73.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HMs0NaQwk2FN8klh5zMWZMx1ihGeKtm7 { width:14.9375rem;height:16.8125rem;top:7.287109375rem;left:2.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hC2hTnK1KTVceCThHT4ssA7a0pksqyOO { width:20rem;height:2.3994125rem;top:2.037109375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #k1kT0EoAIcz7vutIcXOkzZwyWOCMhQxs { width:17.375rem;height:1.5996125rem;top:5rem;left:1.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ABhCrT69w5TTSgTJzA0UeoAFbz9k681s { width:20rem;height:9.09371875rem;top:42.189453125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNqbyPiuCNTlorf0fqpscLVAedTibUcE { width:19.75rem;height:8.5rem;top:54.0947265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RB48uQPuTvsXTo22yb2AL31VAMIA3pTF { width:20rem;height:8.125rem;top:54.4072265625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioewZg6prJXte9M7zlSRadw8I7FTl4bK { display:flex;width:3.3125rem;height:3.3125rem;top:61.4697265625rem;left:0rem;font-size:2.3125rem; }
 }@media only screen and (max-width: 763px) { #TMCKNSMAhHLeqLZ407KgyCSmyh1HHXIa { width:20rem;height:15.9140625rem;top:25.412109375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkdcVFdL26vQyZUq5gdifcppX27ml3RH { width:19.625rem;height:7.72734375rem;top:64.7822265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULXnwuou7nrETB2BgSp7TQEoa5ZCnlFG { display:block; }#ULXnwuou7nrETB2BgSp7TQEoa5ZCnlFG > .row .container { width:20rem;height:18.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RRA5UU7KhNZXBXgGPQ8vRiOZzyOrzGB4 { width:5.6875rem;height:1.625rem;top:1.25rem;left:7.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7QOD8vWV0TFv0V0VStBkpLPptWZqQ40 { width:12.5rem;height:3.89941875rem;top:7.8125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3JVQeP8qTPl1XmG8qayAmGGHtgOpJhT { width:12.5rem;height:3.89941875rem;top:12.9619125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSbLpwXvnUohTzor0GnsPi282pC71L2e { width:2.4375rem;height:2.4375rem;top:4.125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGS3uq0nKJ3vZRyy9KH2lE3u4fgVTKEv { display:block; }#bGS3uq0nKJ3vZRyy9KH2lE3u4fgVTKEv > .row .container { width:20rem;height:3.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nonRBGQsVwTsk1LhceF6A4tnHktN9WeW { display:block; }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .row .container { width:20rem;height:82.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mZM566oPRaTIRAWNTvZXeJVZUrlXWvxP { width:15rem;height:1.29980625rem;top:4.6240234375rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rm9v3eLIypk8cmQJelaTXT8ynziu5eEa { width:15rem;height:8.57225rem;top:5.923828125rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMpEKAotAd4BWTsbSV5fwHtyylV8cNEX { width:0.0625rem;height:13.75rem;top:1.25rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sEoOU0TsOnOv0xKrwd7vHmIxML7QtN1W { width:0.0625rem;height:13.75rem;top:58.0875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FcrcizfhIXzGIzgz95Hv3tno26JB57DL { width:15rem;height:11.0215rem;top:17.19921875rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGM33zJHaSpQEfOG40TAZfUGqmA0NfNr { width:15rem;height:1.29980625rem;top:15.3984375rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iM0a7qBZggIxJVSxArPX7S6iowgnG0sT { width:20rem;height:8.8125rem;top:73.3351910828rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tM4NhEEC5QLiRZSczU9qXTqVpWtcX7ai { width:15rem;height:14.6953125rem;top:57.7041015625rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUPRQnUSsaUFZ9G9oK63h7Iw6raCmcks { width:15rem;height:1.29980625rem;top:55.4501953125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQ58xboWX490i7l3FDVDwHV0aCVyAWao { width:15rem;height:12.246125rem;top:42.4375rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWhvTfBLPpUycJFKM3Ji85216IEcUnXw { width:15rem;height:1.29980625rem;top:40.57421875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #epRGlaZFTvsJ4yUQMSoM8yaOCwE20KFG { width:20rem;height:9.375rem;top:30.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOp8KPkXq9w4yd4LnpctHutBwQaTKTki { display:flex;width:1.5625rem;height:1.5625rem;top:57.51171875rem;left:0.78125rem; }
 }@media only screen and (max-width: 763px) { #vvKGcOk4M4lqws53XEHpAkfmTTA03VgV { display:flex;width:3.125rem;height:3.125rem;top:7.611328125rem;left:16.875rem; }
 }@media only screen and (max-width: 763px) { #JOUXNDIXn1TU4TCUdJARpXPQTFwQJhnB { display:flex;width:3.125rem;height:3.125rem;top:22.0224609375rem;left:16.875rem; }
 }@media only screen and (max-width: 763px) { #AwTm85x2tMoGKFNC1WlyRartm0gd94zT { display:flex;width:3.125rem;height:3.125rem;top:33.875rem;left:16.28125rem; }
 }@media only screen and (max-width: 763px) { #O763QvUf3M7t5FAVs1e0ffBvxwtpdScT { display:flex;width:3.125rem;height:3.125rem;top:61.3125rem;left:16.28125rem; }
 }@media only screen and (max-width: 763px) { #qvbT74SvlRnn5qPr2gBb9X0DEZvxFh4C { width:18.8125rem;height:2.5996125rem;top:0rem;left:0.59375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVNQRhnwxiRgsU7vRqENZOxxxQ3tOJBB { width:12.5rem;height:1.29980625rem;top:2.599609375rem;left:0.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #id0RKu6dhT1hmDwtIvBwalM5AItDwMWx { display:block; }#id0RKu6dhT1hmDwtIvBwalM5AItDwMWx > .row .container { width:20rem;height:1.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RkOCLPF1QCIyDUIlNlCiApra6alcmyS9 { display:block; }#RkOCLPF1QCIyDUIlNlCiApra6alcmyS9 > .row .container { width:20rem;height:73.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RVrBUygnfaVrfJrcoz7pEN5sUDuKLRTv { width:15rem;height:1.29980625rem;top:5.4365234375rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyWeiJzPrVoVDENBrZJJ8tJZr6caAr4D { width:16.4375rem;height:11.0215rem;top:7.4248046875rem;left:3.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOyhFXVE7oxJyVZDUpIMhRKpvzRJLPJC { width:0.0625rem;height:13.75rem;top:1.25rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JzdEFP94xZvvTIcsTfUX6f8sbRdu8Psd { width:0.0625rem;height:13.75rem;top:58.0875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #A5q62LUrRF7nOZhFMnFoDZHhr9a84CbI { width:15.5625rem;height:18.369175rem;top:27.626953125rem;left:4.15625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3odAcP7tcefsz7TR73U7cNQEadVoKiK { width:15rem;height:1.29980625rem;top:25.3984375rem;left:4.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHBDIEbglWmT3U5FasZzUOaoiGwWvQaV { width:19.875rem;height:8.75rem;top:46.63671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODOs8CiUyc3p6qtWHWb11pORWtsalnzC { width:15rem;height:12.246125rem;top:59.1396484375rem;left:4.15625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfEsodv9OGbB7DAeehQNmkvrBk7UBJsC { width:15rem;height:1.29980625rem;top:56.96484375rem;left:4.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhW8yRafOv7sNPF4uiNsqEa7s05IUbnJ { width:20rem;height:4.75rem;top:19.5869140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABGrnLWl3I3K14qokoBa6mCx28s2awOH { display:flex;width:1.5625rem;height:1.5625rem;top:62.63671875rem;left:9.21875rem; }
 }@media only screen and (max-width: 763px) { #uJwzGFnBTHLwZ0yn3gA8dmvsWvBQP8Rl { display:flex;width:3.125rem;height:3.125rem;top:6.6748046875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zpM0X6OaER7l6dBZA5WrbnRETmAHkafU { display:flex;width:3.125rem;height:3.125rem;top:58.2021484375rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #uztacTvauvzE71JfaC21Q5T8IICBaN9P { display:flex;width:3.125rem;height:3.125rem;top:27.626953125rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #IUvryWrkx141zUUrRKbluXpb5MRr53ik { width:18.8125rem;height:2.5996125rem;top:0rem;left:0.59375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QP2HdXF2hqGKXo6Z6kUutScG53kR4SSG { width:12.5rem;height:1.29980625rem;top:2.599609375rem;left:0.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVNa8JeZ51oHoVMMsNSgptDndhhqifPB { display:block; }#UVNa8JeZ51oHoVMMsNSgptDndhhqifPB > .row .container { width:20rem;height:3.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sfBweDDFVv1czfchcftzfzbVOEbzpNbm { display:block; }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row .container { width:20rem;height:59.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #anyX8VFk8X5tLPCdN8BartsM7WfXsx1c { width:20rem;height:15.875rem;top:4.125rem;left:0rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/053d4700-cea0-4850-8cb4-420556d75c87/UR24030MaverickCL100DR.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#anyX8VFk8X5tLPCdN8BartsM7WfXsx1c.adaptive-delivery-prevent-bg, #anyX8VFk8X5tLPCdN8BartsM7WfXsx1c.lazyload, #anyX8VFk8X5tLPCdN8BartsM7WfXsx1c.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #h4optaO8pV62lcoVG2etbd9FT6dhkdgF { width:12.5rem;height:1.29980625rem;top:5.8857421875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5ExTm9JNUZZ7dRUrTJTIGrs5pLEBZAa { width:19.8125rem;height:25.7168625rem;top:17.71875rem;left:0.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5QOPvyIv7RUTrbzncoTlfoW3B1STRbK { width:13.9375rem;height:0;top:45.125rem;left:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BW5PA1irpNecHoeiRkW7l4N7sXxvdK9e { width:0.0625rem;height:13.75rem;top:18.375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Eq9vyJKcZ8RtbQXeTLCEd9QJrtXU0qf9 { width:0.0625rem;height:13.75rem;top:53.3125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uhw4xTp4LauG0HrrTbd5Mi39FWen8zZk { width:20rem;height:36.25rem;top:7.1240234375rem;left:0rem;background-color:#fbfbfb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #maOo2lp6dPFxaNi6fRi0bp10Lq6l47HV { display:flex;width:1.5625rem;height:1.5625rem;top:45.125rem;left:9.21875rem; }
 }@media only screen and (max-width: 763px) { #qnIbHeNU5Af8HdfrUmMp3XWoZK50gRhw { height:11.224625rem;width:20rem;top:47.3349609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAbRVcZ42nFFm8eT4y2x9OoWfdmzsuXz { width:17.5rem;height:1.29980625rem;top:3.57421875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKs8WcXpgMH9POFIrRkn1xwZq49itsSw { width:20rem;height:0.125rem;top:59.123046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCFiTKVhkS4ga1T7ArQFAH6HF0BE2pME { width:20rem;height:2.5996125rem;top:0.8994140625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXPu7wmzIm48EGhsgmTaSrhJrFPtkBF0 { display:block; }#sXPu7wmzIm48EGhsgmTaSrhJrFPtkBF0 > .row .container { width:20rem;height:3.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gUUS0zzCaUK1Gv9MJbLZFTfUdLhz4v6f { display:block; }#gUUS0zzCaUK1Gv9MJbLZFTfUdLhz4v6f > .row .container { width:20rem;height:102.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rkuuJ4zdwb5uKTLIFI7VH3SmApMCn81l { width:15rem;height:1.29980625rem;top:5.435546875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNMwKhKTMHo8adWWCvlpZfHXQwFmbsnh { width:19.125rem;height:9.796875rem;top:6.673828125rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6ipa5rhTCTT2gV3GZdwBlT0vIGgJpWL { width:0.0625rem;height:13.75rem;top:1.25rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HALhW3VQQkLrgytm8DIAZPnwgpMBcxzc { width:0.0625rem;height:13.75rem;top:58.0875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #u9CDTUvTFHzxARSlsEMOQ2Fae0UoAqTs { width:19.4375rem;height:7.347625rem;top:30.8232421875rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rd4clDWCreq2sKLLzcN0oqENUQufsLcm { width:15rem;height:1.29980625rem;top:29.5234375rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWokCVPNpNn5VszMlbAaHuGJVP3XNixi { width:16.4375rem;height:22.375rem;top:53.7119140625rem;left:1.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGlxEefLnXqKw3U2f0Jy69dGVrgitRq4 { width:19rem;height:9.796875rem;top:42.9619140625rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyWE1qOhAMXgyzlLk15onKsDMxQdmIic { width:15rem;height:1.29980625rem;top:41.125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bViXapOu2rPTLDLqA5To6e4mRQwD1m0p { display:flex;width:1.5625rem;height:1.5625rem;top:76.0869140625rem;left:9.21875rem; }
 }@media only screen and (max-width: 763px) { #BTJDrk2MJ3Alno8DwxPnQJnnpMn9cIr1 { display:flex;width:3.125rem;height:3.125rem;top:38.169921875rem;left:15.625rem; }
 }@media only screen and (max-width: 763px) { #b9QfQT3KfTePQKkk0mJKdUaf9szs9BBZ { width:14.3125rem;height:2.5996125rem;top:0rem;left:0.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kc35IhuTQMQ5lSQox9BfsQHSUvw9EMQ5 { width:11.375rem;height:24.5rem;top:78.2744140625rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tE2vWELy8tdHGyDziLf1PMDlnTJ5y8rf { height:11.2158125rem;width:20rem;top:17.298828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpzK4MTChuISAB8amrc1Af1txR8QWE0I { width:16.1875rem;height:1.625rem;top:2.599609375rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTZCzOkTlV6p99SRrGJv54CVBEKGb77N { display:block; }#gTZCzOkTlV6p99SRrGJv54CVBEKGb77N > .row .container { width:20rem;height:3.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zbrUDwsJFlchg5BKUSiild6saCUCzPB9 { display:block; }#zbrUDwsJFlchg5BKUSiild6saCUCzPB9 > .row .container { width:20rem;height:102.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ughqz0CxT4HGBKUQ13Nl7Op4lGVMy76n { width:15rem;height:1.29980625rem;top:74.46875rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hN6ug738Uai8GbL6ASdQTpuWOzuNHfQm { width:18.625rem;height:4.8984375rem;top:76.3310546875rem;left:0.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2abdgd8wHINLtEztaVTf6nFRAGKGJ5G { width:0.0625rem;height:13.75rem;top:1.25rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vw1qwIeIKvc5Z0VSBrE9f62OTHX5KH0U { width:0.0625rem;height:13.75rem;top:58.0875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NQ9FCdnfJ3Xzezr3zaXr6sRMuGswhu1w { width:17.625rem;height:12.246125rem;top:58.0419921875rem;left:0.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #POkaTxAE95KchpDZBfVCyaqH6ZwXsttt { width:18.8125rem;height:1.29980625rem;top:55.875rem;left:0.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6qSpHrtRfsaFT0NEhinf0lxixhM27Cy { width:18.4375rem;height:7.347625rem;top:27.1748046875rem;left:0.78125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECim21C296zg8TNhyfMrtCUVmdQsZ5dN { width:15rem;height:1.29980625rem;top:25.9365234375rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpsUV6USFpDOrc0MOFOPnkwa57PqUST4 { display:flex;width:1.5625rem;height:1.5625rem;top:71.38671875rem;left:9.21875rem; }
 }@media only screen and (max-width: 763px) { #s8o6iDTHTuo383Ohva6xLIFgktVZRFNw { display:flex;width:3.125rem;height:3.125rem;top:52.0419921875rem;left:16.25rem; }
 }@media only screen and (max-width: 763px) { #WsZDJQKslWzyzkNg1pxJoVQRx5GlpMb1 { width:16.625rem;height:2.5996125rem;top:0rem;left:0.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFexiie3aHrGJ0iNoOCqaiQRRUNclmwV { width:17.75rem;height:1.625rem;top:2.599609375rem;left:0.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cu3XGZpxxkmnuv43WXT2o20JhyUSSIhL { width:10.5rem;height:17.6875rem;top:82.6669921875rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuLCD4uOTXb6ZB470saqPcHqbsT6kWlM { width:17.4375rem;height:18.4375rem;top:33.6669921875rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByFp04tcqXBSto1IWL4vcVyxDTuQ4viL { width:19.0625rem;height:1.29980625rem;top:5.62890625rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEHdAnXxWU2PhAksRoK5efW1MgB8bdJD { width:18.1875rem;height:7.347625rem;top:6.8671875rem;left:0.90625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JE01RHZNfRFkIkS616t3cLWd3Oeb0Cho { width:20rem;height:11.6328125rem;top:12.6162109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6HgVNWAFIyA1cWL6XaycTka35usrc0r { display:block; }#B6HgVNWAFIyA1cWL6XaycTka35usrc0r > .row .container { width:20rem;height:3.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x3mCryMxBHS2fh1T9EvhTfdLH5h6NoGJ { display:block; }#x3mCryMxBHS2fh1T9EvhTfdLH5h6NoGJ > .row .container { width:20rem;height:105rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MXcFAr3uZVtsQaX2paeAK9xx7U343RBX { width:0.0625rem;height:13.75rem;top:1.25rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nD4Xc5ZgP5g0WLMgP4HWHDoUWQaGUoVN { width:0.0625rem;height:13.75rem;top:58.0875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZmerqQlJrLvpVEW8cTlznUDMilAQmKSV { width:18.5rem;height:8.57225rem;top:64.8125rem;left:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dorIronUTg3ETmQ1M4MD1MiCLM6EcFdu { width:18.8125rem;height:1.29980625rem;top:62.767578125rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vye0FZdDChphUfO7dK0eGG2rNpXynv0e { width:18.625rem;height:11.0215rem;top:6.9375rem;left:0.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzLZCTTSPThRC5g6tMSoaRdHMQAsiBrI { width:15rem;height:1.29980625rem;top:5.125rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeVnLGSP1ftdhkaKGQSAK5T4zPfi7xzN { display:flex;width:1.5625rem;height:1.5625rem;top:62.63671875rem;left:9.21875rem; }
 }@media only screen and (max-width: 763px) { #Ux7sHRWrpOGPG85kaaE55EHnqGRb3WSL { display:flex;width:3.125rem;height:3.125rem;top:58.5986328125rem;left:16rem; }
 }@media only screen and (max-width: 763px) { #TuGCVcASKGfTsJz7n2NP25tHQJJI8lwF { width:16.625rem;height:2.5996125rem;top:0rem;left:1rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #loMfohW6w0yilzTzfHtrdHTL030mW7qX { width:16.8125rem;height:1.625rem;top:2.599609375rem;left:1rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AT7GodcT2sGWnebpBnIsI7TwtJqNiLxV { width:19.375rem;height:2.5996125rem;top:31.9853515625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWFIgU5J0tEi7NAV7w8xUZyGCoTBBe2O { width:18.6875rem;height:9.796875rem;top:34.5234375rem;left:0.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IK3S78AdXGloLLl3QufFeJ1nmAnToNq9 { width:19.625rem;height:12.7588125rem;top:46.021484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOdKNA77EfDWuPBtKmx9NlSA8LRgm3rH { width:16.9375rem;height:12.5625rem;top:18.583984375rem;left:1.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzZ6KXtT5vFKnJc5JwzORbcElwvXkfyX { width:19.625rem;height:12.244125rem;top:77.3447265625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #doROg8roRXOHoLIX01gA9mwe1TszUq7T { width:19.625rem;height:12.557625rem;top:90.7138671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCTrSqhxU3N1fhtNnNc0S6FgzqTmrgLB { display:block; }#qCTrSqhxU3N1fhtNnNc0S6FgzqTmrgLB > .row .container { width:20rem;height:1.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QTPWKwPcpCSvJ6xf6XzK75ghnGx5eqf9 { display:block; }#QTPWKwPcpCSvJ6xf6XzK75ghnGx5eqf9 > .row .container { width:20rem;height:114.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iNqRKTD9aGUtC5SrptKr5rI0HivPfIem { width:0.0625rem;height:13.75rem;top:1.25rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eBDMiUTZbX9dQ6O5izckyXN473Ti0AXZ { width:0.0625rem;height:13.75rem;top:58.0875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sPd8cwvdrOOIq4kyBgwPWCWaXKegMn8w { width:15rem;height:7.347625rem;top:29.875rem;left:5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKbXG4fdlXrXKeGRN2GC2Aol91umQxil { width:15rem;height:1.29980625rem;top:27.9375rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAqLgPykyAJbuE33VdDqBPVO8uQewOHd { width:18.75rem;height:4.8984375rem;top:7.875rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F95PiMh4sqFIRzgO7xQ6F2aJxeOOlkn9 { width:15rem;height:1.29980625rem;top:5.875rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOZAPXTFae3Nc9lfkekQfkFaTmAlacS6 { display:flex;width:1.5625rem;height:1.5625rem;top:62.63671875rem;left:9.21875rem; }
 }@media only screen and (max-width: 763px) { #FCcidpQV26fzkJfc4m6czW9nmG9GqUG0 { display:flex;width:3.125rem;height:3.125rem;top:29.875rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #zrX94ODDBSqHJhs3V0XNZ3pBAJoGNnCL { width:16.625rem;height:2.5996125rem;top:0rem;left:1rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSeDlVG8KkrepawfyxeNIb2s7T8lq6SN { width:18rem;height:1.625rem;top:2.599609375rem;left:1rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qglUdql1b9pEVUuNEfNPRuZItlnrJSEN { width:17.25rem;height:1.29980625rem;top:39.548828125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9BtvDDpMxqHBkBvUMfEUCrdFpuKdzyc { width:18.625rem;height:9.796875rem;top:41.4111328125rem;left:0.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #duURotg0K98bvyRVm7hWK7ndGFu3URiq { width:20rem;height:14.2168125rem;top:13.7822265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCmK4HRykETVJecNKPsK4DV0WOMvTBHX { width:11.3125rem;height:23.75rem;top:52.408203125rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsCMzBqFI6o4fxITUEEAhk6EcVThP5NM { width:11.625rem;height:21.6875rem;top:90.908203125rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRiigvJJMtbcyBzf6xcgCT2POrBMZT4I { width:19.0625rem;height:2.5996125rem;top:76.9873046875rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #arxL0n9idtIxJx1Fg5krJlrb3yBkEWJM { width:18.25rem;height:9.796875rem;top:81.173828125rem;left:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtgxLcvghXPHXvllIzSXRErrFarUelgo { display:block; }#NtgxLcvghXPHXvllIzSXRErrFarUelgo > .row .container { width:20rem;height:3.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nfDriq3POn60bif3TxkVuixwhTVVAPrb { display:block; }#nfDriq3POn60bif3TxkVuixwhTVVAPrb > .row .container { width:20rem;height:45.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oG551LrNJe1VawQryftdUE1INwzQrDSB { width:0.0625rem;height:13.75rem;top:1.25rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QWI4JhzDZHqp55n7BgG6FWTOl9Hm7OJW { width:0.0625rem;height:13.75rem;top:58.0875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #th1T9cBe4C32dfPIx203l8kAezMZaFU7 { display:flex;width:1.5625rem;height:1.5625rem;top:32.478515625rem;left:9.21875rem; }
 }@media only screen and (max-width: 763px) { #STlkfSw5EgGIORycQE6RFlOe0xAEIt8U { display:flex;width:3.125rem;height:3.125rem;top:2.9609375rem;left:14.1875rem; }
 }@media only screen and (max-width: 763px) { #Nwo52w6Brp6CTQU4KLm6HrPzMRrTd3iH { width:13.4375rem;height:5.19921875rem;top:0rem;left:0.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Is43yRFETTriVzBCpnmKm0anEegcCcs9 { width:13.4375rem;height:1.625rem;top:6.0859375rem;left:0.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v26fWxZe01VAUIUlbD7bZw0XlwA4FllD { width:16.8125rem;height:2.5996125rem;top:8.9609375rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #clmsPri9GUe1ErZ0omBAO87aLpIRNGLl { width:18.25rem;height:12.24608125rem;top:12.265625rem;left:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z77sryIFQxCTke5cRtiPx7FPVdN6Q63A { width:20rem;height:17.621125rem;top:25.44921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8OtxNmPxC7xIzmGw5dQPnQK4orVm6JT { display:block; }#J8OtxNmPxC7xIzmGw5dQPnQK4orVm6JT > .row .container { width:20rem;height:6.3984375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JIv9mBDR7SaahBXVUzQindhCsUb9uvMV { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }