.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:240,237,227;--color-primary-1:204,197,161;--color-primary-2:153,138,67;--color-primary-3:77,69,34;--color-primary-4:23,21,10;--color-secondary-0:247,251,255;--color-secondary-1:229,243,255;--color-secondary-2:202,230,255;--color-secondary-3:101,115,128;--color-secondary-4:30,35,38;--color-tertiary-0:255,255,255;--color-tertiary-1:201,210,230;--color-tertiary-2:76,105,171;--color-tertiary-3:38,53,86;--color-tertiary-4:8,10,17;--headlines-font-family:"open sans";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;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); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg { 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/x5DLTEjq/bg1_hd.jpg");background-position:center left !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; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg.adaptive-delivery-prevent-bg, #f4IHiQGBzhnl0EklNh35rdhQQANWalqg.lazyload, #f4IHiQGBzhnl0EklNh35rdhQQANWalqg.lazyloading { background-image: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { background-color: transparent; background-image: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container > .video-iframe-container { display: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container { display: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .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); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { border-width: 0; border-radius: 0; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { font-size:0.875rem;font-family:arial;height:49.3125rem;width:60rem;position:relative;display:block; }#fSIxLVPaTqAm8HOrKlpF6MJmSDVwUy9E { color:rgba(var(--color-tertiary-0),1);display:block;width:48.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6.8125rem;left:5.625rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q71lpkgDHUxVsPmrxpZzeVeDiT1vuHuk { background-color:#f45b06;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.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:3.9375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:41.3125rem;left:13.8125rem;display:block; }
#qLmR2OL77nXca9Iz0AAvbgwcCZyVegM4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M6nOPRt7shg5aPvw2lbhsV0gvvvES9Xn { position:absolute;display:block;z-index:15011;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:5rem;width:11.625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#DGi5QmbSNp27JzysvOBLT1XM3bJ5bBbi { border-bottom:0;border-left:0;border-right:0;border-top: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;background-color:rgba(var(--color-tertiary-0),1);background-image:none;height:3.3125rem;width:3.3125rem;position:absolute;display:block;z-index:15016;top:17.375rem;left:0rem;box-shadow: 0rem 0.375rem 0.6875rem rgba(var(--color-tertiary-4),0.19) ;display:block; }
#Rzp0aRa6A5dGlrxi4IxUPlySfBZRdcl7 { display:block;width:22.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:17.375rem;left:4.8125rem;height:3.8984375rem;font-style:normal;color:#f4c542;display:block; }
#RAWzr4PkPbrlgplhOlkJ7giH3yysxpKa { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;top:18rem;left:0.625rem; }
#cJJXVCAWWoVrctCoJO8fHyQxSboirFr3 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:16.375rem;width:29.25rem;position:absolute;display:block;z-index:15013;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:17.6875rem;left:30.75rem;overflow:hidden;display:block; }
#wvJwRK3u9h4nTdAMoKwlWEgalMvntzgh { border-bottom:0;border-left:0;border-right:0;border-top: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;background-color:rgba(var(--color-tertiary-0),1);background-image:none;height:3.3125rem;width:3.3125rem;position:absolute;display:block;z-index:15018;top:24.5rem;left:0rem;box-shadow: 0rem 0.375rem 0.6875rem rgba(var(--color-tertiary-4),0.19) ;display:block; }
#vIELTxyJ89GEgPubKEO4ZhyuXytgWqwA { display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:24.5rem;left:4.8125rem;height:3.8984375rem;font-style:normal;color:#55e3ff;display:block; }
#cpNJTl5aUwDTulIRQxcNRWx2v7BPyWiT { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;top:25.125rem;left:0.625rem; }
#lsTxSJdkqli7aIMpD019KAHracFs20ib { border-bottom:0;border-left:0;border-right:0;border-top: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;background-color:rgba(var(--color-tertiary-0),1);background-image:none;height:3.3125rem;width:3.3125rem;position:absolute;display:block;z-index:15020;top:31.625rem;left:0rem;box-shadow: 0rem 0.375rem 0.6875rem rgba(var(--color-tertiary-4),0.19) ;display:block; }
#wNoNdyB2lSfKXA4TMOdXJyIkKO1gxrB1 { display:block;width:22.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:31.625rem;left:4.8125rem;height:3.8984375rem;font-style:normal;color:#ffffff;display:block; }
#OTN6Tdiw2nx1PaGJL0rEPdKhvdBDEpDa { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;top:32.25rem;left:0.625rem; }
#WeZklTrBoKxqAt1lkLm4VaQxHuXaaXdC { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:3.9375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:41.3125rem;left:30.8125rem;display:block; }
#qDq3MHEoLwRa2JUwqkbWIfgPBA512Akf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WoXKfma8rqCWOEqw8CTkK4c8PsyzVRro { position:absolute;display:block;z-index:15031;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:8.875rem;width:22.125rem;top:28.375rem;left:34.3125rem;overflow:hidden;display:block; }
#Hbw9e6yiEcOKpJEXZWgg7g5N3OwzT1f3 { color:#ffffff;display:block;width:42.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:10.4375rem;left:8.6875rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#wcUiB4CGH2W0ZJL4bTlEoM841olNJBW8 { position:relative;display:block; }#wcUiB4CGH2W0ZJL4bTlEoM841olNJBW8 { background-color: transparent; background-image: none; }#wcUiB4CGH2W0ZJL4bTlEoM841olNJBW8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wcUiB4CGH2W0ZJL4bTlEoM841olNJBW8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wcUiB4CGH2W0ZJL4bTlEoM841olNJBW8 > .row .container > .video-iframe-container { display: none; }#wcUiB4CGH2W0ZJL4bTlEoM841olNJBW8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wcUiB4CGH2W0ZJL4bTlEoM841olNJBW8 > .row > .video-iframe-container { display: none; }#wcUiB4CGH2W0ZJL4bTlEoM841olNJBW8 > .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); }#wcUiB4CGH2W0ZJL4bTlEoM841olNJBW8 { border-width: 0; border-radius: 0; }#wcUiB4CGH2W0ZJL4bTlEoM841olNJBW8 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#wcUiB4CGH2W0ZJL4bTlEoM841olNJBW8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#A6axrsXIuNze1QJnv8plRlUeMLw3SkxK { position:absolute;display:block;z-index:15012;height:6.0625rem;width:60rem;top:0rem;left:0rem;display:block; }
#yZVu9gEspdZ8H44RSywMeKkQ8RkEquEw { position:relative;display:block; }#yZVu9gEspdZ8H44RSywMeKkQ8RkEquEw { background-color: transparent; background-image: none; }#yZVu9gEspdZ8H44RSywMeKkQ8RkEquEw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yZVu9gEspdZ8H44RSywMeKkQ8RkEquEw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yZVu9gEspdZ8H44RSywMeKkQ8RkEquEw > .row .container > .video-iframe-container { display: none; }#yZVu9gEspdZ8H44RSywMeKkQ8RkEquEw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yZVu9gEspdZ8H44RSywMeKkQ8RkEquEw > .row > .video-iframe-container { display: none; }#yZVu9gEspdZ8H44RSywMeKkQ8RkEquEw > .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); }#yZVu9gEspdZ8H44RSywMeKkQ8RkEquEw { border-width: 0; border-radius: 0; }#yZVu9gEspdZ8H44RSywMeKkQ8RkEquEw > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#yZVu9gEspdZ8H44RSywMeKkQ8RkEquEw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:13.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zB8k92dVwFqZdC3wOzbqvX7R7g4kfgZM { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1rem;left:0rem;height:;text-align:center;text-align-last:center;display:block; }
#XcOfXm3KrVti46JcxPQxh8TJhFRbsFhO { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:4.75rem;left:0rem;height:7.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vPFOTT7inwbT4uGDpT7nq7f0rpAxanTZ { position:relative;display:block; }#vPFOTT7inwbT4uGDpT7nq7f0rpAxanTZ { background-color: transparent; background-image: none; }#vPFOTT7inwbT4uGDpT7nq7f0rpAxanTZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vPFOTT7inwbT4uGDpT7nq7f0rpAxanTZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vPFOTT7inwbT4uGDpT7nq7f0rpAxanTZ > .row .container > .video-iframe-container { display: none; }#vPFOTT7inwbT4uGDpT7nq7f0rpAxanTZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vPFOTT7inwbT4uGDpT7nq7f0rpAxanTZ > .row > .video-iframe-container { display: none; }#vPFOTT7inwbT4uGDpT7nq7f0rpAxanTZ > .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); }#vPFOTT7inwbT4uGDpT7nq7f0rpAxanTZ { border-width: 0; border-radius: 0; }#vPFOTT7inwbT4uGDpT7nq7f0rpAxanTZ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#vPFOTT7inwbT4uGDpT7nq7f0rpAxanTZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#z10WXJg3pqdiPTtAFyDCHT3sybIzqp34 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#bPTQcA7JiuPuQKxQ8wDPB0L6terT1spu { position:relative;display:block; }#bPTQcA7JiuPuQKxQ8wDPB0L6terT1spu { background-color: transparent; background-image: none; }#bPTQcA7JiuPuQKxQ8wDPB0L6terT1spu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bPTQcA7JiuPuQKxQ8wDPB0L6terT1spu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bPTQcA7JiuPuQKxQ8wDPB0L6terT1spu > .row .container > .video-iframe-container { display: none; }#bPTQcA7JiuPuQKxQ8wDPB0L6terT1spu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bPTQcA7JiuPuQKxQ8wDPB0L6terT1spu > .row > .video-iframe-container { display: none; }#bPTQcA7JiuPuQKxQ8wDPB0L6terT1spu > .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); }#bPTQcA7JiuPuQKxQ8wDPB0L6terT1spu { border-width: 0; border-radius: 0; }#bPTQcA7JiuPuQKxQ8wDPB0L6terT1spu > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#bPTQcA7JiuPuQKxQ8wDPB0L6terT1spu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:101.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kQZdmOomTaUWbGBbQPFsTNVSX2SDOCKy { box-sizing:content-box;height:7rem;width:19.9375rem;position:absolute;display:block;z-index:15000;background-color:#f0f3f5;background-image:none;box-shadow: none;border-top:0.125rem solid #a7a7a7;border-left:0.125rem solid #a7a7a7;border-right:0.0625rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;top:7.5625rem;left:0rem;display:block; }
#zX7f6zLRpifSZTRoLqT39QPBgTI4OQ0J { box-sizing:content-box;height:7rem;width:19.8125rem;position:absolute;display:block;z-index:15001;background-color:#f0f3f5;background-image:none;box-shadow: none;border-top:0.125rem solid #a7a7a7;border-left:0.125rem solid #a7a7a7;border-right:0.125rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;top:7.5625rem;left:20.0625rem;display:block; }
#ldfR7kxzk3R36KBwPv9oaMX4E4Q8lXOf { box-sizing:content-box;height:7rem;width:19.75rem;position:absolute;display:block;z-index:15002;background-color:#f0f3f5;background-image:none;box-shadow: none;border-top:0.125rem solid #a7a7a7;border-left:0.125rem solid #a7a7a7;border-right:0.125rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;top:7.5625rem;left:40rem;display:block; }
#EyZ0J4vLpP4t6MT1ud5TTntzqSR6bmnl { box-sizing:content-box;height:7.4375rem;width:59.75rem;position:absolute;display:block;z-index:15001;background-color:#f0f3f5;background-image:none;box-shadow: none;border-top:0.125rem solid #a7a7a7;border-left:0.125rem solid #a7a7a7;border-right:0.125rem solid #a7a7a7;border-bottom:0.0625rem solid #a7a7a7;top:0rem;left:0rem;display:block; }
#uErNoNiJ7NCroD6PoAs73onJFZMSlcbc { position:absolute;display:block;z-index:15010;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:5.25rem;width:15.6875rem;top:1.1875rem;left:22.15625rem;overflow:hidden;display:block; }
#Rg4NZRuClrJz3xt3ZIJmmUF74R3VaTPD { position:absolute;display:block;z-index:15011;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:5.0625rem;width:13.625rem;top:1.28125rem;left:42.75rem;overflow:hidden;display:block; }
#E8a0BaGIL3oq7sPG90aX85IGlmJSmsQX { color:#263556;display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:10.49609375rem;left:1.25rem;height:1.21875rem;display:block; }
#veoGKf9Fch7rgS7UHUxmfM210WRNwrZa { color:#263556;display:block;width:12.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:11.71484375rem;left:23.5625rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#gHKQJh1sQE2xahfoa24SW7zw9OxJGMnd { color:#263556;display:block;width:12.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:11.71484375rem;left:43.5625rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#IO7CXvOcrJWic1SrExZPDgsgWgLOfCxz { 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:15020;opacity:1;top:9.443359375rem;left:29.3125rem; }
#V3OChPr6CqJ1mvmwrQTTQq6dkRio3S2G { 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:15021;opacity:1;top:9.443359375rem;left:49.3125rem; }
#waZuJTLHQ9x9uLI9OSLCdWLVc1ekqQLN { box-sizing:content-box;height:7rem;width:19.9375rem;position:absolute;display:block;z-index:15008;background-color:#f0f3f5;background-image:none;box-shadow: none;border-top:0.0625rem solid #a7a7a7;border-left:0.125rem solid #a7a7a7;border-right:0.125rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;top:14.8125rem;left:0rem;display:block; }
#igke8ArvBkpTsokauoN3Ll3ivKCoyPpV { box-sizing:content-box;height:7rem;width:19.8125rem;position:absolute;display:block;z-index:15009;background-color:#f0f3f5;background-image:none;box-shadow: none;border-top:0.0625rem solid #a7a7a7;border-left:0.125rem solid #a7a7a7;border-right:0.125rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;top:14.8125rem;left:20.0625rem;display:block; }
#kJWCM0yE7uH1gkZTw71ufDDgeIoqKKWk { box-sizing:content-box;height:7rem;width:19.75rem;position:absolute;display:block;z-index:15010;background-color:#f0f3f5;background-image:none;box-shadow: none;border-top:0.0625rem solid #a7a7a7;border-left:0.125rem solid #a7a7a7;border-right:0.125rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;top:14.8125rem;left:40rem;display:block; }
#k1FouDJ2391xwA4J3V1BcPXqITq2PANb { color:#263556;display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:19.095703125rem;left:20.84375rem;height:1.21875rem;display:block; }
#GvrqqaC5oN9tfTOE39ZgGkoaOzCQsN06 { color:#263556;display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:17.9208984375rem;left:41.40625rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#y2N7E3PytfKVwJAgxJ8PK3G0DVH8NCv5 { 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:15028;opacity:1;top:16.40234375rem;left:29.3125rem; }
#KUS6XKVsFxBoTkiUrWCTVZZ67w1Ntnh1 { color:#263556;display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:17.71484375rem;left:1.25rem;height:1.3808625rem;display:block; }
#grfGzB5XUMPFCufhnCMAK2T4Tqtvvual { box-sizing:content-box;height:7rem;width:19.9375rem;position:absolute;display:block;z-index:15016;background-color:#f0f3f5;background-image:none;box-shadow: none;border-top:0.0625rem solid #a7a7a7;border-left:0.125rem solid #a7a7a7;border-right:0.125rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;top:22rem;left:0rem;display:block; }
#VlnAd72V4fodtu0BwWsUKRqW6SCqarAV { box-sizing:content-box;height:7rem;width:19.8125rem;position:absolute;display:block;z-index:15017;background-color:#f0f3f5;background-image:none;box-shadow: none;border-top:0.0625rem solid #a7a7a7;border-left:0.125rem solid #a7a7a7;border-right:0.125rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;top:22rem;left:20.0625rem;display:block; }
#TTM1TEzAlL4VQD9BCSm1xy2c4eWx3gA1 { box-sizing:content-box;height:7rem;width:19.75rem;position:absolute;display:block;z-index:15018;background-color:#f0f3f5;background-image:none;box-shadow: none;border-top:0.0625rem solid #a7a7a7;border-left:0.125rem solid #a7a7a7;border-right:0.125rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;top:22rem;left:40rem;display:block; }
#UGoh8xTMU8NV3sIovLVklu0AU82RdxfF { color:#263556;display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:24.3701171875rem;left:20.84375rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#FnmBULNhT4QRpbsOOteXNBXlGD4heJCv { color:#263556;display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:24.9794921875rem;left:42.625rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#afMWoTlyFlBOnSg2cTav0ZgzDopVp8iT { color:#263556;display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:24.875rem;left:1.25rem;height:1.3808625rem;display:block; }
#tCJ6BkeTPmQVR1P9XNyeZiEQp3XuM5Ai { 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:15036;opacity:1;top:22.9375rem;left:29.3125rem; }
#SVVRQttr0v8GFvOEQH9ZWqA4dW6oUA8c { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:22.9326171875rem;left:49.25rem; }
#BMdL7aHWbs9libvKnWCyXG4EkXNtbdoK { box-sizing:content-box;height:7rem;width:19.9375rem;position:absolute;display:block;z-index:15024;background-color:#f0f3f5;background-image:none;box-shadow: none;border-top:0.0625rem solid #a7a7a7;border-left:0.125rem solid #a7a7a7;border-right:0.125rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;top:29.1875rem;left:0rem;display:block; }
#A65HpElrJfCvCvDmRRViWiNWqAR5uL8Z { box-sizing:content-box;height:7rem;width:19.8125rem;position:absolute;display:block;z-index:15025;background-color:#f0f3f5;background-image:none;box-shadow: none;border-top:0.0625rem solid #a7a7a7;border-left:0.125rem solid #a7a7a7;border-right:0.125rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;top:29.1875rem;left:20.0625rem;display:block; }
#WlDyhpVDzBnh3yiSrLTiaBkb50D2QBxz { box-sizing:content-box;height:7rem;width:19.75rem;position:absolute;display:block;z-index:15026;background-color:#f0f3f5;background-image:none;box-shadow: none;border-top:0.0625rem solid #a7a7a7;border-left:0.125rem solid #a7a7a7;border-right:0.125rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;top:29.1875rem;left:40rem;display:block; }
#kuCDt5h1RrZ6NlSPuqmKr8PVgmO77E2d { color:#263556;display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:32.875rem;left:20.875rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#nUaynBQ3ahoShuddTHVxATAVOlilFDCU { color:#263556;display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:32.875rem;left:42.625rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#f1TJl4dPpPVnwFpLy07DskzyfbWTZhxt { color:#263556;display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:32.0625rem;left:1.25rem;height:1.3808625rem;display:block; }
#agOArVlGwSFFrSsrSz4J58qKrdRaIKP8 { 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:15044;opacity:1;top:30.75rem;left:29.3125rem; }
#ptp6cE4duI1SUmg5Hnz7D8aPhBnDG8HU { box-sizing:content-box;height:7rem;width:19.9375rem;position:absolute;display:block;z-index:15032;background-color:#f0f3f5;background-image:none;box-shadow: none;border-top:0.0625rem solid #a7a7a7;border-left:0.125rem solid #a7a7a7;border-right:0.125rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;top:36.375rem;left:0rem;display:block; }
#GOQ0wtqP4MsAMLegV1a8fxsZLLDLTmUQ { box-sizing:content-box;height:7rem;width:19.8125rem;position:absolute;display:block;z-index:15033;background-color:#f0f3f5;background-image:none;box-shadow: none;border-top:0.0625rem solid #a7a7a7;border-left:0.125rem solid #a7a7a7;border-right:0.125rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;top:36.375rem;left:20.0625rem;display:block; }
#aZ7o2rNIXay5sLiSyd15oNeLZOvK9UzG { box-sizing:content-box;height:7rem;width:19.75rem;position:absolute;display:block;z-index:15034;background-color:#f0f3f5;background-image:none;box-shadow: none;border-top:0.0625rem solid #a7a7a7;border-left:0.125rem solid #a7a7a7;border-right:0.125rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;top:36.375rem;left:40rem;display:block; }
#HbOV84E4M6Z7HxC2tgzpKZrcIIPllO9g { color:#263556;display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:40.0625rem;left:20.875rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#GHsRfZJqDqhgIKS03pAx6VOLdWlOBfzl { color:#263556;display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:40.0625rem;left:41.65625rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#T1ZeTU7CbBl8GThEzanWLpkrinGxqNyt { color:#263556;display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:39.25rem;left:1.25rem;height:1.3808625rem;display:block; }
#LGi9mPXnBPn2cnmxqHE1qKykFpy7FUlV { 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:15052;opacity:1;top:37.9375rem;left:29.3125rem; }
#cLO5RJbNU8koEKt5iXla4dgeGBqwUJHz { box-sizing:content-box;height:7rem;width:19.9375rem;position:absolute;display:block;z-index:15040;background-color:#f0f3f5;background-image:none;box-shadow: none;border-top:0.0625rem solid #a7a7a7;border-left:0.125rem solid #a7a7a7;border-right:0.125rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;top:43.5625rem;left:0rem;display:block; }
#E1CAgo084CVEs1LkazxbPRn635AAuUTC { box-sizing:content-box;height:7rem;width:19.8125rem;position:absolute;display:block;z-index:15041;background-color:#f0f3f5;background-image:none;box-shadow: none;border-top:0.0625rem solid #a7a7a7;border-left:0.125rem solid #a7a7a7;border-right:0.125rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;top:43.5625rem;left:20.0625rem;display:block; }
#r6xBtgHpRohUoVvwH9afMT96Xdhfe3Qp { box-sizing:content-box;height:7rem;width:19.75rem;position:absolute;display:block;z-index:15042;background-color:#f0f3f5;background-image:none;box-shadow: none;border-top:0.0625rem solid #a7a7a7;border-left:0.125rem solid #a7a7a7;border-right:0.125rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;top:43.5625rem;left:40rem;display:block; }
#PsdU13CtxxFSudeNniqTW9t7nv0b8csQ { color:#263556;display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:47.25rem;left:20.875rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#W4pEfTbHf2zhiKlCxFLtHS8pTmtW9W2H { color:#263556;display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:47.25rem;left:41.6875rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#Lh5TPxLqrqXKL5lxZp69TWFVHZw7SLND { color:#263556;display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:46.4375rem;left:1.25rem;height:1.3808625rem;display:block; }
#zbwudsfeJVhZeHy0blLyifGNNVAOE69H { 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:45.125rem;left:29.3125rem; }
#f0KQLvQhG3FGup8ofzTqaLQCgy5WgO8W { box-sizing:content-box;height:7rem;width:19.9375rem;position:absolute;display:block;z-index:15048;background-color:#f0f3f5;background-image:none;box-shadow: none;border-top:0.0625rem solid #a7a7a7;border-left:0.125rem solid #a7a7a7;border-right:0.125rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;top:50.75rem;left:0rem;display:block; }
#gkQLPmn1uDfowX81HZmVoZvUat1AlsXp { box-sizing:content-box;height:7rem;width:19.8125rem;position:absolute;display:block;z-index:15049;background-color:#f0f3f5;background-image:none;box-shadow: none;border-top:0.0625rem solid #a7a7a7;border-left:0.125rem solid #a7a7a7;border-right:0.125rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;top:50.75rem;left:20.0625rem;display:block; }
#lLRqy3Ca4HyCxhemzaoAg0LZDDTHuTp5 { box-sizing:content-box;height:7rem;width:19.75rem;position:absolute;display:block;z-index:15050;background-color:#f0f3f5;background-image:none;box-shadow: none;border-top:0.0625rem solid #a7a7a7;border-left:0.125rem solid #a7a7a7;border-right:0.125rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;top:50.75rem;left:40rem;display:block; }
#rqP9x8AOKGPuKHG3qqfWCIcH28T8xMSb { color:#263556;display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:54.4375rem;left:20.875rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#lwx4Kb0M7zkR3uKo7hbgtWs7qiVbZXTB { color:#263556;display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:54.4375rem;left:41.6875rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#zFHTZMXvgR1n8OKH0tFfLlocy2drhAqc { color:#263556;display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:53.625rem;left:1.25rem;height:1.3808625rem;display:block; }
#dgUCiauOEfXSgawnfhpINBT7boTmq8Tf { 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:15068;opacity:1;top:52.3125rem;left:29.3125rem; }
#mGzyOzm3opZi3MSsbN9b3Q6S4TICo8aV { box-sizing:content-box;height:7rem;width:19.9375rem;position:absolute;display:block;z-index:15056;background-color:#f0f3f5;background-image:none;box-shadow: none;border-top:0.0625rem solid #a7a7a7;border-left:0.125rem solid #a7a7a7;border-right:0.125rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;top:57.9375rem;left:0rem;display:block; }
#kc8eqzcTDu3a658ItxSXgXoQhbfcAXl4 { box-sizing:content-box;height:7rem;width:19.8125rem;position:absolute;display:block;z-index:15057;background-color:#f0f3f5;background-image:none;box-shadow: none;border-top:0.0625rem solid #a7a7a7;border-left:0.125rem solid #a7a7a7;border-right:0.125rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;top:57.9375rem;left:20.0625rem;display:block; }
#P1UefqVVnxMAJHGTl8WNORpF9lZSqKMQ { box-sizing:content-box;height:7rem;width:19.75rem;position:absolute;display:block;z-index:15058;background-color:#f0f3f5;background-image:none;box-shadow: none;border-top:0.0625rem solid #a7a7a7;border-left:0.125rem solid #a7a7a7;border-right:0.125rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;top:57.9375rem;left:40rem;display:block; }
#nfqMEzfBKcd3lW9ey7oO6KksrwbsrDXJ { color:#263556;display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:61.625rem;left:20.875rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#k6DiLD4dIaoZA8cJ1lwLd8O0KWZTU7ML { color:#263556;display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15071;line-height:1.3;letter-spacing:0;top:61.625rem;left:41.6875rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#dllxKABqB4vZJeeeBGcHNqzBIqIt9GpV { color:#263556;display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:60.8125rem;left:1.25rem;height:1.3808625rem;display:block; }
#uOWrMIsEENMGAvUMzAyxc8ccPKCeTZhi { 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:15076;opacity:1;top:59.5rem;left:29.3125rem; }
#Ce2w2x8rzCZIyAV34XibFhkLdcxpwnRt { box-sizing:content-box;height:7rem;width:19.9375rem;position:absolute;display:block;z-index:15064;background-color:#f0f3f5;background-image:none;box-shadow: none;border-top:0.0625rem solid #a7a7a7;border-left:0.125rem solid #a7a7a7;border-right:0.125rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;top:65.125rem;left:0rem;display:block; }
#SPCihAEBJOZ1apeUEK3amilLOGykWaFQ { box-sizing:content-box;height:7rem;width:19.8125rem;position:absolute;display:block;z-index:15065;background-color:#f0f3f5;background-image:none;box-shadow: none;border-top:0.0625rem solid #a7a7a7;border-left:0.125rem solid #a7a7a7;border-right:0.125rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;top:65.125rem;left:20.0625rem;display:block; }
#ieH6Syiyl3wHKo0BdTGNlSmImMeHmwLq { box-sizing:content-box;height:7rem;width:19.75rem;position:absolute;display:block;z-index:15066;background-color:#f0f3f5;background-image:none;box-shadow: none;border-top:0.0625rem solid #a7a7a7;border-left:0.125rem solid #a7a7a7;border-right:0.125rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;top:65.125rem;left:40rem;display:block; }
#HzDEsCmX4SWwTvOWJT3cJBl21FoimH5l { color:#263556;display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15078;line-height:1.3;letter-spacing:0;top:68.2333984375rem;left:20.84375rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#V7gfeF48KRuKiFuWFQrUPSIyf6vnZ2qn { color:#263556;display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15079;line-height:1.3;letter-spacing:0;top:68.8125rem;left:41.6875rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#pFrovniSKEsNXnT6ewwiqsl7KafthJNq { color:#263556;display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:68rem;left:1.25rem;height:1.3808625rem;display:block; }
#IekGobUTPqnUOl7zmUBGTTZyTBKPpTeK { 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:15084;opacity:1;top:66.6875rem;left:29.3125rem; }
#Qonk4XGfZmXpXD7iSyChHOIRIV46P4XG { box-sizing:content-box;height:7rem;width:19.9375rem;position:absolute;display:block;z-index:15072;background-color:#f0f3f5;background-image:none;box-shadow: none;border-top:0.0625rem solid #a7a7a7;border-left:0.125rem solid #a7a7a7;border-right:0.125rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;top:72.3125rem;left:0rem;display:block; }
#vviHTBrTOTsxZMDxJT4IphhPGy7bfBfS { box-sizing:content-box;height:7rem;width:19.8125rem;position:absolute;display:block;z-index:15073;background-color:#f0f3f5;background-image:none;box-shadow: none;border-top:0.0625rem solid #a7a7a7;border-left:0.125rem solid #a7a7a7;border-right:0.125rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;top:72.3125rem;left:20.0625rem;display:block; }
#AC6J98ozN3GTsZGUZ9UTx5Kg2abmWnIb { box-sizing:content-box;height:7rem;width:19.75rem;position:absolute;display:block;z-index:15074;background-color:#f0f3f5;background-image:none;box-shadow: none;border-top:0.0625rem solid #a7a7a7;border-left:0.125rem solid #a7a7a7;border-right:0.125rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;top:72.3125rem;left:40rem;display:block; }
#Nd3xTsBvVxULGhJavAcBNVktpfHxpDDW { color:#263556;display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15086;line-height:1.3;letter-spacing:0;top:76rem;left:20.84375rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#IqWEQck54IBAFkk0ddCFnTfLDTHxCGXq { color:#263556;display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15087;line-height:1.3;letter-spacing:0;top:76rem;left:41.6875rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#VETE53FS6vngKpVTcmpKM1J4CSIm237E { color:#263556;display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15078;line-height:1.3;letter-spacing:0;top:75.1875rem;left:1.25rem;height:1.3808625rem;display:block; }
#d7re6syT5g1UkCgWPUfFdzlDGBcee8fS { 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:15093;opacity:1;top:74.125rem;left:49.3125rem; }
#CisaigdWcpR1Qn6aAJd9mD2CCkINEsMA { 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:15092;opacity:1;top:73.875rem;left:29.3125rem; }
#ge20ASNWKw2G5Zs6L8ioBLN0sZlrS4iI { box-sizing:content-box;height:7rem;width:19.9375rem;position:absolute;display:block;z-index:15080;background-color:#f0f3f5;background-image:none;box-shadow: none;border-top:0.0625rem solid #a7a7a7;border-left:0.125rem solid #a7a7a7;border-right:0.125rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;top:79.5rem;left:0rem;display:block; }
#FMNxhiRD5TWSJ2XKWAmK924uzEXiNnnA { box-sizing:content-box;height:7rem;width:19.8125rem;position:absolute;display:block;z-index:15081;background-color:#f0f3f5;background-image:none;box-shadow: none;border-top:0.0625rem solid #a7a7a7;border-left:0.125rem solid #a7a7a7;border-right:0.125rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;top:79.5rem;left:20.0625rem;display:block; }
#eB4Wf0NRUqsnVHuIplr4J3vkLr11GKF6 { box-sizing:content-box;height:7rem;width:19.75rem;position:absolute;display:block;z-index:15082;background-color:#f0f3f5;background-image:none;box-shadow: none;border-top:0.0625rem solid #a7a7a7;border-left:0.125rem solid #a7a7a7;border-right:0.125rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;top:79.5rem;left:40rem;display:block; }
#lrUEOksJsXoVyGozcTW33PUehQwuJAJ4 { color:#263556;display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15095;line-height:1.3;letter-spacing:0;top:83.1875rem;left:41.6875rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#nFkWZUpsTpTX4Iu5zgWibTseoEnRmkvZ { color:#263556;display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15094;line-height:1.3;letter-spacing:0;top:82.625rem;left:20.875rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#sEQ0gqIfcVyWvwyy1tnOkUzpKW8ntPJT { color:#263556;display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15086;line-height:1.3;letter-spacing:0;top:82.375rem;left:1.25rem;height:1.3808625rem;display:block; }
#aJ7XoKzkaTdMs7KqpextV39Z4z6W4EH2 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15101;opacity:1;top:81.3125rem;left:49.3125rem; }
#i6IcUzIP8FSw6qHWx5CeSJGfOTqZA39T { 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:15100;opacity:1;top:81.0625rem;left:29.3125rem; }
#dnlkTneGRfZTTsFA6yA7znWR9DRXbf5I { box-sizing:content-box;height:7rem;width:19.9375rem;position:absolute;display:block;z-index:15088;background-color:#f0f3f5;background-image:none;box-shadow: none;border-top:0.0625rem solid #a7a7a7;border-left:0.125rem solid #a7a7a7;border-right:0.125rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;top:86.6875rem;left:0rem;display:block; }
#WagB1bQrs1xuQ3nCdwTrAouiec9p83g5 { box-sizing:content-box;height:7rem;width:19.8125rem;position:absolute;display:block;z-index:15089;background-color:#f0f3f5;background-image:none;box-shadow: none;border-top:0.0625rem solid #a7a7a7;border-left:0.125rem solid #a7a7a7;border-right:0.125rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;top:86.6875rem;left:20.0625rem;display:block; }
#ULtaP57BIbPEcF0wJLhI9JMGQpZcAdo7 { box-sizing:content-box;height:7rem;width:19.75rem;position:absolute;display:block;z-index:15090;background-color:#f0f3f5;background-image:none;box-shadow: none;border-top:0.0625rem solid #a7a7a7;border-left:0.125rem solid #a7a7a7;border-right:0.125rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;top:86.6875rem;left:40rem;display:block; }
#AcMBVCFDaefX14VJ8aEir6IWpKHT2PKs { color:#263556;display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15102;line-height:1.3;letter-spacing:0;top:89.8125rem;left:20.875rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#ARXJKbanNsOk0oKLmNGumZNktQgwgGA3 { color:#263556;display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15103;line-height:1.3;letter-spacing:0;top:90.375rem;left:41.6875rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#W3f3qpLpVPd3k91L918Kuz2AXaPyToEb { color:#263556;display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15094;line-height:1.3;letter-spacing:0;top:89.5625rem;left:1.25rem;height:1.3808625rem;display:block; }
#TSfmUFBrtTK4ahTx6U0dghw77R4K2GZs { 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:15108;opacity:1;top:88.25rem;left:29.3125rem; }
#qTSyahFvBKAT6hM58407MzENbFlKAAKX { box-sizing:content-box;height:7rem;width:19.9375rem;position:absolute;display:block;z-index:15096;background-color:#f0f3f5;background-image:none;box-shadow: none;border-top:0.0625rem solid #a7a7a7;border-left:0.125rem solid #a7a7a7;border-right:0.125rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;top:93.875rem;left:0rem;display:block; }
#IQ21i8rdI5GBNrifTyKlDaFo2mX6ckms { box-sizing:content-box;height:7rem;width:19.8125rem;position:absolute;display:block;z-index:15097;background-color:#f0f3f5;background-image:none;box-shadow: none;border-top:0.0625rem solid #a7a7a7;border-left:0.125rem solid #a7a7a7;border-right:0.125rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;top:93.875rem;left:20.0625rem;display:block; }
#XMTGT6xAuJqgVkPoGrVOoDw9iVu529sq { box-sizing:content-box;height:7rem;width:19.75rem;position:absolute;display:block;z-index:15098;background-color:#f0f3f5;background-image:none;box-shadow: none;border-top:0.0625rem solid #a7a7a7;border-left:0.125rem solid #a7a7a7;border-right:0.125rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;top:93.875rem;left:40rem;display:block; }
#wRONAnFfztzC5QHgUlSW0gafzyrHfyIg { color:#263556;display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15110;line-height:1.3;letter-spacing:0;top:97rem;left:20.875rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#HWARTBqmqPvZ4IZTiF2ese9CfznTgz4W { color:#263556;display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15111;line-height:1.3;letter-spacing:0;top:97.5625rem;left:41.6875rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#QpeIvRZsT8fTWJOy8MQv5g9QZkPRhpOP { color:#263556;display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15102;line-height:1.3;letter-spacing:0;top:96.75rem;left:1.25rem;height:1.3808625rem;display:block; }
#bsF8APTAw5KpyWyMrEmurL9U5ulAHcWc { 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:15116;opacity:1;top:95.4375rem;left:29.3125rem; }
#yhaZKHrTWXJNharTHhWmnegmdJhciDS5 { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:16.6083984375rem;left:49.3125rem; }
#nmSJXNqcOWNq4b7WBeuQTPEKkHPneCNt { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15070;opacity:1;top:30.75rem;left:49.3125rem; }
#XrJvoXdwsTxuZEJyxQOcbNsnOgg03fwc { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:37.8125rem;left:49.25rem; }
#mITAPPam3BJMgEb0ih4ppu6mixqmvNe1 { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15126;opacity:1;top:45rem;left:49.25rem; }
#nIPgKTBRwt2QklTtAHcuIHVK1n8yEbdo { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15127;opacity:1;top:52.1875rem;left:49.25rem; }
#rePymbJT2K1CneTalRPfabMdUZqTUoD4 { 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:15086;opacity:1;top:59.5rem;left:49.3125rem; }
#vqemlNI7JIGVaVR5U73Zi5AtVdJ1KaND { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15128;opacity:1;top:66.7958984375rem;left:49.25rem; }
#aMdkGCTyDlL8nGbg6UlpmR1DFA2MKyqG { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15103;opacity:1;top:95.5625rem;left:49.25rem; }
#a5XzQ68tqXq68PSwNBAydxXZklSogPR6 { 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:15076;opacity:1;top:59.5rem;left:29.3125rem;display:none; }
#srZGDmR9vmZmtBwIPxmBrhTNw9VDaXRh { 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:15084;opacity:1;top:66.6875rem;left:29.3125rem;display:none; }
#QPTSwNo4aOkuAPlIAmA2fDBiAORB4OQP { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15109;opacity:1;top:88.5rem;left:49.3125rem; }
#EFbEZ52UVxAF4vSkIM8QtTCJRTHf3d9t { 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; }#EFbEZ52UVxAF4vSkIM8QtTCJRTHf3d9t > .row .container { background-color: transparent; background-image: none; }#EFbEZ52UVxAF4vSkIM8QtTCJRTHf3d9t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EFbEZ52UVxAF4vSkIM8QtTCJRTHf3d9t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EFbEZ52UVxAF4vSkIM8QtTCJRTHf3d9t > .row .container > .video-iframe-container { display: none; }#EFbEZ52UVxAF4vSkIM8QtTCJRTHf3d9t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EFbEZ52UVxAF4vSkIM8QtTCJRTHf3d9t > .row > .video-iframe-container { display: none; }#EFbEZ52UVxAF4vSkIM8QtTCJRTHf3d9t > .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); }#EFbEZ52UVxAF4vSkIM8QtTCJRTHf3d9t > .row .container { border-width: 0; border-radius: 0; }#EFbEZ52UVxAF4vSkIM8QtTCJRTHf3d9t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EFbEZ52UVxAF4vSkIM8QtTCJRTHf3d9t > .row .container { font-size:0.875rem;font-family:arial;height:12.1875rem;width:60rem;position:relative;display:block; }#T7bICKPNqUBQ6e5sTxMK8P4MG726CLUH { color:#2a2e41;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.875rem;left:0rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GWKmKdl5otAdMkeS9KQcWQb5VJ05SVIy { position:relative;display:block; }#GWKmKdl5otAdMkeS9KQcWQb5VJ05SVIy { background-color: transparent; background-image: none; }#GWKmKdl5otAdMkeS9KQcWQb5VJ05SVIy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GWKmKdl5otAdMkeS9KQcWQb5VJ05SVIy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GWKmKdl5otAdMkeS9KQcWQb5VJ05SVIy > .row .container > .video-iframe-container { display: none; }#GWKmKdl5otAdMkeS9KQcWQb5VJ05SVIy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GWKmKdl5otAdMkeS9KQcWQb5VJ05SVIy > .row > .video-iframe-container { display: none; }#GWKmKdl5otAdMkeS9KQcWQb5VJ05SVIy > .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); }#GWKmKdl5otAdMkeS9KQcWQb5VJ05SVIy { border-width: 0; border-radius: 0; }#GWKmKdl5otAdMkeS9KQcWQb5VJ05SVIy > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#GWKmKdl5otAdMkeS9KQcWQb5VJ05SVIy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:50.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XU5DU9LqkEEGzoQ8zEzHP3XyK1R5AuV9 { display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15059;line-height:1.5;letter-spacing:0;top:28.9375rem;left:21.5625rem;height:16.5rem;color:#263556;font-style:normal;display:block; }
#TUrNEcyklalZxA4tSNPXdgazmBtJuM3L { display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15065;line-height:1.5;letter-spacing:0;top:28.9375rem;left:1.1875rem;height:13.5rem;color:#263556;font-style:normal;display:block; }
#MXcaqlt5xvx33htiWO8GJxPmt2JvBRiB { display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15067;line-height:1.5;letter-spacing:0;top:28.9375rem;left:41.9375rem;height:10.5rem;color:#263556;font-style:normal;display:block; }
#oww7u1rBPno0nac2UPTtbTbWaMTvcPmH { color:#263556;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15147;line-height:1.3;letter-spacing:0;top:24.75rem;left:21.5625rem;height:2.76171875rem;display:block; }
#XI2B0fS25HTTmpN77wTPK3SPdpZC2qhH { color:#263556;display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15148;line-height:1.3;letter-spacing:0;top:24.75rem;left:1.1875rem;height:2.76171875rem;display:block; }
#HEzHApJiFWGWTXFM8eIqOaJNBa7kXrZR { color:#263556;display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15150;line-height:1.3;letter-spacing:0;top:24.75rem;left:41.9375rem;height:2.76171875rem;display:block; }
#tIZd2EDybKQh7vLGMmtL6e88QCxvJrf4 { display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15066;line-height:1.5;letter-spacing:0;top:4.625rem;left:1.125rem;height:16.5rem;color:#263556;font-style:normal;display:block; }
#nx0Cx9DdiIvENk26spXbN8BDLPQJ3bDX { display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15060;line-height:1.5;letter-spacing:0;top:4.625rem;left:21.4375rem;height:15rem;color:#263556;font-style:normal;display:block; }
#Ce0oTefFJXCMA9itsDBWnl28ybMDgWER { display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15061;line-height:1.5;letter-spacing:0;top:4.625rem;left:42rem;height:16.5rem;color:#263556;font-style:normal;display:block; }
#y4XInnsBvKFW1IewgivzFy0MS5bQe8c3 { color:#263556;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15149;line-height:1.3;letter-spacing:0;top:0.75rem;left:1.125rem;height:2.76171875rem;display:block; }
#rFTSEfPc4SsiBdWpEDWFRa7PDI02aBDC { color:#263556;display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15148;line-height:1.3;letter-spacing:0;top:0.625rem;left:21.4375rem;height:2.76171875rem;display:block; }
#cmKeFHwmsgTFvzbIbHBrpGCbqQc5KMkV { color:#263556;display:block;width:13.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15149;line-height:1.3;letter-spacing:0;top:0.75rem;left:42rem;height:2.76171875rem;display:block; }
#q7V79NIDA8ZMrPlPrFXzAuEd2ydgyb6E { position:relative;display:block; }#q7V79NIDA8ZMrPlPrFXzAuEd2ydgyb6E { background-color: transparent; background-image: none; }#q7V79NIDA8ZMrPlPrFXzAuEd2ydgyb6E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q7V79NIDA8ZMrPlPrFXzAuEd2ydgyb6E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q7V79NIDA8ZMrPlPrFXzAuEd2ydgyb6E > .row .container > .video-iframe-container { display: none; }#q7V79NIDA8ZMrPlPrFXzAuEd2ydgyb6E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q7V79NIDA8ZMrPlPrFXzAuEd2ydgyb6E > .row > .video-iframe-container { display: none; }#q7V79NIDA8ZMrPlPrFXzAuEd2ydgyb6E > .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); }#q7V79NIDA8ZMrPlPrFXzAuEd2ydgyb6E { border-width: 0; border-radius: 0; }#q7V79NIDA8ZMrPlPrFXzAuEd2ydgyb6E > .row .container > .video-iframe-container { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem; }#q7V79NIDA8ZMrPlPrFXzAuEd2ydgyb6E > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#081639;background-image:none;font-size:0.875rem;font-family:arial;height:23.375rem;width:60rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;position:relative;display:block; }#eE6VCLJq8bDgr8RGWIkSsq3xqQCmSkFM { color:#f45b06;display:block;width:43.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.125rem;left:8.625rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tpLk0WryV0UKULZiZMMD4cFz3VE4MlXR { color:rgba(var(--color-tertiary-0),1);display:block;width:46.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:7.75rem;left:7.5rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DCaSf15esrrENtzHNU6HUb4vR5tIzTr9 { 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:15125;opacity:1;top:11.5625rem;left:2.9375rem; }
#kHfDmSTXXPE7QCpTmLQgSHUw08zEbrlq { color:#ffffff;display:block;width:9.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15119;line-height:1.3;letter-spacing:0;top:11.5625rem;left:4.25rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#yvIta5T4CJR6zz2cVtGn34eKdQOQyUch { 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:15127;opacity:1;top:11.5625rem;left:14.4375rem; }
#PIFc4iVgpRtF82DhscV85N834rT4V4nL { color:#ffffff;display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15121;line-height:1.3;letter-spacing:0;top:11.5625rem;left:16.375rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#VqsFEyS2sWvDXGb0ERN1zkDflKP7A3gO { 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:15129;opacity:1;top:11.5625rem;left:26.875rem; }
#TAcI6e9JW662rtCdtcXpr8DtANC0gqTE { color:#ffffff;display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15123;line-height:1.3;letter-spacing:0;top:11.5625rem;left:28.1875rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#zuoG7vbWzFmAM7VTlcKDQTzNd3xvm7s5 { color:#ffffff;display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15125;line-height:1.3;letter-spacing:0;top:11.5625rem;left:42.5625rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#tM8rlAoC1sy0fKBl6x9Fp04RRo2oECfu { 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:15131;opacity:1;top:11.5625rem;left:42rem; }
#yxHsmR0GaBmAeUOU3log5PpJOoMdTt6o { background-color:#f45b06;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.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:3.9375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:15.75rem;left:22.90625rem;display:block; }
#mVC03iITTwUWRQ2igNTdTNfHOoK7sz5z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #f4IHiQGBzhnl0EklNh35rdhQQANWalqg { display:block; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fSIxLVPaTqAm8HOrKlpF6MJmSDVwUy9E { top:6.8125rem;left:0rem;width:47.75rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q71lpkgDHUxVsPmrxpZzeVeDiT1vuHuk { width:15.375rem;height:3.9375rem;top:41.3125rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLmR2OL77nXca9Iz0AAvbgwcCZyVegM4 { display:block; }
 }@media only screen and (max-width: 763px) { #M6nOPRt7shg5aPvw2lbhsV0gvvvES9Xn { top:0rem;left:0rem;width:11.625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGi5QmbSNp27JzysvOBLT1XM3bJ5bBbi { width:3.3125rem;height:3.3125rem;top:10.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rzp0aRa6A5dGlrxi4IxUPlySfBZRdcl7 { width:14.5625rem;height:3.125rem;top:10.5rem;left:4.75rem;line-height:1.1;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAWzr4PkPbrlgplhOlkJ7giH3yysxpKa { width:2.125rem;height:2.125rem;top:18rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJJXVCAWWoVrctCoJO8fHyQxSboirFr3 { width:30.375rem;height:17.1875rem;top:9.125rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvJwRK3u9h4nTdAMoKwlWEgalMvntzgh { width:3.3125rem;height:3.3125rem;top:15.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIELTxyJ89GEgPubKEO4ZhyuXytgWqwA { width:14.5625rem;height:4.6875rem;top:15.6875rem;left:4.75rem;line-height:1.1;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpNJTl5aUwDTulIRQxcNRWx2v7BPyWiT { width:2.125rem;height:2.125rem;top:25.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsTxSJdkqli7aIMpD019KAHracFs20ib { width:3.3125rem;height:3.3125rem;top:21.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNoNdyB2lSfKXA4TMOdXJyIkKO1gxrB1 { width:14.5625rem;height:3.125rem;top:21.3125rem;left:4.75rem;line-height:1.1;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTN6Tdiw2nx1PaGJL0rEPdKhvdBDEpDa { width:2.125rem;height:2.125rem;top:32.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeZklTrBoKxqAt1lkLm4VaQxHuXaaXdC { width:15.375rem;height:3.9375rem;top:41.3125rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDq3MHEoLwRa2JUwqkbWIfgPBA512Akf { display:block; }
 }@media only screen and (max-width: 763px) { #WoXKfma8rqCWOEqw8CTkK4c8PsyzVRro { top:28.375rem;left:25.625rem;width:22.125rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hbw9e6yiEcOKpJEXZWgg7g5N3OwzT1f3 { top:10.4375rem;left:2.5625rem;width:42.625rem;height:4.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcUiB4CGH2W0ZJL4bTlEoM841olNJBW8 { display:block; }#wcUiB4CGH2W0ZJL4bTlEoM841olNJBW8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A6axrsXIuNze1QJnv8plRlUeMLw3SkxK { top:0rem;left:0rem;width:47.75rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZVu9gEspdZ8H44RSywMeKkQ8RkEquEw { display:block; }#yZVu9gEspdZ8H44RSywMeKkQ8RkEquEw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zB8k92dVwFqZdC3wOzbqvX7R7g4kfgZM { top:1rem;left:0rem;width:47.75rem;height:;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcOfXm3KrVti46JcxPQxh8TJhFRbsFhO { width:47.75rem;height:7.125rem;top:4.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPFOTT7inwbT4uGDpT7nq7f0rpAxanTZ { display:block; }#vPFOTT7inwbT4uGDpT7nq7f0rpAxanTZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z10WXJg3pqdiPTtAFyDCHT3sybIzqp34 { top:1rem;left:0rem;width:47.75rem;height:;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPTQcA7JiuPuQKxQ8wDPB0L6terT1spu { display:block; }#bPTQcA7JiuPuQKxQ8wDPB0L6terT1spu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kQZdmOomTaUWbGBbQPFsTNVSX2SDOCKy { top:7.5625rem;left:0rem;width:19.9375rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #zX7f6zLRpifSZTRoLqT39QPBgTI4OQ0J { top:7.5625rem;left:11.6875rem;width:19.8125rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldfR7kxzk3R36KBwPv9oaMX4E4Q8lXOf { top:7.5625rem;left:27.625rem;width:19.75rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyZ0J4vLpP4t6MT1ud5TTntzqSR6bmnl { top:0rem;left:0rem;width:47.5rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uErNoNiJ7NCroD6PoAs73onJFZMSlcbc { top:1.1875rem;left:15.96875rem;width:15.6875rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rg4NZRuClrJz3xt3ZIJmmUF74R3VaTPD { top:1.25rem;left:32.4375rem;width:13.625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8a0BaGIL3oq7sPG90aX85IGlmJSmsQX { top:10.4375rem;left:0rem;width:9.1875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #veoGKf9Fch7rgS7UHUxmfM210WRNwrZa { top:11.6875rem;left:17.375rem;width:12.875rem;height:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHKQJh1sQE2xahfoa24SW7zw9OxJGMnd { top:11.6875rem;left:33.25rem;width:12.875rem;height:2.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IO7CXvOcrJWic1SrExZPDgsgWgLOfCxz { top:9.4375rem;left:23.125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3OChPr6CqJ1mvmwrQTTQq6dkRio3S2G { top:9.4375rem;left:39rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #waZuJTLHQ9x9uLI9OSLCdWLVc1ekqQLN { top:14.8125rem;left:0rem;width:19.9375rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #igke8ArvBkpTsokauoN3Ll3ivKCoyPpV { top:14.8125rem;left:11.6875rem;width:19.8125rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJWCM0yE7uH1gkZTw71ufDDgeIoqKKWk { top:14.8125rem;left:27.625rem;width:19.75rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1FouDJ2391xwA4J3V1BcPXqITq2PANb { top:19.0625rem;left:13.4375rem;width:18.3125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvrqqaC5oN9tfTOE39ZgGkoaOzCQsN06 { top:17.875rem;left:30.3125rem;width:17.3125rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2N7E3PytfKVwJAgxJ8PK3G0DVH8NCv5 { top:16.375rem;left:23.125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUS6XKVsFxBoTkiUrWCTVZZ67w1Ntnh1 { top:17.6875rem;left:0rem;width:9.1875rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #grfGzB5XUMPFCufhnCMAK2T4Tqtvvual { top:22rem;left:0rem;width:19.9375rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlnAd72V4fodtu0BwWsUKRqW6SCqarAV { top:22rem;left:11.6875rem;width:19.8125rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTM1TEzAlL4VQD9BCSm1xy2c4eWx3gA1 { top:22rem;left:27.625rem;width:19.75rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGoh8xTMU8NV3sIovLVklu0AU82RdxfF { top:24.3125rem;left:13.4375rem;width:18.3125rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnmBULNhT4QRpbsOOteXNBXlGD4heJCv { top:24.9375rem;left:32.3125rem;width:14.75rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #afMWoTlyFlBOnSg2cTav0ZgzDopVp8iT { top:24.875rem;left:0rem;width:16.9375rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCJ6BkeTPmQVR1P9XNyeZiEQp3XuM5Ai { top:22.9375rem;left:23.125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVVRQttr0v8GFvOEQH9ZWqA4dW6oUA8c { top:22.875rem;left:38.9375rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMdL7aHWbs9libvKnWCyXG4EkXNtbdoK { top:29.1875rem;left:0rem;width:19.9375rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #A65HpElrJfCvCvDmRRViWiNWqAR5uL8Z { top:29.1875rem;left:11.6875rem;width:19.8125rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlDyhpVDzBnh3yiSrLTiaBkb50D2QBxz { top:29.1875rem;left:27.625rem;width:19.75rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuCDt5h1RrZ6NlSPuqmKr8PVgmO77E2d { top:32.875rem;left:13.4375rem;width:18.3125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUaynBQ3ahoShuddTHVxATAVOlilFDCU { top:32.875rem;left:32.3125rem;width:14.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1TJl4dPpPVnwFpLy07DskzyfbWTZhxt { top:32.0625rem;left:0rem;width:18.3125rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #agOArVlGwSFFrSsrSz4J58qKrdRaIKP8 { top:30.75rem;left:23.125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptp6cE4duI1SUmg5Hnz7D8aPhBnDG8HU { top:36.375rem;left:0rem;width:19.9375rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOQ0wtqP4MsAMLegV1a8fxsZLLDLTmUQ { top:36.375rem;left:11.6875rem;width:19.8125rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZ7o2rNIXay5sLiSyd15oNeLZOvK9UzG { top:36.375rem;left:27.625rem;width:19.75rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbOV84E4M6Z7HxC2tgzpKZrcIIPllO9g { top:40.0625rem;left:13.4375rem;width:18.3125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHsRfZJqDqhgIKS03pAx6VOLdWlOBfzl { top:40.0625rem;left:30.9375rem;width:16.6875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1ZeTU7CbBl8GThEzanWLpkrinGxqNyt { top:39.25rem;left:0rem;width:16.9375rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGi9mPXnBPn2cnmxqHE1qKykFpy7FUlV { top:37.9375rem;left:23.125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLO5RJbNU8koEKt5iXla4dgeGBqwUJHz { top:43.5625rem;left:0rem;width:19.9375rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1CAgo084CVEs1LkazxbPRn635AAuUTC { top:43.5625rem;left:11.6875rem;width:19.8125rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6xBtgHpRohUoVvwH9afMT96Xdhfe3Qp { top:43.5625rem;left:27.625rem;width:19.75rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsdU13CtxxFSudeNniqTW9t7nv0b8csQ { top:47.25rem;left:13.4375rem;width:18.3125rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4pEfTbHf2zhiKlCxFLtHS8pTmtW9W2H { top:47.25rem;left:30.9375rem;width:16.6875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lh5TPxLqrqXKL5lxZp69TWFVHZw7SLND { top:46.4375rem;left:0rem;width:16.9375rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbwudsfeJVhZeHy0blLyifGNNVAOE69H { top:45.125rem;left:23.125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0KQLvQhG3FGup8ofzTqaLQCgy5WgO8W { top:50.75rem;left:0rem;width:19.9375rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkQLPmn1uDfowX81HZmVoZvUat1AlsXp { top:50.75rem;left:11.6875rem;width:19.8125rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLRqy3Ca4HyCxhemzaoAg0LZDDTHuTp5 { top:50.75rem;left:27.625rem;width:19.75rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqP9x8AOKGPuKHG3qqfWCIcH28T8xMSb { top:54.4375rem;left:13.4375rem;width:18.3125rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwx4Kb0M7zkR3uKo7hbgtWs7qiVbZXTB { top:54.4375rem;left:30.9375rem;width:16.6875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFHTZMXvgR1n8OKH0tFfLlocy2drhAqc { top:53.625rem;left:0rem;width:16.9375rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgUCiauOEfXSgawnfhpINBT7boTmq8Tf { top:52.3125rem;left:23.125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGzyOzm3opZi3MSsbN9b3Q6S4TICo8aV { top:57.9375rem;left:0rem;width:19.9375rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #kc8eqzcTDu3a658ItxSXgXoQhbfcAXl4 { top:57.9375rem;left:11.6875rem;width:19.8125rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1UefqVVnxMAJHGTl8WNORpF9lZSqKMQ { top:57.9375rem;left:27.625rem;width:19.75rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfqMEzfBKcd3lW9ey7oO6KksrwbsrDXJ { top:61.625rem;left:13.4375rem;width:18.3125rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6DiLD4dIaoZA8cJ1lwLd8O0KWZTU7ML { top:61.625rem;left:30.9375rem;width:16.6875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dllxKABqB4vZJeeeBGcHNqzBIqIt9GpV { top:60.8125rem;left:0rem;width:16.9375rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOWrMIsEENMGAvUMzAyxc8ccPKCeTZhi { top:59.5rem;left:23.125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ce2w2x8rzCZIyAV34XibFhkLdcxpwnRt { top:65.125rem;left:0rem;width:19.9375rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPCihAEBJOZ1apeUEK3amilLOGykWaFQ { top:65.125rem;left:11.6875rem;width:19.8125rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieH6Syiyl3wHKo0BdTGNlSmImMeHmwLq { top:65.125rem;left:27.625rem;width:19.75rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzDEsCmX4SWwTvOWJT3cJBl21FoimH5l { top:68.1875rem;left:13.4375rem;width:18.3125rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7gfeF48KRuKiFuWFQrUPSIyf6vnZ2qn { top:68.8125rem;left:30.9375rem;width:16.6875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFrovniSKEsNXnT6ewwiqsl7KafthJNq { top:68rem;left:0rem;width:16.9375rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IekGobUTPqnUOl7zmUBGTTZyTBKPpTeK { top:66.6875rem;left:23.125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qonk4XGfZmXpXD7iSyChHOIRIV46P4XG { top:72.3125rem;left:0rem;width:19.9375rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #vviHTBrTOTsxZMDxJT4IphhPGy7bfBfS { top:72.3125rem;left:11.6875rem;width:19.8125rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #AC6J98ozN3GTsZGUZ9UTx5Kg2abmWnIb { top:72.3125rem;left:27.625rem;width:19.75rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nd3xTsBvVxULGhJavAcBNVktpfHxpDDW { top:76rem;left:13.4375rem;width:18.3125rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqWEQck54IBAFkk0ddCFnTfLDTHxCGXq { top:76rem;left:30.9375rem;width:16.6875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VETE53FS6vngKpVTcmpKM1J4CSIm237E { top:75.1875rem;left:0rem;width:16.9375rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7re6syT5g1UkCgWPUfFdzlDGBcee8fS { top:74.125rem;left:39rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CisaigdWcpR1Qn6aAJd9mD2CCkINEsMA { top:73.875rem;left:23.125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ge20ASNWKw2G5Zs6L8ioBLN0sZlrS4iI { top:79.5rem;left:0rem;width:19.9375rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMNxhiRD5TWSJ2XKWAmK924uzEXiNnnA { top:79.5rem;left:11.6875rem;width:19.8125rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #eB4Wf0NRUqsnVHuIplr4J3vkLr11GKF6 { top:79.5rem;left:27.625rem;width:19.75rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrUEOksJsXoVyGozcTW33PUehQwuJAJ4 { top:83.1875rem;left:30.9375rem;width:16.6875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFkWZUpsTpTX4Iu5zgWibTseoEnRmkvZ { top:82.625rem;left:13.4375rem;width:18.3125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEQ0gqIfcVyWvwyy1tnOkUzpKW8ntPJT { top:82.375rem;left:0rem;width:16.9375rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJ7XoKzkaTdMs7KqpextV39Z4z6W4EH2 { top:81.3125rem;left:39rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6IcUzIP8FSw6qHWx5CeSJGfOTqZA39T { top:81.0625rem;left:23.125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnlkTneGRfZTTsFA6yA7znWR9DRXbf5I { top:86.6875rem;left:0rem;width:19.9375rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #WagB1bQrs1xuQ3nCdwTrAouiec9p83g5 { top:86.6875rem;left:11.6875rem;width:19.8125rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULtaP57BIbPEcF0wJLhI9JMGQpZcAdo7 { top:86.6875rem;left:27.625rem;width:19.75rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcMBVCFDaefX14VJ8aEir6IWpKHT2PKs { top:89.8125rem;left:13.4375rem;width:18.3125rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARXJKbanNsOk0oKLmNGumZNktQgwgGA3 { top:90.375rem;left:30.9375rem;width:16.6875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3f3qpLpVPd3k91L918Kuz2AXaPyToEb { top:89.5625rem;left:0rem;width:16.9375rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSfmUFBrtTK4ahTx6U0dghw77R4K2GZs { top:88.25rem;left:23.125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTSyahFvBKAT6hM58407MzENbFlKAAKX { top:93.875rem;left:0rem;width:19.9375rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQ21i8rdI5GBNrifTyKlDaFo2mX6ckms { top:93.875rem;left:11.6875rem;width:19.8125rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMTGT6xAuJqgVkPoGrVOoDw9iVu529sq { top:93.875rem;left:27.625rem;width:19.75rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRONAnFfztzC5QHgUlSW0gafzyrHfyIg { top:97rem;left:13.4375rem;width:18.3125rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWARTBqmqPvZ4IZTiF2ese9CfznTgz4W { top:97.5625rem;left:30.9375rem;width:16.6875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpeIvRZsT8fTWJOy8MQv5g9QZkPRhpOP { top:96.75rem;left:0rem;width:16.9375rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsF8APTAw5KpyWyMrEmurL9U5ulAHcWc { top:95.4375rem;left:23.125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhaZKHrTWXJNharTHhWmnegmdJhciDS5 { top:16.5625rem;left:39rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmSJXNqcOWNq4b7WBeuQTPEKkHPneCNt { top:30.75rem;left:39rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrJvoXdwsTxuZEJyxQOcbNsnOgg03fwc { top:37.8125rem;left:38.9375rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mITAPPam3BJMgEb0ih4ppu6mixqmvNe1 { top:45rem;left:38.9375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIPgKTBRwt2QklTtAHcuIHVK1n8yEbdo { top:52.1875rem;left:38.9375rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rePymbJT2K1CneTalRPfabMdUZqTUoD4 { top:59.5rem;left:39rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqemlNI7JIGVaVR5U73Zi5AtVdJ1KaND { top:66.75rem;left:38.9375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMdkGCTyDlL8nGbg6UlpmR1DFA2MKyqG { top:95.5625rem;left:38.9375rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5XzQ68tqXq68PSwNBAydxXZklSogPR6 { top:59.5rem;left:23.125rem;width:1.375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #srZGDmR9vmZmtBwIPxmBrhTNw9VDaXRh { top:66.6875rem;left:23.125rem;width:1.375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QPTSwNo4aOkuAPlIAmA2fDBiAORB4OQP { top:88.5rem;left:39rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFbEZ52UVxAF4vSkIM8QtTCJRTHf3d9t { display:block; }#EFbEZ52UVxAF4vSkIM8QtTCJRTHf3d9t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T7bICKPNqUBQ6e5sTxMK8P4MG726CLUH { width:47.75rem;height:2.8125rem;top:5.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWKmKdl5otAdMkeS9KQcWQb5VJ05SVIy { display:block; }#GWKmKdl5otAdMkeS9KQcWQb5VJ05SVIy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XU5DU9LqkEEGzoQ8zEzHP3XyK1R5AuV9 { width:12.5625rem;height:8.9375rem;top:4.8125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUrNEcyklalZxA4tSNPXdgazmBtJuM3L { width:12.5625rem;height:8.9375rem;top:20.375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXcaqlt5xvx33htiWO8GJxPmt2JvBRiB { width:12.6875rem;height:8.9375rem;top:20.375rem;left:33.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oww7u1rBPno0nac2UPTtbTbWaMTvcPmH { top:24.75rem;left:15.4375rem;width:12.5rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XI2B0fS25HTTmpN77wTPK3SPdpZC2qhH { top:24.75rem;left:0rem;width:16rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEzHApJiFWGWTXFM8eIqOaJNBa7kXrZR { top:24.75rem;left:34.125rem;width:13.625rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIZd2EDybKQh7vLGMmtL6e88QCxvJrf4 { width:12.6875rem;height:8.9375rem;top:20.375rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nx0Cx9DdiIvENk26spXbN8BDLPQJ3bDX { width:12.6875rem;height:8.9375rem;top:4.8125rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ce0oTefFJXCMA9itsDBWnl28ybMDgWER { width:12.6875rem;height:8.9375rem;top:4.8125rem;left:33.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4XInnsBvKFW1IewgivzFy0MS5bQe8c3 { top:0.75rem;left:0rem;width:12.5rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFTSEfPc4SsiBdWpEDWFRa7PDI02aBDC { top:0.625rem;left:15.3125rem;width:17.125rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmKeFHwmsgTFvzbIbHBrpGCbqQc5KMkV { top:0.75rem;left:34.375rem;width:13.375rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7V79NIDA8ZMrPlPrFXzAuEd2ydgyb6E { display:block; }#q7V79NIDA8ZMrPlPrFXzAuEd2ydgyb6E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eE6VCLJq8bDgr8RGWIkSsq3xqQCmSkFM { top:4.125rem;left:2.5rem;width:43.9375rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpLk0WryV0UKULZiZMMD4cFz3VE4MlXR { top:7.75rem;left:1.375rem;width:46.1875rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCaSf15esrrENtzHNU6HUb4vR5tIzTr9 { top:11.5625rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHfDmSTXXPE7QCpTmLQgSHUw08zEbrlq { top:11.5625rem;left:0rem;width:9.5rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvIta5T4CJR6zz2cVtGn34eKdQOQyUch { top:11.5625rem;left:8.3125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIFc4iVgpRtF82DhscV85N834rT4V4nL { top:11.5625rem;left:10.25rem;width:8.9375rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqsFEyS2sWvDXGb0ERN1zkDflKP7A3gO { top:11.5625rem;left:20.75rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAcI6e9JW662rtCdtcXpr8DtANC0gqTE { top:11.5625rem;left:22.0625rem;width:12.9375rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuoG7vbWzFmAM7VTlcKDQTzNd3xvm7s5 { top:11.5625rem;left:33.25rem;width:14.5rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tM8rlAoC1sy0fKBl6x9Fp04RRo2oECfu { top:11.5625rem;left:35.875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxHsmR0GaBmAeUOU3log5PpJOoMdTt6o { width:15.375rem;height:3.9375rem;top:15.75rem;left:16.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVC03iITTwUWRQ2igNTdTNfHOoK7sz5z { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #f4IHiQGBzhnl0EklNh35rdhQQANWalqg { background-color:#042048;background-image:url("https://images.assets-landingi.com/x5DLTEjq/bg1_hd.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg.adaptive-delivery-prevent-bg, #f4IHiQGBzhnl0EklNh35rdhQQANWalqg.lazyload, #f4IHiQGBzhnl0EklNh35rdhQQANWalqg.lazyloading { background-image: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { background-color: transparent; background-image: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container > .video-iframe-container { display: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container { display: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .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); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { border-width: 0; border-radius: 0; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { width:20rem;height:60.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fSIxLVPaTqAm8HOrKlpF6MJmSDVwUy9E { width:20rem;height:4.38671875rem;top:6.625rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q71lpkgDHUxVsPmrxpZzeVeDiT1vuHuk { width:15.1875rem;height:3.9375rem;top:55.25rem;left:2.4375rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #qLmR2OL77nXca9Iz0AAvbgwcCZyVegM4 { display:block; }
 }@media only screen and (max-width: 763px) { #M6nOPRt7shg5aPvw2lbhsV0gvvvES9Xn { width:10.3125rem;height:4.375rem;top:1.375rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGi5QmbSNp27JzysvOBLT1XM3bJ5bBbi { width:3.3125rem;height:3.3125rem;top:17.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rzp0aRa6A5dGlrxi4IxUPlySfBZRdcl7 { width:16.375rem;height:2.3359375rem;top:18.25rem;left:3.875rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAWzr4PkPbrlgplhOlkJ7giH3yysxpKa { width:2.125rem;height:2.125rem;top:18.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJJXVCAWWoVrctCoJO8fHyQxSboirFr3 { width:20rem;height:11.196581196581rem;top:33.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvJwRK3u9h4nTdAMoKwlWEgalMvntzgh { width:3.3125rem;height:3.3125rem;top:22.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIELTxyJ89GEgPubKEO4ZhyuXytgWqwA { width:13.4375rem;height:2.3359375rem;top:23.375rem;left:3.875rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpNJTl5aUwDTulIRQxcNRWx2v7BPyWiT { width:2.125rem;height:2.125rem;top:23.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsTxSJdkqli7aIMpD019KAHracFs20ib { width:3.3125rem;height:3.3125rem;top:27.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNoNdyB2lSfKXA4TMOdXJyIkKO1gxrB1 { width:14.125rem;height:2.3359375rem;top:28.4375rem;left:3.875rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTN6Tdiw2nx1PaGJL0rEPdKhvdBDEpDa { width:2.125rem;height:2.125rem;top:28.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeZklTrBoKxqAt1lkLm4VaQxHuXaaXdC { width:15.375rem;height:3.9375rem;top:49.3125rem;left:2.3125rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #qDq3MHEoLwRa2JUwqkbWIfgPBA512Akf { display:block; }
 }@media only screen and (max-width: 763px) { #WoXKfma8rqCWOEqw8CTkK4c8PsyzVRro { width:15.75rem;height:6.1875rem;top:40.875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hbw9e6yiEcOKpJEXZWgg7g5N3OwzT1f3 { width:20rem;height:5.361325rem;top:11.96875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcUiB4CGH2W0ZJL4bTlEoM841olNJBW8 { display:block; }#wcUiB4CGH2W0ZJL4bTlEoM841olNJBW8 > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A6axrsXIuNze1QJnv8plRlUeMLw3SkxK { width:20rem;height:4.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZVu9gEspdZ8H44RSywMeKkQ8RkEquEw { display:block; }#yZVu9gEspdZ8H44RSywMeKkQ8RkEquEw > .row .container { width:20rem;height:22.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zB8k92dVwFqZdC3wOzbqvX7R7g4kfgZM { width:20rem;height:6.5800625rem;top:1.1474609375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcOfXm3KrVti46JcxPQxh8TJhFRbsFhO { width:20rem;height:12.65625rem;top:8.9765859375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPFOTT7inwbT4uGDpT7nq7f0rpAxanTZ { display:block; }#vPFOTT7inwbT4uGDpT7nq7f0rpAxanTZ > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z10WXJg3pqdiPTtAFyDCHT3sybIzqp34 { width:20rem;height:6.5800625rem;top:1.2099609375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPTQcA7JiuPuQKxQ8wDPB0L6terT1spu { display:block; }#bPTQcA7JiuPuQKxQ8wDPB0L6terT1spu { background-color: transparent; background-image: none; }#bPTQcA7JiuPuQKxQ8wDPB0L6terT1spu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bPTQcA7JiuPuQKxQ8wDPB0L6terT1spu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bPTQcA7JiuPuQKxQ8wDPB0L6terT1spu > .row .container > .video-iframe-container { display: none; }#bPTQcA7JiuPuQKxQ8wDPB0L6terT1spu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bPTQcA7JiuPuQKxQ8wDPB0L6terT1spu > .row > .video-iframe-container { display: none; }#bPTQcA7JiuPuQKxQ8wDPB0L6terT1spu > .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); }#bPTQcA7JiuPuQKxQ8wDPB0L6terT1spu { border-width: 0; border-radius: 0; }#bPTQcA7JiuPuQKxQ8wDPB0L6terT1spu > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bPTQcA7JiuPuQKxQ8wDPB0L6terT1spu > .row .container { width:20rem;height:81.5625rem;background-color:rgba(var(--color-tertiary-0),1);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;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kQZdmOomTaUWbGBbQPFsTNVSX2SDOCKy { width:6.9375rem;height:5.5625rem;top:5.9375rem;left:0rem;border-top:0.0625rem solid #a7a7a7;border-left:0.125rem solid #a7a7a7;border-right:0;border-bottom:0.125rem solid #a7a7a7;display:block; }
 }@media only screen and (max-width: 763px) { #zX7f6zLRpifSZTRoLqT39QPBgTI4OQ0J { width:6.9375rem;height:5.5625rem;top:5.9375rem;left:7.0625rem;border-top:0.0625rem solid #a7a7a7;border-left:0;border-right:0;border-bottom:0.125rem solid #a7a7a7;display:block; }
 }@media only screen and (max-width: 763px) { #ldfR7kxzk3R36KBwPv9oaMX4E4Q8lXOf { width:6rem;height:5.5625rem;top:5.9375rem;left:13.875rem;border-top:0.0625rem solid #a7a7a7;border-left:0;border-right:0.125rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;display:block; }
 }@media only screen and (max-width: 763px) { #EyZ0J4vLpP4t6MT1ud5TTntzqSR6bmnl { width:19.75rem;height:5.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uErNoNiJ7NCroD6PoAs73onJFZMSlcbc { width:7.9375rem;height:2.0625rem;top:1.8125rem;left:5.1343605990783rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rg4NZRuClrJz3xt3ZIJmmUF74R3VaTPD { width:5.4375rem;height:1.9375rem;top:2.0625rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8a0BaGIL3oq7sPG90aX85IGlmJSmsQX { width:6.625rem;height:0.9746125rem;top:8.13671875rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #veoGKf9Fch7rgS7UHUxmfM210WRNwrZa { width:4.125rem;height:1.7871125rem;top:8.13671875rem;left:7.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHKQJh1sQE2xahfoa24SW7zw9OxJGMnd { width:5.6875rem;height:2.6806625rem;top:8.13671875rem;left:13.46875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IO7CXvOcrJWic1SrExZPDgsgWgLOfCxz { display:flex;width:1.0625rem;height:1.0625rem;top:7.13671875rem;left:9.46875rem; }
 }@media only screen and (max-width: 763px) { #V3OChPr6CqJ1mvmwrQTTQq6dkRio3S2G { display:flex;width:1.0625rem;height:1.0625rem;top:7rem;left:15.78125rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #waZuJTLHQ9x9uLI9OSLCdWLVc1ekqQLN { width:6.9375rem;height:5.5625rem;top:11.6875rem;left:0rem;border-top:0;border-left:0.125rem solid #a7a7a7;border-right:0;border-bottom:0.125rem solid #a7a7a7;display:block; }
 }@media only screen and (max-width: 763px) { #igke8ArvBkpTsokauoN3Ll3ivKCoyPpV { width:6.9375rem;height:5.5625rem;top:11.6875rem;left:7.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #a7a7a7;display:block; }
 }@media only screen and (max-width: 763px) { #kJWCM0yE7uH1gkZTw71ufDDgeIoqKKWk { width:6rem;height:5.5625rem;top:11.6875rem;left:13.875rem;border-top:0;border-left:0;border-right:0.125rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;display:block; }
 }@media only screen and (max-width: 763px) { #k1FouDJ2391xwA4J3V1BcPXqITq2PANb { width:6.25rem;height:1.7871125rem;top:14.3203125rem;left:5.875rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GvrqqaC5oN9tfTOE39ZgGkoaOzCQsN06 { width:7.75rem;height:2.6806625rem;top:13.8740234375rem;left:12.25rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y2N7E3PytfKVwJAgxJ8PK3G0DVH8NCv5 { display:flex;width:1.0625rem;height:1.0625rem;top:12.375rem;left:9.46875rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #KUS6XKVsFxBoTkiUrWCTVZZ67w1Ntnh1 { width:5.1875rem;height:1.94921875rem;top:13.875rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #grfGzB5XUMPFCufhnCMAK2T4Tqtvvual { width:6.9375rem;height:5.5625rem;top:17.375rem;left:0rem;border-top:0;border-left:0.125rem solid #a7a7a7;border-right:0;border-bottom:0.125rem solid #a7a7a7;display:block; }
 }@media only screen and (max-width: 763px) { #VlnAd72V4fodtu0BwWsUKRqW6SCqarAV { width:6.9375rem;height:5.5625rem;top:17.375rem;left:7.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #a7a7a7;display:block; }
 }@media only screen and (max-width: 763px) { #TTM1TEzAlL4VQD9BCSm1xy2c4eWx3gA1 { width:6rem;height:5.5625rem;top:17.375rem;left:13.875rem;border-top:0;border-left:0;border-right:0.125rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;display:block; }
 }@media only screen and (max-width: 763px) { #UGoh8xTMU8NV3sIovLVklu0AU82RdxfF { width:8.3125rem;height:4.467775rem;top:18.65625rem;left:5.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnmBULNhT4QRpbsOOteXNBXlGD4heJCv { width:5.6875rem;height:2.6806625rem;top:19.203125rem;left:14rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #afMWoTlyFlBOnSg2cTav0ZgzDopVp8iT { width:4.375rem;height:2.923825rem;top:18.5625rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCJ6BkeTPmQVR1P9XNyeZiEQp3XuM5Ai { display:flex;width:1.0625rem;height:1.0625rem;top:17.375rem;left:9.46875rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #SVVRQttr0v8GFvOEQH9ZWqA4dW6oUA8c { display:flex;width:1.0625rem;height:1.0625rem;top:12.375rem;left:15.78125rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #BMdL7aHWbs9libvKnWCyXG4EkXNtbdoK { width:6.9375rem;height:5.5625rem;top:23.0625rem;left:0rem;border-top:0;border-left:0.125rem solid #a7a7a7;border-right:0;border-bottom:0.125rem solid #a7a7a7;display:block; }
 }@media only screen and (max-width: 763px) { #A65HpElrJfCvCvDmRRViWiNWqAR5uL8Z { width:6.9375rem;height:5.5625rem;top:23.0625rem;left:7.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #a7a7a7;display:block; }
 }@media only screen and (max-width: 763px) { #WlDyhpVDzBnh3yiSrLTiaBkb50D2QBxz { width:6rem;height:5.5625rem;top:23.0625rem;left:13.875rem;border-top:0;border-left:0;border-right:0.125rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;display:block; }
 }@media only screen and (max-width: 763px) { #kuCDt5h1RrZ6NlSPuqmKr8PVgmO77E2d { width:6.4375rem;height:2.6806625rem;top:24.875rem;left:6.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUaynBQ3ahoShuddTHVxATAVOlilFDCU { width:6.4375rem;height:1.7871125rem;top:25.3203125rem;left:13.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1TJl4dPpPVnwFpLy07DskzyfbWTZhxt { width:4.625rem;height:3.8984375rem;top:24.25rem;left:0.5rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #agOArVlGwSFFrSsrSz4J58qKrdRaIKP8 { display:flex;width:1.0625rem;height:1.0625rem;top:23.8125rem;left:9.3125rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #ptp6cE4duI1SUmg5Hnz7D8aPhBnDG8HU { width:6.9375rem;height:5.5625rem;top:28.75rem;left:0rem;border-top:0;border-left:0.125rem solid #a7a7a7;border-right:0;border-bottom:0.125rem solid #a7a7a7;display:block; }
 }@media only screen and (max-width: 763px) { #GOQ0wtqP4MsAMLegV1a8fxsZLLDLTmUQ { width:6.9375rem;height:5.5625rem;top:28.75rem;left:7.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #a7a7a7;display:block; }
 }@media only screen and (max-width: 763px) { #aZ7o2rNIXay5sLiSyd15oNeLZOvK9UzG { width:6rem;height:5.5625rem;top:28.75rem;left:13.875rem;border-top:0;border-left:0;border-right:0.125rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;display:block; }
 }@media only screen and (max-width: 763px) { #HbOV84E4M6Z7HxC2tgzpKZrcIIPllO9g { width:6.3125rem;height:2.6806625rem;top:30.25390625rem;left:6.84375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHsRfZJqDqhgIKS03pAx6VOLdWlOBfzl { width:6.875rem;height:1.7871125rem;top:30.625rem;left:13.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1ZeTU7CbBl8GThEzanWLpkrinGxqNyt { width:6.0625rem;height:1.94921875rem;top:30.6875rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGi9mPXnBPn2cnmxqHE1qKykFpy7FUlV { display:flex;width:1.0625rem;height:1.0625rem;top:46.193359375rem;left:15.78125rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #cLO5RJbNU8koEKt5iXla4dgeGBqwUJHz { width:6.9375rem;height:5.5625rem;top:34.4375rem;left:0rem;border-top:0;border-left:0.125rem solid #a7a7a7;border-right:0;border-bottom:0.125rem solid #a7a7a7;display:block; }
 }@media only screen and (max-width: 763px) { #E1CAgo084CVEs1LkazxbPRn635AAuUTC { width:6.9375rem;height:5.5625rem;top:34.4375rem;left:7.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #a7a7a7;display:block; }
 }@media only screen and (max-width: 763px) { #r6xBtgHpRohUoVvwH9afMT96Xdhfe3Qp { width:6rem;height:5.5625rem;top:34.4375rem;left:13.875rem;border-top:0;border-left:0;border-right:0.125rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;display:block; }
 }@media only screen and (max-width: 763px) { #PsdU13CtxxFSudeNniqTW9t7nv0b8csQ { width:7.875rem;height:3.57421875rem;top:35.94140625rem;left:6.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4pEfTbHf2zhiKlCxFLtHS8pTmtW9W2H { width:4.8125rem;height:3.57421875rem;top:35.94140625rem;left:14rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lh5TPxLqrqXKL5lxZp69TWFVHZw7SLND { width:4.875rem;height:2.923825rem;top:36.306640625rem;left:0.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbwudsfeJVhZeHy0blLyifGNNVAOE69H { display:flex;width:1.0625rem;height:1.0625rem;top:34.4375rem;left:9.3125rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #f0KQLvQhG3FGup8ofzTqaLQCgy5WgO8W { width:6.9375rem;height:5.5625rem;top:40.125rem;left:0rem;border-top:0;border-left:0.125rem solid #a7a7a7;border-right:0;border-bottom:0.125rem solid #a7a7a7;display:block; }
 }@media only screen and (max-width: 763px) { #gkQLPmn1uDfowX81HZmVoZvUat1AlsXp { width:6.9375rem;height:5.5625rem;top:40.125rem;left:7.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #a7a7a7;display:block; }
 }@media only screen and (max-width: 763px) { #lLRqy3Ca4HyCxhemzaoAg0LZDDTHuTp5 { width:6rem;height:5.5625rem;top:40.125rem;left:13.875rem;border-top:0;border-left:0;border-right:0.125rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;display:block; }
 }@media only screen and (max-width: 763px) { #rqP9x8AOKGPuKHG3qqfWCIcH28T8xMSb { width:6.125rem;height:3.57421875rem;top:41.62890625rem;left:6.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwx4Kb0M7zkR3uKo7hbgtWs7qiVbZXTB { width:5.6875rem;height:1.7871125rem;top:41.994140625rem;left:13.46875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFHTZMXvgR1n8OKH0tFfLlocy2drhAqc { width:5.75rem;height:2.923825rem;top:41.994140625rem;left:0.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgUCiauOEfXSgawnfhpINBT7boTmq8Tf { display:flex;width:1.0625rem;height:1.0625rem;top:40.125rem;left:9.46875rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #mGzyOzm3opZi3MSsbN9b3Q6S4TICo8aV { width:6.9375rem;height:5.5625rem;top:45.8125rem;left:0rem;border-top:0;border-left:0.125rem solid #a7a7a7;border-right:0;border-bottom:0.125rem solid #a7a7a7;display:block; }
 }@media only screen and (max-width: 763px) { #kc8eqzcTDu3a658ItxSXgXoQhbfcAXl4 { width:6.9375rem;height:5.5625rem;top:45.8125rem;left:7.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #a7a7a7;display:block; }
 }@media only screen and (max-width: 763px) { #P1UefqVVnxMAJHGTl8WNORpF9lZSqKMQ { width:6rem;height:5.5625rem;top:45.8125rem;left:13.875rem;border-top:0;border-left:0;border-right:0.125rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;display:block; }
 }@media only screen and (max-width: 763px) { #nfqMEzfBKcd3lW9ey7oO6KksrwbsrDXJ { width:6.5625rem;height:2.6806625rem;top:47.681640625rem;left:6.71875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6DiLD4dIaoZA8cJ1lwLd8O0KWZTU7ML { width:6.1875rem;height:2.6806625rem;top:47.681640625rem;left:13.0712890625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dllxKABqB4vZJeeeBGcHNqzBIqIt9GpV { width:3.8125rem;height:2.923825rem;top:48.1689453125rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOWrMIsEENMGAvUMzAyxc8ccPKCeTZhi { display:flex;width:1.0625rem;height:1.0625rem;top:46.193359375rem;left:9.46875rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #Ce2w2x8rzCZIyAV34XibFhkLdcxpwnRt { width:6.9375rem;height:5.5625rem;top:51.5rem;left:0rem;border-top:0;border-left:0.125rem solid #a7a7a7;border-right:0;border-bottom:0.125rem solid #a7a7a7;display:block; }
 }@media only screen and (max-width: 763px) { #SPCihAEBJOZ1apeUEK3amilLOGykWaFQ { width:6.9375rem;height:5.5625rem;top:51.5rem;left:7.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #a7a7a7;display:block; }
 }@media only screen and (max-width: 763px) { #ieH6Syiyl3wHKo0BdTGNlSmImMeHmwLq { width:6rem;height:5.5625rem;top:51.5rem;left:13.875rem;border-top:0;border-left:0;border-right:0.125rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;display:block; }
 }@media only screen and (max-width: 763px) { #HzDEsCmX4SWwTvOWJT3cJBl21FoimH5l { width:9.375rem;height:1.7871125rem;top:53.00390625rem;left:5.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7gfeF48KRuKiFuWFQrUPSIyf6vnZ2qn { width:4.8125rem;height:1.7871125rem;top:53.00390625rem;left:13.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFrovniSKEsNXnT6ewwiqsl7KafthJNq { width:4.1875rem;height:0.9746125rem;top:53.369140625rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IekGobUTPqnUOl7zmUBGTTZyTBKPpTeK { display:flex;width:1.0625rem;height:1.0625rem;top:51.5rem;left:9.46875rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #Qonk4XGfZmXpXD7iSyChHOIRIV46P4XG { width:6.9375rem;height:5.5625rem;top:57.1875rem;left:0rem;border-top:0;border-left:0.125rem solid #a7a7a7;border-right:0;border-bottom:0.125rem solid #a7a7a7;display:block; }
 }@media only screen and (max-width: 763px) { #vviHTBrTOTsxZMDxJT4IphhPGy7bfBfS { width:6.9375rem;height:5.5625rem;top:57.1875rem;left:7.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #a7a7a7;display:block; }
 }@media only screen and (max-width: 763px) { #AC6J98ozN3GTsZGUZ9UTx5Kg2abmWnIb { width:6rem;height:5.5625rem;top:57.1875rem;left:13.875rem;border-top:0;border-left:0;border-right:0.125rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;display:block; }
 }@media only screen and (max-width: 763px) { #Nd3xTsBvVxULGhJavAcBNVktpfHxpDDW { width:8.125rem;height:3.57421875rem;top:59.13671875rem;left:5.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqWEQck54IBAFkk0ddCFnTfLDTHxCGXq { width:4.125rem;height:2.6806625rem;top:59.583984375rem;left:14.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VETE53FS6vngKpVTcmpKM1J4CSIm237E { width:5.8125rem;height:1.94921875rem;top:59.056640625rem;left:0.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7re6syT5g1UkCgWPUfFdzlDGBcee8fS { display:flex;width:1.0625rem;height:1.0625rem;top:57.1875rem;left:16.0625rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #CisaigdWcpR1Qn6aAJd9mD2CCkINEsMA { display:flex;width:1.0625rem;height:1.0625rem;top:57.1875rem;left:9.46875rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #ge20ASNWKw2G5Zs6L8ioBLN0sZlrS4iI { width:6.9375rem;height:5.5625rem;top:62.875rem;left:0rem;border-top:0;border-left:0.125rem solid #a7a7a7;border-right:0;border-bottom:0.125rem solid #a7a7a7;display:block; }
 }@media only screen and (max-width: 763px) { #FMNxhiRD5TWSJ2XKWAmK924uzEXiNnnA { width:6.9375rem;height:5.5625rem;top:62.875rem;left:7.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #a7a7a7;display:block; }
 }@media only screen and (max-width: 763px) { #eB4Wf0NRUqsnVHuIplr4J3vkLr11GKF6 { width:6rem;height:5.5625rem;top:62.875rem;left:13.875rem;border-top:0;border-left:0;border-right:0.125rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;display:block; }
 }@media only screen and (max-width: 763px) { #lrUEOksJsXoVyGozcTW33PUehQwuJAJ4 { width:5.625rem;height:0.89355625rem;top:64.625rem;left:14rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFkWZUpsTpTX4Iu5zgWibTseoEnRmkvZ { width:7.25rem;height:0.89355625rem;top:64.625rem;left:6.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEQ0gqIfcVyWvwyy1tnOkUzpKW8ntPJT { width:5.25rem;height:2.923825rem;top:64.744140625rem;left:0.90625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJ7XoKzkaTdMs7KqpextV39Z4z6W4EH2 { display:flex;width:1.0625rem;height:1.0625rem;top:62.875rem;left:15.78125rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #i6IcUzIP8FSw6qHWx5CeSJGfOTqZA39T { display:flex;width:1.0625rem;height:1.0625rem;top:62.875rem;left:9.3125rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #dnlkTneGRfZTTsFA6yA7znWR9DRXbf5I { width:6.9375rem;height:5.5625rem;top:68.5625rem;left:0rem;border-top:0;border-left:0.125rem solid #a7a7a7;border-right:0;border-bottom:0.125rem solid #a7a7a7;display:block; }
 }@media only screen and (max-width: 763px) { #WagB1bQrs1xuQ3nCdwTrAouiec9p83g5 { width:6.9375rem;height:5.5625rem;top:68.5625rem;left:7.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #a7a7a7;display:block; }
 }@media only screen and (max-width: 763px) { #ULtaP57BIbPEcF0wJLhI9JMGQpZcAdo7 { width:6rem;height:5.5625rem;top:68.5625rem;left:13.875rem;border-top:0;border-left:0;border-right:0.125rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;display:block; }
 }@media only screen and (max-width: 763px) { #AcMBVCFDaefX14VJ8aEir6IWpKHT2PKs { width:7.25rem;height:3.57421875rem;top:69.943359375rem;left:6.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARXJKbanNsOk0oKLmNGumZNktQgwgGA3 { width:5.5625rem;height:2.6806625rem;top:70.06640625rem;left:14.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3f3qpLpVPd3k91L918Kuz2AXaPyToEb { width:5.6875rem;height:1.94921875rem;top:70.9189453125rem;left:0.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSfmUFBrtTK4ahTx6U0dghw77R4K2GZs { display:flex;width:1.0625rem;height:1.0625rem;top:68.5625rem;left:9.3125rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #qTSyahFvBKAT6hM58407MzENbFlKAAKX { width:6.9375rem;height:5.5625rem;top:74.25rem;left:0rem;border-top:0;border-left:0.125rem solid #a7a7a7;border-right:0;border-bottom:0.125rem solid #a7a7a7;display:block; }
 }@media only screen and (max-width: 763px) { #IQ21i8rdI5GBNrifTyKlDaFo2mX6ckms { width:6.9375rem;height:5.5625rem;top:74.25rem;left:7.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #a7a7a7;display:block; }
 }@media only screen and (max-width: 763px) { #XMTGT6xAuJqgVkPoGrVOoDw9iVu529sq { width:6rem;height:5.5625rem;top:74.25rem;left:13.875rem;border-top:0;border-left:0;border-right:0.125rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;display:block; }
 }@media only screen and (max-width: 763px) { #wRONAnFfztzC5QHgUlSW0gafzyrHfyIg { width:7.375rem;height:2.6806625rem;top:76.1015625rem;left:6.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWARTBqmqPvZ4IZTiF2ese9CfznTgz4W { width:5rem;height:1.7871125rem;top:76.1015625rem;left:14rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpeIvRZsT8fTWJOy8MQv5g9QZkPRhpOP { width:4.6875rem;height:1.94921875rem;top:76.119140625rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsF8APTAw5KpyWyMrEmurL9U5ulAHcWc { display:flex;width:1.0625rem;height:1.0625rem;top:74.25rem;left:9.125rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #yhaZKHrTWXJNharTHhWmnegmdJhciDS5 { display:flex;width:1.0625rem;height:1.0625rem;top:17.375rem;left:15.78125rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #nmSJXNqcOWNq4b7WBeuQTPEKkHPneCNt { display:flex;width:1.0625rem;height:1.0625rem;top:23.875rem;left:15.78125rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #XrJvoXdwsTxuZEJyxQOcbNsnOgg03fwc { display:flex;width:1.0625rem;height:1.0625rem;top:28.75rem;left:16.0625rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #mITAPPam3BJMgEb0ih4ppu6mixqmvNe1 { display:flex;width:1.0625rem;height:1.0625rem;top:34.4375rem;left:15.78125rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #nIPgKTBRwt2QklTtAHcuIHVK1n8yEbdo { display:flex;width:1.0625rem;height:1.0625rem;top:40.505859375rem;left:15.78125rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #rePymbJT2K1CneTalRPfabMdUZqTUoD4 { display:flex;width:1.0625rem;height:1.0625rem;top:28.75rem;left:9.46875rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #vqemlNI7JIGVaVR5U73Zi5AtVdJ1KaND { display:flex;width:1.0625rem;height:1.0625rem;top:68.5625rem;left:15.78125rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #aMdkGCTyDlL8nGbg6UlpmR1DFA2MKyqG { display:flex;width:1.0625rem;height:1.0625rem;top:74.25rem;left:15.78125rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #a5XzQ68tqXq68PSwNBAydxXZklSogPR6 { display:flex;width:1.0625rem;height:1.0625rem;top:46.193359375rem;left:15.78125rem;font-size:0.6875rem;z-index:15077; }
 }@media only screen and (max-width: 763px) { #srZGDmR9vmZmtBwIPxmBrhTNw9VDaXRh { display:flex;width:1.0625rem;height:1.0625rem;top:51.5rem;left:15.78125rem;font-size:0.6875rem;z-index:15085; }
 }@media only screen and (max-width: 763px) { #QPTSwNo4aOkuAPlIAmA2fDBiAORB4OQP { display:flex;width:1.0625rem;height:1.0625rem;top:12.375rem;left:15.78125rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #EFbEZ52UVxAF4vSkIM8QtTCJRTHf3d9t { display:block; }#EFbEZ52UVxAF4vSkIM8QtTCJRTHf3d9t > .row .container { width:20rem;height:6.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T7bICKPNqUBQ6e5sTxMK8P4MG726CLUH { width:20rem;height:3.8984375rem;top:1.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWKmKdl5otAdMkeS9KQcWQb5VJ05SVIy { display:block; }#GWKmKdl5otAdMkeS9KQcWQb5VJ05SVIy > .row .container { width:20rem;height:127.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XU5DU9LqkEEGzoQ8zEzHP3XyK1R5AuV9 { width:18.6875rem;height:13.5rem;top:91.6875rem;left:0.65625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUrNEcyklalZxA4tSNPXdgazmBtJuM3L { width:18.6875rem;height:12rem;top:71.1875rem;left:0.65625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXcaqlt5xvx33htiWO8GJxPmt2JvBRiB { width:18.3125rem;height:9rem;top:113.5rem;left:0.84375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oww7u1rBPno0nac2UPTtbTbWaMTvcPmH { width:12.5rem;height:2.5996125rem;top:87.75rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XI2B0fS25HTTmpN77wTPK3SPdpZC2qhH { width:16rem;height:2.5996125rem;top:67.0625rem;left:2rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HEzHApJiFWGWTXFM8eIqOaJNBa7kXrZR { width:13.625rem;height:2.5996125rem;top:110rem;left:3.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tIZd2EDybKQh7vLGMmtL6e88QCxvJrf4 { width:18.6875rem;height:13.5rem;top:5.1875rem;left:0.65625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nx0Cx9DdiIvENk26spXbN8BDLPQJ3bDX { width:18.6875rem;height:13.5rem;top:26.4375rem;left:0.65625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ce0oTefFJXCMA9itsDBWnl28ybMDgWER { width:18.6875rem;height:15rem;top:47.9375rem;left:0.65625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4XInnsBvKFW1IewgivzFy0MS5bQe8c3 { width:12.5rem;height:2.5996125rem;top:1.25rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rFTSEfPc4SsiBdWpEDWFRa7PDI02aBDC { width:17.125rem;height:2.5996125rem;top:22.5rem;left:1.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cmKeFHwmsgTFvzbIbHBrpGCbqQc5KMkV { width:13.375rem;height:2.5996125rem;top:44.1875rem;left:3.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q7V79NIDA8ZMrPlPrFXzAuEd2ydgyb6E { display:block; }#q7V79NIDA8ZMrPlPrFXzAuEd2ydgyb6E > .row .container { width:20rem;height:38.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eE6VCLJq8bDgr8RGWIkSsq3xqQCmSkFM { width:20rem;height:4.38671875rem;top:1.25rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tpLk0WryV0UKULZiZMMD4cFz3VE4MlXR { width:19.375rem;height:2.5996125rem;top:6.88671875rem;left:0.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DCaSf15esrrENtzHNU6HUb4vR5tIzTr9 { display:flex;width:1.375rem;height:1.375rem;top:11.8125rem;left:9.3125rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #kHfDmSTXXPE7QCpTmLQgSHUw08zEbrlq { width:9.5rem;height:1.21875rem;top:14.4375rem;left:5.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvIta5T4CJR6zz2cVtGn34eKdQOQyUch { display:flex;width:1.375rem;height:1.375rem;top:16.6875rem;left:9.3125rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #PIFc4iVgpRtF82DhscV85N834rT4V4nL { width:8.9375rem;height:1.21875rem;top:19.3125rem;left:5.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqsFEyS2sWvDXGb0ERN1zkDflKP7A3gO { display:flex;width:1.375rem;height:1.375rem;top:21.5rem;left:9.3125rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #TAcI6e9JW662rtCdtcXpr8DtANC0gqTE { width:12.9375rem;height:1.21875rem;top:24.125rem;left:3.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuoG7vbWzFmAM7VTlcKDQTzNd3xvm7s5 { width:14.5rem;height:1.21875rem;top:29rem;left:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tM8rlAoC1sy0fKBl6x9Fp04RRo2oECfu { display:flex;width:1.375rem;height:1.375rem;top:26.375rem;left:9.3125rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #yxHsmR0GaBmAeUOU3log5PpJOoMdTt6o { width:15.375rem;height:3.9375rem;top:32.72265625rem;left:2.3125rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #mVC03iITTwUWRQ2igNTdTNfHOoK7sz5z { display:block; }
 }