.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image: -webkit-linear-gradient(213deg, #eff5fc, #ffffff);background-image: -moz-linear-gradient(213deg, #eff5fc, #ffffff);background-image: -ms-linear-gradient(213deg, #eff5fc, #ffffff);background-image: -o-linear-gradient(213deg, #eff5fc, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff5fc', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff5fc', endColorstr='#ffffff' );";background-image: linear-gradient(213deg, #eff5fc, #ffffff);background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:34.625rem;width:75rem;overflow:visible;position:relative;display:block; }#gIh6NFR1WGedXINEU323XvH4Lignx5ny { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:9.625rem;top:2.75rem;left:20rem;overflow:hidden;display:block; }
#Tb8S9XMipPsp0DwZcoG8AHnQLBaHFcfq { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:13.0625rem;top:2.6875rem;left:3.125rem;overflow:hidden;display:block; }
#vLdCXkyO8lKbOTmzt0KTMlKJ01UCkT2T { box-sizing:content-box;height:2.5rem;width:0.125rem;position:absolute;display:block;z-index:15002;background-color:#dce4f0;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.8125rem;left:18.1875rem;display:block; }
#IxXWfDDVH6rp78U0oHMsJUkPsMiqrkdG { color:#0a2652;display:block;width:30.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:11rem;left:3.125rem;height:6.82425rem;display:block; }
#IfLKJIcJLyci2qEx6JLyEIoR6R13nWkN { color:#0f539c;display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:7.8125rem;left:3.125rem;height:1.29980625rem;font-style:normal;display:block; }
#hRHTnW6gwB2LvncS6MCIsf9LzkBMcpD0 { color:#44484d;display:block;width:29.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:19.125rem;left:3.125rem;height:3rem;font-style:normal;display:block; }
#kUafBxyEI4pGTXHMGTClDwvmK8yTIayo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:25.125rem;left:5.375rem; }
#WAdIwRFWZSneXnCTAo5fTAXwFRTUsZLg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:25.125rem;left:17.625rem; }
#P2Bgw54MAqdvm6y2VwZBzieMg8SQKogP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:25.125rem;left:29.25rem; }
#XsnQtMr5qFXFN2SCotsAZJE75BF6ZgVo { box-sizing:content-box;height:4.875rem;width:4.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14999;background-color:#eef4fb;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.25rem;left:4.5rem;display:block; }
#txbpV9ws3D9eTmgr78TdLpSuBlJOKrXz { box-sizing:content-box;height:4.875rem;width:4.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#eef4fb;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.25rem;left:16.75rem;display:block; }
#SmyPaBFVN3t7fyFZQXRoi2milAsno6Tw { box-sizing:content-box;height:4.875rem;width:4.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15001;background-color:#eef4fb;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.25rem;left:28.5rem;display:block; }
#FKKIzZUTAgx4QiiffMeO0qy2ACsHkiKe { color:#44484d;display:block;width:7.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:30.125rem;left:3.125rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sbsa1Z1nzqEOPPuDQGW6WchaBFhN0qTn { color:#44484d;display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:30.125rem;left:15.0625rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WUInkvpJWPfohJxIyHgWmUEED56d1GWk { color:#44484d;display:block;width:7.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:30.125rem;left:27.0625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rNCE2Ws4K329qMNb1qaWkJhTPlBJd6cU { position:absolute;display:block;z-index:15009;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:38.5625rem;width:42.125rem;top:0rem;left:32.875rem;overflow:hidden;display:block; }
#JpQ2wAmDaO7n8tAGIRZvqwm6Tug27ikO { position:relative;display:block; }#JpQ2wAmDaO7n8tAGIRZvqwm6Tug27ikO { background-color: transparent; background-image: none; }#JpQ2wAmDaO7n8tAGIRZvqwm6Tug27ikO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JpQ2wAmDaO7n8tAGIRZvqwm6Tug27ikO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JpQ2wAmDaO7n8tAGIRZvqwm6Tug27ikO > .row .container > .video-iframe-container { display: none; }#JpQ2wAmDaO7n8tAGIRZvqwm6Tug27ikO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JpQ2wAmDaO7n8tAGIRZvqwm6Tug27ikO > .row > .video-iframe-container { display: none; }#JpQ2wAmDaO7n8tAGIRZvqwm6Tug27ikO > .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); }#JpQ2wAmDaO7n8tAGIRZvqwm6Tug27ikO { border-width: 0; border-radius: 0; }#JpQ2wAmDaO7n8tAGIRZvqwm6Tug27ikO > .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; }#JpQ2wAmDaO7n8tAGIRZvqwm6Tug27ikO > .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:56rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OVbyg6zZt6R9vnlTSlaJpQTuGumxT1rM { box-sizing:content-box;height:24.4375rem;width:68.75rem;position:absolute;display:block;z-index:14996;background-color:#ffffff;background-image:none;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.25rem;left:3.125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#ScvqsJMSHUfT35Sbr9AUHnAaSb1EBwtx { position:absolute;display:block;z-index:15001;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:20rem;top:18.375rem;left:8.25rem;overflow:hidden;display:block; }
#xdFw9pJAiRQZvWwUOZo7ntBFGwHdcSVR { color:#0f539c;display:block;width:24.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:12.875rem;left:8.25rem;height:2.84375rem;display:block; }
#xQRodDtByUt45hrG9f0uZodebWrMex90 { color:#44484d;display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:16.375rem;left:8.25rem;height:1.5rem;font-style:normal;display:block; }
#A18Of8Gl23lppZy3ctK8ynTa3ciFLReG { box-sizing:content-box;height:2.75rem;width:11.0625rem;position:absolute;display:block;z-index:14997;background-color:#0f539c;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.9375rem;left:8.25rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#FDArkPHowLpE06yCn4P1THwaE42wJbxt { color:#ffffff;display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:9.6875rem;left:8.4375rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QK2zZA5xNPssC45tEtHzSewTWGegNfIF { color:#44484d;display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:25rem;left:8.25rem;height:3rem;font-style:normal;display:block; }
#IhVCTPnXoIwzh90lavXS3IZyxfqrczyK { box-sizing:content-box;height:20.0625rem;width:0.125rem;position:absolute;display:block;z-index:15003;background-color:#dce4f0;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.4375rem;left:37.4375rem;display:block; }
#g4CNuFs8lF2bQCpbZEtehKiCxULMmPBJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:9.8125rem;left:44rem; }
#taJmQ2NdiCrulCc2G0ns6M8RkzLkCoVa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:14.3125rem;left:44rem; }
#u5Jx2rVG6AocS7w5pWTkSVctxlfSI6sB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:18.375rem;left:44rem; }
#Rqx7oIKOBCVfTqifQAQ2JN3sMnccRfZU { background-color:#0f539c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18rem;height:2.9375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:25.25rem;left:44rem;display:block; }
#c4sT2TNn6d1BOCRWo3SPiHaUhnklDZcy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VwmxV87gOGP1u461Iqmt9uWBdh8yBDUK { color:#44484d;display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:9.875rem;left:49.0625rem;height:3rem;font-style:normal;display:block; }
#mZWxL5HsBZfppEIuQaP0tdtCtFKJl4tH { color:#44484d;display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:15.125rem;left:49.0625rem;height:1.5rem;font-style:normal;display:block; }
#IVvq9V6ZWNTNy86Bo632wxPayPLF8rTM { box-sizing:content-box;height:2.75rem;width:11.0625rem;position:absolute;display:block;z-index:14998;background-color:#ebf2fa;background-image:none;box-shadow: none;border-top:0.125rem dashed #d7e3ef;border-left:0.125rem dashed #d7e3ef;border-right:0.125rem dashed #d7e3ef;border-bottom:0.125rem dashed #d7e3ef;top:20.75rem;left:49.0625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#TNu4pfBPpTprCCfFT76SrWmehbvHT6C8 { color:#44484d;display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:18.9375rem;left:49.0625rem;height:1.5rem;font-style:normal;display:block; }
#CNX0QP1RTvagKuZeQxDvZq1zJMG5uRCm { color:#0f539c;display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:21.5rem;left:49.375rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fzUTXKZAsXPLXokExuU2awUpcU8lIFFc { color:#0f539c;display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:36.1875rem;left:27.8125rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WBomry9Q4GoT1QBct9xSTGTI89fbOKm1 { box-sizing:content-box;height:0.125rem;width:23.75rem;position:absolute;display:block;z-index:15011;background-color:#dce4f0;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.75rem;left:3.125rem;display:block; }
#e1IWxNI2EFzrQdht4Iv5TmrDXfZVyXHN { box-sizing:content-box;height:0.125rem;width:23.75rem;position:absolute;display:block;z-index:15012;background-color:#dce4f0;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.75rem;left:48.1875rem;display:block; }
#JoUA99bXoinfsL6KI4HlFQQBz8aNMJR9 { box-sizing:content-box;height:1.4375rem;width:1.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:#0f539c;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:40.8125rem;left:6.8125rem;display:block; }
#W3oTFRc2RoHT0dIehhUbZ89TabTOcsK4 { color:#44484d;display:block;width:9.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:46.875rem;left:4.5rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bK2isZTtWV4zQc9tkQIBJa0aOM5Ck5ZF { box-sizing:content-box;height:4.875rem;width:4.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15002;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #dce4f0;border-left:0.0625rem solid #dce4f0;border-right:0.0625rem solid #dce4f0;border-bottom:0.0625rem solid #dce4f0;top:40.875rem;left:6.75rem;display:block; }
#iRNifA5nhTIz8Q5tV5EhRBlJlZNsgU4m { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:42.125rem;left:8.125rem; }
#KOFxUkLnVQIoQiley6pPhvb08XrLM6KT { color:#44484d;display:block;width:7.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:46.875rem;left:23.875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zLTfWpEfu4vdc0MVnyQWTZM951s5ofbl { color:#44484d;display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:46.875rem;left:41.1875rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x7RffTflEbCgUy9SiceTIvyWLXhRWlwP { color:#44484d;display:block;width:7.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15018;line-height:1.5;letter-spacing:0;top:46.625rem;left:61.75rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#awPHTmsgyOT8puruQePJgu8q8cFA02GX { box-sizing:content-box;height:4.875rem;width:4.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15004;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #dce4f0;border-left:0.0625rem solid #dce4f0;border-right:0.0625rem solid #dce4f0;border-bottom:0.0625rem solid #dce4f0;top:40.9375rem;left:25.1875rem;display:block; }
#ZAumvxazq483IiOZ9B41TbTgT0tWvrM6 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:42.0625rem;left:26.4375rem; }
#sOqpBHBeleTkQUvRzdOa2asw1b7TUhhx { box-sizing:content-box;height:4.875rem;width:4.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15006;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #dce4f0;border-left:0.0625rem solid #dce4f0;border-right:0.0625rem solid #dce4f0;border-bottom:0.0625rem solid #dce4f0;top:40.9375rem;left:44.375rem;display:block; }
#D0vzaGsCDEWV8b2vVi0bETC9CkmktPto { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:42.25rem;left:45.5625rem; }
#kLIpeKIiVGl36HOTuEymBxqQcxlq2TAo { color:#ffffff;display:block;width:1.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:40.875rem;left:6.8125rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bHpKWrbP3D3bmW7cGmPrtpXWquRSpf0M { color:#ffffff;display:block;width:1.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:41rem;left:25.1875rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#erhDPPA7AwirPENKn8PThymortxgF9qg { box-sizing:content-box;height:1.4375rem;width:1.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15021;background-color:#0f539c;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:40.9375rem;left:25.1875rem;display:block; }
#Wc3dBKx3uTOuL5WLisNs4XTXgw2Jo1BE { color:#ffffff;display:block;width:1.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:40.9375rem;left:44.4375rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MNgpxHagweBNt6ukk1cIUBRpKUgIi1Xc { box-sizing:content-box;height:1.4375rem;width:1.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15023;background-color:#0f539c;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:40.875rem;left:44.375rem;display:block; }
#FMAJ7d7sON2lgIzeB6FaDCrVFNMdBgOl { box-sizing:content-box;height:4.875rem;width:4.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15008;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #dce4f0;border-left:0.0625rem solid #dce4f0;border-right:0.0625rem solid #dce4f0;border-bottom:0.0625rem solid #dce4f0;top:40.9375rem;left:63.125rem;display:block; }
#Cq8fDpnt3TCebQyiKkUJHcmTiGeF1mwn { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:42.125rem;left:64.375rem; }
#lvQp9J8sRscPKdenhbWXeeA1fTG5MkV1 { color:#ffffff;display:block;width:1.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:41rem;left:63.1875rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I7qSoT8oCFBSoBSe0AJTg56VX27ES6Ih { box-sizing:content-box;height:1.4375rem;width:1.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15025;background-color:#0f539c;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:40.9375rem;left:63.1875rem;display:block; }
#V5xMA0JyyEQOAniOTSLOEHHlIebyOPgi { position:relative;display:block; }#V5xMA0JyyEQOAniOTSLOEHHlIebyOPgi { background-color: transparent; background-image: none; }#V5xMA0JyyEQOAniOTSLOEHHlIebyOPgi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V5xMA0JyyEQOAniOTSLOEHHlIebyOPgi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V5xMA0JyyEQOAniOTSLOEHHlIebyOPgi > .row .container > .video-iframe-container { display: none; }#V5xMA0JyyEQOAniOTSLOEHHlIebyOPgi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V5xMA0JyyEQOAniOTSLOEHHlIebyOPgi > .row > .video-iframe-container { display: none; }#V5xMA0JyyEQOAniOTSLOEHHlIebyOPgi > .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); }#V5xMA0JyyEQOAniOTSLOEHHlIebyOPgi { border-width: 0; border-radius: 0; }#V5xMA0JyyEQOAniOTSLOEHHlIebyOPgi > .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; }#V5xMA0JyyEQOAniOTSLOEHHlIebyOPgi > .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:59.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xmkAaqR53SXpby0lDkqt6pWF4k0p17A8 { box-sizing:content-box;height:59.625rem;width:75rem;position:absolute;display:block;z-index:14997;background-color:#e9f0fa;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#MADIGI84gznFSsKxS0ZPFdDlMfTbmWOH { color:#0f539c;display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.6875rem;left:3.125rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#s3WkoFGAuJ1sZFdPTXTnTmgzRGiZzh2O { box-sizing:content-box;height:0.125rem;width:7.5rem;position:absolute;display:block;z-index:15012;background-color:#0f539c;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.5rem;left:3.125rem;display:block; }
#VKxXWRNksMb6Z6bfVOqwqoT2hJtpiyKc { color:#0a2652;display:block;width:30.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:7.75rem;left:3.125rem;height:8.53125rem;display:block; }
#rp6Lkw40OHtRbX1gOrE8Bn1UhmfU6PMe { box-sizing:content-box;height:4.875rem;width:4.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15008;background-color:#deeafc;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:18.125rem;left:3.125rem;display:block; }
#SBNsO4F1K4nZcyII2PC2LyW72iT0mlvl { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:19.03125rem;left:4.03125rem; }
#GrTNiNhfs74uHA8E24Q3wOlTEoQX22zP { color:#0a2652;display:block;width:30.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:18.5625rem;left:9.75rem;height:1.29980625rem;display:block; }
#Oi3ufLdfO5ATirNAxNZmsEwMdOsSIXMz { color:#44484d;display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:20.125rem;left:9.75rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#J2wm94huKNwAyVn2teoXWb79MikF3IQy { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:27rem;left:4.0625rem; }
#RqkxpSFMOvvTCUuNaS5xsPxPwq5KKoF9 { box-sizing:content-box;height:4.875rem;width:4.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15012;background-color:#deeafc;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:26.125rem;left:3.125rem;display:block; }
#XLrLwSlte0fISThIXNNsCOuqWU6BH6XR { color:#0a2652;display:block;width:30.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:26.5625rem;left:9.75rem;height:1.29980625rem;display:block; }
#bDWifoenPf2rQdsKGD1F34e1xG3k7bUo { color:#44484d;display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15017;line-height:1.5;letter-spacing:0;top:28.125rem;left:9.75rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HwBSs2AMZaN8xAeRMyEUyG99MTUEK3wk { color:#44484d;display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;top:35.5625rem;left:9.75rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sdorRbZ7t8qeASsyDvuIczXofNVHh6rI { box-sizing:content-box;height:4.875rem;width:4.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15016;background-color:#deeafc;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:33.5625rem;left:3.125rem;display:block; }
#RCJgTlawQM8zEBo7zUFoUCmDLn2UPe6R { color:#0a2652;display:block;width:30.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:34rem;left:9.75rem;height:;display:block; }
#NRL9zQRtv98ZALI5mhmt9PRpx9BSKflv { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:34.4375rem;left:4.0625rem; }
#SiUpaxzoEMZcs0dLoaIFXfinmL3dopg6 { color:#0f539c;display:block;width:34.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:43.96875rem;left:18.4375rem;height:2.2744125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NQPRo6d9SFvSzwSz4e8Bevy4N1wQSJ0S { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(var(--color-tertiary-4),0.41) ;height:18.0625rem;width:11.3125rem;top:41.5625rem;left:3.125rem;overflow:hidden;display:block; }
#RBVzk3sxyuzngGa0D005kflMLPRl2EAd { box-sizing:content-box;height:4.875rem;width:4.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15018;background-color:#deeafc;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:48.1875rem;left:18.5625rem;display:block; }
#cfEP455XxJK07Bs3begvm3PlnF2681Ld { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:49.0625rem;left:19.5rem; }
#nRIzEdvmfW3gPU7uetHwQyfpuLo9OMTP { color:#44484d;display:block;width:8.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15022;line-height:1.5;letter-spacing:0;top:54.0625rem;left:16.8125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qbVTG4nzodwqhCBTVQl4p1tLqUMxFApk { color:#44484d;display:block;width:8.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15025;line-height:1.5;letter-spacing:0;top:54.0625rem;left:26.25rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M8quZ6PDCGGFpxhEHxFWclZLftExrpQi { box-sizing:content-box;height:4.875rem;width:4.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15021;background-color:#deeafc;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:48.1875rem;left:28rem;display:block; }
#fG6xKHaWkKHvHh2UoJ4VVBwI2RZQnZxk { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:49.0625rem;left:28.9375rem; }
#O9ugiM7nSW67yVDVQn3FmRKo8aPnP2K3 { color:#44484d;display:block;width:8.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15028;line-height:1.5;letter-spacing:0;top:54.0625rem;left:35.5625rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NbTX9Jb1FdSC7U5Xz293XxdnCpHvQlK5 { box-sizing:content-box;height:4.875rem;width:4.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15024;background-color:#deeafc;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:48.1875rem;left:37.3125rem;display:block; }
#evurFpkRJIg9kW90uVENsHJW2dvp7fwQ { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:49.0625rem;left:38.25rem; }
#GRKdt5eRqXwlITOfyeJqXczBwsfAkfaK { color:#44484d;display:block;width:8.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15031;line-height:1.5;letter-spacing:0;top:54.0625rem;left:44.5rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#weVOwUl9TB5H9TxgMmh4hUViqxNWEISX { box-sizing:content-box;height:4.875rem;width:4.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:#deeafc;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:48.1875rem;left:46.25rem;display:block; }
#nDNf482Kgi6T0WtGCG7Phh48bulSW6CA { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:49.0625rem;left:47.1875rem; }
#NJfOUXXJGDQDleOy8sNl2cKv4DoDXkgH { box-sizing:content-box;height:16.25rem;width:0.125rem;position:absolute;display:block;z-index:15004;background-color:#dce4f0;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.46875rem;left:55.34375rem;display:block; }
#I1ql9xOCyZXyZX5WgyfaLXEzaTqptM6X { color:#0f539c;display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:43.40625rem;left:60.25rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#y9KXTesMqxi13JR9ThZ5aQD03ofIeVvZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:47.5rem;left:59.5625rem; }
#EqaNlpMWzhS5TAL3aiL1lnznyiqFhxQD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:52.8125rem;left:59.5625rem; }
#wVSeZQeGHd55EvUo2a2goueGNRTnet8n { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:4.0625rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:46.875rem;left:58.5625rem;display:block; }
#QldlIQV8oFvyuk7lm2WGuVJoMmAISzqM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NORqVTFCZX5LoTcbfvCBGTqOQHW9yD4Q { color:#000000;display:block;width:7.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:47.5rem;left:63.5625rem;height:1.13671875rem;display:block; }
#rp9mftxOnoUgqiO7eCTFDqB0heVR5Zko { color:#252525;display:block;width:7.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:52.8125rem;left:63.625rem;height:1.13671875rem;display:block; }
#ZGDiwnktiZ9s7ey5Kgd99kVQLDGcK7iN { color:#252525;display:block;width:7.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:48.8125rem;left:63.5625rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TsJW6equT63TCtiqnxIBw13280aQHVBZ { color:#252525;display:block;width:7.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:54.1875rem;left:63.625rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qfxxDSMrVUuCrzv3s4O2Ky81nRTXfMiA { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:4.0625rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:52.09375rem;left:58.5625rem;display:block; }
#oBeHb0V8dVWQTNhWkDQLACk0G3kOrCNU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uC2AmXc4blVvqvc3JyK2Lv5ouyU1Te9C { position:absolute;display:block;z-index:14998;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:34.9375rem;width:43.625rem;top:4.7109375rem;left:30.25rem;overflow:hidden;display:block; }
#gS6oP6PqMSkXMdHTDUrHvixz1erfUTPv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0a2652;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; }#gS6oP6PqMSkXMdHTDUrHvixz1erfUTPv > .row .container { background-color: transparent; background-image: none; }#gS6oP6PqMSkXMdHTDUrHvixz1erfUTPv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gS6oP6PqMSkXMdHTDUrHvixz1erfUTPv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gS6oP6PqMSkXMdHTDUrHvixz1erfUTPv > .row .container > .video-iframe-container { display: none; }#gS6oP6PqMSkXMdHTDUrHvixz1erfUTPv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gS6oP6PqMSkXMdHTDUrHvixz1erfUTPv > .row > .video-iframe-container { display: none; }#gS6oP6PqMSkXMdHTDUrHvixz1erfUTPv > .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); }#gS6oP6PqMSkXMdHTDUrHvixz1erfUTPv > .row .container { border-width: 0; border-radius: 0; }#gS6oP6PqMSkXMdHTDUrHvixz1erfUTPv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gS6oP6PqMSkXMdHTDUrHvixz1erfUTPv > .row .container { font-size:0.875rem;font-family:arial;height:9.8125rem;width:75rem;position:relative;display:block; }#Du7C5SiTfO4hieR7KwfnT5MxczyKTO0h { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:13.0625rem;top:1.74609375rem;left:3.125rem;overflow:hidden;display:block; }
#Ua4O9UO0SGsGSrmxwV7XwvRamU3JyOsF { box-sizing:content-box;height:0.0625rem;width:68.75rem;position:absolute;display:block;z-index:15012;background-color:#728498;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.125rem;left:3.125rem;display:block; }
#h4OsICK2IXUvC50Hqh2hV3S8Vwe3S87c { color:rgba(var(--color-tertiary-0),1);display:block;width:9.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:7.2724609375rem;left:34.34375rem;height:0.9746125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Z7xXmgd0DzFohOLNvrs3LvNVzHT04Wle { color:rgba(var(--color-tertiary-0),1);display:block;width:2.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:7.2724609375rem;left:52.84375rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LrbUeKW16Er9w5N0bKXZytL4uaqoWvFL { color:rgba(var(--color-tertiary-0),1);display:block;width:7.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:7.2724609375rem;left:64.375rem;height:0.9746125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Dfca7rTyJtsRTxi4qu0l1Nq9HVXE71fU { color:#728498;display:block;width:23.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:7.3125rem;left:3.125rem;height:0.9746125rem;text-align:left;text-align-last:left;display:block; }
#insKykWo05fZCwooSA5K6Hcc2dvwT71y { box-sizing:content-box;height:0.75rem;width:0.0625rem;position:absolute;display:block;z-index:15004;background-color:#728498;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.384765625rem;left:47.96875rem;display:block; }
#ffkg4BDAveTb3qgZwG4IvUybgoKw5Blm { box-sizing:content-box;height:0.75rem;width:0.0625rem;position:absolute;display:block;z-index:15005;background-color:#728498;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.384765625rem;left:61.90625rem;display:block; }
#QNTRtwlamBJaGKUdvKNEmpETk4dsFxpx { color:rgba(var(--color-tertiary-0),1);display:block;width:9.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:2.4375rem;left:30.90625rem;height:1.0556625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XUw7NTJSJDy10DLThhr1uuymd4wE3vvF { color:rgba(var(--color-tertiary-0),1);display:block;width:9.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:2.4375rem;left:41.59375rem;height:1.0556625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#A06DOvTLO9udbofvMzmQx1Ws7h84ZD0U { color:rgba(var(--color-tertiary-0),1);display:block;width:9.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:2.4375rem;left:52.84375rem;height:1.0556625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fqkr7CpgxWrPtOXyTe5BuDybTVHvA7at { color:rgba(var(--color-tertiary-0),1);display:block;width:8rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:2.4375rem;left:63.9375rem;height:1.0556625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gIh6NFR1WGedXINEU323XvH4Lignx5ny { top:2.75rem;left:6.375rem;width:9.625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb8S9XMipPsp0DwZcoG8AHnQLBaHFcfq { top:2.6875rem;left:0rem;width:13.0625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLdCXkyO8lKbOTmzt0KTMlKJ01UCkT2T { top:2.8125rem;left:4.5625rem;width:0.125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxXWfDDVH6rp78U0oHMsJUkPsMiqrkdG { top:11rem;left:0rem;width:30.1875rem;height:6.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfLKJIcJLyci2qEx6JLyEIoR6R13nWkN { top:7.8125rem;left:0rem;width:19.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRHTnW6gwB2LvncS6MCIsf9LzkBMcpD0 { top:19.125rem;left:0rem;width:29.875rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUafBxyEI4pGTXHMGTClDwvmK8yTIayo { top:25.125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAdIwRFWZSneXnCTAo5fTAXwFRTUsZLg { top:25.125rem;left:4rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2Bgw54MAqdvm6y2VwZBzieMg8SQKogP { top:25.125rem;left:15.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsnQtMr5qFXFN2SCotsAZJE75BF6ZgVo { top:24.25rem;left:0rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #txbpV9ws3D9eTmgr78TdLpSuBlJOKrXz { top:24.25rem;left:3.125rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmyPaBFVN3t7fyFZQXRoi2milAsno6Tw { top:24.25rem;left:14.875rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKKIzZUTAgx4QiiffMeO0qy2ACsHkiKe { top:30.125rem;left:0rem;width:7.5625rem;height:3.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbsa1Z1nzqEOPPuDQGW6WchaBFhN0qTn { top:30.125rem;left:1.4375rem;width:8.3125rem;height:3.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUInkvpJWPfohJxIyHgWmUEED56d1GWk { top:30.125rem;left:13.4375rem;width:7.5625rem;height:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNCE2Ws4K329qMNb1qaWkJhTPlBJd6cU { top:0rem;left:5.625rem;width:42.125rem;height:38.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpQ2wAmDaO7n8tAGIRZvqwm6Tug27ikO { display:block; }#JpQ2wAmDaO7n8tAGIRZvqwm6Tug27ikO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OVbyg6zZt6R9vnlTSlaJpQTuGumxT1rM { top:6.25rem;left:0rem;width:47.75rem;height:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScvqsJMSHUfT35Sbr9AUHnAaSb1EBwtx { top:18.375rem;left:0rem;width:20rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdFw9pJAiRQZvWwUOZo7ntBFGwHdcSVR { top:12.875rem;left:0rem;width:24.0625rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQRodDtByUt45hrG9f0uZodebWrMex90 { top:16.375rem;left:0rem;width:22.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A18Of8Gl23lppZy3ctK8ynTa3ciFLReG { top:8.9375rem;left:0rem;width:11.0625rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDArkPHowLpE06yCn4P1THwaE42wJbxt { top:9.6875rem;left:0rem;width:10.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QK2zZA5xNPssC45tEtHzSewTWGegNfIF { top:25rem;left:0rem;width:22.5rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhVCTPnXoIwzh90lavXS3IZyxfqrczyK { top:8.4375rem;left:23.8125rem;width:0.125rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4CNuFs8lF2bQCpbZEtehKiCxULMmPBJ { top:9.8125rem;left:30.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #taJmQ2NdiCrulCc2G0ns6M8RkzLkCoVa { top:14.3125rem;left:30.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5Jx2rVG6AocS7w5pWTkSVctxlfSI6sB { top:18.375rem;left:30.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rqx7oIKOBCVfTqifQAQ2JN3sMnccRfZU { width:18rem;height:2.9375rem;top:25.25rem;left:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4sT2TNn6d1BOCRWo3SPiHaUhnklDZcy { display:block; }
 }@media only screen and (max-width: 763px) { #VwmxV87gOGP1u461Iqmt9uWBdh8yBDUK { top:9.875rem;left:33.5rem;width:14.25rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZWxL5HsBZfppEIuQaP0tdtCtFKJl4tH { top:15.125rem;left:25.25rem;width:22.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVvq9V6ZWNTNy86Bo632wxPayPLF8rTM { top:20.75rem;left:35.4375rem;width:11.0625rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNu4pfBPpTprCCfFT76SrWmehbvHT6C8 { top:18.9375rem;left:25.25rem;width:22.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNX0QP1RTvagKuZeQxDvZq1zJMG5uRCm { top:21.5rem;left:35.75rem;width:10.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzUTXKZAsXPLXokExuU2awUpcU8lIFFc { top:36.1875rem;left:14.1875rem;width:19.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBomry9Q4GoT1QBct9xSTGTI89fbOKm1 { top:36.75rem;left:0rem;width:23.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1IWxNI2EFzrQdht4Iv5TmrDXfZVyXHN { top:36.75rem;left:24rem;width:23.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoUA99bXoinfsL6KI4HlFQQBz8aNMJR9 { top:40.8125rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3oTFRc2RoHT0dIehhUbZ89TabTOcsK4 { top:46.875rem;left:0rem;width:9.3125rem;height:3.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bK2isZTtWV4zQc9tkQIBJa0aOM5Ck5ZF { top:40.875rem;left:0rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRNifA5nhTIz8Q5tV5EhRBlJlZNsgU4m { top:42.125rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOFxUkLnVQIoQiley6pPhvb08XrLM6KT { top:46.875rem;left:10.25rem;width:7.5625rem;height:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLTfWpEfu4vdc0MVnyQWTZM951s5ofbl { top:46.875rem;left:27.5625rem;width:11.375rem;height:3.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7RffTflEbCgUy9SiceTIvyWLXhRWlwP { top:46.625rem;left:40.1875rem;width:7.5625rem;height:3.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #awPHTmsgyOT8puruQePJgu8q8cFA02GX { top:40.9375rem;left:11.5625rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAumvxazq483IiOZ9B41TbTgT0tWvrM6 { top:42.0625rem;left:12.8125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOqpBHBeleTkQUvRzdOa2asw1b7TUhhx { top:40.9375rem;left:30.75rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0vzaGsCDEWV8b2vVi0bETC9CkmktPto { top:42.25rem;left:31.9375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLIpeKIiVGl36HOTuEymBxqQcxlq2TAo { top:40.875rem;left:0rem;width:1.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHpKWrbP3D3bmW7cGmPrtpXWquRSpf0M { top:41rem;left:11.5625rem;width:1.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #erhDPPA7AwirPENKn8PThymortxgF9qg { top:40.9375rem;left:11.5625rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wc3dBKx3uTOuL5WLisNs4XTXgw2Jo1BE { top:40.9375rem;left:30.8125rem;width:1.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNgpxHagweBNt6ukk1cIUBRpKUgIi1Xc { top:40.875rem;left:30.75rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMAJ7d7sON2lgIzeB6FaDCrVFNMdBgOl { top:40.9375rem;left:42.75rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cq8fDpnt3TCebQyiKkUJHcmTiGeF1mwn { top:42.125rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvQp9J8sRscPKdenhbWXeeA1fTG5MkV1 { top:41rem;left:46.3125rem;width:1.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7qSoT8oCFBSoBSe0AJTg56VX27ES6Ih { top:40.9375rem;left:46.3125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5xMA0JyyEQOAniOTSLOEHHlIebyOPgi { display:block; }#V5xMA0JyyEQOAniOTSLOEHHlIebyOPgi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xmkAaqR53SXpby0lDkqt6pWF4k0p17A8 { top:0rem;left:0rem;width:47.75rem;height:59.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MADIGI84gznFSsKxS0ZPFdDlMfTbmWOH { top:2.6875rem;left:0rem;width:19.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3WkoFGAuJ1sZFdPTXTnTmgzRGiZzh2O { top:5.5rem;left:0rem;width:7.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKxXWRNksMb6Z6bfVOqwqoT2hJtpiyKc { top:7.75rem;left:0rem;width:30.1875rem;height:8.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rp6Lkw40OHtRbX1gOrE8Bn1UhmfU6PMe { top:18.125rem;left:0rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBNsO4F1K4nZcyII2PC2LyW72iT0mlvl { top:19rem;left:0rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrTNiNhfs74uHA8E24Q3wOlTEoQX22zP { top:18.5625rem;left:0rem;width:30.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oi3ufLdfO5ATirNAxNZmsEwMdOsSIXMz { top:20.125rem;left:0rem;width:18.6875rem;height:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2wm94huKNwAyVn2teoXWb79MikF3IQy { top:27rem;left:0rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqkxpSFMOvvTCUuNaS5xsPxPwq5KKoF9 { top:26.125rem;left:0rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLrLwSlte0fISThIXNNsCOuqWU6BH6XR { top:26.5625rem;left:0rem;width:30.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDWifoenPf2rQdsKGD1F34e1xG3k7bUo { top:28.125rem;left:0rem;width:18.6875rem;height:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwBSs2AMZaN8xAeRMyEUyG99MTUEK3wk { top:35.5625rem;left:0rem;width:18.6875rem;height:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdorRbZ7t8qeASsyDvuIczXofNVHh6rI { top:33.5625rem;left:0rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCJgTlawQM8zEBo7zUFoUCmDLn2UPe6R { top:34rem;left:0rem;width:30.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRL9zQRtv98ZALI5mhmt9PRpx9BSKflv { top:34.4375rem;left:0rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiUpaxzoEMZcs0dLoaIFXfinmL3dopg6 { top:43.9375rem;left:4.8125rem;width:34.1875rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQPRo6d9SFvSzwSz4e8Bevy4N1wQSJ0S { top:41.5625rem;left:0rem;width:11.3125rem;height:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBVzk3sxyuzngGa0D005kflMLPRl2EAd { top:48.1875rem;left:4.9375rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfEP455XxJK07Bs3begvm3PlnF2681Ld { top:49.0625rem;left:5.875rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRIzEdvmfW3gPU7uetHwQyfpuLo9OMTP { top:54.0625rem;left:3.1875rem;width:8.375rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbVTG4nzodwqhCBTVQl4p1tLqUMxFApk { top:54.0625rem;left:12.625rem;width:8.375rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8quZ6PDCGGFpxhEHxFWclZLftExrpQi { top:48.1875rem;left:14.375rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fG6xKHaWkKHvHh2UoJ4VVBwI2RZQnZxk { top:49.0625rem;left:15.3125rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9ugiM7nSW67yVDVQn3FmRKo8aPnP2K3 { top:54.0625rem;left:21.9375rem;width:8.375rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbTX9Jb1FdSC7U5Xz293XxdnCpHvQlK5 { top:48.1875rem;left:23.6875rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #evurFpkRJIg9kW90uVENsHJW2dvp7fwQ { top:49.0625rem;left:24.625rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRKdt5eRqXwlITOfyeJqXczBwsfAkfaK { top:54.0625rem;left:30.875rem;width:8.375rem;height:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #weVOwUl9TB5H9TxgMmh4hUViqxNWEISX { top:48.1875rem;left:32.625rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDNf482Kgi6T0WtGCG7Phh48bulSW6CA { top:49.0625rem;left:33.5625rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJfOUXXJGDQDleOy8sNl2cKv4DoDXkgH { top:42.4375rem;left:41.71875rem;width:0.125rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1ql9xOCyZXyZX5WgyfaLXEzaTqptM6X { top:43.375rem;left:37.375rem;width:10.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9KXTesMqxi13JR9ThZ5aQD03ofIeVvZ { top:47.5rem;left:44.9375rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqaNlpMWzhS5TAL3aiL1lnznyiqFhxQD { top:52.8125rem;left:44.9375rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVSeZQeGHd55EvUo2a2goueGNRTnet8n { width:13.75rem;height:4.0625rem;top:46.875rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #QldlIQV8oFvyuk7lm2WGuVJoMmAISzqM { display:block; }
 }@media only screen and (max-width: 763px) { #NORqVTFCZX5LoTcbfvCBGTqOQHW9yD4Q { top:47.5rem;left:40.5rem;width:7.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rp9mftxOnoUgqiO7eCTFDqB0heVR5Zko { top:52.8125rem;left:40.5rem;width:7.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGDiwnktiZ9s7ey5Kgd99kVQLDGcK7iN { top:48.8125rem;left:40.1875rem;width:7.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsJW6equT63TCtiqnxIBw13280aQHVBZ { top:54.1875rem;left:40.4375rem;width:7.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfxxDSMrVUuCrzv3s4O2Ky81nRTXfMiA { width:13.75rem;height:4.0625rem;top:52.0625rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBeHb0V8dVWQTNhWkDQLACk0G3kOrCNU { display:block; }
 }@media only screen and (max-width: 763px) { #uC2AmXc4blVvqvc3JyK2Lv5ouyU1Te9C { top:4.6875rem;left:4.125rem;width:43.625rem;height:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gS6oP6PqMSkXMdHTDUrHvixz1erfUTPv { display:block; }#gS6oP6PqMSkXMdHTDUrHvixz1erfUTPv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Du7C5SiTfO4hieR7KwfnT5MxczyKTO0h { top:1.6875rem;left:0rem;width:13.0625rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ua4O9UO0SGsGSrmxwV7XwvRamU3JyOsF { top:6.125rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4OsICK2IXUvC50Hqh2hV3S8Vwe3S87c { top:7.25rem;left:20.71875rem;width:9.0625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7xXmgd0DzFohOLNvrs3LvNVzHT04Wle { top:7.25rem;left:39.21875rem;width:2.875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrbUeKW16Er9w5N0bKXZytL4uaqoWvFL { top:7.25rem;left:40.1875rem;width:7.5625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dfca7rTyJtsRTxi4qu0l1Nq9HVXE71fU { top:7.3125rem;left:0rem;width:23.875rem;height:0.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #insKykWo05fZCwooSA5K6Hcc2dvwT71y { top:7.375rem;left:34.34375rem;width:0.0625rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffkg4BDAveTb3qgZwG4IvUybgoKw5Blm { top:7.375rem;left:47.6875rem;width:0.0625rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNTRtwlamBJaGKUdvKNEmpETk4dsFxpx { top:2.4375rem;left:17.28125rem;width:9.0625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUw7NTJSJDy10DLThhr1uuymd4wE3vvF { top:2.4375rem;left:27.96875rem;width:9.0625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A06DOvTLO9udbofvMzmQx1Ws7h84ZD0U { top:2.4375rem;left:38.6875rem;width:9.0625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqkr7CpgxWrPtOXyTe5BuDybTVHvA7at { top:2.4375rem;left:39.75rem;width:8rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:134.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gIh6NFR1WGedXINEU323XvH4Lignx5ny { width:9.625rem;height:2.5rem;top:8.75rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb8S9XMipPsp0DwZcoG8AHnQLBaHFcfq { width:13.0625rem;height:2.5rem;top:1.25rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLdCXkyO8lKbOTmzt0KTMlKJ01UCkT2T { width:0.125rem;height:2.5rem;top:5rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxXWfDDVH6rp78U0oHMsJUkPsMiqrkdG { width:20rem;height:2.5996125rem;top:15.04980625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfLKJIcJLyci2qEx6JLyEIoR6R13nWkN { width:19.3125rem;height:1.29980625rem;top:12.5rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRHTnW6gwB2LvncS6MCIsf9LzkBMcpD0 { width:20rem;height:6rem;top:18.89941875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUafBxyEI4pGTXHMGTClDwvmK8yTIayo { display:flex;width:3.125rem;height:3.125rem;top:27.02441875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #WAdIwRFWZSneXnCTAo5fTAXwFRTUsZLg { display:flex;width:3.125rem;height:3.125rem;top:33.14941875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #P2Bgw54MAqdvm6y2VwZBzieMg8SQKogP { display:flex;width:3.125rem;height:3.125rem;top:39.27441875rem;left:8.3125rem; }
 }@media only screen and (max-width: 763px) { #XsnQtMr5qFXFN2SCotsAZJE75BF6ZgVo { width:4.875rem;height:4.875rem;top:26.14941875rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #txbpV9ws3D9eTmgr78TdLpSuBlJOKrXz { width:4.875rem;height:4.875rem;top:32.27441875rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmyPaBFVN3t7fyFZQXRoi2milAsno6Tw { width:4.875rem;height:4.875rem;top:38.39941875rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKKIzZUTAgx4QiiffMeO0qy2ACsHkiKe { width:7.5625rem;height:3.65625rem;top:44.52441875rem;left:6.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbsa1Z1nzqEOPPuDQGW6WchaBFhN0qTn { width:8.3125rem;height:3.65625rem;top:49.43066875rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUInkvpJWPfohJxIyHgWmUEED56d1GWk { width:7.5625rem;height:2.4375rem;top:54.33691875rem;left:6.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNCE2Ws4K329qMNb1qaWkJhTPlBJd6cU { width:20rem;height:18.308605341246rem;top:58.02441875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpQ2wAmDaO7n8tAGIRZvqwm6Tug27ikO { display:block; }#JpQ2wAmDaO7n8tAGIRZvqwm6Tug27ikO > .row .container { width:20rem;height:75.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OVbyg6zZt6R9vnlTSlaJpQTuGumxT1rM { width:20rem;height:24.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScvqsJMSHUfT35Sbr9AUHnAaSb1EBwtx { width:20rem;height:5rem;top:13.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdFw9pJAiRQZvWwUOZo7ntBFGwHdcSVR { width:20rem;height:2.5996125rem;top:7.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQRodDtByUt45hrG9f0uZodebWrMex90 { width:20rem;height:1.5rem;top:11.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A18Of8Gl23lppZy3ctK8ynTa3ciFLReG { width:11.0625rem;height:2.75rem;top:3.9375rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDArkPHowLpE06yCn4P1THwaE42wJbxt { width:10.6875rem;height:1.29980625rem;top:4.6875rem;left:5.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QK2zZA5xNPssC45tEtHzSewTWGegNfIF { width:20rem;height:4.5rem;top:20rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhVCTPnXoIwzh90lavXS3IZyxfqrczyK { width:0.125rem;height:20.0625rem;top:3.4375rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4CNuFs8lF2bQCpbZEtehKiCxULMmPBJ { display:flex;width:3.125rem;height:3.125rem;top:4.8125rem;left:16.875rem; }
 }@media only screen and (max-width: 763px) { #taJmQ2NdiCrulCc2G0ns6M8RkzLkCoVa { display:flex;width:3.125rem;height:3.125rem;top:9.3125rem;left:16.875rem; }
 }@media only screen and (max-width: 763px) { #u5Jx2rVG6AocS7w5pWTkSVctxlfSI6sB { display:flex;width:3.125rem;height:3.125rem;top:13.375rem;left:16.875rem; }
 }@media only screen and (max-width: 763px) { #Rqx7oIKOBCVfTqifQAQ2JN3sMnccRfZU { width:18rem;height:2.9375rem;top:20.25rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4sT2TNn6d1BOCRWo3SPiHaUhnklDZcy { display:block; }
 }@media only screen and (max-width: 763px) { #VwmxV87gOGP1u461Iqmt9uWBdh8yBDUK { width:14.25rem;height:3rem;top:4.875rem;left:5.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZWxL5HsBZfppEIuQaP0tdtCtFKJl4tH { width:20rem;height:1.5rem;top:10.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVvq9V6ZWNTNy86Bo632wxPayPLF8rTM { width:11.0625rem;height:2.75rem;top:15.75rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNu4pfBPpTprCCfFT76SrWmehbvHT6C8 { width:20rem;height:1.5rem;top:13.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNX0QP1RTvagKuZeQxDvZq1zJMG5uRCm { width:10.6875rem;height:1.29980625rem;top:16.5rem;left:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzUTXKZAsXPLXokExuU2awUpcU8lIFFc { width:19.3125rem;height:1.4619125rem;top:28.3125rem;left:0.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBomry9Q4GoT1QBct9xSTGTI89fbOKm1 { width:20rem;height:0.125rem;top:26.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1IWxNI2EFzrQdht4Iv5TmrDXfZVyXHN { width:20rem;height:0.125rem;top:31.0234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoUA99bXoinfsL6KI4HlFQQBz8aNMJR9 { width:1.4375rem;height:1.4375rem;top:32.3359375rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3oTFRc2RoHT0dIehhUbZ89TabTOcsK4 { width:9.3125rem;height:3.65625rem;top:57.3984375rem;left:5.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bK2isZTtWV4zQc9tkQIBJa0aOM5Ck5ZF { width:4.875rem;height:4.875rem;top:32.3984375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRNifA5nhTIz8Q5tV5EhRBlJlZNsgU4m { display:flex;width:2.5rem;height:2.5rem;top:33.6484375rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #KOFxUkLnVQIoQiley6pPhvb08XrLM6KT { width:7.5625rem;height:2.4375rem;top:62.3046875rem;left:6.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLTfWpEfu4vdc0MVnyQWTZM951s5ofbl { width:11.375rem;height:3.65625rem;top:65.9921875rem;left:4.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7RffTflEbCgUy9SiceTIvyWLXhRWlwP { width:7.5625rem;height:3.65625rem;top:70.8984375rem;left:6.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #awPHTmsgyOT8puruQePJgu8q8cFA02GX { width:4.875rem;height:4.875rem;top:38.6484375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAumvxazq483IiOZ9B41TbTgT0tWvrM6 { display:flex;width:2.5rem;height:2.5rem;top:39.7734375rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #sOqpBHBeleTkQUvRzdOa2asw1b7TUhhx { width:4.875rem;height:4.875rem;top:44.8984375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0vzaGsCDEWV8b2vVi0bETC9CkmktPto { display:flex;width:2.5rem;height:2.5rem;top:46.2109375rem;left:8.6875rem; }
 }@media only screen and (max-width: 763px) { #kLIpeKIiVGl36HOTuEymBxqQcxlq2TAo { width:1.4375rem;height:1.29980625rem;top:32.3984375rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHpKWrbP3D3bmW7cGmPrtpXWquRSpf0M { width:1.4375rem;height:1.29980625rem;top:38.7109375rem;left:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #erhDPPA7AwirPENKn8PThymortxgF9qg { width:1.4375rem;height:1.4375rem;top:38.6484375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wc3dBKx3uTOuL5WLisNs4XTXgw2Jo1BE { width:1.4375rem;height:1.29980625rem;top:44.8984375rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNgpxHagweBNt6ukk1cIUBRpKUgIi1Xc { width:1.4375rem;height:1.4375rem;top:44.8359375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMAJ7d7sON2lgIzeB6FaDCrVFNMdBgOl { width:4.875rem;height:4.875rem;top:51.1484375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cq8fDpnt3TCebQyiKkUJHcmTiGeF1mwn { display:flex;width:2.5rem;height:2.5rem;top:52.3359375rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #lvQp9J8sRscPKdenhbWXeeA1fTG5MkV1 { width:1.4375rem;height:1.29980625rem;top:51.2109375rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7qSoT8oCFBSoBSe0AJTg56VX27ES6Ih { width:1.4375rem;height:1.4375rem;top:51.1484375rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5xMA0JyyEQOAniOTSLOEHHlIebyOPgi { display:block; }#V5xMA0JyyEQOAniOTSLOEHHlIebyOPgi > .row .container { width:20rem;height:156.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xmkAaqR53SXpby0lDkqt6pWF4k0p17A8 { width:20rem;height:59.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MADIGI84gznFSsKxS0ZPFdDlMfTbmWOH { width:19.3125rem;height:1.4619125rem;top:3.9375rem;left:0.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3WkoFGAuJ1sZFdPTXTnTmgzRGiZzh2O { width:7.5rem;height:0.125rem;top:6.75rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKxXWRNksMb6Z6bfVOqwqoT2hJtpiyKc { width:20rem;height:12.9980625rem;top:9rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rp6Lkw40OHtRbX1gOrE8Bn1UhmfU6PMe { width:4.875rem;height:4.875rem;top:19.375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBNsO4F1K4nZcyII2PC2LyW72iT0mlvl { display:flex;width:3.0625rem;height:3.0625rem;top:20.28125rem;left:4.03125rem; }
 }@media only screen and (max-width: 763px) { #GrTNiNhfs74uHA8E24Q3wOlTEoQX22zP { width:20rem;height:1.29980625rem;top:19.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oi3ufLdfO5ATirNAxNZmsEwMdOsSIXMz { width:18.6875rem;height:2.4375rem;top:21.375rem;left:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2wm94huKNwAyVn2teoXWb79MikF3IQy { display:flex;width:3.0625rem;height:3.0625rem;top:28.25rem;left:4.0625rem; }
 }@media only screen and (max-width: 763px) { #RqkxpSFMOvvTCUuNaS5xsPxPwq5KKoF9 { width:4.875rem;height:4.875rem;top:27.375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLrLwSlte0fISThIXNNsCOuqWU6BH6XR { width:20rem;height:1.29980625rem;top:27.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDWifoenPf2rQdsKGD1F34e1xG3k7bUo { width:18.6875rem;height:2.4375rem;top:29.375rem;left:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwBSs2AMZaN8xAeRMyEUyG99MTUEK3wk { width:18.6875rem;height:2.4375rem;top:36.8125rem;left:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdorRbZ7t8qeASsyDvuIczXofNVHh6rI { width:4.875rem;height:4.875rem;top:34.8125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCJgTlawQM8zEBo7zUFoUCmDLn2UPe6R { width:20rem;height:1.29980625rem;top:35.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRL9zQRtv98ZALI5mhmt9PRpx9BSKflv { display:flex;width:3.0625rem;height:3.0625rem;top:35.6875rem;left:4.0625rem; }
 }@media only screen and (max-width: 763px) { #SiUpaxzoEMZcs0dLoaIFXfinmL3dopg6 { width:20rem;height:4.548825rem;top:45.21875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQPRo6d9SFvSzwSz4e8Bevy4N1wQSJ0S { width:11.3125rem;height:18.0625rem;top:42.8125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBVzk3sxyuzngGa0D005kflMLPRl2EAd { width:4.875rem;height:4.875rem;top:49.4375rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfEP455XxJK07Bs3begvm3PlnF2681Ld { display:flex;width:3.0625rem;height:3.0625rem;top:50.3125rem;left:16.0625rem; }
 }@media only screen and (max-width: 763px) { #nRIzEdvmfW3gPU7uetHwQyfpuLo9OMTP { width:8.375rem;height:1.21875rem;top:55.3125rem;left:11.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbVTG4nzodwqhCBTVQl4p1tLqUMxFApk { width:8.375rem;height:1.21875rem;top:55.3125rem;left:11.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8quZ6PDCGGFpxhEHxFWclZLftExrpQi { width:4.875rem;height:4.875rem;top:49.4375rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fG6xKHaWkKHvHh2UoJ4VVBwI2RZQnZxk { display:flex;width:3.0625rem;height:3.0625rem;top:50.3125rem;left:16.0625rem; }
 }@media only screen and (max-width: 763px) { #O9ugiM7nSW67yVDVQn3FmRKo8aPnP2K3 { width:8.375rem;height:1.21875rem;top:55.3125rem;left:11.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbTX9Jb1FdSC7U5Xz293XxdnCpHvQlK5 { width:4.875rem;height:4.875rem;top:49.4375rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #evurFpkRJIg9kW90uVENsHJW2dvp7fwQ { display:flex;width:3.0625rem;height:3.0625rem;top:50.3125rem;left:16.0625rem; }
 }@media only screen and (max-width: 763px) { #GRKdt5eRqXwlITOfyeJqXczBwsfAkfaK { width:8.375rem;height:2.4375rem;top:55.3125rem;left:11.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #weVOwUl9TB5H9TxgMmh4hUViqxNWEISX { width:4.875rem;height:4.875rem;top:49.4375rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDNf482Kgi6T0WtGCG7Phh48bulSW6CA { display:flex;width:3.0625rem;height:3.0625rem;top:50.3125rem;left:16.0625rem; }
 }@media only screen and (max-width: 763px) { #NJfOUXXJGDQDleOy8sNl2cKv4DoDXkgH { width:0.125rem;height:16.25rem;top:43.71875rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1ql9xOCyZXyZX5WgyfaLXEzaTqptM6X { width:10.375rem;height:1.4619125rem;top:44.65625rem;left:9.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9KXTesMqxi13JR9ThZ5aQD03ofIeVvZ { display:flex;width:2.8125rem;height:2.8125rem;top:48.75rem;left:17.1875rem; }
 }@media only screen and (max-width: 763px) { #EqaNlpMWzhS5TAL3aiL1lnznyiqFhxQD { display:flex;width:2.8125rem;height:2.8125rem;top:54.0625rem;left:17.1875rem; }
 }@media only screen and (max-width: 763px) { #wVSeZQeGHd55EvUo2a2goueGNRTnet8n { width:13.75rem;height:4.0625rem;top:48.125rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QldlIQV8oFvyuk7lm2WGuVJoMmAISzqM { display:block; }
 }@media only screen and (max-width: 763px) { #NORqVTFCZX5LoTcbfvCBGTqOQHW9yD4Q { width:7.25rem;height:1.13671875rem;top:48.75rem;left:12.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rp9mftxOnoUgqiO7eCTFDqB0heVR5Zko { width:7.25rem;height:1.13671875rem;top:54.0625rem;left:12.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGDiwnktiZ9s7ey5Kgd99kVQLDGcK7iN { width:7.5625rem;height:1.4619125rem;top:50.0625rem;left:12.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsJW6equT63TCtiqnxIBw13280aQHVBZ { width:7.3125rem;height:1.4619125rem;top:55.4375rem;left:12.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfxxDSMrVUuCrzv3s4O2Ky81nRTXfMiA { width:13.75rem;height:4.0625rem;top:53.34375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBeHb0V8dVWQTNhWkDQLACk0G3kOrCNU { display:block; }
 }@media only screen and (max-width: 763px) { #uC2AmXc4blVvqvc3JyK2Lv5ouyU1Te9C { width:20rem;height:16.017191977077rem;top:5.9609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gS6oP6PqMSkXMdHTDUrHvixz1erfUTPv { display:block; }#gS6oP6PqMSkXMdHTDUrHvixz1erfUTPv > .row .container { width:20rem;height:19.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Du7C5SiTfO4hieR7KwfnT5MxczyKTO0h { width:13.0625rem;height:2.4375rem;top:1.25rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ua4O9UO0SGsGSrmxwV7XwvRamU3JyOsF { width:20rem;height:0.0625rem;top:14.15625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4OsICK2IXUvC50Hqh2hV3S8Vwe3S87c { width:9.0625rem;height:0.9746125rem;top:15.3037109375rem;left:10.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7xXmgd0DzFohOLNvrs3LvNVzHT04Wle { width:2.875rem;height:0.9746125rem;top:15.3037109375rem;left:17.125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LrbUeKW16Er9w5N0bKXZytL4uaqoWvFL { width:7.5625rem;height:0.9746125rem;top:17.5283234375rem;left:6.1875rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #Dfca7rTyJtsRTxi4qu0l1Nq9HVXE71fU { width:20rem;height:0.89355625rem;top:15.34375rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #insKykWo05fZCwooSA5K6Hcc2dvwT71y { width:0.0625rem;height:0.75rem;top:15.416015625rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffkg4BDAveTb3qgZwG4IvUybgoKw5Blm { width:0.0625rem;height:0.75rem;top:15.416015625rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNTRtwlamBJaGKUdvKNEmpETk4dsFxpx { width:9.0625rem;height:1.0556625rem;top:4.9375rem;left:5.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUw7NTJSJDy10DLThhr1uuymd4wE3vvF { width:9.0625rem;height:1.0556625rem;top:7.2421875rem;left:5.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A06DOvTLO9udbofvMzmQx1Ws7h84ZD0U { width:9.0625rem;height:1.0556625rem;top:9.546875rem;left:5.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqkr7CpgxWrPtOXyTe5BuDybTVHvA7at { width:8rem;height:1.0556625rem;top:11.8515625rem;left:6rem;font-size:0.8125rem;display:block; }
 }