.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:35.3125rem;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; }#WU9288swv9355v4h1W4r0TBCBWgu2IR2 { color:#084c7c;display:block;width:29.5rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:11.96875rem;left:6.686718940735rem;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:3.375rem;width:7.4375rem;top:0rem;left:28.405468940735rem;overflow:hidden;display:block; }
#yB0tJOksGU3g04XOUmqTfcpDo9keRyAN { 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:15025;opacity:1;top:25rem;left:6.6874990463256rem; }
#uKbRB4FRIED69z63hf1zfIHyy17PnTzU { color:#013266;display:block;width:9.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15022;line-height:.9;letter-spacing:0;top:25.0625rem;left:9.1875rem;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; }
#F7aIUSatJ2GO2zh6PBnmt0M3HhFeGV34 { 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:15026;opacity:1;top:25rem;left:18.8125rem; }
#o4PWBPEW3rX5GsVcGlrIWQz836GgrckT { color:#013266;display:block;width:5.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15023;line-height:.9;letter-spacing:0;top:24.9375rem;left:21.1875rem;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; }
#VqHrWB9yTvITtSpOWF1JXS9obsTAyu2t { 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:15027;opacity:1;top:25.1875rem;left:27.6875rem; }
#p3dWMGUeyrUpmnF9qcaywXUxNBNT35hX { color:#013266;display:block;width:6.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15024;line-height:.9;letter-spacing:0;top:25.125rem;left:29.8125rem;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; }
#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:26.375rem;height:4.125rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:28.01953125rem;left:6.659375190735rem;display:none; }
#vdPBTO9lnPdUwOTiI7ONi4Kkenyolrr7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZhyNQIPQPDtAnQyP9XTsToVCnfFyaMqs { color:#0025cc;display:block;width:62.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15021;line-height:1;letter-spacing:0;top:8.050000190735rem;left:6.659375190735rem;height:2.3125rem;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.5625rem;width:30.25rem;top:10.944531440735rem;left:37.250000953674rem;overflow:hidden;display:block; }
#iW246K1HfNz2JX1gwFBy0ig5prlZLXJc { color:rgba(var(--color-tertiary-4),1);display:block;width:33.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:5.625rem;left:6.659375190735rem;height:1.3rem;display:block; }
#rp02KlzQfctiRKWq3EIWAgTa0WBhOCGm .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; }
#rp02KlzQfctiRKWq3EIWAgTa0WBhOCGm .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; }
#rp02KlzQfctiRKWq3EIWAgTa0WBhOCGm .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; }
#rp02KlzQfctiRKWq3EIWAgTa0WBhOCGm { 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:18.84375rem;left:6.686718940735rem;z-index:15030; }
#rp02KlzQfctiRKWq3EIWAgTa0WBhOCGm #TbeW0sERZ84Hq2E2Uu7SuL1fPzGBd6KV { display:flex;position:relative;top:0rem;left:0rem; }
#rp02KlzQfctiRKWq3EIWAgTa0WBhOCGm #BtP4iznPOmvG8QSup1rfzeDQhNuQWWus { width:auto; }
#rp02KlzQfctiRKWq3EIWAgTa0WBhOCGm #AMn1Tw3a7is2JCPgU50E2n3cXOSI13yx {  }
#rp02KlzQfctiRKWq3EIWAgTa0WBhOCGm #pqzLTDTABmhSctiShOeGlFNEb5f08mVx { display:flex;position:relative;top:0rem;left:0rem; }
#rp02KlzQfctiRKWq3EIWAgTa0WBhOCGm #HVKqUmTrJggTyPEHhucrqZLk47K1DKPs {  }
#rp02KlzQfctiRKWq3EIWAgTa0WBhOCGm #ziStExheqzoFdR5PtDLnMBTPLOupMqno {  }
#rp02KlzQfctiRKWq3EIWAgTa0WBhOCGm #MJtXZODBFsJJBBv03gdqGQh966qWPDDQ { display:flex;position:relative;top:0rem;left:0rem; }
#rp02KlzQfctiRKWq3EIWAgTa0WBhOCGm #cbFSqyUlSh0TN6BaA7l0IZ6hfkPQb7iL {  }
#rp02KlzQfctiRKWq3EIWAgTa0WBhOCGm #Q2OSS3DKCkNPwNf5PGrF7vCEkWCCqL6J {  }
#rp02KlzQfctiRKWq3EIWAgTa0WBhOCGm #wlxOp4kPpQk2y3Hb0IvOldhxCpvhIom4 { display:flex;position:relative;top:0rem;left:0rem; }
#rp02KlzQfctiRKWq3EIWAgTa0WBhOCGm #xKrqwPkCAoLTiUAdt9ESTHJTl6zvHWwz {  }
#rp02KlzQfctiRKWq3EIWAgTa0WBhOCGm #WnsyucwNOQ1grKcFqubJQNlVGT7ngXvd {  }
#vlRHA8Gk0TrI2a8xcIXxhGv55WlKB5EV { 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:26.375rem;height:4.125rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:28.01953125rem;left:6.659375190735rem;display:block; }
#RLnL5bMsg03GTF0NGcxHna6TaAv1gFWr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#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:33.25rem;width:75rem;position:relative;display:block; }#KIQ2bbH6HyxMyyblmdugT7Mwri3lR7sK { color:#013266;display:block;width:61.3125rem;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.6875rem;left:6.842968940735rem;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; }
#KU6EUbUalyW6Zib2fnD0uxDxbdMS7zTk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.1875rem;width:5.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:7.8124997615813rem;left:7.405468940735rem; }
#xyOh5vSqiN4Cy2F2rV1PVKAQ6MkvOuIa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.0625rem;width:5.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:7.8750002384187rem;left:25.000000953674rem; }
#oVJS3XTTnrdTX2pvM38M2kGcTDWoOTJz { 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:15055;opacity:1;top:8.4687502384187rem;left:43.500000953674rem; }
#VWa1T049B5Miq3mvnHaZ6Qtz20Ld0IPF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:8.3437502384187rem;left:61.125000953674rem; }
#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:20.375000715256rem;left:3.7484369277954rem;height:7.799475rem;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:20.375rem;left:22.5rem;height:9.0993875rem;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:20.375000715256rem;left:40.000000953674rem;height:6.5rem;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.125rem;left:58.25rem;height:5.2rem;display:block; }
#TXxAV4ezaSbb9NqQmoRrVJemS0Rqm8aR { color:rgba(var(--color-tertiary-4),1);display:block;width:12.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:14.065624952316rem;left:3.75rem;height:5.12044375rem;display:block; }
#Pe2xTJpucTBdiW8wGGQaegiR6obm9Kwm { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;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:13.5625rem;left:22.375rem;height:5.12044375rem;display:block; }
#riiNPCtCarhKkIIf5qNLgSZyfxW4Divc { color:rgba(var(--color-tertiary-4),1);display:block;width:13.9375rem;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:13.562500715256rem;left:40.000000953674rem;height:5.12044375rem;display:block; }
#ogzLldaflyx3u6CkIZRa1TLAfcsvpmCa { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;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:14.065624952316rem;left:58.250000953674rem;height:5.12044375rem;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; }#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; }
#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; }
#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; }
#VX6FPJR3IEFW3l6s2EmO7TScO2CIQfMU { color:rgba(var(--color-tertiary-4),1);display:block;width:19.125rem;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:1rem;left:0.4375rem;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; }
#By0XX862HUfb6TTORXEh2rSfxt3dENI6 { position:relative;display:block; }#By0XX862HUfb6TTORXEh2rSfxt3dENI6 { background-color: transparent; background-image: none; }#By0XX862HUfb6TTORXEh2rSfxt3dENI6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#By0XX862HUfb6TTORXEh2rSfxt3dENI6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#By0XX862HUfb6TTORXEh2rSfxt3dENI6 > .row .container > .video-iframe-container { display: none; }#By0XX862HUfb6TTORXEh2rSfxt3dENI6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#By0XX862HUfb6TTORXEh2rSfxt3dENI6 > .row > .video-iframe-container { display: none; }#By0XX862HUfb6TTORXEh2rSfxt3dENI6 > .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); }#By0XX862HUfb6TTORXEh2rSfxt3dENI6 { border-width: 0; border-radius: 0; }#By0XX862HUfb6TTORXEh2rSfxt3dENI6 > .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; }#By0XX862HUfb6TTORXEh2rSfxt3dENI6 > .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; }#lUdcwuOUkA2R5SqssTq8I63OQDz7Dh5e { color:#013266;display:block;width:57.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:0.56249809265137rem;left:8.75rem;height:4.14388125rem;display:block; }
#pG2NOI64pFGlUTXBsfT5E0LwmfS49I6a { 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; }
#TTJFO16ovcZzsle554USKXVsW0nuvPoA { 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; }
#QOTo0QKpLc1EBTGwPmOQcZpJLMkn7l30 { 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; }
#fPEpTtPdoU1E9H7WzTw0viuaDQlgIkmZ { 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; }
#kJt94xhzfEuqIqSDA6hICNiVxhmHxISt { 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; }
#Wv4VkZUPou7pT0EiqREOTSe7nyxBQt7e { 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; }
#poLPQC2qWQoiQSa0Gatdd7hlPE86v8f4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ErIp4yv4oGu1LTsMcKK2WapUQfWEuiTc { 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; }
#JC4QsVDRozadi4Lr5k0Jtd1EVTZyX2hw { 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; }
#XKLgzg9OI3xOo8Zw8Zs5uSo9U8MOn3ZL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oM5e0tJ84K9FcAN6Xx1RDzvWUbSepmFT { 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; }
#MewvyW05f7rWvFXkyXDVuGZNdmFvn5QQ { 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; }
#SDrTTudhyU1ab0aENuk1pW6bbq2CnIu2 { 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; }
#mOKbTdJIuF8L5biOy76xHCIv3oDesuKe { 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; }
#ashFXO1Q5kO0x2ukLWCMrE3TSov3E8KC { 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; }
#N7SnvqbAzcuQpZyqzWZr4eQGOcRThfIJ { 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; }
#xTGaUW6wFuxWcgtZ5R4z2UNvx07gMrwm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nvkN6noVRTKTC6cXmZiSf59ZOzT2prxh { 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; }
#Dsyqfn9AXIuwRFiHrpP3UyXWVpCVr6vQ { 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; }
#ZSXE8MtQ1FvtdCNtv60CFGMfsi9ReCrH { 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; }
#FuG19DMH1ANTe1431kECEoskxZOtal2P { 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; }
#JJxzGNF8ngzOSLyDeA5TvKzglsP23b8c { 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; }
#TpOpfEXuIuoWSx44l6LqvqKCdoonmNt6 { 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; }
#BMuW7CtNalU48ifVIGlItTJqAsd8cDSq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DhVrq4bDODMAlCQTmbXoeUvhOFberpbt { 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; }
#nSbypDyPS0qZSgC5NKxXRWJ7N8l3EWdW { 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; }
#d7zTqWAIASsbdwB05h01V1ZZ50MFefZs { 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; }
#vVA3il8Onr2T28DAaxe8g09qWmxmUs4p { 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; }
#Paendu4UMks4bffzoLGzgTJfwyDLT5F6 { 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; }
#Vs4rUR9ZPKmTtG1JQVHT4KC5uzNyIcpU { 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; }
#wyf9JBJIXyexBBU3Nn0kJigNSo8cxxZD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v6Sd4DFc4yUhnPCpOF8B1TqIP22WwahP { 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; }
#NLiA3cu2TrbaWg111GrhqlSsgoEMXnBy { 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; }
#EeL9QWrAmTT1ArWqaA7nrczRWuXPsb2T { 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; }
#IbURKccswHeeE7zcxpBkTv8hZFxSocT7 { 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; }
#PxgXBNluwlsQvQl9XCT7VmZP3RDF5HJN { 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; }
#PxgXBNluwlsQvQl9XCT7VmZP3RDF5HJN > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#QdwLr6BaHXpWWw3ugD0ekLCh5qEMAUnP { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:1.4375rem;left:0.875rem;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; }
#lnrDJN2KKdEFmRlVx1WCLZAx9rv4KqMt { 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; }
#lnrDJN2KKdEFmRlVx1WCLZAx9rv4KqMt > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#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; }
#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; }
#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; }#EBaiTvS5NsFdB72eb4r8t3nbwfMKJyTq { 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; }
#EBaiTvS5NsFdB72eb4r8t3nbwfMKJyTq > 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; }#h0hcGhpR1ESGtG054MkRNZJv7q6yM62y { 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:84.375rem;width:67.5rem;display:none; }
#lZX5pCxqZT3lotDfWuF5QCTXwzWIQCRU { 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:84.375rem;width:67.5rem;display:none; }
#xhyp0Wkb5iWvRZ7dbLKO45TORAcTHOrW { 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:84.375rem;width:67.5rem;display:none; }
#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:5.3125rem;left:8.25rem; }
#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:5.3125rem;left:23.5625rem; }
#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:5.3125rem;left:38.9375rem; }
#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:5.3125rem;left:53.4375rem; }
#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:6.6875rem;left:10.375rem; }
#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:7.4375rem;left:26.4375rem; }
#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:7.4375rem;left:41.375rem; }
#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:7.4375rem;left:55.5625rem; }
#eIwV8THMyfx3E8EblNkvIhPZe7geWNZM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:21.618750333786rem;left:18.749218940735rem; }
#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:16rem;left:8.25rem;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:16rem;left:23.0625rem;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:16rem;left:38.9375rem;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:16rem;left:54.1875rem;height:2.6rem;display:block; }
#mlGuELKnkNq22cHexORlF1oOiwZhMuKU { color:rgba(var(--color-tertiary-4),1);display:block;width:40.125rem;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:21.662501096726rem;left:22.687499046326rem;height:2.6rem;display:block; }
#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:26.8125rem;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.05rem;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.05rem;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: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 { 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),0);background-image:none;font-size:0.875rem;font-family:arial;height:12.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#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; }
#VkbsEwUE12gQ1kuivliGOhgv7Hie7TTO { 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; }
#xIOykbhDCt7TOfQMcEUBm0kimT90bTMb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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.8125rem;left:2rem;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; }
#RlNzDDiKdER5z41oP7DqE02iITHqXogg { color:rgba(var(--color-tertiary-0),1);display:block;width:29.9375rem;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.625rem;left:24.3125rem;height:2.51875rem;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.8125rem;height:3.875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:6.125rem;left:25.5rem;display:block; }
#laqZFI4RiKnXChGCxCpIaCZw9BMyrV4W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@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) { #WU9288swv9355v4h1W4r0TBCBWgu2IR2 { width:29.5rem;height:;top:11.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #otrwmcFSWlK4zAkica3IguypFgR1qGNa { top:0rem;left:14.780468940735rem;width:7.4375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yB0tJOksGU3g04XOUmqTfcpDo9keRyAN { top:25rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKbRB4FRIED69z63hf1zfIHyy17PnTzU { width:9.625rem;height:1.875rem;top:25.0625rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7aIUSatJ2GO2zh6PBnmt0M3HhFeGV34 { top:25rem;left:5.1875rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4PWBPEW3rX5GsVcGlrIWQz836GgrckT { width:5.375rem;height:1.875rem;top:24.9375rem;left:7.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqHrWB9yTvITtSpOWF1JXS9obsTAyu2t { top:25.1875rem;left:14.0625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3dWMGUeyrUpmnF9qcaywXUxNBNT35hX { width:6.75rem;height:1.875rem;top:25.125rem;left:16.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WR6TIKAPD2UtouTstA0dxRPyL0oaTMZW { width:26.375rem;height:4.125rem;top:28rem;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:10.9375rem;left:17.5rem;width:30.25rem;height:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iW246K1HfNz2JX1gwFBy0ig5prlZLXJc { top:5.625rem;left:0rem;width:33.5625rem;height:1.25rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rp02KlzQfctiRKWq3EIWAgTa0WBhOCGm .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rp02KlzQfctiRKWq3EIWAgTa0WBhOCGm .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; }
#rp02KlzQfctiRKWq3EIWAgTa0WBhOCGm .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; }
#rp02KlzQfctiRKWq3EIWAgTa0WBhOCGm { width:18rem;height:5.0625rem;display:flex;top:18.9375rem;left:0rem;z-index:15030; }
 }@media only screen and (max-width: 763px) { #rp02KlzQfctiRKWq3EIWAgTa0WBhOCGm #TbeW0sERZ84Hq2E2Uu7SuL1fPzGBd6KV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rp02KlzQfctiRKWq3EIWAgTa0WBhOCGm #BtP4iznPOmvG8QSup1rfzeDQhNuQWWus {  }
 }@media only screen and (max-width: 763px) { #rp02KlzQfctiRKWq3EIWAgTa0WBhOCGm #AMn1Tw3a7is2JCPgU50E2n3cXOSI13yx {  }
 }@media only screen and (max-width: 763px) { #rp02KlzQfctiRKWq3EIWAgTa0WBhOCGm #pqzLTDTABmhSctiShOeGlFNEb5f08mVx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rp02KlzQfctiRKWq3EIWAgTa0WBhOCGm #HVKqUmTrJggTyPEHhucrqZLk47K1DKPs {  }
 }@media only screen and (max-width: 763px) { #rp02KlzQfctiRKWq3EIWAgTa0WBhOCGm #ziStExheqzoFdR5PtDLnMBTPLOupMqno {  }
 }@media only screen and (max-width: 763px) { #rp02KlzQfctiRKWq3EIWAgTa0WBhOCGm #MJtXZODBFsJJBBv03gdqGQh966qWPDDQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rp02KlzQfctiRKWq3EIWAgTa0WBhOCGm #cbFSqyUlSh0TN6BaA7l0IZ6hfkPQb7iL {  }
 }@media only screen and (max-width: 763px) { #rp02KlzQfctiRKWq3EIWAgTa0WBhOCGm #Q2OSS3DKCkNPwNf5PGrF7vCEkWCCqL6J {  }
 }@media only screen and (max-width: 763px) { #rp02KlzQfctiRKWq3EIWAgTa0WBhOCGm #wlxOp4kPpQk2y3Hb0IvOldhxCpvhIom4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rp02KlzQfctiRKWq3EIWAgTa0WBhOCGm #xKrqwPkCAoLTiUAdt9ESTHJTl6zvHWwz {  }
 }@media only screen and (max-width: 763px) { #rp02KlzQfctiRKWq3EIWAgTa0WBhOCGm #WnsyucwNOQ1grKcFqubJQNlVGT7ngXvd {  }
 }@media only screen and (max-width: 763px) { #vlRHA8Gk0TrI2a8xcIXxhGv55WlKB5EV { width:26.375rem;height:4.125rem;top:28rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RLnL5bMsg03GTF0NGcxHna6TaAv1gFWr { display:block; }
 }@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) { #KU6EUbUalyW6Zib2fnD0uxDxbdMS7zTk { top:7.75rem;left:0rem;width:5.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyOh5vSqiN4Cy2F2rV1PVKAQ6MkvOuIa { top:7.875rem;left:11.375000953674rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVJS3XTTnrdTX2pvM38M2kGcTDWoOTJz { top:8.4375rem;left:29.875000953674rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWa1T049B5Miq3mvnHaZ6Qtz20Ld0IPF { top:8.3125rem;left:43.625rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3nBKXtqvuxOrpGLdrIN8Mx5ZO7CSqWz { top:20.375rem;left:0rem;width:12.5rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IT8kHqUWRoPAnKckdCH70OiXbx273n5B { top:20.375rem;left:8.875rem;width:12.5rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcwtxT7u0KTtMyIcGqxzryMBRdTZzZrC { top:20.375rem;left:26.375000953674rem;width:12.5rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bs4i7PThQbeJGxWrmZBesBXq52TrKEJw { top:21.125rem;left:35.25rem;width:12.5rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXxAV4ezaSbb9NqQmoRrVJemS0Rqm8aR { top:14.0625rem;left:0rem;width:12.5rem;height:5.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pe2xTJpucTBdiW8wGGQaegiR6obm9Kwm { top:13.5625rem;left:8.75rem;width:12.5rem;height:5.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #riiNPCtCarhKkIIf5qNLgSZyfxW4Divc { top:13.5625rem;left:26.375000953674rem;width:13.9375rem;height:5.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogzLldaflyx3u6CkIZRa1TLAfcsvpmCa { top:14.0625rem;left:35.25rem;width:12.5rem;height:5.0625rem;font-size:1.3125rem;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) { #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:17.5rem;left:0rem;width:15.0625rem;height:;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mq33AxkRunfgMPQdTy7NegRbaAXJ8uW3 { top:12.375rem;left:0rem;width:12.25rem;height:;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #n4PzEG5wIGCN0A5DmczythnpsCrzDHHD { top:9rem;left:0rem;width:15.5rem;height:;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #n9NvDxbUnlVZBTOlH9JzpfOS3bARFmwv { top:5.625rem;left:0rem;width:15rem;height:;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VX6FPJR3IEFW3l6s2EmO7TScO2CIQfMU { top:1rem;left:0rem;width:19.125rem;height:;font-size:1.0625rem;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:1.75rem;left:0rem;width:12.8125rem;height:0.9375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TeWoziQBGLxqArvP7QOJLOkUuem4RvqS { top:5.625rem;left:0.311967253685rem;width:12.8125rem;height:0.9375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eIN6ICidtVqXJ5hMhBeFUIgn0xzupvvs { top:9.5rem;left:0.31285464763641rem;width:12.8125rem;height:0.9375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #U5oKP8tys2d3Goa4BxsEE6cCldq4TBK4 { top:13.875rem;left:0.31463038921356rem;width:12.8125rem;height:0.9375rem;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) { #By0XX862HUfb6TTORXEh2rSfxt3dENI6 { display:block; }#By0XX862HUfb6TTORXEh2rSfxt3dENI6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lUdcwuOUkA2R5SqssTq8I63OQDz7Dh5e { top:0.5rem;left:0rem;width:47.75rem;height:4.125rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pG2NOI64pFGlUTXBsfT5E0LwmfS49I6a { top:31.375rem;left:10.4375rem;width:14.5rem;height:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTJFO16ovcZzsle554USKXVsW0nuvPoA { top:31.8125rem;left:13.5rem;width:8.4375rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOTo0QKpLc1EBTGwPmOQcZpJLMkn7l30 { top:32.4375rem;left:13.9375rem;width:7.1875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPEpTtPdoU1E9H7WzTw0viuaDQlgIkmZ { 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) { #kJt94xhzfEuqIqSDA6hICNiVxhmHxISt { top:44rem;left:11.4375rem;width:12.5rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wv4VkZUPou7pT0EiqREOTSe7nyxBQt7e { width:13.1875rem;height:2.5625rem;top:50.625rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #poLPQC2qWQoiQSa0Gatdd7hlPE86v8f4 { display:block; }
 }@media only screen and (max-width: 763px) { #ErIp4yv4oGu1LTsMcKK2WapUQfWEuiTc { top:6.625rem;left:18.5625rem;width:14.5rem;height:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JC4QsVDRozadi4Lr5k0Jtd1EVTZyX2hw { width:13.1875rem;height:2.5625rem;top:25.875rem;left:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKLgzg9OI3xOo8Zw8Zs5uSo9U8MOn3ZL { display:block; }
 }@media only screen and (max-width: 763px) { #oM5e0tJ84K9FcAN6Xx1RDzvWUbSepmFT { top:20.25rem;left:18.656251907349rem;width:14.3125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MewvyW05f7rWvFXkyXDVuGZNdmFvn5QQ { top:16.5rem;left:18.812501907349rem;width:14rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDrTTudhyU1ab0aENuk1pW6bbq2CnIu2 { top:7.0625rem;left:21.5625rem;width:8.4375rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOKbTdJIuF8L5biOy76xHCIv3oDesuKe { top:7.9375rem;left:22.4375rem;width:6.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ashFXO1Q5kO0x2ukLWCMrE3TSov3E8KC { top:6.625rem;left:33.25rem;width:14.5rem;height:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7SnvqbAzcuQpZyqzWZr4eQGOcRThfIJ { width:13.1875rem;height:2.5625rem;top:25.875rem;left:34.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTGaUW6wFuxWcgtZ5R4z2UNvx07gMrwm { display:block; }
 }@media only screen and (max-width: 763px) { #nvkN6noVRTKTC6cXmZiSf59ZOzT2prxh { top:20.375rem;left:35.25rem;width:12.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dsyqfn9AXIuwRFiHrpP3UyXWVpCVr6vQ { 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) { #ZSXE8MtQ1FvtdCNtv60CFGMfsi9ReCrH { top:7.0625rem;left:38.3125rem;width:8.4375rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuG19DMH1ANTe1431kECEoskxZOtal2P { top:8.25rem;left:39.5rem;width:6.125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJxzGNF8ngzOSLyDeA5TvKzglsP23b8c { top:6.625rem;left:1.75rem;width:14.5rem;height:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpOpfEXuIuoWSx44l6LqvqKCdoonmNt6 { width:13.1875rem;height:2.5625rem;top:25.875rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMuW7CtNalU48ifVIGlItTJqAsd8cDSq { display:block; }
 }@media only screen and (max-width: 763px) { #DhVrq4bDODMAlCQTmbXoeUvhOFberpbt { top:19.25rem;left:2.75rem;width:12.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSbypDyPS0qZSgC5NKxXRWJ7N8l3EWdW { top:16rem;left:2.75rem;width:12.5rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7zTqWAIASsbdwB05h01V1ZZ50MFefZs { top:7.0625rem;left:4.75rem;width:8.4375rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVA3il8Onr2T28DAaxe8g09qWmxmUs4p { top:8.3125rem;left:5.875rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Paendu4UMks4bffzoLGzgTJfwyDLT5F6 { top:31.375rem;left:28.5625rem;width:14.5rem;height:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vs4rUR9ZPKmTtG1JQVHT4KC5uzNyIcpU { width:13.1875rem;height:2.5625rem;top:50.625rem;left:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyf9JBJIXyexBBU3Nn0kJigNSo8cxxZD { display:block; }
 }@media only screen and (max-width: 763px) { #v6Sd4DFc4yUhnPCpOF8B1TqIP22WwahP { top:44rem;left:29.5625rem;width:12.5rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLiA3cu2TrbaWg111GrhqlSsgoEMXnBy { 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) { #EeL9QWrAmTT1ArWqaA7nrczRWuXPsb2T { top:31.8125rem;left:31.625rem;width:8.4375rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbURKccswHeeE7zcxpBkTv8hZFxSocT7 { 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) { #PxgXBNluwlsQvQl9XCT7VmZP3RDF5HJN { top:48.8125rem;left:44.625rem;width:3.125rem;height:3.125rem;display:none; }
#PxgXBNluwlsQvQl9XCT7VmZP3RDF5HJN > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #QdwLr6BaHXpWWw3ugD0ekLCh5qEMAUnP { top:1.4375rem;left:0rem;width:18.125rem;height:;font-size:1.625rem;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) { #lnrDJN2KKdEFmRlVx1WCLZAx9rv4KqMt { top:48.8125rem;left:44.625rem;width:3.125rem;height:3.125rem;display:none; }
#lnrDJN2KKdEFmRlVx1WCLZAx9rv4KqMt > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@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) { #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) { #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) { #EBaiTvS5NsFdB72eb4r8t3nbwfMKJyTq { top:48.8125rem;left:44.625rem;width:3.125rem;height:3.125rem;display:none; }
#EBaiTvS5NsFdB72eb4r8t3nbwfMKJyTq > 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) { #h0hcGhpR1ESGtG054MkRNZJv7q6yM62y { width:47.75rem;height:59.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lZX5pCxqZT3lotDfWuF5QCTXwzWIQCRU { width:47.75rem;height:59.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xhyp0Wkb5iWvRZ7dbLKO45TORAcTHOrW { width:47.75rem;height:59.6875rem;display:none; }
 }@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:5.3125rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLaRK1MaR6u5ol5VABTRt0JgwrJkriwy { top:5.3125rem;left:9.9375rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErBfdQI9vhyN0WX4PMRAzNX60QEywJUG { top:5.3125rem;left:25.3125rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvoPzak8E8oOIUKcOLQ5I6T51ZwT8JBS { top:5.3125rem;left:39.8125rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1Fmfq9I3Oh9yOTdiVkyvmFxWdaB8uV7 { top:6.6875rem;left:0rem;width:6.8125rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBn4BC1BC665XMp60OFQFTwwve0sVtbW { top:7.4375rem;left:12.8125rem;width:5.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLh5ttG1aiDK6GUyECbMMSeMCTcUH7m7 { top:7.4375rem;left:27.75rem;width:6.1875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMZTZO3Oz0e53h1M4TnFLpiWZSzoMFyc { top:7.4375rem;left:41.5625rem;width:6.1875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIwV8THMyfx3E8EblNkvIhPZe7geWNZM { top:21.5625rem;left:5.1242189407349rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVJFySuOxbFuA2XLaRq8hgIEkG3o4gTx { top:16rem;left:0rem;width:10.5rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRvQ4obuetJeK3NhbbTzO082LsfSCw0V { top:16rem;left:9.4375rem;width:12.5rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nreelBmUWbTwkSvAmBW9Allf11kVlrHo { top:16rem;left:25.3125rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iB5T3AKBpS69hkLTFBlAZkRV1FnvzE0F { top:16rem;left:35.25rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlGuELKnkNq22cHexORlF1oOiwZhMuKU { top:21.625rem;left:7.625rem;width:40.125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@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.75rem;left:0rem;width:16.1875rem;height:;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VkbsEwUE12gQ1kuivliGOhgv7Hie7TTO { width:20.875rem;height:3.9375rem;top:5.4375rem;left:26.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xIOykbhDCt7TOfQMcEUBm0kimT90bTMb { display:block; }
 }@media only screen and (max-width: 763px) { #DgD75lpkNQTCKVl47JQ7aHgdV1XxPUcg { top:2.8125rem;left:0rem;width:47.75rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlNzDDiKdER5z41oP7DqE02iITHqXogg { top:3.625rem;left:10.6875rem;width:29.9375rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yewpU1IEn6vZkUKXx6Ldp9G8E2hxEh0n { width:20.8125rem;height:3.875rem;top:6.125rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #laqZFI4RiKnXChGCxCpIaCZw9BMyrV4W { display:block; }
 }@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:48.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WU9288swv9355v4h1W4r0TBCBWgu2IR2 { width:19.375rem;height:6.3rem;top:11.55rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15016;line-height:1.4;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:4.5625rem;height:2.0625rem;top:1.25rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yB0tJOksGU3g04XOUmqTfcpDo9keRyAN { display:flex;width:1.4375rem;height:1.4375rem;top:28.0625rem;left:4rem; }
 }@media only screen and (max-width: 763px) { #uKbRB4FRIED69z63hf1zfIHyy17PnTzU { width:5.6875rem;height:1.25rem;top:30.75rem;left:1.875rem;text-align:center;text-align-last:center;font-size:0.625rem;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) { #F7aIUSatJ2GO2zh6PBnmt0M3HhFeGV34 { display:flex;width:1.5rem;height:1.5rem;top:28.0625rem;left:10rem; }
 }@media only screen and (max-width: 763px) { #o4PWBPEW3rX5GsVcGlrIWQz836GgrckT { width:3.1875rem;height:1.25rem;top:30.8125rem;left:9.125rem;text-align:center;text-align-last:center;font-size:0.625rem;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) { #VqHrWB9yTvITtSpOWF1JXS9obsTAyu2t { display:flex;width:1.6875rem;height:1.6875rem;top:28.0625rem;left:15.25rem; }
 }@media only screen and (max-width: 763px) { #p3dWMGUeyrUpmnF9qcaywXUxNBNT35hX { width:4.0625rem;height:1.25rem;top:31rem;left:14.0625rem;text-align:center;text-align-last:center;font-size:0.625rem;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) { #WR6TIKAPD2UtouTstA0dxRPyL0oaTMZW { width:18.996125rem;height:3.4375rem;top:23.375rem;left:0.5009765625rem;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:17.6875rem;height:3.025rem;top:7.275rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #kFIta5UNe6Pwwq9rIuuZ9aETivMTMcig { width:19.8125rem;height:14.75rem;top:33.3125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #iW246K1HfNz2JX1gwFBy0ig5prlZLXJc { width:10.75rem;height:1.4625rem;top:4.5625rem;left:4.625rem;font-size:0.5625rem;color:rgba(var(--color-secondary-4),1);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rp02KlzQfctiRKWq3EIWAgTa0WBhOCGm .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; }
#rp02KlzQfctiRKWq3EIWAgTa0WBhOCGm .widget-text.counter-number { padding-top:0.351875rem;padding-right:0.306875rem;padding-bottom:0.351875rem;padding-left:0.306875rem;width:1.840625rem;min-width:1.840625rem;height:1.89125rem;font-size:1.4075rem;line-height:30.26px;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; }
#rp02KlzQfctiRKWq3EIWAgTa0WBhOCGm .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.22rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.454375rem;height:0.7475rem;font-size:0.5275rem;line-height:11.96px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#rp02KlzQfctiRKWq3EIWAgTa0WBhOCGm { width:12.5625rem;height:3.5rem;display:flex;top:19.1rem;left:3.6875rem;z-index:15030;padding-top:0.04375rem;padding-right:0.04375rem;padding-bottom:0.04375rem;padding-left:0.04375rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #rp02KlzQfctiRKWq3EIWAgTa0WBhOCGm #TbeW0sERZ84Hq2E2Uu7SuL1fPzGBd6KV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rp02KlzQfctiRKWq3EIWAgTa0WBhOCGm #BtP4iznPOmvG8QSup1rfzeDQhNuQWWus {  }
 }@media only screen and (max-width: 763px) { #rp02KlzQfctiRKWq3EIWAgTa0WBhOCGm #AMn1Tw3a7is2JCPgU50E2n3cXOSI13yx {  }
 }@media only screen and (max-width: 763px) { #rp02KlzQfctiRKWq3EIWAgTa0WBhOCGm #pqzLTDTABmhSctiShOeGlFNEb5f08mVx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rp02KlzQfctiRKWq3EIWAgTa0WBhOCGm #HVKqUmTrJggTyPEHhucrqZLk47K1DKPs {  }
 }@media only screen and (max-width: 763px) { #rp02KlzQfctiRKWq3EIWAgTa0WBhOCGm #ziStExheqzoFdR5PtDLnMBTPLOupMqno {  }
 }@media only screen and (max-width: 763px) { #rp02KlzQfctiRKWq3EIWAgTa0WBhOCGm #MJtXZODBFsJJBBv03gdqGQh966qWPDDQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rp02KlzQfctiRKWq3EIWAgTa0WBhOCGm #cbFSqyUlSh0TN6BaA7l0IZ6hfkPQb7iL {  }
 }@media only screen and (max-width: 763px) { #rp02KlzQfctiRKWq3EIWAgTa0WBhOCGm #Q2OSS3DKCkNPwNf5PGrF7vCEkWCCqL6J {  }
 }@media only screen and (max-width: 763px) { #rp02KlzQfctiRKWq3EIWAgTa0WBhOCGm #wlxOp4kPpQk2y3Hb0IvOldhxCpvhIom4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rp02KlzQfctiRKWq3EIWAgTa0WBhOCGm #xKrqwPkCAoLTiUAdt9ESTHJTl6zvHWwz {  }
 }@media only screen and (max-width: 763px) { #rp02KlzQfctiRKWq3EIWAgTa0WBhOCGm #WnsyucwNOQ1grKcFqubJQNlVGT7ngXvd {  }
 }@media only screen and (max-width: 763px) { #vlRHA8Gk0TrI2a8xcIXxhGv55WlKB5EV { width:18.996125rem;height:3.4375rem;top:24.4375rem;left:1.1259765625rem;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;z-index:15029;display:none; }
 }@media only screen and (max-width: 763px) { #RLnL5bMsg03GTF0NGcxHna6TaAv1gFWr { display:block; }
 }@media only screen and (max-width: 763px) { #puET8tpW1ltEETXEmw23tCBo9iS41Jt6 { background-color:#f4f4f4;background-image:none;display:none; }#puET8tpW1ltEETXEmw23tCBo9iS41Jt6 > .row .container { width:20rem;height:80.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KIQ2bbH6HyxMyyblmdugT7Mwri3lR7sK { width:16.6868125rem;height:3.6257125rem;top:1.25rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.8125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #KU6EUbUalyW6Zib2fnD0uxDxbdMS7zTk { display:flex;width:7.3118125rem;height:7.3118125rem;top:6.125rem;left:6.3125rem; }
 }@media only screen and (max-width: 763px) { #xyOh5vSqiN4Cy2F2rV1PVKAQ6MkvOuIa { display:flex;width:7.1875rem;height:7.1875rem;top:14.68675rem;left:6.375rem; }
 }@media only screen and (max-width: 763px) { #oVJS3XTTnrdTX2pvM38M2kGcTDWoOTJz { display:flex;width:7.1875rem;height:7.1875rem;top:23.12425rem;left:6.375rem; }
 }@media only screen and (max-width: 763px) { #VWa1T049B5Miq3mvnHaZ6Qtz20Ld0IPF { display:flex;width:7.1875rem;height:7.1875rem;top:31.56175rem;left:6.375rem; }
 }@media only screen and (max-width: 763px) { #Z3nBKXtqvuxOrpGLdrIN8Mx5ZO7CSqWz { width:12.5rem;height:2.59765625rem;top:63.75628125rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IT8kHqUWRoPAnKckdCH70OiXbx273n5B { width:12.5rem;height:2.59765625rem;top:67.6039375rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DcwtxT7u0KTtMyIcGqxzryMBRdTZzZrC { width:12.5rem;height:3.8964875rem;top:71.45159375rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bs4i7PThQbeJGxWrmZBesBXq52TrKEJw { width:12.5rem;height:5.19921875rem;top:73.84765625rem;left:6rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TXxAV4ezaSbb9NqQmoRrVJemS0Rqm8aR { width:17.5rem;height:5.1163rem;top:39.99925rem;left:1.25rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pe2xTJpucTBdiW8wGGQaegiR6obm9Kwm { width:13.6869375rem;height:5.1163rem;top:46.364875rem;left:3.125rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #riiNPCtCarhKkIIf5qNLgSZyfxW4Divc { width:15.3125rem;height:5.1163rem;top:52.7305rem;left:2.3125rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ogzLldaflyx3u6CkIZRa1TLAfcsvpmCa { width:13.6869375rem;height:3.41086875rem;top:59.096125rem;left:3.125rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pkkKcpzWIsZ9m4FDcQRZEMl0QI5sIx60 { display:block; }#pkkKcpzWIsZ9m4FDcQRZEMl0QI5sIx60 > .row .container { width:20rem;height:19.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QvxJyuGwZeMZbl14ZtoXRefNuUCOXOvF { display:flex;width:2.8125rem;height:2.8125rem;top:5.2939453125rem;left:1.25rem;z-index:15054; }
 }@media only screen and (max-width: 763px) { #N8SAMIWk5TUc6QRkgetN9sDwcPXszdS8 { display:flex;width:2.5625rem;height:2.5625rem;top:8.3984375rem;left:1.375rem;z-index:15055; }
 }@media only screen and (max-width: 763px) { #TydMzfU3kfi8bunEd8pt9SBzhWVovan1 { display:flex;width:2.1875rem;height:2.1875rem;top:15.5625rem;left:1.6875rem;z-index:15057; }
 }@media only screen and (max-width: 763px) { #OceB3bQpS6wt41FSdeAyglZFiURGVAr7 { display:flex;width:2.5rem;height:2.5rem;top:11.75rem;left:1.25rem;z-index:15056; }
 }@media only screen and (max-width: 763px) { #WisxxD8OD4wfcTwFmu1rNLdkMbevRif3 { width:13.9375rem;height:2.1125rem;top:15.625rem;left:4.375rem;font-size:0.8125rem;z-index:15062;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Mq33AxkRunfgMPQdTy7NegRbaAXJ8uW3 { width:12.3105625rem;height:2.1125rem;top:11.9375rem;left:4.3125rem;font-size:0.8125rem;z-index:15063;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #n4PzEG5wIGCN0A5DmczythnpsCrzDHHD { width:14.125rem;height:2.1125rem;top:8.625rem;left:4.5rem;font-size:0.8125rem;z-index:15064;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #n9NvDxbUnlVZBTOlH9JzpfOS3bARFmwv { width:13.75rem;height:2.1125rem;top:5.6435546875rem;left:4.53125rem;font-size:0.8125rem;z-index:15065;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VX6FPJR3IEFW3l6s2EmO7TScO2CIQfMU { top:1rem;left:0.4375rem;width:19.125rem;height:;z-index:15077;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TcoewfA53clDAqEvBZogWiLPpfPgPqz9 { display:none; }#TcoewfA53clDAqEvBZogWiLPpfPgPqz9 > .row .container { width:20rem;height:31.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #z6M5ETknHTuwZp7V3WTnpoNvcGCJ2hcD { display:flex;width:1.5rem;height:1.5rem;top:9.8671875rem;left:9.25rem;z-index:15054;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #ezwzJelWJzUZ2y9BAdMonFpy6DOL3XLx { display:flex;width:1.49921875rem;height:1.49921875rem;top:7.11796875rem;left:9.25rem;z-index:15055;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #ryTJ1Og3Xwsft4O6OxF3lQaoCmKbHaNm { display:flex;width:1.49921875rem;height:1.49921875rem;top:4.36875rem;left:9.25rem;z-index:15056; }
 }@media only screen and (max-width: 763px) { #yc2lTtdyKPEihgT2f3JP1qQDPCIvw8t7 { display:flex;width:1.49921875rem;height:1.49921875rem;top:28.92890625rem;left:9.25rem;z-index:15058;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #vDVKyyrAPqccyT9rtmzmonpTTsVM42ti { display:flex;width:1.49921875rem;height:1.49921875rem;top:26.1796875rem;left:9.25rem;z-index:15057; }
 }@media only screen and (max-width: 763px) { #xw3zIaOEiBtSTqkL2lqTIiRZaApgh1Bq { width:15.3125rem;height:1.21875rem;top:23.7109375rem;left:2.3125rem;font-size:0.9375rem;z-index:15059;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TeWoziQBGLxqArvP7QOJLOkUuem4RvqS { width:16.8125rem;height:1.21875rem;top:21.2421875rem;left:1.5625rem;font-size:0.9375rem;z-index:15060;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eIN6ICidtVqXJ5hMhBeFUIgn0xzupvvs { width:12.871875rem;height:1.21875rem;top:18.7734375rem;left:3.5625rem;font-size:0.9375rem;z-index:15061;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U5oKP8tys2d3Goa4BxsEE6cCldq4TBK4 { width:16.9984375rem;height:1.21875rem;top:16.3046875rem;left:1.5rem;font-size:0.9375rem;z-index:15062;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sEguyNKJkkg26s4I30IIoMRh4TdKEUea { width:19.246875rem;height:2.4375rem;top:12.6171875rem;left:0.375rem;font-size:0.9375rem;z-index:15063;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iV6LspyErkBOuoLGd4zupn5UAM2d0Onp { top:1.25rem;left:3.8125rem;width:12.31175rem;height:1.86875rem;z-index:15078;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #By0XX862HUfb6TTORXEh2rSfxt3dENI6 { display:none; }#By0XX862HUfb6TTORXEh2rSfxt3dENI6 > .row .container { width:20rem;height:272.0625rem;background-color:#f4f4f4;background-image:none;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lUdcwuOUkA2R5SqssTq8I63OQDz7Dh5e { 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) { #pG2NOI64pFGlUTXBsfT5E0LwmfS49I6a { width:14.5rem;height:23.6875rem;top:80.818359375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTJFO16ovcZzsle554USKXVsW0nuvPoA { width:8.4375rem;height:8.4375rem;top:81.255859375rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOTo0QKpLc1EBTGwPmOQcZpJLMkn7l30 { display:flex;width:7.1875rem;height:7.1875rem;top:81.88086128235rem;left:6.25rem; }
 }@media only screen and (max-width: 763px) { #fPEpTtPdoU1E9H7WzTw0viuaDQlgIkmZ { width:11.25rem;height:0;top:90.75586128235rem;left:4.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJt94xhzfEuqIqSDA6hICNiVxhmHxISt { width:12.5rem;height:0;top:93.44336128235rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wv4VkZUPou7pT0EiqREOTSe7nyxBQt7e { width:13.1875rem;height:2.5625rem;top:100.06836128235rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #poLPQC2qWQoiQSa0Gatdd7hlPE86v8f4 { display:block; }
 }@media only screen and (max-width: 763px) { #ErIp4yv4oGu1LTsMcKK2WapUQfWEuiTc { width:14.5rem;height:23.6875rem;top:30.943359375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JC4QsVDRozadi4Lr5k0Jtd1EVTZyX2hw { width:13.1875rem;height:2.5625rem;top:50.193359375rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKLgzg9OI3xOo8Zw8Zs5uSo9U8MOn3ZL { display:block; }
 }@media only screen and (max-width: 763px) { #oM5e0tJ84K9FcAN6Xx1RDzvWUbSepmFT { width:14.3125rem;height:0;top:44.568359375rem;left:2.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MewvyW05f7rWvFXkyXDVuGZNdmFvn5QQ { width:14rem;height:0;top:40.861763000488rem;left:3rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDrTTudhyU1ab0aENuk1pW6bbq2CnIu2 { width:8.4375rem;height:8.4375rem;top:31.380859375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOKbTdJIuF8L5biOy76xHCIv3oDesuKe { display:flex;width:6.75rem;height:6.75rem;top:32.255859375rem;left:6.625rem; }
 }@media only screen and (max-width: 763px) { #ashFXO1Q5kO0x2ukLWCMrE3TSov3E8KC { width:14.5rem;height:23.6875rem;top:55.880859375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7SnvqbAzcuQpZyqzWZr4eQGOcRThfIJ { width:13.1875rem;height:2.5625rem;top:75.130859375rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTGaUW6wFuxWcgtZ5R4z2UNvx07gMrwm { display:block; }
 }@media only screen and (max-width: 763px) { #nvkN6noVRTKTC6cXmZiSf59ZOzT2prxh { width:12.5rem;height:0;top:69.630859375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dsyqfn9AXIuwRFiHrpP3UyXWVpCVr6vQ { width:11.25rem;height:0;top:66.318359375rem;left:4.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSXE8MtQ1FvtdCNtv60CFGMfsi9ReCrH { width:8.4375rem;height:8.4375rem;top:56.318359375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuG19DMH1ANTe1431kECEoskxZOtal2P { display:flex;width:6.125rem;height:6.125rem;top:57.505859375rem;left:6.9375rem; }
 }@media only screen and (max-width: 763px) { #JJxzGNF8ngzOSLyDeA5TvKzglsP23b8c { width:14.5rem;height:23.6875rem;top:6.005859375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpOpfEXuIuoWSx44l6LqvqKCdoonmNt6 { width:13.1875rem;height:2.5625rem;top:25.255859375rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMuW7CtNalU48ifVIGlItTJqAsd8cDSq { display:block; }
 }@media only screen and (max-width: 763px) { #DhVrq4bDODMAlCQTmbXoeUvhOFberpbt { width:12.5rem;height:0;top:18.630859375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSbypDyPS0qZSgC5NKxXRWJ7N8l3EWdW { width:12.5rem;height:0;top:15.380859375rem;left:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7zTqWAIASsbdwB05h01V1ZZ50MFefZs { width:8.4375rem;height:8.4375rem;top:6.443359375rem;left:5.7500019073486rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVA3il8Onr2T28DAaxe8g09qWmxmUs4p { display:flex;width:5.9375rem;height:5.9375rem;top:7.693359375rem;left:6.8750019073488rem; }
 }@media only screen and (max-width: 763px) { #Paendu4UMks4bffzoLGzgTJfwyDLT5F6 { width:14.5rem;height:23.6875rem;top:105.755859375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vs4rUR9ZPKmTtG1JQVHT4KC5uzNyIcpU { width:13.1875rem;height:2.5625rem;top:125.00586128235rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyf9JBJIXyexBBU3Nn0kJigNSo8cxxZD { display:block; }
 }@media only screen and (max-width: 763px) { #v6Sd4DFc4yUhnPCpOF8B1TqIP22WwahP { width:12.5rem;height:0;top:118.38086128235rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLiA3cu2TrbaWg111GrhqlSsgoEMXnBy { width:11.25rem;height:0;top:114.75586128235rem;left:4.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeL9QWrAmTT1ArWqaA7nrczRWuXPsb2T { width:8.4375rem;height:8.4375rem;top:106.193359375rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbURKccswHeeE7zcxpBkTv8hZFxSocT7 { display:flex;width:6.5625rem;height:6.5625rem;top:107.13086128235rem;left:6.75rem; }
 }@media only screen and (max-width: 763px) { #VIShtVJLvmzlTNRGCNkTBqof2svrs98H { display:block; }#VIShtVJLvmzlTNRGCNkTBqof2svrs98H > .row .container { width:20rem;height:34.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GdolHyZbqc04rPcaAIEABXat0iD8tc9g { width:3.3125rem;height:3.3125rem;top:12.25rem;left:0.75rem;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.75rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #WJKHE7ofB0gGcLrAhqtP3p8z9exPEE8y { top:11.625rem;left:0.375rem;width:19.308625rem;height:4.62421875rem;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) { #PxgXBNluwlsQvQl9XCT7VmZP3RDF5HJN { display:flex;width:1.93359375rem;height:1.93359375rem;top:12.939453125rem;left:16.5rem;z-index:15075; }
#PxgXBNluwlsQvQl9XCT7VmZP3RDF5HJN > img { max-width: 100%;max-height:100%; width:1.93359375rem; height:1.93359375rem; } }@media only screen and (max-width: 763px) { #QdwLr6BaHXpWWw3ugD0ekLCh5qEMAUnP { top:1.0625rem;left:0.9375rem;width:18.125rem;height:3.25rem;z-index:15076;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1;color:rgba(var(--color-secondary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #t9gJV5R7N4ghKL4R7UK6BXHTZictZ3Rx { top:6.3125rem;left:0.375rem;width:19.3109375rem;height:4.62421875rem;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.31171875rem;height:3.31171875rem;top:7rem;left:1rem;z-index:15071;background-color:#68a54e;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #lnrDJN2KKdEFmRlVx1WCLZAx9rv4KqMt { display:flex;width:1.93359375rem;height:1.93359375rem;top:7.6875rem;left:16.5rem;z-index:15076; }
#lnrDJN2KKdEFmRlVx1WCLZAx9rv4KqMt > img { max-width: 100%;max-height:100%; width:1.93359375rem; height:1.93359375rem; } }@media only screen and (max-width: 763px) { #LV7qbexIkIwLqtTIs48hDWpAvUx6280r { top:22.625rem;left:0.375rem;width:19.309375rem;height:4.6234375rem;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.3109375rem;height:3.3109375rem;top:23.25rem;left:0.625rem;z-index:15042;background-color:#ffbd59;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #NqTku8DHoLoTHol1GHQ7ankCXweIEhNx { display:flex;width:2.3734375rem;height:2.3734375rem;top:23.6875rem;left:1.0625rem;z-index:15043; }
 }@media only screen and (max-width: 763px) { #qKKBtknOvAmqCqrFQr4GIDGnwnEufPul { top:17.25rem;left:0.375rem;width:19.308625rem;height:4.6234375rem;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.3109375rem;height:3.3109375rem;top:17.9375rem;left:1rem;z-index:15032;background-color:#0e4275;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #bm9or2EliF4ra9ECxeSRwV4J3e3iKWBx { top:28.125rem;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.3109375rem;height:3.3109375rem;top:28.8125rem;left:0.9375rem;z-index:15063;background-color:#1800ad;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #G2WSFhr6aIGmdrl7rWxvT60ZvCwlX0GN { display:flex;width:1.93261875rem;height:1.93261875rem;top:24rem;left:16.5rem;z-index:15077; }
#G2WSFhr6aIGmdrl7rWxvT60ZvCwlX0GN > img { max-width: 100%;max-height:100%; width:1.93261875rem; height:1.93261875rem; } }@media only screen and (max-width: 763px) { #EBaiTvS5NsFdB72eb4r8t3nbwfMKJyTq { display:flex;width:1.93261875rem;height:1.93261875rem;top:18.625rem;left:16.5rem;z-index:15078; }
#EBaiTvS5NsFdB72eb4r8t3nbwfMKJyTq > img { max-width: 100%;max-height:100%; width:1.93261875rem; height:1.93261875rem; } }@media only screen and (max-width: 763px) { #KB3uszTbMV3xpVzQO8Ct8fHGwN7VU9zv { display:flex;width:1.93261875rem;height:1.93261875rem;top:29.5rem;left:16.5rem;z-index:15079; }
#KB3uszTbMV3xpVzQO8Ct8fHGwN7VU9zv > img { max-width: 100%;max-height:100%; width:1.93261875rem; height:1.93261875rem; } }@media only screen and (max-width: 763px) { #h0hcGhpR1ESGtG054MkRNZJv7q6yM62y { top:7.3125rem;left:1.625rem;width:2.0625rem;height:2.625rem;z-index:15080;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #lZX5pCxqZT3lotDfWuF5QCTXwzWIQCRU { top:18.125rem;left:1.5625rem;width:2.25rem;height:2.875rem;z-index:15081;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xhyp0Wkb5iWvRZ7dbLKO45TORAcTHOrW { top:28.8125rem;left:1.25rem;width:2.625rem;height:3.3125rem;z-index:15082;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gvKp93JHzzT7VVOyOEki0bEP80Ls4KFG { display:block; }#gvKp93JHzzT7VVOyOEki0bEP80Ls4KFG > .row .container { width:20rem;height:45.9375rem;position:relative;display:block; } }@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.8744375rem;height:0.12429rem;top:42rem;left:2.125rem;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:17.9998125rem;height:1.81285625rem;top:1.25rem;left:1rem;text-align:center;text-align-last:center;font-size:1.8125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Kc9lqANnkz282EV5Z7J09XVmcTennVzZ { display:flex;width:2.12446875rem;height:2.12446875rem;top:4.6875rem;left:2.0625rem; }
 }@media only screen and (max-width: 763px) { #TLaRK1MaR6u5ol5VABTRt0JgwrJkriwy { display:flex;width:2.12446875rem;height:2.12446875rem;top:10.185546875rem;left:2.0625rem; }
 }@media only screen and (max-width: 763px) { #ErBfdQI9vhyN0WX4PMRAzNX60QEywJUG { display:flex;width:2.12446875rem;height:2.12446875rem;top:16.4345703125rem;left:2.0625rem; }
 }@media only screen and (max-width: 763px) { #lvoPzak8E8oOIUKcOLQ5I6T51ZwT8JBS { display:flex;width:2.12446875rem;height:2.12446875rem;top:21.55859375rem;left:2.0625rem; }
 }@media only screen and (max-width: 763px) { #z1Fmfq9I3Oh9yOTdiVkyvmFxWdaB8uV7 { display:flex;width:3.125rem;height:3.125rem;top:4.6875rem;left:5rem; }
 }@media only screen and (max-width: 763px) { #OBn4BC1BC665XMp60OFQFTwwve0sVtbW { display:flex;width:3.0625rem;height:3.0625rem;top:10.185546875rem;left:5.3740234375rem; }
 }@media only screen and (max-width: 763px) { #lLh5ttG1aiDK6GUyECbMMSeMCTcUH7m7 { display:flex;width:2.6875rem;height:2.6875rem;top:16.15234375rem;left:5.21875rem; }
 }@media only screen and (max-width: 763px) { #wMZTZO3Oz0e53h1M4TnFLpiWZSzoMFyc { display:flex;width:2.8125rem;height:2.8125rem;top:21.55859375rem;left:5rem; }
 }@media only screen and (max-width: 763px) { #eIwV8THMyfx3E8EblNkvIhPZe7geWNZM { display:flex;width:6.18696875rem;height:6.18696875rem;top:25.875rem;left:6.9375rem; }
 }@media only screen and (max-width: 763px) { #fVJFySuOxbFuA2XLaRq8hgIEkG3o4gTx { width:9.375rem;height:1.875rem;top:5.3125rem;left:9.685546875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.0;display:block; }
 }@media only screen and (max-width: 763px) { #CRvQ4obuetJeK3NhbbTzO082LsfSCw0V { width:9.375rem;height:1.875rem;top:10.779296875rem;left:9.685546875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.0;display:block; }
 }@media only screen and (max-width: 763px) { #nreelBmUWbTwkSvAmBW9Allf11kVlrHo { width:9.375rem;height:2rem;top:16.49609375rem;left:9.685546875rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.0;display:block; }
 }@media only screen and (max-width: 763px) { #iB5T3AKBpS69hkLTFBlAZkRV1FnvzE0F { width:9.375rem;height:2rem;top:21.96875rem;left:9.685546875rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.0;display:block; }
 }@media only screen and (max-width: 763px) { #mlGuELKnkNq22cHexORlF1oOiwZhMuKU { width:15.2494375rem;height:7.8rem;top:33rem;left:2.125rem;font-size:1rem;text-align:center;text-align-last:center;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:115.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TwgufrTTKZH1ncOGBHcWgrvtV9TK9uld { width:18.0609375rem;height:6.3375rem;top:49.3265625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVqki7g2ay6Tb3pTzWsSBNaaoncpkqRE { width:16.3734375rem;height:4.8rem;top:59.25rem;left:1.8125rem;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.74925rem;height:1.8rem;top:56.25rem;left:6.125rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#0025cc;display:block; }
 }@media only screen and (max-width: 763px) { #AF5vCUmZiUo4NRPNAiHUBzTSTZhN07zw { width:15.625rem;height:22.5605625rem;top:65.1513671875rem;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.558625rem;top:88.638671875rem;left:1.6572265625rem;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:5.4rem;top:29.4375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #WEqumh9CKk3zwcVJmdztuTrZmNrrH5JV { height:10.0265625rem;width:17.875rem;top:38.05rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGgBqQKbCagIS3wwGNXTE0Nmk3lGe5ah { width:12.87425rem;height:2.6rem;top:2.45703125rem;left:7.12575rem;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:5.2999877929688rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nWelDLTflZGuR5yQunTePl4BcllTG4Fe { width:18.6875rem;height:15rem;top:12.75rem;left:0.625rem;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:1.25rem;left:0rem;width:20rem;height:10.25rem;z-index:15046;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #EBooQAL4OTO21GxNmi6Vcmtl1e2z3kg0 { display:block; }#EBooQAL4OTO21GxNmi6Vcmtl1e2z3kg0 > .row .container { width:20rem;height:24.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pWZLnK4FShSwZ9ZRE8aqeUbh3xHbKqJQ { width:4.3125rem;height:1.875rem;top:8.125rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrBfcMhbT4aB9yIZXRXbZZbhAUG75W1R { width:4.625rem;height:4.625rem;top:10.625rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8zR9Exkm7evpUgUdbAWwWNGtqJnRVZ5 { width:4.9375rem;height:1.9375rem;top:8.0625rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnAyIldbWPvtmRUHnJoA1owJvRIgJcfM { width:4.4375rem;height:3.6875rem;top:11.0625rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ep7J7wmbWTTl6Kz8yOd030MLUBbrqqeT { width:2.31055rem;height:2.31055rem;top:17.875rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrRdLWoQaVgKeanenPWz1C7mS7zZWX0B { width:20rem;height:4rem;top:1.25rem;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.4625rem;top:5.625rem;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:20.625rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #quH02ZndHL7kyLITDkJoaxBRwI1AXXsp { width:5.375rem;height:0.875rem;top:18.625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIvZTACMeZwrURoIiVaWzhaDH9KNEoGE { width:4.6875rem;height:1.375rem;top:21.625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zxfh4TLNI6NSufVXZtlFA3lWuONSfW1H { width:20rem;height:1.4625rem;top:15.6875rem;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:17.875rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9NxekO22ggbAKWic1yFQ7tcOpffkzkb { display:none; }#S9NxekO22ggbAKWic1yFQ7tcOpffkzkb > .row .container { width:20rem;height:24.374145507812rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mT3iEImsNgk8hB7itguUPZJdmVII7fxR { width:20rem;height:5.25rem;top:1.25rem;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:16.796125rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #nhRzCcsmK305mSJ5pcWtxx1TT2kTslRu { width:20rem;height:7.79686875rem;top:7.75rem;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:center;text-align-last:center;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:39.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VcsR8ATNlTUkq9izd9EPUKoiVaxROgIi { width:11.375rem;height:1.4rem;top:7.505859375rem;left:4.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lftNFdFTF9TlWvAsI6ON3n2L8PT4wA2r { width:20rem;height:1.05rem;top:5.6875rem;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:7.4248046875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGFDFtBnZarxTE7sZ9bhHrMZOrnlikPC { width:1.5625rem;height:1.5625rem;top:9.88671875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJHoWhRyUPqUTV5ap6TfxsPgZW4eJpqx { width:18.75rem;height:0.0625rem;top:19.2119140625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4QLTdf8cXhEX5Pdg0deKW9W0CGJ5TWT { width:8.6875rem;height:1.4rem;top:10.11328125rem;left:5.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #P3b5qvFLK5A1fVFeshC7FiWc66Ov3Jku { width:1.5625rem;height:1.5625rem;top:12.375rem;left:2rem;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;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #mhNaLy4f5qUs2dg63i26GBuA0hpc7Gk2 { width:20rem;height:1.05rem;top:20.3994140625rem;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:22.6875rem;left:6.6875rem;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:22.25rem;left:1.375rem;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:22.25rem;left:11.0625rem;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:22.25rem;left:6.25rem;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:22.8125rem;left:1.9375rem;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:22.8125rem;left:11.625rem;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:1.25rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkgSx2n8GlVpUJNEk3kwpqPwT8Ls3i2W { width:1.5625rem;height:1.5625rem;top:15.375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIA76hUCqb5x8Rts14gs7FhMddA28Wz1 { width:3.125rem;height:3.125rem;top:22.25rem;left:15.6875rem;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:22.875rem;left:16.3125rem; }
 }@media only screen and (max-width: 763px) { #pHp906Mi4RSzf4LFPeACqVFKfmZRDkhi { width:10.3125rem;height:1.4rem;top:15.4375rem;left:4.875rem;font-size:1rem;z-index:15017;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MDahZ496BTc4UAoGifffpOgXbEPtgd4F { width:11.5rem;height:1.4rem;top:12.5rem;left:4.875rem;font-size:1rem;z-index:15018;text-align:left;text-align-last:left;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.125rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JSPoFWBqkAFZSmvdMzL97UthoZ2dhJPM { width:20rem;height:8.25rem;top:1.25rem;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:16.1875rem;height:1.38125rem;top:3.1953125rem;left:2.4375rem;font-size:1.0625rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #VkbsEwUE12gQ1kuivliGOhgv7Hie7TTO { width:13.6875rem;height:2.75rem;top:5.28125rem;left:3.15625rem;z-index:15009;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIOykbhDCt7TOfQMcEUBm0kimT90bTMb { display:block; }
 }@media only screen and (max-width: 763px) { #DgD75lpkNQTCKVl47JQ7aHgdV1XxPUcg { width:20rem;height:9.0625rem;top:4.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RlNzDDiKdER5z41oP7DqE02iITHqXogg { width:16.5rem;height:1.38125rem;top:6rem;left:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yewpU1IEn6vZkUKXx6Ldp9G8E2hxEh0n { width:16.1875rem;height:3.0625rem;top:8.4375rem;left:1.9375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #laqZFI4RiKnXChGCxCpIaCZw9BMyrV4W { display:block; }
 }