.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:219,227,238;--color-primary-1:135,161,197;--color-primary-2:15,66,139;--color-primary-3:8,33,70;--color-primary-4:2,10,21;--color-secondary-0:250,217,218;--color-secondary-1:240,128,133;--color-secondary-2:224,0,11;--color-secondary-3:112,0,6;--color-secondary-4:34,0,2;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Roboto";--paragraphs-font-family:"Roboto"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZRfyilquknThdgzJy3JkZbIITxqKPtx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),0.35);background-image:url("https://images.assets-landingi.com/uc/a55cf3ed-48cd-47d3-b1ee-9a15be035813/Web19206.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FZRfyilquknThdgzJy3JkZbIITxqKPtx.adaptive-delivery-prevent-bg, #FZRfyilquknThdgzJy3JkZbIITxqKPtx.lazyload, #FZRfyilquknThdgzJy3JkZbIITxqKPtx.lazyloading { background-image: none; }#FZRfyilquknThdgzJy3JkZbIITxqKPtx > .row .container { background-color: transparent; background-image: none; }#FZRfyilquknThdgzJy3JkZbIITxqKPtx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZRfyilquknThdgzJy3JkZbIITxqKPtx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZRfyilquknThdgzJy3JkZbIITxqKPtx > .row .container > .video-iframe-container { display: none; }#FZRfyilquknThdgzJy3JkZbIITxqKPtx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZRfyilquknThdgzJy3JkZbIITxqKPtx > .row > .video-iframe-container { display: none; }#FZRfyilquknThdgzJy3JkZbIITxqKPtx > .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); }#FZRfyilquknThdgzJy3JkZbIITxqKPtx > .row .container { border-width: 0; border-radius: 0; }#FZRfyilquknThdgzJy3JkZbIITxqKPtx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FZRfyilquknThdgzJy3JkZbIITxqKPtx > .row .container { font-size:0.875rem;font-family:arial;height:52.6875rem;width:75rem;position:relative;display:block; }#tkgfgWBfHGUZH5VmMS29PpoQJZxXcynF { color:rgba(var(--color-tertiary-0),1);display:block;width:34.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.5;letter-spacing:0;top:12.25rem;left:0rem;height:7.5rem;font-style:normal;display:block; }
#hpm73NtivhggedvQkX3saUrSUSFT4AWf { color:rgba(var(--color-tertiary-0),1);display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;top:22.25rem;left:0rem;height:5.625rem;font-style:normal;display:block; }
#Gu9FHyELM4OrlK4pmMRQ0Ec1TKOwmeoC { color:rgba(var(--color-tertiary-0),1);display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:30.375rem;left:0rem;height:1.86865rem;font-style:normal;display:block; }
#k1PpnTGRxpr5UJdmqihHyIf7Ixz8MQmx { color:rgba(var(--color-tertiary-0),1);display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:33.625rem;left:1.875rem;height:1.7871125rem;font-style:normal;display:block; }
#F6TatTxyQJrtsc9DnyHmL3hqtd5hTA2t { color:rgba(var(--color-tertiary-0),1);display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:36.0625rem;left:1.875rem;height:1.7871125rem;font-style:normal;display:block; }
#mG7eAPq2O02rm9rUZrh8eoQDHtauM5sk { color:rgba(var(--color-tertiary-0),1);display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:38.4375rem;left:1.875rem;height:1.7871125rem;font-style:normal;display:block; }
#pERivQL8u6oInNPXnD2Ng8fp225PHSHT { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:33.75rem;left:0rem; }
#uSIORiDRgTaTQQbnRdmaCzxzOCi6REiA { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:36.1875rem;left:0rem; }
#UXCCdJrAJQfTxgsd0tiRxy9BlPvsCVCJ { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:38.5625rem;left:0rem; }
#GQyKZG21I7olR7V71xpdPk9dZqViS5Eb { background-color:rgba(var(--color-primary-2),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: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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:2.8125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:45.8125rem;left:0rem;display:none; }
#LdTOoBcibU1zvorh92SXrQGPKF0vOfhD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DU8RamUdzxUafGW27C0IlVDb4r7TmG1q { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.125rem;width:11.875rem;top:2.5625rem;left:1.875rem;overflow:hidden;display:block; }
#m1PuRSAS9P2PasizT1gTLmGG0tZOMrr3 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:41.287109375rem;left:0rem; }
#QIPdrHTOIpfKZUwly7Vh7mtQPDsDIXR8 { color:rgba(var(--color-tertiary-0),1);display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:41.2060546875rem;left:1.875rem;height:1.7871125rem;font-style:normal;display:block; }
#MTIDDXIVeyTtI1VPhTXIznB3UtNbxuv2 { position:absolute;display:block;z-index:15019;height:42.75rem;width:38.75rem;top:8.6875rem;left:36.25rem;display:block; }
#b5zgTGa9V9Z5VqkI4Et0VsllW1LCERhB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#b5zgTGa9V9Z5VqkI4Et0VsllW1LCERhB > .row .container { background-color: transparent; background-image: none; }#b5zgTGa9V9Z5VqkI4Et0VsllW1LCERhB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b5zgTGa9V9Z5VqkI4Et0VsllW1LCERhB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b5zgTGa9V9Z5VqkI4Et0VsllW1LCERhB > .row .container > .video-iframe-container { display: none; }#b5zgTGa9V9Z5VqkI4Et0VsllW1LCERhB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b5zgTGa9V9Z5VqkI4Et0VsllW1LCERhB > .row > .video-iframe-container { display: none; }#b5zgTGa9V9Z5VqkI4Et0VsllW1LCERhB > .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); }#b5zgTGa9V9Z5VqkI4Et0VsllW1LCERhB > .row .container { border-width: 0; border-radius: 0; }#b5zgTGa9V9Z5VqkI4Et0VsllW1LCERhB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b5zgTGa9V9Z5VqkI4Et0VsllW1LCERhB > .row .container { font-size:0.875rem;font-family:arial;height:16.4375rem;width:75rem;position:relative;display:block; }#XfpCGm51Rl0PpPzC40fodMDTHTNDr7nq { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.25rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Zpbx7cT2pKD1xn7DKHaPlDoJVHDnQRTq { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.3) ;height:4.625rem;width:8.0625rem;top:6.1875rem;left:58.3125rem;overflow:hidden;display:block; }
#car8lnp7ytUmTTFl2b3WQUiTnlge7hD9 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.3) ;height:4.6875rem;width:8.4375rem;top:6.1875rem;left:33.3125rem;overflow:hidden;display:block; }
#Rpub4npWV9D8sfW6bhLVaq1thftyTFpG { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.3) ;height:4.6875rem;width:8.4375rem;top:6.3125rem;left:8.3125rem;overflow:hidden;display:block; }
#i9WDN4mDTsGG4aJIQhuzldsvc0FtELtT { color:rgba(var(--color-tertiary-0),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:12.125rem;left:0rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oSi91plU2gOWD7Xamz3nof7wZfZ0rFwB { color:rgba(var(--color-tertiary-0),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:12.125rem;left:25rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F9t8N8QzlScCmu8f9NLFNwLDapIQd1VL { color:rgba(var(--color-tertiary-0),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:12.125rem;left:50rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b7s37mqacRNvT8sou4AaCEPwMK8Mn2JI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef0f6;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; }#b7s37mqacRNvT8sou4AaCEPwMK8Mn2JI > .row .container { background-color: transparent; background-image: none; }#b7s37mqacRNvT8sou4AaCEPwMK8Mn2JI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b7s37mqacRNvT8sou4AaCEPwMK8Mn2JI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b7s37mqacRNvT8sou4AaCEPwMK8Mn2JI > .row .container > .video-iframe-container { display: none; }#b7s37mqacRNvT8sou4AaCEPwMK8Mn2JI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b7s37mqacRNvT8sou4AaCEPwMK8Mn2JI > .row > .video-iframe-container { display: none; }#b7s37mqacRNvT8sou4AaCEPwMK8Mn2JI > .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); }#b7s37mqacRNvT8sou4AaCEPwMK8Mn2JI > .row .container { border-width: 0; border-radius: 0; }#b7s37mqacRNvT8sou4AaCEPwMK8Mn2JI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b7s37mqacRNvT8sou4AaCEPwMK8Mn2JI > .row .container { font-size:0.875rem;font-family:arial;height:32.5625rem;width:75rem;position:relative;display:block; }#FlXVwg7y6MiSl4htqLrA1DzZ7T0Tbv4N { color:rgba(var(--color-tertiary-4),1);display:block;width:36.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:8.6875rem;left:37.5rem;height:2.4375rem;font-style:normal;display:block; }
#fWbiHXm5WdI8JOZT2ul1QQM3N0DOR6Q9 { color:rgba(var(--color-tertiary-4),1);display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:12.375rem;left:39.375rem;height:1.4624rem;font-style:normal;display:block; }
#AskPdTAc4m7XoUuIIaSxThca18LQLX4q { color:rgba(var(--color-tertiary-4),1);display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:14.625rem;left:39.375rem;height:1.4624rem;font-style:normal;display:block; }
#mkNOF1PISANIecT3nNswd38OkN7mHC36 { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:12.4375rem;left:37.5rem; }
#TLBAwataq52VCXT31hbzl7TEVOU4IdgD { background-color:rgba(var(--color-secondary-2),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: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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:2.5rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:21.4375rem;left:37.5rem;display:block; }
#JT1TQAnRAMFT6spBIBQBH2c2E008uA0i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ShWPTxHB2nSNbkaHxEItQDxQw4tUB3yV { position:absolute;display:block;z-index:15012;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.4375rem;width:23rem;top:4.63671875rem;left:0rem;overflow:hidden;display:block; }
#fgtxouIBdRyFNXR3S6xhq90FFbNaqIsH { color:rgba(var(--color-tertiary-4),1);display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:17.5rem;left:39.375rem;height:1.4624rem;font-style:normal;display:block; }
#C9VRtTPnKL1Sd4WKla8xZRamhtpchhVr { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:17.5625rem;left:37.5rem; }
#vyEJINti7TiGCt1fnwKvg3K3mRIXIPPz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:13.19921875rem;left:4.5625rem; }
#oWJZaEEyqsCJB0y1kCGVZStbcG9AEV5V { position:relative;display:block; }#oWJZaEEyqsCJB0y1kCGVZStbcG9AEV5V { background-color: transparent; background-image: none; }#oWJZaEEyqsCJB0y1kCGVZStbcG9AEV5V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oWJZaEEyqsCJB0y1kCGVZStbcG9AEV5V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oWJZaEEyqsCJB0y1kCGVZStbcG9AEV5V > .row .container > .video-iframe-container { display: none; }#oWJZaEEyqsCJB0y1kCGVZStbcG9AEV5V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oWJZaEEyqsCJB0y1kCGVZStbcG9AEV5V > .row > .video-iframe-container { display: none; }#oWJZaEEyqsCJB0y1kCGVZStbcG9AEV5V > .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); }#oWJZaEEyqsCJB0y1kCGVZStbcG9AEV5V { border-width: 0; border-radius: 0; }#oWJZaEEyqsCJB0y1kCGVZStbcG9AEV5V > .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; }#oWJZaEEyqsCJB0y1kCGVZStbcG9AEV5V > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:33rem;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; }#X1deyzxTGzThr7m7PBW1xUqm2kofFyv1 { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.5rem;left:0rem;height:2.4375rem;font-style:normal;display:block; }
#hrMvqDDepLRtK6mEHVgbB4bebTd5G34A { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:10rem;left:0rem;height:3.375rem;font-style:normal;display:block; }
#iUTetuq37H1T8NqnqssUyg6Mz2xVlwVC { color:rgba(var(--color-tertiary-4),1);display:block;width:35.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:14.625rem;left:1.875rem;height:1.6875rem;font-style:normal;display:block; }
#bLFO5hX5NTixq1bFyeBvxZhzPUAP7qqO { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:14.75rem;left:0rem; }
#WaVRbNFbXslkdgATzvRsLdhubgxhssk4 { color:rgba(var(--color-tertiary-4),1);display:block;width:35.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:16.9375rem;left:1.875rem;height:1.6875rem;font-style:normal;display:block; }
#cV2nVs1rJMqFsESkGDLi1cdT5DrPWEFr { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:17.0625rem;left:0rem; }
#BqcdroXkZDs3sMBPUS0RJh5IQw2JU2Jq { color:rgba(var(--color-tertiary-4),1);display:block;width:35.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:19.65625rem;left:1.9375rem;height:1.6875rem;font-style:normal;display:block; }
#awAVlkJ1vfHeCbQk4K6PT6JaE6iin6EG { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:19.75rem;left:0rem; }
#Uo6qfV956ucVF6OL1KvfFuc5sbbb3vnL { color:rgba(var(--color-tertiary-4),1);display:block;width:35.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:22.4375rem;left:1.875rem;height:1.6875rem;font-style:normal;display:block; }
#QoWzVRHDWP8wAnvdUvtqsTKAT3D8NWv6 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:22.5625rem;left:0rem; }
#yiLZ8huuPlQ1aVGC8OtzhXEbZ1Wex1gK { background-color:rgba(var(--color-secondary-2),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: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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:2.5rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:26.75rem;left:0rem;display:block; }
#xvxJVEAZlpQmoNSkc3Gsz9VFDiJc7UPW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bFHW0BcJXcVlELq7KhKEzznfRTubrDz4 { box-sizing:content-box;height:0.3125rem;width:7.8125rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.1875rem;left:0rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#cw4lQTQfuXPIWk1MDbrUA1n4iXN8nARb { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.4) ;height:27.8125rem;width:27.8125rem;top:2.5rem;left:46.5625rem;overflow:hidden;display:block; }
#mbSluLKULuLEsNN6T75mwFcD81HXF1TH { position:relative;display:block; }#mbSluLKULuLEsNN6T75mwFcD81HXF1TH { background-color: transparent; background-image: none; }#mbSluLKULuLEsNN6T75mwFcD81HXF1TH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mbSluLKULuLEsNN6T75mwFcD81HXF1TH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mbSluLKULuLEsNN6T75mwFcD81HXF1TH > .row .container > .video-iframe-container { display: none; }#mbSluLKULuLEsNN6T75mwFcD81HXF1TH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mbSluLKULuLEsNN6T75mwFcD81HXF1TH > .row > .video-iframe-container { display: none; }#mbSluLKULuLEsNN6T75mwFcD81HXF1TH > .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); }#mbSluLKULuLEsNN6T75mwFcD81HXF1TH { border-width: 0; border-radius: 0; }#mbSluLKULuLEsNN6T75mwFcD81HXF1TH > .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; }#mbSluLKULuLEsNN6T75mwFcD81HXF1TH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:23.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; }#HKDBrAWvVFc6v2vXIxA4K0LOwppT6bfh { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.4) ;height:17.0625rem;width:17.0625rem;top:2.5rem;left:19.4375rem;overflow:hidden;display:block; }
#ORebV99PAWQdpsQqSMKdBfTg9CbSAT6m { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.4) ;height:17.0625rem;width:17.0625rem;top:2.5rem;left:0rem;overflow:hidden;display:block; }
#Oz6EqaRT1zA6InqnrtFNlTAP4wZlnw0S { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.4) ;height:17.0625rem;width:17.0625rem;top:2.5rem;left:38.6875rem;overflow:hidden;display:block; }
#VriB0zRkhmyP6ypL4qSVtEg00t9Hf3I8 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.4) ;height:17rem;width:17.0625rem;top:2.5rem;left:57.9375rem;overflow:hidden;display:block; }
#ilby7Qs1x4qIk3RtIONOg1INvTLTbNFa { position:relative;display:block; }#ilby7Qs1x4qIk3RtIONOg1INvTLTbNFa { background-color: transparent; background-image: none; }#ilby7Qs1x4qIk3RtIONOg1INvTLTbNFa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ilby7Qs1x4qIk3RtIONOg1INvTLTbNFa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ilby7Qs1x4qIk3RtIONOg1INvTLTbNFa > .row .container > .video-iframe-container { display: none; }#ilby7Qs1x4qIk3RtIONOg1INvTLTbNFa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ilby7Qs1x4qIk3RtIONOg1INvTLTbNFa > .row > .video-iframe-container { display: none; }#ilby7Qs1x4qIk3RtIONOg1INvTLTbNFa > .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); }#ilby7Qs1x4qIk3RtIONOg1INvTLTbNFa { border-width: 0; border-radius: 0; }#ilby7Qs1x4qIk3RtIONOg1INvTLTbNFa > .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; }#ilby7Qs1x4qIk3RtIONOg1INvTLTbNFa > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:38.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; }#NTXogGwNtp2fiAnSD1KXscc03HJyKaRo { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:2.4375rem;font-style:normal;display:block; }
#MSP1aVP6IMEHf3vlos49mIzKrmETGfCE { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:9rem;left:0rem;height:3.375rem;font-style:normal;display:block; }
#hanTtBl3SgTi6QEMrdt0ER6NBa48ifl7 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:13.625rem;left:0rem;height:1.6875rem;font-style:normal;display:block; }
#xS13NV8Ckz80nOgsn9ABuer4fgWmvxEa { color:rgba(var(--color-tertiary-4),1);display:block;width:68.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:16.5625rem;left:1.875rem;height:1.6875rem;font-style:normal;display:block; }
#U5L1TntdwcXNHEAwbOoAQgM2VqyDwp4N { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:16.6875rem;left:0rem; }
#wSzXdeBseBtagPqMXgJVe1Dtyv7T6bRu { color:rgba(var(--color-tertiary-4),1);display:block;width:68.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:18.875rem;left:1.875rem;height:1.6875rem;font-style:normal;display:block; }
#uFkXsNx7VnfOOEPkRcbDdIs91x7Fa7GK { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:19rem;left:0rem; }
#XNI0GC0w9TiMBZ1uG2E8tIf70QAWpKVQ { color:rgba(var(--color-tertiary-4),1);display:block;width:68.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:21.625rem;left:1.875rem;height:1.6875rem;font-style:normal;display:block; }
#GuDI45lgrr1zDyF2qpo1ZM1WgRSEIxyP { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:21.6875rem;left:0rem; }
#Kgiuuc9vtqyrOmqkyvtGJQKJWEvFcqMI { color:rgba(var(--color-tertiary-4),1);display:block;width:68.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:24.375rem;left:1.875rem;height:1.6875rem;font-style:normal;display:block; }
#zFb3DDgFRpexRG1VA0op4U0tscHrnD4V { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:24.5rem;left:0rem; }
#OEDiIPFTsLxISx05wUhiGNldTRHCbuc5 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:27.3125rem;left:0rem;height:3.375rem;font-style:normal;display:block; }
#oziwnynZQy8Fh6GWJOeMCpI656nw3H8L { background-color:rgba(var(--color-secondary-2),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: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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:2.5rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:33.1875rem;left:0rem;display:block; }
#LxK9u1NOhU0VWb7Wc2XTfvs9LqbhPt2v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pDKVphq8EkW2JfOyNOHAHauqCHw2kczz { box-sizing:content-box;height:0.3125rem;width:7.8125rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),1);background-image:none;top:6.1875rem;left:0rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#aWgZzDVP9vzbGBma7J63PGthtwzNnxpJ { position:relative;display:block; }#aWgZzDVP9vzbGBma7J63PGthtwzNnxpJ { background-color: transparent; background-image: none; }#aWgZzDVP9vzbGBma7J63PGthtwzNnxpJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWgZzDVP9vzbGBma7J63PGthtwzNnxpJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWgZzDVP9vzbGBma7J63PGthtwzNnxpJ > .row .container > .video-iframe-container { display: none; }#aWgZzDVP9vzbGBma7J63PGthtwzNnxpJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWgZzDVP9vzbGBma7J63PGthtwzNnxpJ > .row > .video-iframe-container { display: none; }#aWgZzDVP9vzbGBma7J63PGthtwzNnxpJ > .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); }#aWgZzDVP9vzbGBma7J63PGthtwzNnxpJ { border-width: 0; border-radius: 0; }#aWgZzDVP9vzbGBma7J63PGthtwzNnxpJ > .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; }#aWgZzDVP9vzbGBma7J63PGthtwzNnxpJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:36.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; }#XCmBDeL6VTd1WBrWnRtmdT52vWmV8AAK { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.4) ;height:31.25rem;width:75rem;top:2.5rem;left:0rem;overflow:hidden;display:block; }
#fTgx5h0wKpnNOHSApl1vBTHPFSo4vClm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),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; }#fTgx5h0wKpnNOHSApl1vBTHPFSo4vClm > .row .container { background-color: transparent; background-image: none; }#fTgx5h0wKpnNOHSApl1vBTHPFSo4vClm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTgx5h0wKpnNOHSApl1vBTHPFSo4vClm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTgx5h0wKpnNOHSApl1vBTHPFSo4vClm > .row .container > .video-iframe-container { display: none; }#fTgx5h0wKpnNOHSApl1vBTHPFSo4vClm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTgx5h0wKpnNOHSApl1vBTHPFSo4vClm > .row > .video-iframe-container { display: none; }#fTgx5h0wKpnNOHSApl1vBTHPFSo4vClm > .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); }#fTgx5h0wKpnNOHSApl1vBTHPFSo4vClm > .row .container { border-width: 0; border-radius: 0; }#fTgx5h0wKpnNOHSApl1vBTHPFSo4vClm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fTgx5h0wKpnNOHSApl1vBTHPFSo4vClm > .row .container { font-size:0.875rem;font-family:arial;height:23.1875rem;width:75rem;position:relative;display:block; }#IDJWONbIeiGqnQQErlGhXVyKZfwAL0xv { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:7.1875rem;top:11.3125rem;left:1.25rem;overflow:hidden;display:block; }
#tmkRxrHWcIHlISl2QfsMEIbXQssaOTFu { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#giMUGy1dcdIWFlgDMNMUZL60VlovRLg8 { color:rgba(var(--color-primary-2),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:9.375rem;left:1.25rem;height:1.29980625rem;font-style:normal;display:block; }
#zUhkdDAr2HHkR285iMLSwWqqPGT2cpuK { color:rgba(var(--color-primary-2),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:13.1875rem;left:1.25rem;height:5.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#o3kIaQFqUArMTwPvQc2pTt0TZHFZI5ex { color:rgba(var(--color-primary-2),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15024;line-height:1.5;letter-spacing:0;top:13.1875rem;left:26.75rem;height:5.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RNcMT0mOhFdyVr9VTuFJNi00CUVfmTq5 { 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:1.25rem;width:7.1875rem;top:11.375rem;left:26.75rem;overflow:hidden;display:block; }
#MRTyvxLdvEbiKWNPOgzleFImIxp5olPA { color:rgba(var(--color-primary-2),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:9.4375rem;left:26.75rem;height:1.29980625rem;font-style:normal;display:block; }
#eVV4ZDTTRalubqNTIQeOr0dQA1Iw3PCh { color:rgba(var(--color-primary-2),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15027;line-height:1.5;letter-spacing:0;top:14.0625rem;left:52.1875rem;height:4.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PqC6R2pzvduJmoe8KOBHVmFt7S80H2S0 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:7.1875rem;top:12.1875rem;left:52.1875rem;overflow:hidden;display:block; }
#TsTeXPlXEcL7S37fuIIzwbhhHxBRvKLm { color:rgba(var(--color-primary-2),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:10.25rem;left:52.1875rem;height:1.29980625rem;font-style:normal;display:block; }
#M0tQLyJioRibKzXOoQmaTAQpaTlRu56M { box-sizing:content-box;height:12.5rem;width:24.0625rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:8.125rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.4) ;display:block; }
#ppp7RSTDTKGGqINEGTe0IFQDiA3O5T3n { box-sizing:content-box;height:12.5rem;width:24.0625rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:8.125rem;left:25.5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.4) ;display:block; }
#WExnpU6Jef8Oe2mOTCq6Nm4DChTqVyyE { box-sizing:content-box;height:12.5rem;width:24.0625rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:8.125rem;left:50.9375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.4) ;display:block; }
#ZaL6Oo57umTfCw8lNTnOTAHPUVpGmqeK { box-sizing:content-box;height:0.3125rem;width:7.8125rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-2),1);background-image:none;top:6.1875rem;left:33.59375rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#rkk0NQd4tHiprF02n7k4tXkqo4gtA7P3 { position:relative;display:block; }#rkk0NQd4tHiprF02n7k4tXkqo4gtA7P3 { background-color: transparent; background-image: none; }#rkk0NQd4tHiprF02n7k4tXkqo4gtA7P3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rkk0NQd4tHiprF02n7k4tXkqo4gtA7P3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rkk0NQd4tHiprF02n7k4tXkqo4gtA7P3 > .row .container > .video-iframe-container { display: none; }#rkk0NQd4tHiprF02n7k4tXkqo4gtA7P3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rkk0NQd4tHiprF02n7k4tXkqo4gtA7P3 > .row > .video-iframe-container { display: none; }#rkk0NQd4tHiprF02n7k4tXkqo4gtA7P3 > .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); }#rkk0NQd4tHiprF02n7k4tXkqo4gtA7P3 { border-width: 0; border-radius: 0; }#rkk0NQd4tHiprF02n7k4tXkqo4gtA7P3 > .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; }#rkk0NQd4tHiprF02n7k4tXkqo4gtA7P3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:43.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; }#d0Xm3A7AJsVIlZZP1TNQq9S5KDb9c21R { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:5rem;left:0rem;height:2.4375rem;font-style:normal;display:block; }
#RATeqSUmZbBZKwqsxRM9TKWCh9Ibihl9 { color:rgba(var(--color-tertiary-4),1);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:18.625rem;left:1.25rem;height:1.4624rem;font-style:normal;display:block; }
#NTdc118ZJdLZOEgHnI22w48ZM1MLLngZ { color:rgba(var(--color-tertiary-4),1);display:block;width:68.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:11.5rem;left:0rem;height:3.375rem;font-style:normal;display:block; }
#ihfm2opQ9nnPBnczcIwfAJdkec02cbNO { color:rgba(var(--color-tertiary-4),1);display:block;width:26.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:21.3125rem;left:3.125rem;height:1.4624rem;font-style:normal;display:block; }
#wLF0s5JhTJgxmEkwgfX090ZxXs1t1huz { color:rgba(var(--color-tertiary-4),1);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:18.625rem;left:38.75rem;height:1.4624rem;font-style:normal;display:block; }
#ZydAU2PrH5TZnPGAhax0HPsqiScS6ddl { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:21.3125rem;left:1.25rem; }
#Nx35SCtJhiERJa1DQ2im1vTsAyDxXCTQ { color:rgba(var(--color-tertiary-4),1);display:block;width:26.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:23.4375rem;left:3.125rem;height:1.4624rem;font-style:normal;display:block; }
#hTMVW8TzK4aRn3y0CsKJa2u1pUiRytyq { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:23.4375rem;left:1.25rem; }
#spge7MpGnKwiUHsZfctvmrTf2ElON7ru { color:rgba(var(--color-tertiary-4),1);display:block;width:26.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:25.5rem;left:3.125rem;height:1.4624rem;font-style:normal;display:block; }
#lF9UlQ3skkLaEpNniFBMfnkgxo2Ng8nf { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:25.5rem;left:1.25rem; }
#Sia16s2ouc34k3PyZL47d9BZ32pHQkzB { color:rgba(var(--color-tertiary-4),1);display:block;width:26.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:25.5rem;left:40.625rem;height:1.4624rem;font-style:normal;display:block; }
#MN5Zcfew6TWwFUIackrS11xF88XGFnw9 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:23.4375rem;left:40.625rem;height:1.4624rem;font-style:normal;display:block; }
#eJUvSien2R5AhQHOmddXluNOSHmZUrk2 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:23.4375rem;left:38.75rem; }
#KXwueXoT4tVO8QlUuAchg0N1epQZfAn0 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:25.5rem;left:38.75rem; }
#SkRvHVrOOzXlXdOiq6VfVJHEXh2vXpHF { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:21.3125rem;left:38.75rem; }
#gCWzpSgNRn3ysvKITBxWAQH3lamQCtCt { color:rgba(var(--color-tertiary-4),1);display:block;width:26.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:21.3125rem;left:40.625rem;height:1.4624rem;font-style:normal;display:block; }
#s3VHwCJXIpMI4FXOTao79Vvwnsc9LRAS { color:rgba(var(--color-tertiary-4),1);display:block;width:68.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:30.8125rem;left:0rem;height:3.375rem;font-style:normal;display:block; }
#Q5MQMAzpDP2qp6vnfMvJJFg1TIBFqy3O { background-color:rgba(var(--color-secondary-2),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: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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:2.5rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:37.9375rem;left:0rem;display:block; }
#hSCi2X2f5Pmx0WVZUcbs8tLHGHLhS359 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MP7Vsh084OqJdVFtB0IdWTdu1vdXbo9H { box-sizing:content-box;height:10.9375rem;width:31.25rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:17.375rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.4) ;display:block; }
#TOwCi7OwHTdIbXNIgZGLV6v812V54bnd { box-sizing:content-box;height:10.9375rem;width:31.25rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:17.375rem;left:37.5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.4) ;display:block; }
#dEyv5tvqfNNz62gXz26Ic5NUlFsvhV9O { box-sizing:content-box;height:0.3125rem;width:7.8125rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-2),1);background-image:none;top:8.6875rem;left:0rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#fQtViNB3WATXKhGEG1IHBSTGRKPV7WEP { position:relative;display:block; }#fQtViNB3WATXKhGEG1IHBSTGRKPV7WEP { background-color: transparent; background-image: none; }#fQtViNB3WATXKhGEG1IHBSTGRKPV7WEP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fQtViNB3WATXKhGEG1IHBSTGRKPV7WEP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fQtViNB3WATXKhGEG1IHBSTGRKPV7WEP > .row .container > .video-iframe-container { display: none; }#fQtViNB3WATXKhGEG1IHBSTGRKPV7WEP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fQtViNB3WATXKhGEG1IHBSTGRKPV7WEP > .row > .video-iframe-container { display: none; }#fQtViNB3WATXKhGEG1IHBSTGRKPV7WEP > .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); }#fQtViNB3WATXKhGEG1IHBSTGRKPV7WEP { border-width: 0; border-radius: 0; }#fQtViNB3WATXKhGEG1IHBSTGRKPV7WEP > .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; }#fQtViNB3WATXKhGEG1IHBSTGRKPV7WEP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:34.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; }#DzAnbSoUIWs0TiASPHFq1Am2hBc7mB9U { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.4) ;height:29.1875rem;width:47.6875rem;top:2.5rem;left:27.3125rem;overflow:hidden;display:block; }
#hEnR9BiJ2T9NZmEIDL9VmmcPAgnKr8WT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.4) ;height:29.1875rem;width:25.8125rem;top:2.5rem;left:0rem;overflow:hidden;display:block; }
#Eku8mAwOPeKsRuqGTgunsVBk7VQH4ZUI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef0f6;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; }#Eku8mAwOPeKsRuqGTgunsVBk7VQH4ZUI > .row .container { background-color: transparent; background-image: none; }#Eku8mAwOPeKsRuqGTgunsVBk7VQH4ZUI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eku8mAwOPeKsRuqGTgunsVBk7VQH4ZUI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eku8mAwOPeKsRuqGTgunsVBk7VQH4ZUI > .row .container > .video-iframe-container { display: none; }#Eku8mAwOPeKsRuqGTgunsVBk7VQH4ZUI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eku8mAwOPeKsRuqGTgunsVBk7VQH4ZUI > .row > .video-iframe-container { display: none; }#Eku8mAwOPeKsRuqGTgunsVBk7VQH4ZUI > .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); }#Eku8mAwOPeKsRuqGTgunsVBk7VQH4ZUI > .row .container { border-width: 0; border-radius: 0; }#Eku8mAwOPeKsRuqGTgunsVBk7VQH4ZUI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Eku8mAwOPeKsRuqGTgunsVBk7VQH4ZUI > .row .container { font-size:0.875rem;font-family:arial;height:17.375rem;width:75rem;position:relative;display:block; }#DgTLiZV5f91wlQBN2GqxCMemZPxvIGMp { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.125rem;width:11.875rem;top:3.125rem;left:31.5625rem;overflow:hidden;display:block; }
#V1wTkPCKMd8fNCh9lPl7Uf3BOBwFdikn { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:10.625rem;left:0rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EL4m0AULu8pPiZJ2tNmPd5XwNv1TT3ih { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:12.6875rem;left:0rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #FZRfyilquknThdgzJy3JkZbIITxqKPtx { display:block; }#FZRfyilquknThdgzJy3JkZbIITxqKPtx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tkgfgWBfHGUZH5VmMS29PpoQJZxXcynF { top:12.25rem;left:0rem;width:34.375rem;height:7.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpm73NtivhggedvQkX3saUrSUSFT4AWf { top:22.25rem;left:0rem;width:34.375rem;height:5.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gu9FHyELM4OrlK4pmMRQ0Ec1TKOwmeoC { top:30.375rem;left:0rem;width:34.375rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1PpnTGRxpr5UJdmqihHyIf7Ixz8MQmx { top:33.625rem;left:0rem;width:34.375rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6TatTxyQJrtsc9DnyHmL3hqtd5hTA2t { top:36.0625rem;left:0rem;width:34.375rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mG7eAPq2O02rm9rUZrh8eoQDHtauM5sk { top:38.4375rem;left:0rem;width:34.375rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pERivQL8u6oInNPXnD2Ng8fp225PHSHT { top:33.75rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSIORiDRgTaTQQbnRdmaCzxzOCi6REiA { top:36.1875rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXCCdJrAJQfTxgsd0tiRxy9BlPvsCVCJ { top:38.5625rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQyKZG21I7olR7V71xpdPk9dZqViS5Eb { width:15.625rem;height:2.8125rem;top:45.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdTOoBcibU1zvorh92SXrQGPKF0vOfhD { display:block; }
 }@media only screen and (max-width: 763px) { #DU8RamUdzxUafGW27C0IlVDb4r7TmG1q { top:2.5625rem;left:0rem;width:11.875rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1PuRSAS9P2PasizT1gTLmGG0tZOMrr3 { top:41.25rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIPdrHTOIpfKZUwly7Vh7mtQPDsDIXR8 { top:41.1875rem;left:0rem;width:34.375rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTIDDXIVeyTtI1VPhTXIznB3UtNbxuv2 { top:8.6875rem;left:0rem;width:38.75rem;height:42.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5zgTGa9V9Z5VqkI4Et0VsllW1LCERhB { display:block; }#b5zgTGa9V9Z5VqkI4Et0VsllW1LCERhB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XfpCGm51Rl0PpPzC40fodMDTHTNDr7nq { top:1.25rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zpbx7cT2pKD1xn7DKHaPlDoJVHDnQRTq { top:6.1875rem;left:39.3125rem;width:8.0625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #car8lnp7ytUmTTFl2b3WQUiTnlge7hD9 { top:6.1875rem;left:19.6875rem;width:8.4375rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rpub4npWV9D8sfW6bhLVaq1thftyTFpG { top:6.3125rem;left:0rem;width:8.4375rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9WDN4mDTsGG4aJIQhuzldsvc0FtELtT { top:12.125rem;left:0rem;width:25rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSi91plU2gOWD7Xamz3nof7wZfZ0rFwB { top:12.125rem;left:11.375rem;width:25rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9t8N8QzlScCmu8f9NLFNwLDapIQd1VL { top:12.125rem;left:22.75rem;width:25rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7s37mqacRNvT8sou4AaCEPwMK8Mn2JI { display:block; }#b7s37mqacRNvT8sou4AaCEPwMK8Mn2JI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FlXVwg7y6MiSl4htqLrA1DzZ7T0Tbv4N { top:8.6875rem;left:11.1875rem;width:36.5625rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWbiHXm5WdI8JOZT2ul1QQM3N0DOR6Q9 { top:12.375rem;left:13.375rem;width:34.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AskPdTAc4m7XoUuIIaSxThca18LQLX4q { top:14.625rem;left:13.375rem;width:34.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkNOF1PISANIecT3nNswd38OkN7mHC36 { top:12.4375rem;left:23.875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLBAwataq52VCXT31hbzl7TEVOU4IdgD { width:12.5rem;height:2.5rem;top:21.4375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT1TQAnRAMFT6spBIBQBH2c2E008uA0i { display:block; }
 }@media only screen and (max-width: 763px) { #ShWPTxHB2nSNbkaHxEItQDxQw4tUB3yV { top:4.625rem;left:0rem;width:23rem;height:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgtxouIBdRyFNXR3S6xhq90FFbNaqIsH { top:17.5rem;left:13.375rem;width:34.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9VRtTPnKL1Sd4WKla8xZRamhtpchhVr { top:17.5625rem;left:23.875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyEJINti7TiGCt1fnwKvg3K3mRIXIPPz { top:13.1875rem;left:0rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWJZaEEyqsCJB0y1kCGVZStbcG9AEV5V { display:block; }#oWJZaEEyqsCJB0y1kCGVZStbcG9AEV5V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X1deyzxTGzThr7m7PBW1xUqm2kofFyv1 { top:3.5rem;left:0rem;width:37.5rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrMvqDDepLRtK6mEHVgbB4bebTd5G34A { top:10rem;left:0rem;width:37.5rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUTetuq37H1T8NqnqssUyg6Mz2xVlwVC { top:14.625rem;left:0rem;width:35.625rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLFO5hX5NTixq1bFyeBvxZhzPUAP7qqO { top:14.75rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaVRbNFbXslkdgATzvRsLdhubgxhssk4 { top:16.9375rem;left:0rem;width:35.625rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cV2nVs1rJMqFsESkGDLi1cdT5DrPWEFr { top:17.0625rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqcdroXkZDs3sMBPUS0RJh5IQw2JU2Jq { top:19.625rem;left:0rem;width:35.625rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #awAVlkJ1vfHeCbQk4K6PT6JaE6iin6EG { top:19.75rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uo6qfV956ucVF6OL1KvfFuc5sbbb3vnL { top:22.4375rem;left:0rem;width:35.625rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoWzVRHDWP8wAnvdUvtqsTKAT3D8NWv6 { top:22.5625rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiLZ8huuPlQ1aVGC8OtzhXEbZ1Wex1gK { width:12.5rem;height:2.5rem;top:26.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvxJVEAZlpQmoNSkc3Gsz9VFDiJc7UPW { display:block; }
 }@media only screen and (max-width: 763px) { #bFHW0BcJXcVlELq7KhKEzznfRTubrDz4 { top:7.1875rem;left:0rem;width:7.8125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cw4lQTQfuXPIWk1MDbrUA1n4iXN8nARb { top:2.5rem;left:19.9375rem;width:27.8125rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbSluLKULuLEsNN6T75mwFcD81HXF1TH { display:block; }#mbSluLKULuLEsNN6T75mwFcD81HXF1TH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HKDBrAWvVFc6v2vXIxA4K0LOwppT6bfh { top:2.5rem;left:5.8125rem;width:17.0625rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORebV99PAWQdpsQqSMKdBfTg9CbSAT6m { top:2.5rem;left:0rem;width:17.0625rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oz6EqaRT1zA6InqnrtFNlTAP4wZlnw0S { top:2.5rem;left:25.0625rem;width:17.0625rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VriB0zRkhmyP6ypL4qSVtEg00t9Hf3I8 { top:2.5rem;left:30.6875rem;width:17.0625rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilby7Qs1x4qIk3RtIONOg1INvTLTbNFa { display:block; }#ilby7Qs1x4qIk3RtIONOg1INvTLTbNFa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NTXogGwNtp2fiAnSD1KXscc03HJyKaRo { top:2.5rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSP1aVP6IMEHf3vlos49mIzKrmETGfCE { top:9rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hanTtBl3SgTi6QEMrdt0ER6NBa48ifl7 { top:13.625rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xS13NV8Ckz80nOgsn9ABuer4fgWmvxEa { top:16.5625rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5L1TntdwcXNHEAwbOoAQgM2VqyDwp4N { top:16.6875rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSzXdeBseBtagPqMXgJVe1Dtyv7T6bRu { top:18.875rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFkXsNx7VnfOOEPkRcbDdIs91x7Fa7GK { top:19rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNI0GC0w9TiMBZ1uG2E8tIf70QAWpKVQ { top:21.625rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuDI45lgrr1zDyF2qpo1ZM1WgRSEIxyP { top:21.6875rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kgiuuc9vtqyrOmqkyvtGJQKJWEvFcqMI { top:24.375rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFb3DDgFRpexRG1VA0op4U0tscHrnD4V { top:24.5rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEDiIPFTsLxISx05wUhiGNldTRHCbuc5 { top:27.3125rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oziwnynZQy8Fh6GWJOeMCpI656nw3H8L { width:12.5rem;height:2.5rem;top:33.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxK9u1NOhU0VWb7Wc2XTfvs9LqbhPt2v { display:block; }
 }@media only screen and (max-width: 763px) { #pDKVphq8EkW2JfOyNOHAHauqCHw2kczz { top:6.1875rem;left:0rem;width:7.8125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWgZzDVP9vzbGBma7J63PGthtwzNnxpJ { display:block; }#aWgZzDVP9vzbGBma7J63PGthtwzNnxpJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XCmBDeL6VTd1WBrWnRtmdT52vWmV8AAK { top:2.5rem;left:0rem;width:47.75rem;height:19.895833333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTgx5h0wKpnNOHSApl1vBTHPFSo4vClm { display:block; }#fTgx5h0wKpnNOHSApl1vBTHPFSo4vClm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IDJWONbIeiGqnQQErlGhXVyKZfwAL0xv { top:11.3125rem;left:0rem;width:7.1875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmkRxrHWcIHlISl2QfsMEIbXQssaOTFu { top:2.5rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #giMUGy1dcdIWFlgDMNMUZL60VlovRLg8 { top:9.375rem;left:0rem;width:21.5625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUhkdDAr2HHkR285iMLSwWqqPGT2cpuK { top:13.1875rem;left:0rem;width:21.5625rem;height:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3kIaQFqUArMTwPvQc2pTt0TZHFZI5ex { top:13.1875rem;left:10.1875rem;width:21.5625rem;height:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNcMT0mOhFdyVr9VTuFJNi00CUVfmTq5 { top:11.375rem;left:15.875rem;width:7.1875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRTyvxLdvEbiKWNPOgzleFImIxp5olPA { top:9.4375rem;left:10.1875rem;width:21.5625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVV4ZDTTRalubqNTIQeOr0dQA1Iw3PCh { top:14.0625rem;left:26.0625rem;width:21.5625rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqC6R2pzvduJmoe8KOBHVmFt7S80H2S0 { top:12.1875rem;left:31.75rem;width:7.1875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsTeXPlXEcL7S37fuIIzwbhhHxBRvKLm { top:10.25rem;left:26.0625rem;width:21.5625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0tQLyJioRibKzXOoQmaTAQpaTlRu56M { top:8.125rem;left:0rem;width:24.0625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppp7RSTDTKGGqINEGTe0IFQDiA3O5T3n { top:8.125rem;left:7.6875rem;width:24.0625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WExnpU6Jef8Oe2mOTCq6Nm4DChTqVyyE { top:8.125rem;left:23.5625rem;width:24.0625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaL6Oo57umTfCw8lNTnOTAHPUVpGmqeK { top:6.1875rem;left:19.90625rem;width:7.8125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkk0NQd4tHiprF02n7k4tXkqo4gtA7P3 { display:block; }#rkk0NQd4tHiprF02n7k4tXkqo4gtA7P3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d0Xm3A7AJsVIlZZP1TNQq9S5KDb9c21R { top:5rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RATeqSUmZbBZKwqsxRM9TKWCh9Ibihl9 { top:18.625rem;left:0rem;width:28.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTdc118ZJdLZOEgHnI22w48ZM1MLLngZ { top:11.5rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihfm2opQ9nnPBnczcIwfAJdkec02cbNO { top:21.3125rem;left:0rem;width:26.875rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLF0s5JhTJgxmEkwgfX090ZxXs1t1huz { top:18.625rem;left:19rem;width:28.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZydAU2PrH5TZnPGAhax0HPsqiScS6ddl { top:21.3125rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nx35SCtJhiERJa1DQ2im1vTsAyDxXCTQ { top:23.4375rem;left:0rem;width:26.875rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTMVW8TzK4aRn3y0CsKJa2u1pUiRytyq { top:23.4375rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #spge7MpGnKwiUHsZfctvmrTf2ElON7ru { top:25.5rem;left:0rem;width:26.875rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lF9UlQ3skkLaEpNniFBMfnkgxo2Ng8nf { top:25.5rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sia16s2ouc34k3PyZL47d9BZ32pHQkzB { top:25.5rem;left:20.875rem;width:26.875rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MN5Zcfew6TWwFUIackrS11xF88XGFnw9 { top:23.4375rem;left:20.875rem;width:26.875rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJUvSien2R5AhQHOmddXluNOSHmZUrk2 { top:23.4375rem;left:23.875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXwueXoT4tVO8QlUuAchg0N1epQZfAn0 { top:25.5rem;left:23.875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkRvHVrOOzXlXdOiq6VfVJHEXh2vXpHF { top:21.3125rem;left:23.875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCWzpSgNRn3ysvKITBxWAQH3lamQCtCt { top:21.3125rem;left:20.875rem;width:26.875rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3VHwCJXIpMI4FXOTao79Vvwnsc9LRAS { top:30.8125rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5MQMAzpDP2qp6vnfMvJJFg1TIBFqy3O { width:12.5rem;height:2.5rem;top:37.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSCi2X2f5Pmx0WVZUcbs8tLHGHLhS359 { display:block; }
 }@media only screen and (max-width: 763px) { #MP7Vsh084OqJdVFtB0IdWTdu1vdXbo9H { top:17.375rem;left:0rem;width:31.25rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOwCi7OwHTdIbXNIgZGLV6v812V54bnd { top:17.375rem;left:16.5rem;width:31.25rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEyv5tvqfNNz62gXz26Ic5NUlFsvhV9O { top:8.6875rem;left:0rem;width:7.8125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQtViNB3WATXKhGEG1IHBSTGRKPV7WEP { display:block; }#fQtViNB3WATXKhGEG1IHBSTGRKPV7WEP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DzAnbSoUIWs0TiASPHFq1Am2hBc7mB9U { top:2.5rem;left:0.0625rem;width:47.6875rem;height:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEnR9BiJ2T9NZmEIDL9VmmcPAgnKr8WT { top:2.5rem;left:0rem;width:25.8125rem;height:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eku8mAwOPeKsRuqGTgunsVBk7VQH4ZUI { display:block; }#Eku8mAwOPeKsRuqGTgunsVBk7VQH4ZUI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DgTLiZV5f91wlQBN2GqxCMemZPxvIGMp { top:3.125rem;left:17.9375rem;width:11.875rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1wTkPCKMd8fNCh9lPl7Uf3BOBwFdikn { top:10.625rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EL4m0AULu8pPiZJ2tNmPd5XwNv1TT3ih { top:12.6875rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #FZRfyilquknThdgzJy3JkZbIITxqKPtx { background-color:rgba(0,0,0,0.35);background-image:url("https://images.assets-landingi.com/uc/a55cf3ed-48cd-47d3-b1ee-9a15be035813/Web19206.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#FZRfyilquknThdgzJy3JkZbIITxqKPtx.adaptive-delivery-prevent-bg, #FZRfyilquknThdgzJy3JkZbIITxqKPtx.lazyload, #FZRfyilquknThdgzJy3JkZbIITxqKPtx.lazyloading { background-image: none; }#FZRfyilquknThdgzJy3JkZbIITxqKPtx > .row .container { background-color: transparent; background-image: none; }#FZRfyilquknThdgzJy3JkZbIITxqKPtx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZRfyilquknThdgzJy3JkZbIITxqKPtx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZRfyilquknThdgzJy3JkZbIITxqKPtx > .row .container > .video-iframe-container { display: none; }#FZRfyilquknThdgzJy3JkZbIITxqKPtx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZRfyilquknThdgzJy3JkZbIITxqKPtx > .row > .video-iframe-container { display: none; }#FZRfyilquknThdgzJy3JkZbIITxqKPtx > .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); }#FZRfyilquknThdgzJy3JkZbIITxqKPtx > .row .container { width:20rem;height:92rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tkgfgWBfHGUZH5VmMS29PpoQJZxXcynF { width:20rem;height:4.875rem;top:9.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpm73NtivhggedvQkX3saUrSUSFT4AWf { width:20rem;height:6.1875rem;top:16rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gu9FHyELM4OrlK4pmMRQ0Ec1TKOwmeoC { width:20rem;height:3.25rem;top:23.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1PpnTGRxpr5UJdmqihHyIf7Ixz8MQmx { width:18.4375rem;height:1.4619125rem;top:29.125rem;left:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6TatTxyQJrtsc9DnyHmL3hqtd5hTA2t { width:18.4375rem;height:1.4619125rem;top:31.25rem;left:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mG7eAPq2O02rm9rUZrh8eoQDHtauM5sk { width:18.4375rem;height:1.4619125rem;top:33.3125rem;left:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pERivQL8u6oInNPXnD2Ng8fp225PHSHT { display:flex;width:1.5rem;height:1.5rem;top:29.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uSIORiDRgTaTQQbnRdmaCzxzOCi6REiA { display:flex;width:1.5rem;height:1.5rem;top:31.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UXCCdJrAJQfTxgsd0tiRxy9BlPvsCVCJ { display:flex;width:1.5rem;height:1.5rem;top:33.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GQyKZG21I7olR7V71xpdPk9dZqViS5Eb { width:13.4375rem;height:2.5rem;top:40.5625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #LdTOoBcibU1zvorh92SXrQGPKF0vOfhD { display:block; }
 }@media only screen and (max-width: 763px) { #DU8RamUdzxUafGW27C0IlVDb4r7TmG1q { width:8.125rem;height:4.1875rem;top:1.25rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1PuRSAS9P2PasizT1gTLmGG0tZOMrr3 { display:flex;width:1.5rem;height:1.5rem;top:35.3984375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QIPdrHTOIpfKZUwly7Vh7mtQPDsDIXR8 { width:18.4375rem;height:1.4619125rem;top:35.3984375rem;left:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTIDDXIVeyTtI1VPhTXIznB3UtNbxuv2 { width:20rem;height:42.75rem;top:40.2109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5zgTGa9V9Z5VqkI4Et0VsllW1LCERhB { display:block; }#b5zgTGa9V9Z5VqkI4Et0VsllW1LCERhB > .row .container { width:20rem;height:48.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XfpCGm51Rl0PpPzC40fodMDTHTNDr7nq { width:20rem;height:1.7871125rem;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zpbx7cT2pKD1xn7DKHaPlDoJVHDnQRTq { width:8.0625rem;height:4.625rem;top:16.1621125rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #car8lnp7ytUmTTFl2b3WQUiTnlge7hD9 { width:8.4375rem;height:4.6875rem;top:10.2246125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rpub4npWV9D8sfW6bhLVaq1thftyTFpG { width:8.4375rem;height:4.6875rem;top:4.2871125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9WDN4mDTsGG4aJIQhuzldsvc0FtELtT { width:20rem;height:2.923825rem;top:22.0371125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSi91plU2gOWD7Xamz3nof7wZfZ0rFwB { width:20rem;height:2.923825rem;top:26.2099625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9t8N8QzlScCmu8f9NLFNwLDapIQd1VL { width:20rem;height:2.923825rem;top:30.3828125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7s37mqacRNvT8sou4AaCEPwMK8Mn2JI { display:block; }#b7s37mqacRNvT8sou4AaCEPwMK8Mn2JI > .row .container { width:20rem;height:71.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FlXVwg7y6MiSl4htqLrA1DzZ7T0Tbv4N { width:20rem;height:3.57421875rem;top:6.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWbiHXm5WdI8JOZT2ul1QQM3N0DOR6Q9 { width:16.25rem;height:1.4619125rem;top:17.671875rem;left:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AskPdTAc4m7XoUuIIaSxThca18LQLX4q { width:16.25rem;height:1.4619125rem;top:19.7578125rem;left:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkNOF1PISANIecT3nNswd38OkN7mHC36 { display:flex;width:1.5rem;height:1.5rem;top:17.671875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TLBAwataq52VCXT31hbzl7TEVOU4IdgD { width:13.4375rem;height:2.5rem;top:30.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT1TQAnRAMFT6spBIBQBH2c2E008uA0i { display:block; }
 }@media only screen and (max-width: 763px) { #ShWPTxHB2nSNbkaHxEItQDxQw4tUB3yV { width:14.625rem;height:13.625rem;top:35.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgtxouIBdRyFNXR3S6xhq90FFbNaqIsH { width:20rem;height:1.4619125rem;top:57rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9VRtTPnKL1Sd4WKla8xZRamhtpchhVr { display:flex;width:1.375rem;height:1.375rem;top:54.375rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #vyEJINti7TiGCt1fnwKvg3K3mRIXIPPz { display:flex;width:2.4375rem;height:2.4375rem;top:50.6875rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #oWJZaEEyqsCJB0y1kCGVZStbcG9AEV5V { display:block; }#oWJZaEEyqsCJB0y1kCGVZStbcG9AEV5V > .row .container { width:20rem;height:68.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X1deyzxTGzThr7m7PBW1xUqm2kofFyv1 { width:20rem;height:1.7871125rem;top:2.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrMvqDDepLRtK6mEHVgbB4bebTd5G34A { width:20rem;height:6rem;top:5.5625rem;left:0rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #iUTetuq37H1T8NqnqssUyg6Mz2xVlwVC { width:16.25rem;height:3rem;top:21.5625rem;left:1.875rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #bLFO5hX5NTixq1bFyeBvxZhzPUAP7qqO { display:flex;width:1.5rem;height:1.5rem;top:21.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WaVRbNFbXslkdgATzvRsLdhubgxhssk4 { width:16.25rem;height:3rem;top:23.625rem;left:1.875rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #cV2nVs1rJMqFsESkGDLi1cdT5DrPWEFr { display:flex;width:1.5rem;height:1.5rem;top:23.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BqcdroXkZDs3sMBPUS0RJh5IQw2JU2Jq { width:16.25rem;height:3rem;top:25.6875rem;left:1.875rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #awAVlkJ1vfHeCbQk4K6PT6JaE6iin6EG { display:flex;width:1.5rem;height:1.5rem;top:25.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Uo6qfV956ucVF6OL1KvfFuc5sbbb3vnL { width:16.25rem;height:1.5rem;top:29.25rem;left:1.875rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #QoWzVRHDWP8wAnvdUvtqsTKAT3D8NWv6 { display:flex;width:1.5rem;height:1.5rem;top:29.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yiLZ8huuPlQ1aVGC8OtzhXEbZ1Wex1gK { width:13.4375rem;height:2.5rem;top:41.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvxJVEAZlpQmoNSkc3Gsz9VFDiJc7UPW { display:block; }
 }@media only screen and (max-width: 763px) { #bFHW0BcJXcVlELq7KhKEzznfRTubrDz4 { width:7.8125rem;height:0.3125rem;top:45.6875rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cw4lQTQfuXPIWk1MDbrUA1n4iXN8nARb { width:20rem;height:20rem;top:47.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbSluLKULuLEsNN6T75mwFcD81HXF1TH { display:block; }#mbSluLKULuLEsNN6T75mwFcD81HXF1TH > .row .container { width:20rem;height:78.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HKDBrAWvVFc6v2vXIxA4K0LOwppT6bfh { width:18.1875rem;height:18.1875rem;top:20.6875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORebV99PAWQdpsQqSMKdBfTg9CbSAT6m { width:18.1875rem;height:18.1875rem;top:1.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oz6EqaRT1zA6InqnrtFNlTAP4wZlnw0S { width:18.1875rem;height:18.1875rem;top:40.125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VriB0zRkhmyP6ypL4qSVtEg00t9Hf3I8 { width:18.1875rem;height:18.125rem;top:59.5625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilby7Qs1x4qIk3RtIONOg1INvTLTbNFa { display:block; }#ilby7Qs1x4qIk3RtIONOg1INvTLTbNFa > .row .container { width:20rem;height:47.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NTXogGwNtp2fiAnSD1KXscc03HJyKaRo { width:20rem;height:3.57421875rem;top:2.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSP1aVP6IMEHf3vlos49mIzKrmETGfCE { width:20rem;height:9rem;top:5.5625rem;left:0rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #hanTtBl3SgTi6QEMrdt0ER6NBa48ifl7 { width:20rem;height:3.375rem;top:17.3125rem;left:0rem;font-size:1.125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xS13NV8Ckz80nOgsn9ABuer4fgWmvxEa { width:16.25rem;height:3rem;top:21.5625rem;left:1.875rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #U5L1TntdwcXNHEAwbOoAQgM2VqyDwp4N { display:flex;width:1.5rem;height:1.5rem;top:21.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wSzXdeBseBtagPqMXgJVe1Dtyv7T6bRu { width:16.25rem;height:3rem;top:23.625rem;left:1.875rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #uFkXsNx7VnfOOEPkRcbDdIs91x7Fa7GK { display:flex;width:1.5rem;height:1.5rem;top:23.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XNI0GC0w9TiMBZ1uG2E8tIf70QAWpKVQ { width:16.25rem;height:3rem;top:25.6875rem;left:1.875rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #GuDI45lgrr1zDyF2qpo1ZM1WgRSEIxyP { display:flex;width:1.5rem;height:1.5rem;top:25.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Kgiuuc9vtqyrOmqkyvtGJQKJWEvFcqMI { width:16.25rem;height:1.5rem;top:29.25rem;left:1.875rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #zFb3DDgFRpexRG1VA0op4U0tscHrnD4V { display:flex;width:1.5rem;height:1.5rem;top:29.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OEDiIPFTsLxISx05wUhiGNldTRHCbuc5 { width:20rem;height:9rem;top:31.9375rem;left:0rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #oziwnynZQy8Fh6GWJOeMCpI656nw3H8L { width:13.4375rem;height:2.5rem;top:41.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxK9u1NOhU0VWb7Wc2XTfvs9LqbhPt2v { display:block; }
 }@media only screen and (max-width: 763px) { #pDKVphq8EkW2JfOyNOHAHauqCHw2kczz { width:7.8125rem;height:0.3125rem;top:45.6875rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWgZzDVP9vzbGBma7J63PGthtwzNnxpJ { display:block; }#aWgZzDVP9vzbGBma7J63PGthtwzNnxpJ > .row .container { width:20rem;height:9.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XCmBDeL6VTd1WBrWnRtmdT52vWmV8AAK { width:20rem;height:8.3333333333333rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTgx5h0wKpnNOHSApl1vBTHPFSo4vClm { display:block; }#fTgx5h0wKpnNOHSApl1vBTHPFSo4vClm > .row .container { width:20rem;height:77.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IDJWONbIeiGqnQQErlGhXVyKZfwAL0xv { width:7.1875rem;height:1.25rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmkRxrHWcIHlISl2QfsMEIbXQssaOTFu { width:20rem;height:1.7871125rem;top:2rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #giMUGy1dcdIWFlgDMNMUZL60VlovRLg8 { width:20rem;height:1.29980625rem;top:6.3125rem;left:0rem;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #zUhkdDAr2HHkR285iMLSwWqqPGT2cpuK { width:20rem;height:5.25rem;top:10.25rem;left:0rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #o3kIaQFqUArMTwPvQc2pTt0TZHFZI5ex { width:20rem;height:5.25rem;top:20.4375rem;left:0rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #RNcMT0mOhFdyVr9VTuFJNi00CUVfmTq5 { width:7.1875rem;height:1.25rem;top:18.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRTyvxLdvEbiKWNPOgzleFImIxp5olPA { width:20rem;height:1.29980625rem;top:16.75rem;left:0rem;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #eVV4ZDTTRalubqNTIQeOr0dQA1Iw3PCh { width:20rem;height:3.9375rem;top:30.6875rem;left:0rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #PqC6R2pzvduJmoe8KOBHVmFt7S80H2S0 { width:7.1875rem;height:1.25rem;top:28.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsTeXPlXEcL7S37fuIIzwbhhHxBRvKLm { width:20rem;height:1.29980625rem;top:26.9375rem;left:0rem;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #M0tQLyJioRibKzXOoQmaTAQpaTlRu56M { width:20rem;height:12.5rem;top:35.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppp7RSTDTKGGqINEGTe0IFQDiA3O5T3n { width:20rem;height:12.5rem;top:49.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WExnpU6Jef8Oe2mOTCq6Nm4DChTqVyyE { width:20rem;height:12.5rem;top:63.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaL6Oo57umTfCw8lNTnOTAHPUVpGmqeK { width:7.8125rem;height:0.3125rem;top:47.6875rem;left:8.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkk0NQd4tHiprF02n7k4tXkqo4gtA7P3 { display:block; }#rkk0NQd4tHiprF02n7k4tXkqo4gtA7P3 > .row .container { width:20rem;height:76.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d0Xm3A7AJsVIlZZP1TNQq9S5KDb9c21R { width:20rem;height:3.57421875rem;top:2.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RATeqSUmZbBZKwqsxRM9TKWCh9Ibihl9 { width:20rem;height:1.4619125rem;top:15.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTdc118ZJdLZOEgHnI22w48ZM1MLLngZ { width:20rem;height:9rem;top:5.537109375rem;left:0rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ihfm2opQ9nnPBnczcIwfAJdkec02cbNO { width:18.125rem;height:2.5996125rem;top:18.5625rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLF0s5JhTJgxmEkwgfX090ZxXs1t1huz { width:20rem;height:1.4619125rem;top:25.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZydAU2PrH5TZnPGAhax0HPsqiScS6ddl { display:flex;width:1.5rem;height:1.5rem;top:18.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Nx35SCtJhiERJa1DQ2im1vTsAyDxXCTQ { width:18.125rem;height:1.29980625rem;top:20.6875rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTMVW8TzK4aRn3y0CsKJa2u1pUiRytyq { display:flex;width:1.5rem;height:1.5rem;top:20.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #spge7MpGnKwiUHsZfctvmrTf2ElON7ru { width:18.125rem;height:2.5996125rem;top:22.5625rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lF9UlQ3skkLaEpNniFBMfnkgxo2Ng8nf { display:flex;width:1.5rem;height:1.5rem;top:22.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Sia16s2ouc34k3PyZL47d9BZ32pHQkzB { width:18.125rem;height:1.29980625rem;top:32.875rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MN5Zcfew6TWwFUIackrS11xF88XGFnw9 { width:18.125rem;height:2.5996125rem;top:30.875rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJUvSien2R5AhQHOmddXluNOSHmZUrk2 { display:flex;width:1.5rem;height:1.5rem;top:30.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KXwueXoT4tVO8QlUuAchg0N1epQZfAn0 { display:flex;width:1.5rem;height:1.5rem;top:32.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SkRvHVrOOzXlXdOiq6VfVJHEXh2vXpHF { display:flex;width:1.5rem;height:1.5rem;top:28.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gCWzpSgNRn3ysvKITBxWAQH3lamQCtCt { width:18.125rem;height:2.5996125rem;top:28.625rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3VHwCJXIpMI4FXOTao79Vvwnsc9LRAS { width:20rem;height:7.5rem;top:35.4248046875rem;left:0rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Q5MQMAzpDP2qp6vnfMvJJFg1TIBFqy3O { width:13.4375rem;height:2.5rem;top:43.9248046875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSCi2X2f5Pmx0WVZUcbs8tLHGHLhS359 { display:block; }
 }@media only screen and (max-width: 763px) { #MP7Vsh084OqJdVFtB0IdWTdu1vdXbo9H { width:20rem;height:10.9375rem;top:49.2373046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOwCi7OwHTdIbXNIgZGLV6v812V54bnd { width:20rem;height:10.9375rem;top:61.4248046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEyv5tvqfNNz62gXz26Ic5NUlFsvhV9O { width:7.8125rem;height:0.3125rem;top:47.6748046875rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQtViNB3WATXKhGEG1IHBSTGRKPV7WEP { display:block; }#fQtViNB3WATXKhGEG1IHBSTGRKPV7WEP > .row .container { width:20rem;height:41.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DzAnbSoUIWs0TiASPHFq1Am2hBc7mB9U { width:20rem;height:12.241153342071rem;top:25.11425rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEnR9BiJ2T9NZmEIDL9VmmcPAgnKr8WT { width:20rem;height:22.615012106538rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eku8mAwOPeKsRuqGTgunsVBk7VQH4ZUI { display:block; }#Eku8mAwOPeKsRuqGTgunsVBk7VQH4ZUI > .row .container { width:20rem;height:17.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DgTLiZV5f91wlQBN2GqxCMemZPxvIGMp { width:11.875rem;height:6.125rem;top:1.25rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1wTkPCKMd8fNCh9lPl7Uf3BOBwFdikn { width:20rem;height:2.5996125rem;top:8.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EL4m0AULu8pPiZJ2tNmPd5XwNv1TT3ih { width:20rem;height:1.29980625rem;top:12.92285rem;left:0rem;font-size:1rem;display:block; }
 }