.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,226;--color-primary-1:255,204,128;--color-primary-2:255,225,108;--color-primary-3:236,172,46;--color-primary-4:51,45,22;--color-secondary-0:220,233,245;--color-secondary-1:139,194,236;--color-secondary-2:81,143,204;--color-secondary-3:37,115,191;--color-secondary-4:8,76,124;--color-tertiary-0:255,255,255;--color-tertiary-1:133,170,206;--color-tertiary-2:51,113,173;--color-tertiary-3:0,78,152;--color-tertiary-4:31,51,59;--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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
 #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR *:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="text"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="email"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="tel"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR textarea:focus-visible { outline:0.125rem solid rgba(220,53,53,1);; } #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aGZSTJAJcV4XGAAODZ1SbW8eFU0dn3qE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6fbff;background-image:url("https://images.assets-landingi.com/uc/1c32092e-6a62-4b15-a3cb-1174ae489833/SUMMER.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aGZSTJAJcV4XGAAODZ1SbW8eFU0dn3qE.adaptive-delivery-prevent-bg, #aGZSTJAJcV4XGAAODZ1SbW8eFU0dn3qE.lazyload, #aGZSTJAJcV4XGAAODZ1SbW8eFU0dn3qE.lazyloading { background-image: none; }#aGZSTJAJcV4XGAAODZ1SbW8eFU0dn3qE > .row .container { background-color: transparent; background-image: none; }#aGZSTJAJcV4XGAAODZ1SbW8eFU0dn3qE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aGZSTJAJcV4XGAAODZ1SbW8eFU0dn3qE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aGZSTJAJcV4XGAAODZ1SbW8eFU0dn3qE > .row .container > .video-iframe-container { display: none; }#aGZSTJAJcV4XGAAODZ1SbW8eFU0dn3qE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aGZSTJAJcV4XGAAODZ1SbW8eFU0dn3qE > .row > .video-iframe-container { display: none; }#aGZSTJAJcV4XGAAODZ1SbW8eFU0dn3qE > .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); }#aGZSTJAJcV4XGAAODZ1SbW8eFU0dn3qE > .row .container { border-width: 0; border-radius: 0; }#aGZSTJAJcV4XGAAODZ1SbW8eFU0dn3qE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aGZSTJAJcV4XGAAODZ1SbW8eFU0dn3qE > .row .container { font-size:0.875rem;font-family:arial;height:51.375rem;width:60rem;position:relative;display:block; }#hmpzyZuBO5hXEQyeaGOHFDAx76JQ4HOz { background-color:#2e83f6;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-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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:1.625rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:0.87158203125rem;left:1.46728515625rem;display:block; }
