.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:216,239,251;--color-primary-1:139,206,242;--color-primary-2:62,174,234;--color-primary-3:14,154,229;--color-primary-4:0,8,89;--color-secondary-0:243,240,235;--color-secondary-1:241,197,148;--color-secondary-2:197,179,154;--color-secondary-3:224,132,42;--color-secondary-4:39,36,31;--color-tertiary-0:255,255,255;--color-tertiary-1:51,51,51;--color-tertiary-2:41,41,41;--color-tertiary-3:34,34,34;--color-tertiary-4:0,0,0;--headlines-font-family:"open sans";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-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); }#zGyE3knhtgCVtViVUekGEMxyVo5uGsK8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zGyE3knhtgCVtViVUekGEMxyVo5uGsK8 > .row .container { background-color: transparent; background-image: none; }#zGyE3knhtgCVtViVUekGEMxyVo5uGsK8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zGyE3knhtgCVtViVUekGEMxyVo5uGsK8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zGyE3knhtgCVtViVUekGEMxyVo5uGsK8 > .row .container > .video-iframe-container { display: none; }#zGyE3knhtgCVtViVUekGEMxyVo5uGsK8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zGyE3knhtgCVtViVUekGEMxyVo5uGsK8 > .row > .video-iframe-container { display: none; }#zGyE3knhtgCVtViVUekGEMxyVo5uGsK8 > .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); }#zGyE3knhtgCVtViVUekGEMxyVo5uGsK8 > .row .container { border-width: 0; border-radius: 0; }#zGyE3knhtgCVtViVUekGEMxyVo5uGsK8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zGyE3knhtgCVtViVUekGEMxyVo5uGsK8 > .row .container { font-size:0.875rem;font-family:arial;height:12.125rem;width:75rem;position:relative;display:block; }#A6we6Whh6BQmLUPU64IuTWofCRFLnTKR { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:67.625rem;top:3.375rem;left:4.4375rem;display:block; }
#LVx2eZCHEZRmGCHhMT93I5zstm2ExTAK { color:#a0a0a0;display:block;width:47rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.94140625rem;left:4.4375rem;height:1.0556625rem;display:block; }
#g5A8BM5Vo8koABARtktI9dfRbTnEMfTx { background-color:rgba(var(--color-primary-3),0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#a0a0a0;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:1.5rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:6.8125rem;left:8.4375rem;display:block; }
#JfWVtt2inFgTvaArn4yvrO2nPLGrFL9A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RTMlN6ecdib1VUIFJlCOWJPnVIHgMqmQ { background-color:rgba(var(--color-primary-3),0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#3c3833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.9375rem;height:1.5rem;text-decoration:none;z-index:15014;text-align:left;text-align-last:left;top:6.75rem;left:4.4375rem;display:block; }
#hXdTg2lFrfBOSJFMERDDBDOdn9G8lDoL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HIoWQBDuN6vSPRfSeBwovmm3FfnkEnIC { background-color:rgba(var(--color-primary-3),0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#3c3833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:1.5rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:6.8125rem;left:55.8125rem;display:block; }
#Vbxr8POPJw3XTi2SaWz6dQKP2lMK8eUq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NXClHhZhktEd5oq3TT4xGp9s3TnaD4vA { background-color:rgba(var(--color-primary-3),0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#e44450;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:1.5rem;text-decoration:none;z-index:15015;text-align:right;text-align-last:right;top:6.8125rem;left:64.625rem;display:block; }
#FJCCvmPdvP4iOGDdPBvy3bq9z2chMn56 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kcXvs2t5sCL8P2RcvNsvUSl5TZ0SHicb { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;top:0.6875rem;left:70.5625rem; }
#kcXvs2t5sCL8P2RcvNsvUSl5TZ0SHicb > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#vwfSkyEDMOh6pP3fAyTZI0bNJPo7AxSd { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:20.4375rem;top:4.75rem;left:28.03125rem;overflow:hidden;display:block; }
#WdlFiI5mcIqrzsugPJFPaL8wShG40Pdm { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;top:0.5625rem;left:61.6875rem; }
#WdlFiI5mcIqrzsugPJFPaL8wShG40Pdm > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#Vnrx6GnFSCQyaZEhwfKEbbMTA66gdtQh { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;top:0.5rem;left:67rem; }
#Vnrx6GnFSCQyaZEhwfKEbbMTA66gdtQh > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#W6110VgyoIFqFZM1CNl7NewfezuW4r1a { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;top:0.625rem;left:63.25rem; }
#W6110VgyoIFqFZM1CNl7NewfezuW4r1a > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#eBQL88gFPlqtv4R4GRzilwkSDBehiWpH { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;top:0.75rem;left:65.1875rem; }
#eBQL88gFPlqtv4R4GRzilwkSDBehiWpH > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:34.875rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#T9rg9gtSl2BKoTIPmNTbTUUyglmJA4rI { color:rgba(var(--color-tertiary-4),1);display:block;width:38.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:3.0625rem;left:4.28125rem;height:6.5rem;text-align:left;text-align-last:left;display:block; }
#okCSnXxzr3y53sx8mk55Qwh6xRJQ5eIk { 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:29.5625rem;width:29.5625rem;top:3.0625rem;left:42.65625rem;overflow:hidden;display:block; }
#hCEWPyWZq9mHMrqqTgDByboSyeWmPyyq { color:rgba(var(--color-tertiary-4),1);display:block;width:37.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:11.25rem;left:4.28125rem;height:7.5rem;text-align:left;text-align-last:left;display:block; }
#s02eSOzOETS59WWXx2DoiKXilUfSZWNn { background-color:#002064;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:arial;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:27.3125rem;left:6.6875rem;display:block; }
#sWK9PXuIEEAmKnK079tekaIUIN5Afoch { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VobSTaRuwPr7xfxgn4HlqA9B4bkoLkHg { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:21.71875rem;left:4.8125rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#xO8N7G7CV9EmL6U5ZdEusQ3Z2XNFlH10 { box-sizing:content-box;height:12.5rem;width:17.125rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:20.125rem;left:4.3125rem;border-top:0.0625rem solid #a0a0a0;border-left:0.0625rem solid #a0a0a0;border-right:0.0625rem solid #a0a0a0;border-bottom:0.0625rem solid #a0a0a0;display:block; }
#RoAeuIegcmflyECyPhsbIQNWqD2ZZiuR { box-sizing:content-box;height:12.5rem;width:17.125rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:20.1875rem;left:22.5625rem;border-top:0.0625rem solid #a0a0a0;border-left:0.0625rem solid #a0a0a0;border-right:0.0625rem solid #a0a0a0;border-bottom:0.0625rem solid #a0a0a0;display:block; }
#k4iGDeGuIo5Ifs6TDc9yQXqwoBLiomk9 { background-color:#002064;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:arial;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:27.375rem;left:24.9375rem;display:block; }
#Gx4aN6REgbMeCKl68S9V4WuCJKEMQ5tF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dlzPUnw7BeBsBS4M55fGhWXUrUrkvPbI { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:22.5625rem;left:23.09375rem;height:1.6875rem;text-align:center;text-align-last:center;display:block; }
#vJ6LptnDVtDvtbReQ3wNbfadGidE1OZM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#vJ6LptnDVtDvtbReQ3wNbfadGidE1OZM > .row .container { background-color: transparent; background-image: none; }#vJ6LptnDVtDvtbReQ3wNbfadGidE1OZM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vJ6LptnDVtDvtbReQ3wNbfadGidE1OZM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vJ6LptnDVtDvtbReQ3wNbfadGidE1OZM > .row .container > .video-iframe-container { display: none; }#vJ6LptnDVtDvtbReQ3wNbfadGidE1OZM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vJ6LptnDVtDvtbReQ3wNbfadGidE1OZM > .row > .video-iframe-container { display: none; }#vJ6LptnDVtDvtbReQ3wNbfadGidE1OZM > .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); }#vJ6LptnDVtDvtbReQ3wNbfadGidE1OZM > .row .container { border-width: 0; border-radius: 0; }#vJ6LptnDVtDvtbReQ3wNbfadGidE1OZM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vJ6LptnDVtDvtbReQ3wNbfadGidE1OZM > .row .container { font-size:0.875rem;font-family:arial;height:10.3125rem;width:75rem;position:relative;display:block; }#IAvEiJoFau5ThMb4kfoyoSePhyHEbTWB { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0rem solid #000000;border-bottom:0.0625rem solid #000000;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-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.8125rem;height:5.125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:1.875rem;left:17.5625rem;display:block; }
#l2XF2npHxC1KwHJZbmZqFcGaJ8fO7XCJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nlRRK5pfgLTwnhs4K4iK3C8oKzLuSVtk { position:absolute;display:block;z-index:15019;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0;border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:10.5rem;top:1.875rem;left:29.25rem;overflow:hidden;display:block; }
#DawzLp3iAPtPJTTGfWxFq9G1TAR5HP8v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(204deg, rgba(var(--color-tertiary-0),1), #e3e3e3);background-image: -moz-linear-gradient(204deg, rgba(var(--color-tertiary-0),1), #e3e3e3);background-image: -ms-linear-gradient(204deg, rgba(var(--color-tertiary-0),1), #e3e3e3);background-image: -o-linear-gradient(204deg, rgba(var(--color-tertiary-0),1), #e3e3e3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#e3e3e3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#e3e3e3' );";background-image: linear-gradient(204deg, rgba(var(--color-tertiary-0),1), #e3e3e3);background-size:auto !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; }#DawzLp3iAPtPJTTGfWxFq9G1TAR5HP8v > .row .container { background-color: transparent; background-image: none; }#DawzLp3iAPtPJTTGfWxFq9G1TAR5HP8v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DawzLp3iAPtPJTTGfWxFq9G1TAR5HP8v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DawzLp3iAPtPJTTGfWxFq9G1TAR5HP8v > .row .container > .video-iframe-container { display: none; }#DawzLp3iAPtPJTTGfWxFq9G1TAR5HP8v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DawzLp3iAPtPJTTGfWxFq9G1TAR5HP8v > .row > .video-iframe-container { display: none; }#DawzLp3iAPtPJTTGfWxFq9G1TAR5HP8v > .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); }#DawzLp3iAPtPJTTGfWxFq9G1TAR5HP8v > .row .container { border-width: 0; border-radius: 0; }#DawzLp3iAPtPJTTGfWxFq9G1TAR5HP8v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DawzLp3iAPtPJTTGfWxFq9G1TAR5HP8v > .row .container { font-size:0.875rem;font-family:arial;height:86.875rem;width:75rem;position:relative;display:block; }#qQa72XPoNrAOkqPtxsPNQvhX1UblZqnH { color:rgba(var(--color-tertiary-1),1);display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:18.5966796875rem;left:6.40625rem;height:4.79883125rem;font-style:normal;display:block; }
#gR4XUtNvJHCrASOsMKrfIO5T2nvi0chq { color:rgba(var(--color-tertiary-4),1);display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:15.5625rem;left:7.6875rem;height:1.7871125rem;font-style:normal;display:block; }
#f2CTJXrVu5ckq0h0pWmyreUSu9ew7vVK { color:rgba(var(--color-tertiary-1),1);display:block;width:25.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:18.5986328125rem;left:43.34375rem;height:4.798825rem;font-style:normal;display:block; }
#nk0FvSuBtKFrPysEDglE5dPO0fH1PtNv { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:15.5625rem;left:47.8125rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J5gU36phxlJCimAsyBoE8gEMTw8ZTRoE { color:rgba(var(--color-tertiary-4),1);display:block;width:33.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.8125rem;left:4.0625rem;height:2.92480625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TlHdsI2FKhyTPDkWXQPwHNTNozq07Bdg { color:rgba(var(--color-tertiary-1),1);display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:45.517578125rem;left:6.625rem;height:3.19921875rem;font-style:normal;display:block; }
#gIMDXLqkPw0VbHKD0rtdnpdHa7CdIa78 { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;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:42.943359375rem;left:5.75rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#npFZKKMtG6RHLF8ENolB4FkBTJ9rPque { color:rgba(var(--color-tertiary-1),1);display:block;width:25.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:44.7177734375rem;left:43.53125rem;height:4.79883125rem;font-style:normal;display:block; }
#geee2wgJVT8c2yc1vBDAfpp6ZQmNdFh2 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:42.5439453125rem;left:46.25rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iThGLk5l1b5qxhftFd3PDhZK7A8ARv67 { color:rgba(var(--color-tertiary-1),1);display:block;width:27.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:73.25rem;left:4.6875rem;height:3.19921875rem;font-style:normal;display:block; }
#H7FKnTKSxAg6i2fSZAeDzMuXXxBR5Go3 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:70.1875rem;left:13.5rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TgEv6F1De4vy6ubaQtHL8EvCmT9ksmTi { box-sizing:content-box;color:#5d92ff;font-size:4.375rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:10.0625rem;left:15.625rem; }
#OcqoKca0Eo1zuXlTifpxBUrmT3JZUav8 { box-sizing:content-box;height:22.625rem;width:32.375rem;position:absolute;display:block;z-index:14999;background-color:#e3e3e3;background-image:none;top:8.3359375rem;left:2.5625rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#EyyOOZTvI6mhARTHKZzCCP6lTomfHHHR { background-color:#002064;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:arial;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:2.8125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:24.1875rem;left:10.625rem;display:block; }
#GBZ43Xxhepn7PxVLHBrb5qC1ta38efs1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EK5n14EHSguGzykHrvPtZgGTd5HFyZ1K { box-sizing:content-box;height:22.625rem;width:32.375rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;top:8.3359375rem;left:40.0625rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#RNFmgBtuEnr8fZLMTzZEFDvAkXlOJG5z { background-color:#002064;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:arial;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:2.8125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:26.25rem;left:48.375rem;display:block; }
#o5Q2PxomTfIpW3TdQWWSLpNx58W5swIZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KNUwyTNOnFS9X9nda7PgImuCE4beVgH8 { box-sizing:content-box;color:#5d92ff;font-size:4.375rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:9.3125rem;left:53.125rem; }
#iu0TlThrFy7GiKK1FMnVFGm9UHvaZoZl { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:11.0625rem;left:56.21875rem; }
#I3AMWG06BBReoItIIy3vvi5Q8xhgAsF8 { box-sizing:content-box;height:22.625rem;width:32.375rem;position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:none;top:34.25rem;left:2.5625rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#UaXFyL8S1scsShRnnOcBAKOkJKElhgOV { background-color:#002064;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:arial;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:2.8125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:51.9375rem;left:10.625rem;display:block; }
#pnupWTkDBpBvGl9pOcRgy6WTeXTwSWqE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WWTJVHHbEwTt3Wl5fnCheTux7230KHnF { box-sizing:content-box;color:#5d92ff;font-size:3.875rem;font-weight:400;line-height:1;height:5.625rem;width:5.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:36.1875rem;left:15.625rem; }
#Tf0T5vVGlRNKRRJMpmDa70nJnanh7m19 { box-sizing:content-box;height:22.625rem;width:32.375rem;position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:none;top:34.25rem;left:40.0625rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#iCclqpsNakCThQrsyH5ANvrCWX7WDsM4 { background-color:#002064;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:arial;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.8125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:49.953125rem;left:48.125rem;display:block; }
#oeMzuWH3ZtLUazbm7qVnpST54TeUzplR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XTF4bTEZsTlL8m95mqprCZ1e7TSptMeH { box-sizing:content-box;color:#5d92ff;font-size:4.375rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:36.1875rem;left:53.125rem; }
#rGTSedaEtxgwG9WCS9OJTazM3lq6XkA1 { box-sizing:content-box;height:22.625rem;width:32.375rem;position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:none;top:60.5625rem;left:2.5625rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#TVwMC3HNtsQcs9vrKB2qt49G1WtVpwi4 { background-color:#002064;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:arial;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:2.8125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:78.4375rem;left:10.625rem;display:block; }
#BnMwaTfCgCfzI0f4dZSTGwHDTXqBhkT3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#saEpAaDwmq1sZKfRyM1lW8OUcTfllM1D { box-sizing:content-box;color:#5d92ff;font-size:4.375rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:62.4375rem;left:15.625rem; }
#izw0W5RCcvTatmNh9KKOV2mUF0yITizW { box-sizing:content-box;color:#5d92ff;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:63.75rem;left:18.3125rem; }
#JNdId9XFQ0DLeNhforQaL83BTJlHidEe { background-color:#002064;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:arial;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:2.8125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:27.5625rem;left:10.6875rem;display:block; }
#P4rV6U2ZgJOl4kAep5ZpLT4V6T2vDshT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BccGxiTtq7LEc8CAbH9mEdUQnZWDqkGx { background-color:#002064;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:arial;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.8125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:53.3125rem;left:48.125rem;display:block; }
#ixql6AwtupKZQbpZqaT6XqbDUAS3GMua { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AGgmt9fNPHdNVhcm6ureoZwOBECwmF0p { z-index:;position:relative;display:block; }#AGgmt9fNPHdNVhcm6ureoZwOBECwmF0p { background-color: transparent; background-image: none; }#AGgmt9fNPHdNVhcm6ureoZwOBECwmF0p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AGgmt9fNPHdNVhcm6ureoZwOBECwmF0p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AGgmt9fNPHdNVhcm6ureoZwOBECwmF0p > .row .container > .video-iframe-container { display: none; }#AGgmt9fNPHdNVhcm6ureoZwOBECwmF0p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AGgmt9fNPHdNVhcm6ureoZwOBECwmF0p > .row > .video-iframe-container { display: none; }#AGgmt9fNPHdNVhcm6ureoZwOBECwmF0p > .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); }#AGgmt9fNPHdNVhcm6ureoZwOBECwmF0p { border-width: 0; border-radius: 0; }#AGgmt9fNPHdNVhcm6ureoZwOBECwmF0p > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:36.0625rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#hqEUTPQgLUZZx8dnzD1BB4PWnAtgnI0x { color:rgba(var(--color-tertiary-4),1);display:block;width:68.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.5rem;left:3.28125rem;height:5.8496125rem;text-align:left;text-align-last:left;display:block; }
#AB4sA1O3cQF17kMXUuRw7rO9lC78TEBs { color:rgba(var(--color-tertiary-4),1);display:block;width:52.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:13.6875rem;left:5.28125rem;height:6.25rem;text-align:left;text-align-last:left;display:block; }#AB4sA1O3cQF17kMXUuRw7rO9lC78TEBs li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#AB4sA1O3cQF17kMXUuRw7rO9lC78TEBs li:before{  }
#bUocpPNECFGpoUgSb9qcrCNUITbzGaGR { background-color:#002064;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:arial;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:27.8125rem;left:25rem;display:block; }
#vhCfDky2wghh2bldn23NM7uZ0HtiuVaP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NpWrTidC9cZvGnDk1aXofTrOb1KEn2o5 { color:rgba(var(--color-tertiary-4),1);display:block;width:63.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:21.5rem;left:3.28125rem;height:1.875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zi2kZqcfpZTFPCCSyaE4EsOlUOicREAA { color:rgba(var(--color-tertiary-4),1);display:block;width:63.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:10.6875rem;left:3.28125rem;height:1.875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dMBiHCa5e2zs2OegXxMIh78XLuVyG0ha { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(204deg, #ffffff, #e3e3e3);background-image: -moz-linear-gradient(204deg, #ffffff, #e3e3e3);background-image: -ms-linear-gradient(204deg, #ffffff, #e3e3e3);background-image: -o-linear-gradient(204deg, #ffffff, #e3e3e3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3e3e3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3e3e3' );";background-image: linear-gradient(204deg, #ffffff, #e3e3e3);background-size:auto !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; }#dMBiHCa5e2zs2OegXxMIh78XLuVyG0ha > .row .container { background-color: transparent; background-image: none; }#dMBiHCa5e2zs2OegXxMIh78XLuVyG0ha::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dMBiHCa5e2zs2OegXxMIh78XLuVyG0ha > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dMBiHCa5e2zs2OegXxMIh78XLuVyG0ha > .row .container > .video-iframe-container { display: none; }#dMBiHCa5e2zs2OegXxMIh78XLuVyG0ha > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dMBiHCa5e2zs2OegXxMIh78XLuVyG0ha > .row > .video-iframe-container { display: none; }#dMBiHCa5e2zs2OegXxMIh78XLuVyG0ha > .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); }#dMBiHCa5e2zs2OegXxMIh78XLuVyG0ha > .row .container { border-width: 0; border-radius: 0; }#dMBiHCa5e2zs2OegXxMIh78XLuVyG0ha > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dMBiHCa5e2zs2OegXxMIh78XLuVyG0ha > .row .container { font-size:0.875rem;font-family:arial;height:53.875rem;width:75rem;position:relative;display:block; }#nU4MUzOLfb8viWAQTgQsXs8ycmWXzXcb { color:rgba(var(--color-tertiary-4),1);display:block;width:31.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:3rem;left:3.25rem;height:2.4746125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tsfWkefusESFKv0f5ULmmLoWrQhDs5ui { color:rgba(var(--color-tertiary-4),1);display:block;width:32.8125rem;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:10.1875rem;left:3.25rem;height:35.4375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aSGdO8PHRhlsVQmwJA8Kk7zObZ6ENoop { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-tertiary-2),1) ;height:43.3125rem;width:32.375rem;top:6.25rem;left:40.0625rem;overflow:hidden;display:block; }
#QFuXKVL38NdiO7JIyTEBOwvZqaqlxasr { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:6.25rem;left:3.25rem;display:block; }
#DnZhXeH73eDt1obJ1fpcOxoxaMWNvPLP { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:9.5rem;top:8.75rem;left:41.625rem;overflow:hidden;display:block; }
#pD4PuS64Z4pvl0xSKLPwmnSKk4VDL3o3 { z-index:;position:relative;display:block; }#pD4PuS64Z4pvl0xSKLPwmnSKk4VDL3o3 { background-color: transparent; background-image: none; }#pD4PuS64Z4pvl0xSKLPwmnSKk4VDL3o3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pD4PuS64Z4pvl0xSKLPwmnSKk4VDL3o3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pD4PuS64Z4pvl0xSKLPwmnSKk4VDL3o3 > .row .container > .video-iframe-container { display: none; }#pD4PuS64Z4pvl0xSKLPwmnSKk4VDL3o3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pD4PuS64Z4pvl0xSKLPwmnSKk4VDL3o3 > .row > .video-iframe-container { display: none; }#pD4PuS64Z4pvl0xSKLPwmnSKk4VDL3o3 > .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); }#pD4PuS64Z4pvl0xSKLPwmnSKk4VDL3o3 { border-width: 0; border-radius: 0; }#pD4PuS64Z4pvl0xSKLPwmnSKk4VDL3o3 > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#S55SLinOtxboNrrPN7xZKI7ygteFCbFs { color:rgba(var(--color-tertiary-4),1);display:block;width:59.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.5rem;left:3.28125rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#E5NytRdXyUxSRWSf6Hnlg8zdXavWgbE5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#E5NytRdXyUxSRWSf6Hnlg8zdXavWgbE5 > .row .container { background-color: transparent; background-image: none; }#E5NytRdXyUxSRWSf6Hnlg8zdXavWgbE5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E5NytRdXyUxSRWSf6Hnlg8zdXavWgbE5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E5NytRdXyUxSRWSf6Hnlg8zdXavWgbE5 > .row .container > .video-iframe-container { display: none; }#E5NytRdXyUxSRWSf6Hnlg8zdXavWgbE5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E5NytRdXyUxSRWSf6Hnlg8zdXavWgbE5 > .row > .video-iframe-container { display: none; }#E5NytRdXyUxSRWSf6Hnlg8zdXavWgbE5 > .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); }#E5NytRdXyUxSRWSf6Hnlg8zdXavWgbE5 > .row .container { border-width: 0; border-radius: 0; }#E5NytRdXyUxSRWSf6Hnlg8zdXavWgbE5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E5NytRdXyUxSRWSf6Hnlg8zdXavWgbE5 > .row .container { font-size:0.875rem;font-family:arial;height:33.6875rem;width:75rem;position:relative;display:block; }#sNBa5DEUBTVz6E8gVBATSdONAscFwd8J { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.875rem;width:16.25rem;top:0.9375rem;left:1.0625rem;display:block; }
#Zr3M7UmqVuKw79CFSSri1wGneL7l94iF { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.8125rem;left:2.5625rem;height:4.38574375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fJpRKbwLNngqn4D8yW4iXHhWpXrlBa7S { color:rgba(var(--color-tertiary-1),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:13.3125rem;left:2.0625rem;height:6.9970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V8KuQrIfcHiSsaTNQOTkoVzQ4EVS1TXy { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.9375rem;width:16.25rem;top:0.90625rem;left:19.8125rem;display:block; }
#OcADdMr5S2EIE1tX7tkFaLoS5ePdQLku { color:rgba(var(--color-tertiary-1),1);display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:13.3125rem;left:22.3125rem;height:2.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dPGIZSOF1C74fU8X6G6p8R9xzRtRZWPz { color:rgba(var(--color-tertiary-4),1);display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.8125rem;left:22.3125rem;height:4.38574375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nfLmx9PMD130nem9V6CL7Rx3PnzptUVt { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.6875rem;width:16.25rem;top:1.03125rem;left:38.5625rem;display:block; }
#CllWVxOCi4bxhxrxFCMEicXyCsOuXnrF { color:rgba(var(--color-tertiary-1),1);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:13.3125rem;left:39.3125rem;height:4.19824375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Fcg7tToWcPCTSSzXOvtMKgxtf9EQs03x { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:6.875rem;left:40.3125rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pWa7ap2UXQzOxGFTJmMTlucC6wNg16EH { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.5625rem;width:16.25rem;top:1.09375rem;left:57.3125rem;display:block; }
#qLQprAfT5FwuX1CCz2M2Jt5FRDpaB69C { color:rgba(var(--color-tertiary-1),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:13.3125rem;left:57.875rem;height:5.59765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KIP1Viep6DUivFRlEa3Qc6NCZGdo5BSO { color:rgba(var(--color-tertiary-4),1);display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:6.8125rem;left:57.625rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BVmCTZJVuutlV7PTwiNyRh2EmTsIFu2Z { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;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:raleway;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.9375rem;height:3.625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:24.25rem;left:3.90625rem;display:block; }
#FvfwFh8gLrUMXzIxH2JoE6rhkdlLRozZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NttBwvRMRAgse0QuPBTOZhVCZOsG6FEJ { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;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:raleway;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.9375rem;height:3.625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:24.25rem;left:22.65625rem;display:block; }
#x3IqMObDmIq04G9cdpUuJOJtewrNFX8p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ozWMa5MlTVt82s6PVfGZHS3M3oVXE3Dd { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;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:raleway;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.9375rem;height:3.625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:24.25rem;left:41.40625rem;display:block; }
#VDqa4q7sSerhspya8NKoOSOTTTJ1kozh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LCD1C1NyZvUsOkplwsp3583aGrrPhJTt { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;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:raleway;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.9375rem;height:3.625rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:24.25rem;left:61.03125rem;display:block; }
#GNlSOWc3btCCpGXekSI4OhKAGuVyC8ts { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s9wTbqwkooqMB43POloWmLRFSHqGUb7v { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:2.8125rem;left:7.8125rem; }
#W1Qgydw5iHpe2WDqAVQEmsD0hhZnZhUe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:2.875rem;left:26.5625rem; }
#iLdLvKWZpRWGuq0g1ZZ1TvhHIxzZBVSb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:2.8125rem;left:45.40625rem; }
#aXn9OawZy2emwbTX5rU4PbcmpA4ZTsIS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:2.8125rem;left:64.0625rem; }
#zzd3SeOTVbF4cC0lGr3ZGUvHrHIkD7wc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zzd3SeOTVbF4cC0lGr3ZGUvHrHIkD7wc > .row .container { background-color: transparent; background-image: none; }#zzd3SeOTVbF4cC0lGr3ZGUvHrHIkD7wc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zzd3SeOTVbF4cC0lGr3ZGUvHrHIkD7wc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zzd3SeOTVbF4cC0lGr3ZGUvHrHIkD7wc > .row .container > .video-iframe-container { display: none; }#zzd3SeOTVbF4cC0lGr3ZGUvHrHIkD7wc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zzd3SeOTVbF4cC0lGr3ZGUvHrHIkD7wc > .row > .video-iframe-container { display: none; }#zzd3SeOTVbF4cC0lGr3ZGUvHrHIkD7wc > .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); }#zzd3SeOTVbF4cC0lGr3ZGUvHrHIkD7wc > .row .container { border-width: 0; border-radius: 0; }#zzd3SeOTVbF4cC0lGr3ZGUvHrHIkD7wc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zzd3SeOTVbF4cC0lGr3ZGUvHrHIkD7wc > .row .container { font-size:0.875rem;font-family:arial;height:33.6875rem;width:75rem;position:relative;display:block; }#NwpRoko8GXK9KrBWeXdhCB8TnFL65Q3O { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.875rem;width:16.25rem;top:0.9375rem;left:1.0625rem;display:block; }
#u8So0PWSiP2KCTwh4EuWUwwuHFJXaW7e { color:rgba(var(--color-tertiary-4),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.8125rem;left:1rem;height:4.38574375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uflHX1iwzCqychceQ8dQ8T1LSpTaNtvz { color:rgba(var(--color-tertiary-1),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:13.3125rem;left:2.0625rem;height:4.19824375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hKhnX21oC2lPK3EeQ28iKQxlBgZO4FPA { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.9375rem;width:16.25rem;top:0.90625rem;left:19.8125rem;display:block; }
#ilcf9pgKdwqWM5SC95wxC5T5UrclpJJn { color:rgba(var(--color-tertiary-1),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:13.3125rem;left:20.6875rem;height:5.59765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qpSkHUdtQ6oiWyhqiqryfhEQ89ThGIHB { color:rgba(var(--color-tertiary-4),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.8125rem;left:21.625rem;height:4.38574375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rTTb6TvzBi6XrwydvrorhD9rTiMvM3AO { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.6875rem;width:16.25rem;top:1.03125rem;left:38.5625rem;display:block; }
#Jlzfyhw9GCqHlsqJhokM9B7lEPbTOpA7 { color:rgba(var(--color-tertiary-1),1);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:13.3125rem;left:39.3125rem;height:6.9970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ogtUbdOGNhaXpTuTA29od56HT5fCrNeh { color:rgba(var(--color-tertiary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:6.8125rem;left:39.75rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xa03yAo1s0uHLy6pAIGtFB0d5znFUkPR { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.5625rem;width:16.25rem;top:1.09375rem;left:57.3125rem;display:block; }
#UoLP0xyfESRzvi9KVLqkow9yOmaoW8Vs { color:rgba(var(--color-tertiary-1),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:13.3125rem;left:57.875rem;height:2.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xXq0QuUZMMWfKCepCQTRzRkMEbdeBIe0 { color:rgba(var(--color-tertiary-4),1);display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:6.8125rem;left:57.625rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XcTKAJ14rnW5GdbLXDQ4IZFMIPI5uzcH { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;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:raleway;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.9375rem;height:3.625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:24.25rem;left:3.90625rem;display:block; }
#kcdkBedvshJPshuQhrwrtL7lMn4DStui { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JHnugIT4t5kzNNosTph5zr3rRQqa4EZ5 { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;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:raleway;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.9375rem;height:3.625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:24.25rem;left:22.65625rem;display:block; }
#whGQ4X3AGe4WfsMOwtmk4GT3gpVst15S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Dqpqkr1mHIVuauMhTtdJbzqCSsN6f77e { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;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:raleway;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.9375rem;height:3.625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:24.25rem;left:41.40625rem;display:block; }
#HuMhMyyq8QzFZcvHPZ5twCV6VEbgu4qN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c5rnUrIJECRaUVBTnTBBuV7KsvTdWkrW { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;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:raleway;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.9375rem;height:3.625rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:24.25rem;left:61.03125rem;display:block; }
#S0cO0igMuWnhUh2MnfnhLMTgIkzWQ8yv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D69eW3Sxqaaf4ttxHnKNFqE6lgW6vmaH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:2.8125rem;left:7.8125rem; }
#tR80tUAZkvNFS1Nwql44cFLpWmqIsfTy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:2.875rem;left:26.5625rem; }
#OlcfNNqOh7OGtRA1XFvoMcQWiQOUCNlm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:2.8125rem;left:45.40625rem; }
#hIbsDEIlAwQ90GHy1nSwUF6pdrMJ2C6c { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:2.8125rem;left:64.0625rem; }
#s5wRe3OguALTUWTdQQuCfDJRCRprenKn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#s5wRe3OguALTUWTdQQuCfDJRCRprenKn > .row .container { background-color: transparent; background-image: none; }#s5wRe3OguALTUWTdQQuCfDJRCRprenKn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s5wRe3OguALTUWTdQQuCfDJRCRprenKn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s5wRe3OguALTUWTdQQuCfDJRCRprenKn > .row .container > .video-iframe-container { display: none; }#s5wRe3OguALTUWTdQQuCfDJRCRprenKn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s5wRe3OguALTUWTdQQuCfDJRCRprenKn > .row > .video-iframe-container { display: none; }#s5wRe3OguALTUWTdQQuCfDJRCRprenKn > .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); }#s5wRe3OguALTUWTdQQuCfDJRCRprenKn > .row .container { border-width: 0; border-radius: 0; }#s5wRe3OguALTUWTdQQuCfDJRCRprenKn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s5wRe3OguALTUWTdQQuCfDJRCRprenKn > .row .container { font-size:0.875rem;font-family:arial;height:33.6875rem;width:75rem;position:relative;display:block; }#nxTMFgoJgsUlQtXLz9ueudKs3pU0fWca { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.875rem;width:16.25rem;top:0.9375rem;left:1.0625rem;display:block; }
#T6Ln7Ud346AJvP6quJtEQeZH8Es2SsAf { color:rgba(var(--color-tertiary-4),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.8125rem;left:1rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JaG3oNydrwSuVWR0uK7JHQSELRbtgEae { color:rgba(var(--color-tertiary-1),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:13.3125rem;left:2.0625rem;height:2.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gyZ125tGiu5crU1hVR2XMbOt8wIaObHX { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.9375rem;width:16.25rem;top:0.90625rem;left:19.8125rem;display:block; }
#U2uhhT4XEVmCTTgTA20JlEfLiDvrTIlZ { color:rgba(var(--color-tertiary-1),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:13.3125rem;left:20.6875rem;height:8.3965rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a9olHVcU5pySAN8mvLTmuZrUsgmsn5dS { color:rgba(var(--color-tertiary-4),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.8115234375rem;left:21.03125rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lOsLDn8DdP5kBTU8TDU2DUJiCSCuIDnG { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.6875rem;width:16.25rem;top:1.03125rem;left:38.5625rem;display:block; }
#WV0z3GeqrlzbZTZxQzDP5VW0E8tDQQDO { color:rgba(var(--color-tertiary-1),1);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:13.3125rem;left:39.3125rem;height:5.59765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oPztT6EGKFTLQc7vT3RFCBM6TwlhxlpS { color:rgba(var(--color-tertiary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:6.8125rem;left:39.75rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eriZkW1VGR0A4uqfREP0tODJAFp9BZwi { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.5625rem;width:16.25rem;top:1.09375rem;left:57.3125rem;display:block; }
#VdGWJzEbmroVyN7xGiNplHdTynIFHdfq { color:rgba(var(--color-tertiary-1),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:13.3125rem;left:57.875rem;height:6.9970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MS1dgGaqG7bTTc7p4FX3mhpV9TOoXe3S { color:rgba(var(--color-tertiary-4),1);display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:6.8125rem;left:57.625rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QnE0DpUeILGpFZXJzkXiV0uw7MKSMRz3 { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;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:raleway;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.9375rem;height:3.625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:24.25rem;left:3.90625rem;display:block; }
#NiJWJ4T4p5O3gI2rJ7tu0T8UwITd57ii { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ESK26mB5WToOmJfEXVApVtH0aLpJfymg { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;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:raleway;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.9375rem;height:3.625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:24.25rem;left:22.65625rem;display:block; }
#SUVbwRuA5AALvIHaUCq5v70cA5KzlhmZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pdAhJtFyQ7fAqTwIw4vVlbkVx3xPgXTK { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;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:raleway;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.9375rem;height:3.625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:24.25rem;left:41.40625rem;display:block; }
#aXPqJhclfN1Fz2QTLZn1iBVIvPcFc23y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pmXKVWspi6eGaSeCvhiAMhnb8GONASfb { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;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:raleway;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.9375rem;height:3.625rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:24.25rem;left:61.03125rem;display:block; }
#vvCOW8moFpDzZPxrf3doHwwkXCliWROz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ki23Lk5uUNfWx7dS6UxkIa0B5MbH4yyA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:2.8125rem;left:7.8125rem; }
#o42NQQA10fXMumRoqDVzCnKRQIqTass0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:2.875rem;left:26.5625rem; }
#HcTSpXLqfOw2F2MBTceKGBuHxlHR38h8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:2.8125rem;left:45.40625rem; }
#DQlNn6XUDt5ozBUEbbo8SRFWsGMCxmCx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:2.8125rem;left:64.0625rem; }
#wdc8CFQ3nhMfH7VfZ38T9ZUTmmUeQJA1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wdc8CFQ3nhMfH7VfZ38T9ZUTmmUeQJA1 > .row .container { background-color: transparent; background-image: none; }#wdc8CFQ3nhMfH7VfZ38T9ZUTmmUeQJA1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdc8CFQ3nhMfH7VfZ38T9ZUTmmUeQJA1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdc8CFQ3nhMfH7VfZ38T9ZUTmmUeQJA1 > .row .container > .video-iframe-container { display: none; }#wdc8CFQ3nhMfH7VfZ38T9ZUTmmUeQJA1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdc8CFQ3nhMfH7VfZ38T9ZUTmmUeQJA1 > .row > .video-iframe-container { display: none; }#wdc8CFQ3nhMfH7VfZ38T9ZUTmmUeQJA1 > .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); }#wdc8CFQ3nhMfH7VfZ38T9ZUTmmUeQJA1 > .row .container { border-width: 0; border-radius: 0; }#wdc8CFQ3nhMfH7VfZ38T9ZUTmmUeQJA1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wdc8CFQ3nhMfH7VfZ38T9ZUTmmUeQJA1 > .row .container { font-size:0.875rem;font-family:arial;height:33.6875rem;width:75rem;position:relative;display:block; }#uJCXlX3E7LFsKb0By1teuoR07dTxPfh1 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.875rem;width:16.25rem;top:0.9375rem;left:1.0625rem;display:block; }
#w2yKrEKTFKKWCslQTdaXFI9IQecJ578x { color:rgba(var(--color-tertiary-4),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.875rem;left:1rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KOKLhP4BLIKby3lmaZu37F8FC12ebxI6 { color:rgba(var(--color-tertiary-1),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:13.3125rem;left:2.0625rem;height:4.19824375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#guFehhDJE6o7Tl8lxMe5tSAPvxgSS9TU { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;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:raleway;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.9375rem;height:3.625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:24.25rem;left:3.90625rem;display:block; }
#CUvl9tbeywq2r76gzlLilreWABiyC7hb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tqXINabv3xLuZTlSo4cn9ok2VGZcyWh4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:2.8125rem;left:7.8125rem; }
#tLXEPcB110JnCyixXMBbNsaTub4RXq7G { color:rgba(var(--color-tertiary-4),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:8.3359375rem;left:1rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BqSMtEBS54WXWSoTOdI7TH82DQQrOOAf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/Z28fkxmf/bg2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#BqSMtEBS54WXWSoTOdI7TH82DQQrOOAf.adaptive-delivery-prevent-bg, #BqSMtEBS54WXWSoTOdI7TH82DQQrOOAf.lazyload, #BqSMtEBS54WXWSoTOdI7TH82DQQrOOAf.lazyloading { background-image: none; }#BqSMtEBS54WXWSoTOdI7TH82DQQrOOAf > .row .container { background-color: transparent; background-image: none; }#BqSMtEBS54WXWSoTOdI7TH82DQQrOOAf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BqSMtEBS54WXWSoTOdI7TH82DQQrOOAf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BqSMtEBS54WXWSoTOdI7TH82DQQrOOAf > .row .container > .video-iframe-container { display: none; }#BqSMtEBS54WXWSoTOdI7TH82DQQrOOAf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BqSMtEBS54WXWSoTOdI7TH82DQQrOOAf > .row > .video-iframe-container { display: none; }#BqSMtEBS54WXWSoTOdI7TH82DQQrOOAf > .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); }#BqSMtEBS54WXWSoTOdI7TH82DQQrOOAf > .row .container { border-width: 0; border-radius: 0; }#BqSMtEBS54WXWSoTOdI7TH82DQQrOOAf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BqSMtEBS54WXWSoTOdI7TH82DQQrOOAf > .row .container { font-size:0.875rem;font-family:arial;height:38.8125rem;width:75rem;position:relative;display:block; }#uacfdePRpmCz0Rdrf1L6lt6eEw2UUgec { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:11.1875rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#ZTte1K7oB7FZ4oWB4zi74iuIDLB7Ox0N { position:absolute;display:block;z-index:15005;background-color:#313131;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.9375rem;width:2.9375rem;top:18.375rem;left:15.4375rem;display:block; }
#Xy3Fw1omcfbK5DX2lKnONTT9ynUpknrb { color:rgba(var(--color-tertiary-0),1);display:block;width:2.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:18.9375rem;left:15.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oFiKPryGKBxnqMD3VQfZMRy2JxmTgvXK { color:#313131;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:23.125rem;left:10.625rem;height:2.2734375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JNa63cJpQCLrIu43m3fyGuZ4oqulxUEx { color:#313131;display:block;width:10.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:23.125rem;left:32.4375rem;height:2.2734375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hfRwXJCFFoptsUiCG7nc4RnXkiH4oITw { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.9375rem;width:2.9375rem;top:18.375rem;left:36.0625rem;display:block; }
#A4aJQGLcQZZ6rz2ZF0s8d2plExF1aBPe { color:rgba(var(--color-tertiary-0),1);display:block;width:2.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:18.9375rem;left:36.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KkusW9qFKuShSqpf9FBq1wMQHpCAiz7d { color:#313131;display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:23.125rem;left:50.875rem;height:2.2734375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lC7Oxflt0vXZtQNCWsyhsKoisvsF7hta { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.9375rem;width:2.9375rem;top:18.375rem;left:56.625rem;display:block; }
#caiyhsn3DH0W7BcPLzAvIQSdoBdfKPyR { color:rgba(var(--color-tertiary-0),1);display:block;width:2.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:18.9375rem;left:56.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qrJNCxckZmmIewTS65l5o1NEume5B8Gc { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:6.0625rem;top:18.3125rem;left:23.75rem;overflow:hidden;display:block; }
#ogxnV2yhS4b8zvyfZhwF5oVasxEJoxUp { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:6.0625rem;top:18.3125rem;left:44.875rem;overflow:hidden;display:block; }
#ZbCKeLVHarcLULEU52ZzA1MJrxxRtvqS { background-color:#002064;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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.6875rem;height:3.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:31.75rem;left:21.625rem;display:block; }
#dZMNi98oMM1pg5pTV0LwHlb0ugMtPVUu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T2NffBH9ApyEMQ950V7QyKyATO0Gusht { color:rgba(var(--color-tertiary-4),1);display:block;width:67.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.21875rem;left:2.71875rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#JSD6vVzlnqgpLoPhXN4L0dvTrQDGqx6d { position:relative;display:block; }#JSD6vVzlnqgpLoPhXN4L0dvTrQDGqx6d { background-color: transparent; background-image: none; }#JSD6vVzlnqgpLoPhXN4L0dvTrQDGqx6d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JSD6vVzlnqgpLoPhXN4L0dvTrQDGqx6d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JSD6vVzlnqgpLoPhXN4L0dvTrQDGqx6d > .row .container > .video-iframe-container { display: none; }#JSD6vVzlnqgpLoPhXN4L0dvTrQDGqx6d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JSD6vVzlnqgpLoPhXN4L0dvTrQDGqx6d > .row > .video-iframe-container { display: none; }#JSD6vVzlnqgpLoPhXN4L0dvTrQDGqx6d > .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); }#JSD6vVzlnqgpLoPhXN4L0dvTrQDGqx6d { border-width: 0; border-radius: 0; }#JSD6vVzlnqgpLoPhXN4L0dvTrQDGqx6d > .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; }#JSD6vVzlnqgpLoPhXN4L0dvTrQDGqx6d > .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:11.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pXQBlBNKHstp7pu3oSO9leTCKcJOH8pv { color:rgba(var(--color-tertiary-4),1);display:block;width:72.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:2.6875rem;left:1.0625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#DcisAWhdKfgFfg6ySbEiId85SewdP7ht { color:rgba(var(--color-tertiary-4),1);display:block;width:63.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:6.5rem;left:5.90625rem;height:2.4375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ETes83JJVBIW2neahvJZME0Vt7vN4eg0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ETes83JJVBIW2neahvJZME0Vt7vN4eg0 > .row .container { background-color: transparent; background-image: none; }#ETes83JJVBIW2neahvJZME0Vt7vN4eg0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETes83JJVBIW2neahvJZME0Vt7vN4eg0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETes83JJVBIW2neahvJZME0Vt7vN4eg0 > .row .container > .video-iframe-container { display: none; }#ETes83JJVBIW2neahvJZME0Vt7vN4eg0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETes83JJVBIW2neahvJZME0Vt7vN4eg0 > .row > .video-iframe-container { display: none; }#ETes83JJVBIW2neahvJZME0Vt7vN4eg0 > .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); }#ETes83JJVBIW2neahvJZME0Vt7vN4eg0 > .row .container { border-width: 0; border-radius: 0; }#ETes83JJVBIW2neahvJZME0Vt7vN4eg0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ETes83JJVBIW2neahvJZME0Vt7vN4eg0 > .row .container { font-size:0.875rem;font-family:arial;height:22rem;width:75rem;position:relative;display:block; }#SIAAdiAIIcoW2c6oZpSJxOXA1laS5hkr { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:14.0625rem;top:0.9375rem;left:2.15625rem;display:block; }
#LeghivatIghk34o0FBNnufTr6bpOXxda { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:10.0625rem;left:2.8125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rK2KDKNuNQ500XKTrHL6VGCpAUwfAUZy { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:14.0625rem;top:0.9375rem;left:20.90625rem;display:block; }
#kLgyzKyD2lzGyLkvNSno7XmnRGsbAcQq { color:rgba(var(--color-tertiary-4),1);display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:10.0625rem;left:22.65625rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x68d2OQPgbDzk1bGcpIJOyTGkcqt7Cyr { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:14.0625rem;top:0.9375rem;left:39.96875rem;display:block; }
#BVcF51hEP8fTZu9p7AKlA1pGxdLak068 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:10.0625rem;left:40.3125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RmIr82WEH0zxToHKveTfHuOpnRKBTCWR { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:14.0625rem;top:0.96875rem;left:59.5625rem;display:block; }
#JQmoH2TOrotJxn69DOHZH7kMig2TyqwJ { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:10.0625rem;left:59.9375rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A8TpUIXAF7iI2DX5oSXfeqlSGpfJQXUq { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:7rem;width:12.5rem;top:1.78125rem;left:21.875rem;display:block; }
#qeqNXtKELlnEDbNTU8Q4pe8fSSLzvJFw { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:7rem;width:12.5rem;top:1.78125rem;left:60.53125rem;display:block; }
#V6TF7LbDt7ber7WBRQcLb0AS4dgicyF8 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:7rem;width:12.5rem;top:1.78125rem;left:40.9375rem;display:block; }
#LyU6ScEcFkbFgc0EAcus2kAqFCcTOZxN { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:6.9375rem;width:12.5rem;top:1.8125rem;left:3.125rem;display:block; }
#UG8emmfVAK6lzKwZs7HtSZAlO4TQvnAF { position:relative;display:block; }#UG8emmfVAK6lzKwZs7HtSZAlO4TQvnAF { background-color: transparent; background-image: none; }#UG8emmfVAK6lzKwZs7HtSZAlO4TQvnAF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UG8emmfVAK6lzKwZs7HtSZAlO4TQvnAF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UG8emmfVAK6lzKwZs7HtSZAlO4TQvnAF > .row .container > .video-iframe-container { display: none; }#UG8emmfVAK6lzKwZs7HtSZAlO4TQvnAF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UG8emmfVAK6lzKwZs7HtSZAlO4TQvnAF > .row > .video-iframe-container { display: none; }#UG8emmfVAK6lzKwZs7HtSZAlO4TQvnAF > .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); }#UG8emmfVAK6lzKwZs7HtSZAlO4TQvnAF { border-width: 0; border-radius: 0; }#UG8emmfVAK6lzKwZs7HtSZAlO4TQvnAF > .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; }#UG8emmfVAK6lzKwZs7HtSZAlO4TQvnAF > .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:8.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KACFcigLaFtalLe3c5TdnNCNf8V13yNE { background-color:#002064;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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.8125rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:1.875rem;left:28.09375rem;display:block; }
#GZcMTIEMaTkzJAGEgtytlQmJbahs44Cx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q06anhyr9TTQ4dSLO6Jm5bAXdtK4Pmq3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/pR27N6B7/bg3.png");background-position: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; }#q06anhyr9TTQ4dSLO6Jm5bAXdtK4Pmq3.adaptive-delivery-prevent-bg, #q06anhyr9TTQ4dSLO6Jm5bAXdtK4Pmq3.lazyload, #q06anhyr9TTQ4dSLO6Jm5bAXdtK4Pmq3.lazyloading { background-image: none; }#q06anhyr9TTQ4dSLO6Jm5bAXdtK4Pmq3 > .row .container { background-color: transparent; background-image: none; }#q06anhyr9TTQ4dSLO6Jm5bAXdtK4Pmq3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q06anhyr9TTQ4dSLO6Jm5bAXdtK4Pmq3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q06anhyr9TTQ4dSLO6Jm5bAXdtK4Pmq3 > .row .container > .video-iframe-container { display: none; }#q06anhyr9TTQ4dSLO6Jm5bAXdtK4Pmq3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q06anhyr9TTQ4dSLO6Jm5bAXdtK4Pmq3 > .row > .video-iframe-container { display: none; }#q06anhyr9TTQ4dSLO6Jm5bAXdtK4Pmq3 > .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); }#q06anhyr9TTQ4dSLO6Jm5bAXdtK4Pmq3 > .row .container { border-width: 0; border-radius: 0; }#q06anhyr9TTQ4dSLO6Jm5bAXdtK4Pmq3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q06anhyr9TTQ4dSLO6Jm5bAXdtK4Pmq3 > .row .container { font-size:0.875rem;font-family:arial;height:34.9375rem;width:75rem;position:relative;display:block; }#ZPeAFAcdVLATmveQFGhFFV0IKwVFUlkT { color:rgba(var(--color-tertiary-3),1);display:block;width:46.25rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:13.3125rem;left:14.375rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vu0gl09NbIo0avavT1y2kZr3Gm5kZuhO { 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:2rem;width:2.8125rem;top:12.5625rem;left:10.875rem;overflow:hidden;display:block; }
#nUlIZaQk3GOZrg0REWB6Qn7WHNcWaIzL { position:absolute;display:block;z-index:15007;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:2rem;width:2.8125rem;top:13rem;left:62.125rem;overflow:hidden;display:block; }
#EzlETbDs0scpsKZTVr4w5imnmopTfIbO { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:15rem;left:0rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#z3GztMpdcLq3rZwTapXf0MMqvBLHwvyB { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5rem;width:60rem;top:20.375rem;left:7.5rem;display:block; }
#x0humHTX7kcTeIOUeJwpVWoK7m7rToX8 { color:rgba(var(--color-tertiary-3),0.6);display:block;width:28.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:22.9375rem;left:8.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#El5PXvRsoQp6Hr7XdfXd4KF9KSVy4RL9 { color:rgba(var(--color-tertiary-3),1);display:block;width:28.75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:27.0625rem;left:8.0625rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LJHfxN1CuiC9Lq52xha6LogAWcS1vNGI { color:rgba(var(--color-tertiary-3),0.6);display:block;width:28.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:22.9375rem;left:38.125rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RVcAaA3qvaXbO8WrHPhW6Cpkm1nx4P77 { color:rgba(var(--color-tertiary-3),1);display:block;width:28.75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:27.0625rem;left:38.125rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#R7bb6ezPzeXbbi9ysHk1r2JP6Tc6UdOT { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:0.125rem;top:20.9375rem;left:37.5rem;display:block; }
#uT6Eo3TMNfXvNr963QtAMlrmbrbZ1Tsa { color:rgba(var(--color-tertiary-4),1);display:block;width:71.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:2.1875rem;left:1.125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#FBL2UdXDvulo2nx8IpR6RF9EvuvqAWTr { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/V7hYT5eM/01.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#FBL2UdXDvulo2nx8IpR6RF9EvuvqAWTr.adaptive-delivery-prevent-bg, #FBL2UdXDvulo2nx8IpR6RF9EvuvqAWTr.lazyload, #FBL2UdXDvulo2nx8IpR6RF9EvuvqAWTr.lazyloading { background-image: none; }#FBL2UdXDvulo2nx8IpR6RF9EvuvqAWTr > .row .container { background-color: transparent; background-image: none; }#FBL2UdXDvulo2nx8IpR6RF9EvuvqAWTr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FBL2UdXDvulo2nx8IpR6RF9EvuvqAWTr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FBL2UdXDvulo2nx8IpR6RF9EvuvqAWTr > .row .container > .video-iframe-container { display: none; }#FBL2UdXDvulo2nx8IpR6RF9EvuvqAWTr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FBL2UdXDvulo2nx8IpR6RF9EvuvqAWTr > .row > .video-iframe-container { display: none; }#FBL2UdXDvulo2nx8IpR6RF9EvuvqAWTr > .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); }#FBL2UdXDvulo2nx8IpR6RF9EvuvqAWTr > .row .container { border-width: 0; border-radius: 0; }#FBL2UdXDvulo2nx8IpR6RF9EvuvqAWTr > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#FBL2UdXDvulo2nx8IpR6RF9EvuvqAWTr > .row .container { font-size:0.875rem;font-family:arial;height:45.625rem;width:75rem;overflow:visible;position:relative;display:block; }#fnLPoCCe9cVIefQmGGDqAPqSNGgTffmW { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:60rem;top:3.90625rem;left:7.5rem;display:block; }
#Z7pE9aeNm8Kf09tKxbuigLvu8i49lkPc { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/8ba86d8d-5631-405c-b9dd-21be4314092d/AFS2.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:19.875rem;width:19rem;top:8.59375rem;left:12.0625rem;display:block; }#Z7pE9aeNm8Kf09tKxbuigLvu8i49lkPc.adaptive-delivery-prevent-bg, #Z7pE9aeNm8Kf09tKxbuigLvu8i49lkPc.lazyload, #Z7pE9aeNm8Kf09tKxbuigLvu8i49lkPc.lazyloading { background-image: none; }
#Um7DrJuRumVvSmEoQ0S6Ptr9rQb7Ls0D { color:rgba(var(--color-primary-4),1);display:block;width:29.3125rem;position:absolute;font-family:raleway;font-size:1.75rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:8.59375rem;left:35.0625rem;height:4.548825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qU0xdC3ZqXt8LWtT7ifIfwyB0T3PiMT5 { color:rgba(var(--color-tertiary-2),1);display:block;width:26.75rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:15.375rem;left:35.0625rem;height:4.3857375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TX0ADCQpQKs3EB28rhDkFJMbuW81rg2z { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:0.125rem;top:22.3125rem;left:35rem;display:block; }
#fRHl7vyQMJKTpT40KTWGO4MbPJoUHESI { color:rgba(var(--color-tertiary-2),1);display:block;width:31.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:22.3125rem;left:36.0625rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qh6rA3O6lhNlCaRa8h8yukeWWBF2rNLv { color:rgba(var(--color-tertiary-2),1);display:block;width:31.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:24.3125rem;left:36.0625rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UET0a7JianJ4WzyLcNXpx0aHlJbH65HZ { color:rgba(var(--color-tertiary-2),1);display:block;width:31.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:26.1875rem;left:36.0625rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#odFpoHtVvEfTcdfhCtAvV1Ub7ED7hvnG { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;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:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.0625rem;height:3.0625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:34.4375rem;left:13.0625rem;display:block; }
#SgnA2WwqFt7Ezdw0ruTEveS9Qagg9Mp7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hd91kUhuIevu5wv02RmGayy4uIGBiZDm { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;top:30.25rem;left:15.4375rem; }
#hd91kUhuIevu5wv02RmGayy4uIGBiZDm > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#fy7lKTgTJbmo40zmq76xJ3o199XaLvea { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:30.4375rem;left:18.625rem; }
#fy7lKTgTJbmo40zmq76xJ3o199XaLvea > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#keW402ETzOUpviZsEdSMDCWeHBVw0utB { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;top:30.4375rem;left:22.1875rem; }
#keW402ETzOUpviZsEdSMDCWeHBVw0utB > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#I20MUuPnG8yxACebQG4HeskvM34u6Ue7 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;top:30.3125rem;left:25.5rem; }
#I20MUuPnG8yxACebQG4HeskvM34u6Ue7 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#be8ma5xmuG3xgalpq4fJVTgVTND9gWnL { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;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:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.0625rem;height:3.0625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:34.4375rem;left:39.90625rem;display:block; }
#TPxGkKgbvyO7nc8OzPDye01le6tRPkBw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qIfm8suTcINsMrXzKlqUUE7M1xi7qTHc { border-top:0.3125rem solid rgba(var(--color-tertiary-4),1);border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qIfm8suTcINsMrXzKlqUUE7M1xi7qTHc > .row .container { background-color: transparent; background-image: none; }#qIfm8suTcINsMrXzKlqUUE7M1xi7qTHc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qIfm8suTcINsMrXzKlqUUE7M1xi7qTHc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qIfm8suTcINsMrXzKlqUUE7M1xi7qTHc > .row .container > .video-iframe-container { display: none; }#qIfm8suTcINsMrXzKlqUUE7M1xi7qTHc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qIfm8suTcINsMrXzKlqUUE7M1xi7qTHc > .row > .video-iframe-container { display: none; }#qIfm8suTcINsMrXzKlqUUE7M1xi7qTHc > .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); }#qIfm8suTcINsMrXzKlqUUE7M1xi7qTHc > .row .container { border-width: 0; border-radius: 0; }#qIfm8suTcINsMrXzKlqUUE7M1xi7qTHc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qIfm8suTcINsMrXzKlqUUE7M1xi7qTHc > .row .container { font-size:0.875rem;font-family:arial;height:20.125rem;width:75rem;position:relative;display:block; }#xNrtV3x1Xw1TqTzHrPv0NdpQyzgQLCUJ { color:rgba(var(--color-tertiary-4),1);display:block;width:21.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:7.4375rem;left:6.5rem;height:2.44921875rem;font-style:normal;display:block; }
#yrOzsqpbuy3zieAJpLRmNMA5T4DtlfgM { color:rgba(var(--color-tertiary-4),1);display:block;width:7.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:7rem;left:61.125rem;height:3.67383125rem;font-style:normal;display:block; }
#QVAV6xwTzCxgIuNKLcHf87TM21pbGc84 { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:35.625rem;top:12rem;left:32.8125rem;display:block; }
#MmkPoQUbBSJvxvgRWp1fS3IziMXAJBZc { color:rgba(var(--color-tertiary-4),1);display:block;width:7.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:7.125rem;left:49.75rem;height:1.2246125rem;font-style:normal;display:block; }
#i15s8RIaOtTIuKEo1gdUTm7tyZUpATx5 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:7.0625rem;left:35.9375rem;height:1.2246125rem;font-style:normal;display:block; }
#DtTM5hsvAEkfWR70EnmurWfUzTVbxk8O { color:rgba(var(--color-tertiary-4),1);display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:14.0625rem;left:56.625rem;height:1.04980625rem;font-style:normal;display:block; }
#BlWBcAaXr4VC4kyos5mITKDti0n9qaFM { color:rgba(var(--color-tertiary-4),1);display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:5.0625rem;left:33.375rem;height:1.04980625rem;font-style:normal;display:block; }
#xIko2i8FAgSUrS2a1kvMpSGpHwPCvaEZ { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:23.75rem;top:12.125rem;left:6.5rem;display:block; }
#Ew6Ol2AvIVT67lwuCVieVoeOq23amlLC { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:6.9375rem;left:33.9375rem; }
#u4b1TgOFiJWAyV9ZiHWm9FUTFEzAbO3p { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:7rem;left:47.8125rem; }
#lrK45k1fekeTfgrooLk1wq97DsHq1htU { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:6.8125rem;left:59.0625rem; }
#kavsrmtqQA4fFm5dKsfHBhOr1B4tSTOM { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:12.1875rem;top:2.75rem;left:6.5rem;overflow:hidden;display:block; }
#tw3iMmFeNcv7Lilf0mTQITJkNP57rtGI { color:rgba(var(--color-tertiary-4),1);display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:13.974609375rem;left:6.5rem;height:1.13671875rem;font-style:normal;display:block; }
#h3ca8LPMMBFgIqnQcRKZDIGTXpKt99xw { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:15.78125rem;left:52rem; }
#h3ca8LPMMBFgIqnQcRKZDIGTXpKt99xw > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#kHX2TthUTvJAchLdlI2pNXzNtA8zWwSK { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;top:15.8125rem;left:55.5625rem; }
#kHX2TthUTvJAchLdlI2pNXzNtA8zWwSK > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#HqieKcTVALOlG2Q36tMKHOM0pZyPqk0E { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;top:15.8125rem;left:59rem; }
#HqieKcTVALOlG2Q36tMKHOM0pZyPqk0E > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#JXRuCGnNhmfttgOHm7mhnt2keFDPuTIm { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;top:15.8125rem;left:62.5rem; }
#JXRuCGnNhmfttgOHm7mhnt2keFDPuTIm > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zGyE3knhtgCVtViVUekGEMxyVo5uGsK8 { display:block; }#zGyE3knhtgCVtViVUekGEMxyVo5uGsK8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A6we6Whh6BQmLUPU64IuTWofCRFLnTKR { width:47.75rem;height:0.0625rem;top:3.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVx2eZCHEZRmGCHhMT93I5zstm2ExTAK { width:47rem;height:1rem;top:0.9375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5A8BM5Vo8koABARtktI9dfRbTnEMfTx { width:7.5rem;height:1.5rem;top:6.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfWVtt2inFgTvaArn4yvrO2nPLGrFL9A { display:block; }
 }@media only screen and (max-width: 763px) { #RTMlN6ecdib1VUIFJlCOWJPnVIHgMqmQ { width:3.9375rem;height:1.5rem;top:6.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXdTg2lFrfBOSJFMERDDBDOdn9G8lDoL { display:block; }
 }@media only screen and (max-width: 763px) { #HIoWQBDuN6vSPRfSeBwovmm3FfnkEnIC { width:7.5rem;height:1.5rem;top:6.8125rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vbxr8POPJw3XTi2SaWz6dQKP2lMK8eUq { display:block; }
 }@media only screen and (max-width: 763px) { #NXClHhZhktEd5oq3TT4xGp9s3TnaD4vA { width:7.5rem;height:1.5rem;top:6.8125rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJCCvmPdvP4iOGDdPBvy3bq9z2chMn56 { display:block; }
 }@media only screen and (max-width: 763px) { #kcXvs2t5sCL8P2RcvNsvUSl5TZ0SHicb { top:0.6875rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
#kcXvs2t5sCL8P2RcvNsvUSl5TZ0SHicb > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #vwfSkyEDMOh6pP3fAyTZI0bNJPo7AxSd { top:4.75rem;left:14.40625rem;width:20.4375rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdlFiI5mcIqrzsugPJFPaL8wShG40Pdm { top:0.5625rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
#WdlFiI5mcIqrzsugPJFPaL8wShG40Pdm > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #Vnrx6GnFSCQyaZEhwfKEbbMTA66gdtQh { top:0.5rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#Vnrx6GnFSCQyaZEhwfKEbbMTA66gdtQh > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #W6110VgyoIFqFZM1CNl7NewfezuW4r1a { top:0.625rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
#W6110VgyoIFqFZM1CNl7NewfezuW4r1a > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #eBQL88gFPlqtv4R4GRzilwkSDBehiWpH { top:0.75rem;left:46.3125rem;width:1.4375rem;height:1.4375rem;display:block; }
#eBQL88gFPlqtv4R4GRzilwkSDBehiWpH > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T9rg9gtSl2BKoTIPmNTbTUUyglmJA4rI { top:3.0625rem;left:0rem;width:38.6875rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #okCSnXxzr3y53sx8mk55Qwh6xRJQ5eIk { top:3.0625rem;left:18.1875rem;width:29.5625rem;height:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCEWPyWZq9mHMrqqTgDByboSyeWmPyyq { top:11.25rem;left:0rem;width:37.375rem;height:7.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s02eSOzOETS59WWXx2DoiKXilUfSZWNn { width:12.4375rem;height:3.4375rem;top:27.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWK9PXuIEEAmKnK079tekaIUIN5Afoch { display:block; }
 }@media only screen and (max-width: 763px) { #VobSTaRuwPr7xfxgn4HlqA9B4bkoLkHg { top:21.6875rem;left:0rem;width:16.1875rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xO8N7G7CV9EmL6U5ZdEusQ3Z2XNFlH10 { top:20.125rem;left:0rem;width:17.125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoAeuIegcmflyECyPhsbIQNWqD2ZZiuR { top:20.1875rem;left:8.9375rem;width:17.125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4iGDeGuIo5Ifs6TDc9yQXqwoBLiomk9 { width:12.4375rem;height:3.4375rem;top:27.375rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gx4aN6REgbMeCKl68S9V4WuCJKEMQ5tF { display:block; }
 }@media only screen and (max-width: 763px) { #dlzPUnw7BeBsBS4M55fGhWXUrUrkvPbI { top:22.5625rem;left:9.46875rem;width:16.1875rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJ6LptnDVtDvtbReQ3wNbfadGidE1OZM { display:block; }#vJ6LptnDVtDvtbReQ3wNbfadGidE1OZM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IAvEiJoFau5ThMb4kfoyoSePhyHEbTWB { width:11.8125rem;height:5.125rem;top:1.875rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2XF2npHxC1KwHJZbmZqFcGaJ8fO7XCJ { display:block; }
 }@media only screen and (max-width: 763px) { #nlRRK5pfgLTwnhs4K4iK3C8oKzLuSVtk { top:1.875rem;left:15.625rem;width:10.5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DawzLp3iAPtPJTTGfWxFq9G1TAR5HP8v { display:block; }#DawzLp3iAPtPJTTGfWxFq9G1TAR5HP8v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qQa72XPoNrAOkqPtxsPNQvhX1UblZqnH { width:24.6875rem;height:4.75rem;top:18.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gR4XUtNvJHCrASOsMKrfIO5T2nvi0chq { width:22.125rem;height:1.75rem;top:15.5625rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2CTJXrVu5ckq0h0pWmyreUSu9ew7vVK { width:25.8125rem;height:4.75rem;top:18.5625rem;left:21.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nk0FvSuBtKFrPysEDglE5dPO0fH1PtNv { width:16.875rem;height:1.75rem;top:15.5625rem;left:27.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5gU36phxlJCimAsyBoE8gEMTw8ZTRoE { width:33.5rem;height:2.875rem;top:2.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlHdsI2FKhyTPDkWXQPwHNTNozq07Bdg { width:24.25rem;height:3.1875rem;top:45.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIMDXLqkPw0VbHKD0rtdnpdHa7CdIa78 { width:25rem;height:1.75rem;top:42.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #npFZKKMtG6RHLF8ENolB4FkBTJ9rPque { width:25.9375rem;height:4.75rem;top:44.6875rem;left:21.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #geee2wgJVT8c2yc1vBDAfpp6ZQmNdFh2 { width:20rem;height:1.75rem;top:42.5rem;left:25.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iThGLk5l1b5qxhftFd3PDhZK7A8ARv67 { width:27.9375rem;height:3.1875rem;top:73.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7FKnTKSxAg6i2fSZAeDzMuXXxBR5Go3 { width:10.5rem;height:1.75rem;top:70.1875rem;left:6.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgEv6F1De4vy6ubaQtHL8EvCmT9ksmTi { top:10.0625rem;left:8.8125rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcqoKca0Eo1zuXlTifpxBUrmT3JZUav8 { top:8.3125rem;left:0rem;width:32.375rem;height:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyyOOZTvI6mhARTHKZzCCP6lTomfHHHR { width:16.25rem;height:2.8125rem;top:24.1875rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBZ43Xxhepn7PxVLHBrb5qC1ta38efs1 { display:block; }
 }@media only screen and (max-width: 763px) { #EK5n14EHSguGzykHrvPtZgGTd5HFyZ1K { top:8.3125rem;left:15.375rem;width:32.375rem;height:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNFmgBtuEnr8fZLMTzZEFDvAkXlOJG5z { width:16.25rem;height:2.8125rem;top:26.25rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5Q2PxomTfIpW3TdQWWSLpNx58W5swIZ { display:block; }
 }@media only screen and (max-width: 763px) { #KNUwyTNOnFS9X9nda7PgImuCE4beVgH8 { top:9.3125rem;left:32.6875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iu0TlThrFy7GiKK1FMnVFGm9UHvaZoZl { top:11.0625rem;left:35.78125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3AMWG06BBReoItIIy3vvi5Q8xhgAsF8 { top:34.25rem;left:0rem;width:32.375rem;height:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaXFyL8S1scsShRnnOcBAKOkJKElhgOV { width:16.25rem;height:2.8125rem;top:51.9375rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnupWTkDBpBvGl9pOcRgy6WTeXTwSWqE { display:block; }
 }@media only screen and (max-width: 763px) { #WWTJVHHbEwTt3Wl5fnCheTux7230KHnF { top:36.1875rem;left:8.8125rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf0T5vVGlRNKRRJMpmDa70nJnanh7m19 { top:34.25rem;left:15.375rem;width:32.375rem;height:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCclqpsNakCThQrsyH5ANvrCWX7WDsM4 { width:17.5rem;height:2.8125rem;top:49.9375rem;left:27.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeMzuWH3ZtLUazbm7qVnpST54TeUzplR { display:block; }
 }@media only screen and (max-width: 763px) { #XTF4bTEZsTlL8m95mqprCZ1e7TSptMeH { top:36.1875rem;left:32.6875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGTSedaEtxgwG9WCS9OJTazM3lq6XkA1 { top:60.5625rem;left:0rem;width:32.375rem;height:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVwMC3HNtsQcs9vrKB2qt49G1WtVpwi4 { width:16.25rem;height:2.8125rem;top:78.4375rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnMwaTfCgCfzI0f4dZSTGwHDTXqBhkT3 { display:block; }
 }@media only screen and (max-width: 763px) { #saEpAaDwmq1sZKfRyM1lW8OUcTfllM1D { top:62.4375rem;left:8.8125rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #izw0W5RCcvTatmNh9KKOV2mUF0yITizW { top:63.75rem;left:11.5rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNdId9XFQ0DLeNhforQaL83BTJlHidEe { width:16.25rem;height:2.8125rem;top:27.5625rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4rV6U2ZgJOl4kAep5ZpLT4V6T2vDshT { display:block; }
 }@media only screen and (max-width: 763px) { #BccGxiTtq7LEc8CAbH9mEdUQnZWDqkGx { width:17.5rem;height:2.8125rem;top:53.3125rem;left:27.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixql6AwtupKZQbpZqaT6XqbDUAS3GMua { display:block; }
 }@media only screen and (max-width: 763px) { #AGgmt9fNPHdNVhcm6ureoZwOBECwmF0p { display:block; }#AGgmt9fNPHdNVhcm6ureoZwOBECwmF0p > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hqEUTPQgLUZZx8dnzD1BB4PWnAtgnI0x { top:2.5rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AB4sA1O3cQF17kMXUuRw7rO9lC78TEBs { top:13.6875rem;left:0rem;width:47.75rem;height:6.25rem;font-size:1rem;display:block; }#AB4sA1O3cQF17kMXUuRw7rO9lC78TEBs li:before{  }
 }@media only screen and (max-width: 763px) { #bUocpPNECFGpoUgSb9qcrCNUITbzGaGR { width:25rem;height:3.4375rem;top:27.8125rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhCfDky2wghh2bldn23NM7uZ0HtiuVaP { display:block; }
 }@media only screen and (max-width: 763px) { #NpWrTidC9cZvGnDk1aXofTrOb1KEn2o5 { top:21.5rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zi2kZqcfpZTFPCCSyaE4EsOlUOicREAA { top:10.6875rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMBiHCa5e2zs2OegXxMIh78XLuVyG0ha { display:block; }#dMBiHCa5e2zs2OegXxMIh78XLuVyG0ha > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nU4MUzOLfb8viWAQTgQsXs8ycmWXzXcb { width:31.5rem;height:2.4375rem;top:3rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsfWkefusESFKv0f5ULmmLoWrQhDs5ui { width:32.8125rem;height:35.4375rem;top:10.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSGdO8PHRhlsVQmwJA8Kk7zObZ6ENoop { top:6.25rem;left:15.375rem;width:32.375rem;height:43.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFuXKVL38NdiO7JIyTEBOwvZqaqlxasr { top:6.25rem;left:0rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnZhXeH73eDt1obJ1fpcOxoxaMWNvPLP { top:8.75rem;left:28rem;width:9.5rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pD4PuS64Z4pvl0xSKLPwmnSKk4VDL3o3 { display:block; }#pD4PuS64Z4pvl0xSKLPwmnSKk4VDL3o3 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S55SLinOtxboNrrPN7xZKI7ygteFCbFs { top:2.5rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5NytRdXyUxSRWSf6Hnlg8zdXavWgbE5 { display:block; }#E5NytRdXyUxSRWSf6Hnlg8zdXavWgbE5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sNBa5DEUBTVz6E8gVBATSdONAscFwd8J { width:16.25rem;height:29.875rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zr3M7UmqVuKw79CFSSri1wGneL7l94iF { width:13.125rem;height:4.375rem;top:6.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJpRKbwLNngqn4D8yW4iXHhWpXrlBa7S { width:14.8125rem;height:7rem;top:13.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8KuQrIfcHiSsaTNQOTkoVzQ4EVS1TXy { width:16.25rem;height:29.9375rem;top:0.875rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcADdMr5S2EIE1tX7tkFaLoS5ePdQLku { width:11.625rem;height:2.75rem;top:13.3125rem;left:12.09375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPGIZSOF1C74fU8X6G6p8R9xzRtRZWPz { width:11.625rem;height:4.375rem;top:6.8125rem;left:12.09375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfLmx9PMD130nem9V6CL7Rx3PnzptUVt { width:16.25rem;height:29.6875rem;top:1rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CllWVxOCi4bxhxrxFCMEicXyCsOuXnrF { width:15.125rem;height:4.1875rem;top:13.3125rem;left:20.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fcg7tToWcPCTSSzXOvtMKgxtf9EQs03x { width:13.125rem;height:2.875rem;top:6.875rem;left:22.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWa7ap2UXQzOxGFTJmMTlucC6wNg16EH { width:16.25rem;height:29.5625rem;top:1.0625rem;left:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLQprAfT5FwuX1CCz2M2Jt5FRDpaB69C { width:15rem;height:5.625rem;top:13.3125rem;left:32.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIP1Viep6DUivFRlEa3Qc6NCZGdo5BSO { width:16rem;height:2.875rem;top:6.8125rem;left:31.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVmCTZJVuutlV7PTwiNyRh2EmTsIFu2Z { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvfwFh8gLrUMXzIxH2JoE6rhkdlLRozZ { display:block; }
 }@media only screen and (max-width: 763px) { #NttBwvRMRAgse0QuPBTOZhVCZOsG6FEJ { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3IqMObDmIq04G9cdpUuJOJtewrNFX8p { display:block; }
 }@media only screen and (max-width: 763px) { #ozWMa5MlTVt82s6PVfGZHS3M3oVXE3Dd { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDqa4q7sSerhspya8NKoOSOTTTJ1kozh { display:block; }
 }@media only screen and (max-width: 763px) { #LCD1C1NyZvUsOkplwsp3583aGrrPhJTt { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNlSOWc3btCCpGXekSI4OhKAGuVyC8ts { display:block; }
 }@media only screen and (max-width: 763px) { #s9wTbqwkooqMB43POloWmLRFSHqGUb7v { top:2.8125rem;left:4.40625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1Qgydw5iHpe2WDqAVQEmsD0hhZnZhUe { top:2.875rem;left:16.34375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLdLvKWZpRWGuq0g1ZZ1TvhHIxzZBVSb { top:2.8125rem;left:28.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXn9OawZy2emwbTX5rU4PbcmpA4ZTsIS { top:2.8125rem;left:40.21875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzd3SeOTVbF4cC0lGr3ZGUvHrHIkD7wc { display:block; }#zzd3SeOTVbF4cC0lGr3ZGUvHrHIkD7wc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NwpRoko8GXK9KrBWeXdhCB8TnFL65Q3O { width:16.25rem;height:29.875rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8So0PWSiP2KCTwh4EuWUwwuHFJXaW7e { width:16.75rem;height:4.375rem;top:6.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uflHX1iwzCqychceQ8dQ8T1LSpTaNtvz { width:14.8125rem;height:4.1875rem;top:13.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKhnX21oC2lPK3EeQ28iKQxlBgZO4FPA { width:16.25rem;height:29.9375rem;top:0.875rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilcf9pgKdwqWM5SC95wxC5T5UrclpJJn { width:14.9375rem;height:5.5625rem;top:13.3125rem;left:8.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpSkHUdtQ6oiWyhqiqryfhEQ89ThGIHB { width:13rem;height:4.375rem;top:6.8125rem;left:10.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTTb6TvzBi6XrwydvrorhD9rTiMvM3AO { width:16.25rem;height:29.6875rem;top:1rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jlzfyhw9GCqHlsqJhokM9B7lEPbTOpA7 { width:15.125rem;height:6.9375rem;top:13.3125rem;left:20.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogtUbdOGNhaXpTuTA29od56HT5fCrNeh { width:14.25rem;height:2.875rem;top:6.8125rem;left:21.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xa03yAo1s0uHLy6pAIGtFB0d5znFUkPR { width:16.25rem;height:29.5625rem;top:1.0625rem;left:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoLP0xyfESRzvi9KVLqkow9yOmaoW8Vs { width:15rem;height:2.75rem;top:13.3125rem;left:32.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXq0QuUZMMWfKCepCQTRzRkMEbdeBIe0 { width:16rem;height:2.875rem;top:6.8125rem;left:31.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcTKAJ14rnW5GdbLXDQ4IZFMIPI5uzcH { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcdkBedvshJPshuQhrwrtL7lMn4DStui { display:block; }
 }@media only screen and (max-width: 763px) { #JHnugIT4t5kzNNosTph5zr3rRQqa4EZ5 { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #whGQ4X3AGe4WfsMOwtmk4GT3gpVst15S { display:block; }
 }@media only screen and (max-width: 763px) { #Dqpqkr1mHIVuauMhTtdJbzqCSsN6f77e { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuMhMyyq8QzFZcvHPZ5twCV6VEbgu4qN { display:block; }
 }@media only screen and (max-width: 763px) { #c5rnUrIJECRaUVBTnTBBuV7KsvTdWkrW { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0cO0igMuWnhUh2MnfnhLMTgIkzWQ8yv { display:block; }
 }@media only screen and (max-width: 763px) { #D69eW3Sxqaaf4ttxHnKNFqE6lgW6vmaH { top:2.8125rem;left:4.40625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tR80tUAZkvNFS1Nwql44cFLpWmqIsfTy { top:2.875rem;left:16.34375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlcfNNqOh7OGtRA1XFvoMcQWiQOUCNlm { top:2.8125rem;left:28.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIbsDEIlAwQ90GHy1nSwUF6pdrMJ2C6c { top:2.8125rem;left:40.21875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5wRe3OguALTUWTdQQuCfDJRCRprenKn { display:block; }#s5wRe3OguALTUWTdQQuCfDJRCRprenKn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nxTMFgoJgsUlQtXLz9ueudKs3pU0fWca { width:16.25rem;height:29.875rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6Ln7Ud346AJvP6quJtEQeZH8Es2SsAf { width:16.75rem;height:2.875rem;top:6.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaG3oNydrwSuVWR0uK7JHQSELRbtgEae { width:14.8125rem;height:2.75rem;top:13.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyZ125tGiu5crU1hVR2XMbOt8wIaObHX { width:16.25rem;height:29.9375rem;top:0.875rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2uhhT4XEVmCTTgTA20JlEfLiDvrTIlZ { width:14.9375rem;height:8.375rem;top:13.3125rem;left:8.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9olHVcU5pySAN8mvLTmuZrUsgmsn5dS { width:14.1875rem;height:2.875rem;top:6.75rem;left:9.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOsLDn8DdP5kBTU8TDU2DUJiCSCuIDnG { width:16.25rem;height:29.6875rem;top:1rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WV0z3GeqrlzbZTZxQzDP5VW0E8tDQQDO { width:15.125rem;height:5.5625rem;top:13.3125rem;left:20.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPztT6EGKFTLQc7vT3RFCBM6TwlhxlpS { width:14.25rem;height:2.875rem;top:6.8125rem;left:21.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eriZkW1VGR0A4uqfREP0tODJAFp9BZwi { width:16.25rem;height:29.5625rem;top:1.0625rem;left:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdGWJzEbmroVyN7xGiNplHdTynIFHdfq { width:15rem;height:6.9375rem;top:13.3125rem;left:32.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MS1dgGaqG7bTTc7p4FX3mhpV9TOoXe3S { width:16rem;height:2.875rem;top:6.8125rem;left:31.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnE0DpUeILGpFZXJzkXiV0uw7MKSMRz3 { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiJWJ4T4p5O3gI2rJ7tu0T8UwITd57ii { display:block; }
 }@media only screen and (max-width: 763px) { #ESK26mB5WToOmJfEXVApVtH0aLpJfymg { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUVbwRuA5AALvIHaUCq5v70cA5KzlhmZ { display:block; }
 }@media only screen and (max-width: 763px) { #pdAhJtFyQ7fAqTwIw4vVlbkVx3xPgXTK { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXPqJhclfN1Fz2QTLZn1iBVIvPcFc23y { display:block; }
 }@media only screen and (max-width: 763px) { #pmXKVWspi6eGaSeCvhiAMhnb8GONASfb { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvCOW8moFpDzZPxrf3doHwwkXCliWROz { display:block; }
 }@media only screen and (max-width: 763px) { #Ki23Lk5uUNfWx7dS6UxkIa0B5MbH4yyA { top:2.8125rem;left:4.40625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o42NQQA10fXMumRoqDVzCnKRQIqTass0 { top:2.875rem;left:16.34375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcTSpXLqfOw2F2MBTceKGBuHxlHR38h8 { top:2.8125rem;left:28.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQlNn6XUDt5ozBUEbbo8SRFWsGMCxmCx { top:2.8125rem;left:40.21875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdc8CFQ3nhMfH7VfZ38T9ZUTmmUeQJA1 { display:block; }#wdc8CFQ3nhMfH7VfZ38T9ZUTmmUeQJA1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uJCXlX3E7LFsKb0By1teuoR07dTxPfh1 { width:16.25rem;height:29.875rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2yKrEKTFKKWCslQTdaXFI9IQecJ578x { width:16.75rem;height:1.4375rem;top:6.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOKLhP4BLIKby3lmaZu37F8FC12ebxI6 { width:14.8125rem;height:4.1875rem;top:13.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #guFehhDJE6o7Tl8lxMe5tSAPvxgSS9TU { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUvl9tbeywq2r76gzlLilreWABiyC7hb { display:block; }
 }@media only screen and (max-width: 763px) { #tqXINabv3xLuZTlSo4cn9ok2VGZcyWh4 { top:2.8125rem;left:4.40625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLXEPcB110JnCyixXMBbNsaTub4RXq7G { width:16.75rem;height:1.1875rem;top:8.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqSMtEBS54WXWSoTOdI7TH82DQQrOOAf { display:block; }#BqSMtEBS54WXWSoTOdI7TH82DQQrOOAf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uacfdePRpmCz0Rdrf1L6lt6eEw2UUgec { top:11.1875rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTte1K7oB7FZ4oWB4zi74iuIDLB7Ox0N { top:18.375rem;left:1.8125rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xy3Fw1omcfbK5DX2lKnONTT9ynUpknrb { top:18.9375rem;left:2rem;width:2.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFiKPryGKBxnqMD3VQfZMRy2JxmTgvXK { top:23.125rem;left:0rem;width:12.5rem;height:2.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNa63cJpQCLrIu43m3fyGuZ4oqulxUEx { top:23.125rem;left:18.8125rem;width:10.1875rem;height:2.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfRwXJCFFoptsUiCG7nc4RnXkiH4oITw { top:18.375rem;left:22.4375rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4aJQGLcQZZ6rz2ZF0s8d2plExF1aBPe { top:18.9375rem;left:22.6875rem;width:2.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkusW9qFKuShSqpf9FBq1wMQHpCAiz7d { top:23.125rem;left:33.3125rem;width:14.4375rem;height:2.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lC7Oxflt0vXZtQNCWsyhsKoisvsF7hta { top:18.375rem;left:43rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #caiyhsn3DH0W7BcPLzAvIQSdoBdfKPyR { top:18.9375rem;left:43.25rem;width:2.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrJNCxckZmmIewTS65l5o1NEume5B8Gc { top:18.3125rem;left:10.125rem;width:6.0625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogxnV2yhS4b8zvyfZhwF5oVasxEJoxUp { top:18.3125rem;left:31.25rem;width:6.0625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbCKeLVHarcLULEU52ZzA1MJrxxRtvqS { width:31.6875rem;height:3.4375rem;top:31.75rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZMNi98oMM1pg5pTV0LwHlb0ugMtPVUu { display:block; }
 }@media only screen and (max-width: 763px) { #T2NffBH9ApyEMQ950V7QyKyATO0Gusht { top:2.1875rem;left:0rem;width:47.75rem;height:6.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSD6vVzlnqgpLoPhXN4L0dvTrQDGqx6d { display:block; }#JSD6vVzlnqgpLoPhXN4L0dvTrQDGqx6d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pXQBlBNKHstp7pu3oSO9leTCKcJOH8pv { top:2.6875rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcisAWhdKfgFfg6ySbEiId85SewdP7ht { top:6.5rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETes83JJVBIW2neahvJZME0Vt7vN4eg0 { display:block; }#ETes83JJVBIW2neahvJZME0Vt7vN4eg0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SIAAdiAIIcoW2c6oZpSJxOXA1laS5hkr { width:14.0625rem;height:17.1875rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeghivatIghk34o0FBNnufTr6bpOXxda { width:13.125rem;height:3.25rem;top:10.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rK2KDKNuNQ500XKTrHL6VGCpAUwfAUZy { width:14.0625rem;height:17.1875rem;top:0.9375rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLgyzKyD2lzGyLkvNSno7XmnRGsbAcQq { width:10.9375rem;height:4.875rem;top:10.0625rem;left:12.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x68d2OQPgbDzk1bGcpIJOyTGkcqt7Cyr { width:14.0625rem;height:17.1875rem;top:0.9375rem;left:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVcF51hEP8fTZu9p7AKlA1pGxdLak068 { width:13.125rem;height:3.25rem;top:10.0625rem;left:22.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmIr82WEH0zxToHKveTfHuOpnRKBTCWR { width:14.0625rem;height:17.1875rem;top:0.9375rem;left:33.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQmoH2TOrotJxn69DOHZH7kMig2TyqwJ { width:13.125rem;height:6.5rem;top:10.0625rem;left:34.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8TpUIXAF7iI2DX5oSXfeqlSGpfJQXUq { top:1.75rem;left:11.375rem;width:12.5rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeqNXtKELlnEDbNTU8Q4pe8fSSLzvJFw { top:1.75rem;left:35.25rem;width:12.5rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6TF7LbDt7ber7WBRQcLb0AS4dgicyF8 { top:1.75rem;left:23.3125rem;width:12.5rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyU6ScEcFkbFgc0EAcus2kAqFCcTOZxN { top:1.8125rem;left:0rem;width:12.5rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UG8emmfVAK6lzKwZs7HtSZAlO4TQvnAF { display:block; }#UG8emmfVAK6lzKwZs7HtSZAlO4TQvnAF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KACFcigLaFtalLe3c5TdnNCNf8V13yNE { width:18.8125rem;height:3.4375rem;top:1.875rem;left:14.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZcMTIEMaTkzJAGEgtytlQmJbahs44Cx { display:block; }
 }@media only screen and (max-width: 763px) { #q06anhyr9TTQ4dSLO6Jm5bAXdtK4Pmq3 { display:block; }#q06anhyr9TTQ4dSLO6Jm5bAXdtK4Pmq3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZPeAFAcdVLATmveQFGhFFV0IKwVFUlkT { width:46.25rem;height:1.25rem;top:13.3125rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vu0gl09NbIo0avavT1y2kZr3Gm5kZuhO { width:2.8125rem;height:2rem;top:12.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUlIZaQk3GOZrg0REWB6Qn7WHNcWaIzL { width:2.8125rem;height:2rem;top:13rem;left:44.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzlETbDs0scpsKZTVr4w5imnmopTfIbO { width:47.75rem;height:1.25rem;top:15rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3GztMpdcLq3rZwTapXf0MMqvBLHwvyB { width:47.625rem;height:9.5rem;top:20.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0humHTX7kcTeIOUeJwpVWoK7m7rToX8 { width:28.75rem;height:1.25rem;top:22.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #El5PXvRsoQp6Hr7XdfXd4KF9KSVy4RL9 { width:28.75rem;height:1.4375rem;top:27.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJHfxN1CuiC9Lq52xha6LogAWcS1vNGI { width:28.75rem;height:2.5625rem;top:22.9375rem;left:19rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVcAaA3qvaXbO8WrHPhW6Cpkm1nx4P77 { width:28.75rem;height:1.4375rem;top:27.0625rem;left:19rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7bb6ezPzeXbbi9ysHk1r2JP6Tc6UdOT { width:0.125rem;height:7.5rem;top:20.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uT6Eo3TMNfXvNr963QtAMlrmbrbZ1Tsa { top:2.1875rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBL2UdXDvulo2nx8IpR6RF9EvuvqAWTr { display:block; }#FBL2UdXDvulo2nx8IpR6RF9EvuvqAWTr > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fnLPoCCe9cVIefQmGGDqAPqSNGgTffmW { width:47.75rem;height:37.5rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7pE9aeNm8Kf09tKxbuigLvu8i49lkPc { width:19rem;height:19.875rem;top:8.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Um7DrJuRumVvSmEoQ0S6Ptr9rQb7Ls0D { width:29.3125rem;height:4.5625rem;top:8.5625rem;left:15.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qU0xdC3ZqXt8LWtT7ifIfwyB0T3PiMT5 { width:26.75rem;height:4.375rem;top:15.375rem;left:21rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX0ADCQpQKs3EB28rhDkFJMbuW81rg2z { width:0.125rem;height:5.625rem;top:22.3125rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRHl7vyQMJKTpT40KTWGO4MbPJoUHESI { width:31.5rem;height:1.4375rem;top:22.3125rem;left:16.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qh6rA3O6lhNlCaRa8h8yukeWWBF2rNLv { width:31.5rem;height:1.4375rem;top:24.3125rem;left:16.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UET0a7JianJ4WzyLcNXpx0aHlJbH65HZ { width:31.5rem;height:1.4375rem;top:26.1875rem;left:16.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #odFpoHtVvEfTcdfhCtAvV1Ub7ED7hvnG { width:17.0625rem;height:3.0625rem;top:34.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgnA2WwqFt7Ezdw0ruTEveS9Qagg9Mp7 { display:block; }
 }@media only screen and (max-width: 763px) { #hd91kUhuIevu5wv02RmGayy4uIGBiZDm { top:30.25rem;left:1.8125rem;width:2.25rem;height:2.25rem;display:block; }
#hd91kUhuIevu5wv02RmGayy4uIGBiZDm > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #fy7lKTgTJbmo40zmq76xJ3o199XaLvea { top:30.4375rem;left:5rem;width:2.1875rem;height:2.1875rem;display:block; }
#fy7lKTgTJbmo40zmq76xJ3o199XaLvea > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #keW402ETzOUpviZsEdSMDCWeHBVw0utB { top:30.4375rem;left:8.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
#keW402ETzOUpviZsEdSMDCWeHBVw0utB > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #I20MUuPnG8yxACebQG4HeskvM34u6Ue7 { top:30.3125rem;left:11.875rem;width:2.1875rem;height:2.1875rem;display:block; }
#I20MUuPnG8yxACebQG4HeskvM34u6Ue7 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #be8ma5xmuG3xgalpq4fJVTgVTND9gWnL { width:17.0625rem;height:3.0625rem;top:34.4375rem;left:26.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPxGkKgbvyO7nc8OzPDye01le6tRPkBw { display:block; }
 }@media only screen and (max-width: 763px) { #qIfm8suTcINsMrXzKlqUUE7M1xi7qTHc { display:block; }#qIfm8suTcINsMrXzKlqUUE7M1xi7qTHc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xNrtV3x1Xw1TqTzHrPv0NdpQyzgQLCUJ { top:7.4375rem;left:0rem;width:21.1875rem;height:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrOzsqpbuy3zieAJpLRmNMA5T4DtlfgM { top:7rem;left:40.4375rem;width:7.3125rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVAV6xwTzCxgIuNKLcHf87TM21pbGc84 { top:12rem;left:12.125rem;width:35.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmkPoQUbBSJvxvgRWp1fS3IziMXAJBZc { top:7.125rem;left:36.125rem;width:7.9375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i15s8RIaOtTIuKEo1gdUTm7tyZUpATx5 { top:7.0625rem;left:22.3125rem;width:10.0625rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtTM5hsvAEkfWR70EnmurWfUzTVbxk8O { top:14.0625rem;left:35.9375rem;width:11.8125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlWBcAaXr4VC4kyos5mITKDti0n9qaFM { top:5.0625rem;left:19.75rem;width:11.8125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIko2i8FAgSUrS2a1kvMpSGpHwPCvaEZ { top:12.125rem;left:0rem;width:23.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ew6Ol2AvIVT67lwuCVieVoeOq23amlLC { top:6.9375rem;left:20.3125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4b1TgOFiJWAyV9ZiHWm9FUTFEzAbO3p { top:7rem;left:34.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrK45k1fekeTfgrooLk1wq97DsHq1htU { top:6.8125rem;left:45.4375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kavsrmtqQA4fFm5dKsfHBhOr1B4tSTOM { top:2.75rem;left:0rem;width:12.1875rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tw3iMmFeNcv7Lilf0mTQITJkNP57rtGI { top:13.9375rem;left:0rem;width:23.9375rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3ca8LPMMBFgIqnQcRKZDIGTXpKt99xw { top:15.75rem;left:38.375rem;width:2.25rem;height:2.25rem;display:block; }
#h3ca8LPMMBFgIqnQcRKZDIGTXpKt99xw > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #kHX2TthUTvJAchLdlI2pNXzNtA8zWwSK { top:15.8125rem;left:41.9375rem;width:2.1875rem;height:2.1875rem;display:block; }
#kHX2TthUTvJAchLdlI2pNXzNtA8zWwSK > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #HqieKcTVALOlG2Q36tMKHOM0pZyPqk0E { top:15.8125rem;left:45.375rem;width:2.1875rem;height:2.1875rem;display:block; }
#HqieKcTVALOlG2Q36tMKHOM0pZyPqk0E > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #JXRuCGnNhmfttgOHm7mhnt2keFDPuTIm { top:15.8125rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
#JXRuCGnNhmfttgOHm7mhnt2keFDPuTIm > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zGyE3knhtgCVtViVUekGEMxyVo5uGsK8 { display:block; }#zGyE3knhtgCVtViVUekGEMxyVo5uGsK8 > .row .container { width:20rem;height:19.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A6we6Whh6BQmLUPU64IuTWofCRFLnTKR { width:20rem;height:0.0625rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVx2eZCHEZRmGCHhMT93I5zstm2ExTAK { width:20rem;height:1.625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5A8BM5Vo8koABARtktI9dfRbTnEMfTx { width:7.5rem;height:1.5rem;top:13.3125rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfWVtt2inFgTvaArn4yvrO2nPLGrFL9A { display:block; }
 }@media only screen and (max-width: 763px) { #RTMlN6ecdib1VUIFJlCOWJPnVIHgMqmQ { width:3.9375rem;height:1.5rem;top:11.8125rem;left:8.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hXdTg2lFrfBOSJFMERDDBDOdn9G8lDoL { display:block; }
 }@media only screen and (max-width: 763px) { #HIoWQBDuN6vSPRfSeBwovmm3FfnkEnIC { width:7.5rem;height:1.5rem;top:14.8125rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vbxr8POPJw3XTi2SaWz6dQKP2lMK8eUq { display:block; }
 }@media only screen and (max-width: 763px) { #NXClHhZhktEd5oq3TT4xGp9s3TnaD4vA { width:7.5rem;height:1.5rem;top:16.3125rem;left:6.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FJCCvmPdvP4iOGDdPBvy3bq9z2chMn56 { display:block; }
 }@media only screen and (max-width: 763px) { #kcXvs2t5sCL8P2RcvNsvUSl5TZ0SHicb { width:1.5625rem;height:1.5625rem;top:3.6875rem;left:8.625rem;display:block; }
#kcXvs2t5sCL8P2RcvNsvUSl5TZ0SHicb > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #vwfSkyEDMOh6pP3fAyTZI0bNJPo7AxSd { width:12.1875rem;height:3.5rem;top:6.875rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdlFiI5mcIqrzsugPJFPaL8wShG40Pdm { width:1.5625rem;height:1.5625rem;top:3.625rem;left:11.125rem;display:block; }
#WdlFiI5mcIqrzsugPJFPaL8wShG40Pdm > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #Vnrx6GnFSCQyaZEhwfKEbbMTA66gdtQh { width:1.875rem;height:1.875rem;top:3.4375rem;left:18.125rem;display:block; }
#Vnrx6GnFSCQyaZEhwfKEbbMTA66gdtQh > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #W6110VgyoIFqFZM1CNl7NewfezuW4r1a { width:1.5625rem;height:1.5625rem;top:3.625rem;left:13.5625rem;display:block; }
#W6110VgyoIFqFZM1CNl7NewfezuW4r1a > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #eBQL88gFPlqtv4R4GRzilwkSDBehiWpH { width:1.4375rem;height:1.4375rem;top:3.6875rem;left:16rem;display:block; }
#eBQL88gFPlqtv4R4GRzilwkSDBehiWpH > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:52.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T9rg9gtSl2BKoTIPmNTbTUUyglmJA4rI { width:20rem;height:3.25rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #okCSnXxzr3y53sx8mk55Qwh6xRJQ5eIk { width:14.1875rem;height:14.1875rem;top:12.9375rem;left:2.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCEWPyWZq9mHMrqqTgDByboSyeWmPyyq { width:20rem;height:6.5625rem;top:5.4228515625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s02eSOzOETS59WWXx2DoiKXilUfSZWNn { width:12.4375rem;height:3.4375rem;top:34.0625rem;left:3.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWK9PXuIEEAmKnK079tekaIUIN5Afoch { display:block; }
 }@media only screen and (max-width: 763px) { #VobSTaRuwPr7xfxgn4HlqA9B4bkoLkHg { width:16.1875rem;height:2.625rem;top:29.75rem;left:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xO8N7G7CV9EmL6U5ZdEusQ3Z2XNFlH10 { width:17.125rem;height:10.4375rem;top:28.5rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoAeuIegcmflyECyPhsbIQNWqD2ZZiuR { width:17.125rem;height:10.4375rem;top:40.4375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4iGDeGuIo5Ifs6TDc9yQXqwoBLiomk9 { width:12.4375rem;height:3.4375rem;top:46.0625rem;left:3.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gx4aN6REgbMeCKl68S9V4WuCJKEMQ5tF { display:block; }
 }@media only screen and (max-width: 763px) { #dlzPUnw7BeBsBS4M55fGhWXUrUrkvPbI { width:16.1875rem;height:1.3125rem;top:42.75rem;left:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJ6LptnDVtDvtbReQ3wNbfadGidE1OZM { display:block; }#vJ6LptnDVtDvtbReQ3wNbfadGidE1OZM > .row .container { width:20rem;height:6.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IAvEiJoFau5ThMb4kfoyoSePhyHEbTWB { width:8.4375rem;height:3.5625rem;top:1.1875rem;left:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2XF2npHxC1KwHJZbmZqFcGaJ8fO7XCJ { display:block; }
 }@media only screen and (max-width: 763px) { #nlRRK5pfgLTwnhs4K4iK3C8oKzLuSVtk { width:7.5625rem;height:3.4375rem;top:1.1875rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DawzLp3iAPtPJTTGfWxFq9G1TAR5HP8v { display:block; }#DawzLp3iAPtPJTTGfWxFq9G1TAR5HP8v > .row .container { width:20rem;height:111.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qQa72XPoNrAOkqPtxsPNQvhX1UblZqnH { width:19rem;height:4.1982375rem;top:10.1259765625rem;left:0.5rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gR4XUtNvJHCrASOsMKrfIO5T2nvi0chq { width:18.4375rem;height:1.29980625rem;top:8.451171875rem;left:0.78125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2CTJXrVu5ckq0h0pWmyreUSu9ew7vVK { width:16.875rem;height:4.19824375rem;top:75.8623046875rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nk0FvSuBtKFrPysEDglE5dPO0fH1PtNv { width:18.4375rem;height:1.29980625rem;top:73.763671875rem;left:0.78125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5gU36phxlJCimAsyBoE8gEMTw8ZTRoE { width:20rem;height:1.625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlHdsI2FKhyTPDkWXQPwHNTNozq07Bdg { width:17.625rem;height:4.19824375rem;top:33.28125rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIMDXLqkPw0VbHKD0rtdnpdHa7CdIa78 { width:20rem;height:1.29980625rem;top:31.10546875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #npFZKKMtG6RHLF8ENolB4FkBTJ9rPque { width:18.5rem;height:4.1982375rem;top:97.1103515625rem;left:0.75rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #geee2wgJVT8c2yc1vBDAfpp6ZQmNdFh2 { width:20rem;height:1.29980625rem;top:95.2685546875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iThGLk5l1b5qxhftFd3PDhZK7A8ARv67 { width:18.4375rem;height:4.5rem;top:53.53125rem;left:0.78125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7FKnTKSxAg6i2fSZAeDzMuXXxBR5Go3 { width:10.5rem;height:1.29980625rem;top:51.912109375rem;left:4.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgEv6F1De4vy6ubaQtHL8EvCmT9ksmTi { display:flex;width:3.125rem;height:3.125rem;top:5.326171875rem;left:8.4375rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #OcqoKca0Eo1zuXlTifpxBUrmT3JZUav8 { width:20rem;height:19.6875rem;top:4.2871125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyyOOZTvI6mhARTHKZzCCP6lTomfHHHR { width:16.25rem;height:2.8125rem;top:15.951171875rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBZ43Xxhepn7PxVLHBrb5qC1ta38efs1 { display:block; }
 }@media only screen and (max-width: 763px) { #EK5n14EHSguGzykHrvPtZgGTd5HFyZ1K { width:20rem;height:19.6875rem;top:68.287109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNFmgBtuEnr8fZLMTzZEFDvAkXlOJG5z { width:16.25rem;height:2.8125rem;top:83.013671875rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5Q2PxomTfIpW3TdQWWSLpNx58W5swIZ { display:block; }
 }@media only screen and (max-width: 763px) { #KNUwyTNOnFS9X9nda7PgImuCE4beVgH8 { display:flex;width:3.125rem;height:3.125rem;top:69.888671875rem;left:8.4375rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #iu0TlThrFy7GiKK1FMnVFGm9UHvaZoZl { display:flex;width:0.9375rem;height:0.9375rem;top:70.701171875rem;left:9.96875rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #I3AMWG06BBReoItIIy3vvi5Q8xhgAsF8 { width:20rem;height:19.6875rem;top:25.537109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaXFyL8S1scsShRnnOcBAKOkJKElhgOV { width:16.25rem;height:2.8125rem;top:39.849609375rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnupWTkDBpBvGl9pOcRgy6WTeXTwSWqE { display:block; }
 }@media only screen and (max-width: 763px) { #WWTJVHHbEwTt3Wl5fnCheTux7230KHnF { display:flex;width:3.125rem;height:3.125rem;top:27.349609375rem;left:8.4375rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #Tf0T5vVGlRNKRRJMpmDa70nJnanh7m19 { width:20rem;height:19.6875rem;top:89.9169921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCclqpsNakCThQrsyH5ANvrCWX7WDsM4 { width:16.25rem;height:2.8125rem;top:103.7587890625rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeMzuWH3ZtLUazbm7qVnpST54TeUzplR { display:block; }
 }@media only screen and (max-width: 763px) { #XTF4bTEZsTlL8m95mqprCZ1e7TSptMeH { display:flex;width:3.125rem;height:3.125rem;top:90.974609375rem;left:8.4375rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #rGTSedaEtxgwG9WCS9OJTazM3lq6XkA1 { width:20rem;height:19.6875rem;top:47.193359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVwMC3HNtsQcs9vrKB2qt49G1WtVpwi4 { width:16.25rem;height:2.8125rem;top:61.287109375rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnMwaTfCgCfzI0f4dZSTGwHDTXqBhkT3 { display:block; }
 }@media only screen and (max-width: 763px) { #saEpAaDwmq1sZKfRyM1lW8OUcTfllM1D { display:flex;width:3.125rem;height:3.125rem;top:48.787109375rem;left:8.4375rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #izw0W5RCcvTatmNh9KKOV2mUF0yITizW { display:flex;width:1.875rem;height:1.875rem;top:49.724609375rem;left:9.96875rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #JNdId9XFQ0DLeNhforQaL83BTJlHidEe { width:16.25rem;height:2.8125rem;top:19.451171875rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4rV6U2ZgJOl4kAep5ZpLT4V6T2vDshT { display:block; }
 }@media only screen and (max-width: 763px) { #BccGxiTtq7LEc8CAbH9mEdUQnZWDqkGx { width:16.25rem;height:2.8125rem;top:106.8544921875rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixql6AwtupKZQbpZqaT6XqbDUAS3GMua { display:block; }
 }@media only screen and (max-width: 763px) { #AGgmt9fNPHdNVhcm6ureoZwOBECwmF0p { display:block; }#AGgmt9fNPHdNVhcm6ureoZwOBECwmF0p > .row .container { width:20rem;height:30.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hqEUTPQgLUZZx8dnzD1BB4PWnAtgnI0x { width:20rem;height:4.875rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AB4sA1O3cQF17kMXUuRw7rO9lC78TEBs { width:18.5rem;height:8.125rem;top:10.05859375rem;left:0.75rem;font-size:1rem;display:block; }#AB4sA1O3cQF17kMXUuRw7rO9lC78TEBs li:before{  }
 }@media only screen and (max-width: 763px) { #bUocpPNECFGpoUgSb9qcrCNUITbzGaGR { width:19rem;height:3.4375rem;top:25.55859375rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhCfDky2wghh2bldn23NM7uZ0HtiuVaP { display:block; }
 }@media only screen and (max-width: 763px) { #NpWrTidC9cZvGnDk1aXofTrOb1KEn2o5 { width:20rem;height:4.5rem;top:19.05859375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zi2kZqcfpZTFPCCSyaE4EsOlUOicREAA { width:20rem;height:1.5rem;top:7.87109375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dMBiHCa5e2zs2OegXxMIh78XLuVyG0ha { display:block; }#dMBiHCa5e2zs2OegXxMIh78XLuVyG0ha > .row .container { width:20rem;height:71.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nU4MUzOLfb8viWAQTgQsXs8ycmWXzXcb { width:20rem;height:1.375rem;top:1.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsfWkefusESFKv0f5ULmmLoWrQhDs5ui { width:17.9375rem;height:39.375rem;top:30.125rem;left:1.03125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSGdO8PHRhlsVQmwJA8Kk7zObZ6ENoop { width:16.9375rem;height:22.625rem;top:5.1875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFuXKVL38NdiO7JIyTEBOwvZqaqlxasr { width:12.5rem;height:0.125rem;top:3.4375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnZhXeH73eDt1obJ1fpcOxoxaMWNvPLP { width:7.125rem;height:2rem;top:6.1875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pD4PuS64Z4pvl0xSKLPwmnSKk4VDL3o3 { display:block; }#pD4PuS64Z4pvl0xSKLPwmnSKk4VDL3o3 > .row .container { width:20rem;height:6.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S55SLinOtxboNrrPN7xZKI7ygteFCbFs { width:20rem;height:3.25rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E5NytRdXyUxSRWSf6Hnlg8zdXavWgbE5 { display:block; }#E5NytRdXyUxSRWSf6Hnlg8zdXavWgbE5 > .row .container { width:20rem;height:88.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sNBa5DEUBTVz6E8gVBATSdONAscFwd8J { width:14.6875rem;height:19.75rem;top:1.3125rem;left:2.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zr3M7UmqVuKw79CFSSri1wGneL7l94iF { width:13.125rem;height:2.5996125rem;top:6.4375rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJpRKbwLNngqn4D8yW4iXHhWpXrlBa7S { width:13.125rem;height:8.3965rem;top:9.037109375rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8KuQrIfcHiSsaTNQOTkoVzQ4EVS1TXy { width:14.6875rem;height:19.75rem;top:23rem;left:2.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcADdMr5S2EIE1tX7tkFaLoS5ePdQLku { width:13.125rem;height:2.798825rem;top:32.25rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPGIZSOF1C74fU8X6G6p8R9xzRtRZWPz { width:13.125rem;height:3.8994125rem;top:27.5rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfLmx9PMD130nem9V6CL7Rx3PnzptUVt { width:14.6875rem;height:19.75rem;top:44.75rem;left:2.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CllWVxOCi4bxhxrxFCMEicXyCsOuXnrF { width:13.125rem;height:4.19824375rem;top:54.1875rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fcg7tToWcPCTSSzXOvtMKgxtf9EQs03x { width:13.125rem;height:2.5996125rem;top:50.625rem;left:3.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWa7ap2UXQzOxGFTJmMTlucC6wNg16EH { width:14.6875rem;height:19.75rem;top:66.5rem;left:2.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLQprAfT5FwuX1CCz2M2Jt5FRDpaB69C { width:12.8125rem;height:5.59765625rem;top:75.5rem;left:3.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIP1Viep6DUivFRlEa3Qc6NCZGdo5BSO { width:13.125rem;height:2.5996125rem;top:72.25rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVmCTZJVuutlV7PTwiNyRh2EmTsIFu2Z { width:12.5rem;height:2.8125rem;top:17.9375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvfwFh8gLrUMXzIxH2JoE6rhkdlLRozZ { display:block; }
 }@media only screen and (max-width: 763px) { #NttBwvRMRAgse0QuPBTOZhVCZOsG6FEJ { width:12.5rem;height:2.8125rem;top:38.9375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3IqMObDmIq04G9cdpUuJOJtewrNFX8p { display:block; }
 }@media only screen and (max-width: 763px) { #ozWMa5MlTVt82s6PVfGZHS3M3oVXE3Dd { width:12.5rem;height:2.8125rem;top:60.4375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDqa4q7sSerhspya8NKoOSOTTTJ1kozh { display:block; }
 }@media only screen and (max-width: 763px) { #LCD1C1NyZvUsOkplwsp3583aGrrPhJTt { width:12.5rem;height:2.8125rem;top:82.3125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNlSOWc3btCCpGXekSI4OhKAGuVyC8ts { display:block; }
 }@media only screen and (max-width: 763px) { #s9wTbqwkooqMB43POloWmLRFSHqGUb7v { display:flex;width:3.125rem;height:3.125rem;top:2.5625rem;left:8.6875rem; }
 }@media only screen and (max-width: 763px) { #W1Qgydw5iHpe2WDqAVQEmsD0hhZnZhUe { display:flex;width:3.125rem;height:3.125rem;top:24.125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #iLdLvKWZpRWGuq0g1ZZ1TvhHIxzZBVSb { display:flex;width:3.125rem;height:3.125rem;top:46.5625rem;left:8.6875rem; }
 }@media only screen and (max-width: 763px) { #aXn9OawZy2emwbTX5rU4PbcmpA4ZTsIS { display:flex;width:3.125rem;height:3.125rem;top:68.375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #zzd3SeOTVbF4cC0lGr3ZGUvHrHIkD7wc { display:block; }#zzd3SeOTVbF4cC0lGr3ZGUvHrHIkD7wc > .row .container { width:20rem;height:88.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NwpRoko8GXK9KrBWeXdhCB8TnFL65Q3O { width:14.6875rem;height:19.75rem;top:1.25rem;left:2.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8So0PWSiP2KCTwh4EuWUwwuHFJXaW7e { width:15.0625rem;height:3.8994125rem;top:6.875rem;left:2.46875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uflHX1iwzCqychceQ8dQ8T1LSpTaNtvz { width:13.125rem;height:5.59765625rem;top:11.412109375rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKhnX21oC2lPK3EeQ28iKQxlBgZO4FPA { width:14.6875rem;height:19.75rem;top:23rem;left:2.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilcf9pgKdwqWM5SC95wxC5T5UrclpJJn { width:13.125rem;height:6.9970625rem;top:31.75rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpSkHUdtQ6oiWyhqiqryfhEQ89ThGIHB { width:13.125rem;height:3.8994125rem;top:27.5rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTTb6TvzBi6XrwydvrorhD9rTiMvM3AO { width:14.6875rem;height:19.75rem;top:44.75rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jlzfyhw9GCqHlsqJhokM9B7lEPbTOpA7 { width:13.125rem;height:6.9970625rem;top:53.224609375rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogtUbdOGNhaXpTuTA29od56HT5fCrNeh { width:13.125rem;height:2.5996125rem;top:50.6865234375rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xa03yAo1s0uHLy6pAIGtFB0d5znFUkPR { width:14.6875rem;height:19.75rem;top:66.5rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoLP0xyfESRzvi9KVLqkow9yOmaoW8Vs { width:12.8125rem;height:2.798825rem;top:74.5625rem;left:3.59375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXq0QuUZMMWfKCepCQTRzRkMEbdeBIe0 { width:13.125rem;height:2.5996125rem;top:70.8125rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcTKAJ14rnW5GdbLXDQ4IZFMIPI5uzcH { width:12.5rem;height:2.8125rem;top:17.875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcdkBedvshJPshuQhrwrtL7lMn4DStui { display:block; }
 }@media only screen and (max-width: 763px) { #JHnugIT4t5kzNNosTph5zr3rRQqa4EZ5 { width:12.5rem;height:2.8125rem;top:39.75rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #whGQ4X3AGe4WfsMOwtmk4GT3gpVst15S { display:block; }
 }@media only screen and (max-width: 763px) { #Dqpqkr1mHIVuauMhTtdJbzqCSsN6f77e { width:12.5rem;height:2.8125rem;top:61.3125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuMhMyyq8QzFZcvHPZ5twCV6VEbgu4qN { display:block; }
 }@media only screen and (max-width: 763px) { #c5rnUrIJECRaUVBTnTBBuV7KsvTdWkrW { width:12.5rem;height:2.8125rem;top:82.8125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0cO0igMuWnhUh2MnfnhLMTgIkzWQ8yv { display:block; }
 }@media only screen and (max-width: 763px) { #D69eW3Sxqaaf4ttxHnKNFqE6lgW6vmaH { display:flex;width:3.125rem;height:3.125rem;top:3.125rem;left:8.6875rem; }
 }@media only screen and (max-width: 763px) { #tR80tUAZkvNFS1Nwql44cFLpWmqIsfTy { display:flex;width:3.125rem;height:3.125rem;top:24.375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #OlcfNNqOh7OGtRA1XFvoMcQWiQOUCNlm { display:flex;width:3.125rem;height:3.125rem;top:46.5625rem;left:8.6875rem; }
 }@media only screen and (max-width: 763px) { #hIbsDEIlAwQ90GHy1nSwUF6pdrMJ2C6c { display:flex;width:3.125rem;height:3.125rem;top:67.6875rem;left:9.03125rem; }
 }@media only screen and (max-width: 763px) { #s5wRe3OguALTUWTdQQuCfDJRCRprenKn { display:block; }#s5wRe3OguALTUWTdQQuCfDJRCRprenKn > .row .container { width:20rem;height:88.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nxTMFgoJgsUlQtXLz9ueudKs3pU0fWca { width:14.6875rem;height:19.75rem;top:1.25rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6Ln7Ud346AJvP6quJtEQeZH8Es2SsAf { width:13.125rem;height:2.5996125rem;top:7.125rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaG3oNydrwSuVWR0uK7JHQSELRbtgEae { width:13.125rem;height:2.798825rem;top:9.974609375rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyZ125tGiu5crU1hVR2XMbOt8wIaObHX { width:14.6875rem;height:20.875rem;top:23rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2uhhT4XEVmCTTgTA20JlEfLiDvrTIlZ { width:13.125rem;height:9.795875rem;top:30.9375rem;left:4.03125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9olHVcU5pySAN8mvLTmuZrUsgmsn5dS { width:13.125rem;height:2.5996125rem;top:27.5rem;left:4.03125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOsLDn8DdP5kBTU8TDU2DUJiCSCuIDnG { width:14.6875rem;height:19.75rem;top:44.75rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WV0z3GeqrlzbZTZxQzDP5VW0E8tDQQDO { width:13.125rem;height:6.9970625rem;top:54.1875rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPztT6EGKFTLQc7vT3RFCBM6TwlhxlpS { width:13.125rem;height:2.5996125rem;top:50.625rem;left:3.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eriZkW1VGR0A4uqfREP0tODJAFp9BZwi { width:14.6875rem;height:21rem;top:66.5rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdGWJzEbmroVyN7xGiNplHdTynIFHdfq { width:12.8125rem;height:8.3965rem;top:75.5rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MS1dgGaqG7bTTc7p4FX3mhpV9TOoXe3S { width:14.125rem;height:2.5996125rem;top:72.375rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnE0DpUeILGpFZXJzkXiV0uw7MKSMRz3 { width:12.5rem;height:2.8125rem;top:17.75rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiJWJ4T4p5O3gI2rJ7tu0T8UwITd57ii { display:block; }
 }@media only screen and (max-width: 763px) { #ESK26mB5WToOmJfEXVApVtH0aLpJfymg { width:12.5rem;height:2.8125rem;top:40.875rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUVbwRuA5AALvIHaUCq5v70cA5KzlhmZ { display:block; }
 }@media only screen and (max-width: 763px) { #pdAhJtFyQ7fAqTwIw4vVlbkVx3xPgXTK { width:12.5rem;height:2.8125rem;top:61.49609375rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXPqJhclfN1Fz2QTLZn1iBVIvPcFc23y { display:block; }
 }@media only screen and (max-width: 763px) { #pmXKVWspi6eGaSeCvhiAMhnb8GONASfb { width:12.5rem;height:2.8125rem;top:84.5rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvCOW8moFpDzZPxrf3doHwwkXCliWROz { display:block; }
 }@media only screen and (max-width: 763px) { #Ki23Lk5uUNfWx7dS6UxkIa0B5MbH4yyA { display:flex;width:3.125rem;height:3.125rem;top:3.125rem;left:8.6875rem; }
 }@media only screen and (max-width: 763px) { #o42NQQA10fXMumRoqDVzCnKRQIqTass0 { display:flex;width:3.125rem;height:3.125rem;top:24.4375rem;left:9.03125rem; }
 }@media only screen and (max-width: 763px) { #HcTSpXLqfOw2F2MBTceKGBuHxlHR38h8 { display:flex;width:3.125rem;height:3.125rem;top:46.5625rem;left:8.6875rem; }
 }@media only screen and (max-width: 763px) { #DQlNn6XUDt5ozBUEbbo8SRFWsGMCxmCx { display:flex;width:3.125rem;height:3.125rem;top:68.375rem;left:9.03125rem; }
 }@media only screen and (max-width: 763px) { #wdc8CFQ3nhMfH7VfZ38T9ZUTmmUeQJA1 { display:block; }#wdc8CFQ3nhMfH7VfZ38T9ZUTmmUeQJA1 > .row .container { width:20rem;height:23.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uJCXlX3E7LFsKb0By1teuoR07dTxPfh1 { width:14.6875rem;height:19.75rem;top:1.25rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2yKrEKTFKKWCslQTdaXFI9IQecJ578x { width:13.125rem;height:1.29980625rem;top:7.125rem;left:4.03125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOKLhP4BLIKby3lmaZu37F8FC12ebxI6 { width:13.125rem;height:4.19824375rem;top:9.912109375rem;left:4.03125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #guFehhDJE6o7Tl8lxMe5tSAPvxgSS9TU { width:12.5rem;height:2.8125rem;top:17.75rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUvl9tbeywq2r76gzlLilreWABiyC7hb { display:block; }
 }@media only screen and (max-width: 763px) { #tqXINabv3xLuZTlSo4cn9ok2VGZcyWh4 { display:flex;width:3.125rem;height:3.125rem;top:3rem;left:9.03125rem; }
 }@media only screen and (max-width: 763px) { #tLXEPcB110JnCyixXMBbNsaTub4RXq7G { width:16.75rem;height:1.13671875rem;top:8.4248046875rem;left:2.21875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqSMtEBS54WXWSoTOdI7TH82DQQrOOAf { display:block; }#BqSMtEBS54WXWSoTOdI7TH82DQQrOOAf > .row .container { width:20rem;height:32.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uacfdePRpmCz0Rdrf1L6lt6eEw2UUgec { width:20rem;height:1.7871125rem;top:10.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTte1K7oB7FZ4oWB4zi74iuIDLB7Ox0N { width:2.9375rem;height:2.9375rem;top:13rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xy3Fw1omcfbK5DX2lKnONTT9ynUpknrb { width:2.5rem;height:1.625rem;top:13.5625rem;left:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFiKPryGKBxnqMD3VQfZMRy2JxmTgvXK { width:5.6875rem;height:2.4375rem;top:16.75rem;left:0rem;font-size:0.625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #JNa63cJpQCLrIu43m3fyGuZ4oqulxUEx { width:5.6875rem;height:2.4375rem;top:16.75rem;left:7.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfRwXJCFFoptsUiCG7nc4RnXkiH4oITw { width:2.9375rem;height:2.9375rem;top:13rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4aJQGLcQZZ6rz2ZF0s8d2plExF1aBPe { width:2.5rem;height:1.625rem;top:13.5625rem;left:8.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkusW9qFKuShSqpf9FBq1wMQHpCAiz7d { width:5.6875rem;height:4.0625rem;top:16.75rem;left:14.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lC7Oxflt0vXZtQNCWsyhsKoisvsF7hta { width:2.9375rem;height:2.9375rem;top:13rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #caiyhsn3DH0W7BcPLzAvIQSdoBdfKPyR { width:2.5rem;height:1.625rem;top:13.5625rem;left:15.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrJNCxckZmmIewTS65l5o1NEume5B8Gc { width:3.8125rem;height:2rem;top:13.5rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogxnV2yhS4b8zvyfZhwF5oVasxEJoxUp { width:3.8125rem;height:2rem;top:13.5rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbCKeLVHarcLULEU52ZzA1MJrxxRtvqS { width:19rem;height:3.4375rem;top:24.74609375rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZMNi98oMM1pg5pTV0LwHlb0ugMtPVUu { display:block; }
 }@media only screen and (max-width: 763px) { #T2NffBH9ApyEMQ950V7QyKyATO0Gusht { width:20rem;height:4.72265625rem;top:2.15234375rem;left:0rem;font-size:1.3125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #JSD6vVzlnqgpLoPhXN4L0dvTrQDGqx6d { display:block; }#JSD6vVzlnqgpLoPhXN4L0dvTrQDGqx6d > .row .container { width:20rem;height:11.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pXQBlBNKHstp7pu3oSO9leTCKcJOH8pv { width:17.25rem;height:4.875rem;top:1.375rem;left:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcisAWhdKfgFfg6ySbEiId85SewdP7ht { width:20rem;height:3rem;top:7.0859375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETes83JJVBIW2neahvJZME0Vt7vN4eg0 { display:block; }#ETes83JJVBIW2neahvJZME0Vt7vN4eg0 > .row .container { width:20rem;height:69.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SIAAdiAIIcoW2c6oZpSJxOXA1laS5hkr { width:13.5rem;height:15.25rem;top:1.25rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeghivatIghk34o0FBNnufTr6bpOXxda { width:13.125rem;height:2.5996125rem;top:3.875rem;left:3.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rK2KDKNuNQ500XKTrHL6VGCpAUwfAUZy { width:13.5rem;height:15.25rem;top:18.125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLgyzKyD2lzGyLkvNSno7XmnRGsbAcQq { width:13.125rem;height:2.5996125rem;top:19.6875rem;left:3.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x68d2OQPgbDzk1bGcpIJOyTGkcqt7Cyr { width:13.5rem;height:15.25rem;top:35rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVcF51hEP8fTZu9p7AKlA1pGxdLak068 { width:13.125rem;height:1.29980625rem;top:37.5625rem;left:3.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RmIr82WEH0zxToHKveTfHuOpnRKBTCWR { width:13.5rem;height:15.25rem;top:51.875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQmoH2TOrotJxn69DOHZH7kMig2TyqwJ { width:13.125rem;height:3.8994125rem;top:53.1875rem;left:3.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A8TpUIXAF7iI2DX5oSXfeqlSGpfJQXUq { height:4.9375rem;width:8.8125rem;top:24.5rem;left:5.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeqNXtKELlnEDbNTU8Q4pe8fSSLzvJFw { height:4.9375rem;width:8.8125rem;top:59.1875rem;left:5.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6TF7LbDt7ber7WBRQcLb0AS4dgicyF8 { height:4.9375rem;width:8.8125rem;top:41.75rem;left:5.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyU6ScEcFkbFgc0EAcus2kAqFCcTOZxN { height:4.9375rem;width:8.8125rem;top:7.912109375rem;left:5.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UG8emmfVAK6lzKwZs7HtSZAlO4TQvnAF { display:block; }#UG8emmfVAK6lzKwZs7HtSZAlO4TQvnAF > .row .container { width:20rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KACFcigLaFtalLe3c5TdnNCNf8V13yNE { width:18.8125rem;height:3.4375rem;top:1.25rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZcMTIEMaTkzJAGEgtytlQmJbahs44Cx { display:block; }
 }@media only screen and (max-width: 763px) { #q06anhyr9TTQ4dSLO6Jm5bAXdtK4Pmq3 { display:block; }#q06anhyr9TTQ4dSLO6Jm5bAXdtK4Pmq3 > .row .container { width:20rem;height:38.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZPeAFAcdVLATmveQFGhFFV0IKwVFUlkT { width:15.375rem;height:2.5996125rem;top:10.8115234375rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vu0gl09NbIo0avavT1y2kZr3Gm5kZuhO { width:2.875rem;height:2rem;top:7.4990234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUlIZaQk3GOZrg0REWB6Qn7WHNcWaIzL { width:2.875rem;height:2rem;top:33.0361328125rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzlETbDs0scpsKZTVr4w5imnmopTfIbO { width:20rem;height:1rem;top:14.7861328125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3GztMpdcLq3rZwTapXf0MMqvBLHwvyB { width:20.0625rem;height:22.125rem;top:9.875rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #x0humHTX7kcTeIOUeJwpVWoK7m7rToX8 { width:20rem;height:2.5996125rem;top:18.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #El5PXvRsoQp6Hr7XdfXd4KF9KSVy4RL9 { width:20rem;height:1.29980625rem;top:21.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJHfxN1CuiC9Lq52xha6LogAWcS1vNGI { width:20rem;height:2.5996125rem;top:25.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVcAaA3qvaXbO8WrHPhW6Cpkm1nx4P77 { width:20rem;height:1.29980625rem;top:29rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7bb6ezPzeXbbi9ysHk1r2JP6Tc6UdOT { width:0.125rem;height:7.5rem;top:20.9375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uT6Eo3TMNfXvNr963QtAMlrmbrbZ1Tsa { width:20rem;height:3.25rem;top:2.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBL2UdXDvulo2nx8IpR6RF9EvuvqAWTr { display:block; }#FBL2UdXDvulo2nx8IpR6RF9EvuvqAWTr > .row .container { width:20rem;height:54.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fnLPoCCe9cVIefQmGGDqAPqSNGgTffmW { width:20rem;height:43.875rem;top:10.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7pE9aeNm8Kf09tKxbuigLvu8i49lkPc { width:18.8125rem;height:19.6875rem;top:2.5rem;left:0.5rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/8ba86d8d-5631-405c-b9dd-21be4314092d/AFS2.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#Z7pE9aeNm8Kf09tKxbuigLvu8i49lkPc.adaptive-delivery-prevent-bg, #Z7pE9aeNm8Kf09tKxbuigLvu8i49lkPc.lazyload, #Z7pE9aeNm8Kf09tKxbuigLvu8i49lkPc.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Um7DrJuRumVvSmEoQ0S6Ptr9rQb7Ls0D { width:20rem;height:3.25rem;top:23.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qU0xdC3ZqXt8LWtT7ifIfwyB0T3PiMT5 { width:20rem;height:3.89941875rem;top:27.955078125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX0ADCQpQKs3EB28rhDkFJMbuW81rg2z { width:0.125rem;height:6.875rem;top:34.0625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRHl7vyQMJKTpT40KTWGO4MbPJoUHESI { width:2.25rem;height:1.13671875rem;top:35.25rem;left:4.75rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qh6rA3O6lhNlCaRa8h8yukeWWBF2rNLv { width:11.8125rem;height:1.13671875rem;top:37rem;left:4.75rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UET0a7JianJ4WzyLcNXpx0aHlJbH65HZ { width:7.4375rem;height:1.13671875rem;top:35.25rem;left:7.5625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #odFpoHtVvEfTcdfhCtAvV1Ub7ED7hvnG { width:17.0625rem;height:3.0625rem;top:44rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgnA2WwqFt7Ezdw0ruTEveS9Qagg9Mp7 { display:block; }
 }@media only screen and (max-width: 763px) { #hd91kUhuIevu5wv02RmGayy4uIGBiZDm { width:1.5625rem;height:1.5625rem;top:37.875rem;left:0.5rem;font-size:1.0625rem;display:block; }
#hd91kUhuIevu5wv02RmGayy4uIGBiZDm > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #fy7lKTgTJbmo40zmq76xJ3o199XaLvea { width:1.5625rem;height:1.5625rem;top:40rem;left:0.5rem;font-size:1.0625rem;display:block; }
#fy7lKTgTJbmo40zmq76xJ3o199XaLvea > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #keW402ETzOUpviZsEdSMDCWeHBVw0utB { width:1.5625rem;height:1.5625rem;top:35.875rem;left:0.5rem;font-size:1.0625rem;display:block; }
#keW402ETzOUpviZsEdSMDCWeHBVw0utB > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #I20MUuPnG8yxACebQG4HeskvM34u6Ue7 { width:1.5625rem;height:1.5625rem;top:33.625rem;left:0.5rem;font-size:1.0625rem;display:block; }
#I20MUuPnG8yxACebQG4HeskvM34u6Ue7 > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #be8ma5xmuG3xgalpq4fJVTgVTND9gWnL { width:17.0625rem;height:3.0625rem;top:48.3125rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPxGkKgbvyO7nc8OzPDye01le6tRPkBw { display:block; }
 }@media only screen and (max-width: 763px) { #qIfm8suTcINsMrXzKlqUUE7M1xi7qTHc { display:block; }#qIfm8suTcINsMrXzKlqUUE7M1xi7qTHc > .row .container { width:20rem;height:25.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xNrtV3x1Xw1TqTzHrPv0NdpQyzgQLCUJ { width:18.5rem;height:2.0996125rem;top:6.3125rem;left:1.125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yrOzsqpbuy3zieAJpLRmNMA5T4DtlfgM { width:10rem;height:2.0996125rem;top:17.07421875rem;left:2.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVAV6xwTzCxgIuNKLcHf87TM21pbGc84 { width:18.75rem;height:0.0625rem;top:19.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmkPoQUbBSJvxvgRWp1fS3IziMXAJBZc { width:7.3125rem;height:1.04980625rem;top:15.474609375rem;left:2.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i15s8RIaOtTIuKEo1gdUTm7tyZUpATx5 { width:6.9375rem;height:1.04980625rem;top:13.3623046875rem;left:2.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtTM5hsvAEkfWR70EnmurWfUzTVbxk8O { width:4.6875rem;height:1.04980625rem;top:11.8125rem;left:13.125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BlWBcAaXr4VC4kyos5mITKDti0n9qaFM { width:6.375rem;height:1.04980625rem;top:11.8125rem;left:1.125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xIko2i8FAgSUrS2a1kvMpSGpHwPCvaEZ { width:18.75rem;height:0.0625rem;top:11.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ew6Ol2AvIVT67lwuCVieVoeOq23amlLC { width:1.25rem;height:1.25rem;top:13.25rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4b1TgOFiJWAyV9ZiHWm9FUTFEzAbO3p { width:1.25rem;height:1.25rem;top:15.375rem;left:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrK45k1fekeTfgrooLk1wq97DsHq1htU { width:1.25rem;height:1.25rem;top:17.5rem;left:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kavsrmtqQA4fFm5dKsfHBhOr1B4tSTOM { width:12.1875rem;height:3.5rem;top:2.1123046875rem;left:3.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tw3iMmFeNcv7Lilf0mTQITJkNP57rtGI { width:20rem;height:0.875rem;top:21.10546875rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h3ca8LPMMBFgIqnQcRKZDIGTXpKt99xw { width:1.5625rem;height:1.5625rem;top:23rem;left:5.5625rem;font-size:1.0625rem;display:block; }
#h3ca8LPMMBFgIqnQcRKZDIGTXpKt99xw > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #kHX2TthUTvJAchLdlI2pNXzNtA8zWwSK { width:1.5625rem;height:1.5625rem;top:23rem;left:8.125rem;font-size:1.0625rem;display:block; }
#kHX2TthUTvJAchLdlI2pNXzNtA8zWwSK > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #HqieKcTVALOlG2Q36tMKHOM0pZyPqk0E { width:1.5625rem;height:1.5625rem;top:23rem;left:11rem;font-size:1.0625rem;display:block; }
#HqieKcTVALOlG2Q36tMKHOM0pZyPqk0E > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #JXRuCGnNhmfttgOHm7mhnt2keFDPuTIm { width:1.5625rem;height:1.5625rem;top:23rem;left:13.8125rem;font-size:1.0625rem;display:block; }
#JXRuCGnNhmfttgOHm7mhnt2keFDPuTIm > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }