.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:255,249,221;--color-primary-1:255,225,108;--color-primary-2:255,225,84;--color-primary-3:211,175,15;--color-primary-4:51,45,17;--color-secondary-0:216,232,247;--color-secondary-1:138,185,230;--color-secondary-2:60,138,213;--color-secondary-3:37,115,191;--color-secondary-4:23,30,121;--color-tertiary-0:255,255,255;--color-tertiary-1:151,187,213;--color-tertiary-2:82,142,185;--color-tertiary-3:49,85,111;--color-tertiary-4:8,76,124;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@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:#f4f4f4;background-image:none;position:relative;display:block; }
#LwPB9cwggXovOK38aIGf3mZPBaTT1L9t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LwPB9cwggXovOK38aIGf3mZPBaTT1L9t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LwPB9cwggXovOK38aIGf3mZPBaTT1L9t > .row > .video-iframe-container { display: none; }#LwPB9cwggXovOK38aIGf3mZPBaTT1L9t > .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); }#TiW7x0pMmrSxNmPKZplztHL0TiES5GZi { position:relative;z-index:auto;display:block; }#TiW7x0pMmrSxNmPKZplztHL0TiES5GZi { background-color: transparent; background-image: none; }#TiW7x0pMmrSxNmPKZplztHL0TiES5GZi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiW7x0pMmrSxNmPKZplztHL0TiES5GZi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiW7x0pMmrSxNmPKZplztHL0TiES5GZi > .row .container > .video-iframe-container { display: none; }#TiW7x0pMmrSxNmPKZplztHL0TiES5GZi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiW7x0pMmrSxNmPKZplztHL0TiES5GZi > .row > .video-iframe-container { display: none; }#TiW7x0pMmrSxNmPKZplztHL0TiES5GZi > .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); }#TiW7x0pMmrSxNmPKZplztHL0TiES5GZi { border-width: 0; border-radius: 0; }#TiW7x0pMmrSxNmPKZplztHL0TiES5GZi > .row .container > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#TiW7x0pMmrSxNmPKZplztHL0TiES5GZi > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:50.5rem;width:75rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; }#txhge1OJHO635LgDJwIKeN0RB5UHm5St { color:#013266;display:block;width:70.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15020;line-height:1;letter-spacing:0;top:9.6232604980469rem;left:1.9991321563721rem;height:2.125rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#WU9288swv9355v4h1W4r0TBCBWgu2IR2 { color:#013266;display:block;width:44.874125rem;position:absolute;font-family:exo;font-size:1.625rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:17.804905414581rem;left:1.9997844696045rem;height:;font-style:normal;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; }
#otrwmcFSWlK4zAkica3IguypFgR1qGNa { position:absolute;display:block;z-index:15024;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:7.875rem;width:17.125rem;top:0.87239587306975rem;left:28.9375rem;overflow:hidden;display:block; }
#WR6TIKAPD2UtouTstA0dxRPyL0oaTMZW { background-color:#fc022b;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:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.9375rem;height:4.12413125rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:41.5rem;left:1.9991321563721rem;display:block; }
#vdPBTO9lnPdUwOTiI7ONi4Kkenyolrr7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZhyNQIPQPDtAnQyP9XTsToVCnfFyaMqs { color:#013266;display:block;width:69.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15021;line-height:1;letter-spacing:0;top:12.935113430023rem;left:1.9997844696045rem;height:3.25rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#kFIta5UNe6Pwwq9rIuuZ9aETivMTMcig { position:absolute;display:block;z-index:14999;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:22.1875rem;width:30.9375rem;top:28.3125rem;left:44.0625rem;overflow:hidden;display:block; }
#MBQrIXTfwJTFQW7mSPH6k5xGIk5ZJ0dE { color:#013266;display:block;width:40.2485rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:32.3125rem;left:2.125rem;height:4.19705rem;font-style:normal;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; }
#ms0Bgcy3VpGrGd8viwSZp3xZPCAaKvHm .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#ms0Bgcy3VpGrGd8viwSZp3xZPCAaKvHm .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ff004c;background-image:none;color:#ffffff;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:arial;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }
#ms0Bgcy3VpGrGd8viwSZp3xZPCAaKvHm .widget-text.counter-label { background-color:;background-image:none;color:#ff004c;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:"open sans";font-size:0.75rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal; }
#ms0Bgcy3VpGrGd8viwSZp3xZPCAaKvHm { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:25.6875rem;left:1.9991321563721rem;z-index:15031; }
#ms0Bgcy3VpGrGd8viwSZp3xZPCAaKvHm #oAEeNPFLlA4aIiJtddX1T0tBPlpQiHWV { display:flex;position:relative;top:0rem;left:0rem; }
#ms0Bgcy3VpGrGd8viwSZp3xZPCAaKvHm #mzXluVghL0uC1RUKmapQ5wZXgp5T2Elf { width:auto; }
#ms0Bgcy3VpGrGd8viwSZp3xZPCAaKvHm #kfsoUatur2Ru3cxwSGaX7X10JXOHUbsk {  }
#ms0Bgcy3VpGrGd8viwSZp3xZPCAaKvHm #PIlOhqohGxfs2dkGkLS7AwOv1zRcSVHW { display:flex;position:relative;top:0rem;left:0rem; }
#ms0Bgcy3VpGrGd8viwSZp3xZPCAaKvHm #T1Wfxi3PGyu3CfeOpbU8PA4TZ3KhootM {  }
#ms0Bgcy3VpGrGd8viwSZp3xZPCAaKvHm #Mo3xFoRL8vD5uH0FRGCqZHXR1yzCPEmk {  }
#ms0Bgcy3VpGrGd8viwSZp3xZPCAaKvHm #XFoWPCXZpuAAk3GKgPHgQRw2rTc0P7w3 { display:flex;position:relative;top:0rem;left:0rem; }
#ms0Bgcy3VpGrGd8viwSZp3xZPCAaKvHm #uIPwQ2ZpNzpkszEcB9MTXpgeWnhkrtTZ {  }
#ms0Bgcy3VpGrGd8viwSZp3xZPCAaKvHm #Pe58ziLdvFLXkyKAgro3VpPNr6kO40hU {  }
#ms0Bgcy3VpGrGd8viwSZp3xZPCAaKvHm #TvqQn93Sm1zpB9SmXDoZbUz0Z6sU9qaH { display:flex;position:relative;top:0rem;left:0rem; }
#ms0Bgcy3VpGrGd8viwSZp3xZPCAaKvHm #BfwlztmtqPQ6weidmvlLf616QKU8po6m {  }
#ms0Bgcy3VpGrGd8viwSZp3xZPCAaKvHm #Slong7vzTw8usuOIJKDBeD6eWJrxS5zC {  }
#QqG6dBrXJUCry0IA3CuZDgWUIHlm83kU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:37.6875rem;left:2rem; }
#HB3oCfPgBIFeBoBiMIW5LCkTfC4D6Mq7 { color:#013266;display:block;width:9.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15028;line-height:.9;letter-spacing:0;top:37.749568939209rem;left:4.2497844696045rem;height:1.9125rem;font-style:normal;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; }
#mb5bhkZJxOpVnhekJ8rTyMLLsEPPb8HS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:37.686634063721rem;left:14.624349594116rem; }
#vSKXtIQdbAvNPbnNRIM9BNO2k76eNDDF { color:#013266;display:block;width:5.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15029;line-height:.9;letter-spacing:0;top:37.624784469604rem;left:16.999567031861rem;height:1.9125rem;font-style:normal;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; }
#UykP2VhoM03O0m29f4poq7SnbP7Gnb2Z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15033;opacity:1;top:37.874351501465rem;left:23.499132156372rem; }
#kyB2LQKh7xCbNWRqL2cD6u1b7z5dXTcB { color:#013266;display:block;width:6.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15030;line-height:.9;letter-spacing:0;top:37.812501907349rem;left:25.624784469604rem;height:1.9125rem;font-style:normal;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; }
#TKl9C3TBaL0P7T1UTqspBlrE4PAMtBK4 { position:relative;display:block; }#TKl9C3TBaL0P7T1UTqspBlrE4PAMtBK4 { background-color: transparent; background-image: none; }#TKl9C3TBaL0P7T1UTqspBlrE4PAMtBK4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKl9C3TBaL0P7T1UTqspBlrE4PAMtBK4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKl9C3TBaL0P7T1UTqspBlrE4PAMtBK4 > .row .container > .video-iframe-container { display: none; }#TKl9C3TBaL0P7T1UTqspBlrE4PAMtBK4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKl9C3TBaL0P7T1UTqspBlrE4PAMtBK4 > .row > .video-iframe-container { display: none; }#TKl9C3TBaL0P7T1UTqspBlrE4PAMtBK4 > .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); }#TKl9C3TBaL0P7T1UTqspBlrE4PAMtBK4 { border-width: 0; border-radius: 0; }#TKl9C3TBaL0P7T1UTqspBlrE4PAMtBK4 > .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; }#TKl9C3TBaL0P7T1UTqspBlrE4PAMtBK4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:57.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SbV4A8naQ86xsAvoedwlZDDt3KmZLauM { color:#013266;display:block;width:57.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:0.56249809265137rem;left:8.75rem;height:4.225rem;display:block; }
#qlL2UC7pzspV9GTym0Ucyipfqc1JZlRb { box-sizing:content-box;height:23.6875rem;width:14.5rem;position:absolute;display:block;z-index:15078;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.3125rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.375rem;left:24.0625rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#VospUWabXCq8fxcogxAGcTbwvOKfRg6O { box-sizing:content-box;height:8.4375rem;width:8.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15079;background-color:#ea606e;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.8125rem;left:27.125rem;display:block; }
#ItTKv0rpVzfCPy0Gq3I3hITRfwLCubIA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.1875rem;width:7.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15080;opacity:1;top:32.4375rem;left:27.5625rem; }
#o7yhE2r3lBTT2BDuCdWSiUCh0phWV3hK { color:#0e4275;display:block;width:11.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15081;line-height:1.3;letter-spacing:0;top:41.3125rem;left:25.6875rem;height:2.76041875rem;text-align:center;text-align-last:center;display:block; }
#hgeIWc0PnBaZpirZ2U20O615VIsq5fmV { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15082;line-height:1.3;letter-spacing:0;top:44rem;left:25.0625rem;height:5.2rem;text-align:center;text-align-last:center;display:block; }
#RXN6CnTzHbvgKwlWBi4V9bhaEJsIFCgT { 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;border-top:0.0625rem solid #ea606e;border-left:0.0625rem solid #ea606e;border-right:0.0625rem solid #ea606e;border-bottom:0.0625rem solid #ea606e;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ea606e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.305555rem;height:2.6875rem;text-decoration:none;z-index:15083;text-align:center;text-align-last:center;top:50.625rem;left:24.625rem;display:block; }
#i0BBskCuWEKCgEfvmVMHxcfVFRqxJnsD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mfGDBXGJxDJzWskFQ7XcUSEo1Gd2Go92 { box-sizing:content-box;height:23.6875rem;width:14.5rem;position:absolute;display:block;z-index:15084;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.3125rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.625rem;left:32.1875rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#KgIBOiKRyXwcfs2tWhNGnGWGphHNJyGt { 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;border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0.0625rem solid rgba(var(--color-tertiary-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),1);border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#082c50;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.305555rem;height:2.6875rem;text-decoration:none;z-index:15089;text-align:center;text-align-last:center;top:25.875rem;left:32.75rem;display:block; }
#DQHSbBkfuXwEk48MiN73ULyQLB8oSR5r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SzQovWq7qc2vD0iqMTDGyc2lBbzrynzr { color:#082c50;display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15088;line-height:1.3;letter-spacing:0;top:20.250000357628rem;left:32.281251907349rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#yu641s7r1U7Que1SARQ4luT4iTnPMBgn { color:#082c50;display:block;width:14rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15087;line-height:1.3;letter-spacing:0;top:16.543402075767rem;left:32.437501907349rem;height:2.76041875rem;text-align:center;text-align-last:center;display:block; }
#XAytQXRUiJTcXlTkGxkRoTP2RTpSVyJp { box-sizing:content-box;height:8.4375rem;width:8.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15085;background-color:#082c50;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.0625rem;left:35.1875rem;display:block; }
#soouLxQOSvlklrO7fCCvaAM9p8L2V5SD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.75rem;width:6.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15086;opacity:1;top:7.9375rem;left:36.0625rem; }
#yd3iRgKXa9fbdhMRAzh5hK1g4egNTVpb { box-sizing:content-box;height:23.6875rem;width:14.5rem;position:absolute;display:block;z-index:15090;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.3125rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.625rem;left:48.9375rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#upikkbPVWhT0J1S2mfwi52JUmU8gEBd8 { 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;border-top:0.0625rem solid #ffbd59;border-left:0.0625rem solid #ffbd59;border-right:0.0625rem solid #ffbd59;border-bottom:0.0625rem solid #ffbd59;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffbd59;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.305555rem;height:2.6875rem;text-decoration:none;z-index:15095;text-align:center;text-align-last:center;top:25.875rem;left:49.5rem;display:block; }
#sfVANEWc0gib27PGJX8Ia3RZUMw65O0h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PAtJeWB9azZG7ItSLyu83OLlrd9gMQld { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15094;line-height:1.3;letter-spacing:0;top:20.375rem;left:49.9375rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#O49ago1rkldtxVCRS0Cw7JpVnL8aTkXi { color:#0e4275;display:block;width:11.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15093;line-height:1.3;letter-spacing:0;top:17.0625rem;left:50.5625rem;height:1.38125rem;text-align:center;text-align-last:center;display:block; }
#BpXlKZ8OZWxtbrbBptTJZNPGJbuy5Z02 { box-sizing:content-box;height:8.4375rem;width:8.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15091;background-color:#ffbd59;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.0625rem;left:51.9375rem;display:block; }
#a9nvklHIwt9aVTPX5aAEkO8v7Jzy51Mx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.125rem;width:6.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15092;opacity:1;top:8.25rem;left:53.125rem; }
#PSSQ09IeUgkBqAm1WTfIvZZNQuMb115O { box-sizing:content-box;height:23.6875rem;width:14.5rem;position:absolute;display:block;z-index:15096;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.3125rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.625rem;left:15.375rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#WuwV58TZDsMdDvEzWlgeuCZlkfqv5Frq { 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;border-top:0.0625rem solid #68a54e;border-left:0.0625rem solid #68a54e;border-right:0.0625rem solid #68a54e;border-bottom:0.0625rem solid #68a54e;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#68a54e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.305555rem;height:2.6875rem;text-decoration:none;z-index:15101;text-align:center;text-align-last:center;top:25.875rem;left:15.9375rem;display:block; }
#I9Xyib4PgPqUTAQwP6fJwnm0fptOnqUc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#enTrrxbRZpNivxF4Iuopb4NPX2c9C91S { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15100;line-height:1.3;letter-spacing:0;top:19.25rem;left:16.375rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#BeGl4O74QSAtBDcVzHa6DNhGZHyP8HSX { color:#0e4275;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15099;line-height:1.3;letter-spacing:0;top:16rem;left:16.375rem;height:2.76041875rem;text-align:center;text-align-last:center;display:block; }
#oS400PsLJWUGoWhaDFfN0NHJHsIxw82d { box-sizing:content-box;height:8.4375rem;width:8.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15097;background-color:#68a54e;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.0625rem;left:18.375rem;display:block; }
#egDRmtIWyuDrqgvPrpc5epOX37DoJu1o { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.9375rem;width:5.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15098;opacity:1;top:8.3125rem;left:19.5rem; }
#cwWE7xfSlxSAXi98i07esq8fvFnq4kKr { box-sizing:content-box;height:23.6875rem;width:14.5rem;position:absolute;display:block;z-index:15084;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.3125rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.375rem;left:42.1875rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#JL2H6VwSPpOI1imBRlowD4kM5F03vVkt { 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;border-top:0.0625rem solid #1800ad;border-left:0.0625rem solid #1800ad;border-right:0.0625rem solid #1800ad;border-bottom:0.0625rem solid #1800ad;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#1800ad;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.305555rem;height:2.6875rem;text-decoration:none;z-index:15089;text-align:center;text-align-last:center;top:50.625rem;left:42.75rem;display:block; }
#Xucq8Kfmg4XsdAHy9xVhbtVfueSwQrRT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UU4MvV3u8Ulms2l9ifwPXqhG7tTnp5Ag { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15088;line-height:1.3;letter-spacing:0;top:44rem;left:43.1875rem;height:5.2rem;text-align:center;text-align-last:center;display:block; }
#UMGpaBVOqT6kVT1MI1Pk53sNcrLxvKya { color:#0e4275;display:block;width:11.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15087;line-height:1.3;letter-spacing:0;top:40.375rem;left:43.8125rem;height:2.76041875rem;text-align:center;text-align-last:center;display:block; }
#HokCaTr1TWZN87BpqAgsAHXy1IPbEIta { box-sizing:content-box;height:8.4375rem;width:8.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15085;background-color:#1800ad;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.8125rem;left:45.25rem;display:block; }
#EOeKXSwFWNgHSotLXJcQTLaTNwb09fZV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.5625rem;width:6.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15086;opacity:1;top:32.75rem;left:46.1875rem; }
#VIShtVJLvmzlTNRGCNkTBqof2svrs98H { position:relative;display:none; }#VIShtVJLvmzlTNRGCNkTBqof2svrs98H { border-width: 0; border-radius: 0; }#VIShtVJLvmzlTNRGCNkTBqof2svrs98H > .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; }#VIShtVJLvmzlTNRGCNkTBqof2svrs98H > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f3f7fb;background-image:none;font-size:0.875rem;font-family:arial;height:62.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#GdolHyZbqc04rPcaAIEABXat0iD8tc9g { box-sizing:content-box;height:5.06225625rem;width:5.06225625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:#00909e;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:47.8125rem;left:14.875rem;display:block; }
#WTDPqWNe3hSccNBK4M1zSqp67rwKeHTm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.875rem;width:3.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:48.4375rem;left:15.5rem; }
#WJKHE7ofB0gGcLrAhqtP3p8z9exPEE8y { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#oxVoHNPTZcE87PMw4Qi1yvW61HWZLQro { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QdwLr6BaHXpWWw3ugD0ekLCh5qEMAUnP { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:0.6875rem;left:0.9375rem;display:none; }
#t9gJV5R7N4ghKL4R7UK6BXHTZictZ3Rx { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#Z5NRpxs7JDR932OsEuRIQdBFO59sTeAO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vOhi4ilTc1vbanGTUPpvDm4O82LM0GVb { box-sizing:content-box;height:5.06225625rem;width:5.06225625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:#00909e;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:47.8125rem;left:14.875rem;display:none; }
#MI29113sMTQiCx1WiIZbikBpnTBtrsXx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.875rem;width:3.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:48.4375rem;left:15.5rem;display:none; }
#LV7qbexIkIwLqtTIs48hDWpAvUx6280r { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#JhF4lCKw6oeDfK3wRANcLmoIZQmZPM5a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R01cWISl5WkUTpWZM0Qf7his5bgBTJI1 { box-sizing:content-box;height:5.06225625rem;width:5.06225625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:#00909e;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:47.8125rem;left:14.875rem;display:none; }
#NqTku8DHoLoTHol1GHQ7ankCXweIEhNx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.875rem;width:3.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:48.4375rem;left:15.5rem;display:none; }
#qKKBtknOvAmqCqrFQr4GIDGnwnEufPul { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#wz2odvMmimE7Cpduvb1H9N9DzEkOhDO3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a2z0kCZB4Pw9WVJJTp95KLqNSddvr1tL { box-sizing:content-box;height:5.06225625rem;width:5.06225625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:#00909e;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:47.8125rem;left:14.875rem;display:none; }
#ltHZ7H7yxLHvyDG8FZWtbWCP43hpkIau { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.875rem;width:3.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:48.4375rem;left:15.5rem;display:none; }
#bm9or2EliF4ra9ECxeSRwV4J3e3iKWBx { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#KTc9yv6XMwSf9W0PPrh6P4kD3eRhhXsA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kGe80nU8Tp1DKrOd1J2ZcbdnsDtvZeuJ { box-sizing:content-box;height:5.06225625rem;width:5.06225625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:#00909e;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:47.8125rem;left:14.875rem;display:none; }
#JQf8Zu0oPcvLsCa6JHATk3SiiTTZlPlb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.875rem;width:3.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:48.4375rem;left:15.5rem;display:none; }
#G2WSFhr6aIGmdrl7rWxvT60ZvCwlX0GN { 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:15030;opacity:1;top:48.8125rem;left:59.4375rem;display:none; }
#G2WSFhr6aIGmdrl7rWxvT60ZvCwlX0GN > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#KB3uszTbMV3xpVzQO8Ct8fHGwN7VU9zv { 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:15030;opacity:1;top:48.8125rem;left:59.4375rem;display:none; }
#KB3uszTbMV3xpVzQO8Ct8fHGwN7VU9zv > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#T3SPG3qmvkDzf4RNd5XLwSC0LHK9CJFJ { 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:15030;opacity:1;top:48.8125rem;left:59.4375rem;display:none; }
#T3SPG3qmvkDzf4RNd5XLwSC0LHK9CJFJ > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#gDtmsFLNS0Lt9oQ4ZbNe45UhSqWP0Q1A { 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:15030;opacity:1;top:48.8125rem;left:59.4375rem;display:none; }
#gDtmsFLNS0Lt9oQ4ZbNe45UhSqWP0Q1A > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#PAek9fu2MwnGmVCx4dtMWakppXq8zSeW { 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:15030;opacity:1;top:48.8125rem;left:59.4375rem;display:none; }
#PAek9fu2MwnGmVCx4dtMWakppXq8zSeW > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#puET8tpW1ltEETXEmw23tCBo9iS41Jt6 { 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; }#puET8tpW1ltEETXEmw23tCBo9iS41Jt6 > .row .container { background-color: transparent; background-image: none; }#puET8tpW1ltEETXEmw23tCBo9iS41Jt6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puET8tpW1ltEETXEmw23tCBo9iS41Jt6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puET8tpW1ltEETXEmw23tCBo9iS41Jt6 > .row .container > .video-iframe-container { display: none; }#puET8tpW1ltEETXEmw23tCBo9iS41Jt6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puET8tpW1ltEETXEmw23tCBo9iS41Jt6 > .row > .video-iframe-container { display: none; }#puET8tpW1ltEETXEmw23tCBo9iS41Jt6 > .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); }#puET8tpW1ltEETXEmw23tCBo9iS41Jt6 > .row .container { border-width: 0; border-radius: 0; }#puET8tpW1ltEETXEmw23tCBo9iS41Jt6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#puET8tpW1ltEETXEmw23tCBo9iS41Jt6 > .row .container { font-size:0.875rem;font-family:arial;height:31.0625rem;width:75rem;position:relative;display:block; }#KIQ2bbH6HyxMyyblmdugT7Mwri3lR7sK { color:#013266;display:block;width:42.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15051;line-height:1;letter-spacing:0;top:2.5625rem;left:17.562499046326rem;height:2.06271875rem;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;text-align:left;text-align-last:left;display:block; }
#AZVkLk5OZiH0Nm8s2bTWxP979mmgzrm7 { box-sizing:content-box;height:23rem;width:72.875rem;position:absolute;display:block;z-index:15052;background-color:#f8fbff;background-image:none;box-shadow: 0.375rem 0.375rem 0.375rem rgba(var(--color-tertiary-4),0.08) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.5rem;left:1.0625rem;display:block; }
#KU6EUbUalyW6Zib2fnD0uxDxbdMS7zTk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.3125rem;width:7.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:7.8125rem;left:5.375rem; }
#xyOh5vSqiN4Cy2F2rV1PVKAQ6MkvOuIa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.1875rem;width:7.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:6.8125rem;left:25rem; }
#oVJS3XTTnrdTX2pvM38M2kGcTDWoOTJz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.1875rem;width:7.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:6.8125rem;left:42.375rem; }
#VWa1T049B5Miq3mvnHaZ6Qtz20Ld0IPF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.1875rem;width:7.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:6.8125rem;left:59.625rem; }
#Z3nBKXtqvuxOrpGLdrIN8Mx5ZO7CSqWz { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:21.5rem;left:2.75rem;height:2.6rem;display:block; }
#IT8kHqUWRoPAnKckdCH70OiXbx273n5B { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:21.5rem;left:22.375rem;height:2.6rem;display:block; }
#DcwtxT7u0KTtMyIcGqxzryMBRdTZzZrC { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:21.5rem;left:39.75rem;height:3.9rem;display:block; }
#bs4i7PThQbeJGxWrmZBesBXq52TrKEJw { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:21.5rem;left:56.375rem;height:2.6rem;display:block; }
#TXxAV4ezaSbb9NqQmoRrVJemS0Rqm8aR { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:15rem;left:2.75rem;height:5.12044375rem;display:block; }
#Pe2xTJpucTBdiW8wGGQaegiR6obm9Kwm { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:15.25rem;left:22.3125rem;height:5.12044375rem;display:block; }
#riiNPCtCarhKkIIf5qNLgSZyfxW4Divc { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:15.125rem;left:39.75rem;height:5.12044375rem;display:block; }
#ogzLldaflyx3u6CkIZRa1TLAfcsvpmCa { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:15.25rem;left:56.375rem;height:3.41363125rem;display:block; }
#gvKp93JHzzT7VVOyOEki0bEP80Ls4KFG { position:relative;display:block; }#gvKp93JHzzT7VVOyOEki0bEP80Ls4KFG { background-color: transparent; background-image: none; }#gvKp93JHzzT7VVOyOEki0bEP80Ls4KFG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gvKp93JHzzT7VVOyOEki0bEP80Ls4KFG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gvKp93JHzzT7VVOyOEki0bEP80Ls4KFG > .row .container > .video-iframe-container { display: none; }#gvKp93JHzzT7VVOyOEki0bEP80Ls4KFG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gvKp93JHzzT7VVOyOEki0bEP80Ls4KFG > .row > .video-iframe-container { display: none; }#gvKp93JHzzT7VVOyOEki0bEP80Ls4KFG > .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); }#gvKp93JHzzT7VVOyOEki0bEP80Ls4KFG { border-width: 0; border-radius: 0; }#gvKp93JHzzT7VVOyOEki0bEP80Ls4KFG > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gvKp93JHzzT7VVOyOEki0bEP80Ls4KFG > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:25.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#De5dio2b0AOFoku9PuhhP7ifRXk3x4Qs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:44.875rem;left:35.6875rem;display:none; }
#QPPZptwaMv5i5VCJMHwkoz6NOWPLHp81 { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-secondary-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.5625rem;width:1.4375rem;top:45.125rem;left:35.0625rem;display:none; }
#CdHJfTKura9hU2wUdTKIRWMHpQolmK2N { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:45.6875rem;left:34.5625rem;display:none; }
#MEllpDfGZMMKh7KWpfxODVs4maOEpGq7 { position:absolute;display:block;z-index:15026;background-color:#eb5639;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:1.625rem;width:1.625rem;top:46.875rem;left:35rem;display:none; }
#Zrgz68xGOCTXT9JTFXqT5hepoJGGAgLM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:44.875rem;left:35.6875rem;display:none; }
#BZTleGhSbKEXXeScPqzeGMDF9XnkX1og { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-secondary-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.5625rem;width:1.4375rem;top:45.125rem;left:35.0625rem;display:none; }
#INGXnMTK4tRcPcp4CkXmzTueqduObaEJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:45.6875rem;left:34.5625rem;display:none; }
#Hxq0lffglUhKVH5qldQxLEW3BylNAEtJ { position:absolute;display:block;z-index:15026;background-color:#eb5639;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:1.625rem;width:1.625rem;top:46.875rem;left:35rem;display:none; }
#HhFThDPMTHGEm3o4rySOaTVxu1UQQmne { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:44.875rem;left:35.6875rem;display:none; }
#CCm8OfvrOctb96quPefZ9UTkxz8BKu6m { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-secondary-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.5625rem;width:1.4375rem;top:45.125rem;left:35.0625rem;display:none; }
#TFBvKeLD5oFryQLLTCTT1OZG4sKwOiW6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:45.6875rem;left:34.5625rem;display:none; }
#VcKxt7hLSHLy0P8ZQzCTWgZvQPoVqCam { position:absolute;display:block;z-index:15026;background-color:#eb5639;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:1.625rem;width:1.625rem;top:46.875rem;left:35rem;display:none; }
#uCdasCxTvgA9yxFVUQIImbP0k2xBFv9e { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-secondary-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.5625rem;width:1.4375rem;top:48.9375rem;left:41.25rem;display:none; }
#NFi7ilhKTGiup0LTi9tRrJMtuDEyTvr4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:49.5rem;left:40.75rem;display:none; }
#dZ6xQHgVsHITEGfXiuBZbws9kqSJT2mU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:48.6875rem;left:41.875rem;display:none; }
#heyoMBTy8TIr4CvrCEIAAghMXsprXmii { position:absolute;display:block;z-index:15030;background-color:#eb5639;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:1.625rem;width:1.625rem;top:50.6875rem;left:41.1875rem;display:none; }
#mmH4d06IvJOImicIp1RyI86eRVQ3vhBZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:44.9375rem;left:52.625rem;display:none; }
#SmK2I4mA3FKqu9NMybdLlG6RPTH7BoXC { position:absolute;display:block;z-index:15019;background-color:#ff5335;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.5625rem;width:1.4375rem;top:45.125rem;left:52.625rem;display:none; }
#TUk5liC0eKDhur5LgTa7TSZqrTZ5Pr6w { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:45.125rem;left:55.625rem;display:none; }
#IiFS3omlKHZrGGtBMbBdvBwKSVhr3IdK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:46.375rem;left:52rem;display:none; }
#UNxkgMIvhKBT3cCuB62yTbiraO5XmwQg { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-secondary-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-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:1.625rem;width:1.625rem;top:46.875rem;left:54.5rem;display:none; }
#Pku1ko7UDBIZe2c7lUld6nu8zNyikNNe { box-sizing:content-box;height:0.125rem;width:43.75rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-1),1);background-image:none;top:15.3125rem;left:15.625rem;display:none; }
#Zc6dnQH5d9mALX911fsW20OGufXTUv4n { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:44.875rem;left:35.6875rem;display:none; }
#SBSIixCn4n9T2VwTTIWKX7VWTnxUwBBq { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-secondary-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.5625rem;width:1.4375rem;top:45.125rem;left:35.0625rem;display:none; }
#aVgO5hfU7aDALlUkqNC4MVr42N9Xefxl { position:absolute;display:block;z-index:15026;background-color:#eb5639;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:1.625rem;width:1.625rem;top:46.875rem;left:35rem;display:none; }
#ztGO3pUfDbQPh0pbunc17ZK7e67Nxp7E { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:45.6875rem;left:34.5625rem;display:none; }
#QHTSBKwV15axB16eWZPOrhQqpwE5rteW { 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:15026;opacity:1;top:45.125rem;left:19.125rem;display:none; }
#AaMfbVNgpK7GtbRz48uO297T7dqlgot8 { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-secondary-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-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:1.625rem;width:1.625rem;top:44.9375rem;left:18.5rem;display:none; }
#vHyqMA9TViIlRzE8KpkeQOJsnAVEvpZ0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:45.0625rem;left:22.0625rem;display:none; }
#sEJ1RPz9J3Ff7lZPgPZCzFWnEgdKe59h { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:47.75rem;left:18.6875rem;display:none; }
#dyEwLWf4aTR9V69ZdFzudtfgXpp0mTE9 { position:absolute;display:block;z-index:15029;background-color:#ff5335;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.5625rem;width:1.4375rem;top:47.9375rem;left:21.4375rem;display:none; }
#KLviildZ0hIRSq3DlUQ84cWlZqRdw6As { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-secondary-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.5625rem;width:1.4375rem;top:45.125rem;left:35.0625rem;display:none; }
#tSDNKJPpeyzQwSSxw4vup5sMKUlp0Iw0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:44.875rem;left:35.6875rem;display:none; }
#eketNVODkgituMfNXNqgkSlRZ4pvzXDy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:45.6875rem;left:34.5625rem;display:none; }
#QziXRwLvHOi8zNk6E27sN7ovnwVb4J1Q { position:absolute;display:block;z-index:15026;background-color:#eb5639;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:1.625rem;width:1.625rem;top:46.875rem;left:35rem;display:none; }
#c3AlReN4EkJausVxdHuDV5fu4iOi0HTB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:44.9375rem;left:52.625rem;display:none; }
#rDCBdOdzGTnmLgsAxEB0f2wmkxORbt9O { position:absolute;display:block;z-index:15019;background-color:#ff5335;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.5625rem;width:1.4375rem;top:45.125rem;left:52.625rem;display:none; }
#NORr0nOEzyIEbnNavT4JrOl8NmWwRcPQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:46.375rem;left:52rem;display:none; }
#ZSVKPtEGfyx2c3u16SCouyTKv3XFa2DI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:45.125rem;left:55.625rem;display:none; }
#h3M2Vr3mJglX0xtHu91kr6JxbGcURiPH { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-secondary-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-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:1.625rem;width:1.625rem;top:46.875rem;left:54.5rem;display:none; }
#ePrMvdTCKKrdZIGVrdAZGJV498rzKvgZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:44.9375rem;left:52.625rem;display:none; }
#RQ4MwBAP0l9Ot1ik07mUhT1ziAAbEgHK { position:absolute;display:block;z-index:15019;background-color:#ff5335;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.5625rem;width:1.4375rem;top:45.125rem;left:52.625rem;display:none; }
#pbFLncAwuJ5nJ73Awqee69SmI9utaP7w { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:46.375rem;left:52rem;display:none; }
#KOmTT02DRe3ldPDVwiDmNXPU8ZTtd0HR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:45.125rem;left:55.625rem;display:none; }
#ETXWeishRcIL8bw4E7AKQqLSSLFKmtii { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-secondary-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-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:1.625rem;width:1.625rem;top:46.875rem;left:54.5rem;display:none; }
#AacWmbFTaJTfkEU8cuxsNzMZETbVfNWT { color:#013266;display:block;width:18rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15052;line-height:1;letter-spacing:0;top:2.0000002384186rem;left:30.708335876465rem;height:2.06271875rem;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;text-align:left;text-align-last:left;display:block; }
#Kc9lqANnkz282EV5Z7J09XVmcTennVzZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:6.1875rem;left:1.3125rem; }
#TLaRK1MaR6u5ol5VABTRt0JgwrJkriwy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:6.1875rem;left:16.625rem; }
#ErBfdQI9vhyN0WX4PMRAzNX60QEywJUG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:6.1875rem;left:32rem; }
#lvoPzak8E8oOIUKcOLQ5I6T51ZwT8JBS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:6.1875rem;left:46.5rem; }
#wIJZofOuCxrTBidqN6TyT6ESPauDWS25 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:6.1875rem;left:61.8125rem; }
#z1Fmfq9I3Oh9yOTdiVkyvmFxWdaB8uV7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.8125rem;width:6.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:7.5625rem;left:3.4375rem; }
#OBn4BC1BC665XMp60OFQFTwwve0sVtbW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.75rem;width:5.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;opacity:1;top:8.3125rem;left:19.5rem; }
#lLh5ttG1aiDK6GUyECbMMSeMCTcUH7m7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.1875rem;width:6.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;opacity:1;top:8.3125rem;left:34.40625rem; }
#wMZTZO3Oz0e53h1M4TnFLpiWZSzoMFyc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.1875rem;width:6.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:8.3125rem;left:48.625rem; }
#eIwV8THMyfx3E8EblNkvIhPZe7geWNZM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.1875rem;width:6.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:8.3125rem;left:63.9375rem; }
#fVJFySuOxbFuA2XLaRq8hgIEkG3o4gTx { color:rgba(var(--color-tertiary-4),1);display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:16.875rem;left:1.3125rem;height:2.6rem;display:block; }
#CRvQ4obuetJeK3NhbbTzO082LsfSCw0V { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:16.875rem;left:16.083335876465rem;height:2.6rem;display:block; }
#nreelBmUWbTwkSvAmBW9Allf11kVlrHo { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:16.875rem;left:32rem;height:1.3rem;display:block; }
#iB5T3AKBpS69hkLTFBlAZkRV1FnvzE0F { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15061;line-height:1.3;letter-spacing:0;top:16.875rem;left:47.25rem;height:2.6rem;display:block; }
#mlGuELKnkNq22cHexORlF1oOiwZhMuKU { color:rgba(var(--color-tertiary-4),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:16.875rem;left:59.6875rem;height:3.9rem;display:block; }
#pkkKcpzWIsZ9m4FDcQRZEMl0QI5sIx60 { position:relative;display:none; }#pkkKcpzWIsZ9m4FDcQRZEMl0QI5sIx60 { border-width: 0; border-radius: 0; }#pkkKcpzWIsZ9m4FDcQRZEMl0QI5sIx60 > .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; }#pkkKcpzWIsZ9m4FDcQRZEMl0QI5sIx60 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#VX6FPJR3IEFW3l6s2EmO7TScO2CIQfMU { color:rgba(var(--color-tertiary-4),1);display:block;width:17.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:1.125rem;left:1.125rem;display:none; }
#QvxJyuGwZeMZbl14ZtoXRefNuUCOXOvF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.3125rem;width:7.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:7.8125rem;left:5.375rem;display:none; }
#N8SAMIWk5TUc6QRkgetN9sDwcPXszdS8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.1875rem;width:7.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:6.8125rem;left:25rem;display:none; }
#TydMzfU3kfi8bunEd8pt9SBzhWVovan1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.1875rem;width:7.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:6.8125rem;left:59.625rem;display:none; }
#OceB3bQpS6wt41FSdeAyglZFiURGVAr7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.1875rem;width:7.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:6.8125rem;left:42.375rem;display:none; }
#WisxxD8OD4wfcTwFmu1rNLdkMbevRif3 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:15rem;left:2.75rem;height:5.1181625rem;display:none; }
#Q7cqUI5gqRTyKaeCVFZgeCvT2oVPeP6U { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:15rem;left:2.75rem;height:5.1181625rem;display:none; }
#Vtd8eBPnh77aslhzz6zGNtmzyHaHKZKo { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:15rem;left:2.75rem;height:5.1181625rem;display:none; }
#Mq33AxkRunfgMPQdTy7NegRbaAXJ8uW3 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:15rem;left:2.75rem;height:5.1181625rem;display:none; }
#n4PzEG5wIGCN0A5DmczythnpsCrzDHHD { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:15rem;left:2.75rem;height:5.1181625rem;display:none; }
#GkIarTHxO5RyBdLwDnQ5o0eHBDRRHKsL { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:15rem;left:2.75rem;height:5.1181625rem;display:none; }
#n9NvDxbUnlVZBTOlH9JzpfOS3bARFmwv { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:15rem;left:2.75rem;height:5.1181625rem;display:none; }
#cEm8wPv1NixKv3ZJ97zv4F2SBw5TV6JA { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:15rem;left:2.75rem;height:5.1181625rem;display:none; }
#TcoewfA53clDAqEvBZogWiLPpfPgPqz9 { position:relative;display:none; }#TcoewfA53clDAqEvBZogWiLPpfPgPqz9 { border-width: 0; border-radius: 0; }#TcoewfA53clDAqEvBZogWiLPpfPgPqz9 > .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; }#TcoewfA53clDAqEvBZogWiLPpfPgPqz9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#z6M5ETknHTuwZp7V3WTnpoNvcGCJ2hcD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:6.1875rem;left:1.3125rem;display:none; }
#ezwzJelWJzUZ2y9BAdMonFpy6DOL3XLx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:6.1875rem;left:16.625rem;display:none; }
#ryTJ1Og3Xwsft4O6OxF3lQaoCmKbHaNm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:6.1875rem;left:32rem;display:none; }
#yc2lTtdyKPEihgT2f3JP1qQDPCIvw8t7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:6.1875rem;left:46.5rem;display:none; }
#vDVKyyrAPqccyT9rtmzmonpTTsVM42ti { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:6.1875rem;left:61.8125rem;display:none; }
#xw3zIaOEiBtSTqkL2lqTIiRZaApgh1Bq { color:rgba(var(--color-tertiary-4),1);display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:16.875rem;left:1.3125rem;height:2.5996125rem;display:none; }
#TeWoziQBGLxqArvP7QOJLOkUuem4RvqS { color:rgba(var(--color-tertiary-4),1);display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:16.875rem;left:1.3125rem;height:2.5996125rem;display:none; }
#eIN6ICidtVqXJ5hMhBeFUIgn0xzupvvs { color:rgba(var(--color-tertiary-4),1);display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:16.875rem;left:1.3125rem;height:2.5996125rem;display:none; }
#U5oKP8tys2d3Goa4BxsEE6cCldq4TBK4 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:16.875rem;left:1.3125rem;height:2.5996125rem;display:none; }
#sEguyNKJkkg26s4I30IIoMRh4TdKEUea { color:rgba(var(--color-tertiary-4),1);display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:16.875rem;left:1.3125rem;height:2.5996125rem;display:none; }
#iV6LspyErkBOuoLGd4zupn5UAM2d0Onp { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:0.6875rem;left:0.875rem;display:none; }
#VDV4AKsFsW6nvAetV7GcB6OT0O6vXM6I { 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; }#VDV4AKsFsW6nvAetV7GcB6OT0O6vXM6I > .row .container { background-color: transparent; background-image: none; }#VDV4AKsFsW6nvAetV7GcB6OT0O6vXM6I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VDV4AKsFsW6nvAetV7GcB6OT0O6vXM6I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VDV4AKsFsW6nvAetV7GcB6OT0O6vXM6I > .row .container > .video-iframe-container { display: none; }#VDV4AKsFsW6nvAetV7GcB6OT0O6vXM6I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VDV4AKsFsW6nvAetV7GcB6OT0O6vXM6I > .row > .video-iframe-container { display: none; }#VDV4AKsFsW6nvAetV7GcB6OT0O6vXM6I > .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); }#VDV4AKsFsW6nvAetV7GcB6OT0O6vXM6I > .row .container { border-width: 0; border-radius: 0; }#VDV4AKsFsW6nvAetV7GcB6OT0O6vXM6I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VDV4AKsFsW6nvAetV7GcB6OT0O6vXM6I > .row .container { font-size:0.875rem;font-family:arial;height:95.125rem;width:75rem;position:relative;display:block; }#TwgufrTTKZH1ncOGBHcWgrvtV9TK9uld { color:#013266;display:block;width:16.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:70.4375rem;left:10.3125rem;height:5.60625rem;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;text-align:left;text-align-last:left;display:block; }
#tVqki7g2ay6Tb3pTzWsSBNaaoncpkqRE { color:#013266;display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15025;line-height:1.6;letter-spacing:0;top:81.0625rem;left:10.3125rem;height:6.99325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#datgUm9XIpK0XIDQAvek4SwTusl7FSoC { color:rgba(var(--color-tertiary-4),1);display:block;width:28.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:76.0625rem;left:10.3125rem;height:2rem;font-style:normal;display:block; }
#AF5vCUmZiUo4NRPNAiHUBzTSTZhN07zw { position:absolute;display:block;z-index:15043;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;height:19.6875rem;width:13.4375rem;top:69.5625rem;left:51.3125rem;overflow:hidden;display:block; }
#SWOFpumSFZf9fkFmLXK2hzZcT1rXHzl5 .accordion-element-container { border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.39) ;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#SWOFpumSFZf9fkFmLXK2hzZcT1rXHzl5 .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#SWOFpumSFZf9fkFmLXK2hzZcT1rXHzl5 .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1rem;color:#013266;height:auto;line-height:1.2;overflow:hidden; }
#SWOFpumSFZf9fkFmLXK2hzZcT1rXHzl5 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.8125rem;font-family:var(--paragraphs-font-family);color:#013266;height:auto; }
#SWOFpumSFZf9fkFmLXK2hzZcT1rXHzl5 .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_41a3a18cc8ebfc175e4045a5f0c1399699f057ee.svg");background-size:contain !important; }#SWOFpumSFZf9fkFmLXK2hzZcT1rXHzl5 .accordion-trigger.adaptive-delivery-prevent-bg, #SWOFpumSFZf9fkFmLXK2hzZcT1rXHzl5 .accordion-trigger.lazyload, #SWOFpumSFZf9fkFmLXK2hzZcT1rXHzl5 .accordion-trigger.lazyloading { background-image: none; }
#SWOFpumSFZf9fkFmLXK2hzZcT1rXHzl5 { box-sizing:content-box;height:auto;width:21.6868125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15042;background-color:rgba(var(--color-secondary-0),0);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:0.5625rem;padding-right:0.5625rem;padding-bottom:0.5625rem;padding-left:0.5625rem;top:69.5625rem;left:26.875rem; }
#SWOFpumSFZf9fkFmLXK2hzZcT1rXHzl5 #xyywmLPilnsSBn8SLnbwAFUv59ZeTqwM { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#SWOFpumSFZf9fkFmLXK2hzZcT1rXHzl5 #I9TIxNtlepl2V0Vhtsf670wC10z4qnpf { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#SWOFpumSFZf9fkFmLXK2hzZcT1rXHzl5 #EifNE6w0mkV2Wb1dFurffxtMeiDlunkC { display:block;position:relative; }
#SWOFpumSFZf9fkFmLXK2hzZcT1rXHzl5 #ktbGFKCfcDPz2b4GCfpCHoKTLOxJtUTn {  }
#SWOFpumSFZf9fkFmLXK2hzZcT1rXHzl5 #HiQTbDk2vqGp5eGg1ftemgmBSK5UEgiw {  }
#SWOFpumSFZf9fkFmLXK2hzZcT1rXHzl5 #ul1dPLxM2VJP9UXuu0nKaZ7JNiCrukAq { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#SWOFpumSFZf9fkFmLXK2hzZcT1rXHzl5 #NiG7kyhfeDr8nq3gWFFNrcx6NWcg6Dzi { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#SWOFpumSFZf9fkFmLXK2hzZcT1rXHzl5 #K449DmxonVAvpKicbLBgm3oC3QTFLATw { display:block;position:relative; }
#SWOFpumSFZf9fkFmLXK2hzZcT1rXHzl5 #E1W8TFEC7hBGUWbcbXC3sgJubsGfJSJt {  }
#SWOFpumSFZf9fkFmLXK2hzZcT1rXHzl5 #JdNHpuNbne37IeToP6iVoaf9RbnXnmW0 { display:none; }
#SWOFpumSFZf9fkFmLXK2hzZcT1rXHzl5 #eXkqes76MHLkJGUNz7x1zdlwOXTkiRXo { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#SWOFpumSFZf9fkFmLXK2hzZcT1rXHzl5 #cLLITgZOzqiSrWAViBskkCVk5Rh0edWH { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#SWOFpumSFZf9fkFmLXK2hzZcT1rXHzl5 #hpagTg2vPeTZDC2mBBOR5MFdn5ikH7w6 { display:block;position:relative; }
#SWOFpumSFZf9fkFmLXK2hzZcT1rXHzl5 #geqxvVSOFJ3mc19mwXls0Ig3lRewf2sP {  }
#SWOFpumSFZf9fkFmLXK2hzZcT1rXHzl5 #T5tyrJhtkdTs3EXZUlB7qmUD0I5GnuQV { display:none; }
#NGURuyKIbQ0orueEl1B9JcH2M0T0esIf { color:#013266;display:block;width:52.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:47.5rem;left:15rem;height:2.84375rem;display:block; }
#WEqumh9CKk3zwcVJmdztuTrZmNrrH5JV { position:absolute;display:block;z-index:15045;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:14.75rem;width:26.5625rem;top:51.4375rem;left:24.21875rem;display:block; }
#FGgBqQKbCagIS3wwGNXTE0Nmk3lGe5ah { color:#013266;display:block;width:12.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.20703125rem;left:32.4375rem;height:2.84375rem;display:block; }
#vGLSzD1OAuOtUk2GJmmCXTLNdsWJ9IpK { position:absolute;display:block;z-index:15045;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:23rem;width:60rem;top:4.0507793426514rem;left:8.875rem;overflow:hidden;display:block; }
#nWelDLTflZGuR5yQunTePl4BcllTG4Fe { color:#013266;display:block;width:60.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:27.8125rem;left:9.1875rem;height:;font-style:normal;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; }
#uoyUNX2e1g0EKmKcW9pJRlsophiQTxTu { position:absolute;display:block;z-index:15000;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:37.1875rem;width:72.3125rem;display:none; }
#EBooQAL4OTO21GxNmi6Vcmtl1e2z3kg0 { 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;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; }#EBooQAL4OTO21GxNmi6Vcmtl1e2z3kg0 > .row .container { background-color: transparent; background-image: none; }#EBooQAL4OTO21GxNmi6Vcmtl1e2z3kg0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EBooQAL4OTO21GxNmi6Vcmtl1e2z3kg0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EBooQAL4OTO21GxNmi6Vcmtl1e2z3kg0 > .row .container > .video-iframe-container { display: none; }#EBooQAL4OTO21GxNmi6Vcmtl1e2z3kg0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EBooQAL4OTO21GxNmi6Vcmtl1e2z3kg0 > .row > .video-iframe-container { display: none; }#EBooQAL4OTO21GxNmi6Vcmtl1e2z3kg0 > .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); }#EBooQAL4OTO21GxNmi6Vcmtl1e2z3kg0 > .row .container { border-width: 0; border-radius: 0; }#EBooQAL4OTO21GxNmi6Vcmtl1e2z3kg0 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#EBooQAL4OTO21GxNmi6Vcmtl1e2z3kg0 > .row .container { font-size:0.875rem;font-family:arial;height:13rem;width:75rem;overflow:visible;position:relative;display:block; }#pWZLnK4FShSwZ9ZRE8aqeUbh3xHbKqJQ { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:5.3125rem;top:7.9375rem;left:16.625rem;overflow:hidden;display:block; }
#MrBfcMhbT4aB9yIZXRXbZZbhAUG75W1R { position:absolute;display:block;z-index:15035;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.25rem;width:5.25rem;top:6.5625rem;left:10.625rem;overflow:hidden;display:block; }
#V8zR9Exkm7evpUgUdbAWwWNGtqJnRVZ5 { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:6.0625rem;top:8rem;left:23.25rem;overflow:hidden;display:block; }
#TnAyIldbWPvtmRUHnJoA1owJvRIgJcfM { position:absolute;display:block;z-index:15037;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:4.25rem;top:7.4375rem;left:30.25rem;overflow:hidden;display:block; }
#ep7J7wmbWTTl6Kz8yOd030MLUBbrqqeT { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:8rem;left:62.5625rem;overflow:hidden;display:block; }
#hrRdLWoQaVgKeanenPWz1C7mS7zZWX0B { color:#013266;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:1.4192609786988rem;left:0rem;height:2.3754875rem;font-style:normal;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; }
#eiyQvG6W4PR10h2WcTa36yxefaZMezLD { color:#013266;display:block;width:10.499rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:5rem;left:15.8125rem;height:1.462675rem;font-style:normal;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; }
#uxwyoBOXNuuhKkINk2iOqoHC7vducS4I { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:4.25rem;top:7.8125rem;left:57.5625rem;overflow:hidden;display:block; }
#quH02ZndHL7kyLITDkJoaxBRwI1AXXsp { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:7.4375rem;top:8.625rem;left:50.1875rem;overflow:hidden;display:block; }
#cIvZTACMeZwrURoIiVaWzhaDH9KNEoGE { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:5.375rem;top:8.375rem;left:43.75rem;overflow:hidden;display:block; }
#Zxfh4TLNI6NSufVXZtlFA3lWuONSfW1H { color:#013266;display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15035;line-height:1.3;letter-spacing:0;top:5rem;left:47.5625rem;height:1.462675rem;font-style:normal;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; }
#c5FAN8pBNyO9h8Se6oxJ7S4Kcuv4u7p9 { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.75rem;top:7.8125rem;left:40.1875rem;overflow:hidden;display:block; }
#S9NxekO22ggbAKWic1yFQ7tcOpffkzkb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#013266;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; }#S9NxekO22ggbAKWic1yFQ7tcOpffkzkb > .row .container { background-color: transparent; background-image: none; }#S9NxekO22ggbAKWic1yFQ7tcOpffkzkb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S9NxekO22ggbAKWic1yFQ7tcOpffkzkb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S9NxekO22ggbAKWic1yFQ7tcOpffkzkb > .row .container > .video-iframe-container { display: none; }#S9NxekO22ggbAKWic1yFQ7tcOpffkzkb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S9NxekO22ggbAKWic1yFQ7tcOpffkzkb > .row > .video-iframe-container { display: none; }#S9NxekO22ggbAKWic1yFQ7tcOpffkzkb > .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); }#S9NxekO22ggbAKWic1yFQ7tcOpffkzkb > .row .container { border-width: 0; border-radius: 0; }#S9NxekO22ggbAKWic1yFQ7tcOpffkzkb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S9NxekO22ggbAKWic1yFQ7tcOpffkzkb > .row .container { font-size:0.875rem;font-family:arial;height:37.75rem;width:75rem;position:relative;display:block; }#mT3iEImsNgk8hB7itguUPZJdmVII7fxR { color:rgba(var(--color-tertiary-0),1);display:block;width:34.6245625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:1.75rem;left:20.9375rem;height:4.12543125rem;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;text-align:center;text-align-last:center;display:block; }
#IQoqiakZdgAIe6nzVm1BBhO6WmWT5CKk { box-sizing:content-box;height:0.124783125rem;width:21.875rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-1),1);background-image:none;top:11.875rem;left:25.4375rem;display:block; }
#nhRzCcsmK305mSJ5pcWtxx1TT2kTslRu { color:rgba(var(--color-tertiary-0),1);display:block;width:35.186625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15048;line-height:1.3;letter-spacing:0;top:6.625rem;left:20.625rem;height:4.388025rem;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;text-align:center;text-align-last:center;display:block; }
#hLGIDpBFzrIO5P7gTgbSEkTxbeTSvSRW { color:rgba(var(--color-tertiary-0),1);display:block;width:33.6870625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15049;line-height:1.3;letter-spacing:0;top:12.75rem;left:20.6875rem;height:1.38125rem;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;text-align:left;text-align-last:left;display:block; }
#vCr3BuSrl4C1TcDK13SEqJffptxuy6ye { color:rgba(var(--color-tertiary-0),1);display:block;width:43.2480625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15048;line-height:1.3;letter-spacing:0;top:15.4150390625rem;left:15.875rem;height:4.3857375rem;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;text-align:center;text-align-last:center;display:none; }
#uLUVH5UoTnQ5XEqSeLyeuq7fpKp5kCvz { position:absolute;display:block;z-index:15041;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:21.875rem;width:72.375rem;top:15.8125rem;left:1.3125rem;overflow:hidden;display:block; }
#iQ24WPLIfIEkqA3yUhqihaD1dS5NqPet { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#013266;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; }#iQ24WPLIfIEkqA3yUhqihaD1dS5NqPet > .row .container { background-color: transparent; background-image: none; }#iQ24WPLIfIEkqA3yUhqihaD1dS5NqPet::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iQ24WPLIfIEkqA3yUhqihaD1dS5NqPet > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iQ24WPLIfIEkqA3yUhqihaD1dS5NqPet > .row .container > .video-iframe-container { display: none; }#iQ24WPLIfIEkqA3yUhqihaD1dS5NqPet > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iQ24WPLIfIEkqA3yUhqihaD1dS5NqPet > .row > .video-iframe-container { display: none; }#iQ24WPLIfIEkqA3yUhqihaD1dS5NqPet > .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); }#iQ24WPLIfIEkqA3yUhqihaD1dS5NqPet > .row .container { border-width: 0; border-radius: 0; }#iQ24WPLIfIEkqA3yUhqihaD1dS5NqPet > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iQ24WPLIfIEkqA3yUhqihaD1dS5NqPet > .row .container { font-size:0.875rem;font-family:arial;height:17.9375rem;width:75rem;position:relative;display:block; }#VcsR8ATNlTUkq9izd9EPUKoiVaxROgIi { color:rgba(var(--color-tertiary-0),1);display:block;width:9.1875rem;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:5.0625rem;left:33.6875rem;height:1.225rem;font-style:normal;display:block; }
#lftNFdFTF9TlWvAsI6ON3n2L8PT4wA2r { color:rgba(var(--color-tertiary-0),1);display:block;width:6.375rem;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:3.125rem;left:31.625rem;height:1.05025rem;font-style:normal;display:block; }
#XSTC38Pk5CCfVRJFCBn5s7UZDyCt3NxL { 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:4.9375rem;left:31.6875rem; }
#bGFDFtBnZarxTE7sZ9bhHrMZOrnlikPC { 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:4.8125rem;left:43.1875rem; }
#IJHoWhRyUPqUTV5ap6TfxsPgZW4eJpqx { position:absolute;display:block;z-index:15015;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;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.12429rem;width:35.9375rem;top:10.092329025269rem;left:31.5rem;display:block; }
#c4QLTdf8cXhEX5Pdg0deKW9W0CGJ5TWT { color:rgba(var(--color-tertiary-0),1);display:block;width:7.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:4.9375rem;left:45.125rem;height:1.225rem;font-style:normal;display:block; }
#P3b5qvFLK5A1fVFeshC7FiWc66Ov3Jku { 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:4.8125rem;left:54.125rem; }
#gsteWEKJtXiT9393UCiOGf3fgXHIwVrc { color:rgba(var(--color-tertiary-0),1);display:block;width:10.4375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:5rem;left:56.1875rem;height:3.67186875rem;font-style:normal;display:block; }
#mhNaLy4f5qUs2dg63i26GBuA0hpc7Gk2 { color:rgba(var(--color-tertiary-0),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:12rem;left:55.6875rem;height:1.05025rem;font-style:normal;display:block; }
#A5uTnEWOpmueiBIAeVT2IrlvkMnNWyc9 { 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:15032;top:14.029541015625rem;left:61.0302734375rem; }
#A5uTnEWOpmueiBIAeVT2IrlvkMnNWyc9 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#uKstJqhLz15kax3qdDhpCApti5JEuETr { background-color:rgba(var(--color-primary-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:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3rem;height:3rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:13.625rem;left:53.125rem;display:block; }
#Lua6z0RtamLgE9VF7r0MKBWTWuQbJFJL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AqkZG859CI0TlctcWBeHMmXAOuQXFRRq { background-color:rgba(var(--color-primary-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:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3rem;height:3rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:13.625rem;left:56.875rem;display:block; }
#x836GgCNUU0ya7k9Ekx214dgRqQTApkZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dxElRTAEyu00KaoOa8JfwZ27lXnwN7Ez { background-color:rgba(var(--color-primary-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:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3rem;height:3rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:13.625rem;left:60.625rem;display:block; }
#sDT4RaFTTqD3kn6cwcay0SsrkQxA3RcM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ebQL2FW7BOyTM4ocxcVTDvU290PwNA3x { 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:15030;top:14.1875rem;left:53.6875rem; }
#ebQL2FW7BOyTM4ocxcVTDvU290PwNA3x > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#eN9a7aF7o9Ghq7lsGuOOHv0ED26H1V3E { 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:15031;top:14.1875rem;left:57.4375rem; }
#eN9a7aF7o9Ghq7lsGuOOHv0ED26H1V3E > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#W5dWC6vRgmIWTp21gMk0Kivr82B50Hk3 { position:absolute;display:block;z-index:15009;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.49926875rem;width:13.81225rem;top:2.486083984375rem;left:8.45947265625rem;overflow:hidden;display:block; }
#pkgSx2n8GlVpUJNEk3kwpqPwT8Ls3i2W { 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:15026;top:7.1875rem;left:54.124755859375rem; }
#xIA76hUCqb5x8Rts14gs7FhMddA28Wz1 { background-color:rgba(var(--color-primary-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:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.125rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:13.592529296875rem;left:64.390380859375rem;display:block; }
#MSrpvOI9c60kP9K7Zcw3y7xH1W5QuCFW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iX2HuER7wHdCuK6WpmKE1OVBiUH74XHt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15033;opacity:1;top:13.998291015625rem;left:65.012939453125rem; }
#pHp906Mi4RSzf4LFPeACqVFKfmZRDkhi { color:rgba(var(--color-tertiary-0),1);display:block;width:7.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:4.9375rem;left:45.125rem;height:1.22514375rem;font-style:normal;display:none; }
#MDahZ496BTc4UAoGifffpOgXbEPtgd4F { color:rgba(var(--color-tertiary-0),1);display:block;width:7.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:4.9375rem;left:45.125rem;height:1.22514375rem;font-style:normal;display:none; }
#xKImZ4iX4zReP6h7ekbAbXkAWvchwCFz { position:relative;display:none; }#xKImZ4iX4zReP6h7ekbAbXkAWvchwCFz { border-width: 0; border-radius: 0; }#xKImZ4iX4zReP6h7ekbAbXkAWvchwCFz > .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; }#xKImZ4iX4zReP6h7ekbAbXkAWvchwCFz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#JSPoFWBqkAFZSmvdMzL97UthoZ2dhJPM { box-sizing:content-box;height:12.5rem;width:73rem;position:absolute;display:block;z-index:15000;background-color:#013266;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.15625rem;left:1rem;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;display:none; }
#ExPFPN80VTvzw44pwpAIlddEzQu6WHs1 { color:rgba(var(--color-tertiary-0),1);display:block;width:45.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.6640625rem;left:4.375rem;height:6.82425rem;display:none; }
#HTmZmqCHsupdi0s5FTbC4SbBRkRyvk1G { background-color:#f0003c;background-image:none;background-position:center !important;background-repeat:no-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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.875rem;height:3.9375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:5.4375rem;left:49.5rem;display:none; }
#ZRaUdETPuVeEfJTLADuJpXGwhtza8fo7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lHN7Mwepuwvc8DugIulPPKkQTxiGSDhu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#lHN7Mwepuwvc8DugIulPPKkQTxiGSDhu > .row .container { background-color: transparent; background-image: none; }#lHN7Mwepuwvc8DugIulPPKkQTxiGSDhu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lHN7Mwepuwvc8DugIulPPKkQTxiGSDhu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lHN7Mwepuwvc8DugIulPPKkQTxiGSDhu > .row .container > .video-iframe-container { display: none; }#lHN7Mwepuwvc8DugIulPPKkQTxiGSDhu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lHN7Mwepuwvc8DugIulPPKkQTxiGSDhu > .row > .video-iframe-container { display: none; }#lHN7Mwepuwvc8DugIulPPKkQTxiGSDhu > .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); }#lHN7Mwepuwvc8DugIulPPKkQTxiGSDhu > .row .container { border-width: 0; border-radius: 0; }#lHN7Mwepuwvc8DugIulPPKkQTxiGSDhu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lHN7Mwepuwvc8DugIulPPKkQTxiGSDhu > .row .container { font-size:0.875rem;font-family:arial;height:12.3125rem;width:75rem;position:relative;display:block; }#DgD75lpkNQTCKVl47JQ7aHgdV1XxPUcg { box-sizing:content-box;height:8.3125rem;width:73rem;position:absolute;display:block;z-index:15000;background-color:#013266;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.625rem;left:1rem;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;display:block; }
#yewpU1IEn6vZkUKXx6Ldp9G8E2hxEh0n { background-color:#f0003c;background-image:none;background-position:center !important;background-repeat:no-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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.8735rem;height:3.93555rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:4.1872825622559rem;left:49.561632156372rem;display:block; }
#laqZFI4RiKnXChGCxCpIaCZw9BMyrV4W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RlNzDDiKdER5z41oP7DqE02iITHqXogg { color:rgba(var(--color-tertiary-0),1);display:block;width:45.1248125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.375rem;left:3.9375rem;height:5.0375rem;display:block; }
#S4cULFrJwX0ilW7OmoOIfUZ42m4NJgIL { color:rgba(var(--color-tertiary-0),1);display:block;width:40.5620625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:8.8125rem;left:4.4375rem;height:1.3rem;display:block; }
#Z6sN9XJUhfrDSq1OaFCAkHMGDa9idN5f { box-sizing:content-box;height:12.5rem;width:73rem;position:absolute;display:block;z-index:15000;background-color:#013266;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.15625rem;left:1rem;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;display:none; }
#VKHVMJKpHTDppMFETDPvqXTyvZLzXJbV { color:rgba(var(--color-tertiary-0),1);display:block;width:40.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:10.1015625rem;left:4.375rem;height:1.29980625rem;display:none; }
#wTK0afxFTl3ISJ81qttuy5ydAWTzeNQ1 { color:rgba(var(--color-tertiary-0),1);display:block;width:45.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.6640625rem;left:4.375rem;height:6.82425rem;display:none; }
#QoXX75N82FvziclGAvWcWzQGBGVuylBt { box-sizing:content-box;height:12.5rem;width:73rem;position:absolute;display:block;z-index:15000;background-color:#013266;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.15625rem;left:1rem;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;display:none; }
#MtlsUsPOtLVlEziBFrhaUbKymM4fKUiu { background-color:#f0003c;background-image:none;background-position:center !important;background-repeat:no-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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.875rem;height:3.9375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:5.4375rem;left:49.5rem;display:none; }
#fdw0HUsVKINqeU9pcwkP7Ee1TfzuKBJ8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WqNaobtbb7UxenIRFAoSptODrEIlKPTB { color:rgba(var(--color-tertiary-0),1);display:block;width:45.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.6640625rem;left:4.375rem;height:6.82425rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TiW7x0pMmrSxNmPKZplztHL0TiES5GZi { display:block; }#TiW7x0pMmrSxNmPKZplztHL0TiES5GZi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #txhge1OJHO635LgDJwIKeN0RB5UHm5St { width:25.3125rem;height:0;top:7.75rem;left:0rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #WU9288swv9355v4h1W4r0TBCBWgu2IR2 { width:44.8125rem;height:;top:17.75rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #otrwmcFSWlK4zAkica3IguypFgR1qGNa { top:0.8125rem;left:15.3125rem;width:17.125rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WR6TIKAPD2UtouTstA0dxRPyL0oaTMZW { width:30.9375rem;height:4.0625rem;top:41.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdPBTO9lnPdUwOTiI7ONi4Kkenyolrr7 { display:block; }
 }@media only screen and (max-width: 763px) { #ZhyNQIPQPDtAnQyP9XTsToVCnfFyaMqs { width:25.3125rem;height:0;top:7.75rem;left:0rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #kFIta5UNe6Pwwq9rIuuZ9aETivMTMcig { top:28.3125rem;left:16.8125rem;width:30.9375rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBQrIXTfwJTFQW7mSPH6k5xGIk5ZJ0dE { width:40.1875rem;height:4.1875rem;top:32.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ms0Bgcy3VpGrGd8viwSZp3xZPCAaKvHm .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ms0Bgcy3VpGrGd8viwSZp3xZPCAaKvHm .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#ms0Bgcy3VpGrGd8viwSZp3xZPCAaKvHm .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#ms0Bgcy3VpGrGd8viwSZp3xZPCAaKvHm { width:18rem;height:5.0625rem;display:flex;top:18.9375rem;left:0rem;z-index:15030; }
 }@media only screen and (max-width: 763px) { #ms0Bgcy3VpGrGd8viwSZp3xZPCAaKvHm #oAEeNPFLlA4aIiJtddX1T0tBPlpQiHWV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ms0Bgcy3VpGrGd8viwSZp3xZPCAaKvHm #mzXluVghL0uC1RUKmapQ5wZXgp5T2Elf {  }
 }@media only screen and (max-width: 763px) { #ms0Bgcy3VpGrGd8viwSZp3xZPCAaKvHm #kfsoUatur2Ru3cxwSGaX7X10JXOHUbsk {  }
 }@media only screen and (max-width: 763px) { #ms0Bgcy3VpGrGd8viwSZp3xZPCAaKvHm #PIlOhqohGxfs2dkGkLS7AwOv1zRcSVHW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ms0Bgcy3VpGrGd8viwSZp3xZPCAaKvHm #T1Wfxi3PGyu3CfeOpbU8PA4TZ3KhootM {  }
 }@media only screen and (max-width: 763px) { #ms0Bgcy3VpGrGd8viwSZp3xZPCAaKvHm #Mo3xFoRL8vD5uH0FRGCqZHXR1yzCPEmk {  }
 }@media only screen and (max-width: 763px) { #ms0Bgcy3VpGrGd8viwSZp3xZPCAaKvHm #XFoWPCXZpuAAk3GKgPHgQRw2rTc0P7w3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ms0Bgcy3VpGrGd8viwSZp3xZPCAaKvHm #uIPwQ2ZpNzpkszEcB9MTXpgeWnhkrtTZ {  }
 }@media only screen and (max-width: 763px) { #ms0Bgcy3VpGrGd8viwSZp3xZPCAaKvHm #Pe58ziLdvFLXkyKAgro3VpPNr6kO40hU {  }
 }@media only screen and (max-width: 763px) { #ms0Bgcy3VpGrGd8viwSZp3xZPCAaKvHm #TvqQn93Sm1zpB9SmXDoZbUz0Z6sU9qaH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ms0Bgcy3VpGrGd8viwSZp3xZPCAaKvHm #BfwlztmtqPQ6weidmvlLf616QKU8po6m {  }
 }@media only screen and (max-width: 763px) { #ms0Bgcy3VpGrGd8viwSZp3xZPCAaKvHm #Slong7vzTw8usuOIJKDBeD6eWJrxS5zC {  }
 }@media only screen and (max-width: 763px) { #QqG6dBrXJUCry0IA3CuZDgWUIHlm83kU { top:37.6875rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HB3oCfPgBIFeBoBiMIW5LCkTfC4D6Mq7 { width:9.5625rem;height:;top:37.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mb5bhkZJxOpVnhekJ8rTyMLLsEPPb8HS { top:37.625rem;left:0.99934959411619rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSKXtIQdbAvNPbnNRIM9BNO2k76eNDDF { width:5.375rem;height:1.875rem;top:37.5625rem;left:3.3745670318604rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UykP2VhoM03O0m29f4poq7SnbP7Gnb2Z { top:37.8125rem;left:9.8741321563719rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyB2LQKh7xCbNWRqL2cD6u1b7z5dXTcB { width:6.75rem;height:1.875rem;top:37.8125rem;left:11.999784469604rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKl9C3TBaL0P7T1UTqspBlrE4PAMtBK4 { display:block; }#TKl9C3TBaL0P7T1UTqspBlrE4PAMtBK4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SbV4A8naQ86xsAvoedwlZDDt3KmZLauM { top:0.5rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlL2UC7pzspV9GTym0Ucyipfqc1JZlRb { top:31.375rem;left:10.4375rem;width:14.5rem;height:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VospUWabXCq8fxcogxAGcTbwvOKfRg6O { top:31.8125rem;left:13.5rem;width:8.4375rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItTKv0rpVzfCPy0Gq3I3hITRfwLCubIA { top:32.4375rem;left:13.9375rem;width:7.1875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7yhE2r3lBTT2BDuCdWSiUCh0phWV3hK { top:41.3125rem;left:12.0625rem;width:11.25rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgeIWc0PnBaZpirZ2U20O615VIsq5fmV { top:44rem;left:11.4375rem;width:12.5rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXN6CnTzHbvgKwlWBi4V9bhaEJsIFCgT { width:13.1875rem;height:2.5625rem;top:50.625rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0BBskCuWEKCgEfvmVMHxcfVFRqxJnsD { display:block; }
 }@media only screen and (max-width: 763px) { #mfGDBXGJxDJzWskFQ7XcUSEo1Gd2Go92 { top:6.625rem;left:18.5625rem;width:14.5rem;height:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgIBOiKRyXwcfs2tWhNGnGWGphHNJyGt { width:13.1875rem;height:2.5625rem;top:25.875rem;left:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQHSbBkfuXwEk48MiN73ULyQLB8oSR5r { display:block; }
 }@media only screen and (max-width: 763px) { #SzQovWq7qc2vD0iqMTDGyc2lBbzrynzr { top:20.25rem;left:18.656251907349rem;width:14.3125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yu641s7r1U7Que1SARQ4luT4iTnPMBgn { top:16.5rem;left:18.812501907349rem;width:14rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAytQXRUiJTcXlTkGxkRoTP2RTpSVyJp { top:7.0625rem;left:21.5625rem;width:8.4375rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #soouLxQOSvlklrO7fCCvaAM9p8L2V5SD { top:7.9375rem;left:22.4375rem;width:6.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yd3iRgKXa9fbdhMRAzh5hK1g4egNTVpb { top:6.625rem;left:33.25rem;width:14.5rem;height:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #upikkbPVWhT0J1S2mfwi52JUmU8gEBd8 { width:13.1875rem;height:2.5625rem;top:25.875rem;left:34.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfVANEWc0gib27PGJX8Ia3RZUMw65O0h { display:block; }
 }@media only screen and (max-width: 763px) { #PAtJeWB9azZG7ItSLyu83OLlrd9gMQld { top:20.375rem;left:35.25rem;width:12.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O49ago1rkldtxVCRS0Cw7JpVnL8aTkXi { top:17.0625rem;left:36.5rem;width:11.25rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpXlKZ8OZWxtbrbBptTJZNPGJbuy5Z02 { top:7.0625rem;left:38.3125rem;width:8.4375rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9nvklHIwt9aVTPX5aAEkO8v7Jzy51Mx { top:8.25rem;left:39.5rem;width:6.125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSSQ09IeUgkBqAm1WTfIvZZNQuMb115O { top:6.625rem;left:1.75rem;width:14.5rem;height:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuwV58TZDsMdDvEzWlgeuCZlkfqv5Frq { width:13.1875rem;height:2.5625rem;top:25.875rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9Xyib4PgPqUTAQwP6fJwnm0fptOnqUc { display:block; }
 }@media only screen and (max-width: 763px) { #enTrrxbRZpNivxF4Iuopb4NPX2c9C91S { top:19.25rem;left:2.75rem;width:12.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeGl4O74QSAtBDcVzHa6DNhGZHyP8HSX { top:16rem;left:2.75rem;width:12.5rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oS400PsLJWUGoWhaDFfN0NHJHsIxw82d { top:7.0625rem;left:4.75rem;width:8.4375rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #egDRmtIWyuDrqgvPrpc5epOX37DoJu1o { top:8.3125rem;left:5.875rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwWE7xfSlxSAXi98i07esq8fvFnq4kKr { top:31.375rem;left:28.5625rem;width:14.5rem;height:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JL2H6VwSPpOI1imBRlowD4kM5F03vVkt { width:13.1875rem;height:2.5625rem;top:50.625rem;left:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xucq8Kfmg4XsdAHy9xVhbtVfueSwQrRT { display:block; }
 }@media only screen and (max-width: 763px) { #UU4MvV3u8Ulms2l9ifwPXqhG7tTnp5Ag { top:44rem;left:29.5625rem;width:12.5rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMGpaBVOqT6kVT1MI1Pk53sNcrLxvKya { top:40.375rem;left:30.1875rem;width:11.25rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HokCaTr1TWZN87BpqAgsAHXy1IPbEIta { top:31.8125rem;left:31.625rem;width:8.4375rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOeKXSwFWNgHSotLXJcQTLaTNwb09fZV { top:32.75rem;left:32.5625rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIShtVJLvmzlTNRGCNkTBqof2svrs98H { display:block; }#VIShtVJLvmzlTNRGCNkTBqof2svrs98H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GdolHyZbqc04rPcaAIEABXat0iD8tc9g { top:47.8125rem;left:1.25rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTDPqWNe3hSccNBK4M1zSqp67rwKeHTm { top:48.4375rem;left:1.875rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJKHE7ofB0gGcLrAhqtP3p8z9exPEE8y { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #oxVoHNPTZcE87PMw4Qi1yvW61HWZLQro { display:block; }
 }@media only screen and (max-width: 763px) { #QdwLr6BaHXpWWw3ugD0ekLCh5qEMAUnP { top:0.6875rem;left:0rem;width:18.125rem;height:;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #t9gJV5R7N4ghKL4R7UK6BXHTZictZ3Rx { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #Z5NRpxs7JDR932OsEuRIQdBFO59sTeAO { display:block; }
 }@media only screen and (max-width: 763px) { #vOhi4ilTc1vbanGTUPpvDm4O82LM0GVb { top:47.8125rem;left:1.25rem;width:5rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #MI29113sMTQiCx1WiIZbikBpnTBtrsXx { top:48.4375rem;left:1.875rem;width:3.875rem;height:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LV7qbexIkIwLqtTIs48hDWpAvUx6280r { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #JhF4lCKw6oeDfK3wRANcLmoIZQmZPM5a { display:block; }
 }@media only screen and (max-width: 763px) { #R01cWISl5WkUTpWZM0Qf7his5bgBTJI1 { top:47.8125rem;left:1.25rem;width:5rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #NqTku8DHoLoTHol1GHQ7ankCXweIEhNx { top:48.4375rem;left:1.875rem;width:3.875rem;height:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qKKBtknOvAmqCqrFQr4GIDGnwnEufPul { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #wz2odvMmimE7Cpduvb1H9N9DzEkOhDO3 { display:block; }
 }@media only screen and (max-width: 763px) { #a2z0kCZB4Pw9WVJJTp95KLqNSddvr1tL { top:47.8125rem;left:1.25rem;width:5rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ltHZ7H7yxLHvyDG8FZWtbWCP43hpkIau { top:48.4375rem;left:1.875rem;width:3.875rem;height:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bm9or2EliF4ra9ECxeSRwV4J3e3iKWBx { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #KTc9yv6XMwSf9W0PPrh6P4kD3eRhhXsA { display:block; }
 }@media only screen and (max-width: 763px) { #kGe80nU8Tp1DKrOd1J2ZcbdnsDtvZeuJ { top:47.8125rem;left:1.25rem;width:5rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #JQf8Zu0oPcvLsCa6JHATk3SiiTTZlPlb { top:48.4375rem;left:1.875rem;width:3.875rem;height:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #G2WSFhr6aIGmdrl7rWxvT60ZvCwlX0GN { top:48.8125rem;left:44.625rem;width:3.125rem;height:3.125rem;display:none; }
#G2WSFhr6aIGmdrl7rWxvT60ZvCwlX0GN > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #KB3uszTbMV3xpVzQO8Ct8fHGwN7VU9zv { top:48.8125rem;left:44.625rem;width:3.125rem;height:3.125rem;display:none; }
#KB3uszTbMV3xpVzQO8Ct8fHGwN7VU9zv > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #T3SPG3qmvkDzf4RNd5XLwSC0LHK9CJFJ { top:48.8125rem;left:44.625rem;width:3.125rem;height:3.125rem;display:none; }
#T3SPG3qmvkDzf4RNd5XLwSC0LHK9CJFJ > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #gDtmsFLNS0Lt9oQ4ZbNe45UhSqWP0Q1A { top:48.8125rem;left:44.625rem;width:3.125rem;height:3.125rem;display:none; }
#gDtmsFLNS0Lt9oQ4ZbNe45UhSqWP0Q1A > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #PAek9fu2MwnGmVCx4dtMWakppXq8zSeW { top:48.8125rem;left:44.625rem;width:3.125rem;height:3.125rem;display:none; }
#PAek9fu2MwnGmVCx4dtMWakppXq8zSeW > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #puET8tpW1ltEETXEmw23tCBo9iS41Jt6 { display:block; }#puET8tpW1ltEETXEmw23tCBo9iS41Jt6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KIQ2bbH6HyxMyyblmdugT7Mwri3lR7sK { width:25.3125rem;height:0;top:7.75rem;left:0rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #AZVkLk5OZiH0Nm8s2bTWxP979mmgzrm7 { top:5.5rem;left:0rem;width:47.75rem;height:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #KU6EUbUalyW6Zib2fnD0uxDxbdMS7zTk { top:7.8125rem;left:0rem;width:7.3125rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyOh5vSqiN4Cy2F2rV1PVKAQ6MkvOuIa { top:6.8125rem;left:11.375rem;width:7.1875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVJS3XTTnrdTX2pvM38M2kGcTDWoOTJz { top:6.8125rem;left:28.75rem;width:7.1875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWa1T049B5Miq3mvnHaZ6Qtz20Ld0IPF { top:6.8125rem;left:40.5625rem;width:7.1875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3nBKXtqvuxOrpGLdrIN8Mx5ZO7CSqWz { top:21.5rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IT8kHqUWRoPAnKckdCH70OiXbx273n5B { top:21.5rem;left:8.75rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcwtxT7u0KTtMyIcGqxzryMBRdTZzZrC { top:21.5rem;left:26.125rem;width:12.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bs4i7PThQbeJGxWrmZBesBXq52TrKEJw { top:21.5rem;left:35.25rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXxAV4ezaSbb9NqQmoRrVJemS0Rqm8aR { top:15rem;left:0rem;width:17.5rem;height:5.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pe2xTJpucTBdiW8wGGQaegiR6obm9Kwm { top:15.25rem;left:8.6875rem;width:13.6875rem;height:5.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #riiNPCtCarhKkIIf5qNLgSZyfxW4Divc { top:15.125rem;left:26.125rem;width:15.3125rem;height:5.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogzLldaflyx3u6CkIZRa1TLAfcsvpmCa { top:15.25rem;left:34.0625rem;width:13.6875rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvKp93JHzzT7VVOyOEki0bEP80Ls4KFG { display:block; }#gvKp93JHzzT7VVOyOEki0bEP80Ls4KFG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #De5dio2b0AOFoku9PuhhP7ifRXk3x4Qs { top:44.875rem;left:22.0625rem;width:3.625rem;height:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QPPZptwaMv5i5VCJMHwkoz6NOWPLHp81 { width:1.4375rem;height:0.5625rem;top:45.125rem;left:21.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CdHJfTKura9hU2wUdTKIRWMHpQolmK2N { top:45.6875rem;left:20.9375rem;width:0.625rem;height:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MEllpDfGZMMKh7KWpfxODVs4maOEpGq7 { width:1.625rem;height:1.625rem;top:46.875rem;left:21.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zrgz68xGOCTXT9JTFXqT5hepoJGGAgLM { top:44.875rem;left:22.0625rem;width:3.625rem;height:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BZTleGhSbKEXXeScPqzeGMDF9XnkX1og { width:1.4375rem;height:0.5625rem;top:45.125rem;left:21.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #INGXnMTK4tRcPcp4CkXmzTueqduObaEJ { top:45.6875rem;left:20.9375rem;width:0.625rem;height:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hxq0lffglUhKVH5qldQxLEW3BylNAEtJ { width:1.625rem;height:1.625rem;top:46.875rem;left:21.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HhFThDPMTHGEm3o4rySOaTVxu1UQQmne { top:44.875rem;left:22.0625rem;width:3.625rem;height:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CCm8OfvrOctb96quPefZ9UTkxz8BKu6m { width:1.4375rem;height:0.5625rem;top:45.125rem;left:21.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TFBvKeLD5oFryQLLTCTT1OZG4sKwOiW6 { top:45.6875rem;left:20.9375rem;width:0.625rem;height:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VcKxt7hLSHLy0P8ZQzCTWgZvQPoVqCam { width:1.625rem;height:1.625rem;top:46.875rem;left:21.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uCdasCxTvgA9yxFVUQIImbP0k2xBFv9e { width:1.4375rem;height:0.5625rem;top:48.9375rem;left:27.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NFi7ilhKTGiup0LTi9tRrJMtuDEyTvr4 { top:49.5rem;left:27.125rem;width:0.625rem;height:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dZ6xQHgVsHITEGfXiuBZbws9kqSJT2mU { top:48.6875rem;left:28.25rem;width:3.625rem;height:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #heyoMBTy8TIr4CvrCEIAAghMXsprXmii { width:1.625rem;height:1.625rem;top:50.6875rem;left:27.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mmH4d06IvJOImicIp1RyI86eRVQ3vhBZ { top:44.9375rem;left:39rem;width:3.5rem;height:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #SmK2I4mA3FKqu9NMybdLlG6RPTH7BoXC { width:1.4375rem;height:0.5625rem;top:45.125rem;left:39rem;display:none; }
 }@media only screen and (max-width: 763px) { #TUk5liC0eKDhur5LgTa7TSZqrTZ5Pr6w { top:45.125rem;left:42rem;width:0.625rem;height:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IiFS3omlKHZrGGtBMbBdvBwKSVhr3IdK { top:46.375rem;left:38.375rem;width:0.625rem;height:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UNxkgMIvhKBT3cCuB62yTbiraO5XmwQg { width:1.625rem;height:1.625rem;top:46.875rem;left:40.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pku1ko7UDBIZe2c7lUld6nu8zNyikNNe { top:15.3125rem;left:2rem;width:43.75rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zc6dnQH5d9mALX911fsW20OGufXTUv4n { top:44.875rem;left:22.0625rem;width:3.625rem;height:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SBSIixCn4n9T2VwTTIWKX7VWTnxUwBBq { width:1.4375rem;height:0.5625rem;top:45.125rem;left:21.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aVgO5hfU7aDALlUkqNC4MVr42N9Xefxl { width:1.625rem;height:1.625rem;top:46.875rem;left:21.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ztGO3pUfDbQPh0pbunc17ZK7e67Nxp7E { top:45.6875rem;left:20.9375rem;width:0.625rem;height:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QHTSBKwV15axB16eWZPOrhQqpwE5rteW { top:45.125rem;left:5.5rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AaMfbVNgpK7GtbRz48uO297T7dqlgot8 { width:1.625rem;height:1.625rem;top:44.9375rem;left:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vHyqMA9TViIlRzE8KpkeQOJsnAVEvpZ0 { top:45.0625rem;left:8.4375rem;width:0.625rem;height:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sEJ1RPz9J3Ff7lZPgPZCzFWnEgdKe59h { top:47.75rem;left:5.0625rem;width:0.625rem;height:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dyEwLWf4aTR9V69ZdFzudtfgXpp0mTE9 { width:1.4375rem;height:0.5625rem;top:47.9375rem;left:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KLviildZ0hIRSq3DlUQ84cWlZqRdw6As { width:1.4375rem;height:0.5625rem;top:45.125rem;left:21.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tSDNKJPpeyzQwSSxw4vup5sMKUlp0Iw0 { top:44.875rem;left:22.0625rem;width:3.625rem;height:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eketNVODkgituMfNXNqgkSlRZ4pvzXDy { top:45.6875rem;left:20.9375rem;width:0.625rem;height:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QziXRwLvHOi8zNk6E27sN7ovnwVb4J1Q { width:1.625rem;height:1.625rem;top:46.875rem;left:21.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #c3AlReN4EkJausVxdHuDV5fu4iOi0HTB { top:44.9375rem;left:39rem;width:3.5rem;height:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #rDCBdOdzGTnmLgsAxEB0f2wmkxORbt9O { width:1.4375rem;height:0.5625rem;top:45.125rem;left:39rem;display:none; }
 }@media only screen and (max-width: 763px) { #NORr0nOEzyIEbnNavT4JrOl8NmWwRcPQ { top:46.375rem;left:38.375rem;width:0.625rem;height:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZSVKPtEGfyx2c3u16SCouyTKv3XFa2DI { top:45.125rem;left:42rem;width:0.625rem;height:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #h3M2Vr3mJglX0xtHu91kr6JxbGcURiPH { width:1.625rem;height:1.625rem;top:46.875rem;left:40.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ePrMvdTCKKrdZIGVrdAZGJV498rzKvgZ { top:44.9375rem;left:39rem;width:3.5rem;height:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #RQ4MwBAP0l9Ot1ik07mUhT1ziAAbEgHK { width:1.4375rem;height:0.5625rem;top:45.125rem;left:39rem;display:none; }
 }@media only screen and (max-width: 763px) { #pbFLncAwuJ5nJ73Awqee69SmI9utaP7w { top:46.375rem;left:38.375rem;width:0.625rem;height:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KOmTT02DRe3ldPDVwiDmNXPU8ZTtd0HR { top:45.125rem;left:42rem;width:0.625rem;height:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ETXWeishRcIL8bw4E7AKQqLSSLFKmtii { width:1.625rem;height:1.625rem;top:46.875rem;left:40.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AacWmbFTaJTfkEU8cuxsNzMZETbVfNWT { width:25.3125rem;height:0;top:7.75rem;left:0rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Kc9lqANnkz282EV5Z7J09XVmcTennVzZ { top:6.1875rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLaRK1MaR6u5ol5VABTRt0JgwrJkriwy { top:6.1875rem;left:3rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErBfdQI9vhyN0WX4PMRAzNX60QEywJUG { top:6.1875rem;left:18.375rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvoPzak8E8oOIUKcOLQ5I6T51ZwT8JBS { top:6.1875rem;left:32.875rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIJZofOuCxrTBidqN6TyT6ESPauDWS25 { top:6.1875rem;left:45.625rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1Fmfq9I3Oh9yOTdiVkyvmFxWdaB8uV7 { top:7.5625rem;left:0rem;width:6.8125rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBn4BC1BC665XMp60OFQFTwwve0sVtbW { top:8.3125rem;left:5.875rem;width:5.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLh5ttG1aiDK6GUyECbMMSeMCTcUH7m7 { top:8.3125rem;left:20.78125rem;width:6.1875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMZTZO3Oz0e53h1M4TnFLpiWZSzoMFyc { top:8.3125rem;left:35rem;width:6.1875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIwV8THMyfx3E8EblNkvIhPZe7geWNZM { top:8.3125rem;left:41.5625rem;width:6.1875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVJFySuOxbFuA2XLaRq8hgIEkG3o4gTx { top:16.875rem;left:0rem;width:10.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRvQ4obuetJeK3NhbbTzO082LsfSCw0V { top:16.875rem;left:2.4583358764649rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nreelBmUWbTwkSvAmBW9Allf11kVlrHo { top:16.875rem;left:18.375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iB5T3AKBpS69hkLTFBlAZkRV1FnvzE0F { top:16.875rem;left:33.625000953674rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlGuELKnkNq22cHexORlF1oOiwZhMuKU { top:16.875rem;left:32.5rem;width:15.25rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkkKcpzWIsZ9m4FDcQRZEMl0QI5sIx60 { display:none; }#pkkKcpzWIsZ9m4FDcQRZEMl0QI5sIx60 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VX6FPJR3IEFW3l6s2EmO7TScO2CIQfMU { top:1.125rem;left:0rem;width:17.1875rem;height:;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QvxJyuGwZeMZbl14ZtoXRefNuUCOXOvF { top:7.8125rem;left:0rem;width:7.3125rem;height:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #N8SAMIWk5TUc6QRkgetN9sDwcPXszdS8 { top:6.8125rem;left:11.375rem;width:7.1875rem;height:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TydMzfU3kfi8bunEd8pt9SBzhWVovan1 { top:6.8125rem;left:40.5625rem;width:7.1875rem;height:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OceB3bQpS6wt41FSdeAyglZFiURGVAr7 { top:6.8125rem;left:28.75rem;width:7.1875rem;height:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WisxxD8OD4wfcTwFmu1rNLdkMbevRif3 { top:15rem;left:0rem;width:17.5rem;height:5.0625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q7cqUI5gqRTyKaeCVFZgeCvT2oVPeP6U { top:6.375rem;left:0rem;width:12.25rem;height:;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vtd8eBPnh77aslhzz6zGNtmzyHaHKZKo { top:9.6875rem;left:0rem;width:12.25rem;height:;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mq33AxkRunfgMPQdTy7NegRbaAXJ8uW3 { top:7.9375rem;left:0rem;width:12.25rem;height:;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #n4PzEG5wIGCN0A5DmczythnpsCrzDHHD { top:12.1875rem;left:0rem;width:12.25rem;height:;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GkIarTHxO5RyBdLwDnQ5o0eHBDRRHKsL { top:13.8125rem;left:0rem;width:12.25rem;height:;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #n9NvDxbUnlVZBTOlH9JzpfOS3bARFmwv { top:16.4375rem;left:0rem;width:12.25rem;height:;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cEm8wPv1NixKv3ZJ97zv4F2SBw5TV6JA { top:18.625rem;left:0rem;width:14.5rem;height:;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TcoewfA53clDAqEvBZogWiLPpfPgPqz9 { display:none; }#TcoewfA53clDAqEvBZogWiLPpfPgPqz9 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #z6M5ETknHTuwZp7V3WTnpoNvcGCJ2hcD { top:6.1875rem;left:0rem;width:2.125rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ezwzJelWJzUZ2y9BAdMonFpy6DOL3XLx { top:6.1875rem;left:3rem;width:2.125rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ryTJ1Og3Xwsft4O6OxF3lQaoCmKbHaNm { top:6.1875rem;left:18.375rem;width:2.125rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yc2lTtdyKPEihgT2f3JP1qQDPCIvw8t7 { top:6.1875rem;left:32.875rem;width:2.125rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vDVKyyrAPqccyT9rtmzmonpTTsVM42ti { top:6.1875rem;left:45.625rem;width:2.125rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xw3zIaOEiBtSTqkL2lqTIiRZaApgh1Bq { top:5.375rem;left:0rem;width:18rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TeWoziQBGLxqArvP7QOJLOkUuem4RvqS { top:9.25rem;left:0rem;width:16.75rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eIN6ICidtVqXJ5hMhBeFUIgn0xzupvvs { top:13.0625rem;left:0rem;width:12.8125rem;height:2.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #U5oKP8tys2d3Goa4BxsEE6cCldq4TBK4 { top:16.5rem;left:0rem;width:18.875rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sEguyNKJkkg26s4I30IIoMRh4TdKEUea { top:17.4375rem;left:0.31463038921356rem;width:12.8125rem;height:2.875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iV6LspyErkBOuoLGd4zupn5UAM2d0Onp { top:0.6875rem;left:0rem;width:19.0625rem;height:;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VDV4AKsFsW6nvAetV7GcB6OT0O6vXM6I { display:block; }#VDV4AKsFsW6nvAetV7GcB6OT0O6vXM6I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TwgufrTTKZH1ncOGBHcWgrvtV9TK9uld { width:20.25rem;height:0;top:16rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVqki7g2ay6Tb3pTzWsSBNaaoncpkqRE { top:81.0625rem;left:0rem;width:16.125rem;height:6.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #datgUm9XIpK0XIDQAvek4SwTusl7FSoC { top:76.0625rem;left:0rem;width:28.4375rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AF5vCUmZiUo4NRPNAiHUBzTSTZhN07zw { top:69.5625rem;left:34.3125rem;width:13.4375rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWOFpumSFZf9fkFmLXK2hzZcT1rXHzl5 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#SWOFpumSFZf9fkFmLXK2hzZcT1rXHzl5 { display:flex;height:auto;width:27.8125rem;top:19.875rem;left:17.4375rem; }
 }@media only screen and (max-width: 763px) { #SWOFpumSFZf9fkFmLXK2hzZcT1rXHzl5 #xyywmLPilnsSBn8SLnbwAFUv59ZeTqwM {  }
 }@media only screen and (max-width: 763px) { #SWOFpumSFZf9fkFmLXK2hzZcT1rXHzl5 #I9TIxNtlepl2V0Vhtsf670wC10z4qnpf {  }
 }@media only screen and (max-width: 763px) { #SWOFpumSFZf9fkFmLXK2hzZcT1rXHzl5 #EifNE6w0mkV2Wb1dFurffxtMeiDlunkC {  }
 }@media only screen and (max-width: 763px) { #SWOFpumSFZf9fkFmLXK2hzZcT1rXHzl5 #ktbGFKCfcDPz2b4GCfpCHoKTLOxJtUTn {  }
 }@media only screen and (max-width: 763px) { #SWOFpumSFZf9fkFmLXK2hzZcT1rXHzl5 #HiQTbDk2vqGp5eGg1ftemgmBSK5UEgiw {  }
 }@media only screen and (max-width: 763px) { #SWOFpumSFZf9fkFmLXK2hzZcT1rXHzl5 #ul1dPLxM2VJP9UXuu0nKaZ7JNiCrukAq {  }
 }@media only screen and (max-width: 763px) { #SWOFpumSFZf9fkFmLXK2hzZcT1rXHzl5 #NiG7kyhfeDr8nq3gWFFNrcx6NWcg6Dzi {  }
 }@media only screen and (max-width: 763px) { #SWOFpumSFZf9fkFmLXK2hzZcT1rXHzl5 #K449DmxonVAvpKicbLBgm3oC3QTFLATw {  }
 }@media only screen and (max-width: 763px) { #SWOFpumSFZf9fkFmLXK2hzZcT1rXHzl5 #E1W8TFEC7hBGUWbcbXC3sgJubsGfJSJt {  }
 }@media only screen and (max-width: 763px) { #SWOFpumSFZf9fkFmLXK2hzZcT1rXHzl5 #JdNHpuNbne37IeToP6iVoaf9RbnXnmW0 {  }
 }@media only screen and (max-width: 763px) { #SWOFpumSFZf9fkFmLXK2hzZcT1rXHzl5 #eXkqes76MHLkJGUNz7x1zdlwOXTkiRXo {  }
 }@media only screen and (max-width: 763px) { #SWOFpumSFZf9fkFmLXK2hzZcT1rXHzl5 #cLLITgZOzqiSrWAViBskkCVk5Rh0edWH {  }
 }@media only screen and (max-width: 763px) { #SWOFpumSFZf9fkFmLXK2hzZcT1rXHzl5 #hpagTg2vPeTZDC2mBBOR5MFdn5ikH7w6 {  }
 }@media only screen and (max-width: 763px) { #SWOFpumSFZf9fkFmLXK2hzZcT1rXHzl5 #geqxvVSOFJ3mc19mwXls0Ig3lRewf2sP {  }
 }@media only screen and (max-width: 763px) { #SWOFpumSFZf9fkFmLXK2hzZcT1rXHzl5 #T5tyrJhtkdTs3EXZUlB7qmUD0I5GnuQV {  }
 }@media only screen and (max-width: 763px) { #NGURuyKIbQ0orueEl1B9JcH2M0T0esIf { top:47.5rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEqumh9CKk3zwcVJmdztuTrZmNrrH5JV { top:51.4375rem;left:10.59375rem;width:26.5625rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGgBqQKbCagIS3wwGNXTE0Nmk3lGe5ah { top:1.1875rem;left:18.8125rem;width:12.875rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGLSzD1OAuOtUk2GJmmCXTLNdsWJ9IpK { top:4rem;left:0rem;width:47.75rem;height:18.304166666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWelDLTflZGuR5yQunTePl4BcllTG4Fe { width:47.75rem;height:;top:27.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoyUNX2e1g0EKmKcW9pJRlsophiQTxTu { width:47.75rem;height:24.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #EBooQAL4OTO21GxNmi6Vcmtl1e2z3kg0 { display:block; }#EBooQAL4OTO21GxNmi6Vcmtl1e2z3kg0 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pWZLnK4FShSwZ9ZRE8aqeUbh3xHbKqJQ { width:5.3125rem;height:2.3097826086957rem;top:7.9375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrBfcMhbT4aB9yIZXRXbZZbhAUG75W1R { width:5.25rem;height:5.25rem;top:6.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8zR9Exkm7evpUgUdbAWwWNGtqJnRVZ5 { width:6.0625rem;height:2.3789556962025rem;top:8rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnAyIldbWPvtmRUHnJoA1owJvRIgJcfM { width:4.25rem;height:3.5316901408451rem;top:7.4375rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ep7J7wmbWTTl6Kz8yOd030MLUBbrqqeT { width:2.375rem;height:2.375rem;top:8rem;left:45.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrRdLWoQaVgKeanenPWz1C7mS7zZWX0B { top:1.375rem;left:0rem;width:47.75rem;height:2.375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiyQvG6W4PR10h2WcTa36yxefaZMezLD { top:5rem;left:2.1875rem;width:10.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxwyoBOXNuuhKkINk2iOqoHC7vducS4I { width:4.25rem;height:2.7321428571429rem;top:7.8125rem;left:43.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #quH02ZndHL7kyLITDkJoaxBRwI1AXXsp { width:7.4375rem;height:1.2107558139535rem;top:8.625rem;left:36.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIvZTACMeZwrURoIiVaWzhaDH9KNEoGE { width:5.375rem;height:1.5766666666667rem;top:8.375rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zxfh4TLNI6NSufVXZtlFA3lWuONSfW1H { top:5rem;left:33.9375rem;width:12.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5FAN8pBNyO9h8Se6oxJ7S4Kcuv4u7p9 { width:2.75rem;height:2.75rem;top:7.8125rem;left:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9NxekO22ggbAKWic1yFQ7tcOpffkzkb { display:block; }#S9NxekO22ggbAKWic1yFQ7tcOpffkzkb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mT3iEImsNgk8hB7itguUPZJdmVII7fxR { width:25.3125rem;height:0;top:7.75rem;left:0rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #IQoqiakZdgAIe6nzVm1BBhO6WmWT5CKk { top:11.875rem;left:11.8125rem;width:21.875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhRzCcsmK305mSJ5pcWtxx1TT2kTslRu { width:20.25rem;height:0;top:16rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLGIDpBFzrIO5P7gTgbSEkTxbeTSvSRW { width:20.25rem;height:0;top:16rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCr3BuSrl4C1TcDK13SEqJffptxuy6ye { width:20.25rem;height:0;top:16rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uLUVH5UoTnQ5XEqSeLyeuq7fpKp5kCvz { top:15.8125rem;left:0rem;width:47.75rem;height:14.432210708117rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQ24WPLIfIEkqA3yUhqihaD1dS5NqPet { display:block; }#iQ24WPLIfIEkqA3yUhqihaD1dS5NqPet > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VcsR8ATNlTUkq9izd9EPUKoiVaxROgIi { top:5.0625rem;left:20.0625rem;width:9.1875rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lftNFdFTF9TlWvAsI6ON3n2L8PT4wA2r { top:3.125rem;left:18rem;width:6.375rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSTC38Pk5CCfVRJFCBn5s7UZDyCt3NxL { top:4.9375rem;left:18.0625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGFDFtBnZarxTE7sZ9bhHrMZOrnlikPC { top:4.8125rem;left:29.5625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJHoWhRyUPqUTV5ap6TfxsPgZW4eJpqx { top:10.0625rem;left:11.8125rem;width:35.9375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4QLTdf8cXhEX5Pdg0deKW9W0CGJ5TWT { top:4.9375rem;left:31.5rem;width:7.3125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3b5qvFLK5A1fVFeshC7FiWc66Ov3Jku { top:4.8125rem;left:40.5rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsteWEKJtXiT9393UCiOGf3fgXHIwVrc { top:5rem;left:37.3125rem;width:10.4375rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhNaLy4f5qUs2dg63i26GBuA0hpc7Gk2 { top:12rem;left:35.9375rem;width:11.8125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5uTnEWOpmueiBIAeVT2IrlvkMnNWyc9 { top:14rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
#A5uTnEWOpmueiBIAeVT2IrlvkMnNWyc9 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #uKstJqhLz15kax3qdDhpCApti5JEuETr { width:2.9375rem;height:2.9375rem;top:13.625rem;left:39.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lua6z0RtamLgE9VF7r0MKBWTWuQbJFJL { display:block; }
 }@media only screen and (max-width: 763px) { #AqkZG859CI0TlctcWBeHMmXAOuQXFRRq { width:2.9375rem;height:2.9375rem;top:13.625rem;left:43.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x836GgCNUU0ya7k9Ekx214dgRqQTApkZ { display:block; }
 }@media only screen and (max-width: 763px) { #dxElRTAEyu00KaoOa8JfwZ27lXnwN7Ez { width:2.9375rem;height:2.9375rem;top:13.625rem;left:44.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDT4RaFTTqD3kn6cwcay0SsrkQxA3RcM { display:block; }
 }@media only screen and (max-width: 763px) { #ebQL2FW7BOyTM4ocxcVTDvU290PwNA3x { top:14.1875rem;left:40.0625rem;width:1.875rem;height:1.875rem;display:block; }
#ebQL2FW7BOyTM4ocxcVTDvU290PwNA3x > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #eN9a7aF7o9Ghq7lsGuOOHv0ED26H1V3E { top:14.1875rem;left:43.8125rem;width:1.875rem;height:1.875rem;display:block; }
#eN9a7aF7o9Ghq7lsGuOOHv0ED26H1V3E > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #W5dWC6vRgmIWTp21gMk0Kivr82B50Hk3 { width:13.75rem;height:5.4744842666836rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkgSx2n8GlVpUJNEk3kwpqPwT8Ls3i2W { top:7.1875rem;left:40.499755859375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIA76hUCqb5x8Rts14gs7FhMddA28Wz1 { width:3.125rem;height:3.125rem;top:13.5625rem;left:44.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSrpvOI9c60kP9K7Zcw3y7xH1W5QuCFW { display:block; }
 }@media only screen and (max-width: 763px) { #iX2HuER7wHdCuK6WpmKE1OVBiUH74XHt { top:13.9375rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHp906Mi4RSzf4LFPeACqVFKfmZRDkhi { top:12rem;left:0rem;width:8.6875rem;height:2.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MDahZ496BTc4UAoGifffpOgXbEPtgd4F { top:14.3125rem;left:0rem;width:12.9375rem;height:1.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xKImZ4iX4zReP6h7ekbAbXkAWvchwCFz { display:none; }#xKImZ4iX4zReP6h7ekbAbXkAWvchwCFz > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JSPoFWBqkAFZSmvdMzL97UthoZ2dhJPM { top:1.125rem;left:0rem;width:47.75rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ExPFPN80VTvzw44pwpAIlddEzQu6WHs1 { top:2.625rem;left:0rem;width:45.125rem;height:0;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HTmZmqCHsupdi0s5FTbC4SbBRkRyvk1G { width:20.875rem;height:3.9375rem;top:5.4375rem;left:26.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZRaUdETPuVeEfJTLADuJpXGwhtza8fo7 { display:block; }
 }@media only screen and (max-width: 763px) { #lHN7Mwepuwvc8DugIulPPKkQTxiGSDhu { display:block; }#lHN7Mwepuwvc8DugIulPPKkQTxiGSDhu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DgD75lpkNQTCKVl47JQ7aHgdV1XxPUcg { top:2.625rem;left:0rem;width:47.75rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yewpU1IEn6vZkUKXx6Ldp9G8E2hxEh0n { width:20.8125rem;height:3.875rem;top:4.125rem;left:26.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #laqZFI4RiKnXChGCxCpIaCZw9BMyrV4W { display:block; }
 }@media only screen and (max-width: 763px) { #RlNzDDiKdER5z41oP7DqE02iITHqXogg { top:3.375rem;left:0rem;width:45.0625rem;height:5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4cULFrJwX0ilW7OmoOIfUZ42m4NJgIL { top:8.8125rem;left:0rem;width:40.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6sN9XJUhfrDSq1OaFCAkHMGDa9idN5f { top:1.125rem;left:0rem;width:47.75rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #VKHVMJKpHTDppMFETDPvqXTyvZLzXJbV { top:10.0625rem;left:0rem;width:40.5625rem;height:1.25rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wTK0afxFTl3ISJ81qttuy5ydAWTzeNQ1 { top:2.625rem;left:0rem;width:45.125rem;height:0;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QoXX75N82FvziclGAvWcWzQGBGVuylBt { top:1.125rem;left:0rem;width:47.75rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #MtlsUsPOtLVlEziBFrhaUbKymM4fKUiu { width:20.875rem;height:3.9375rem;top:5.4375rem;left:26.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fdw0HUsVKINqeU9pcwkP7Ee1TfzuKBJ8 { display:block; }
 }@media only screen and (max-width: 763px) { #WqNaobtbb7UxenIRFAoSptODrEIlKPTB { top:2.625rem;left:0rem;width:45.125rem;height:0;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { body { background-color:#f4f4f4;background-image:none;position:relative;display:block; }
#LwPB9cwggXovOK38aIGf3mZPBaTT1L9t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LwPB9cwggXovOK38aIGf3mZPBaTT1L9t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LwPB9cwggXovOK38aIGf3mZPBaTT1L9t > .row > .video-iframe-container { display: none; }#LwPB9cwggXovOK38aIGf3mZPBaTT1L9t > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #TiW7x0pMmrSxNmPKZplztHL0TiES5GZi { position:relative;z-index:auto;background-color:transparent;background-image:none;display:block; }#TiW7x0pMmrSxNmPKZplztHL0TiES5GZi > .row .container { background-color: transparent; background-image: none; }#TiW7x0pMmrSxNmPKZplztHL0TiES5GZi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiW7x0pMmrSxNmPKZplztHL0TiES5GZi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiW7x0pMmrSxNmPKZplztHL0TiES5GZi > .row .container > .video-iframe-container { display: none; }#TiW7x0pMmrSxNmPKZplztHL0TiES5GZi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiW7x0pMmrSxNmPKZplztHL0TiES5GZi > .row > .video-iframe-container { display: none; }#TiW7x0pMmrSxNmPKZplztHL0TiES5GZi > .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); }#TiW7x0pMmrSxNmPKZplztHL0TiES5GZi > .row .container { width:20rem;height:64.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #txhge1OJHO635LgDJwIKeN0RB5UHm5St { width:20rem;height:5.56640625rem;top:3.3745660781861rem;left:0rem;text-align:left;text-align-last:left;font-size:1.6875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #WU9288swv9355v4h1W4r0TBCBWgu2IR2 { width:17.1235rem;height:6.7513125rem;top:31.872831344604rem;left:1.4377170205116rem;text-align:left;text-align-last:left;font-size:1.125rem;z-index:15016;line-height:1;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; }
 }@media only screen and (max-width: 763px) { #otrwmcFSWlK4zAkica3IguypFgR1qGNa { width:7.374125rem;height:3.37456875rem;top:0rem;left:5.2788632512093rem;display:block; }
 }@media only screen and (max-width: 763px) { #WR6TIKAPD2UtouTstA0dxRPyL0oaTMZW { width:18.9963125rem;height:3.4375rem;top:27.811416625976rem;left:0.50021702051162rem;font-size:1rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdPBTO9lnPdUwOTiI7ONi4Kkenyolrr7 { display:block; }
 }@media only screen and (max-width: 763px) { #ZhyNQIPQPDtAnQyP9XTsToVCnfFyaMqs { width:15.625rem;height:2.6111125rem;top:8.9409723281863rem;left:2.1875000596046rem;text-align:left;text-align-last:left;font-size:1.1875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #kFIta5UNe6Pwwq9rIuuZ9aETivMTMcig { width:18.560125rem;height:13.308375rem;top:16.293403625488rem;left:0.71940106153488rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #MBQrIXTfwJTFQW7mSPH6k5xGIk5ZJ0dE { width:15.4373125rem;height:3.1875rem;top:59.873481750488rem;left:2.8172743916511rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15016;line-height:1;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; }
 }@media only screen and (max-width: 763px) { #ms0Bgcy3VpGrGd8viwSZp3xZPCAaKvHm .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ms0Bgcy3VpGrGd8viwSZp3xZPCAaKvHm .widget-text.counter-number { padding-top:0.48rem;padding-right:0.415rem;padding-bottom:0.48rem;padding-left:0.415rem;width:2.489375rem;min-width:2.489375rem;height:2.578125rem;font-size:1.919375rem;line-height:41.25px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ms0Bgcy3VpGrGd8viwSZp3xZPCAaKvHm .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.32rem;height:1.019375rem;font-size:0.719375rem;line-height:16.31px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ms0Bgcy3VpGrGd8viwSZp3xZPCAaKvHm { width:16.875rem;height:4.62456875rem;display:flex;top:11.55056476593rem;left:1.4377170205116rem;z-index:15030;padding-top:0.059375rem;padding-right:0.059375rem;padding-bottom:0.059375rem;padding-left:0.059375rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #ms0Bgcy3VpGrGd8viwSZp3xZPCAaKvHm #oAEeNPFLlA4aIiJtddX1T0tBPlpQiHWV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ms0Bgcy3VpGrGd8viwSZp3xZPCAaKvHm #mzXluVghL0uC1RUKmapQ5wZXgp5T2Elf {  }
 }@media only screen and (max-width: 763px) { #ms0Bgcy3VpGrGd8viwSZp3xZPCAaKvHm #kfsoUatur2Ru3cxwSGaX7X10JXOHUbsk {  }
 }@media only screen and (max-width: 763px) { #ms0Bgcy3VpGrGd8viwSZp3xZPCAaKvHm #PIlOhqohGxfs2dkGkLS7AwOv1zRcSVHW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ms0Bgcy3VpGrGd8viwSZp3xZPCAaKvHm #T1Wfxi3PGyu3CfeOpbU8PA4TZ3KhootM {  }
 }@media only screen and (max-width: 763px) { #ms0Bgcy3VpGrGd8viwSZp3xZPCAaKvHm #Mo3xFoRL8vD5uH0FRGCqZHXR1yzCPEmk {  }
 }@media only screen and (max-width: 763px) { #ms0Bgcy3VpGrGd8viwSZp3xZPCAaKvHm #XFoWPCXZpuAAk3GKgPHgQRw2rTc0P7w3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ms0Bgcy3VpGrGd8viwSZp3xZPCAaKvHm #uIPwQ2ZpNzpkszEcB9MTXpgeWnhkrtTZ {  }
 }@media only screen and (max-width: 763px) { #ms0Bgcy3VpGrGd8viwSZp3xZPCAaKvHm #Pe58ziLdvFLXkyKAgro3VpPNr6kO40hU {  }
 }@media only screen and (max-width: 763px) { #ms0Bgcy3VpGrGd8viwSZp3xZPCAaKvHm #TvqQn93Sm1zpB9SmXDoZbUz0Z6sU9qaH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ms0Bgcy3VpGrGd8viwSZp3xZPCAaKvHm #BfwlztmtqPQ6weidmvlLf616QKU8po6m {  }
 }@media only screen and (max-width: 763px) { #ms0Bgcy3VpGrGd8viwSZp3xZPCAaKvHm #Slong7vzTw8usuOIJKDBeD6eWJrxS5zC {  }
 }@media only screen and (max-width: 763px) { #QqG6dBrXJUCry0IA3CuZDgWUIHlm83kU { display:flex;width:3.1875rem;height:3.1875rem;top:39.3125rem;left:8.0625rem; }
 }@media only screen and (max-width: 763px) { #HB3oCfPgBIFeBoBiMIW5LCkTfC4D6Mq7 { width:11.0625rem;height:2.25043125rem;top:43.1875rem;left:4.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15016;line-height:1;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; }
 }@media only screen and (max-width: 763px) { #mb5bhkZJxOpVnhekJ8rTyMLLsEPPb8HS { display:flex;width:3.25rem;height:3.25rem;top:46.125rem;left:8.0625rem; }
 }@media only screen and (max-width: 763px) { #vSKXtIQdbAvNPbnNRIM9BNO2k76eNDDF { width:5.375rem;height:2.25043125rem;top:50.1875rem;left:7rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15016;line-height:1;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; }
 }@media only screen and (max-width: 763px) { #UykP2VhoM03O0m29f4poq7SnbP7Gnb2Z { display:flex;width:3.375rem;height:3.375rem;top:53.0625rem;left:8rem; }
 }@media only screen and (max-width: 763px) { #kyB2LQKh7xCbNWRqL2cD6u1b7z5dXTcB { width:11.25rem;height:2.25043125rem;top:56.4375rem;left:4.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15016;line-height:1;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; }
 }@media only screen and (max-width: 763px) { #TKl9C3TBaL0P7T1UTqspBlrE4PAMtBK4 { display:none; }#TKl9C3TBaL0P7T1UTqspBlrE4PAMtBK4 > .row .container { width:20rem;height:272rem;background-color:#f4f4f4;background-image:none;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SbV4A8naQ86xsAvoedwlZDDt3KmZLauM { width:20rem;height:4.0625rem;top:0.69444656372069rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qlL2UC7pzspV9GTym0Ucyipfqc1JZlRb { width:14.5rem;height:23.6875rem;top:80.818359375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VospUWabXCq8fxcogxAGcTbwvOKfRg6O { width:8.4375rem;height:8.4375rem;top:81.255859375rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItTKv0rpVzfCPy0Gq3I3hITRfwLCubIA { display:flex;width:7.1875rem;height:7.1875rem;top:81.880859375rem;left:6.25rem; }
 }@media only screen and (max-width: 763px) { #o7yhE2r3lBTT2BDuCdWSiUCh0phWV3hK { width:11.25rem;height:0;top:90.755859375rem;left:4.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgeIWc0PnBaZpirZ2U20O615VIsq5fmV { width:12.5rem;height:0;top:93.443359375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXN6CnTzHbvgKwlWBi4V9bhaEJsIFCgT { width:13.1875rem;height:2.5625rem;top:100.068359375rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0BBskCuWEKCgEfvmVMHxcfVFRqxJnsD { display:block; }
 }@media only screen and (max-width: 763px) { #mfGDBXGJxDJzWskFQ7XcUSEo1Gd2Go92 { width:14.5rem;height:23.6875rem;top:30.943359375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgIBOiKRyXwcfs2tWhNGnGWGphHNJyGt { width:13.1875rem;height:2.5625rem;top:50.193359375rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQHSbBkfuXwEk48MiN73ULyQLB8oSR5r { display:block; }
 }@media only screen and (max-width: 763px) { #SzQovWq7qc2vD0iqMTDGyc2lBbzrynzr { width:14.3125rem;height:0;top:44.568359732628rem;left:2.8437519073486rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yu641s7r1U7Que1SARQ4luT4iTnPMBgn { width:14rem;height:0;top:40.861761450768rem;left:3.0000019073486rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAytQXRUiJTcXlTkGxkRoTP2RTpSVyJp { width:8.4375rem;height:8.4375rem;top:31.380859375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #soouLxQOSvlklrO7fCCvaAM9p8L2V5SD { display:flex;width:6.75rem;height:6.75rem;top:32.255859375rem;left:6.625rem; }
 }@media only screen and (max-width: 763px) { #yd3iRgKXa9fbdhMRAzh5hK1g4egNTVpb { width:14.5rem;height:23.6875rem;top:55.880859375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #upikkbPVWhT0J1S2mfwi52JUmU8gEBd8 { width:13.1875rem;height:2.5625rem;top:75.130859375rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfVANEWc0gib27PGJX8Ia3RZUMw65O0h { display:block; }
 }@media only screen and (max-width: 763px) { #PAtJeWB9azZG7ItSLyu83OLlrd9gMQld { width:12.5rem;height:0;top:69.630859375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O49ago1rkldtxVCRS0Cw7JpVnL8aTkXi { width:11.25rem;height:0;top:66.318359375rem;left:4.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpXlKZ8OZWxtbrbBptTJZNPGJbuy5Z02 { width:8.4375rem;height:8.4375rem;top:56.318359375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9nvklHIwt9aVTPX5aAEkO8v7Jzy51Mx { display:flex;width:6.125rem;height:6.125rem;top:57.505859375rem;left:6.9375rem; }
 }@media only screen and (max-width: 763px) { #PSSQ09IeUgkBqAm1WTfIvZZNQuMb115O { width:14.5rem;height:23.6875rem;top:6.005859375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuwV58TZDsMdDvEzWlgeuCZlkfqv5Frq { width:13.1875rem;height:2.5625rem;top:25.255859375rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9Xyib4PgPqUTAQwP6fJwnm0fptOnqUc { display:block; }
 }@media only screen and (max-width: 763px) { #enTrrxbRZpNivxF4Iuopb4NPX2c9C91S { width:12.5rem;height:0;top:18.630859375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeGl4O74QSAtBDcVzHa6DNhGZHyP8HSX { width:12.5rem;height:0;top:15.380859375rem;left:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oS400PsLJWUGoWhaDFfN0NHJHsIxw82d { width:8.4375rem;height:8.4375rem;top:6.443359375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #egDRmtIWyuDrqgvPrpc5epOX37DoJu1o { display:flex;width:5.9375rem;height:5.9375rem;top:7.693359375rem;left:6.875rem; }
 }@media only screen and (max-width: 763px) { #cwWE7xfSlxSAXi98i07esq8fvFnq4kKr { width:14.5rem;height:23.6875rem;top:105.755859375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JL2H6VwSPpOI1imBRlowD4kM5F03vVkt { width:13.1875rem;height:2.5625rem;top:125.005859375rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xucq8Kfmg4XsdAHy9xVhbtVfueSwQrRT { display:block; }
 }@media only screen and (max-width: 763px) { #UU4MvV3u8Ulms2l9ifwPXqhG7tTnp5Ag { width:12.5rem;height:0;top:118.380859375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMGpaBVOqT6kVT1MI1Pk53sNcrLxvKya { width:11.25rem;height:0;top:114.755859375rem;left:4.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HokCaTr1TWZN87BpqAgsAHXy1IPbEIta { width:8.4375rem;height:8.4375rem;top:106.193359375rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOeKXSwFWNgHSotLXJcQTLaTNwb09fZV { display:flex;width:6.5625rem;height:6.5625rem;top:107.130859375rem;left:6.75rem; }
 }@media only screen and (max-width: 763px) { #VIShtVJLvmzlTNRGCNkTBqof2svrs98H { display:block; }#VIShtVJLvmzlTNRGCNkTBqof2svrs98H > .row .container { width:20rem;height:35rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GdolHyZbqc04rPcaAIEABXat0iD8tc9g { width:3.3125rem;height:3.3125rem;top:12.125rem;left:0.375rem;background-color:#082c50;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #WTDPqWNe3hSccNBK4M1zSqp67rwKeHTm { display:flex;width:2.375rem;height:2.375rem;top:12.6875rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #WJKHE7ofB0gGcLrAhqtP3p8z9exPEE8y { top:11.375rem;left:0.375rem;width:19.3093125rem;height:4.62446875rem;z-index:15024;font-size:0.9375rem;color:rgba(var(--color-tertiary-4),1);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;box-shadow: 0.4375rem 0.4375rem 0.4375rem rgba(var(--color-primary-4),0.2) ;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxVoHNPTZcE87PMw4Qi1yvW61HWZLQro { display:block; }
 }@media only screen and (max-width: 763px) { #QdwLr6BaHXpWWw3ugD0ekLCh5qEMAUnP { top:0.75rem;left:0.9375rem;width:18.125rem;height:;z-index:15076;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t9gJV5R7N4ghKL4R7UK6BXHTZictZ3Rx { top:5.4375rem;left:0.6875rem;width:19.3119375rem;height:4.62446875rem;z-index:15068;font-size:0.9375rem;color:rgba(var(--color-tertiary-4),1);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;box-shadow: 0.4375rem 0.4375rem 0.4375rem rgba(var(--color-primary-4),0.2) ;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5NRpxs7JDR932OsEuRIQdBFO59sTeAO { display:block; }
 }@media only screen and (max-width: 763px) { #vOhi4ilTc1vbanGTUPpvDm4O82LM0GVb { width:3.312325rem;height:3.312325rem;top:6.0625rem;left:0.875rem;z-index:15071;background-color:#68a54e;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #MI29113sMTQiCx1WiIZbikBpnTBtrsXx { display:flex;width:2.374825rem;height:2.374825rem;top:6.6875rem;left:1.25rem;z-index:15072; }
 }@media only screen and (max-width: 763px) { #LV7qbexIkIwLqtTIs48hDWpAvUx6280r { top:22.625rem;left:0.375rem;width:19.31075rem;height:4.62413125rem;z-index:15025;font-size:1rem;color:rgba(var(--color-tertiary-4),1);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;box-shadow: 0.4375rem 0.4375rem 0.4375rem rgba(var(--color-primary-4),0.2) ;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhF4lCKw6oeDfK3wRANcLmoIZQmZPM5a { display:block; }
 }@media only screen and (max-width: 763px) { #R01cWISl5WkUTpWZM0Qf7his5bgBTJI1 { width:3.31163125rem;height:3.31163125rem;top:23.3125rem;left:0.5625rem;z-index:15042;background-color:#ffbd59;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #NqTku8DHoLoTHol1GHQ7ankCXweIEhNx { display:flex;width:2.37413125rem;height:2.37413125rem;top:23.9375rem;left:1rem;z-index:15043; }
 }@media only screen and (max-width: 763px) { #qKKBtknOvAmqCqrFQr4GIDGnwnEufPul { top:17.3125rem;left:0.375rem;width:19.309rem;height:4.62413125rem;z-index:15027;font-size:1rem;color:rgba(var(--color-tertiary-4),1);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;box-shadow: 0.4375rem 0.4375rem 0.4375rem rgba(var(--color-primary-4),0.2) ;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wz2odvMmimE7Cpduvb1H9N9DzEkOhDO3 { display:block; }
 }@media only screen and (max-width: 763px) { #a2z0kCZB4Pw9WVJJTp95KLqNSddvr1tL { width:3.31163125rem;height:3.31163125rem;top:18rem;left:0.5625rem;z-index:15032;background-color:#0e4275;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ltHZ7H7yxLHvyDG8FZWtbWCP43hpkIau { display:flex;width:2.37413125rem;height:2.37413125rem;top:18.625rem;left:1rem;z-index:15033; }
 }@media only screen and (max-width: 763px) { #bm9or2EliF4ra9ECxeSRwV4J3e3iKWBx { top:27.9375rem;left:0.1875rem;width:19.625rem;height:4.625rem;z-index:15055;font-size:1rem;color:rgba(var(--color-tertiary-4),1);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;box-shadow: 0.4375rem 0.4375rem 0.4375rem rgba(var(--color-primary-4),0.2) ;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KTc9yv6XMwSf9W0PPrh6P4kD3eRhhXsA { display:block; }
 }@media only screen and (max-width: 763px) { #kGe80nU8Tp1DKrOd1J2ZcbdnsDtvZeuJ { width:3.31163125rem;height:3.31163125rem;top:28.5rem;left:0.625rem;z-index:15063;background-color:#1800ad;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #JQf8Zu0oPcvLsCa6JHATk3SiiTTZlPlb { display:flex;width:2.37413125rem;height:2.37413125rem;top:29.0625rem;left:1rem;z-index:15068; }
 }@media only screen and (max-width: 763px) { #G2WSFhr6aIGmdrl7rWxvT60ZvCwlX0GN { display:flex;width:1.9331625rem;height:1.9331625rem;top:23.969619035721rem;left:16.869792103768rem;z-index:15077; }
#G2WSFhr6aIGmdrl7rWxvT60ZvCwlX0GN > img { max-width: 100%;max-height:100%; width:1.9331625rem; height:1.9331625rem; } }@media only screen and (max-width: 763px) { #KB3uszTbMV3xpVzQO8Ct8fHGwN7VU9zv { display:flex;width:1.9331625rem;height:1.9331625rem;top:29.282986879349rem;left:16.869792103768rem;z-index:15079; }
#KB3uszTbMV3xpVzQO8Ct8fHGwN7VU9zv > img { max-width: 100%;max-height:100%; width:1.9331625rem; height:1.9331625rem; } }@media only screen and (max-width: 763px) { #T3SPG3qmvkDzf4RNd5XLwSC0LHK9CJFJ { display:flex;width:1.9331625rem;height:1.9331625rem;top:18.657119035721rem;left:16.869792103768rem;z-index:15078; }
#T3SPG3qmvkDzf4RNd5XLwSC0LHK9CJFJ > img { max-width: 100%;max-height:100%; width:1.9331625rem; height:1.9331625rem; } }@media only screen and (max-width: 763px) { #gDtmsFLNS0Lt9oQ4ZbNe45UhSqWP0Q1A { display:flex;width:1.9331625rem;height:1.9331625rem;top:12.814235925674rem;left:17.184027791023rem;z-index:15079; }
#gDtmsFLNS0Lt9oQ4ZbNe45UhSqWP0Q1A > img { max-width: 100%;max-height:100%; width:1.9331625rem; height:1.9331625rem; } }@media only screen and (max-width: 763px) { #PAek9fu2MwnGmVCx4dtMWakppXq8zSeW { display:flex;width:1.9331625rem;height:1.9331625rem;top:6.7821180820463rem;left:17.184027791023rem;z-index:15080; }
#PAek9fu2MwnGmVCx4dtMWakppXq8zSeW > img { max-width: 100%;max-height:100%; width:1.9331625rem; height:1.9331625rem; } }@media only screen and (max-width: 763px) { #puET8tpW1ltEETXEmw23tCBo9iS41Jt6 { background-color:#f4f4f4;background-image:none;display:none; }#puET8tpW1ltEETXEmw23tCBo9iS41Jt6 > .row .container { width:20rem;height:51.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KIQ2bbH6HyxMyyblmdugT7Mwri3lR7sK { width:16.6873125rem;height:3.6257125rem;top:1.3617510199547rem;left:2.8786893486977rem;text-align:left;text-align-last:left;font-size:1.8125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #AZVkLk5OZiH0Nm8s2bTWxP979mmgzrm7 { width:20rem;height:22.99925rem;top:6.8430535793306rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KU6EUbUalyW6Zib2fnD0uxDxbdMS7zTk { display:flex;width:7.3125rem;height:7.3125rem;top:8.556640625rem;left:4.28125rem; }
 }@media only screen and (max-width: 763px) { #xyOh5vSqiN4Cy2F2rV1PVKAQ6MkvOuIa { display:flex;width:7.1875rem;height:7.1875rem;top:7.548828125rem;left:12.8125rem; }
 }@media only screen and (max-width: 763px) { #oVJS3XTTnrdTX2pvM38M2kGcTDWoOTJz { display:flex;width:7.1875rem;height:7.1875rem;top:7.548828125rem;left:7.6278403997419rem; }
 }@media only screen and (max-width: 763px) { #VWa1T049B5Miq3mvnHaZ6Qtz20Ld0IPF { display:flex;width:7.1875rem;height:7.1875rem;top:5.4855909347534rem;left:6.4062498807906rem; }
 }@media only screen and (max-width: 763px) { #Z3nBKXtqvuxOrpGLdrIN8Mx5ZO7CSqWz { width:12.5rem;height:2.59765625rem;top:22.236328125rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IT8kHqUWRoPAnKckdCH70OiXbx273n5B { width:12.5rem;height:2.59765625rem;top:22.236328125rem;left:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcwtxT7u0KTtMyIcGqxzryMBRdTZzZrC { width:12.5rem;height:3.8964875rem;top:22.236328125rem;left:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bs4i7PThQbeJGxWrmZBesBXq52TrKEJw { width:12.5rem;height:2.59765625rem;top:22.236328125rem;left:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXxAV4ezaSbb9NqQmoRrVJemS0Rqm8aR { width:17.5rem;height:5.1163rem;top:15.787109375rem;left:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pe2xTJpucTBdiW8wGGQaegiR6obm9Kwm { width:13.6875rem;height:5.1163rem;top:16.029296875rem;left:6.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #riiNPCtCarhKkIIf5qNLgSZyfxW4Divc { width:15.3125rem;height:5.1163rem;top:15.869140625rem;left:4.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogzLldaflyx3u6CkIZRa1TLAfcsvpmCa { width:13.6875rem;height:3.41086875rem;top:16.029296875rem;left:6.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvKp93JHzzT7VVOyOEki0bEP80Ls4KFG { display:none; }#gvKp93JHzzT7VVOyOEki0bEP80Ls4KFG > .row .container { width:20rem;height:101.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #De5dio2b0AOFoku9PuhhP7ifRXk3x4Qs { display:flex;width:3.625rem;height:3.625rem;top:60.5625rem;left:8.6624999642375rem;z-index:15031;display:none; }
 }@media only screen and (max-width: 763px) { #QPPZptwaMv5i5VCJMHwkoz6NOWPLHp81 { width:1.4375rem;height:0.5625rem;top:60.8125rem;left:8.0374999642375rem;z-index:15027;display:none; }
 }@media only screen and (max-width: 763px) { #CdHJfTKura9hU2wUdTKIRWMHpQolmK2N { display:flex;width:0.625rem;height:0.625rem;top:61.375rem;left:7.5374999642375rem;z-index:15036;display:none; }
 }@media only screen and (max-width: 763px) { #MEllpDfGZMMKh7KWpfxODVs4maOEpGq7 { width:1.625rem;height:1.625rem;top:62.5625rem;left:7.9749999642375rem;z-index:15030;display:none; }
 }@media only screen and (max-width: 763px) { #Zrgz68xGOCTXT9JTFXqT5hepoJGGAgLM { display:flex;width:3.625rem;height:3.625rem;top:57.174987792969rem;left:13.849999964237rem;z-index:15035;display:none; }
 }@media only screen and (max-width: 763px) { #BZTleGhSbKEXXeScPqzeGMDF9XnkX1og { width:1.4375rem;height:0.5625rem;top:57.424987792969rem;left:13.224999964237rem;z-index:15031;display:none; }
 }@media only screen and (max-width: 763px) { #INGXnMTK4tRcPcp4CkXmzTueqduObaEJ { display:flex;width:0.625rem;height:0.625rem;top:57.987487792969rem;left:12.724999964237rem;z-index:15040;display:none; }
 }@media only screen and (max-width: 763px) { #Hxq0lffglUhKVH5qldQxLEW3BylNAEtJ { width:1.625rem;height:1.625rem;top:59.174987792969rem;left:13.162499964237rem;z-index:15034;display:none; }
 }@media only screen and (max-width: 763px) { #HhFThDPMTHGEm3o4rySOaTVxu1UQQmne { display:flex;width:3.625rem;height:3.625rem;top:56.862501144409rem;left:17.912499964238rem;z-index:15039;display:none; }
 }@media only screen and (max-width: 763px) { #CCm8OfvrOctb96quPefZ9UTkxz8BKu6m { width:1.4375rem;height:0.5625rem;top:57.112501144409rem;left:19.037499964238rem;z-index:15035;display:none; }
 }@media only screen and (max-width: 763px) { #TFBvKeLD5oFryQLLTCTT1OZG4sKwOiW6 { display:flex;width:0.625rem;height:0.625rem;top:57.675001144409rem;left:18.537499964238rem;z-index:15044;display:none; }
 }@media only screen and (max-width: 763px) { #VcKxt7hLSHLy0P8ZQzCTWgZvQPoVqCam { width:1.625rem;height:1.625rem;top:58.862501144409rem;left:18.974999964238rem;z-index:15038;display:none; }
 }@media only screen and (max-width: 763px) { #uCdasCxTvgA9yxFVUQIImbP0k2xBFv9e { width:1.4375rem;height:0.5625rem;top:59.75rem;left:8.1624999642375rem;z-index:15031;display:none; }
 }@media only screen and (max-width: 763px) { #NFi7ilhKTGiup0LTi9tRrJMtuDEyTvr4 { display:flex;width:0.625rem;height:0.625rem;top:60.3125rem;left:7.6624999642375rem;z-index:15040;display:none; }
 }@media only screen and (max-width: 763px) { #dZ6xQHgVsHITEGfXiuBZbws9kqSJT2mU { display:flex;width:3.625rem;height:3.625rem;top:59.5rem;left:8.7874999642375rem;z-index:15035;display:none; }
 }@media only screen and (max-width: 763px) { #heyoMBTy8TIr4CvrCEIAAghMXsprXmii { width:1.625rem;height:1.625rem;top:61.5rem;left:8.0999999642375rem;z-index:15034;display:none; }
 }@media only screen and (max-width: 763px) { #mmH4d06IvJOImicIp1RyI86eRVQ3vhBZ { display:flex;width:3.5rem;height:3.5rem;top:70.0625rem;left:6.2249999642372rem;z-index:15030;display:none; }
 }@media only screen and (max-width: 763px) { #SmK2I4mA3FKqu9NMybdLlG6RPTH7BoXC { width:1.4375rem;height:0.5625rem;top:70.25rem;left:6.2249999642372rem;z-index:15024;display:none; }
 }@media only screen and (max-width: 763px) { #TUk5liC0eKDhur5LgTa7TSZqrTZ5Pr6w { display:flex;width:0.625rem;height:0.625rem;top:70.25rem;left:9.2249999642375rem;z-index:15038;display:none; }
 }@media only screen and (max-width: 763px) { #IiFS3omlKHZrGGtBMbBdvBwKSVhr3IdK { display:flex;width:0.625rem;height:0.625rem;top:71.5rem;left:5.5999999642372rem;z-index:15039;display:none; }
 }@media only screen and (max-width: 763px) { #UNxkgMIvhKBT3cCuB62yTbiraO5XmwQg { width:1.625rem;height:1.625rem;top:72rem;left:8.0999999642375rem;z-index:15028;display:none; }
 }@media only screen and (max-width: 763px) { #Pku1ko7UDBIZe2c7lUld6nu8zNyikNNe { width:15.875rem;height:0.125rem;top:15.2734375rem;left:2.0625rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #Zc6dnQH5d9mALX911fsW20OGufXTUv4n { display:flex;width:3.625rem;height:3.625rem;top:56.924999713897rem;left:7.4749999642375rem;z-index:15031;display:none; }
 }@media only screen and (max-width: 763px) { #SBSIixCn4n9T2VwTTIWKX7VWTnxUwBBq { width:1.4375rem;height:0.5625rem;top:57.174999713897rem;left:6.8499999642375rem;z-index:15027;display:none; }
 }@media only screen and (max-width: 763px) { #aVgO5hfU7aDALlUkqNC4MVr42N9Xefxl { width:1.625rem;height:1.625rem;top:58.924999713897rem;left:6.7874999642375rem;z-index:15030;display:none; }
 }@media only screen and (max-width: 763px) { #ztGO3pUfDbQPh0pbunc17ZK7e67Nxp7E { display:flex;width:0.625rem;height:0.625rem;top:57.737499713897rem;left:6.3499999642375rem;z-index:15036;display:none; }
 }@media only screen and (max-width: 763px) { #QHTSBKwV15axB16eWZPOrhQqpwE5rteW { display:flex;width:3.125rem;height:3.125rem;top:57.75rem;left:7.9749999642375rem;z-index:15031;display:none; }
 }@media only screen and (max-width: 763px) { #AaMfbVNgpK7GtbRz48uO297T7dqlgot8 { width:1.625rem;height:1.625rem;top:57.5625rem;left:7.3499999642375rem;z-index:15028;display:none; }
 }@media only screen and (max-width: 763px) { #vHyqMA9TViIlRzE8KpkeQOJsnAVEvpZ0 { display:flex;width:0.625rem;height:0.625rem;top:57.6875rem;left:10.912501871586rem;z-index:15035;display:none; }
 }@media only screen and (max-width: 763px) { #sEJ1RPz9J3Ff7lZPgPZCzFWnEgdKe59h { display:flex;width:0.625rem;height:0.625rem;top:60.375rem;left:7.5374999642375rem;z-index:15036;display:none; }
 }@media only screen and (max-width: 763px) { #dyEwLWf4aTR9V69ZdFzudtfgXpp0mTE9 { width:1.4375rem;height:0.5625rem;top:60.5625rem;left:10.287499964237rem;z-index:15034;display:none; }
 }@media only screen and (max-width: 763px) { #KLviildZ0hIRSq3DlUQ84cWlZqRdw6As { width:1.4375rem;height:0.5625rem;top:57.462501525879rem;left:6.0999999642372rem;z-index:15027;display:none; }
 }@media only screen and (max-width: 763px) { #tSDNKJPpeyzQwSSxw4vup5sMKUlp0Iw0 { display:flex;width:3.625rem;height:3.625rem;top:57.212501525879rem;left:6.7249999642375rem;z-index:15031;display:none; }
 }@media only screen and (max-width: 763px) { #eketNVODkgituMfNXNqgkSlRZ4pvzXDy { display:flex;width:0.625rem;height:0.625rem;top:58.025001525879rem;left:5.5999999642372rem;z-index:15036;display:none; }
 }@media only screen and (max-width: 763px) { #QziXRwLvHOi8zNk6E27sN7ovnwVb4J1Q { width:1.625rem;height:1.625rem;top:59.212501525879rem;left:6.0374999642372rem;z-index:15030;display:none; }
 }@media only screen and (max-width: 763px) { #c3AlReN4EkJausVxdHuDV5fu4iOi0HTB { display:flex;width:3.5rem;height:3.5rem;top:72.125rem;left:9.9749999642375rem;z-index:15030;display:none; }
 }@media only screen and (max-width: 763px) { #rDCBdOdzGTnmLgsAxEB0f2wmkxORbt9O { width:1.4375rem;height:0.5625rem;top:72.3125rem;left:9.9749999642375rem;z-index:15024;display:none; }
 }@media only screen and (max-width: 763px) { #NORr0nOEzyIEbnNavT4JrOl8NmWwRcPQ { display:flex;width:0.625rem;height:0.625rem;top:73.5625rem;left:9.3499999642375rem;z-index:15039;display:none; }
 }@media only screen and (max-width: 763px) { #ZSVKPtEGfyx2c3u16SCouyTKv3XFa2DI { display:flex;width:0.625rem;height:0.625rem;top:72.3125rem;left:12.974999964237rem;z-index:15038;display:none; }
 }@media only screen and (max-width: 763px) { #h3M2Vr3mJglX0xtHu91kr6JxbGcURiPH { width:1.625rem;height:1.625rem;top:74.0625rem;left:11.849999964237rem;z-index:15028;display:none; }
 }@media only screen and (max-width: 763px) { #ePrMvdTCKKrdZIGVrdAZGJV498rzKvgZ { display:flex;width:3.5rem;height:3.5rem;top:79.875rem;left:9.1624999642375rem;z-index:15035;display:none; }
 }@media only screen and (max-width: 763px) { #RQ4MwBAP0l9Ot1ik07mUhT1ziAAbEgHK { width:1.4375rem;height:0.5625rem;top:80.0625rem;left:9.1624999642375rem;z-index:15029;display:none; }
 }@media only screen and (max-width: 763px) { #pbFLncAwuJ5nJ73Awqee69SmI9utaP7w { display:flex;width:0.625rem;height:0.625rem;top:81.3125rem;left:8.5374999642375rem;z-index:15044;display:none; }
 }@media only screen and (max-width: 763px) { #KOmTT02DRe3ldPDVwiDmNXPU8ZTtd0HR { display:flex;width:0.625rem;height:0.625rem;top:80.0625rem;left:12.162499964237rem;z-index:15043;display:none; }
 }@media only screen and (max-width: 763px) { #ETXWeishRcIL8bw4E7AKQqLSSLFKmtii { width:1.625rem;height:1.625rem;top:81.8125rem;left:11.037499964237rem;z-index:15033;display:none; }
 }@media only screen and (max-width: 763px) { #AacWmbFTaJTfkEU8cuxsNzMZETbVfNWT { width:18rem;height:1.81285625rem;top:16.6484375rem;left:1rem;text-align:left;text-align-last:left;font-size:1.8125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Kc9lqANnkz282EV5Z7J09XVmcTennVzZ { display:flex;width:2.125rem;height:2.125rem;top:19.9609375rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #TLaRK1MaR6u5ol5VABTRt0JgwrJkriwy { display:flex;width:2.125rem;height:2.125rem;top:31.3984375rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #ErBfdQI9vhyN0WX4PMRAzNX60QEywJUG { display:flex;width:2.125rem;height:2.125rem;top:34.7734375rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #lvoPzak8E8oOIUKcOLQ5I6T51ZwT8JBS { display:flex;width:2.125rem;height:2.125rem;top:38.1484375rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #wIJZofOuCxrTBidqN6TyT6ESPauDWS25 { display:flex;width:2.125rem;height:2.125rem;top:41.5234375rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #z1Fmfq9I3Oh9yOTdiVkyvmFxWdaB8uV7 { display:flex;width:6.8125rem;height:6.8125rem;top:23.3359375rem;left:6.5625rem; }
 }@media only screen and (max-width: 763px) { #OBn4BC1BC665XMp60OFQFTwwve0sVtbW { display:flex;width:5.75rem;height:5.75rem;top:44.8984375rem;left:7.125rem; }
 }@media only screen and (max-width: 763px) { #lLh5ttG1aiDK6GUyECbMMSeMCTcUH7m7 { display:flex;width:6.1875rem;height:6.1875rem;top:51.8984375rem;left:6.875rem; }
 }@media only screen and (max-width: 763px) { #wMZTZO3Oz0e53h1M4TnFLpiWZSzoMFyc { display:flex;width:6.1875rem;height:6.1875rem;top:59.3359375rem;left:6.875rem; }
 }@media only screen and (max-width: 763px) { #eIwV8THMyfx3E8EblNkvIhPZe7geWNZM { display:flex;width:6.1875rem;height:6.1875rem;top:66.7734375rem;left:6.875rem; }
 }@media only screen and (max-width: 763px) { #fVJFySuOxbFuA2XLaRq8hgIEkG3o4gTx { width:10.5rem;height:2.59765625rem;top:74.2109375rem;left:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRvQ4obuetJeK3NhbbTzO082LsfSCw0V { width:12.5rem;height:2.59765625rem;top:78.0859375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nreelBmUWbTwkSvAmBW9Allf11kVlrHo { width:12.5rem;height:1.298825rem;top:81.8984375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iB5T3AKBpS69hkLTFBlAZkRV1FnvzE0F { width:12.5rem;height:2.59765625rem;top:84.3984375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlGuELKnkNq22cHexORlF1oOiwZhMuKU { width:15.25rem;height:3.8964875rem;top:88.2109375rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkkKcpzWIsZ9m4FDcQRZEMl0QI5sIx60 { display:block; }#pkkKcpzWIsZ9m4FDcQRZEMl0QI5sIx60 > .row .container { width:20rem;height:23.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VX6FPJR3IEFW3l6s2EmO7TScO2CIQfMU { top:0.69959068298338rem;left:0.625rem;width:19.125rem;height:1.381075rem;z-index:15077;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvxJyuGwZeMZbl14ZtoXRefNuUCOXOvF { display:flex;width:2.8125rem;height:2.8125rem;top:2.875rem;left:1.3125rem;z-index:15054; }
 }@media only screen and (max-width: 763px) { #N8SAMIWk5TUc6QRkgetN9sDwcPXszdS8 { display:flex;width:2.99913125rem;height:2.99913125rem;top:8.0067281723025rem;left:1.2185330986977rem;z-index:15055; }
 }@media only screen and (max-width: 763px) { #TydMzfU3kfi8bunEd8pt9SBzhWVovan1 { display:flex;width:2.1875rem;height:2.1875rem;top:17.619359016419rem;left:1.6243489384651rem;z-index:15057; }
 }@media only screen and (max-width: 763px) { #OceB3bQpS6wt41FSdeAyglZFiURGVAr7 { display:flex;width:2.5rem;height:2.5rem;top:13.24978351593rem;left:1.4680989384651rem;z-index:15056; }
 }@media only screen and (max-width: 763px) { #WisxxD8OD4wfcTwFmu1rNLdkMbevRif3 { width:15.0625rem;height:2.11154375rem;top:2.625rem;left:4.875rem;font-size:0.8125rem;z-index:15062;display:block; }
 }@media only screen and (max-width: 763px) { #Q7cqUI5gqRTyKaeCVFZgeCvT2oVPeP6U { width:15.125rem;height:2.11154375rem;top:4.75rem;left:4.875rem;font-size:0.8125rem;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #Vtd8eBPnh77aslhzz6zGNtmzyHaHKZKo { width:14.6875rem;height:2.11154375rem;top:10.068360328674rem;left:4.8741319775581rem;font-size:0.8125rem;z-index:15064;display:block; }
 }@media only screen and (max-width: 763px) { #Mq33AxkRunfgMPQdTy7NegRbaAXJ8uW3 { width:12.3111875rem;height:2.11154375rem;top:8.00998210907rem;left:4.8741319775581rem;font-size:0.8125rem;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #n4PzEG5wIGCN0A5DmczythnpsCrzDHHD { width:15.5rem;height:2.11154375rem;top:12.371962547303rem;left:4.8741319775581rem;font-size:0.8125rem;z-index:15064;display:block; }
 }@media only screen and (max-width: 763px) { #GkIarTHxO5RyBdLwDnQ5o0eHBDRRHKsL { width:12.3111875rem;height:2.11154375rem;top:14.677735328674rem;left:4.8741319775581rem;font-size:0.8125rem;z-index:15065;display:block; }
 }@media only screen and (max-width: 763px) { #n9NvDxbUnlVZBTOlH9JzpfOS3bARFmwv { width:15.061875rem;height:1.05625rem;top:17.619359016419rem;left:4.9370663762093rem;font-size:0.8125rem;z-index:15065;display:block; }
 }@media only screen and (max-width: 763px) { #cEm8wPv1NixKv3ZJ97zv4F2SBw5TV6JA { width:14.561625rem;height:;top:18.675129890442rem;left:4.8741319775581rem;font-size:0.8125rem;z-index:15066;display:block; }
 }@media only screen and (max-width: 763px) { #TcoewfA53clDAqEvBZogWiLPpfPgPqz9 { display:block; }#TcoewfA53clDAqEvBZogWiLPpfPgPqz9 > .row .container { width:20rem;height:24.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z6M5ETknHTuwZp7V3WTnpoNvcGCJ2hcD { display:flex;width:1.5rem;height:1.5rem;top:2.9375rem;left:8.375rem;z-index:15054;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #ezwzJelWJzUZ2y9BAdMonFpy6DOL3XLx { display:flex;width:1.49956875rem;height:1.49956875rem;top:7.1864166259762rem;left:8.3745663762094rem;z-index:15055;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #ryTJ1Og3Xwsft4O6OxF3lQaoCmKbHaNm { display:flex;width:1.49956875rem;height:1.49956875rem;top:10.936416625976rem;left:8.3745663762094rem;z-index:15056; }
 }@media only screen and (max-width: 763px) { #yc2lTtdyKPEihgT2f3JP1qQDPCIvw8t7 { display:flex;width:1.49956875rem;height:1.49956875rem;top:14.749351501465rem;left:8.3745663762094rem;z-index:15058;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #vDVKyyrAPqccyT9rtmzmonpTTsVM42ti { display:flex;width:1.49956875rem;height:1.49956875rem;top:18.123916625976rem;left:8.3745663762094rem;z-index:15057; }
 }@media only screen and (max-width: 763px) { #xw3zIaOEiBtSTqkL2lqTIiRZaApgh1Bq { width:18.0620625rem;height:1.21875rem;top:5.4340276718139rem;left:1.2803819775581rem;font-size:0.9375rem;z-index:15059;display:block; }
 }@media only screen and (max-width: 763px) { #TeWoziQBGLxqArvP7QOJLOkUuem4RvqS { width:9.3120625rem;height:1.21875rem;top:9.2545576095581rem;left:4.4672310948372rem;font-size:0.9375rem;z-index:15060;display:block; }
 }@media only screen and (max-width: 763px) { #eIN6ICidtVqXJ5hMhBeFUIgn0xzupvvs { width:14.561625rem;height:1.21875rem;top:13.059897422791rem;left:3.0284290909767rem;font-size:0.9375rem;z-index:15061;display:block; }
 }@media only screen and (max-width: 763px) { #U5oKP8tys2d3Goa4BxsEE6cCldq4TBK4 { width:18.936625rem;height:1.21853125rem;top:16.561415672302rem;left:1.0622830986977rem;font-size:0.9375rem;z-index:15062;display:block; }
 }@media only screen and (max-width: 763px) { #sEguyNKJkkg26s4I30IIoMRh4TdKEUea { width:19.2480625rem;height:2.43706875rem;top:20.278869628906rem;left:0.62543410062787rem;font-size:0.9375rem;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #iV6LspyErkBOuoLGd4zupn5UAM2d0Onp { top:1.0622844696045rem;left:3.6545141339302rem;width:12.3123125rem;height:1.86875rem;z-index:15078;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDV4AKsFsW6nvAetV7GcB6OT0O6vXM6I { background-color:#ffffff;background-image:none;display:block; }#VDV4AKsFsW6nvAetV7GcB6OT0O6vXM6I > .row .container { background-color: transparent; background-image: none; }#VDV4AKsFsW6nvAetV7GcB6OT0O6vXM6I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VDV4AKsFsW6nvAetV7GcB6OT0O6vXM6I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VDV4AKsFsW6nvAetV7GcB6OT0O6vXM6I > .row .container > .video-iframe-container { display: none; }#VDV4AKsFsW6nvAetV7GcB6OT0O6vXM6I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VDV4AKsFsW6nvAetV7GcB6OT0O6vXM6I > .row > .video-iframe-container { display: none; }#VDV4AKsFsW6nvAetV7GcB6OT0O6vXM6I > .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); }#VDV4AKsFsW6nvAetV7GcB6OT0O6vXM6I > .row .container { width:20rem;height:117.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TwgufrTTKZH1ncOGBHcWgrvtV9TK9uld { width:18.061rem;height:6.337875rem;top:52rem;left:1rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVqki7g2ay6Tb3pTzWsSBNaaoncpkqRE { width:16.3736875rem;height:4.79600625rem;top:61.0625rem;left:1.75rem;font-size:0.75rem;text-align:center;text-align-last:center;color:#0025cc;display:block; }
 }@media only screen and (max-width: 763px) { #datgUm9XIpK0XIDQAvek4SwTusl7FSoC { width:7.7495625rem;height:1.80013125rem;top:59.3125rem;left:6.125rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#0025cc;display:block; }
 }@media only screen and (max-width: 763px) { #AF5vCUmZiUo4NRPNAiHUBzTSTZhN07zw { width:15.625rem;height:22.561875rem;top:66.9375rem;left:2.1875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #SWOFpumSFZf9fkFmLXK2hzZcT1rXHzl5 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#SWOFpumSFZf9fkFmLXK2hzZcT1rXHzl5 .accordion-heading-text { color:#013266; }
#SWOFpumSFZf9fkFmLXK2hzZcT1rXHzl5 .accordion-desc-text { color:#013266; }
#SWOFpumSFZf9fkFmLXK2hzZcT1rXHzl5 { display:flex;height:auto;width:15.559875rem;top:89.4375rem;left:1.625rem;background-color:#ffffff;background-image:none; }
 }@media only screen and (max-width: 763px) { #SWOFpumSFZf9fkFmLXK2hzZcT1rXHzl5 #xyywmLPilnsSBn8SLnbwAFUv59ZeTqwM {  }
 }@media only screen and (max-width: 763px) { #SWOFpumSFZf9fkFmLXK2hzZcT1rXHzl5 #I9TIxNtlepl2V0Vhtsf670wC10z4qnpf {  }
 }@media only screen and (max-width: 763px) { #SWOFpumSFZf9fkFmLXK2hzZcT1rXHzl5 #EifNE6w0mkV2Wb1dFurffxtMeiDlunkC {  }
 }@media only screen and (max-width: 763px) { #SWOFpumSFZf9fkFmLXK2hzZcT1rXHzl5 #ktbGFKCfcDPz2b4GCfpCHoKTLOxJtUTn {  }
 }@media only screen and (max-width: 763px) { #SWOFpumSFZf9fkFmLXK2hzZcT1rXHzl5 #HiQTbDk2vqGp5eGg1ftemgmBSK5UEgiw {  }
 }@media only screen and (max-width: 763px) { #SWOFpumSFZf9fkFmLXK2hzZcT1rXHzl5 #ul1dPLxM2VJP9UXuu0nKaZ7JNiCrukAq {  }
 }@media only screen and (max-width: 763px) { #SWOFpumSFZf9fkFmLXK2hzZcT1rXHzl5 #NiG7kyhfeDr8nq3gWFFNrcx6NWcg6Dzi {  }
 }@media only screen and (max-width: 763px) { #SWOFpumSFZf9fkFmLXK2hzZcT1rXHzl5 #K449DmxonVAvpKicbLBgm3oC3QTFLATw {  }
 }@media only screen and (max-width: 763px) { #SWOFpumSFZf9fkFmLXK2hzZcT1rXHzl5 #E1W8TFEC7hBGUWbcbXC3sgJubsGfJSJt {  }
 }@media only screen and (max-width: 763px) { #SWOFpumSFZf9fkFmLXK2hzZcT1rXHzl5 #JdNHpuNbne37IeToP6iVoaf9RbnXnmW0 {  }
 }@media only screen and (max-width: 763px) { #SWOFpumSFZf9fkFmLXK2hzZcT1rXHzl5 #eXkqes76MHLkJGUNz7x1zdlwOXTkiRXo {  }
 }@media only screen and (max-width: 763px) { #SWOFpumSFZf9fkFmLXK2hzZcT1rXHzl5 #cLLITgZOzqiSrWAViBskkCVk5Rh0edWH {  }
 }@media only screen and (max-width: 763px) { #SWOFpumSFZf9fkFmLXK2hzZcT1rXHzl5 #hpagTg2vPeTZDC2mBBOR5MFdn5ikH7w6 {  }
 }@media only screen and (max-width: 763px) { #SWOFpumSFZf9fkFmLXK2hzZcT1rXHzl5 #geqxvVSOFJ3mc19mwXls0Ig3lRewf2sP {  }
 }@media only screen and (max-width: 763px) { #SWOFpumSFZf9fkFmLXK2hzZcT1rXHzl5 #T5tyrJhtkdTs3EXZUlB7qmUD0I5GnuQV {  }
 }@media only screen and (max-width: 763px) { #NGURuyKIbQ0orueEl1B9JcH2M0T0esIf { width:20rem;height:7.79625rem;top:28.815105915069rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WEqumh9CKk3zwcVJmdztuTrZmNrrH5JV { height:10.0260625rem;width:17.874375rem;top:39.874111652374rem;left:1.0622830986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGgBqQKbCagIS3wwGNXTE0Nmk3lGe5ah { width:12.874625rem;height:2.599825rem;top:0.69425773620606rem;left:3.561789393425rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vGLSzD1OAuOtUk2GJmmCXTLNdsWJ9IpK { width:20rem;height:7.6666666666667rem;top:4rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nWelDLTflZGuR5yQunTePl4BcllTG4Fe { width:19.8123125rem;height:14.0060625rem;top:3.8530988693238rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15016;line-height:1;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; }
 }@media only screen and (max-width: 763px) { #uoyUNX2e1g0EKmKcW9pJRlsophiQTxTu { top:18.566624164581rem;left:0rem;width:20rem;height:10.2495625rem;z-index:15046;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #EBooQAL4OTO21GxNmi6Vcmtl1e2z3kg0 { display:block; }#EBooQAL4OTO21GxNmi6Vcmtl1e2z3kg0 > .row .container { width:20rem;height:18.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pWZLnK4FShSwZ9ZRE8aqeUbh3xHbKqJQ { width:4.3125rem;height:1.875rem;top:8.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrBfcMhbT4aB9yIZXRXbZZbhAUG75W1R { width:5.3125rem;height:5.3125rem;top:6.8125rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8zR9Exkm7evpUgUdbAWwWNGtqJnRVZ5 { width:4.9375rem;height:1.9375rem;top:8.5rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnAyIldbWPvtmRUHnJoA1owJvRIgJcfM { width:4.4375rem;height:3.6875rem;top:7.625rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ep7J7wmbWTTl6Kz8yOd030MLUBbrqqeT { width:2.311525rem;height:2.311525rem;top:14.5625rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrRdLWoQaVgKeanenPWz1C7mS7zZWX0B { width:20rem;height:4rem;top:0.81162452697756rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eiyQvG6W4PR10h2WcTa36yxefaZMezLD { width:20rem;height:1.462675rem;top:5.3743495941162rem;left:0rem;font-size:1.125rem;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; }
 }@media only screen and (max-width: 763px) { #uxwyoBOXNuuhKkINk2iOqoHC7vducS4I { width:5.25rem;height:3.375rem;top:14rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #quH02ZndHL7kyLITDkJoaxBRwI1AXXsp { width:5.375rem;height:0.875rem;top:15.25rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIvZTACMeZwrURoIiVaWzhaDH9KNEoGE { width:4.6875rem;height:1.375rem;top:15.125rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zxfh4TLNI6NSufVXZtlFA3lWuONSfW1H { width:20rem;height:1.462675rem;top:12.125rem;left:0rem;font-size:1.125rem;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; }
 }@media only screen and (max-width: 763px) { #c5FAN8pBNyO9h8Se6oxJ7S4Kcuv4u7p9 { width:2.375rem;height:2.375rem;top:14.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9NxekO22ggbAKWic1yFQ7tcOpffkzkb { display:none; }#S9NxekO22ggbAKWic1yFQ7tcOpffkzkb > .row .container { width:20rem;height:53.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mT3iEImsNgk8hB7itguUPZJdmVII7fxR { width:20rem;height:5.25065rem;top:3.7315340042114rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #IQoqiakZdgAIe6nzVm1BBhO6WmWT5CKk { width:20rem;height:0.125rem;top:1.375rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #nhRzCcsmK305mSJ5pcWtxx1TT2kTslRu { width:20rem;height:7.79686875rem;top:10.249289512634rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15054;display:block; }
 }@media only screen and (max-width: 763px) { #hLGIDpBFzrIO5P7gTgbSEkTxbeTSvSRW { width:20rem;height:0;top:20.550000190735rem;left:0rem;text-align:left;text-align-last:left;font-size:1.875rem;z-index:15054;display:none; }
 }@media only screen and (max-width: 763px) { #vCr3BuSrl4C1TcDK13SEqJffptxuy6ye { width:20rem;height:3.9375rem;top:20.436789512634rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;z-index:15055;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #uLUVH5UoTnQ5XEqSeLyeuq7fpKp5kCvz { width:20rem;height:6.0449050086356rem;top:15.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iQ24WPLIfIEkqA3yUhqihaD1dS5NqPet { display:block; }#iQ24WPLIfIEkqA3yUhqihaD1dS5NqPet > .row .container { width:20rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VcsR8ATNlTUkq9izd9EPUKoiVaxROgIi { width:11.375rem;height:1.4rem;top:6.9375rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lftNFdFTF9TlWvAsI6ON3n2L8PT4wA2r { width:20rem;height:1.05025rem;top:4.5rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XSTC38Pk5CCfVRJFCBn5s7UZDyCt3NxL { width:1.5625rem;height:1.5625rem;top:6.875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGFDFtBnZarxTE7sZ9bhHrMZOrnlikPC { width:1.5625rem;height:1.5625rem;top:9.4375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJHoWhRyUPqUTV5ap6TfxsPgZW4eJpqx { width:18.75rem;height:0.0625rem;top:17.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4QLTdf8cXhEX5Pdg0deKW9W0CGJ5TWT { width:8.6875rem;height:1.4rem;top:9.5rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3b5qvFLK5A1fVFeshC7FiWc66Ov3Jku { width:1.5625rem;height:1.5625rem;top:11.75rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsteWEKJtXiT9393UCiOGf3fgXHIwVrc { width:12.375rem;height:0;top:12.5rem;left:4.9375rem;font-size:1rem;line-height:.7;display:none; }
 }@media only screen and (max-width: 763px) { #mhNaLy4f5qUs2dg63i26GBuA0hpc7Gk2 { width:20rem;height:1.05025rem;top:19.25rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A5uTnEWOpmueiBIAeVT2IrlvkMnNWyc9 { width:2.1875rem;height:2.1875rem;top:21.6875rem;left:10.875rem;display:block; }
#A5uTnEWOpmueiBIAeVT2IrlvkMnNWyc9 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #uKstJqhLz15kax3qdDhpCApti5JEuETr { width:3rem;height:3rem;top:21.25rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lua6z0RtamLgE9VF7r0MKBWTWuQbJFJL { display:block; }
 }@media only screen and (max-width: 763px) { #AqkZG859CI0TlctcWBeHMmXAOuQXFRRq { width:3rem;height:3rem;top:21.25rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x836GgCNUU0ya7k9Ekx214dgRqQTApkZ { display:block; }
 }@media only screen and (max-width: 763px) { #dxElRTAEyu00KaoOa8JfwZ27lXnwN7Ez { width:3rem;height:3rem;top:21.25rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDT4RaFTTqD3kn6cwcay0SsrkQxA3RcM { display:block; }
 }@media only screen and (max-width: 763px) { #ebQL2FW7BOyTM4ocxcVTDvU290PwNA3x { width:1.875rem;height:1.875rem;top:21.8125rem;left:2.8125rem;display:block; }
#ebQL2FW7BOyTM4ocxcVTDvU290PwNA3x > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #eN9a7aF7o9Ghq7lsGuOOHv0ED26H1V3E { width:1.875rem;height:1.875rem;top:21.8125rem;left:6.875rem;display:block; }
#eN9a7aF7o9Ghq7lsGuOOHv0ED26H1V3E > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #W5dWC6vRgmIWTp21gMk0Kivr82B50Hk3 { width:7.5rem;height:3.1875rem;top:0.75rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkgSx2n8GlVpUJNEk3kwpqPwT8Ls3i2W { width:1.5625rem;height:1.5625rem;top:14.0625rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIA76hUCqb5x8Rts14gs7FhMddA28Wz1 { width:3.125rem;height:3.125rem;top:21.25rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSrpvOI9c60kP9K7Zcw3y7xH1W5QuCFW { display:block; }
 }@media only screen and (max-width: 763px) { #iX2HuER7wHdCuK6WpmKE1OVBiUH74XHt { display:flex;width:1.875rem;height:1.875rem;top:21.84326171875rem;left:15.2490234375rem; }
 }@media only screen and (max-width: 763px) { #pHp906Mi4RSzf4LFPeACqVFKfmZRDkhi { width:10.3125rem;height:1.4rem;top:12.018737792969rem;left:4.8125rem;font-size:1rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #MDahZ496BTc4UAoGifffpOgXbEPtgd4F { width:12.9375rem;height:1.4rem;top:14.331237792969rem;left:4.875rem;font-size:1rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #xKImZ4iX4zReP6h7ekbAbXkAWvchwCFz { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#xKImZ4iX4zReP6h7ekbAbXkAWvchwCFz { background-color: transparent; background-image: none; }#xKImZ4iX4zReP6h7ekbAbXkAWvchwCFz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xKImZ4iX4zReP6h7ekbAbXkAWvchwCFz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xKImZ4iX4zReP6h7ekbAbXkAWvchwCFz > .row .container > .video-iframe-container { display: none; }#xKImZ4iX4zReP6h7ekbAbXkAWvchwCFz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xKImZ4iX4zReP6h7ekbAbXkAWvchwCFz > .row > .video-iframe-container { display: none; }#xKImZ4iX4zReP6h7ekbAbXkAWvchwCFz > .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); }#xKImZ4iX4zReP6h7ekbAbXkAWvchwCFz > .row .container { width:20rem;height:13.75rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JSPoFWBqkAFZSmvdMzL97UthoZ2dhJPM { width:20rem;height:8.25rem;top:2.875rem;left:0rem;z-index:15007;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExPFPN80VTvzw44pwpAIlddEzQu6WHs1 { width:17.5rem;height:2.76041875rem;top:3.6875rem;left:1.25rem;font-size:1.0625rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #HTmZmqCHsupdi0s5FTbC4SbBRkRyvk1G { width:14.1875rem;height:2.5625rem;top:7.40625rem;left:2.21875rem;z-index:15011;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRaUdETPuVeEfJTLADuJpXGwhtza8fo7 { display:block; }
 }@media only screen and (max-width: 763px) { #lHN7Mwepuwvc8DugIulPPKkQTxiGSDhu { position:relative;z-index:auto;display:none; }#lHN7Mwepuwvc8DugIulPPKkQTxiGSDhu > .row .container { width:20rem;height:22.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DgD75lpkNQTCKVl47JQ7aHgdV1XxPUcg { width:20rem;height:12.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yewpU1IEn6vZkUKXx6Ldp9G8E2hxEh0n { width:19rem;height:3.9375rem;top:9.875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #laqZFI4RiKnXChGCxCpIaCZw9BMyrV4W { display:block; }
 }@media only screen and (max-width: 763px) { #RlNzDDiKdER5z41oP7DqE02iITHqXogg { width:15.25rem;height:4.142575rem;top:1.9453125rem;left:1rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4cULFrJwX0ilW7OmoOIfUZ42m4NJgIL { width:17.5625rem;height:2.111325rem;top:6.97265625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6sN9XJUhfrDSq1OaFCAkHMGDa9idN5f { width:20rem;height:12.5rem;top:-1.599609375rem;left:-46.46875rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #VKHVMJKpHTDppMFETDPvqXTyvZLzXJbV { width:17.5625rem;height:2.111325rem;top:7.345703125rem;left:-43.09375rem;font-size:0.8125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #wTK0afxFTl3ISJ81qttuy5ydAWTzeNQ1 { width:15.25rem;height:4.142575rem;top:-0.091796875rem;left:-43.09375rem;font-size:1.0625rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #QoXX75N82FvziclGAvWcWzQGBGVuylBt { width:20rem;height:9rem;top:5.5625rem;left:0rem;z-index:15004;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtlsUsPOtLVlEziBFrhaUbKymM4fKUiu { width:12.375rem;height:2.5625rem;top:11rem;left:2.75rem;z-index:15008;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdw0HUsVKINqeU9pcwkP7Ee1TfzuKBJ8 { display:block; }
 }@media only screen and (max-width: 763px) { #WqNaobtbb7UxenIRFAoSptODrEIlKPTB { width:15.25rem;height:4.142575rem;top:6.3125rem;left:2.4375rem;font-size:1.0625rem;z-index:15006;display:block; }
 }