#a2xmZVgmJ6o5xLCqTvuZRzpuzhQPSn99 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MGDRhwerEowgeUe4dtt30Udn3yldZaWr { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #0025cc;border-left:0.125rem solid #0025cc;border-right:0.125rem solid #0025cc;border-bottom:0.125rem solid #0025cc;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#171e79;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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.875rem;height:2.625rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:17.75rem;left:0.1875rem;display:block; }
#KVBsM1LeUaZgDR7lOnbRTw2iRaN5VcFS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GBdbnqdfrSTJcTWptnnE4moabPoJz5wS { background-color:#fdb2ff;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-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-3),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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.812125rem;height:1.49963125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:0.9332275390625rem;left:13.123168945312rem;display:block; }
#dD6tcultMhW4BWqVog18CusN3L3Z9Zea { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hOMNpqUsVTJu4EXULmey9y9Z7iOzMNfw { 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:#0025cc;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.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:1.49963125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:0.9332275390625rem;left:25.436401367188rem;display:block; }
#LNRfb6qGAtsS7gat6iZhpWfs6E34KstR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LDf0qVVVwPN5f1cXnAfW6UBn0E4TLlOq { color:rgba(var(--color-primary-0),1);display:block;width:38.062125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:14.686889648438rem;left:0rem;height:2.11181875rem;display:block; }
#mIq9M0uaHmzif9BLHKGo6p0H1NA8Ox0O { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #0025cc;border-left:0.125rem solid #0025cc;border-right:0.125rem solid #0025cc;border-bottom:0.125rem solid #0025cc;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#171e79;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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.375rem;height:2.625rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:24.75rem;left:0rem;display:block; }
#AlO9Xl5w90ak4f0ARX7U861858TgTM83 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cbpDQFN0TL1gRWoaT83fHEp7BO1T7MUu { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #0025cc;border-left:0.125rem solid #0025cc;border-right:0.125rem solid #0025cc;border-bottom:0.125rem solid #0025cc;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#171e79;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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.1875rem;height:2.625rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:21.125rem;left:9.9375rem;display:block; }
#gSM638ZvDCXdLc9pTsarvQ2G4dEkCt8b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qVck3xzsalym72VozMuctaIdiSUIOBZf { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #0025cc;border-left:0.125rem solid #0025cc;border-right:0.125rem solid #0025cc;border-bottom:0.125rem solid #0025cc;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#171e79;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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.625rem;height:2.625rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:28.125rem;left:0rem;display:block; }
#BrdIS5hqNs4rU1v0FIc2qn6VqgrI5Tks { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CPlHsNqHtRU7bVzfsi3RtMWENGayz37y { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #0025cc;border-left:0.125rem solid #0025cc;border-right:0.125rem solid #0025cc;border-bottom:0.125rem solid #0025cc;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#171e79;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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:2.625rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:21.125rem;left:0.1875rem;display:block; }
#BTL0dpW6Wk0AeOpQ5VU9VNLmMxdbbtmg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GkpvzZKIs3kbEw7OGA0ppKXRp3dzdWaI { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #0025cc;border-left:0.125rem solid #0025cc;border-right:0.125rem solid #0025cc;border-bottom:0.125rem solid #0025cc;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#171e79;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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.952875rem;height:2.5151375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:31.436767578125rem;left:0rem;display:block; }
#VuAixPmn2zO2EyKUFxep2z457VOxTteP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AEiEnSHMFwydsP5JRFieNS3klrOPv8Me { 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:75rem;width:44.0625rem;display:none; }
#FNMdDilRe9UcskVVN3OF8QzT4Wp0l086 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0025cc;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; }#FNMdDilRe9UcskVVN3OF8QzT4Wp0l086 > .row .container { background-color: transparent; background-image: none; }#FNMdDilRe9UcskVVN3OF8QzT4Wp0l086::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FNMdDilRe9UcskVVN3OF8QzT4Wp0l086 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FNMdDilRe9UcskVVN3OF8QzT4Wp0l086 > .row .container > .video-iframe-container { display: none; }#FNMdDilRe9UcskVVN3OF8QzT4Wp0l086 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FNMdDilRe9UcskVVN3OF8QzT4Wp0l086 > .row > .video-iframe-container { display: none; }#FNMdDilRe9UcskVVN3OF8QzT4Wp0l086 > .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); }#FNMdDilRe9UcskVVN3OF8QzT4Wp0l086 > .row .container { border-width: 0; border-radius: 0; }#FNMdDilRe9UcskVVN3OF8QzT4Wp0l086 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FNMdDilRe9UcskVVN3OF8QzT4Wp0l086 > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:block; }#b8X31BWRd669iKVCHgJInlTqNfXiezzo { color:#ffffff;display:block;width:41.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.32421875rem;left:10.4375rem;height:3.412475rem;display:block; }
#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { background-color: transparent; background-image: none; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container > .video-iframe-container { display: none; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row > .video-iframe-container { display: none; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .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); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { border-width: 0; border-radius: 0; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { font-size:0.875rem;font-family:arial;height:44.6875rem;width:60rem;position:relative;display:block; }#A8WtMXBCbMRCN2swKtMgEp7iGUsKPtT0 { color:rgba(var(--color-tertiary-3),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:3.875rem;left:8.125rem;height:6.0369875rem;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; }
#DZG1PKAle42hxQ8MoGyfJfU1kFDLenPa { color:rgba(var(--color-tertiary-3),1);display:block;width:47.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.8;letter-spacing:0;top:11.99951171875rem;left:7.655029296875rem;height:14.3945rem;text-align:justify;text-align-last:initial;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; }
#rLCE9yE7wIu3Vo9A2OsbyTUXpJytIeSy { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #0025cc;border-left:0.125rem solid #0025cc;border-right:0.125rem solid #0025cc;border-bottom:0.125rem solid #0025cc;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#171e79;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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.375rem;height:2.625rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:33.5625rem;left:34.4375rem;display:block; }
#GdufurfbNGG2knB48lxf0dxa50rVhgUK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TSJMWsIuKTFEVuJqHicNewpkVyeLQyVI { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #0025cc;border-left:0.125rem solid #0025cc;border-right:0.125rem solid #0025cc;border-bottom:0.125rem solid #0025cc;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#171e79;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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.1875rem;height:2.625rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:33.5625rem;left:26.3125rem;display:block; }
#oxSGo3OTuBZgSGiLfRMfKOTdeQeDTLdd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QdHJMDp3WvTLUfuF0QIsttG8JJO8oLUz { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #0025cc;border-left:0.125rem solid #0025cc;border-right:0.125rem solid #0025cc;border-bottom:0.125rem solid #0025cc;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#171e79;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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.875rem;height:2.625rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:33.5rem;left:3.1875rem;display:block; }
#ioER3S75eXS5rBV1T7sAyDTwPCPDTCwo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XvpbBn1Ak7Io5R5IwsNElgoBL7XuzzPS { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #0025cc;border-left:0.125rem solid #0025cc;border-right:0.125rem solid #0025cc;border-bottom:0.125rem solid #0025cc;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#171e79;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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:2.625rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:33.5rem;left:15.75rem;display:block; }
#vrJm3PotWpL9GAdNDlbTvTsfOz81MS7T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D0NSTUFg2Bk8g9AV5xloRUTUSpXNCKmR { color:#0025cc;display:block;width:25.1245rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:30.062255859375rem;left:18.999633789062rem;height:2.11181875rem;display:block; }
#aJl2A80ZK2zIm0krryNwq5qPKUHT4FW6 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #0025cc;border-left:0.125rem solid #0025cc;border-right:0.125rem solid #0025cc;border-bottom:0.125rem solid #0025cc;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#171e79;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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.625rem;height:2.625rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:37.4375rem;left:11.375rem;display:block; }
#wzK3EQSHDU8k2BnMX2ZMTQTIUtzNi2gC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gtmRUAi7uTvVZrVUESIFhfuWxGB1Vg1U { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #0025cc;border-left:0.125rem solid #0025cc;border-right:0.125rem solid #0025cc;border-bottom:0.125rem solid #0025cc;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#171e79;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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.0625rem;height:2.625rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:37.4375rem;left:30.875rem;display:block; }
#OTNGe9OTZS7hvZ8vRMJ8Glbdy3r0Qdn6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#crTH8Toc0RVTuMCuD6Aa6eaodCEmmuTl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#171e79;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; }#crTH8Toc0RVTuMCuD6Aa6eaodCEmmuTl > .row .container { background-color: transparent; background-image: none; }#crTH8Toc0RVTuMCuD6Aa6eaodCEmmuTl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#crTH8Toc0RVTuMCuD6Aa6eaodCEmmuTl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#crTH8Toc0RVTuMCuD6Aa6eaodCEmmuTl > .row .container > .video-iframe-container { display: none; }#crTH8Toc0RVTuMCuD6Aa6eaodCEmmuTl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#crTH8Toc0RVTuMCuD6Aa6eaodCEmmuTl > .row > .video-iframe-container { display: none; }#crTH8Toc0RVTuMCuD6Aa6eaodCEmmuTl > .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); }#crTH8Toc0RVTuMCuD6Aa6eaodCEmmuTl > .row .container { border-width: 0; border-radius: 0; }#crTH8Toc0RVTuMCuD6Aa6eaodCEmmuTl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#crTH8Toc0RVTuMCuD6Aa6eaodCEmmuTl > .row .container { font-size:0.875rem;font-family:arial;height:0.8125rem;width:60rem;position:relative;display:block; }#KhCoFNmn4yKJgoqEVy4yoyaCH4TGJI6L { 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; }#KhCoFNmn4yKJgoqEVy4yoyaCH4TGJI6L > .row .container { background-color: transparent; background-image: none; }#KhCoFNmn4yKJgoqEVy4yoyaCH4TGJI6L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KhCoFNmn4yKJgoqEVy4yoyaCH4TGJI6L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KhCoFNmn4yKJgoqEVy4yoyaCH4TGJI6L > .row .container > .video-iframe-container { display: none; }#KhCoFNmn4yKJgoqEVy4yoyaCH4TGJI6L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KhCoFNmn4yKJgoqEVy4yoyaCH4TGJI6L > .row > .video-iframe-container { display: none; }#KhCoFNmn4yKJgoqEVy4yoyaCH4TGJI6L > .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); }#KhCoFNmn4yKJgoqEVy4yoyaCH4TGJI6L > .row .container { border-width: 0; border-radius: 0; }#KhCoFNmn4yKJgoqEVy4yoyaCH4TGJI6L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KhCoFNmn4yKJgoqEVy4yoyaCH4TGJI6L > .row .container { font-size:0.875rem;font-family:arial;height:48.4375rem;width:60rem;position:relative;display:block; }#NIQpdg7pJQNqAat55GkLDcmurBsEkXZJ { color:#0025cc;display:block;width:14.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:25.375rem;left:36.5rem;height:2.0317375rem;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; }
#R3eVLcKF3bVT3TqQrUigx3zInOSfEMDO { color:#0025cc;display:block;width:24.5625rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:24.125rem;left:3rem;height:19.4915625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Q71OBJeO77eKuMHXrCQoKhSJqGWP4bg1 { position:absolute;display:block;z-index:15018;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:13.875rem;width:13.875rem;top:26rem;left:27.5625rem;overflow:hidden;display:block; }
#Ii0PEd2XTZ6p6oFPi3Xlys6MQbNydCkZ { position:absolute;display:block;z-index:15019;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:14rem;width:14rem;top:25.9375rem;left:36.9375rem;overflow:hidden;display:block; }
#BSuO05SGEDkv2p5G2hGEpRAUvpi7LIve { position:absolute;display:block;z-index:15020;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:13.875rem;width:13.875rem;top:26rem;left:46.125rem;overflow:hidden;display:block; }
#TC0o3RHfy6aDObRCMTqNlHU2OTFTPV75 { background-color:#0025cc;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-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:#ffffff;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.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:39.875rem;left:35.1875rem;display:block; }
#Zni76cTf5U9pbczItigGID1XLtJmMlCa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MKiqkRw3ied17HaucVFAcpH63gI0gGVX { 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:43rem;width:60rem;display:none; }
#cu4retRi3CK3LKne16mLwEBxNG4Hf2EP { position:absolute;display:block;z-index:15017;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:22rem;width:59.875rem;top:1.71875rem;left:0rem;overflow:hidden;display:block; }
#xa5nbFzLxBVHZFFKpkt1KVvJDrecAnh5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#171e79;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; }#xa5nbFzLxBVHZFFKpkt1KVvJDrecAnh5 > .row .container { background-color: transparent; background-image: none; }#xa5nbFzLxBVHZFFKpkt1KVvJDrecAnh5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xa5nbFzLxBVHZFFKpkt1KVvJDrecAnh5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xa5nbFzLxBVHZFFKpkt1KVvJDrecAnh5 > .row .container > .video-iframe-container { display: none; }#xa5nbFzLxBVHZFFKpkt1KVvJDrecAnh5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xa5nbFzLxBVHZFFKpkt1KVvJDrecAnh5 > .row > .video-iframe-container { display: none; }#xa5nbFzLxBVHZFFKpkt1KVvJDrecAnh5 > .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); }#xa5nbFzLxBVHZFFKpkt1KVvJDrecAnh5 > .row .container { border-width: 0; border-radius: 0; }#xa5nbFzLxBVHZFFKpkt1KVvJDrecAnh5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xa5nbFzLxBVHZFFKpkt1KVvJDrecAnh5 > .row .container { font-size:0.875rem;font-family:arial;height:0.8125rem;width:60rem;position:relative;display:block; }#ZlEAR4AewDBJFXTNKr1nXzrfNHZIhIo0 { 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; }#ZlEAR4AewDBJFXTNKr1nXzrfNHZIhIo0 > .row .container { background-color: transparent; background-image: none; }#ZlEAR4AewDBJFXTNKr1nXzrfNHZIhIo0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZlEAR4AewDBJFXTNKr1nXzrfNHZIhIo0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZlEAR4AewDBJFXTNKr1nXzrfNHZIhIo0 > .row .container > .video-iframe-container { display: none; }#ZlEAR4AewDBJFXTNKr1nXzrfNHZIhIo0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZlEAR4AewDBJFXTNKr1nXzrfNHZIhIo0 > .row > .video-iframe-container { display: none; }#ZlEAR4AewDBJFXTNKr1nXzrfNHZIhIo0 > .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); }#ZlEAR4AewDBJFXTNKr1nXzrfNHZIhIo0 > .row .container { border-width: 0; border-radius: 0; }#ZlEAR4AewDBJFXTNKr1nXzrfNHZIhIo0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZlEAR4AewDBJFXTNKr1nXzrfNHZIhIo0 > .row .container { font-size:0.875rem;font-family:arial;height:49.4375rem;width:60rem;position:relative;display:block; }#lRNAcvg2AQ66STN1aZuQMSoTgWMoLe89 { color:#0025cc;display:block;width:32.875rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:23.18701171875rem;left:23.625rem;height:21.9268625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HpTnNPCBBFOn67SrWi8cDmcTEraawxhI { position:absolute;display:block;z-index:15020;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:14.0625rem;width:14.0625rem;top:25.5625rem;left:0.625rem;overflow:hidden;display:block; }
#ABdOTuXBbhNc4o4v5FG9VX1xkyT0omlA { background-color:#ffccff;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-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:#0025cc;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.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:38.3125rem;left:3rem;display:block; }
#PzPnQkA8fNikLMXHHfcaGlVwJsQOgtxc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SCXWFfAPBRy5lk3FwB6bRE3Vc5rgVsAH { position:absolute;display:block;z-index:15021;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:14.0625rem;width:14.0625rem;top:25.5625rem;left:9.5625rem;overflow:hidden;display:block; }
#EgMu3wOCv1Tc9mMnJtfeaG9uWC8kS7tt { 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:44.5rem;width:60rem;display:none; }
#kNKXGNCM5vGWL9yN7P2y1tJDbXQCMiQM { position:absolute;display:block;z-index:15022;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:20.5625rem;width:55.9375rem;top:1.125rem;left:0.5625rem;overflow:hidden;display:block; }
#TW2b9BFFJIPVbgwEbu2Z1Bw0twI6EIgJ { color:#0025cc;display:block;width:14.874rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:25.5615234375rem;left:4.31103515625rem;height:2.0317375rem;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; }
#dp31CN8grcDHuiJSkK7hJ4003Ob5go2y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#171e79;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; }#dp31CN8grcDHuiJSkK7hJ4003Ob5go2y > .row .container { background-color: transparent; background-image: none; }#dp31CN8grcDHuiJSkK7hJ4003Ob5go2y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dp31CN8grcDHuiJSkK7hJ4003Ob5go2y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dp31CN8grcDHuiJSkK7hJ4003Ob5go2y > .row .container > .video-iframe-container { display: none; }#dp31CN8grcDHuiJSkK7hJ4003Ob5go2y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dp31CN8grcDHuiJSkK7hJ4003Ob5go2y > .row > .video-iframe-container { display: none; }#dp31CN8grcDHuiJSkK7hJ4003Ob5go2y > .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); }#dp31CN8grcDHuiJSkK7hJ4003Ob5go2y > .row .container { border-width: 0; border-radius: 0; }#dp31CN8grcDHuiJSkK7hJ4003Ob5go2y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dp31CN8grcDHuiJSkK7hJ4003Ob5go2y > .row .container { font-size:0.875rem;font-family:arial;height:0.8125rem;width:60rem;position:relative;display:block; }#TZK04Q3DfVFEMkiW9ZT06yHZ6sfBWd0s { 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; }#TZK04Q3DfVFEMkiW9ZT06yHZ6sfBWd0s > .row .container { background-color: transparent; background-image: none; }#TZK04Q3DfVFEMkiW9ZT06yHZ6sfBWd0s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZK04Q3DfVFEMkiW9ZT06yHZ6sfBWd0s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZK04Q3DfVFEMkiW9ZT06yHZ6sfBWd0s > .row .container > .video-iframe-container { display: none; }#TZK04Q3DfVFEMkiW9ZT06yHZ6sfBWd0s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZK04Q3DfVFEMkiW9ZT06yHZ6sfBWd0s > .row > .video-iframe-container { display: none; }#TZK04Q3DfVFEMkiW9ZT06yHZ6sfBWd0s > .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); }#TZK04Q3DfVFEMkiW9ZT06yHZ6sfBWd0s > .row .container { border-width: 0; border-radius: 0; }#TZK04Q3DfVFEMkiW9ZT06yHZ6sfBWd0s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TZK04Q3DfVFEMkiW9ZT06yHZ6sfBWd0s > .row .container { font-size:0.875rem;font-family:arial;height:54.5625rem;width:60rem;position:relative;display:block; }#nI6xTk6RiPTQq3Ja2de2Cy2MTmsHyR8N { color:#0025cc;display:block;width:26.187rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:25.62451171875rem;left:3.0615234375rem;height:27.77405rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NcguacqBRp61Wc77pcdGCrTBrbT8Pc1v { background-color:#3181ff;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-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:#ffffff;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.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:42.8125rem;left:36.9375rem;display:block; }
#xRIBKAyhit578TkmGT0ToPo7yV08H8Ql { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VCwSrft98zQMWnKQJC3lRwh1LqC6KzoB { position:absolute;display:block;z-index:15021;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:14.0625rem;width:14.0625rem;top:29.875rem;left:28.5625rem;overflow:hidden;display:block; }
#BEplMgVbVFkK289r5OKvORwTHTe2KVc5 { position:absolute;display:block;z-index:15022;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:14.0625rem;width:14.0625rem;top:29.875rem;left:37.0625rem;overflow:hidden;display:block; }
#ccGyXZ2mQGEEtHJgZQkId5FmOt8QfIEZ { position:absolute;display:block;z-index:15023;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:14.0625rem;width:14.0625rem;top:29.875rem;left:45.9375rem;overflow:hidden;display:block; }
#UJZSKQH7JDupfUnXKwd0HhzISMZopmLl { 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:45.6875rem;width:60rem;display:none; }
#OXc0D6FLuOAioi2e4ypzWtpzTlG9SIi0 { color:#0025cc;display:block;width:14.874rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:28.66259765625rem;left:38.24853515625rem;height:2.0317375rem;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; }
#cpbGVPhaDXUm2DfWPGT3396gcCRf4abz { position:absolute;display:block;z-index:15017;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:25.3125rem;width:60rem;top:0.3740234375rem;left:0rem;overflow:hidden;display:block; }
#CrU6mSXxwpIg6N9m0PuavAQHGCrmBAMV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#171e79;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; }#CrU6mSXxwpIg6N9m0PuavAQHGCrmBAMV > .row .container { background-color: transparent; background-image: none; }#CrU6mSXxwpIg6N9m0PuavAQHGCrmBAMV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CrU6mSXxwpIg6N9m0PuavAQHGCrmBAMV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CrU6mSXxwpIg6N9m0PuavAQHGCrmBAMV > .row .container > .video-iframe-container { display: none; }#CrU6mSXxwpIg6N9m0PuavAQHGCrmBAMV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CrU6mSXxwpIg6N9m0PuavAQHGCrmBAMV > .row > .video-iframe-container { display: none; }#CrU6mSXxwpIg6N9m0PuavAQHGCrmBAMV > .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); }#CrU6mSXxwpIg6N9m0PuavAQHGCrmBAMV > .row .container { border-width: 0; border-radius: 0; }#CrU6mSXxwpIg6N9m0PuavAQHGCrmBAMV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CrU6mSXxwpIg6N9m0PuavAQHGCrmBAMV > .row .container { font-size:0.875rem;font-family:arial;height:0.8125rem;width:60rem;position:relative;display:block; }#NpIJT2zUW2BtgE7oaG5nfTQRBu5bhBGW { 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; }#NpIJT2zUW2BtgE7oaG5nfTQRBu5bhBGW > .row .container { background-color: transparent; background-image: none; }#NpIJT2zUW2BtgE7oaG5nfTQRBu5bhBGW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NpIJT2zUW2BtgE7oaG5nfTQRBu5bhBGW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NpIJT2zUW2BtgE7oaG5nfTQRBu5bhBGW > .row .container > .video-iframe-container { display: none; }#NpIJT2zUW2BtgE7oaG5nfTQRBu5bhBGW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NpIJT2zUW2BtgE7oaG5nfTQRBu5bhBGW > .row > .video-iframe-container { display: none; }#NpIJT2zUW2BtgE7oaG5nfTQRBu5bhBGW > .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); }#NpIJT2zUW2BtgE7oaG5nfTQRBu5bhBGW > .row .container { border-width: 0; border-radius: 0; }#NpIJT2zUW2BtgE7oaG5nfTQRBu5bhBGW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NpIJT2zUW2BtgE7oaG5nfTQRBu5bhBGW > .row .container { font-size:0.875rem;font-family:arial;height:50.4375rem;width:60rem;position:relative;display:block; }#Tp3X7zX4kIeT18aePAIZSg7ZpTp7iRnS { color:#171e79;display:block;width:28.4375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:24.865234375rem;left:29.625rem;height:20.46506875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OE42OShBKKaE6ULCm3CnmILJ4sT9ki6h { background-color:#0025cc;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-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:#ffffff;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.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:39rem;left:6.1875rem;display:block; }
#wKGUsx6sfJgLo6SRnHzUxIff9sA9oL9v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a3ABTp9zKIHSpWmOuQneUTlc5kiStmnC { position:absolute;display:block;z-index:15021;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:14.0625rem;width:14.0625rem;top:25.875rem;left:0rem;overflow:hidden;display:block; }
#nTBM88lhmyzzZGsepDe2Bp6grvpIbI2L { position:absolute;display:block;z-index:15022;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:14.0625rem;width:14.0625rem;top:25.875rem;left:8.5rem;overflow:hidden;display:block; }
#M7BMs8CfQs4kRX2MOTM1zCGu3DyLnvs7 { position:absolute;display:block;z-index:15023;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:14.0625rem;width:14.0625rem;top:25.875rem;left:17.375rem;overflow:hidden;display:block; }
#vBQRzSpPs2RoFpTZTNEL5q415JkRVn25 { color:#0025cc;display:block;width:14.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:25.50732421875rem;left:9.203125rem;height:2.0317375rem;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; }
#wV1zfwu5rT9zODsMCARXJQeSohfyTRuO { 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:22.0625rem;width:60rem;top:0.896484375rem;left:0rem;overflow:hidden;display:block; }
#PvEKsIadqRrH7lwJ3WxLw5PitbEfmhWC { 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:44.75rem;width:60rem;display:none; }
#Tqm4d6rSKwCUvBJ2W8BeJ6CIeTZqHmnf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#171e79;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; }#Tqm4d6rSKwCUvBJ2W8BeJ6CIeTZqHmnf > .row .container { background-color: transparent; background-image: none; }#Tqm4d6rSKwCUvBJ2W8BeJ6CIeTZqHmnf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tqm4d6rSKwCUvBJ2W8BeJ6CIeTZqHmnf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tqm4d6rSKwCUvBJ2W8BeJ6CIeTZqHmnf > .row .container > .video-iframe-container { display: none; }#Tqm4d6rSKwCUvBJ2W8BeJ6CIeTZqHmnf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tqm4d6rSKwCUvBJ2W8BeJ6CIeTZqHmnf > .row > .video-iframe-container { display: none; }#Tqm4d6rSKwCUvBJ2W8BeJ6CIeTZqHmnf > .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); }#Tqm4d6rSKwCUvBJ2W8BeJ6CIeTZqHmnf > .row .container { border-width: 0; border-radius: 0; }#Tqm4d6rSKwCUvBJ2W8BeJ6CIeTZqHmnf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tqm4d6rSKwCUvBJ2W8BeJ6CIeTZqHmnf > .row .container { font-size:0.875rem;font-family:arial;height:0.8125rem;width:60rem;position:relative;display:block; }#GHtm5kuEFk9wSrqByHaauGHTRLhCWJ4S { 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; }#GHtm5kuEFk9wSrqByHaauGHTRLhCWJ4S > .row .container { background-color: transparent; background-image: none; }#GHtm5kuEFk9wSrqByHaauGHTRLhCWJ4S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GHtm5kuEFk9wSrqByHaauGHTRLhCWJ4S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GHtm5kuEFk9wSrqByHaauGHTRLhCWJ4S > .row .container > .video-iframe-container { display: none; }#GHtm5kuEFk9wSrqByHaauGHTRLhCWJ4S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GHtm5kuEFk9wSrqByHaauGHTRLhCWJ4S > .row > .video-iframe-container { display: none; }#GHtm5kuEFk9wSrqByHaauGHTRLhCWJ4S > .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); }#GHtm5kuEFk9wSrqByHaauGHTRLhCWJ4S > .row .container { border-width: 0; border-radius: 0; }#GHtm5kuEFk9wSrqByHaauGHTRLhCWJ4S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GHtm5kuEFk9wSrqByHaauGHTRLhCWJ4S > .row .container { font-size:0.875rem;font-family:arial;height:52.75rem;width:60rem;position:relative;display:block; }#qQlE5vp1tFJnMJ40qkKJgOC6B35tnHVN { color:#0025cc;display:block;width:28.4375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:28.0625rem;left:29.75rem;height:19.0033rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#e7F5xTNuRna8thZQe8LwBAIyRTiV6c6C { background-color:#3c99ea;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-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:#f4f4f4;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.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:42.1875rem;left:6.3125rem;display:block; }
#gMzID4XUP5HwC9Q0sT0eUMclQvlm8s8K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MzHJGE7yXA4K0rM6q5qF813oeUoXWRap { position:absolute;display:block;z-index:15021;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:14.0625rem;width:14.0625rem;top:29.1875rem;left:3.125rem;overflow:hidden;display:block; }
#ZgW5f9RnminVq9kc20OL3CFcWR1faEE1 { position:absolute;display:block;z-index:15022;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:14.0625rem;width:14.0625rem;top:29rem;left:12.9375rem;overflow:hidden;display:block; }
#R0qyUOlLdZ5dKztTMp0MdCZz97RzUGLz { 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:26.8125rem;width:60rem;top:1.3125rem;left:0rem;overflow:hidden;display:block; }
#doNNS2F99BT2Rh9KgE4ZL3nT76X13sgt { 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:45.5rem;width:60rem;display:none; }
#l5HILsaH0E7shQ7T6dzOI1xNhK9c1H70 { color:#0025cc;display:block;width:14.874rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:28.99951171875rem;left:7.623046875rem;height:2.0317375rem;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; }
#hl7donEfnzAxnbvwKiy5NixzT9N3aOAU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#171e79;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; }#hl7donEfnzAxnbvwKiy5NixzT9N3aOAU > .row .container { background-color: transparent; background-image: none; }#hl7donEfnzAxnbvwKiy5NixzT9N3aOAU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hl7donEfnzAxnbvwKiy5NixzT9N3aOAU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hl7donEfnzAxnbvwKiy5NixzT9N3aOAU > .row .container > .video-iframe-container { display: none; }#hl7donEfnzAxnbvwKiy5NixzT9N3aOAU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hl7donEfnzAxnbvwKiy5NixzT9N3aOAU > .row > .video-iframe-container { display: none; }#hl7donEfnzAxnbvwKiy5NixzT9N3aOAU > .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); }#hl7donEfnzAxnbvwKiy5NixzT9N3aOAU > .row .container { border-width: 0; border-radius: 0; }#hl7donEfnzAxnbvwKiy5NixzT9N3aOAU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hl7donEfnzAxnbvwKiy5NixzT9N3aOAU > .row .container { font-size:0.875rem;font-family:arial;height:0.8125rem;width:60rem;position:relative;display:block; }#Qy7wIp0VwJeeF4GHFBuXTI3iQ5TgNC0L { 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; }#Qy7wIp0VwJeeF4GHFBuXTI3iQ5TgNC0L > .row .container { background-color: transparent; background-image: none; }#Qy7wIp0VwJeeF4GHFBuXTI3iQ5TgNC0L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qy7wIp0VwJeeF4GHFBuXTI3iQ5TgNC0L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qy7wIp0VwJeeF4GHFBuXTI3iQ5TgNC0L > .row .container > .video-iframe-container { display: none; }#Qy7wIp0VwJeeF4GHFBuXTI3iQ5TgNC0L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qy7wIp0VwJeeF4GHFBuXTI3iQ5TgNC0L > .row > .video-iframe-container { display: none; }#Qy7wIp0VwJeeF4GHFBuXTI3iQ5TgNC0L > .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); }#Qy7wIp0VwJeeF4GHFBuXTI3iQ5TgNC0L > .row .container { border-width: 0; border-radius: 0; }#Qy7wIp0VwJeeF4GHFBuXTI3iQ5TgNC0L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qy7wIp0VwJeeF4GHFBuXTI3iQ5TgNC0L > .row .container { font-size:0.875rem;font-family:arial;height:48.3125rem;width:60rem;position:relative;display:block; }#THaIqRLTw5XWNeJxTpZbCtUnDTnzOXXq { color:#0025cc;display:block;width:28.437rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:27.662109375rem;left:27.8115234375rem;height:14.617925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cwhickHqfuT6tVOHT3IcCoGanDh2WK6G { background-color:#e099ff;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-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:#171e79;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:17.5rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:39.775390625rem;left:6.1875rem;display:block; }
#EWwZdtbE9FpJqcaTZCqeuA6PtnHTUA0P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RGA161qEwSUivfKq9xvh2sNpnsBbDtmA { position:absolute;display:block;z-index:15021;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:14.0625rem;width:14.0625rem;top:27.662109375rem;left:8.59375rem;overflow:hidden;display:block; }
#dBDw7rc2LJNAI2kmRV8mS8sBdy62RGXA { 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:22.0625rem;width:60rem;top:1.5625rem;left:0rem;overflow:hidden;display:block; }
#TP58z2xxxlkaCPBro2qqHO8FTGmVrNT5 { 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:40.625rem;width:60rem;display:none; }
#tmrcvBBynHODpp877aGT0ChPHow6wfN3 { color:#0025cc;display:block;width:14.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:40.47900390625rem;left:120.578125rem;height:2.03125rem;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; }
#g6WbnAA6Uedcm0JFKhaDF7yUPJZitsXz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0025cc;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; }#g6WbnAA6Uedcm0JFKhaDF7yUPJZitsXz > .row .container { background-color: transparent; background-image: none; }#g6WbnAA6Uedcm0JFKhaDF7yUPJZitsXz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g6WbnAA6Uedcm0JFKhaDF7yUPJZitsXz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g6WbnAA6Uedcm0JFKhaDF7yUPJZitsXz > .row .container > .video-iframe-container { display: none; }#g6WbnAA6Uedcm0JFKhaDF7yUPJZitsXz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g6WbnAA6Uedcm0JFKhaDF7yUPJZitsXz > .row > .video-iframe-container { display: none; }#g6WbnAA6Uedcm0JFKhaDF7yUPJZitsXz > .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); }#g6WbnAA6Uedcm0JFKhaDF7yUPJZitsXz > .row .container { border-width: 0; border-radius: 0; }#g6WbnAA6Uedcm0JFKhaDF7yUPJZitsXz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g6WbnAA6Uedcm0JFKhaDF7yUPJZitsXz > .row .container { font-size:0.875rem;font-family:arial;height:3.9375rem;width:60rem;position:relative;display:block; }#X2Is6kx4RiTVNc3FNhyFPnEPulxa3J7f { color:rgba(var(--color-tertiary-0),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:0.64453125rem;left:9.0625rem;height:3.1494125rem;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;font-style:normal;display:block; }
#gnRpNagA6at1q71lSAEuEXHR1C22QeIS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gnRpNagA6at1q71lSAEuEXHR1C22QeIS > .row .container { background-color: transparent; background-image: none; }#gnRpNagA6at1q71lSAEuEXHR1C22QeIS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gnRpNagA6at1q71lSAEuEXHR1C22QeIS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gnRpNagA6at1q71lSAEuEXHR1C22QeIS > .row .container > .video-iframe-container { display: none; }#gnRpNagA6at1q71lSAEuEXHR1C22QeIS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gnRpNagA6at1q71lSAEuEXHR1C22QeIS > .row > .video-iframe-container { display: none; }#gnRpNagA6at1q71lSAEuEXHR1C22QeIS > .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); }#gnRpNagA6at1q71lSAEuEXHR1C22QeIS > .row .container { border-width: 0; border-radius: 0; }#gnRpNagA6at1q71lSAEuEXHR1C22QeIS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gnRpNagA6at1q71lSAEuEXHR1C22QeIS > .row .container { font-size:0.875rem;font-family:arial;height:36.375rem;width:60rem;position:relative;display:block; }#eNPfkBndbDQiQpD3GTWargP3wqs9ZmWe { position:absolute;display:block;z-index:15007;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:14.4375rem;width:14.5rem;top:0rem;left:22.208220108696rem;overflow:hidden;display:block; }
#HTgNDhlz293EKiTbr7NiXfnTJlAqGLd4 { position:absolute;display:block;z-index:15006;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:14.5625rem;width:13.0625rem;top:0rem;left:42.8076171875rem;overflow:hidden;display:block; }
#klSaFTPIuDpGuTCnIp3bOepQoKEdKlKw { position:absolute;display:block;z-index:15005;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:14.25rem;width:14.25rem;top:0.25rem;left:2.875rem;overflow:hidden;display:block; }
#XcGNWI68IPD0TaCkclnO1ic1A1tqhscf { color:rgba(var(--color-secondary-4),1);display:block;width:10.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:14.4375rem;left:4.71875rem;height:1.86889375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#v8zJcTUHUlkzq9vTuuTLRlltU2L556v0 { color:rgba(var(--color-secondary-4),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:normal;z-index:15004;line-height:1.8;letter-spacing:0;top:18.375rem;left:2.125rem;height:7.0880125rem;text-align:justify;text-align-last:initial;display:block; }
#OudvBfkeFa5o23lNKKWKJCQidfFeXT5m { color:rgba(var(--color-tertiary-4),0.6);display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:16.3046875rem;left:3.46875rem;height:1.05615rem;text-align:left;text-align-last:left;display:block; }
#lAUHvVOIWq5aJD5TRC4eD5MAur95f32a { color:rgba(var(--color-secondary-4),1);display:block;width:15.812375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:normal;z-index:15005;line-height:1.8;letter-spacing:0;top:26.525268554688rem;left:2.09228515625rem;height:7.088rem;text-align:justify;text-align-last:initial;display:block; }
#EXMvCKy8q2ikKTUk881tWL9CKpoTFRLC { color:rgba(var(--color-secondary-4),1);display:block;width:10.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:14.5625rem;left:24.71875rem;height:1.86889375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#M5093lCgqBANK10IrOK93o6iCTycbcFH { color:rgba(var(--color-tertiary-4),0.6);display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:16.5546875rem;left:23.46875rem;height:1.05615rem;text-align:left;text-align-last:left;display:block; }
#JhRSCEP805Nl7tglT3HIfgBsf2ULXhhg { color:rgba(var(--color-tertiary-4),0.6);display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:16.5546875rem;left:43.46875rem;height:1.05615rem;text-align:left;text-align-last:left;display:block; }
#JNP3EBkEtQWIVOQQERB5myFkLBGl7UL3 { color:rgba(var(--color-secondary-4),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:14.5625rem;left:42.96875rem;height:1.86889375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rB8kK6QB4TQPUunXUJgD7qnqkPMzPMDS { color:rgba(var(--color-secondary-4),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:normal;z-index:15005;line-height:1.8;letter-spacing:0;top:18.375rem;left:21.51953125rem;height:9.1131625rem;text-align:left;text-align-last:left;display:block; }
#dyX28rx881o5TfTgXTzvEu4Tiy2HQLyT { color:rgba(var(--color-secondary-4),1);display:block;width:15.812375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:normal;z-index:15006;line-height:1.8;letter-spacing:0;top:28.587646484375rem;left:21.549682617188rem;height:5.06286875rem;text-align:justify;text-align-last:initial;display:block; }
#VNr6LNpLzzq4IVNDi9f2c86BdPf38JqV { color:rgba(var(--color-secondary-4),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:normal;z-index:15008;line-height:1.8;letter-spacing:0;top:27.5rem;left:42.125rem;height:7.088rem;text-align:justify;text-align-last:initial;display:block; }
#nZgERJQDfvFS5o7VDURGQaKxEMI5WCTH { color:rgba(var(--color-secondary-4),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:normal;z-index:15007;line-height:1.8;letter-spacing:0;top:18.375rem;left:42.0625rem;height:8.1005625rem;text-align:justify;text-align-last:initial;display:block; }
#rmHeJc2eEFTv9qJvp2Mo2psklXHhOaa3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0025cc;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; }#rmHeJc2eEFTv9qJvp2Mo2psklXHhOaa3 > .row .container { background-color: transparent; background-image: none; }#rmHeJc2eEFTv9qJvp2Mo2psklXHhOaa3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rmHeJc2eEFTv9qJvp2Mo2psklXHhOaa3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rmHeJc2eEFTv9qJvp2Mo2psklXHhOaa3 > .row .container > .video-iframe-container { display: none; }#rmHeJc2eEFTv9qJvp2Mo2psklXHhOaa3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rmHeJc2eEFTv9qJvp2Mo2psklXHhOaa3 > .row > .video-iframe-container { display: none; }#rmHeJc2eEFTv9qJvp2Mo2psklXHhOaa3 > .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); }#rmHeJc2eEFTv9qJvp2Mo2psklXHhOaa3 > .row .container { border-width: 0; border-radius: 0; }#rmHeJc2eEFTv9qJvp2Mo2psklXHhOaa3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rmHeJc2eEFTv9qJvp2Mo2psklXHhOaa3 > .row .container { font-size:0.875rem;font-family:arial;height:4.3125rem;width:60rem;position:relative;display:block; }#Pyr1O1iwL5K3HNS9i42cbdn8IUUFwTT7 { color:rgba(var(--color-tertiary-0),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:0.92578125rem;left:8.125rem;height:3.1494125rem;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;font-style:normal;display:block; }
#Txxm9xeO4XSTwpQMB3gLgo03FWoMeUsb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Txxm9xeO4XSTwpQMB3gLgo03FWoMeUsb > .row .container { background-color: transparent; background-image: none; }#Txxm9xeO4XSTwpQMB3gLgo03FWoMeUsb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Txxm9xeO4XSTwpQMB3gLgo03FWoMeUsb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Txxm9xeO4XSTwpQMB3gLgo03FWoMeUsb > .row .container > .video-iframe-container { display: none; }#Txxm9xeO4XSTwpQMB3gLgo03FWoMeUsb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Txxm9xeO4XSTwpQMB3gLgo03FWoMeUsb > .row > .video-iframe-container { display: none; }#Txxm9xeO4XSTwpQMB3gLgo03FWoMeUsb > .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); }#Txxm9xeO4XSTwpQMB3gLgo03FWoMeUsb > .row .container { border-width: 0; border-radius: 0; }#Txxm9xeO4XSTwpQMB3gLgo03FWoMeUsb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Txxm9xeO4XSTwpQMB3gLgo03FWoMeUsb > .row .container { font-size:0.875rem;font-family:arial;height:37.6875rem;width:60rem;position:relative;display:block; }#KCzgT1coLydvA0enEPSZWX2eer6KeWqp { position:absolute;display:block;z-index:15000;background-color:#0025cc;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.875rem;width:18.75rem;top:0rem;left:0rem;display:block; }
#chhoQlBV58i7CGPGMUesSXk2u9CxGA0w { color:rgba(var(--color-tertiary-3),1);display:block;width:16.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.4375rem;left:1.5625rem;height:4.0625rem;text-align:left;text-align-last:left;display:block; }
#NMoCv6VttJ1LFSPDVWhoNLbW5lRmUq87 { color:rgba(var(--color-tertiary-3),1);display:block;width:17.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:5.986328125rem;left:1.5625rem;height:16.89269375rem;text-align:left;text-align-last:left;display:block; }
#Wlv1HmgSDkM1lZH1wSG08pOT8AR54zLn { position:absolute;display:block;z-index:15005;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:12rem;width:18.0625rem;top:23.963623046875rem;left:0.8740234375rem;overflow:hidden;display:block; }
#SlEOwDMltT5Xkxl5AWlgS5XfW7at4GE0 { color:rgba(var(--color-tertiary-3),1);display:block;width:16.0623125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:17.221138000488rem;left:21.435546875rem;height:4.0625rem;text-align:left;text-align-last:left;display:block; }
#rVAxUixctao2dGtyhBPyT9fQITKTcRF6 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:18.75rem;top:0rem;left:40.625rem;display:block; }
#leKuyhL3bhhp9vmeP4VOa1ZyrHBkvPJS { color:rgba(var(--color-tertiary-3),1);display:block;width:16.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:1.4375rem;left:41.96875rem;height:4.0625rem;text-align:left;text-align-last:left;display:block; }
#gGuNsTpRpHRdUJEXWfyN5dHvptRwoLaZ { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.87456875rem;width:20.061875rem;top:14.747179031372rem;left:20rem;display:block; }
#ryBq1mi5CEyXD00L1v5J4buVzMVmC86m { color:rgba(var(--color-tertiary-3),1);display:block;width:16.0623125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:22.175565719604rem;left:21.436630249024rem;height:14.2938125rem;text-align:left;text-align-last:left;display:block; }
#yuUXfTlEZBtkwaxe0Iba1D4Ru6Jb2J93 { color:rgba(var(--color-tertiary-3),1);display:block;width:16.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:5.5rem;left:41.84375rem;height:15.59325625rem;text-align:left;text-align-last:left;display:block; }
#TGvdOlzBfNzy3Bh8aF2SPlG0khJ4QMMM { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:19.6875rem;top:22.869873046875rem;left:40.250244140625rem;overflow:hidden;display:block; }
#Cy8spPitDibSgCEZmgKZfIupD4O42emn { 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:11.875rem;width:19.875rem;top:1.5615234375rem;left:20rem;overflow:hidden;display:block; }
#U2zdTTOO7gWxr6o4TU62vb38yfwiTUG1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-3),1);background-image:url("https://images.assets-landingi.com/uc/96e3ca1b-3d54-491a-9ce2-8216a5e40989/LateapplicationswHolandii1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#U2zdTTOO7gWxr6o4TU62vb38yfwiTUG1.adaptive-delivery-prevent-bg, #U2zdTTOO7gWxr6o4TU62vb38yfwiTUG1.lazyload, #U2zdTTOO7gWxr6o4TU62vb38yfwiTUG1.lazyloading { background-image: none; }#U2zdTTOO7gWxr6o4TU62vb38yfwiTUG1 > .row .container { background-color: transparent; background-image: none; }#U2zdTTOO7gWxr6o4TU62vb38yfwiTUG1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U2zdTTOO7gWxr6o4TU62vb38yfwiTUG1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U2zdTTOO7gWxr6o4TU62vb38yfwiTUG1 > .row .container > .video-iframe-container { display: none; }#U2zdTTOO7gWxr6o4TU62vb38yfwiTUG1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U2zdTTOO7gWxr6o4TU62vb38yfwiTUG1 > .row > .video-iframe-container { display: none; }#U2zdTTOO7gWxr6o4TU62vb38yfwiTUG1 > .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); }#U2zdTTOO7gWxr6o4TU62vb38yfwiTUG1 > .row .container { border-width: 0; border-radius: 0; }#U2zdTTOO7gWxr6o4TU62vb38yfwiTUG1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U2zdTTOO7gWxr6o4TU62vb38yfwiTUG1 > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:60rem;position:relative;display:block; }#XG45LP4oQD8o0zy6DoHh0OAuZst6Q9NB { color:rgba(var(--color-tertiary-0),1);display:block;width:54.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:1.86328125rem;left:4.25rem;height:3.1499rem;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; }
#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container { background-color: transparent; background-image: none; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container > .video-iframe-container { display: none; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row > .video-iframe-container { display: none; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .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); }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container { border-width: 0; border-radius: 0; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container { font-size:0.875rem;font-family:arial;height:22.5rem;width:60rem;position:relative;display:block; }#CTJmgxuAVvgDEny59KQLIvi7qhe4Cr0e { color:rgba(var(--color-secondary-4),1);display:block;width:41.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:5.5rem;left:11rem;height:1.29980625rem;font-style:normal;display:block; }
#LI1mEhCikpMyPV2zOSgDPVIAIbnC5N6A { color:rgba(var(--color-secondary-4),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:1.4384765625rem;left:8.125rem;height:2.53784375rem;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; }
#LZcVOxmOqRPw9s7xaV54I7np8qKVAft8 { 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:15005;opacity:1;top:5.1875rem;left:8.25rem; }
#NcIlaZOlFpIBIpJ41Rphyu8TJFF6UNbP { color:rgba(var(--color-secondary-4),1);display:block;width:47.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:12.0625rem;left:11rem;height:1.29980625rem;font-style:normal;display:block; }
#HZ9AqgZtPozULcIhploNoVbvPa6Kzpyi { 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:15006;opacity:1;top:8.625rem;left:8.25rem; }
#X35dfwG94pK0trU2a8loTMO6WnbZX90Z { color:rgba(var(--color-secondary-4),1);display:block;width:40.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:8.625rem;left:11rem;height:2.598875rem;font-style:normal;display:block; }
#y6xOu3I8JtJrhsq3CGNxUaNh8ows3gWL { 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:15007;opacity:1;top:11.8125rem;left:8.25rem; }
#qxIT1MAhSvxrc87EX3oT5l6RUiscJM0f { color:rgba(var(--color-secondary-4),1);display:block;width:49rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:17.5rem;left:11rem;height:1.29980625rem;font-style:normal;display:block; }
#whpKKJcW4w1Otca2e2FAF2uGARh8lPnu { 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:15008;opacity:1;top:14.625rem;left:8.25rem; }
#tTiSoUkTfps4GFAnDLqnFEzpScS1H8LT { color:rgba(var(--color-secondary-4),1);display:block;width:41.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:14.9375rem;left:11.25rem;height:1.29980625rem;font-style:normal;display:block; }
#mKhVvksLOaEioIePK1dS0Ol9S3s3m1no { 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:15009;opacity:1;top:17.5rem;left:8.25rem; }
#Lc9k4RFsLsmyMFeumidU0x9ExwdGmgBG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-3),1);background-image:url("https://images.assets-landingi.com/uc/67de28bf-31f0-429c-b53c-2ddbb754e5fa/012.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Lc9k4RFsLsmyMFeumidU0x9ExwdGmgBG.adaptive-delivery-prevent-bg, #Lc9k4RFsLsmyMFeumidU0x9ExwdGmgBG.lazyload, #Lc9k4RFsLsmyMFeumidU0x9ExwdGmgBG.lazyloading { background-image: none; }#Lc9k4RFsLsmyMFeumidU0x9ExwdGmgBG > .row .container { background-color: transparent; background-image: none; }#Lc9k4RFsLsmyMFeumidU0x9ExwdGmgBG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lc9k4RFsLsmyMFeumidU0x9ExwdGmgBG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lc9k4RFsLsmyMFeumidU0x9ExwdGmgBG > .row .container > .video-iframe-container { display: none; }#Lc9k4RFsLsmyMFeumidU0x9ExwdGmgBG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lc9k4RFsLsmyMFeumidU0x9ExwdGmgBG > .row > .video-iframe-container { display: none; }#Lc9k4RFsLsmyMFeumidU0x9ExwdGmgBG > .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); }#Lc9k4RFsLsmyMFeumidU0x9ExwdGmgBG > .row .container { border-width: 0; border-radius: 0; }#Lc9k4RFsLsmyMFeumidU0x9ExwdGmgBG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Lc9k4RFsLsmyMFeumidU0x9ExwdGmgBG > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:60rem;position:relative;display:block; }#rbJtm8dS9RaCKJnbddPhI975pHPbqq6O { color:rgba(var(--color-tertiary-0),1);display:block;width:49.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:1.861328125rem;left:6.625rem;height:1.48755rem;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;font-style:normal;display:block; }
#XtE4V3s954MXoF6k1ci6klrAsW6cbsHp { 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; }#XtE4V3s954MXoF6k1ci6klrAsW6cbsHp > .row .container { background-color: transparent; background-image: none; }#XtE4V3s954MXoF6k1ci6klrAsW6cbsHp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XtE4V3s954MXoF6k1ci6klrAsW6cbsHp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XtE4V3s954MXoF6k1ci6klrAsW6cbsHp > .row .container > .video-iframe-container { display: none; }#XtE4V3s954MXoF6k1ci6klrAsW6cbsHp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XtE4V3s954MXoF6k1ci6klrAsW6cbsHp > .row > .video-iframe-container { display: none; }#XtE4V3s954MXoF6k1ci6klrAsW6cbsHp > .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); }#XtE4V3s954MXoF6k1ci6klrAsW6cbsHp > .row .container { border-width: 0; border-radius: 0; }#XtE4V3s954MXoF6k1ci6klrAsW6cbsHp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XtE4V3s954MXoF6k1ci6klrAsW6cbsHp > .row .container { font-size:0.875rem;font-family:arial;height:19.4375rem;width:60rem;position:relative;display:block; }#I4i19ZafKrfKtx3IICi6gEvsw6Mrm2PM { position:absolute;display:block;z-index:15030;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.811525rem;width:8.8125rem;top:0.5771484375rem;left:0.8515625rem;overflow:hidden;display:block; }
#ywOXW1P0TnR1TVV2ptBrrq9ZqxNZWXXf { position:absolute;display:block;z-index:15059;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:11.8110625rem;width:17.7495rem;top:3.1875rem;left:6.875rem;overflow:hidden;display:block; }
#whsc6doSeTVbPq9gALaXJySkVFvWDJa2 { position:absolute;display:block;z-index:15058;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:13.0625rem;width:19.75rem;top:4.0625rem;left:23.0625rem;overflow:hidden;display:block; }
#t7MKVUDy6yyoWgDUpxUFrRFG8PTJwwNb { position:absolute;display:block;z-index:15059;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:10.8735625rem;width:16.374rem;top:1.625rem;left:40.625rem;overflow:hidden;display:block; }
#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container { background-color: transparent; background-image: none; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container > .video-iframe-container { display: none; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row > .video-iframe-container { display: none; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .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); }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container { border-width: 0; border-radius: 0; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container { font-size:0.875rem;font-family:arial;height:67.375rem;width:60rem;position:relative;display:block; }#aoCQIRX3byIUZHbFaPpqyrT1kD61zcCK { color:rgba(var(--color-secondary-4),1);display:block;width:60rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:5.4374856948853rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#OJ6BlJtKqAe5U9gHQrySmd41MVp85p5q { color:rgba(var(--color-secondary-4),1);display:block;width:46.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:11.125rem;left:6.6875rem;height:10.39550625rem;text-align:justify;text-align-last:initial;font-style:italic;display:block; }
#LvwRldLiUOJTys8uknVbQCxnhQl8qVi8 { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:10.3125rem;width:18.9375rem;top:36.4375rem;left:0.5625rem;display:block; }
#sS8LaXv42X2sMEppW103lGZPFa5EDgIz { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:10.3125rem;width:18.9375rem;top:36.4375rem;left:20.5rem;display:block; }
#pqyk7iV9hiaTWb8hcomOchT5pAQ32E1O { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:10.3125rem;width:18.9375rem;top:36.4375rem;left:40.5rem;display:block; }
#WoXg2IBrVirvuHE3fMTosiyrcrR74h5N { color:rgba(var(--color-secondary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:37.1875rem;left:0.9375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G0ZimkdeuuaUxF41dPvuIDX4gfvy4nJm { color:rgba(var(--color-secondary-4),1);display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:3.75rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:37.1875rem;left:20.9375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xS6FyFyuk84gJAORTu4eFppRn79D8W3S { color:rgba(var(--color-secondary-4),1);display:block;width:8.1875rem;position:absolute;font-family:"open sans";font-size:3.75rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:37.1875rem;left:45.875rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q0THSJIs5Bn9hbddhVb0W0JaeVne4phR { color:rgba(var(--color-secondary-4),1);display:block;width:3.5rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:38.4375rem;left:34.875rem;height:2.35656875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Sk9lbX67LTbAzcDVRsBzHVbxw3ktHd4C { color:rgba(var(--color-secondary-4),1);display:block;width:3.5rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:38.4375rem;left:51.4375rem;height:2.35656875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kJVUJyTMT9txVKPGUBy9QkLVby3aPXyn { color:rgba(var(--color-secondary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:43rem;left:0.9375rem;height:2.598875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dBAEp3BG1P6xGL7n3FVfTh3THN052hqK { color:rgba(var(--color-secondary-4),1);display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:43.0625rem;left:20.9375rem;height:2.436525rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LTZaTrIMWgGdlBa7d1V8BA3EPsTOdmrA { color:rgba(var(--color-secondary-4),1);display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:43.0625rem;left:40.5rem;height:2.436525rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rcWZZBl9JVcEpVn8vrALbXHAA6o1F7Bd { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.1875rem;width:19.0625rem;top:46.625rem;left:0.5rem;display:block; }
#yMGzUZZ4InkHME9imugn6E989oTEnfS1 { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.1875rem;width:19.0625rem;top:46.625rem;left:40.4375rem;display:block; }
#rLfOMlGtfFBz18TluJbOrOEeTzmabmqI { position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.1875rem;width:19.0625rem;top:46.625rem;left:20.4375rem;display:block; }
#FRbLPbTxaf8exJxXTDbVa5h7W1EP4Sck { color:rgba(var(--color-secondary-4),1);display:block;width:54.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15025;line-height:2;letter-spacing:0;top:54rem;left:5.9375rem;height:11.997075rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#pPuNE4TTXsTWPdcFgJDW5tRVrX0WbpaH { color:rgba(var(--color-secondary-4),1);display:block;width:16.8115rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:51.125rem;left:18.4375rem;height:1.70605625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#b8Tt4Mg9l9O4LwPdk0oNlQNHEtP9cm32 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:54.25rem;left:3.6875rem; }
#ZOUMk64MS4L7IXIKdnRy5HC6t1TxbVSI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:56.25rem;left:3.6875rem; }
#iu5uvIce6yzdPBvxofDTgQ9ZW86OFJib { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:58.25rem;left:3.6875rem; }
#Vvb4ycFO8NaIsHQHFf49I43FTo7tKhk4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:60.375rem;left:3.6875rem; }
#oAT6oLNB1RLAAwFWMv3g1cxhbSfwMCfd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:62.3125rem;left:3.6875rem; }
#wXUbe3MiVW2Ip6OXoAvTWboyW8l6gv6D { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:64.3125rem;left:3.6875rem; }
#TBNrFMhBIilebI7LIlg8wTiap0iHEy59 { color:rgba(128,128,128,0.15);display:block;width:60rem;position:absolute;font-family:poppins;font-size:7.5rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:9.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SOrhfuchdCvJEQ4rNgzEg4pn87NuT7Je { color:rgba(var(--color-secondary-4),1);display:block;width:24.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15023;line-height:1.5;letter-spacing:0;top:30.375rem;left:29.1875rem;height:1.6870125rem;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; }
#VGeMUmeIgeTSx4rN2sLTJVSvT5EkOL37 { color:rgba(var(--color-secondary-4),1);display:block;width:22.3735625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15022;line-height:1.5;letter-spacing:0;top:25.6875rem;left:29.1875rem;height:3.374025rem;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; }
#x7JSp8QWHxvmtDKvITv978Rl6ayUqgRz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:26.6875rem;left:26rem; }
#iDSaZ4VdnyhQtrcTQbI4AAaHLUwuvnIw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:30.5625rem;left:26rem; }
#lrnZGHeXXf2TQhSa19PefDKQa7XhOhBw { position:absolute;display:block;z-index:15056;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:12.5605625rem;width:12.5605625rem;top:22.5625rem;left:11.4375rem;overflow:hidden;display:block; }
#QzHsdvThlGrNkoNz2yKXfBZARqrWDGrn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QzHsdvThlGrNkoNz2yKXfBZARqrWDGrn > .row .container { background-color: transparent; background-image: none; }#QzHsdvThlGrNkoNz2yKXfBZARqrWDGrn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QzHsdvThlGrNkoNz2yKXfBZARqrWDGrn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QzHsdvThlGrNkoNz2yKXfBZARqrWDGrn > .row .container > .video-iframe-container { display: none; }#QzHsdvThlGrNkoNz2yKXfBZARqrWDGrn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QzHsdvThlGrNkoNz2yKXfBZARqrWDGrn > .row > .video-iframe-container { display: none; }#QzHsdvThlGrNkoNz2yKXfBZARqrWDGrn > .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); }#QzHsdvThlGrNkoNz2yKXfBZARqrWDGrn > .row .container { border-width: 0; border-radius: 0; }#QzHsdvThlGrNkoNz2yKXfBZARqrWDGrn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QzHsdvThlGrNkoNz2yKXfBZARqrWDGrn > .row .container { font-size:0.875rem;font-family:arial;height:71.5rem;width:60rem;position:relative;display:block; }#MIEqltFi8R0yCBeCIznDGuXuyTVJxsKM { position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/68f5f577-7c71-428d-920b-a0376b3f1b58/DOT2.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.0625rem;width:7.1875rem;top:1.625rem;left:0rem;display:block; }#MIEqltFi8R0yCBeCIznDGuXuyTVJxsKM.adaptive-delivery-prevent-bg, #MIEqltFi8R0yCBeCIznDGuXuyTVJxsKM.lazyload, #MIEqltFi8R0yCBeCIznDGuXuyTVJxsKM.lazyloading { background-image: none; }
#gdoK8TaLXlpockV8TOFvdNuxolU2qGyC { position:absolute;display:block;z-index:14998;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/68f5f577-7c71-428d-920b-a0376b3f1b58/DOT2.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.0625rem;width:7.1875rem;top:21.9375rem;left:52.8125rem;display:block; }#gdoK8TaLXlpockV8TOFvdNuxolU2qGyC.adaptive-delivery-prevent-bg, #gdoK8TaLXlpockV8TOFvdNuxolU2qGyC.lazyload, #gdoK8TaLXlpockV8TOFvdNuxolU2qGyC.lazyloading { background-image: none; }
#X6JfTF1MUkVRPX0m9LeMTNdo7aXMddGA { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:26.0625rem;width:47.1875rem;top:4.5rem;left:6.4375rem;display:block; }
#TW66PGLmxOTTqqlfdZStNaEFKyp9N9eT { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.25rem;width:14.5625rem;top:34.9375rem;left:7.125rem;overflow:hidden;display:block; }
#L3c7ptTeGWmNPyFnoMFogfR3lGIsDBB2 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.125rem;width:15.8125rem;top:48.4375rem;left:21.6875rem;overflow:hidden;display:block; }
#A64baRToMqNKgg1h526uTqInsSWL9FQJ { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.0625rem;width:15.6875rem;top:48.4375rem;left:37.5rem;overflow:hidden;display:block; }
#FRWmToSQ8uaWd5bvcH2oSPVvTtl1OOmv { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.7495rem;width:11.687rem;top:34.9375rem;left:42rem;overflow:hidden;display:block; }
#df6PaPmM7hPw5y7opviFExgOQyDoZn80 { position:absolute;display:block;z-index:15033;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:13.49975rem;width:20.3125rem;top:34.9375rem;left:21.6875rem;overflow:hidden;display:block; }
#I6pfcoZduO5mZz3I8vGHwkPrGynwTT6C { position:absolute;display:block;z-index:15034;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:12.5rem;width:16.6875rem;top:57.1875rem;left:5.1875rem;overflow:hidden;display:block; }
#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row .container { background-color: transparent; background-image: none; }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row .container > .video-iframe-container { display: none; }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row > .video-iframe-container { display: none; }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .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); }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row .container { border-width: 0; border-radius: 0; }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row .container { font-size:0.875rem;font-family:arial;height:35.9375rem;width:60rem;position:relative;display:block; }#d6XFB2Th9Se1MTZ7RmimGAO25pTJdVyH { color:rgba(var(--color-secondary-4),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.4365234375rem;left:9.498046875rem;height:2.92419375rem;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; }
#lQnoW8cQ2oThIrSBTwIoeNeoUTtsdQFT { color:rgba(var(--color-tertiary-4),0.6);display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.375rem;left:8.125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top; }
#hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq .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; }
#hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq .accordion-heading-text { display:block;position:relative;width:100%;font-family:"open sans";font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-3),1);line-height:1.6;overflow:hidden;height:auto; }
#hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:"open sans";color:rgba(var(--color-tertiary-3),1);text-align:justify;text-align-last:initial; }
#hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq .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_e6a7c0fec0fa50f61f6155683b7437785fe3ca47.svg");background-size:contain !important; }#hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq .accordion-trigger.adaptive-delivery-prevent-bg, #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq .accordion-trigger.lazyload, #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq .accordion-trigger.lazyloading { background-image: none; }
#hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq { box-sizing:content-box;height:auto;width:47.75rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15003;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:8.21875rem;left:6.810546875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem; }
#hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #IgDFGuCH1Mron3hevBIt1TWXWmfAIE2f { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #xP3ymRG179sUSw2I88PMWKmsSRorwOJd { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #znLf4o1T7S3mirho64wOqTdR41CNzVFH { display:block;position:relative; }
#hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #VZgAlSDvr1Jdw5kqCgEnLwcB674sD5cF {  }
#hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #J9cx46hzrDL8mzBiR1hpzdMIbXnP7RKu {  }
#hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #PTreLLBh9CaMdXaIAe6IUFX0OC1CKylz { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #E7bi9K5DnTXRRNUp5TlMzWdCqSZIqNRk { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #HplMfkcaTUuamtaFuffoczyJwtveIN8D { display:block;position:relative; }
#hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #iQzunE8adaxtfLirmRBgTLVhcCTPHt88 {  }
#hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #V3kU9egf5EGen2XMSSJzHrqLVy61JU5r { display:none; }
#hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #dSV8QfO73663LDb5BvDsdO9XD7v1WOqV { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #SToJpRoWViWqyo54SZZt18uAw6NyvCBZ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #XSXzodt8tiNWet452zTuTLxmFVNoVSgq { display:block;position:relative; }
#hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #Vgs2DoZ4cfdCR55CsXGJbyTUiHPNni4T {  }
#hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #PLN7kgQIV3den4dd8zqU6oegSd6b2FF4 { display:none; }
#hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #RgmQrmS9nlrKyx27dtLnA0hwVVd85N2S { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #FZ9nAmJeitTk48S7wJWz5DMHscHGBoft { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #Ltk0okBWxxNOgus0BpGh5THvf8w2x4IP { display:block;position:relative; }
#hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #TLRakXZrH9SDZMoxZd2oxokgSUNk85g0 {  }
#hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #yTs7BlAt566TabeO8xvFsp4RnZTyug49 { display:none; }
#kHrklQIiioqCxAZANas6ifqWvAztzrvT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef2f1;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; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row .container { background-color: transparent; background-image: none; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row .container > .video-iframe-container { display: none; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row > .video-iframe-container { display: none; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .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); }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row .container { border-width: 0; border-radius: 0; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row .container { font-size:0.875rem;font-family:arial;height:32.75rem;width:60rem;position:relative;display:block; }#pQSP3v3p4ShuzJRSZd7dkKSFL7woOOLN { color:rgba(var(--color-tertiary-3),1);display:block;width:51.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:2.060546875rem;left:6.048828125rem;height:6.2988125rem;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; }
#gHbIsLAvlgPs3UntnHfAhS4saUV8gEmX { color:rgba(var(--color-secondary-4),0.8);display:block;width:49.2480625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.8;letter-spacing:0;top:9.5849609375rem;left:7.048828125rem;height:5.39795rem;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; }
#wewImRtbiunXlc79uM7zAW3Lqg7KoWgV { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #0025cc;border-left:0.125rem solid #0025cc;border-right:0.125rem solid #0025cc;border-bottom:0.125rem solid #0025cc;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#171e79;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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.0625rem;height:2.625rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:25.625rem;left:31.4375rem;display:block; }
#tdExa60EcchwQcT6VgmEyRtQtpITlrHq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BARUOVnymGqZx5FeRephhzhelvSUo5TC { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #0025cc;border-left:0.125rem solid #0025cc;border-right:0.125rem solid #0025cc;border-bottom:0.125rem solid #0025cc;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#171e79;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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.625rem;height:2.625rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:25.625rem;left:11.9375rem;display:block; }
#ZWJCCBUCIrqQ0pEk8SFLuFKSACFu4iB4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S198CQnRKNRKLGpxODTuBlkvJ0pH98qS { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #0025cc;border-left:0.125rem solid #0025cc;border-right:0.125rem solid #0025cc;border-bottom:0.125rem solid #0025cc;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#171e79;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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.375rem;height:2.625rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:21.75rem;left:35rem;display:block; }
#e5yBOueRHV9dFhWss9CubrHUQBtCOdro { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wMTq37oIJzBPsEB4nyqeLv39sxaSat1I { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #0025cc;border-left:0.125rem solid #0025cc;border-right:0.125rem solid #0025cc;border-bottom:0.125rem solid #0025cc;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#171e79;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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.1875rem;height:2.625rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:21.75rem;left:26.875rem;display:block; }
#DRnDCO7kXH6CKuLQXqnnRg1bDI7RCEFv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gNhFZg149NXZo5fIlVphvz7KD2Fzgrlq { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #0025cc;border-left:0.125rem solid #0025cc;border-right:0.125rem solid #0025cc;border-bottom:0.125rem solid #0025cc;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#171e79;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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.875rem;height:2.625rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:21.6875rem;left:3.75rem;display:block; }
#UwywOlprZiHMX9MRPq0RkKCHnhl4lmNA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CVhAgeh6zqUTPsk8hntZMyi8akU3mxmg { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #0025cc;border-left:0.125rem solid #0025cc;border-right:0.125rem solid #0025cc;border-bottom:0.125rem solid #0025cc;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#171e79;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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:2.625rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:21.6875rem;left:16.3125rem;display:block; }
#eqaLibx9l5Q8OQDwmXw6xMJloUsV7uiy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zTBTdHqL7f4hNIgUKxgpR75r5XWo4OCp { color:#0025cc;display:block;width:25.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:18.8125rem;left:19.5rem;height:2.11230625rem;display:block; }
#llMs3EbihRMkk37aBsaGgQSbzudAvRTL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef2f1;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; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row .container { background-color: transparent; background-image: none; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row .container > .video-iframe-container { display: none; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row > .video-iframe-container { display: none; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .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); }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row .container { border-width: 0; border-radius: 0; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row .container { font-size:0.875rem;font-family:arial;height:50.3125rem;width:60rem;position:relative;display:block; }#LrVgILJBqrQT7y7o2G2EG8B7LiGBcOQz { position:absolute;display:block;z-index:14994;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.125rem;width:45.25rem;top:13.6875rem;left:9.625rem;overflow:hidden;display:block; }
#Di7SsEuc37COTPaDEaiRCfpiS4iGi1GN { color:rgba(var(--color-secondary-4),1);display:block;width:20.249625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:4.5404052734375rem;left:19.873657226562rem;height:6.7480625rem;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;font-style:normal;display:block; }
#lOLdxx7gwtuDNufZCTFulioPOlnUr70c { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.99978125rem;width:1.99978125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:1.8739147186279rem;left:28.998481750488rem; }
#qPAMViqazThei3n0LdNCqDBOBZcEafha { box-sizing:content-box;height:30.1875rem;width:45.3125rem;position:absolute;display:block;z-index:14993;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.1875rem solid rgba(var(--color-secondary-3),1);border-left:0.1875rem solid rgba(var(--color-secondary-3),1);border-right:0.1875rem solid rgba(var(--color-secondary-3),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-3),1);top:15.5rem;left:11.25rem;display:block; }
#v6fWHId6wz22rN9nncl1CsONJbSgR6zu { box-sizing:content-box;height:30.1875rem;width:45.3125rem;position:absolute;display:block;z-index:14992;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.1875rem solid rgba(var(--color-secondary-3),1);border-left:0.1875rem solid rgba(var(--color-secondary-3),1);border-right:0.1875rem solid rgba(var(--color-secondary-3),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-3),1);top:11.25rem;left:7.15625rem;display:block; }
#aTiydITV4oWpWBydPD549dTSmyBlI4pz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/67de28bf-31f0-429c-b53c-2ddbb754e5fa/012.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aTiydITV4oWpWBydPD549dTSmyBlI4pz.adaptive-delivery-prevent-bg, #aTiydITV4oWpWBydPD549dTSmyBlI4pz.lazyload, #aTiydITV4oWpWBydPD549dTSmyBlI4pz.lazyloading { background-image: none; }#aTiydITV4oWpWBydPD549dTSmyBlI4pz > .row .container { background-color: transparent; background-image: none; }#aTiydITV4oWpWBydPD549dTSmyBlI4pz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTiydITV4oWpWBydPD549dTSmyBlI4pz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTiydITV4oWpWBydPD549dTSmyBlI4pz > .row .container > .video-iframe-container { display: none; }#aTiydITV4oWpWBydPD549dTSmyBlI4pz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTiydITV4oWpWBydPD549dTSmyBlI4pz > .row > .video-iframe-container { display: none; }#aTiydITV4oWpWBydPD549dTSmyBlI4pz > .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); }#aTiydITV4oWpWBydPD549dTSmyBlI4pz > .row .container { border-width: 0; border-radius: 0; }#aTiydITV4oWpWBydPD549dTSmyBlI4pz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aTiydITV4oWpWBydPD549dTSmyBlI4pz > .row .container { font-size:0.875rem;font-family:arial;height:22.1875rem;width:60rem;position:relative;display:block; }#qXBN9AJb0dtIa4WXKp504TWoJvG777nb { 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:4.125rem;width:10.125rem;top:2.1875rem;left:0rem;overflow:hidden;display:block; }
#TW4sEhckcTdBIWZ14D75mZaU6A5kUS6R { color:rgba(var(--color-tertiary-0),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:7.4375rem;left:0rem;height:2.44995rem;font-style:normal;display:block; }
#seG3URw8dTUyfdbSpuwTUa9IaeU13KpV { 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:7.25rem;left:26.1875rem;height:1.224975rem;font-style:normal;display:block; }
#gcS1tTV130KPsdDcAwRgdbswGpLMbziO { 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:5.3125rem;left:24.125rem;height:1.04980625rem;font-style:normal;display:block; }
#uO1u9AL9evqnqn66huaERpQbDFL2eV1W { 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:7.125rem;left:24.1875rem; }
#yXMVbnkVt8VnfvMywCGgbnbqChITXQRu { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:7rem;left:35.6875rem; }
#ByRHelUQQrhliabdossiQPP77g3dxPlt { 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.0625rem;width:35.625rem;top:11.0625rem;left:24.375rem;display:block; }
#iCT27mAwKyDDUeayaZRvzalvwaQ99TFR { 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:7.125rem;left:37.625rem;height:1.224975rem;font-style:normal;display:block; }
#Edapt881eLr1PyUXf0qBhqIPfzqqLgup { position:absolute;display:block;z-index:15016;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.0625rem;width:18.75rem;top:11.0625rem;left:0rem;display:block; }
#QxHAGuIozWE0lCnoWODbGxGqFoCBmGen { 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:7rem;left:46.625rem; }
#RhDBw6KbfMNadbrPrtNsrV25vT3lNipu { color:rgba(var(--color-tertiary-0),1);display:block;width:10.437rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:6.636962890625rem;left:48.873291015625rem;height:2.44995rem;font-style:normal;display:block; }
#mcpTiP5RHoGWXoxhO5xUcpVsCbVgmFiD { 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:13.125rem;left:48.1875rem;height:1.04980625rem;font-style:normal;display:block; }
#pRzolUCTL1AEcHW0RTCInNrSNb1AJQPM { 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:15.25rem;left:56.0625rem; }
#pRzolUCTL1AEcHW0RTCInNrSNb1AJQPM > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#b2GgTV3qXq4BTWdACQ2UhrrCD0zMRoy8 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:14.875rem;left:48.1875rem;display:block; }
#XpyUsvsdTmD0kKDlIZBAAogmETLodE6S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ic1ETxWTDx7UWLwSwCBHI07aArSTqfo6 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:14.875rem;left:51.9375rem;display:block; }
#lshMm55hw8ZQoO9QE3Ncbc3RzbrO657U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sTf50v7v77vEUusoliCHtqAISCfHo7re { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:14.875rem;left:55.6875rem;display:block; }
#EzrWQUophONyR0pLW3PBWJhLQLZ3G4r8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lTatugtBzKEaUbTJvkw9FDD9x6Ay85Fl { 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:15.4375rem;left:48.75rem; }
#lTatugtBzKEaUbTJvkw9FDD9x6Ay85Fl > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#WXopScZC8OmL8Ec55Sdt6M0KeDPVtsli { 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:15.4375rem;left:52.4375rem; }
#WXopScZC8OmL8Ec55Sdt6M0KeDPVtsli > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#CiWiFpz0fKRhGgt3dH3i8QnGloaZNdKt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#CiWiFpz0fKRhGgt3dH3i8QnGloaZNdKt > .row .container { background-color: transparent; background-image: none; }#CiWiFpz0fKRhGgt3dH3i8QnGloaZNdKt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CiWiFpz0fKRhGgt3dH3i8QnGloaZNdKt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CiWiFpz0fKRhGgt3dH3i8QnGloaZNdKt > .row .container > .video-iframe-container { display: none; }#CiWiFpz0fKRhGgt3dH3i8QnGloaZNdKt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CiWiFpz0fKRhGgt3dH3i8QnGloaZNdKt > .row > .video-iframe-container { display: none; }#CiWiFpz0fKRhGgt3dH3i8QnGloaZNdKt > .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); }#CiWiFpz0fKRhGgt3dH3i8QnGloaZNdKt > .row .container { border-width: 0; border-radius: 0; }#CiWiFpz0fKRhGgt3dH3i8QnGloaZNdKt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CiWiFpz0fKRhGgt3dH3i8QnGloaZNdKt > .row .container { font-size:0.875rem;font-family:arial;height:4.4375rem;width:60rem;position:relative;display:block; }#b7VTkFIzJq2VbtMBXGKHX6HBCZ4OsCVT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.56225625rem;width:2.56225625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:0.9375rem;left:28.71826171875rem; }
#b7VTkFIzJq2VbtMBXGKHX6HBCZ4OsCVT > img { max-width: 100%;max-height:100%; width:2.56225625rem; height:2.56225625rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #aGZSTJAJcV4XGAAODZ1SbW8eFU0dn3qE { display:block; }#aGZSTJAJcV4XGAAODZ1SbW8eFU0dn3qE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hmpzyZuBO5hXEQyeaGOHFDAx76JQ4HOz { width:11.125rem;height:1.625rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2xmZVgmJ6o5xLCqTvuZRzpuzhQPSn99 { display:block; }
 }@media only screen and (max-width: 763px) { #MGDRhwerEowgeUe4dtt30Udn3yldZaWr { width:10.75rem;height:2.5rem;top:17.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVBsM1LeUaZgDR7lOnbRTw2iRaN5VcFS { display:block; }
 }@media only screen and (max-width: 763px) { #GBdbnqdfrSTJcTWptnnE4moabPoJz5wS { width:11.75rem;height:1.4375rem;top:0.875rem;left:6.9981689453125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dD6tcultMhW4BWqVog18CusN3L3Z9Zea { display:block; }
 }@media only screen and (max-width: 763px) { #hOMNpqUsVTJu4EXULmey9y9Z7iOzMNfw { width:3.75rem;height:1.4375rem;top:0.875rem;left:19.311401367188rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNRfb6qGAtsS7gat6iZhpWfs6E34KstR { display:block; }
 }@media only screen and (max-width: 763px) { #LDf0qVVVwPN5f1cXnAfW6UBn0E4TLlOq { top:14.625rem;left:0rem;width:38rem;height:2.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIq9M0uaHmzif9BLHKGo6p0H1NA8Ox0O { width:22.25rem;height:2.5rem;top:24.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlO9Xl5w90ak4f0ARX7U861858TgTM83 { display:block; }
 }@media only screen and (max-width: 763px) { #cbpDQFN0TL1gRWoaT83fHEp7BO1T7MUu { width:7.0625rem;height:2.5rem;top:21.125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSM638ZvDCXdLc9pTsarvQ2G4dEkCt8b { display:block; }
 }@media only screen and (max-width: 763px) { #qVck3xzsalym72VozMuctaIdiSUIOBZf { width:17.5rem;height:2.5rem;top:28.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrdIS5hqNs4rU1v0FIc2qn6VqgrI5Tks { display:block; }
 }@media only screen and (max-width: 763px) { #CPlHsNqHtRU7bVzfsi3RtMWENGayz37y { width:8.75rem;height:2.5rem;top:21.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTL0dpW6Wk0AeOpQ5VU9VNLmMxdbbtmg { display:block; }
 }@media only screen and (max-width: 763px) { #GkpvzZKIs3kbEw7OGA0ppKXRp3dzdWaI { width:19.9375rem;height:2.5rem;top:31.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuAixPmn2zO2EyKUFxep2z457VOxTteP { display:block; }
 }@media only screen and (max-width: 763px) { #AEiEnSHMFwydsP5JRFieNS3klrOPv8Me { width:35.0625rem;height:59.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FNMdDilRe9UcskVVN3OF8QzT4Wp0l086 { display:block; }#FNMdDilRe9UcskVVN3OF8QzT4Wp0l086 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b8X31BWRd669iKVCHgJInlTqNfXiezzo { top:1.3125rem;left:4.3125rem;width:41.25rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 { display:block; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A8WtMXBCbMRCN2swKtMgEp7iGUsKPtT0 { width:43.75rem;height:6rem;top:3.875rem;left:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZG1PKAle42hxQ8MoGyfJfU1kFDLenPa { width:47.75rem;height:14.375rem;top:11.9375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLCE9yE7wIu3Vo9A2OsbyTUXpJytIeSy { width:22.375rem;height:2.625rem;top:33.5625rem;left:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdufurfbNGG2knB48lxf0dxa50rVhgUK { display:block; }
 }@media only screen and (max-width: 763px) { #TSJMWsIuKTFEVuJqHicNewpkVyeLQyVI { width:7.1875rem;height:2.625rem;top:33.5625rem;left:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxSGo3OTuBZgSGiLfRMfKOTdeQeDTLdd { display:block; }
 }@media only screen and (max-width: 763px) { #QdHJMDp3WvTLUfuF0QIsttG8JJO8oLUz { width:10.875rem;height:2.625rem;top:33.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioER3S75eXS5rBV1T7sAyDTwPCPDTCwo { display:block; }
 }@media only screen and (max-width: 763px) { #XvpbBn1Ak7Io5R5IwsNElgoBL7XuzzPS { width:8.875rem;height:2.625rem;top:33.5rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrJm3PotWpL9GAdNDlbTvTsfOz81MS7T { display:block; }
 }@media only screen and (max-width: 763px) { #D0NSTUFg2Bk8g9AV5xloRUTUSpXNCKmR { top:30rem;left:12.874633789062rem;width:25.0625rem;height:2.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJl2A80ZK2zIm0krryNwq5qPKUHT4FW6 { width:17.625rem;height:2.625rem;top:37.4375rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzK3EQSHDU8k2BnMX2ZMTQTIUtzNi2gC { display:block; }
 }@media only screen and (max-width: 763px) { #gtmRUAi7uTvVZrVUESIFhfuWxGB1Vg1U { width:20.0625rem;height:2.625rem;top:37.4375rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTNGe9OTZS7hvZ8vRMJ8Glbdy3r0Qdn6 { display:block; }
 }@media only screen and (max-width: 763px) { #crTH8Toc0RVTuMCuD6Aa6eaodCEmmuTl { display:block; }#crTH8Toc0RVTuMCuD6Aa6eaodCEmmuTl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KhCoFNmn4yKJgoqEVy4yoyaCH4TGJI6L { display:block; }#KhCoFNmn4yKJgoqEVy4yoyaCH4TGJI6L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NIQpdg7pJQNqAat55GkLDcmurBsEkXZJ { width:14.875rem;height:2rem;top:25.375rem;left:30.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3eVLcKF3bVT3TqQrUigx3zInOSfEMDO { width:24.5625rem;height:19.4375rem;top:24.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q71OBJeO77eKuMHXrCQoKhSJqGWP4bg1 { top:26rem;left:21.4375rem;width:13.875rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ii0PEd2XTZ6p6oFPi3Xlys6MQbNydCkZ { top:25.9375rem;left:30.8125rem;width:14rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSuO05SGEDkv2p5G2hGEpRAUvpi7LIve { top:26rem;left:33.875rem;width:13.875rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TC0o3RHfy6aDObRCMTqNlHU2OTFTPV75 { width:17.5rem;height:3.4375rem;top:39.875rem;left:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zni76cTf5U9pbczItigGID1XLtJmMlCa { display:block; }
 }@media only screen and (max-width: 763px) { #MKiqkRw3ied17HaucVFAcpH63gI0gGVX { width:47.75rem;height:34.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #cu4retRi3CK3LKne16mLwEBxNG4Hf2EP { top:1.6875rem;left:0rem;width:47.75rem;height:17.544885177453rem;display:block; }
 }@media only screen and (max-width: 763px) { #xa5nbFzLxBVHZFFKpkt1KVvJDrecAnh5 { display:block; }#xa5nbFzLxBVHZFFKpkt1KVvJDrecAnh5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZlEAR4AewDBJFXTNKr1nXzrfNHZIhIo0 { display:block; }#ZlEAR4AewDBJFXTNKr1nXzrfNHZIhIo0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lRNAcvg2AQ66STN1aZuQMSoTgWMoLe89 { width:32.875rem;height:21.9375rem;top:23.125rem;left:14.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpTnNPCBBFOn67SrWi8cDmcTEraawxhI { top:25.5625rem;left:0rem;width:14.0625rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABdOTuXBbhNc4o4v5FG9VX1xkyT0omlA { width:17.5rem;height:3.4375rem;top:38.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzPnQkA8fNikLMXHHfcaGlVwJsQOgtxc { display:block; }
 }@media only screen and (max-width: 763px) { #SCXWFfAPBRy5lk3FwB6bRE3Vc5rgVsAH { top:25.5625rem;left:3.4375rem;width:14.0625rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgMu3wOCv1Tc9mMnJtfeaG9uWC8kS7tt { width:47.75rem;height:35.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kNKXGNCM5vGWL9yN7P2y1tJDbXQCMiQM { top:1.125rem;left:0rem;width:47.75rem;height:17.552793296089rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW2b9BFFJIPVbgwEbu2Z1Bw0twI6EIgJ { width:14.8125rem;height:2rem;top:25.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dp31CN8grcDHuiJSkK7hJ4003Ob5go2y { display:block; }#dp31CN8grcDHuiJSkK7hJ4003Ob5go2y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TZK04Q3DfVFEMkiW9ZT06yHZ6sfBWd0s { display:block; }#TZK04Q3DfVFEMkiW9ZT06yHZ6sfBWd0s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nI6xTk6RiPTQq3Ja2de2Cy2MTmsHyR8N { width:26.125rem;height:27.75rem;top:25.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcguacqBRp61Wc77pcdGCrTBrbT8Pc1v { width:17.4375rem;height:3.375rem;top:42.8125rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRIBKAyhit578TkmGT0ToPo7yV08H8Ql { display:block; }
 }@media only screen and (max-width: 763px) { #VCwSrft98zQMWnKQJC3lRwh1LqC6KzoB { top:29.875rem;left:22.4375rem;width:14.0625rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEplMgVbVFkK289r5OKvORwTHTe2KVc5 { top:29.875rem;left:30.9375rem;width:14.0625rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccGyXZ2mQGEEtHJgZQkId5FmOt8QfIEZ { top:29.875rem;left:33.6875rem;width:14.0625rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJZSKQH7JDupfUnXKwd0HhzISMZopmLl { width:47.75rem;height:36.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OXc0D6FLuOAioi2e4ypzWtpzTlG9SIi0 { width:14.8125rem;height:2rem;top:28.625rem;left:32.12353515625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpbGVPhaDXUm2DfWPGT3396gcCRf4abz { top:0.3125rem;left:0rem;width:47.75rem;height:20.14453125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrU6mSXxwpIg6N9m0PuavAQHGCrmBAMV { display:block; }#CrU6mSXxwpIg6N9m0PuavAQHGCrmBAMV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NpIJT2zUW2BtgE7oaG5nfTQRBu5bhBGW { display:block; }#NpIJT2zUW2BtgE7oaG5nfTQRBu5bhBGW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tp3X7zX4kIeT18aePAIZSg7ZpTp7iRnS { width:28.375rem;height:23.375rem;top:24.8125rem;left:19.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OE42OShBKKaE6ULCm3CnmILJ4sT9ki6h { width:17.5rem;height:3.4375rem;top:39rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKGUsx6sfJgLo6SRnHzUxIff9sA9oL9v { display:block; }
 }@media only screen and (max-width: 763px) { #a3ABTp9zKIHSpWmOuQneUTlc5kiStmnC { top:25.875rem;left:0rem;width:14.0625rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTBM88lhmyzzZGsepDe2Bp6grvpIbI2L { top:25.875rem;left:2.375rem;width:14.0625rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7BMs8CfQs4kRX2MOTM1zCGu3DyLnvs7 { top:25.875rem;left:11.25rem;width:14.0625rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBQRzSpPs2RoFpTZTNEL5q415JkRVn25 { width:14.875rem;height:2rem;top:26.125rem;left:3.703125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wV1zfwu5rT9zODsMCARXJQeSohfyTRuO { top:0.875rem;left:0rem;width:47.75rem;height:17.558072916667rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvEKsIadqRrH7lwJ3WxLw5PitbEfmhWC { width:47.75rem;height:35.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tqm4d6rSKwCUvBJ2W8BeJ6CIeTZqHmnf { display:block; }#Tqm4d6rSKwCUvBJ2W8BeJ6CIeTZqHmnf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GHtm5kuEFk9wSrqByHaauGHTRLhCWJ4S { display:block; }#GHtm5kuEFk9wSrqByHaauGHTRLhCWJ4S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qQlE5vp1tFJnMJ40qkKJgOC6B35tnHVN { width:28.4375rem;height:19rem;top:28.0625rem;left:19.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7F5xTNuRna8thZQe8LwBAIyRTiV6c6C { width:17.5rem;height:3.4375rem;top:42.1875rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMzID4XUP5HwC9Q0sT0eUMclQvlm8s8K { display:block; }
 }@media only screen and (max-width: 763px) { #MzHJGE7yXA4K0rM6q5qF813oeUoXWRap { top:29.1875rem;left:0rem;width:14.0625rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgW5f9RnminVq9kc20OL3CFcWR1faEE1 { top:29rem;left:6.8125rem;width:14.0625rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0qyUOlLdZ5dKztTMp0MdCZz97RzUGLz { top:1.3125rem;left:0rem;width:47.75rem;height:21.33828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #doNNS2F99BT2Rh9KgE4ZL3nT76X13sgt { width:47.75rem;height:36.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #l5HILsaH0E7shQ7T6dzOI1xNhK9c1H70 { width:14.8125rem;height:2rem;top:28.9375rem;left:1.498046875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hl7donEfnzAxnbvwKiy5NixzT9N3aOAU { display:block; }#hl7donEfnzAxnbvwKiy5NixzT9N3aOAU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qy7wIp0VwJeeF4GHFBuXTI3iQ5TgNC0L { display:block; }#Qy7wIp0VwJeeF4GHFBuXTI3iQ5TgNC0L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #THaIqRLTw5XWNeJxTpZbCtUnDTnzOXXq { width:28.375rem;height:14.5625rem;top:27.625rem;left:19.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwhickHqfuT6tVOHT3IcCoGanDh2WK6G { width:17.5rem;height:3.4375rem;top:39.75rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWwZdtbE9FpJqcaTZCqeuA6PtnHTUA0P { display:block; }
 }@media only screen and (max-width: 763px) { #RGA161qEwSUivfKq9xvh2sNpnsBbDtmA { top:27.625rem;left:2.46875rem;width:14.0625rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBDw7rc2LJNAI2kmRV8mS8sBdy62RGXA { top:1.5625rem;left:0rem;width:47.75rem;height:17.558072916667rem;display:block; }
 }@media only screen and (max-width: 763px) { #TP58z2xxxlkaCPBro2qqHO8FTGmVrNT5 { width:47.75rem;height:32.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tmrcvBBynHODpp877aGT0ChPHow6wfN3 { width:14.875rem;height:2rem;top:41.0625rem;left:32.875rem;font-size:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6WbnAA6Uedcm0JFKhaDF7yUPJZitsXz { display:block; }#g6WbnAA6Uedcm0JFKhaDF7yUPJZitsXz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X2Is6kx4RiTVNc3FNhyFPnEPulxa3J7f { width:43.75rem;height:3.125rem;top:0.625rem;left:2.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnRpNagA6at1q71lSAEuEXHR1C22QeIS { display:block; }#gnRpNagA6at1q71lSAEuEXHR1C22QeIS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eNPfkBndbDQiQpD3GTWargP3wqs9ZmWe { top:0rem;left:16.020720108696rem;width:14.5rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTgNDhlz293EKiTbr7NiXfnTJlAqGLd4 { top:0rem;left:32.4951171875rem;width:13.0625rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #klSaFTPIuDpGuTCnIp3bOepQoKEdKlKw { top:0.25rem;left:0.8125rem;width:14.25rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcGNWI68IPD0TaCkclnO1ic1A1tqhscf { width:10.5625rem;height:1.8125rem;top:14.4375rem;left:2.65625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8zJcTUHUlkzq9vTuuTLRlltU2L556v0 { width:15.875rem;height:7.0625rem;top:18.375rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OudvBfkeFa5o23lNKKWKJCQidfFeXT5m { width:13.0625rem;height:1rem;top:16.25rem;left:1.40625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAUHvVOIWq5aJD5TRC4eD5MAur95f32a { width:15.75rem;height:7.0625rem;top:26.5rem;left:0.02978515625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXMvCKy8q2ikKTUk881tWL9CKpoTFRLC { width:10.5625rem;height:1.8125rem;top:14.5625rem;left:18.53125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5093lCgqBANK10IrOK93o6iCTycbcFH { width:13.0625rem;height:1rem;top:16.5rem;left:17.28125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhRSCEP805Nl7tglT3HIfgBsf2ULXhhg { width:13.0625rem;height:1rem;top:16.5rem;left:33.15625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNP3EBkEtQWIVOQQERB5myFkLBGl7UL3 { width:14.0625rem;height:1.8125rem;top:14.5625rem;left:32.65625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rB8kK6QB4TQPUunXUJgD7qnqkPMzPMDS { width:15.875rem;height:9.0625rem;top:18.375rem;left:15.875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyX28rx881o5TfTgXTzvEu4Tiy2HQLyT { width:15.75rem;height:5.0625rem;top:28.5625rem;left:15.875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNr6LNpLzzq4IVNDi9f2c86BdPf38JqV { width:15.8125rem;height:7.0625rem;top:27.5rem;left:31.8125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZgERJQDfvFS5o7VDURGQaKxEMI5WCTH { width:15.875rem;height:8.0625rem;top:18.375rem;left:31.75rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmHeJc2eEFTv9qJvp2Mo2psklXHhOaa3 { display:block; }#rmHeJc2eEFTv9qJvp2Mo2psklXHhOaa3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pyr1O1iwL5K3HNS9i42cbdn8IUUFwTT7 { width:43.75rem;height:3.125rem;top:0.875rem;left:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txxm9xeO4XSTwpQMB3gLgo03FWoMeUsb { display:block; }#Txxm9xeO4XSTwpQMB3gLgo03FWoMeUsb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KCzgT1coLydvA0enEPSZWX2eer6KeWqp { width:18.75rem;height:0.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #chhoQlBV58i7CGPGMUesSXk2u9CxGA0w { width:16.0625rem;height:4.0625rem;top:1.4375rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMoCv6VttJ1LFSPDVWhoNLbW5lRmUq87 { width:17.1875rem;height:16.875rem;top:5.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wlv1HmgSDkM1lZH1wSG08pOT8AR54zLn { width:18.0625rem;height:12rem;top:23.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlEOwDMltT5Xkxl5AWlgS5XfW7at4GE0 { width:16rem;height:4.0625rem;top:17.1875rem;left:15.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVAxUixctao2dGtyhBPyT9fQITKTcRF6 { width:18.75rem;height:0.875rem;top:0rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #leKuyhL3bhhp9vmeP4VOa1ZyrHBkvPJS { width:16.0625rem;height:4.0625rem;top:1.4375rem;left:31.5625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGuNsTpRpHRdUJEXWfyN5dHvptRwoLaZ { width:20rem;height:0.8125rem;top:14.6875rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryBq1mi5CEyXD00L1v5J4buVzMVmC86m { width:16rem;height:14.25rem;top:22.125rem;left:15.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuUXfTlEZBtkwaxe0Iba1D4Ru6Jb2J93 { width:16.25rem;height:15.5625rem;top:5.4375rem;left:31.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGvdOlzBfNzy3Bh8aF2SPlG0khJ4QMMM { width:19.6875rem;height:13.125rem;top:22.8125rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cy8spPitDibSgCEZmgKZfIupD4O42emn { width:19.875rem;height:11.875rem;top:1.5rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2zdTTOO7gWxr6o4TU62vb38yfwiTUG1 { display:block; }#U2zdTTOO7gWxr6o4TU62vb38yfwiTUG1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XG45LP4oQD8o0zy6DoHh0OAuZst6Q9NB { width:47.75rem;height:3.125rem;top:1.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ { display:block; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CTJmgxuAVvgDEny59KQLIvi7qhe4Cr0e { top:5.5rem;left:4.875rem;width:41.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LI1mEhCikpMyPV2zOSgDPVIAIbnC5N6A { width:43.75rem;height:;top:1.4375rem;left:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZcVOxmOqRPw9s7xaV54I7np8qKVAft8 { top:5.1875rem;left:2.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcIlaZOlFpIBIpJ41Rphyu8TJFF6UNbP { top:12.0625rem;left:0.5rem;width:47.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZ9AqgZtPozULcIhploNoVbvPa6Kzpyi { top:8.625rem;left:2.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X35dfwG94pK0trU2a8loTMO6WnbZX90Z { top:8.625rem;left:4.875rem;width:40.8125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6xOu3I8JtJrhsq3CGNxUaNh8ows3gWL { top:11.8125rem;left:2.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxIT1MAhSvxrc87EX3oT5l6RUiscJM0f { top:17.5rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #whpKKJcW4w1Otca2e2FAF2uGARh8lPnu { top:14.625rem;left:2.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTiSoUkTfps4GFAnDLqnFEzpScS1H8LT { top:14.9375rem;left:5.125rem;width:41.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKhVvksLOaEioIePK1dS0Ol9S3s3m1no { top:17.5rem;left:2.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lc9k4RFsLsmyMFeumidU0x9ExwdGmgBG { display:block; }#Lc9k4RFsLsmyMFeumidU0x9ExwdGmgBG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rbJtm8dS9RaCKJnbddPhI975pHPbqq6O { width:47.75rem;height:1.5rem;top:1.8125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtE4V3s954MXoF6k1ci6klrAsW6cbsHp { display:block; }#XtE4V3s954MXoF6k1ci6klrAsW6cbsHp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I4i19ZafKrfKtx3IICi6gEvsw6Mrm2PM { top:0.5625rem;left:0rem;width:8.8125rem;height:3.811525rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywOXW1P0TnR1TVV2ptBrrq9ZqxNZWXXf { top:3.1875rem;left:0.75rem;width:17.6875rem;height:11.769639090583rem;display:block; }
 }@media only screen and (max-width: 763px) { #whsc6doSeTVbPq9gALaXJySkVFvWDJa2 { top:4.0625rem;left:16.9375rem;width:19.75rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7MKVUDy6yyoWgDUpxUFrRFG8PTJwwNb { top:1.625rem;left:31.4375rem;width:16.3125rem;height:10.832844010169rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I { display:block; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aoCQIRX3byIUZHbFaPpqyrT1kD61zcCK { width:47.75rem;height:4.0625rem;top:5.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJ6BlJtKqAe5U9gHQrySmd41MVp85p5q { width:46.5625rem;height:10.375rem;top:11.0625rem;left:0.56201171875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvwRldLiUOJTys8uknVbQCxnhQl8qVi8 { width:18.9375rem;height:10.3125rem;top:36.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sS8LaXv42X2sMEppW103lGZPFa5EDgIz { width:18.9375rem;height:10.3125rem;top:36.4375rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqyk7iV9hiaTWb8hcomOchT5pAQ32E1O { width:18.9375rem;height:10.3125rem;top:36.4375rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoXg2IBrVirvuHE3fMTosiyrcrR74h5N { width:18.125rem;height:4.875rem;top:37.1875rem;left:0rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0ZimkdeuuaUxF41dPvuIDX4gfvy4nJm { width:18.125rem;height:4.875rem;top:37.1875rem;left:14.8125rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xS6FyFyuk84gJAORTu4eFppRn79D8W3S { width:8.1875rem;height:4.875rem;top:37.1875rem;left:39.5625rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0THSJIs5Bn9hbddhVb0W0JaeVne4phR { width:3.5rem;height:2.3125rem;top:38.4375rem;left:28.75rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sk9lbX67LTbAzcDVRsBzHVbxw3ktHd4C { width:3.5rem;height:2.3125rem;top:38.4375rem;left:44.25rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJVUJyTMT9txVKPGUBy9QkLVby3aPXyn { width:18.125rem;height:2.5625rem;top:43rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBAEp3BG1P6xGL7n3FVfTh3THN052hqK { width:18.125rem;height:2.4375rem;top:43.0625rem;left:14.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTZaTrIMWgGdlBa7d1V8BA3EPsTOdmrA { width:18.125rem;height:2.4375rem;top:43.0625rem;left:29.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcWZZBl9JVcEpVn8vrALbXHAA6o1F7Bd { width:19.0625rem;height:0.1875rem;top:46.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMGzUZZ4InkHME9imugn6E989oTEnfS1 { width:19.0625rem;height:0.1875rem;top:46.625rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLfOMlGtfFBz18TluJbOrOEeTzmabmqI { width:19.0625rem;height:0.1875rem;top:46.625rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRbLPbTxaf8exJxXTDbVa5h7W1EP4Sck { width:47.75rem;height:12rem;top:54rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPuNE4TTXsTWPdcFgJDW5tRVrX0WbpaH { width:16.75rem;height:1.6875rem;top:51.125rem;left:12.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8Tt4Mg9l9O4LwPdk0oNlQNHEtP9cm32 { top:54.25rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOUMk64MS4L7IXIKdnRy5HC6t1TxbVSI { top:56.25rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iu5uvIce6yzdPBvxofDTgQ9ZW86OFJib { top:58.25rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vvb4ycFO8NaIsHQHFf49I43FTo7tKhk4 { top:60.375rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAT6oLNB1RLAAwFWMv3g1cxhbSfwMCfd { top:62.3125rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXUbe3MiVW2Ip6OXoAvTWboyW8l6gv6D { top:64.3125rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBNrFMhBIilebI7LIlg8wTiap0iHEy59 { width:47.75rem;height:9.6875rem;top:0rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOrhfuchdCvJEQ4rNgzEg4pn87NuT7Je { width:24.9375rem;height:1.6875rem;top:30.375rem;left:22.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGeMUmeIgeTSx4rN2sLTJVSvT5EkOL37 { width:22.3125rem;height:3.375rem;top:25.6875rem;left:23.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7JSp8QWHxvmtDKvITv978Rl6ayUqgRz { top:26.6875rem;left:19.875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDSaZ4VdnyhQtrcTQbI4AAaHLUwuvnIw { top:30.5625rem;left:19.875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrnZGHeXXf2TQhSa19PefDKQa7XhOhBw { top:22.5625rem;left:5.3125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzHsdvThlGrNkoNz2yKXfBZARqrWDGrn { display:block; }#QzHsdvThlGrNkoNz2yKXfBZARqrWDGrn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MIEqltFi8R0yCBeCIznDGuXuyTVJxsKM { width:7.1875rem;height:15.0625rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdoK8TaLXlpockV8TOFvdNuxolU2qGyC { width:7.1875rem;height:15.0625rem;top:21.9375rem;left:40.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6JfTF1MUkVRPX0m9LeMTNdo7aXMddGA { width:47.1875rem;height:26.0625rem;top:4.5rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW66PGLmxOTTqqlfdZStNaEFKyp9N9eT { width:14.5625rem;height:22.25rem;top:34.9375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3c7ptTeGWmNPyFnoMFogfR3lGIsDBB2 { width:15.8125rem;height:21.125rem;top:48.4375rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A64baRToMqNKgg1h526uTqInsSWL9FQJ { width:15.6875rem;height:21.0625rem;top:48.4375rem;left:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRWmToSQ8uaWd5bvcH2oSPVvTtl1OOmv { width:11.625rem;height:15.666121165447rem;top:34.9375rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #df6PaPmM7hPw5y7opviFExgOQyDoZn80 { top:34.9375rem;left:15.5625rem;width:20.3125rem;height:13.499rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6pfcoZduO5mZz3I8vGHwkPrGynwTT6C { top:57.1875rem;left:0rem;width:16.6875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp { display:block; }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d6XFB2Th9Se1MTZ7RmimGAO25pTJdVyH { width:43.75rem;height:2.875rem;top:3.375rem;left:3.373046875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQnoW8cQ2oThIrSBTwIoeNeoUTtsdQFT { width:43.75rem;height:1.25rem;top:1.375rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq { display:flex;height:auto;width:27.8125rem;top:14.3125rem;left:0rem; }
#hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #IgDFGuCH1Mron3hevBIt1TWXWmfAIE2f {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #xP3ymRG179sUSw2I88PMWKmsSRorwOJd {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #znLf4o1T7S3mirho64wOqTdR41CNzVFH {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #VZgAlSDvr1Jdw5kqCgEnLwcB674sD5cF {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #J9cx46hzrDL8mzBiR1hpzdMIbXnP7RKu {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #PTreLLBh9CaMdXaIAe6IUFX0OC1CKylz {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #E7bi9K5DnTXRRNUp5TlMzWdCqSZIqNRk {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #HplMfkcaTUuamtaFuffoczyJwtveIN8D {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #iQzunE8adaxtfLirmRBgTLVhcCTPHt88 {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #V3kU9egf5EGen2XMSSJzHrqLVy61JU5r {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #dSV8QfO73663LDb5BvDsdO9XD7v1WOqV {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #SToJpRoWViWqyo54SZZt18uAw6NyvCBZ {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #XSXzodt8tiNWet452zTuTLxmFVNoVSgq {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #Vgs2DoZ4cfdCR55CsXGJbyTUiHPNni4T {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #PLN7kgQIV3den4dd8zqU6oegSd6b2FF4 {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #RgmQrmS9nlrKyx27dtLnA0hwVVd85N2S {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #FZ9nAmJeitTk48S7wJWz5DMHscHGBoft {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #Ltk0okBWxxNOgus0BpGh5THvf8w2x4IP {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #TLRakXZrH9SDZMoxZd2oxokgSUNk85g0 {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #yTs7BlAt566TabeO8xvFsp4RnZTyug49 {  }
 }@media only screen and (max-width: 763px) { #kHrklQIiioqCxAZANas6ifqWvAztzrvT { display:block; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pQSP3v3p4ShuzJRSZd7dkKSFL7woOOLN { width:47.75rem;height:6.25rem;top:2rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHbIsLAvlgPs3UntnHfAhS4saUV8gEmX { width:47.75rem;height:5.375rem;top:9.5625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wewImRtbiunXlc79uM7zAW3Lqg7KoWgV { width:20.0625rem;height:2.625rem;top:25.625rem;left:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdExa60EcchwQcT6VgmEyRtQtpITlrHq { display:block; }
 }@media only screen and (max-width: 763px) { #BARUOVnymGqZx5FeRephhzhelvSUo5TC { width:17.625rem;height:2.625rem;top:25.625rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWJCCBUCIrqQ0pEk8SFLuFKSACFu4iB4 { display:block; }
 }@media only screen and (max-width: 763px) { #S198CQnRKNRKLGpxODTuBlkvJ0pH98qS { width:22.375rem;height:2.625rem;top:21.75rem;left:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5yBOueRHV9dFhWss9CubrHUQBtCOdro { display:block; }
 }@media only screen and (max-width: 763px) { #wMTq37oIJzBPsEB4nyqeLv39sxaSat1I { width:7.1875rem;height:2.625rem;top:21.75rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRnDCO7kXH6CKuLQXqnnRg1bDI7RCEFv { display:block; }
 }@media only screen and (max-width: 763px) { #gNhFZg149NXZo5fIlVphvz7KD2Fzgrlq { width:10.875rem;height:2.625rem;top:21.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwywOlprZiHMX9MRPq0RkKCHnhl4lmNA { display:block; }
 }@media only screen and (max-width: 763px) { #CVhAgeh6zqUTPsk8hntZMyi8akU3mxmg { width:8.875rem;height:2.625rem;top:21.6875rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqaLibx9l5Q8OQDwmXw6xMJloUsV7uiy { display:block; }
 }@media only screen and (max-width: 763px) { #zTBTdHqL7f4hNIgUKxgpR75r5XWo4OCp { top:18.8125rem;left:13.375rem;width:25.125rem;height:2.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #llMs3EbihRMkk37aBsaGgQSbzudAvRTL { display:block; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LrVgILJBqrQT7y7o2G2EG8B7LiGBcOQz { width:45.25rem;height:30.125rem;top:13.6875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Di7SsEuc37COTPaDEaiRCfpiS4iGi1GN { width:20.1875rem;height:6.6875rem;top:4.5rem;left:13.748657226562rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOLdxx7gwtuDNufZCTFulioPOlnUr70c { top:1.8125rem;left:22.873481750488rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPAMViqazThei3n0LdNCqDBOBZcEafha { top:15.5rem;left:2.0625rem;width:45.3125rem;height:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6fWHId6wz22rN9nncl1CsONJbSgR6zu { top:11.25rem;left:1.03125rem;width:45.3125rem;height:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTiydITV4oWpWBydPD549dTSmyBlI4pz { display:block; }#aTiydITV4oWpWBydPD549dTSmyBlI4pz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qXBN9AJb0dtIa4WXKp504TWoJvG777nb { width:10.125rem;height:4.125rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW4sEhckcTdBIWZ14D75mZaU6A5kUS6R { top:7.375rem;left:0rem;width:19.8125rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #seG3URw8dTUyfdbSpuwTUa9IaeU13KpV { top:7.1875rem;left:20.062133789062rem;width:9.125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcS1tTV130KPsdDcAwRgdbswGpLMbziO { top:5.3125rem;left:17.999755859375rem;width:6.3125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uO1u9AL9evqnqn66huaERpQbDFL2eV1W { top:7.125rem;left:18.0625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXMVbnkVt8VnfvMywCGgbnbqChITXQRu { top:7rem;left:29.5625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByRHelUQQrhliabdossiQPP77g3dxPlt { top:11.0625rem;left:12.125rem;width:35.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCT27mAwKyDDUeayaZRvzalvwaQ99TFR { top:7.0625rem;left:31.49951171875rem;width:7.25rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Edapt881eLr1PyUXf0qBhqIPfzqqLgup { top:11.0625rem;left:0rem;width:18.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxHAGuIozWE0lCnoWODbGxGqFoCBmGen { top:7rem;left:40.5rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhDBw6KbfMNadbrPrtNsrV25vT3lNipu { top:6.625rem;left:37.375rem;width:10.375rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcpTiP5RHoGWXoxhO5xUcpVsCbVgmFiD { top:13.125rem;left:36rem;width:11.75rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRzolUCTL1AEcHW0RTCInNrSNb1AJQPM { top:15.25rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
#pRzolUCTL1AEcHW0RTCInNrSNb1AJQPM > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #b2GgTV3qXq4BTWdACQ2UhrrCD0zMRoy8 { width:3rem;height:3rem;top:14.875rem;left:42.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpyUsvsdTmD0kKDlIZBAAogmETLodE6S { display:block; }
 }@media only screen and (max-width: 763px) { #ic1ETxWTDx7UWLwSwCBHI07aArSTqfo6 { width:3rem;height:3rem;top:14.875rem;left:44.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lshMm55hw8ZQoO9QE3Ncbc3RzbrO657U { display:block; }
 }@media only screen and (max-width: 763px) { #sTf50v7v77vEUusoliCHtqAISCfHo7re { width:3rem;height:3rem;top:14.875rem;left:44.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzrWQUophONyR0pLW3PBWJhLQLZ3G4r8 { display:block; }
 }@media only screen and (max-width: 763px) { #lTatugtBzKEaUbTJvkw9FDD9x6Ay85Fl { top:15.4375rem;left:42.625rem;width:1.875rem;height:1.875rem;display:block; }
#lTatugtBzKEaUbTJvkw9FDD9x6Ay85Fl > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #WXopScZC8OmL8Ec55Sdt6M0KeDPVtsli { top:15.4375rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#WXopScZC8OmL8Ec55Sdt6M0KeDPVtsli > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #CiWiFpz0fKRhGgt3dH3i8QnGloaZNdKt { display:block; }#CiWiFpz0fKRhGgt3dH3i8QnGloaZNdKt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b7VTkFIzJq2VbtMBXGKHX6HBCZ4OsCVT { top:0.9375rem;left:22.59326171875rem;width:2.5rem;height:2.5rem;display:block; }
#b7VTkFIzJq2VbtMBXGKHX6HBCZ4OsCVT > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { body { position:relative;background-color:rgba(var(--color-tertiary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #aGZSTJAJcV4XGAAODZ1SbW8eFU0dn3qE { background-color:#fafdff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aGZSTJAJcV4XGAAODZ1SbW8eFU0dn3qE > .row .container { background-color: transparent; background-image: none; }#aGZSTJAJcV4XGAAODZ1SbW8eFU0dn3qE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aGZSTJAJcV4XGAAODZ1SbW8eFU0dn3qE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aGZSTJAJcV4XGAAODZ1SbW8eFU0dn3qE > .row .container > .video-iframe-container { display: none; }#aGZSTJAJcV4XGAAODZ1SbW8eFU0dn3qE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aGZSTJAJcV4XGAAODZ1SbW8eFU0dn3qE > .row > .video-iframe-container { display: none; }#aGZSTJAJcV4XGAAODZ1SbW8eFU0dn3qE > .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); }#aGZSTJAJcV4XGAAODZ1SbW8eFU0dn3qE > .row .container { border-width: 0; border-radius: 0; }#aGZSTJAJcV4XGAAODZ1SbW8eFU0dn3qE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aGZSTJAJcV4XGAAODZ1SbW8eFU0dn3qE > .row .container { width:20rem;height:47.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hmpzyZuBO5hXEQyeaGOHFDAx76JQ4HOz { width:6.8115rem;height:2.124025rem;top:43.7744140625rem;left:8.651123046875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2xmZVgmJ6o5xLCqTvuZRzpuzhQPSn99 { display:block; }
 }@media only screen and (max-width: 763px) { #MGDRhwerEowgeUe4dtt30Udn3yldZaWr { width:6.3125rem;height:2.1875rem;top:33.3125rem;left:1rem;font-size:0.625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0.125rem solid #0025cc;border-left:0.125rem solid #0025cc;border-right:0.125rem solid #0025cc;border-bottom:0.125rem solid #0025cc;display:block; }
 }@media only screen and (max-width: 763px) { #KVBsM1LeUaZgDR7lOnbRTw2iRaN5VcFS { display:block; }
 }@media only screen and (max-width: 763px) { #GBdbnqdfrSTJcTWptnnE4moabPoJz5wS { width:7.24975rem;height:2.06176875rem;top:43.804931640625rem;left:0.531005859375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dD6tcultMhW4BWqVog18CusN3L3Z9Zea { display:block; }
 }@media only screen and (max-width: 763px) { #hOMNpqUsVTJu4EXULmey9y9Z7iOzMNfw { width:2.56225625rem;height:2.1875rem;top:43.743896484375rem;left:16.295166015625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNRfb6qGAtsS7gat6iZhpWfs6E34KstR { display:block; }
 }@media only screen and (max-width: 763px) { #LDf0qVVVwPN5f1cXnAfW6UBn0E4TLlOq { width:17.5610625rem;height:1.54296875rem;top:30.99609375rem;left:1.21826171875rem;font-size:1.1875rem;color:#0025cc;display:block; }
 }@media only screen and (max-width: 763px) { #mIq9M0uaHmzif9BLHKGo6p0H1NA8Ox0O { width:14.4375rem;height:2.125rem;top:39.125rem;left:2.75rem;font-size:0.625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0.125rem solid #0025cc;border-left:0.125rem solid #0025cc;border-right:0.125rem solid #0025cc;border-bottom:0.125rem solid #0025cc;display:block; }
 }@media only screen and (max-width: 763px) { #AlO9Xl5w90ak4f0ARX7U861858TgTM83 { display:block; }
 }@media only screen and (max-width: 763px) { #cbpDQFN0TL1gRWoaT83fHEp7BO1T7MUu { width:5rem;height:2.125rem;top:33.3125rem;left:7.5rem;font-size:0.625rem;border-top:0.125rem solid #0025cc;border-left:0.125rem solid #0025cc;border-right:0.125rem solid #0025cc;border-bottom:0.125rem solid #0025cc;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSM638ZvDCXdLc9pTsarvQ2G4dEkCt8b { display:block; }
 }@media only screen and (max-width: 763px) { #qVck3xzsalym72VozMuctaIdiSUIOBZf { width:8.5625rem;height:2.3125rem;top:36.0625rem;left:0.875rem;font-size:0.625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0.125rem solid #0025cc;border-left:0.125rem solid #0025cc;border-right:0.125rem solid #0025cc;border-bottom:0.125rem solid #0025cc;display:block; }
 }@media only screen and (max-width: 763px) { #BrdIS5hqNs4rU1v0FIc2qn6VqgrI5Tks { display:block; }
 }@media only screen and (max-width: 763px) { #CPlHsNqHtRU7bVzfsi3RtMWENGayz37y { width:5.25rem;height:2.125rem;top:33.3125rem;left:12.6875rem;font-size:0.625rem;border-top:0.125rem solid #0025cc;border-left:0.125rem solid #0025cc;border-right:0.125rem solid #0025cc;border-bottom:0.125rem solid #0025cc;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTL0dpW6Wk0AeOpQ5VU9VNLmMxdbbtmg { display:block; }
 }@media only screen and (max-width: 763px) { #GkpvzZKIs3kbEw7OGA0ppKXRp3dzdWaI { width:9.125rem;height:2.0625rem;top:36.3125rem;left:10.0625rem;font-size:0.625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0.125rem solid #0025cc;border-left:0.125rem solid #0025cc;border-right:0.125rem solid #0025cc;border-bottom:0.125rem solid #0025cc;display:block; }
 }@media only screen and (max-width: 763px) { #VuAixPmn2zO2EyKUFxep2z457VOxTteP { display:block; }
 }@media only screen and (max-width: 763px) { #AEiEnSHMFwydsP5JRFieNS3klrOPv8Me { top:0rem;left:1.248779296875rem;width:17.49875rem;height:29.9365rem;z-index:15022;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #FNMdDilRe9UcskVVN3OF8QzT4Wp0l086 { background-color:#0025cc;background-image:none;display:block; }#FNMdDilRe9UcskVVN3OF8QzT4Wp0l086 > .row .container { background-color: transparent; background-image: none; }#FNMdDilRe9UcskVVN3OF8QzT4Wp0l086::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FNMdDilRe9UcskVVN3OF8QzT4Wp0l086 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FNMdDilRe9UcskVVN3OF8QzT4Wp0l086 > .row .container > .video-iframe-container { display: none; }#FNMdDilRe9UcskVVN3OF8QzT4Wp0l086 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FNMdDilRe9UcskVVN3OF8QzT4Wp0l086 > .row > .video-iframe-container { display: none; }#FNMdDilRe9UcskVVN3OF8QzT4Wp0l086 > .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); }#FNMdDilRe9UcskVVN3OF8QzT4Wp0l086 > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b8X31BWRd669iKVCHgJInlTqNfXiezzo { width:17rem;height:1.29980625rem;top:0.630859375rem;left:2.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 { display:block; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { width:20rem;height:54.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A8WtMXBCbMRCN2swKtMgEp7iGUsKPtT0 { width:14.25rem;height:4.55078125rem;top:2.5478515625rem;left:2.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZG1PKAle42hxQ8MoGyfJfU1kFDLenPa { width:16.6855625rem;height:22.9309375rem;top:10.90625rem;left:2.28125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rLCE9yE7wIu3Vo9A2OsbyTUXpJytIeSy { width:11.25rem;height:2.625rem;top:42.892578125rem;left:0.625rem;font-size:0.625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0.125rem solid #0025cc;border-left:0.125rem solid #0025cc;border-right:0.125rem solid #0025cc;border-bottom:0.125rem solid #0025cc;display:block; }
 }@media only screen and (max-width: 763px) { #GdufurfbNGG2knB48lxf0dxa50rVhgUK { display:block; }
 }@media only screen and (max-width: 763px) { #TSJMWsIuKTFEVuJqHicNewpkVyeLQyVI { width:5.1875rem;height:2.625rem;top:42.892578125rem;left:12.5625rem;font-size:0.625rem;border-top:0.125rem solid #0025cc;border-left:0.125rem solid #0025cc;border-right:0.125rem solid #0025cc;border-bottom:0.125rem solid #0025cc;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxSGo3OTuBZgSGiLfRMfKOTdeQeDTLdd { display:block; }
 }@media only screen and (max-width: 763px) { #QdHJMDp3WvTLUfuF0QIsttG8JJO8oLUz { width:8.75rem;height:2.625rem;top:39.205078125rem;left:0.625rem;font-size:0.625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0.125rem solid #0025cc;border-left:0.125rem solid #0025cc;border-right:0.125rem solid #0025cc;border-bottom:0.125rem solid #0025cc;display:block; }
 }@media only screen and (max-width: 763px) { #ioER3S75eXS5rBV1T7sAyDTwPCPDTCwo { display:block; }
 }@media only screen and (max-width: 763px) { #XvpbBn1Ak7Io5R5IwsNElgoBL7XuzzPS { width:7.9375rem;height:2.625rem;top:39.205078125rem;left:9.75rem;font-size:0.625rem;border-top:0.125rem solid #0025cc;border-left:0.125rem solid #0025cc;border-right:0.125rem solid #0025cc;border-bottom:0.125rem solid #0025cc;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrJm3PotWpL9GAdNDlbTvTsfOz81MS7T { display:block; }
 }@media only screen and (max-width: 763px) { #D0NSTUFg2Bk8g9AV5xloRUTUSpXNCKmR { width:13.9375rem;height:1.21875rem;top:36.736328125rem;left:3.03125rem;font-size:0.9375rem;color:#0025cc;display:block; }
 }@media only screen and (max-width: 763px) { #aJl2A80ZK2zIm0krryNwq5qPKUHT4FW6 { width:17.625rem;height:2.625rem;top:46.267578125rem;left:1.1875rem;font-size:0.625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0.125rem solid #0025cc;border-left:0.125rem solid #0025cc;border-right:0.125rem solid #0025cc;border-bottom:0.125rem solid #0025cc;display:block; }
 }@media only screen and (max-width: 763px) { #wzK3EQSHDU8k2BnMX2ZMTQTIUtzNi2gC { display:block; }
 }@media only screen and (max-width: 763px) { #gtmRUAi7uTvVZrVUESIFhfuWxGB1Vg1U { width:18.75rem;height:2.625rem;top:49.705078125rem;left:0.625rem;font-size:0.625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0.125rem solid #0025cc;border-left:0.125rem solid #0025cc;border-right:0.125rem solid #0025cc;border-bottom:0.125rem solid #0025cc;display:block; }
 }@media only screen and (max-width: 763px) { #OTNGe9OTZS7hvZ8vRMJ8Glbdy3r0Qdn6 { display:block; }
 }@media only screen and (max-width: 763px) { #crTH8Toc0RVTuMCuD6Aa6eaodCEmmuTl { display:block; }#crTH8Toc0RVTuMCuD6Aa6eaodCEmmuTl > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KhCoFNmn4yKJgoqEVy4yoyaCH4TGJI6L { display:block; }#KhCoFNmn4yKJgoqEVy4yoyaCH4TGJI6L > .row .container { width:20rem;height:53.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NIQpdg7pJQNqAat55GkLDcmurBsEkXZJ { width:20rem;height:1.625rem;top:37.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3eVLcKF3bVT3TqQrUigx3zInOSfEMDO { width:16.625rem;height:19.4922rem;top:15.15625rem;left:1.6875rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q71OBJeO77eKuMHXrCQoKhSJqGWP4bg1 { width:8.4375rem;height:8.4375rem;top:39.9375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ii0PEd2XTZ6p6oFPi3Xlys6MQbNydCkZ { width:8.25rem;height:8.25rem;top:40rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSuO05SGEDkv2p5G2hGEpRAUvpi7LIve { width:8.25rem;height:8.25rem;top:40rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TC0o3RHfy6aDObRCMTqNlHU2OTFTPV75 { width:14.75rem;height:1.875rem;top:48.9375rem;left:2.625rem;font-size:1.25rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #Zni76cTf5U9pbczItigGID1XLtJmMlCa { display:block; }
 }@media only screen and (max-width: 763px) { #MKiqkRw3ied17HaucVFAcpH63gI0gGVX { top:1.03125rem;left:0.43951924178124rem;width:19.375rem;height:13.6875rem;z-index:15021;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #cu4retRi3CK3LKne16mLwEBxNG4Hf2EP { width:3.5rem;height:1.25rem;top:49.21875rem;left:8.46875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xa5nbFzLxBVHZFFKpkt1KVvJDrecAnh5 { display:block; }#xa5nbFzLxBVHZFFKpkt1KVvJDrecAnh5 > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZlEAR4AewDBJFXTNKr1nXzrfNHZIhIo0 { display:block; }#ZlEAR4AewDBJFXTNKr1nXzrfNHZIhIo0 > .row .container { width:20rem;height:58.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lRNAcvg2AQ66STN1aZuQMSoTgWMoLe89 { width:16.8115rem;height:25.58348125rem;top:14.748046875rem;left:1.5927734375rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpTnNPCBBFOn67SrWi8cDmcTEraawxhI { width:9.1875rem;height:9.1875rem;top:44.21875rem;left:2.5927734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABdOTuXBbhNc4o4v5FG9VX1xkyT0omlA { width:17.5rem;height:2.0625rem;top:53.4375rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzPnQkA8fNikLMXHHfcaGlVwJsQOgtxc { display:block; }
 }@media only screen and (max-width: 763px) { #SCXWFfAPBRy5lk3FwB6bRE3Vc5rgVsAH { width:9.0625rem;height:9.0625rem;top:44.28125rem;left:8.5927734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgMu3wOCv1Tc9mMnJtfeaG9uWC8kS7tt { top:0rem;left:0rem;width:19.999rem;height:14.749rem;z-index:15024;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kNKXGNCM5vGWL9yN7P2y1tJDbXQCMiQM { width:3.5rem;height:1.25rem;top:53.8125rem;left:8.5625rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #TW2b9BFFJIPVbgwEbu2Z1Bw0twI6EIgJ { width:14.8125rem;height:1.625rem;top:42.65625rem;left:2.59375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dp31CN8grcDHuiJSkK7hJ4003Ob5go2y { display:block; }#dp31CN8grcDHuiJSkK7hJ4003Ob5go2y > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TZK04Q3DfVFEMkiW9ZT06yHZ6sfBWd0s { display:block; }#TZK04Q3DfVFEMkiW9ZT06yHZ6sfBWd0s > .row .container { width:20rem;height:60rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nI6xTk6RiPTQq3Ja2de2Cy2MTmsHyR8N { width:16.0615rem;height:30.45655625rem;top:13.75rem;left:1.9677734375rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcguacqBRp61Wc77pcdGCrTBrbT8Pc1v { width:17.5rem;height:2.125rem;top:56.65625rem;left:1.9677734375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRIBKAyhit578TkmGT0ToPo7yV08H8Ql { display:block; }
 }@media only screen and (max-width: 763px) { #VCwSrft98zQMWnKQJC3lRwh1LqC6KzoB { width:9.1875rem;height:9.1875rem;top:47.46875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEplMgVbVFkK289r5OKvORwTHTe2KVc5 { width:9.1875rem;height:9.1875rem;top:47.46875rem;left:5.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccGyXZ2mQGEEtHJgZQkId5FmOt8QfIEZ { width:9.3125rem;height:9.3125rem;top:47.40625rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJZSKQH7JDupfUnXKwd0HhzISMZopmLl { top:0rem;left:0rem;width:18.9375rem;height:14.3125rem;z-index:15022;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #OXc0D6FLuOAioi2e4ypzWtpzTlG9SIi0 { width:14.8125rem;height:1.625rem;top:45.90625rem;left:2.59375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpbGVPhaDXUm2DfWPGT3396gcCRf4abz { width:1.5rem;height:0.62402375rem;top:7.5615234375rem;left:9.875rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #CrU6mSXxwpIg6N9m0PuavAQHGCrmBAMV { display:block; }#CrU6mSXxwpIg6N9m0PuavAQHGCrmBAMV > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NpIJT2zUW2BtgE7oaG5nfTQRBu5bhBGW { display:block; }#NpIJT2zUW2BtgE7oaG5nfTQRBu5bhBGW > .row .container { width:20rem;height:57.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tp3X7zX4kIeT18aePAIZSg7ZpTp7iRnS { width:16.9375rem;height:21.9287rem;top:15.623046875rem;left:1.53125rem;text-align:left;text-align-last:left;font-size:0.9375rem;color:#0025cc;display:block; }
 }@media only screen and (max-width: 763px) { #OE42OShBKKaE6ULCm3CnmILJ4sT9ki6h { width:17.5rem;height:2.0625rem;top:52.125rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKGUsx6sfJgLo6SRnHzUxIff9sA9oL9v { display:block; }
 }@media only screen and (max-width: 763px) { #a3ABTp9zKIHSpWmOuQneUTlc5kiStmnC { width:9.25rem;height:9.25rem;top:42.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTBM88lhmyzzZGsepDe2Bp6grvpIbI2L { width:9.3125rem;height:9.3125rem;top:42.0625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7BMs8CfQs4kRX2MOTM1zCGu3DyLnvs7 { width:9.0625rem;height:9.0625rem;top:42.1875rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBQRzSpPs2RoFpTZTNEL5q415JkRVn25 { width:19.999rem;height:1.625rem;top:39.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wV1zfwu5rT9zODsMCARXJQeSohfyTRuO { width:3.4375rem;height:1.25rem;top:10.4365234375rem;left:8.03125rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #PvEKsIadqRrH7lwJ3WxLw5PitbEfmhWC { top:0rem;left:0rem;width:20rem;height:14.9375rem;z-index:15024;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Tqm4d6rSKwCUvBJ2W8BeJ6CIeTZqHmnf { display:block; }#Tqm4d6rSKwCUvBJ2W8BeJ6CIeTZqHmnf > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GHtm5kuEFk9wSrqByHaauGHTRLhCWJ4S { display:block; }#GHtm5kuEFk9wSrqByHaauGHTRLhCWJ4S > .row .container { width:20rem;height:57.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qQlE5vp1tFJnMJ40qkKJgOC6B35tnHVN { width:15.75rem;height:23.146975rem;top:16.3125rem;left:2.125rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7F5xTNuRna8thZQe8LwBAIyRTiV6c6C { width:17.5rem;height:2rem;top:53.125rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMzID4XUP5HwC9Q0sT0eUMclQvlm8s8K { display:block; }
 }@media only screen and (max-width: 763px) { #MzHJGE7yXA4K0rM6q5qF813oeUoXWRap { width:9.8125rem;height:9.8125rem;top:43.3125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgW5f9RnminVq9kc20OL3CFcWR1faEE1 { width:10rem;height:10rem;top:43.25rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0qyUOlLdZ5dKztTMp0MdCZz97RzUGLz { width:1.4375rem;height:0.625rem;top:48.5625rem;left:5.5rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #doNNS2F99BT2Rh9KgE4ZL3nT76X13sgt { top:0.625rem;left:0rem;width:20rem;height:15.125rem;z-index:15025;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #l5HILsaH0E7shQ7T6dzOI1xNhK9c1H70 { width:14.8125rem;height:1.625rem;top:41.4375rem;left:2.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hl7donEfnzAxnbvwKiy5NixzT9N3aOAU { display:block; }#hl7donEfnzAxnbvwKiy5NixzT9N3aOAU > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qy7wIp0VwJeeF4GHFBuXTI3iQ5TgNC0L { display:block; }#Qy7wIp0VwJeeF4GHFBuXTI3iQ5TgNC0L > .row .container { width:20rem;height:52.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #THaIqRLTw5XWNeJxTpZbCtUnDTnzOXXq { width:14.6875rem;height:15.83740625rem;top:15.125rem;left:2.65625rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwhickHqfuT6tVOHT3IcCoGanDh2WK6G { width:16.75rem;height:2rem;top:45.875rem;left:1.625rem;color:#0025cc;display:block; }
 }@media only screen and (max-width: 763px) { #EWwZdtbE9FpJqcaTZCqeuA6PtnHTUA0P { display:block; }
 }@media only screen and (max-width: 763px) { #RGA161qEwSUivfKq9xvh2sNpnsBbDtmA { width:14.0625rem;height:14.0625rem;top:33.9375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBDw7rc2LJNAI2kmRV8mS8sBdy62RGXA { width:3.4375rem;height:1.25rem;top:42.1875rem;left:9.625rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #TP58z2xxxlkaCPBro2qqHO8FTGmVrNT5 { top:1.125rem;left:1.125rem;width:18.875rem;height:12.6875rem;z-index:15022;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tmrcvBBynHODpp877aGT0ChPHow6wfN3 { width:19.999rem;height:0.081055rem;top:40.927734375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.0625rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #g6WbnAA6Uedcm0JFKhaDF7yUPJZitsXz { display:block; }#g6WbnAA6Uedcm0JFKhaDF7yUPJZitsXz > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X2Is6kx4RiTVNc3FNhyFPnEPulxa3J7f { width:15.75rem;height:1.75rem;top:1rem;left:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnRpNagA6at1q71lSAEuEXHR1C22QeIS { display:block; }#gnRpNagA6at1q71lSAEuEXHR1C22QeIS > .row .container { width:20rem;height:159.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eNPfkBndbDQiQpD3GTWargP3wqs9ZmWe { width:14.499rem;height:14.4375rem;top:55.14990234375rem;left:2.74951171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTgNDhlz293EKiTbr7NiXfnTJlAqGLd4 { width:13.062rem;height:14.562rem;top:104.9970703125rem;left:3.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #klSaFTPIuDpGuTCnIp3bOepQoKEdKlKw { width:14.25rem;height:14.25rem;top:3.9375rem;left:2.8740234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcGNWI68IPD0TaCkclnO1ic1A1tqhscf { width:17.1875rem;height:1.94970625rem;top:19.1875rem;left:1.4375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v8zJcTUHUlkzq9vTuuTLRlltU2L556v0 { width:15.5rem;height:13.48875625rem;top:23.5rem;left:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OudvBfkeFa5o23lNKKWKJCQidfFeXT5m { width:17.1875rem;height:1.13769375rem;top:21.125rem;left:1.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lAUHvVOIWq5aJD5TRC4eD5MAur95f32a { width:16rem;height:13.48875rem;top:38.5rem;left:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXMvCKy8q2ikKTUk881tWL9CKpoTFRLC { width:10.5615rem;height:1.94970625rem;top:70.8125rem;left:4.75rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M5093lCgqBANK10IrOK93o6iCTycbcFH { width:14.6865rem;height:1.13769375rem;top:73.4375rem;left:2.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JhRSCEP805Nl7tglT3HIfgBsf2ULXhhg { width:15.999rem;height:1.13769375rem;top:125.5rem;left:2rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JNP3EBkEtQWIVOQQERB5myFkLBGl7UL3 { width:14.0625rem;height:3.8994125rem;top:120.4375rem;left:3rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rB8kK6QB4TQPUunXUJgD7qnqkPMzPMDS { width:15.8745rem;height:16.18650625rem;top:76.3125rem;left:2.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyX28rx881o5TfTgXTzvEu4Tiy2HQLyT { width:15.8115rem;height:9.442125rem;top:93.75rem;left:2.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNr6LNpLzzq4IVNDi9f2c86BdPf38JqV { width:15.8115rem;height:13.48875rem;top:143.58837890625rem;left:2.09326171875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZgERJQDfvFS5o7VDURGQaKxEMI5WCTH { width:15.8745rem;height:14.837625rem;top:128.18701171875rem;left:2.06103515625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmHeJc2eEFTv9qJvp2Mo2psklXHhOaa3 { display:block; }#rmHeJc2eEFTv9qJvp2Mo2psklXHhOaa3 > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pyr1O1iwL5K3HNS9i42cbdn8IUUFwTT7 { width:15.75rem;height:3.4985375rem;top:0.68701171875rem;left:2.1240234375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txxm9xeO4XSTwpQMB3gLgo03FWoMeUsb { display:block; }#Txxm9xeO4XSTwpQMB3gLgo03FWoMeUsb > .row .container { width:20rem;height:110.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KCzgT1coLydvA0enEPSZWX2eer6KeWqp { width:20rem;height:0.875rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #chhoQlBV58i7CGPGMUesSXk2u9CxGA0w { width:17.24975rem;height:4.0625rem;top:17.35107421875rem;left:1.3739013671875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMoCv6VttJ1LFSPDVWhoNLbW5lRmUq87 { width:17.24975rem;height:16.8847625rem;top:21.37451171875rem;left:1.3739013671875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wlv1HmgSDkM1lZH1wSG08pOT8AR54zLn { width:20rem;height:13.3125rem;top:1.2302350427351rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlEOwDMltT5Xkxl5AWlgS5XfW7at4GE0 { width:17.25rem;height:4.0625rem;top:53.625rem;left:1.375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVAxUixctao2dGtyhBPyT9fQITKTcRF6 { width:20rem;height:0.87456875rem;top:52.817928314209rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #leKuyhL3bhhp9vmeP4VOa1ZyrHBkvPJS { width:17.25rem;height:4.0625rem;top:87.5rem;left:1.375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGuNsTpRpHRdUJEXWfyN5dHvptRwoLaZ { width:20rem;height:0.875rem;top:86.009765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryBq1mi5CEyXD00L1v5J4buVzMVmC86m { width:16.0625rem;height:14.2871375rem;top:58.625rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuUXfTlEZBtkwaxe0Iba1D4Ru6Jb2J93 { width:16.0625rem;height:15.58595rem;top:93rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGvdOlzBfNzy3Bh8aF2SPlG0khJ4QMMM { width:20rem;height:13.3125rem;top:72.322265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cy8spPitDibSgCEZmgKZfIupD4O42emn { width:20rem;height:11.9375rem;top:39.669799804688rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2zdTTOO7gWxr6o4TU62vb38yfwiTUG1 { display:block; }#U2zdTTOO7gWxr6o4TU62vb38yfwiTUG1 > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XG45LP4oQD8o0zy6DoHh0OAuZst6Q9NB { width:15.7495rem;height:3.4985375rem;top:1.21826171875rem;left:2.1240234375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ { display:block; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container { width:20rem;height:38.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CTJmgxuAVvgDEny59KQLIvi7qhe4Cr0e { width:15.3125rem;height:3.8964875rem;top:2.8125rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LI1mEhCikpMyPV2zOSgDPVIAIbnC5N6A { width:16.499625rem;height:1.75rem;top:1.624755859375rem;left:1.7486572265625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZcVOxmOqRPw9s7xaV54I7np8qKVAft8 { display:flex;width:1.875rem;height:1.875rem;top:3.875rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #NcIlaZOlFpIBIpJ41Rphyu8TJFF6UNbP { width:15.0625rem;height:5.1953125rem;top:17.375rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZ9AqgZtPozULcIhploNoVbvPa6Kzpyi { display:flex;width:1.875rem;height:1.875rem;top:10.6875rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #X35dfwG94pK0trU2a8loTMO6WnbZX90Z { width:15.3125rem;height:6.494125rem;top:9.125rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6xOu3I8JtJrhsq3CGNxUaNh8ows3gWL { display:flex;width:1.875rem;height:1.875rem;top:17.375rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #qxIT1MAhSvxrc87EX3oT5l6RUiscJM0f { width:14.5625rem;height:5.1953125rem;top:31.1875rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #whpKKJcW4w1Otca2e2FAF2uGARh8lPnu { display:flex;width:1.875rem;height:1.875rem;top:25.3125rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #tTiSoUkTfps4GFAnDLqnFEzpScS1H8LT { width:15.5rem;height:3.8964875rem;top:24.3125rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKhVvksLOaEioIePK1dS0Ol9S3s3m1no { display:flex;width:1.875rem;height:1.875rem;top:31.1875rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #Lc9k4RFsLsmyMFeumidU0x9ExwdGmgBG { background-color:#f4f4f4;background-image:none;display:block; }#Lc9k4RFsLsmyMFeumidU0x9ExwdGmgBG > .row .container { background-color: transparent; background-image: none; }#Lc9k4RFsLsmyMFeumidU0x9ExwdGmgBG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lc9k4RFsLsmyMFeumidU0x9ExwdGmgBG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lc9k4RFsLsmyMFeumidU0x9ExwdGmgBG > .row .container > .video-iframe-container { display: none; }#Lc9k4RFsLsmyMFeumidU0x9ExwdGmgBG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lc9k4RFsLsmyMFeumidU0x9ExwdGmgBG > .row > .video-iframe-container { display: none; }#Lc9k4RFsLsmyMFeumidU0x9ExwdGmgBG > .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); }#Lc9k4RFsLsmyMFeumidU0x9ExwdGmgBG > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rbJtm8dS9RaCKJnbddPhI975pHPbqq6O { width:15.75rem;height:1.923825rem;top:1.375rem;left:2.125rem;font-size:0.6875rem;color:#0025cc;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #XtE4V3s954MXoF6k1ci6klrAsW6cbsHp { background-color:#0025cc;background-image:none;display:block; }#XtE4V3s954MXoF6k1ci6klrAsW6cbsHp > .row .container { background-color: transparent; background-image: none; }#XtE4V3s954MXoF6k1ci6klrAsW6cbsHp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XtE4V3s954MXoF6k1ci6klrAsW6cbsHp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XtE4V3s954MXoF6k1ci6klrAsW6cbsHp > .row .container > .video-iframe-container { display: none; }#XtE4V3s954MXoF6k1ci6klrAsW6cbsHp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XtE4V3s954MXoF6k1ci6klrAsW6cbsHp > .row > .video-iframe-container { display: none; }#XtE4V3s954MXoF6k1ci6klrAsW6cbsHp > .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); }#XtE4V3s954MXoF6k1ci6klrAsW6cbsHp > .row .container { width:20rem;height:37.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I4i19ZafKrfKtx3IICi6gEvsw6Mrm2PM { width:6.5rem;height:2.75rem;top:1.9375rem;left:6.75rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ywOXW1P0TnR1TVV2ptBrrq9ZqxNZWXXf { width:15rem;height:9.87425rem;top:7.1875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #whsc6doSeTVbPq9gALaXJySkVFvWDJa2 { width:15.6860625rem;height:10.3735625rem;top:16.9375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7MKVUDy6yyoWgDUpxUFrRFG8PTJwwNb { width:14.4983125rem;height:9.6228125rem;top:26.8125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I { display:block; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container { width:20rem;height:120.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aoCQIRX3byIUZHbFaPpqyrT1kD61zcCK { width:20rem;height:2.4375rem;top:2.9998779296875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJ6BlJtKqAe5U9gHQrySmd41MVp85p5q { width:17.4375rem;height:17.95046875rem;top:6.62255859375rem;left:1.2802734375rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvwRldLiUOJTys8uknVbQCxnhQl8qVi8 { width:18.9375rem;height:10.3125rem;top:27.9375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sS8LaXv42X2sMEppW103lGZPFa5EDgIz { width:18.9375rem;height:10.3125rem;top:41.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqyk7iV9hiaTWb8hcomOchT5pAQ32E1O { width:18.9375rem;height:10.3125rem;top:53.15625rem;left:0.5302734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoXg2IBrVirvuHE3fMTosiyrcrR74h5N { width:18.125rem;height:5.36230625rem;top:28.6875rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0ZimkdeuuaUxF41dPvuIDX4gfvy4nJm { width:18.125rem;height:5.36230625rem;top:41.9375rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xS6FyFyuk84gJAORTu4eFppRn79D8W3S { width:8.1875rem;height:5.36230625rem;top:54.0625rem;left:5.8125rem;text-align:center;text-align-last:center;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0THSJIs5Bn9hbddhVb0W0JaeVne4phR { width:3.4995125rem;height:2.35595625rem;top:43.4384765625rem;left:15.31201171875rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sk9lbX67LTbAzcDVRsBzHVbxw3ktHd4C { width:3.4995125rem;height:2.35595625rem;top:55.56298828125rem;left:11.90478515625rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJVUJyTMT9txVKPGUBy9QkLVby3aPXyn { width:18.125rem;height:2.59765625rem;top:34.5rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBAEp3BG1P6xGL7n3FVfTh3THN052hqK { width:17.874rem;height:2.59765rem;top:47.296875rem;left:1.06201171875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTZaTrIMWgGdlBa7d1V8BA3EPsTOdmrA { width:18.1245rem;height:2.59765rem;top:59.42138671875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcWZZBl9JVcEpVn8vrALbXHAA6o1F7Bd { width:19.0625rem;height:0.1875rem;top:38.125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMGzUZZ4InkHME9imugn6E989oTEnfS1 { width:19.062rem;height:0.1875rem;top:63.375rem;left:0.46728515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLfOMlGtfFBz18TluJbOrOEeTzmabmqI { width:19.0625rem;height:0.1875rem;top:51.5rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRbLPbTxaf8exJxXTDbVa5h7W1EP4Sck { width:15.8125rem;height:26.25rem;top:71.125rem;left:3.125rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPuNE4TTXsTWPdcFgJDW5tRVrX0WbpaH { width:15.0615rem;height:1.70605625rem;top:66.93603515625rem;left:2.466796875rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8Tt4Mg9l9O4LwPdk0oNlQNHEtP9cm32 { display:flex;width:1.375rem;height:1.375rem;top:71.5rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #ZOUMk64MS4L7IXIKdnRy5HC6t1TxbVSI { display:flex;width:1.375rem;height:1.375rem;top:75.25rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #iu5uvIce6yzdPBvxofDTgQ9ZW86OFJib { display:flex;width:1.375rem;height:1.375rem;top:78.9375rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #Vvb4ycFO8NaIsHQHFf49I43FTo7tKhk4 { display:flex;width:1.375rem;height:1.375rem;top:82.75rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #oAT6oLNB1RLAAwFWMv3g1cxhbSfwMCfd { display:flex;width:1.375rem;height:1.375rem;top:86.5rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #wXUbe3MiVW2Ip6OXoAvTWboyW8l6gv6D { display:flex;width:1.375rem;height:1.375rem;top:90.375rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #TBNrFMhBIilebI7LIlg8wTiap0iHEy59 { width:20rem;height:0;top:107.425rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #SOrhfuchdCvJEQ4rNgzEg4pn87NuT7Je { width:15.5rem;height:1.21948125rem;top:116.625rem;left:3.6875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VGeMUmeIgeTSx4rN2sLTJVSvT5EkOL37 { width:11.875rem;height:2.4389625rem;top:112.9375rem;left:3.5rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #x7JSp8QWHxvmtDKvITv978Rl6ayUqgRz { display:flex;width:1.375rem;height:1.375rem;top:112.9375rem;left:1.8125rem; }
 }@media only screen and (max-width: 763px) { #iDSaZ4VdnyhQtrcTQbI4AAaHLUwuvnIw { display:flex;width:1.375rem;height:1.375rem;top:116.5625rem;left:1.8125rem; }
 }@media only screen and (max-width: 763px) { #lrnZGHeXXf2TQhSa19PefDKQa7XhOhBw { width:12.4995rem;height:12.4995rem;top:98.6865234375rem;left:3.74853515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzHsdvThlGrNkoNz2yKXfBZARqrWDGrn { display:block; }#QzHsdvThlGrNkoNz2yKXfBZARqrWDGrn > .row .container { width:20rem;height:47.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MIEqltFi8R0yCBeCIznDGuXuyTVJxsKM { width:5.625rem;height:7.3125rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gdoK8TaLXlpockV8TOFvdNuxolU2qGyC { width:5.4375rem;height:9.5625rem;top:0.75rem;left:12.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #X6JfTF1MUkVRPX0m9LeMTNdo7aXMddGA { height:11.0449375rem;width:20rem;top:0.533203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW66PGLmxOTTqqlfdZStNaEFKyp9N9eT { width:9.9375rem;height:15rem;top:15.1875rem;left:9.5625rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #L3c7ptTeGWmNPyFnoMFogfR3lGIsDBB2 { width:7.937rem;height:10.625rem;top:19.625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A64baRToMqNKgg1h526uTqInsSWL9FQJ { width:8.75rem;height:11.749875rem;top:29.4375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRWmToSQ8uaWd5bvcH2oSPVvTtl1OOmv { width:9.249875rem;height:12.437125rem;top:27.875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #df6PaPmM7hPw5y7opviFExgOQyDoZn80 { width:11.4375rem;height:7.5625rem;top:38.4375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6pfcoZduO5mZz3I8vGHwkPrGynwTT6C { width:10.125rem;height:7.5625rem;top:12.625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp { display:block; }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row .container { width:20rem;height:32.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d6XFB2Th9Se1MTZ7RmimGAO25pTJdVyH { width:20rem;height:4.7119125rem;top:3.9990234375rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQnoW8cQ2oThIrSBTwIoeNeoUTtsdQFT { width:20rem;height:1.2999125rem;top:1.2489166259766rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq .accordion-heading-text { font-size:0.625rem;height:auto; }
#hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq .accordion-desc-text { font-size:0.6875rem;height:auto; }
#hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq { display:flex;height:auto;width:13.1855625rem;top:10.72119140625rem;left:2.15478515625rem; }
#hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #IgDFGuCH1Mron3hevBIt1TWXWmfAIE2f {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #xP3ymRG179sUSw2I88PMWKmsSRorwOJd {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #znLf4o1T7S3mirho64wOqTdR41CNzVFH {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #VZgAlSDvr1Jdw5kqCgEnLwcB674sD5cF {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #J9cx46hzrDL8mzBiR1hpzdMIbXnP7RKu {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #PTreLLBh9CaMdXaIAe6IUFX0OC1CKylz {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #E7bi9K5DnTXRRNUp5TlMzWdCqSZIqNRk {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #HplMfkcaTUuamtaFuffoczyJwtveIN8D {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #iQzunE8adaxtfLirmRBgTLVhcCTPHt88 {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #V3kU9egf5EGen2XMSSJzHrqLVy61JU5r {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #dSV8QfO73663LDb5BvDsdO9XD7v1WOqV {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #SToJpRoWViWqyo54SZZt18uAw6NyvCBZ {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #XSXzodt8tiNWet452zTuTLxmFVNoVSgq {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #Vgs2DoZ4cfdCR55CsXGJbyTUiHPNni4T {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #PLN7kgQIV3den4dd8zqU6oegSd6b2FF4 {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #RgmQrmS9nlrKyx27dtLnA0hwVVd85N2S {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #FZ9nAmJeitTk48S7wJWz5DMHscHGBoft {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #Ltk0okBWxxNOgus0BpGh5THvf8w2x4IP {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #TLRakXZrH9SDZMoxZd2oxokgSUNk85g0 {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #yTs7BlAt566TabeO8xvFsp4RnZTyug49 {  }
 }@media only screen and (max-width: 763px) { #kHrklQIiioqCxAZANas6ifqWvAztzrvT { display:block; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row .container { width:20rem;height:40.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pQSP3v3p4ShuzJRSZd7dkKSFL7woOOLN { width:13.125rem;height:6.650375rem;top:3.5595703125rem;left:3.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHbIsLAvlgPs3UntnHfAhS4saUV8gEmX { width:16.1855625rem;height:7.4194375rem;top:11.494140625rem;left:1.90625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wewImRtbiunXlc79uM7zAW3Lqg7KoWgV { width:13.125rem;height:2.625rem;top:35.9599609375rem;left:3.4375rem;font-size:0.625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0.125rem solid #0025cc;border-left:0.125rem solid #0025cc;border-right:0.125rem solid #0025cc;border-bottom:0.125rem solid #0025cc;display:block; }
 }@media only screen and (max-width: 763px) { #tdExa60EcchwQcT6VgmEyRtQtpITlrHq { display:block; }
 }@media only screen and (max-width: 763px) { #BARUOVnymGqZx5FeRephhzhelvSUo5TC { width:17.625rem;height:2.625rem;top:32.1474609375rem;left:1.1875rem;font-size:0.625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0.125rem solid #0025cc;border-left:0.125rem solid #0025cc;border-right:0.125rem solid #0025cc;border-bottom:0.125rem solid #0025cc;display:block; }
 }@media only screen and (max-width: 763px) { #ZWJCCBUCIrqQ0pEk8SFLuFKSACFu4iB4 { display:block; }
 }@media only screen and (max-width: 763px) { #S198CQnRKNRKLGpxODTuBlkvJ0pH98qS { width:10.75rem;height:2.625rem;top:28.4599609375rem;left:9.25rem;font-size:0.625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0.125rem solid #0025cc;border-left:0.125rem solid #0025cc;border-right:0.125rem solid #0025cc;border-bottom:0.125rem solid #0025cc;display:block; }
 }@media only screen and (max-width: 763px) { #e5yBOueRHV9dFhWss9CubrHUQBtCOdro { display:block; }
 }@media only screen and (max-width: 763px) { #wMTq37oIJzBPsEB4nyqeLv39sxaSat1I { width:7.1875rem;height:2.625rem;top:28.4599609375rem;left:1.1875rem;font-size:0.625rem;border-top:0.125rem solid #0025cc;border-left:0.125rem solid #0025cc;border-right:0.125rem solid #0025cc;border-bottom:0.125rem solid #0025cc;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRnDCO7kXH6CKuLQXqnnRg1bDI7RCEFv { display:block; }
 }@media only screen and (max-width: 763px) { #gNhFZg149NXZo5fIlVphvz7KD2Fzgrlq { width:7.625rem;height:2.625rem;top:25.2099609375rem;left:1.1875rem;font-size:0.625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0.125rem solid #0025cc;border-left:0.125rem solid #0025cc;border-right:0.125rem solid #0025cc;border-bottom:0.125rem solid #0025cc;display:block; }
 }@media only screen and (max-width: 763px) { #UwywOlprZiHMX9MRPq0RkKCHnhl4lmNA { display:block; }
 }@media only screen and (max-width: 763px) { #CVhAgeh6zqUTPsk8hntZMyi8akU3mxmg { width:7.5625rem;height:2.625rem;top:25.2099609375rem;left:9.53125rem;font-size:0.625rem;border-top:0.125rem solid #0025cc;border-left:0.125rem solid #0025cc;border-right:0.125rem solid #0025cc;border-bottom:0.125rem solid #0025cc;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqaLibx9l5Q8OQDwmXw6xMJloUsV7uiy { display:block; }
 }@media only screen and (max-width: 763px) { #zTBTdHqL7f4hNIgUKxgpR75r5XWo4OCp { width:13.8125rem;height:1.21875rem;top:21.1669921875rem;left:3.09375rem;font-size:0.9375rem;color:#0025cc;display:block; }
 }@media only screen and (max-width: 763px) { #llMs3EbihRMkk37aBsaGgQSbzudAvRTL { display:block; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row .container { width:20rem;height:24.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LrVgILJBqrQT7y7o2G2EG8B7LiGBcOQz { width:16.5615rem;height:10.9980625rem;top:0.6240234375rem;left:1.71826171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Di7SsEuc37COTPaDEaiRCfpiS4iGi1GN { width:17.749rem;height:4.87793125rem;top:17.750244140625rem;left:1.12548828125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lOLdxx7gwtuDNufZCTFulioPOlnUr70c { display:flex;width:2.1875rem;height:2.1875rem;top:14.122924804688rem;left:8.90625rem; }
 }@media only screen and (max-width: 763px) { #qPAMViqazThei3n0LdNCqDBOBZcEafha { width:19.625rem;height:30.1875rem;top:56.5116953125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #v6fWHId6wz22rN9nncl1CsONJbSgR6zu { width:19.874125rem;height:8.3745625rem;top:1.1875rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTiydITV4oWpWBydPD549dTSmyBlI4pz { display:block; }#aTiydITV4oWpWBydPD549dTSmyBlI4pz > .row .container { width:20rem;height:36.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qXBN9AJb0dtIa4WXKp504TWoJvG777nb { width:7.5rem;height:3.1875rem;top:1.2312507629394rem;left:6.2500000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW4sEhckcTdBIWZ14D75mZaU6A5kUS6R { width:14.625rem;height:2.44921875rem;top:6.1875rem;left:2.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #seG3URw8dTUyfdbSpuwTUa9IaeU13KpV { width:11.375rem;height:1.398925rem;top:15.75rem;left:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcS1tTV130KPsdDcAwRgdbswGpLMbziO { width:20rem;height:1.04858125rem;top:12.9375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uO1u9AL9evqnqn66huaERpQbDFL2eV1W { width:1.5625rem;height:1.5625rem;top:15.6875rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXMVbnkVt8VnfvMywCGgbnbqChITXQRu { width:1.5625rem;height:1.5625rem;top:18.9375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByRHelUQQrhliabdossiQPP77g3dxPlt { width:18.75rem;height:0.0625rem;top:28.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCT27mAwKyDDUeayaZRvzalvwaQ99TFR { width:8.6875rem;height:1.398925rem;top:19rem;left:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Edapt881eLr1PyUXf0qBhqIPfzqqLgup { width:18.75rem;height:0.0625rem;top:11rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxHAGuIozWE0lCnoWODbGxGqFoCBmGen { width:1.5625rem;height:1.5625rem;top:22.375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhDBw6KbfMNadbrPrtNsrV25vT3lNipu { width:12.375rem;height:2.798825rem;top:22.375rem;left:4.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcpTiP5RHoGWXoxhO5xUcpVsCbVgmFiD { width:20rem;height:1.04858125rem;top:29.875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pRzolUCTL1AEcHW0RTCInNrSNb1AJQPM { width:2.1875rem;height:2.1875rem;top:32.5rem;left:16.0625rem;display:block; }
#pRzolUCTL1AEcHW0RTCInNrSNb1AJQPM > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #b2GgTV3qXq4BTWdACQ2UhrrCD0zMRoy8 { width:3rem;height:3rem;top:32.0625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpyUsvsdTmD0kKDlIZBAAogmETLodE6S { display:block; }
 }@media only screen and (max-width: 763px) { #ic1ETxWTDx7UWLwSwCBHI07aArSTqfo6 { width:3rem;height:3rem;top:32.0625rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lshMm55hw8ZQoO9QE3Ncbc3RzbrO657U { display:block; }
 }@media only screen and (max-width: 763px) { #sTf50v7v77vEUusoliCHtqAISCfHo7re { width:3rem;height:3rem;top:32.0625rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzrWQUophONyR0pLW3PBWJhLQLZ3G4r8 { display:block; }
 }@media only screen and (max-width: 763px) { #lTatugtBzKEaUbTJvkw9FDD9x6Ay85Fl { width:1.875rem;height:1.875rem;top:32.625rem;left:1.9375rem;display:block; }
#lTatugtBzKEaUbTJvkw9FDD9x6Ay85Fl > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #WXopScZC8OmL8Ec55Sdt6M0KeDPVtsli { width:1.875rem;height:1.875rem;top:32.625rem;left:9.0625rem;display:block; }
#WXopScZC8OmL8Ec55Sdt6M0KeDPVtsli > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #CiWiFpz0fKRhGgt3dH3i8QnGloaZNdKt { position:relative;z-index:auto;display:block; }#CiWiFpz0fKRhGgt3dH3i8QnGloaZNdKt > .row .container { width:20rem;height:6.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b7VTkFIzJq2VbtMBXGKHX6HBCZ4OsCVT { display:flex;width:2.5rem;height:2.5rem;top:1.25rem;left:8.75rem; }
#b7VTkFIzJq2VbtMBXGKHX6HBCZ4OsCVT > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }