.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0: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:"raleway";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 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); }#cSs84VEE9NbBBFOgyMVme9cV2Udxeh62 { position:relative;display:block; }#cSs84VEE9NbBBFOgyMVme9cV2Udxeh62 { background-color: transparent; background-image: none; }#cSs84VEE9NbBBFOgyMVme9cV2Udxeh62::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSs84VEE9NbBBFOgyMVme9cV2Udxeh62 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSs84VEE9NbBBFOgyMVme9cV2Udxeh62 > .row .container > .video-iframe-container { display: none; }#cSs84VEE9NbBBFOgyMVme9cV2Udxeh62 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSs84VEE9NbBBFOgyMVme9cV2Udxeh62 > .row > .video-iframe-container { display: none; }#cSs84VEE9NbBBFOgyMVme9cV2Udxeh62 > .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); }#cSs84VEE9NbBBFOgyMVme9cV2Udxeh62 { border-width: 0; border-radius: 0; }#cSs84VEE9NbBBFOgyMVme9cV2Udxeh62 > .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; }#cSs84VEE9NbBBFOgyMVme9cV2Udxeh62 > .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:3.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; }#VaTfOqWvLUiNNf78FwvMEz684Q6ww3Rm { 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:3.8125rem;width:6.8125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#OnMu2SHAI6ZoCip1gHter1mQPM28OHMP { color:rgba(var(--color-tertiary-4),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.162109375rem;left:69.5625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#tgCHHiJM7Z9IkRoRoCG5r5N4deAnREC3 { color:rgba(var(--color-tertiary-4),1);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.162109375rem;left:52.875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#pW7oXescoXWhXXR9ZlJzlTue5G5pOh7g { color:rgba(var(--color-tertiary-4),1);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.162109375rem;left:60.6875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { 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 { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:34.5rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#FUWbCbxLFRRAPiL7dTDvml63sEv1yOUG { color:#000000;display:block;width:39.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.125rem;left:0rem;height:13.161625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#H7WwWaWEydW8RoztGcz9ypnt8WwIIRgV { color:rgba(var(--color-tertiary-4),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:21.6875rem;left:0.4375rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xPqqpeKqqJ84si2LonvhooeHMIwOlmZ3 { box-sizing:content-box;height:3.9375rem;width:0.125rem;position:absolute;display:block;z-index:15002;background-color:#00139f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.58642578125rem;left:0rem;display:block; }
#cbAz9Ely3g79W2vTwvAVLD6DX6ECJcR5 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:16.60498046875rem;left:0.4375rem;height:3.8994125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xPCgrn0qxpob0nNEEcJRfCThZLK348hO { box-sizing:content-box;height:2.25rem;width:0.125rem;position:absolute;display:block;z-index:15003;background-color:#00139f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.8623046875rem;left:0rem;display:block; }
#nmsxa41wk4yR550Ss2776TxpFxAWQwON { background-color:#00139f;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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;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:17.75rem;height:3.25rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:26.5625rem;left:0.4375rem;display:block; }
#INAtsDcTx3my9V5NTZJDXXKmHxSGK2Rr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V1KgUJ272c4A65UsKLcwDq7IbWoCS1gb { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),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:12.6875rem;height:3.25rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:26.5625rem;left:20.75rem;display:block; }
#bpATCtJc7e3uEq7MQ0H0rdKAxJMiFze2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WNiqUT4ZicHKBzNXT5SE3Iq2kbw5G8k9 { position:absolute;display:block;z-index:15004;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:32.3125rem;width:32.3125rem;top:0rem;left:40.75rem;overflow:hidden;display:block; }
#truFd9UHoaAQXe9AeHUhdoMvN728ROP9 { position:relative;display:block; }#truFd9UHoaAQXe9AeHUhdoMvN728ROP9 { background-color: transparent; background-image: none; }#truFd9UHoaAQXe9AeHUhdoMvN728ROP9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#truFd9UHoaAQXe9AeHUhdoMvN728ROP9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#truFd9UHoaAQXe9AeHUhdoMvN728ROP9 > .row .container > .video-iframe-container { display: none; }#truFd9UHoaAQXe9AeHUhdoMvN728ROP9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#truFd9UHoaAQXe9AeHUhdoMvN728ROP9 > .row > .video-iframe-container { display: none; }#truFd9UHoaAQXe9AeHUhdoMvN728ROP9 > .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); }#truFd9UHoaAQXe9AeHUhdoMvN728ROP9 { border-width: 0; border-radius: 0; }#truFd9UHoaAQXe9AeHUhdoMvN728ROP9 > .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; }#truFd9UHoaAQXe9AeHUhdoMvN728ROP9 > .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:55.5rem;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; }#DqeflsI5IDQ4QmCUfi136rdrAFhMiVmk { display:block;width:62.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:1.75rem;left:6.0625rem;height:3.4121125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;display:block; }
#G8coZL42HhFmavvgdCkmreVUBcsXDleE { box-sizing:content-box;height:36.5rem;width:23rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.8125rem;left:12.6875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#g8t8sB4DTVcm92hg8GxficATgSVqZTJr { color:rgba(var(--color-tertiary-4),1);display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:8.625rem;left:13.8125rem;height:3.25rem;display:block; }
#gq7Lu6IErfJLS8aT6KsnOyvbNC6homkl { color:rgba(var(--color-tertiary-2),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:10.80078125rem;left:14.03125rem;height:1.13720625rem;display:block; }
#qzeMAlg6IVPuhWkPNGZCsQ7FCetswHMN { color:#ff0000;display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:15.24951171875rem;left:14.03125rem;height:2.11230625rem;display:block; }
#B92auanJ7li1sZyBHxlFd6T5rF1A7MLV { color:#ff0707;display:block;width:9.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:12.5625rem;left:14.03125rem;height:1.13720625rem;display:block; }
#KAsOQqmH62Ornb9KmeBfTXSwxhqp8BgV { color:rgba(var(--color-tertiary-2),1);display:block;width:3.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:15.67529296875rem;left:20.65625rem;height:1.13720625rem;display:block; }
#nv6cnkTb1WG84c2dCHNaXX5wS7wMCErc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:23rem;left:13.8125rem; }
#mXvQ44FLabtqd9LVVqt3sFRVMDnBVvw4 { color:#00139f;display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:22.875rem;left:15.375rem;height:1.29980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#g8MtTgZTsm5kBZkorbPoyZDzV0b3gHuf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:24.875rem;left:13.8125rem; }
#FAMCiTUo1LFKMaSO7DTFGKJ5bbmRyNT9 { color:#00139f;display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:24.75rem;left:15.375rem;height:1.29980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cnfDq9dUz4LuWeOssTtTTZLpE0Jsc6xg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:26.625rem;left:13.8125rem; }
#dm0wr97aIdQie6fnqc20GXEodKcfCEg4 { color:#00139f;display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:28.125rem;left:15.375rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#H7OB55w92UXZPS0MQlAePGubNUmgPbZd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:31.875rem;left:13.8125rem; }
#E1aTUC77VFcXtTcNWgq8vGUv0ewzrNZq { color:#000000;display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:31.625rem;left:15.375rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xI9ZlQrmBQc6CIxzxTVVvlknNnhL0eLl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:35.3125rem;left:13.8125rem; }
#EhKtkEXn9luP0MobRqIHutAI1bZOCvd9 { color:#000000;display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:35.0625rem;left:15.375rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gq3o5dSi3UGZgsrFnaUivSnIaQML4cDr { color:#000000;display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:38.4375rem;left:15.375rem;height:1.29980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#e4C8iIBTJnoGcElKvTl00ef1OBTFOpD0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:38.5625rem;left:13.8125rem; }
#mau4AgxgZT6EDPcczVQTeESBlXluZkT7 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:2.375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:40.6875rem;left:17.125rem;display:block; }
#uDgJQQL3mLseaJrCPL5BxG6G3m6nTG2v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lSRUcaEEdGLxb0H3LnMISOsBpTfp9itf { box-sizing:content-box;height:44.5rem;width:23rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,19,159,0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.875rem;left:40.25rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#HviTMvqt7HFGN0f3uL5s1MQgwATfLsNP { color:rgba(var(--color-tertiary-4),1);display:block;width:11.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:8.625rem;left:42rem;height:3.25rem;display:block; }
#EmfZziczOMKVTawlIQkZMaAxanGAX89a { color:rgba(var(--color-tertiary-2),1);display:block;width:11rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:10.80078125rem;left:42.0625rem;height:1.13720625rem;display:block; }
#ZUnOC41MgwrRUOg4WD4XAnhmH2PigDWZ { color:rgba(var(--color-tertiary-2),1);display:block;width:21.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:12.5625rem;left:42.0625rem;height:2.2744125rem;display:block; }
#VxFkbo2GQqBH8QJAWvOypsHvO829dQIV { color:#00139f;display:block;width:21.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:17.5rem;left:41.8125rem;height:1.13720625rem;display:block; }
#RpAfSGxR0d45m19PuepOApZgDrmWH3IX { color:#ff0000;display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:18.6875rem;left:42rem;height:2.11230625rem;display:block; }
#sk5JJi2l2FbFT0CenwTdE9asSoTB7VHS { color:rgba(var(--color-tertiary-2),1);display:block;width:3.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:19.1875rem;left:48.625rem;height:1.13720625rem;display:block; }
#zp8DNMZpmOAZSOPTkSWvuP1IHQZbQbMr { color:#ff0202;display:block;width:21.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:15.5380859375rem;left:41.8125rem;height:1.13720625rem;display:block; }
#RM9BavBnmtARRNR78Uck3x4dxUGdDzg0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:27.75rem;left:41.375rem; }
#ga9XzwMXDazWtoHIsv4XHLe5BZLT8Amo { color:#00139f;display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:27.625rem;left:42.875rem;height:1.29980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RKG3G6AxTnEGgrnKL4MbprOPnVfQrrfH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:29.5rem;left:41.375rem; }
#Xy8a6XwtPZHMXpqosV32afKPZrC8yIgx { color:#00139f;display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:29.375rem;left:42.875rem;height:1.29980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nyHKSBalcMT5yowwTDfhdbHJQ42pfIHA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:31.125rem;left:41.375rem; }
#BbV4BnOqfXzbsGeQhgDugtEhOvF3NKnE { color:#00139f;display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:31rem;left:42.875rem;height:1.29980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nXmzZPrhWJimTFWxpXvWIDBAH0OmDqHk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:34.75rem;left:41.375rem; }
#UpQeNSfvSJRGuliHuHuadTMFxSwlecny { color:#00139f;display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:34.5625rem;left:42.875rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#A9C5Sz24tZQr8RhsCUwbuEH9hrQsTqEM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:38.9375rem;left:41.375rem; }
#sMmAfOm4BAcPZhODIyFVMSoupPin1Et4 { color:#000000;display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:38.75rem;left:42.875rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rC6w947nS6AbKXifP4bA3OZ3lhs7q2W9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:42.4375rem;left:41.375rem; }
#fE3KzB5TSPvLmqFAF9TrARwgoLFmolAt { color:#000000;display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:42.25rem;left:42.875rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hWfzwFuMLzNSNrBFJxuZktNUeiygub7o { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:45.9375rem;left:41.375rem; }
#wJxhOvMhhgxQ9SfXHCiiUd75mCS1NgdK { color:#000000;display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:45.6875rem;left:42.875rem;height:1.29980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TGc8kM1MU2LO0zb4NmTinoIuKTmU4D48 { background-color:#00139f;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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5625rem;height:2.5625rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:48.25rem;left:43.96875rem;display:block; }
#TxlWb2nOnyxVurzDzDq7TDs7bmhb67r8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QtbKTDK4LodWCE7gE34da6zD1JtOv9cs { color:#00139f;display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:20.58740234375rem;left:42rem;height:2.11230625rem;display:block; }
#PesfTLfnnb29mlNHLVVK3N8y1sDVqVzI { color:#00139f;display:block;width:21.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:22.46240234375rem;left:42.0625rem;height:1.13720625rem;display:block; }
#u5EmfXEmkTWb5z3v6pRrnU2HBQI4uH4y { color:#00139f;display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:24.21240234375rem;left:42.0625rem;height:2.11230625rem;display:block; }
#uy7NDURMwlVucb29XLyGntk1u6qDFRST { color:rgba(var(--color-tertiary-2),1);display:block;width:3.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:24.712890625rem;left:47.375rem;height:1.13720625rem;display:block; }
#DqQ3T34qHWa9EFqoFqhpwO1MEDthQADt { color:#00139f;display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:17.0625rem;left:14.1875rem;height:2.11230625rem;display:block; }
#Ku6IPv5rwDzvqRLuWIyJz1CWyZA26oaZ { color:#00139f;display:block;width:21.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:18.9375rem;left:14.25rem;height:1.13720625rem;display:block; }
#hIDTcTDxxMVDHDpFQnLtiFn78IIOi8iy { color:#00139f;display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:20.25rem;left:14.25rem;height:2.11230625rem;display:block; }
#wZmvJGSynQSpwpISoQTVoUBUCDiB8qID { color:rgba(var(--color-tertiary-2),1);display:block;width:3.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:20.75rem;left:19.5625rem;height:1.13720625rem;display:block; }
#ogea8uMTZUoUZDfsRrEfMyVRLHJM5C2E { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:28.3125rem;left:13.8125rem; }
#okPPa1L9TWQSpBuaUnCwZPs93QU8gCGz { color:#00139f;display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:26.5rem;left:15.375rem;height:1.29980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rMrVSww0kBem2Uch5rLIRHCuwTGv9NVJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:33rem;left:41.375rem; }
#J7rpCn8DrPkq7oXiqLe87h71KBnZlUNz { color:#00139f;display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:32.75rem;left:42.75rem;height:1.29980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UxN6R2qgesV4uqpddvPEEkDxMdrxPrgk { color:#00139f;display:block;width:9.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:12.5625rem;left:23.65625rem;height:1.13720625rem;display:block; }
#cTTvzM7fcqDGLDVGWPKuNPQ7svVz4p8b { color:#00139f;display:block;width:9.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:15.5380859375rem;left:50.8125rem;height:1.13720625rem;display:block; }
#L2ygKDbTWy8q7bkEuaed3KgH5WOuAV2f { color:#ff0000;display:block;width:30.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:5.162109375rem;left:22.125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#q30v0n6k5qrD7MAr09x7FZxWmHkGUr19 { color:#00139f;display:block;width:21.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:14.05078125rem;left:13.9375rem;height:1.13720625rem;display:block; }
#oSfu1pRi7X0St2uADKvwAVhdWyvfBw0I { position:relative;display:block; }#oSfu1pRi7X0St2uADKvwAVhdWyvfBw0I { background-color: transparent; background-image: none; }#oSfu1pRi7X0St2uADKvwAVhdWyvfBw0I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oSfu1pRi7X0St2uADKvwAVhdWyvfBw0I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oSfu1pRi7X0St2uADKvwAVhdWyvfBw0I > .row .container > .video-iframe-container { display: none; }#oSfu1pRi7X0St2uADKvwAVhdWyvfBw0I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oSfu1pRi7X0St2uADKvwAVhdWyvfBw0I > .row > .video-iframe-container { display: none; }#oSfu1pRi7X0St2uADKvwAVhdWyvfBw0I > .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); }#oSfu1pRi7X0St2uADKvwAVhdWyvfBw0I { border-width: 0; border-radius: 0; }#oSfu1pRi7X0St2uADKvwAVhdWyvfBw0I > .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; }#oSfu1pRi7X0St2uADKvwAVhdWyvfBw0I > .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:47.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#khLcU8XniirOaXaCdo21rrXXnT9DUmNu { color:rgba(var(--color-tertiary-4),1);display:block;width:19rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.8125rem;left:11.5625rem;height:4.875rem;display:block; }
#PTlToehfwdp3oXKuoRS1LNRN1TLQTQ99 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.25rem;left:42rem;height:4.875rem;display:block; }
#SMPLo1ycT5MWssgAUWfCTQfOZ8HsCeFq { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:10.25rem;left:14.1875rem;height:33.79495rem;display:block; }
#XbNC5DeCVHCVaPwqnB9eT4mi2ZF9QF7s { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:10.25rem;left:42rem; }
#EFBAUcRX1REgovQDFnKwSA2sHygZa3Hp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:10.1875rem;left:11.5625rem; }
#iUKGnTipTWRWFT4btJQzZUBSvzohDwMa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:15.375rem;left:11.5625rem; }
#cqbNmHvX2wWEF1oxgryCvN9JpWATqXO4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:22.0625rem;left:11.5625rem; }
#Tan8zztKcH7SoynQcN8e6SN8tIOLXLi1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:27.125rem;left:11.5625rem; }
#TBdOKwlg0foXpV7mEJDu5lhyncgFu5J2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:33.625rem;left:11.5625rem; }
#mclgVXd7T67SDCQAg4Fpo3m3B76mzX4R { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:40.125rem;left:11.5625rem; }
#WEyXw2yCrTvNO8lOuCBNpmVafZsxzoGk { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:10.25rem;left:44.8125rem;height:33.79493125rem;display:block; }
#DJkV58RPtTHVBflrMMN0btspJdR4xLeV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:16.8125rem;left:42rem; }
#vOZizTb6baWXWpLmkPLgZvcwCtSI9idS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:23.5rem;left:42rem; }
#CnNm5irSLzA6VSHaGXXqNWNQ6V0GMMzo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:28.5625rem;left:42rem; }
#XezHVwHwU37LmSIZ41ShOA3blK2BvaTD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:33.75rem;left:42rem; }
#SlBGgPDTBZJ7tkH9LQNvkNRWCD1AZG4C { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:38.75rem;left:42rem; }
#KHtdX92fUmF15eVeMcVXAyTp7ITtCD5a { box-sizing:content-box;height:40.25rem;width:0.125rem;position:absolute;display:block;z-index:15011;background-color:#000000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.5625rem;left:37.397762345679rem;display:block; }
#nylIpmdP6SRKPTtW8nTuBGQadnwAoXeD { position:relative;display:block; }#nylIpmdP6SRKPTtW8nTuBGQadnwAoXeD { background-color: transparent; background-image: none; }#nylIpmdP6SRKPTtW8nTuBGQadnwAoXeD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nylIpmdP6SRKPTtW8nTuBGQadnwAoXeD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nylIpmdP6SRKPTtW8nTuBGQadnwAoXeD > .row .container > .video-iframe-container { display: none; }#nylIpmdP6SRKPTtW8nTuBGQadnwAoXeD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nylIpmdP6SRKPTtW8nTuBGQadnwAoXeD > .row > .video-iframe-container { display: none; }#nylIpmdP6SRKPTtW8nTuBGQadnwAoXeD > .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); }#nylIpmdP6SRKPTtW8nTuBGQadnwAoXeD { border-width: 0; border-radius: 0; }#nylIpmdP6SRKPTtW8nTuBGQadnwAoXeD > .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; }#nylIpmdP6SRKPTtW8nTuBGQadnwAoXeD > .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:61.375rem;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; }#yKkkOFck9v6v6MltBlkw7hwf1fz8U5SO { display:block;width:62.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:2.875rem;left:6.0625rem;height:6.82425rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;display:block; }
#uMKEcTx7Btqs2lN639olSNyKkOrlBI1U { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.3) ;height:18.75rem;width:21.875rem;top:16.3125rem;left:0.75rem;display:block; }
#dzXPRA8meKi2DuxH8uoNeMQ3hhAoS74x { color:#00139f;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:21.75rem;left:2.3125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#L1CeppqanGcdrmXadChLqd9lpX1zbLCB { 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:15020;opacity:1;top:17.875rem;left:10.125rem; }
#u8BTmLGsbVLI2RTH1TIJ2aG7PkP156fw { color:#333333;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15018;line-height:1.6;letter-spacing:0;top:24.30078125rem;left:2.625rem;height:9.597625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fRxcEfcEx8SZntSxp6Igo8T5ay4T3HtJ { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.3) ;height:18.75rem;width:21.875rem;top:16.3125rem;left:26.5625rem;display:block; }
#UkiBOqWqCEzxpB2UbQGwQFJELZyWQHFR { color:#333333;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15022;line-height:1.6;letter-spacing:0;top:24.30078125rem;left:28.4375rem;height:7.9980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SowzP6Zg1o5wXs4nmL8Xmd3BTOeGxT5O { color:#00139f;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:21.75rem;left:28.125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vJXkcwOzunApMZL1dXQULLe5e9MUex7E { 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:15024;opacity:1;top:17.875rem;left:35.9375rem; }
#lpKXxqk2TU0oMTurmsEKyrqctDiXQq3V { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.3) ;height:18.75rem;width:21.875rem;top:16.3125rem;left:52.375rem;display:block; }
#n1mPF9RQEbTx92gKWoxeNJ1wIHVwKx8B { color:#333333;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15026;line-height:1.6;letter-spacing:0;top:24.30078125rem;left:54.25rem;height:9.59765625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fWuSZTvD12kcCLqfTZSgcxQ7JTQwmJVW { color:#00139f;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:21.75rem;left:53.9375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#S4afMItlRDAzsRpx1dQF1UZGS6tTeAsJ { 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:15028;opacity:1;top:17.875rem;left:61.75rem; }
#JaqiAExIPxRr5ABe9tm4LEWGPneC9Pot { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.3) ;height:18.75rem;width:21.875rem;top:38.75rem;left:0.75rem;display:block; }
#ACxD5Ukh3g2QTlvTU0PsxM7JkBw4rkxp { color:#333333;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15022;line-height:1.6;letter-spacing:0;top:46.78759765625rem;left:2.625rem;height:9.597625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XQvaw0XRmeFBoyJh5uCT5StcTrurtOoS { color:#00139f;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:44.1875rem;left:2.3125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Z3ZT6yAQqyNTxTKuiWZXy95pALPbUEAr { 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:15024;opacity:1;top:40.1875rem;left:10.125rem; }
#ftJ9kTFhSrUIVTfrtHdqADNsrr668Wg2 { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.3) ;height:18.75rem;width:21.875rem;top:38.75rem;left:26.5625rem;display:block; }
#cQ83yR71hNG4ObhCt1QLJAUwWDkoHrFH { color:#333333;display:block;width:19.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15026;line-height:1.6;letter-spacing:0;top:46.78759765625rem;left:28.4375rem;height:9.597625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QHTdyT5CNTCzFCpH1Hd7GNIrnXfcgSMO { color:#00139f;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:44.3125rem;left:28.125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OH6rxQTiAtVWgdFPXxslfliQeJ8U2Fab { 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:15028;opacity:1;top:40.1875rem;left:35.9375rem; }
#nJT7whdkcOxAmvk32oK94fB89rl0l1ec { position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.3) ;height:18.75rem;width:21.875rem;top:38.75rem;left:52.375rem;display:block; }
#CSBD9enl7Be8451sFXCtIbrL08JXBfrn { color:#333333;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15030;line-height:1.6;letter-spacing:0;top:46.78759765625rem;left:54.25rem;height:9.597625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Zuwg8sap6m3MxtzQCzMeApFw6xz6VUXe { color:#00139f;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:44.1875rem;left:53.9375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lIJzhbp3yCVyqASq5Smiq1swdrdOC2PD { 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:15032;opacity:1;top:40.1875rem;left:61.75rem; }
#vaNNtCAXMJAkSBC2x7uOBVLt9KhlDhRJ { color:rgba(var(--color-tertiary-4),1);display:block;width:44.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:11.07421875rem;left:15.34375rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#Md5BAs6dr7pZ3SKahhDuMhkgEttiKT7x { position:relative;display:block; }#Md5BAs6dr7pZ3SKahhDuMhkgEttiKT7x { background-color: transparent; background-image: none; }#Md5BAs6dr7pZ3SKahhDuMhkgEttiKT7x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Md5BAs6dr7pZ3SKahhDuMhkgEttiKT7x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Md5BAs6dr7pZ3SKahhDuMhkgEttiKT7x > .row .container > .video-iframe-container { display: none; }#Md5BAs6dr7pZ3SKahhDuMhkgEttiKT7x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Md5BAs6dr7pZ3SKahhDuMhkgEttiKT7x > .row > .video-iframe-container { display: none; }#Md5BAs6dr7pZ3SKahhDuMhkgEttiKT7x > .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); }#Md5BAs6dr7pZ3SKahhDuMhkgEttiKT7x { border-width: 0; border-radius: 0; }#Md5BAs6dr7pZ3SKahhDuMhkgEttiKT7x > .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; }#Md5BAs6dr7pZ3SKahhDuMhkgEttiKT7x > .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:26.0625rem;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; }#vHdy3iligblaDI8P7Xol078eSMQ2ggQD { display:block;width:62.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:2.9375rem;left:6.0625rem;height:6.82425rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;display:block; }
#LipX6zsVeHqAGbkoBaqb37GGHeOs6DLy { color:rgba(var(--color-tertiary-4),1);display:block;width:58.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:11.3818359375rem;left:8.46875rem;height:6.499rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#VIKcfd1p14c8n8zf09vdtaw9r1eHLfqi { background-color:#00139f;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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;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:17.75rem;height:3.25rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:19.625rem;left:28.625rem;display:block; }
#mQtwtKy2WpNFaHl8fgHMbtklsd7QN05s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NsaAr0akBP8rx8bykTIH9f80SE2fCLV0 { position:relative;display:block; }#NsaAr0akBP8rx8bykTIH9f80SE2fCLV0 { background-color: transparent; background-image: none; }#NsaAr0akBP8rx8bykTIH9f80SE2fCLV0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NsaAr0akBP8rx8bykTIH9f80SE2fCLV0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NsaAr0akBP8rx8bykTIH9f80SE2fCLV0 > .row .container > .video-iframe-container { display: none; }#NsaAr0akBP8rx8bykTIH9f80SE2fCLV0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NsaAr0akBP8rx8bykTIH9f80SE2fCLV0 > .row > .video-iframe-container { display: none; }#NsaAr0akBP8rx8bykTIH9f80SE2fCLV0 > .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); }#NsaAr0akBP8rx8bykTIH9f80SE2fCLV0 { border-width: 0; border-radius: 0; }#NsaAr0akBP8rx8bykTIH9f80SE2fCLV0 > .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; }#NsaAr0akBP8rx8bykTIH9f80SE2fCLV0 > .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:49.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#nFRiLRctRdSvyi8i4DkkIPs2LTAdT21P { display:block;width:62.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:3.5rem;left:2.34375rem;height:3.4121125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-tertiary-4),1);text-align:left;text-align-last:left;display:block; }
#VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-4),1); }
#VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1); }
#VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 .accordion-trigger.adaptive-delivery-prevent-bg, #VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 .accordion-trigger.lazyload, #VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 .accordion-trigger.lazyloading { background-image: none; }
#VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 { box-sizing:content-box;height:auto;width:47.6875rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15006;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:8rem;left:0rem; }
#VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #UX0szEv7JH16edsHa1GT6lnBOQRUbwmM { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #FH3vlnni2JeOFCCM0yOQC6U3DAasPFqn { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #VUAkakvkB3hyfolHAKdyGZlHepdyc514 { display:block;position:relative; }
#VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #SLRpb83wHuiqKOUqPC6Ws797DpQEnr7Q {  }
#VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #zgRxVXPhUspK8NJqeNVy89AMoWk9kzcF {  }
#VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #dx19Ure2zoDm9qV3y2rOlxyQAAkh9cqX { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #iPaVZXvZ9bulIfWRusCEdRvqSimkZOgU { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #bRVkdpCeO7hAfKaMlgC9pn8nkQWhNXfd { display:block;position:relative; }
#VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #tr9LQbtFLT0RFT0D8MCfl1WGZuxOFaEU {  }
#VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #CbDD2KTGzH76sxdRPM8TTLbtvckH2Gv2 { display:none; }
#VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #QvBTbrrtvm4wI7dUialyuKTuBweswfQr { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #OFoX0d73TkvFqM1KLsZudwgzXnS838nx { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #gbaLVmQ6cRvXJOdFWwOe9qX91OidVgsI { display:block;position:relative; }
#VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #lss6DuX8Wxui36ttAsUsReABhARxqtQp {  }
#VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #G39k3KDGLreABONtFblA8RCoNvkvuzs9 { display:none; }
#VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #eRsB9yVRuVh4thA0B0C28UDuklJdBZyX { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #M8ESf1PrGzmG9030cxCWZimPWf1yxbQZ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #is88Ns1XLMu9SMxBBwx69ZQ9qCdAyDlZ { display:block;position:relative; }
#VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #g52vc1bNM6wUZRMTWxJgrk7tCLxE1w7C {  }
#VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #kTFTtmod1C7Lah7pGsBi6Qn4pLV6XfFi { display:none; }
#VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #vRGxoHXngJVW6oEBcX22EmOaHwHDdoRV { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #LuHKXCEIVk8bZTkgpupyJg8bpIpRoiq7 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #SEtIBNAsLSTC51T5dQXtdoUp8XBH7Bdp { display:block;position:relative; }
#VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #LKmgwuBz5TJmBn1ygRvfhWZuglkrNz9U {  }
#VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #Jp2PN9fNuagNwifoiCLUCQMlDm4Cv4s7 { display:none; }
#VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #cT5QEWVHXEOTTvgSqcFSq8FiEW1JgGe4 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #DIiORg9uMbHDtIgaHMmqNDUwTfw1i5r3 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #Di7zIidToIq87hgxT8xOVZK74bVUTSQJ { display:block;position:relative; }
#VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #ReAkrBJbO0BJrGXSCf4TumvpOy8oh6y6 {  }
#VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #wSsFwCROADr8es3aOrAxvDZ3PUfzV4d8 { display:none; }
#VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #GBM3C3EWIb05zAiIB2v5ydwbqs4MAJC0 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #Ja8qbe7WuNCf041TOxCgCrClcyF0Td1E { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #KqFNx2FHUbx8Qpb9FRv7zJd72xRu8woD { display:block;position:relative; }
#VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #t656n8WT8osglftlhfRUCKl4vTuRoL59 {  }
#VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #PgSzd1h7yfP5Jce3TBUmC2oQ2ukCEmTp { display:none; }
#VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #UL2etITup67zP0OIi0IaBtgzpOT1lF7w { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #IZdfMbuBJiLkQ9sTiWDMV2X0nVwcKcpO { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #wvAxyzmpo2IeKgIC0g3cu5aqTfkTbMtk { display:block;position:relative; }
#VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #L0q2toA0c7z8Uv6Hp12TboZNhGPJ0Uta {  }
#VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #sJAInPq9zwW8fG9u09xUz13dh7t3Oy8T { display:none; }
#VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #czvUHIdVuO0S3FIDaQLNhhdgr7goXTlN { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #Kg2cZEh1eh2aKKqOtJBfFmgNaUCLuCNK { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #qW0W6eTPf36xr8DWrfkmohiN2KiPceEC { display:block;position:relative; }
#VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #DCP7PtW1QJiNPMWi4ps47bh6a8KTqWFS {  }
#VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #ow9zUzewNpOhH2ZFqsonbqVBD4lFSXo2 { display:none; }
#VCAXzLKbsw9fplgTnm77fL9mxIysOd3y { position:relative;display:block; }#VCAXzLKbsw9fplgTnm77fL9mxIysOd3y { background-color: transparent; background-image: none; }#VCAXzLKbsw9fplgTnm77fL9mxIysOd3y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VCAXzLKbsw9fplgTnm77fL9mxIysOd3y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VCAXzLKbsw9fplgTnm77fL9mxIysOd3y > .row .container > .video-iframe-container { display: none; }#VCAXzLKbsw9fplgTnm77fL9mxIysOd3y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VCAXzLKbsw9fplgTnm77fL9mxIysOd3y > .row > .video-iframe-container { display: none; }#VCAXzLKbsw9fplgTnm77fL9mxIysOd3y > .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); }#VCAXzLKbsw9fplgTnm77fL9mxIysOd3y { border-width: 0; border-radius: 0; }#VCAXzLKbsw9fplgTnm77fL9mxIysOd3y > .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; }#VCAXzLKbsw9fplgTnm77fL9mxIysOd3y > .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:58rem;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; }#vm93yxRR9Gwukh6TlTl6PxReBTua7aSx { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.3) ;height:18.75rem;width:21.875rem;top:13rem;left:0.75rem;display:block; }
#CXh5P9PloJeypRRHUic9mRJTWy1CbFGO { color:#00139f;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:18.625rem;left:2.3125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#D5iikybVFRW323X9PutqX20XGH475Dzg { 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:15024;opacity:1;top:14.4375rem;left:10.125rem; }
#XgdX8MeiLOVkL7LpoxWPd5nbCmLbq39X { color:#333333;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15022;line-height:1.6;letter-spacing:0;top:21rem;left:2.625rem;height:7.9980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kZ2zJreCOCbFxPpZsJXbMwsz3Upv71Ic { color:#00139f;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15023;line-height:1.6;letter-spacing:0;top:29.49755859375rem;left:2.625rem;height:1.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qemA9gdKniytA1UCbb2fESnMioU9Fm7b { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.3) ;height:18.75rem;width:21.875rem;top:13rem;left:26.5625rem;display:block; }
#nNuUhbkbctDuOCyCXw0QVW2B7aTQvk3t { color:#00139f;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15028;line-height:1.6;letter-spacing:0;top:29.5rem;left:28.4375rem;height:1.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BnocItkLzzTbO3X58c201kGpcdvBkXX8 { color:#333333;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15027;line-height:1.6;letter-spacing:0;top:21rem;left:28.4375rem;height:7.9980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tVTOAeyBmaHoB9uckwLGLtwqeP7KC1Ec { color:#00139f;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:18.625rem;left:28.125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sGx0oCkF8fMUmx6sUnRt0J5rIt9t6WQA { 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:15025;opacity:1;top:14.4375rem;left:35.9375rem; }
#FOdvBPbKU64ZI8toTCGaWLrdxE5GwLuM { position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.3) ;height:18.75rem;width:21.875rem;top:13rem;left:52.3125rem;display:block; }
#rSTppvgSSXiIlHZJqO6xTMOlKIKZD4cC { color:#00139f;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:18.625rem;left:53.875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xVTtUvgdTBHqSpGl5FB3cnIweMkkq1ga { color:#333333;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15032;line-height:1.6;letter-spacing:0;top:21rem;left:54.1875rem;height:7.9980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zKfJB0SNW8e4ghhXU5VTb1WyAlSJCvTc { color:#00139f;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15033;line-height:1.6;letter-spacing:0;top:29.5rem;left:54.1875rem;height:1.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HNFefZgEFvfxg1CyP1bR72x5xc7AqE37 { 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:15029;opacity:1;top:14.4375rem;left:61.6875rem; }
#N14CmVrbpAf8yIDpt8RvWe2yX9CC3MsK { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.3) ;height:18.75rem;width:21.875rem;top:35.125rem;left:0.75rem;display:block; }
#K5OSZi1fhf4x0huWQJ7MfF6UzRFWDTEl { color:#00139f;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:40.75rem;left:2.3125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NoJTcFI9MOcc7qTUVyuU6Zb154ms8cBt { color:#333333;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15027;line-height:1.6;letter-spacing:0;top:43.125rem;left:2.625rem;height:7.9980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ekTLsnFmKXDH9b3QaG97BTAgs5R0pUgz { color:#00139f;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15028;line-height:1.6;letter-spacing:0;top:51.625rem;left:2.625rem;height:1.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#A83rxqFJPRu9uM1upIMrJgw2CfAOLZko { 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:15025;opacity:1;top:36.8125rem;left:10.125rem; }
#qBJvPFCJSGqdKIaUdXeTR9VLrrOLSFhl { position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.3) ;height:18.75rem;width:21.875rem;top:35.125rem;left:26.5625rem;display:block; }
#JPp80sivB9PZAlEb6WC4TzrDHVqdkF0s { color:#00139f;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15033;line-height:1.6;letter-spacing:0;top:51.625rem;left:28.4375rem;height:1.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dwbDVntAGrA58wQsQ4R04x4r4n4m0sT8 { color:#333333;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15032;line-height:1.6;letter-spacing:0;top:44.787109375rem;left:28.4375rem;height:6.3984375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Sxw7TNkNNODec2He5I56lSSTupKHgXT7 { color:#00139f;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:40.75rem;left:28.125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SE6RGitAEyc8CwF2GuXM2maWH8OzTT73 { 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:15029;opacity:1;top:36.8125rem;left:35.9375rem; }
#TTLL8xZNFSNu3JI0IGsqlxHfof8Vg2Rl { position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.3) ;height:18.75rem;width:21.875rem;top:35.125rem;left:52.3125rem;display:block; }
#O7QQ4cxkNqXSDDLKg6TtUaXZ9H2THH35 { color:#00139f;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15038;line-height:1.6;letter-spacing:0;top:51.625rem;left:54.1875rem;height:1.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yLcTT0xeGdPC4PSlMUl7gyemUJeDu4N7 { color:#333333;display:block;width:18.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15037;line-height:1.6;letter-spacing:0;top:44.8125rem;left:54.1875rem;height:6.3984375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dmkgFbLxJoAOeCWOXbC95XlnrARbopTu { color:#00139f;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:40.75rem;left:53.875rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tz16f4JuQ06uoWFZyixu3buHs1emE96f { 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:15033;opacity:1;top:36.8125rem;left:61.6875rem; }
#V6pT62xsxGic6mdBkB782axELbmAoocy { display:block;width:62.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:3.14990234375rem;left:6.0625rem;height:6.82425rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;display:block; }
#ZAF8AIwOQZ6lSLC4J43hZf5EFcdlMqMn { position:relative;display:block; }#ZAF8AIwOQZ6lSLC4J43hZf5EFcdlMqMn { background-color: transparent; background-image: none; }#ZAF8AIwOQZ6lSLC4J43hZf5EFcdlMqMn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZAF8AIwOQZ6lSLC4J43hZf5EFcdlMqMn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZAF8AIwOQZ6lSLC4J43hZf5EFcdlMqMn > .row .container > .video-iframe-container { display: none; }#ZAF8AIwOQZ6lSLC4J43hZf5EFcdlMqMn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZAF8AIwOQZ6lSLC4J43hZf5EFcdlMqMn > .row > .video-iframe-container { display: none; }#ZAF8AIwOQZ6lSLC4J43hZf5EFcdlMqMn > .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); }#ZAF8AIwOQZ6lSLC4J43hZf5EFcdlMqMn { border-width: 0; border-radius: 0; }#ZAF8AIwOQZ6lSLC4J43hZf5EFcdlMqMn > .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; }#ZAF8AIwOQZ6lSLC4J43hZf5EFcdlMqMn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:50.875rem;width: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; }#Clv9GSlmakCXJwTVhnBNFpB4d8zVzzEi { display:block;width:62.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:3.71240234375rem;left:6.0625rem;height:3.4121125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;display:block; }
#nweIh9ZlHGzycCA3tLnfuKARKX2Nq7gJ { color:rgba(var(--color-tertiary-4),1);display:block;width:35.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:8.173828125rem;left:19.65625rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#PW60lwRtF555y4SEayTHdPNoqT7a8MCD { color:#00139f;display:block;width:35.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:13.611328125rem;left:19.65625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#hFnRu6grGIUoCAt1XBa3x7d6WITuK6Sz .widget-form-header {  }
#hFnRu6grGIUoCAt1XBa3x7d6WITuK6Sz .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:25.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#hFnRu6grGIUoCAt1XBa3x7d6WITuK6Sz .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.3125rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none; }
#hFnRu6grGIUoCAt1XBa3x7d6WITuK6Sz .widget-input-text {padding-top: 0; padding-bottom: 0;}#hFnRu6grGIUoCAt1XBa3x7d6WITuK6Sz .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.3125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial; }
#hFnRu6grGIUoCAt1XBa3x7d6WITuK6Sz .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.3125rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: none; }
#hFnRu6grGIUoCAt1XBa3x7d6WITuK6Sz .widget-input-select {padding-top: 0; padding-bottom: 0;}#hFnRu6grGIUoCAt1XBa3x7d6WITuK6Sz .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#hFnRu6grGIUoCAt1XBa3x7d6WITuK6Sz .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#hFnRu6grGIUoCAt1XBa3x7d6WITuK6Sz .widget-input-button { border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;background-color:#00139f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:25.3125rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none; }
#hFnRu6grGIUoCAt1XBa3x7d6WITuK6Sz [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#hFnRu6grGIUoCAt1XBa3x7d6WITuK6Sz [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#hFnRu6grGIUoCAt1XBa3x7d6WITuK6Sz [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#hFnRu6grGIUoCAt1XBa3x7d6WITuK6Sz [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#hFnRu6grGIUoCAt1XBa3x7d6WITuK6Sz .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:23.875rem;overflow:hidden;font-style:normal; }
#hFnRu6grGIUoCAt1XBa3x7d6WITuK6Sz .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#hFnRu6grGIUoCAt1XBa3x7d6WITuK6Sz .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3; }
#hFnRu6grGIUoCAt1XBa3x7d6WITuK6Sz .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#hFnRu6grGIUoCAt1XBa3x7d6WITuK6Sz .widget-container:first-of-type{padding-top:0;}#hFnRu6grGIUoCAt1XBa3x7d6WITuK6Sz .widget-container:last-of-type{padding-bottom:0;}#hFnRu6grGIUoCAt1XBa3x7d6WITuK6Sz  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15012;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:22.1875rem;left:23.59375rem; }
#hFnRu6grGIUoCAt1XBa3x7d6WITuK6Sz .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25.3125rem; }
#hFnRu6grGIUoCAt1XBa3x7d6WITuK6Sz .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hFnRu6grGIUoCAt1XBa3x7d6WITuK6Sz {display:block;}#hFnRu6grGIUoCAt1XBa3x7d6WITuK6Sz { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15012;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:22.1875rem;left:23.59375rem; }
#hFnRu6grGIUoCAt1XBa3x7d6WITuK6Sz #yrRM466HsXwd5B5yuZ7K4nQbEkal61PO { position:relative; }
#hFnRu6grGIUoCAt1XBa3x7d6WITuK6Sz #TWu5o9D6akhqsFDXTPrCH3vuC3rKFKAc { position:relative;display:block; }
#hFnRu6grGIUoCAt1XBa3x7d6WITuK6Sz #ftLcpsXQspIRwJ2Zguy1vsc7HXV39ODZ { position:relative; }
#hFnRu6grGIUoCAt1XBa3x7d6WITuK6Sz #LUxUKOx6Q7GyfZeFOsU1sTxlaL2MDl94 { position:relative; }
#hFnRu6grGIUoCAt1XBa3x7d6WITuK6Sz #yXnzZ6x44hlzgQf6nfvAZiTO5GR2pTEn { position:relative;display:block; }
#hFnRu6grGIUoCAt1XBa3x7d6WITuK6Sz #enkmWegekbD1ZdMtaen5bLPsRPr9K2cZ { position:relative; }
#hFnRu6grGIUoCAt1XBa3x7d6WITuK6Sz #twU3RQ7kSKWdB1w9cmlW4foqiygASgHi { position:relative; }
#hFnRu6grGIUoCAt1XBa3x7d6WITuK6Sz #WotkIH7G7cOGt8tkfcH8ZLTyUQCFCDyC { position:relative;display:block; }
#hFnRu6grGIUoCAt1XBa3x7d6WITuK6Sz #vqZxS7SC2geFrmXFqrsPzpQUs4mDWUhK { position:relative; }
#hFnRu6grGIUoCAt1XBa3x7d6WITuK6Sz #oBiv0JfLKQTTwU1CI6S4HKiMiISxdLW5 { position:relative; }
#hFnRu6grGIUoCAt1XBa3x7d6WITuK6Sz #UWKXdEUUZvNlsAqhe0UvMufxtm6UA3Jr { position:relative;display:block; }
#hFnRu6grGIUoCAt1XBa3x7d6WITuK6Sz #xyT4cxUFNL8cnwQELCOmpXoxLqDH3Vek { position:relative; }
#hFnRu6grGIUoCAt1XBa3x7d6WITuK6Sz #e1PhQTH4302uNWJxouL4gsH5bp2wmNXN { position:relative; }
#hFnRu6grGIUoCAt1XBa3x7d6WITuK6Sz #cxrqHT3q2xHsJBMpix2dSdSnL3goxQHz { position:relative;z-index:2; }
#hFnRu6grGIUoCAt1XBa3x7d6WITuK6Sz #s7MUlfUpOwzgR5q5xmlrs22u8eG7P154 { position:relative; }
#hFnRu6grGIUoCAt1XBa3x7d6WITuK6Sz #BATURXvwBDp92WPT6pwytqZIC2qUaAC4 { position:relative; }
#hFnRu6grGIUoCAt1XBa3x7d6WITuK6Sz #VXgMaKDGoNACCzFXkAd7UiIaIU0Vsb9y { position:relative; }
#cC0MaVCWXDN5vzlBcKJ11IMN50GFl5s5 { color:#00139f;display:block;width:35.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:17.673828125rem;left:19.65625rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#rMMIDtKkd6No8HZHapQkFZ7vHqVpA6yT { position:relative;display:block; }#rMMIDtKkd6No8HZHapQkFZ7vHqVpA6yT { background-color: transparent; background-image: none; }#rMMIDtKkd6No8HZHapQkFZ7vHqVpA6yT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rMMIDtKkd6No8HZHapQkFZ7vHqVpA6yT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rMMIDtKkd6No8HZHapQkFZ7vHqVpA6yT > .row .container > .video-iframe-container { display: none; }#rMMIDtKkd6No8HZHapQkFZ7vHqVpA6yT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rMMIDtKkd6No8HZHapQkFZ7vHqVpA6yT > .row > .video-iframe-container { display: none; }#rMMIDtKkd6No8HZHapQkFZ7vHqVpA6yT > .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); }#rMMIDtKkd6No8HZHapQkFZ7vHqVpA6yT { border-width: 0; border-radius: 0; }#rMMIDtKkd6No8HZHapQkFZ7vHqVpA6yT > .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; }#rMMIDtKkd6No8HZHapQkFZ7vHqVpA6yT > .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:38rem;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; }#oHmVTkcXuX1tJkdZOlUsxv3S1NZcwzgL { display:block;width:62.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:2.71240234375rem;left:6.0625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;display:block; }
#c9XXt4vGXnX8uN4wkimy2IfNVsHthoGG .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#c9XXt4vGXnX8uN4wkimy2IfNVsHthoGG .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#c9XXt4vGXnX8uN4wkimy2IfNVsHthoGG .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-4),1); }
#c9XXt4vGXnX8uN4wkimy2IfNVsHthoGG .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1); }
#c9XXt4vGXnX8uN4wkimy2IfNVsHthoGG .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#c9XXt4vGXnX8uN4wkimy2IfNVsHthoGG .accordion-trigger.adaptive-delivery-prevent-bg, #c9XXt4vGXnX8uN4wkimy2IfNVsHthoGG .accordion-trigger.lazyload, #c9XXt4vGXnX8uN4wkimy2IfNVsHthoGG .accordion-trigger.lazyloading { background-image: none; }
#c9XXt4vGXnX8uN4wkimy2IfNVsHthoGG { box-sizing:content-box;height:auto;width:60.25rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15008;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:6.12451171875rem;left:1.875rem; }
#c9XXt4vGXnX8uN4wkimy2IfNVsHthoGG #VaG4FSsVsFZMtN7wb0Dm68ZUpg9Wzi44 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#c9XXt4vGXnX8uN4wkimy2IfNVsHthoGG #Kh2x5LbwlbLgQQIwoLdAD4FhDTPTZa1o { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#c9XXt4vGXnX8uN4wkimy2IfNVsHthoGG #nuKdWdlsBFpa5Q77y5Z0GWxln6EakICA { display:block;position:relative; }
#c9XXt4vGXnX8uN4wkimy2IfNVsHthoGG #xqu6beSqkl3hbftUTA7JsLGHQSTgcsw4 {  }
#c9XXt4vGXnX8uN4wkimy2IfNVsHthoGG #JTg7kDArBAyPBzfIPNHXbcswHJgfn49V {  }
#c9XXt4vGXnX8uN4wkimy2IfNVsHthoGG #FUUyloDxUJnPtPe6fkrfzIhgGy1Jycra { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#c9XXt4vGXnX8uN4wkimy2IfNVsHthoGG #WLZRWiLbrAG0n6gTu7xXFtAxAHwzRxpI { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#c9XXt4vGXnX8uN4wkimy2IfNVsHthoGG #HmswFcCFpJGva7ay87lGsbsfkVato3n8 { display:block;position:relative; }
#c9XXt4vGXnX8uN4wkimy2IfNVsHthoGG #EamK4bvX1HDIB4QFnoEWspPHOlLKaX4k {  }
#c9XXt4vGXnX8uN4wkimy2IfNVsHthoGG #ayCtys66qPURhtuS2WFQTnsvO6xVoDeO { display:none; }
#c9XXt4vGXnX8uN4wkimy2IfNVsHthoGG #XhtQ00IQDr7mlg4tAputBsL2nTIPiwUt { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#c9XXt4vGXnX8uN4wkimy2IfNVsHthoGG #EQ0zKtTSfF1XiCtHSymJEqKffZxNWE4z { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#c9XXt4vGXnX8uN4wkimy2IfNVsHthoGG #X39Jbz4lmq5HDkROXTOzoq1g45yD8Czb { display:block;position:relative; }
#c9XXt4vGXnX8uN4wkimy2IfNVsHthoGG #dbwKkl9B9PQG6k8DMMXcsN3JwwIimber {  }
#c9XXt4vGXnX8uN4wkimy2IfNVsHthoGG #iIHMaq7WW5ulKTqT94z4voVApUnFbg2T { display:none; }
#c9XXt4vGXnX8uN4wkimy2IfNVsHthoGG #F3nazGRDmvXzmP8HXkSaTux7moAi2XX2 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#c9XXt4vGXnX8uN4wkimy2IfNVsHthoGG #DBtf14f9KIKB4D99WXlWrnuLzEId38kg { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#c9XXt4vGXnX8uN4wkimy2IfNVsHthoGG #mflTZCZIpP0qCQktDixuCLAH8xOrOltF { display:block;position:relative; }
#c9XXt4vGXnX8uN4wkimy2IfNVsHthoGG #KVqllR4hFd4Pgdif4iMOo664vSDHPTo7 {  }
#c9XXt4vGXnX8uN4wkimy2IfNVsHthoGG #tFZDdnJ7kP0SFSz9EHZdQLEF6iibAdnc { display:none; }
#c9XXt4vGXnX8uN4wkimy2IfNVsHthoGG #yoiWl9zmANoOK9OiMM9z1afLsUg2JrBA { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#c9XXt4vGXnX8uN4wkimy2IfNVsHthoGG #q4VXUJtBvRurGfFkA6WV9zHX5EetM9t0 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#c9XXt4vGXnX8uN4wkimy2IfNVsHthoGG #Nk0BdAxpcfGavO5pfTT38ZdIEtT1lXLr { display:block;position:relative; }
#c9XXt4vGXnX8uN4wkimy2IfNVsHthoGG #xZDbp0MpD0VKricCcl9c99ysPcMJb0v8 {  }
#c9XXt4vGXnX8uN4wkimy2IfNVsHthoGG #p9AgUJFgWTAzbMNznAsdNlnPlLIkp4e6 { display:none; }
#c9XXt4vGXnX8uN4wkimy2IfNVsHthoGG #HuWpigX21hPnvnbNQc4GGPRHcUVvR7KV { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#c9XXt4vGXnX8uN4wkimy2IfNVsHthoGG #Ho3gTKti5QgJWD7DGp5NT1ABXGMxKbm4 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#c9XXt4vGXnX8uN4wkimy2IfNVsHthoGG #aQpO91TaEZxxfabw0xFv9JnXvldI2Xv0 { display:block;position:relative; }
#c9XXt4vGXnX8uN4wkimy2IfNVsHthoGG #tyF7v9lxyS67Z7ZVCxFNR9FVTnTQOS1C {  }
#c9XXt4vGXnX8uN4wkimy2IfNVsHthoGG #avtHaqw1xLPIVBvNz1T4AE9tNSIP4iCv { display:none; }
#TKDquyf0JpVlTM2l7QrS1Q19TKTDPm6G { position:relative;display:block; }#TKDquyf0JpVlTM2l7QrS1Q19TKTDPm6G { background-color: transparent; background-image: none; }#TKDquyf0JpVlTM2l7QrS1Q19TKTDPm6G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKDquyf0JpVlTM2l7QrS1Q19TKTDPm6G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKDquyf0JpVlTM2l7QrS1Q19TKTDPm6G > .row .container > .video-iframe-container { display: none; }#TKDquyf0JpVlTM2l7QrS1Q19TKTDPm6G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKDquyf0JpVlTM2l7QrS1Q19TKTDPm6G > .row > .video-iframe-container { display: none; }#TKDquyf0JpVlTM2l7QrS1Q19TKTDPm6G > .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); }#TKDquyf0JpVlTM2l7QrS1Q19TKTDPm6G { border-width: 0; border-radius: 0; }#TKDquyf0JpVlTM2l7QrS1Q19TKTDPm6G > .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; }#TKDquyf0JpVlTM2l7QrS1Q19TKTDPm6G > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WtsW4fo5Mxh2ik3p7wtAiJHEET6ND6A7 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:13.5rem;left:15.8125rem;height:1.29980625rem;display:block; }
#pEahao8Q2pQE2D36t9fFOPbDz8xeHF3A { color:rgba(var(--color-tertiary-4),1);display:block;width:6.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:11.6875rem;left:15.8125rem;height:1.29980625rem;display:block; }
#R7GReggovzTqy38diBEJ9Pt6DkE3C6U5 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:13.5rem;left:4.375rem;height:1.29980625rem;display:block; }
#kEPUZOyuDpwvTgSWbtUT3tmOMBSKCH9Q { color:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:11.6875rem;left:4.375rem;height:1.29980625rem;display:block; }
#HOyfzP4nOzxHnG3Z90rfqW0OJuIAdHUN { color:rgba(var(--color-tertiary-4),1);display:block;width:10.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:8.4375rem;left:4.375rem;height:2.5996125rem;display:block; }
#bqWEQrpTzIey8TWycNT9LWdgUHBQr1S0 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:8.4375rem;left:15.8125rem;height:2.5996125rem;display:block; }
#nAGokhVoUpTdl1MLNZpcHgg5zgONdIg3 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:6.125rem;left:4.375rem;height:1.29980625rem;display:block; }
#Zv4nR0CXvmf9ZuTnFo59spm30HpnKRNk { color:#00139f;display:block;width:47.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.6875rem;left:4.375rem;height:3.4121125rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cSs84VEE9NbBBFOgyMVme9cV2Udxeh62 { display:block; }#cSs84VEE9NbBBFOgyMVme9cV2Udxeh62 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VaTfOqWvLUiNNf78FwvMEz684Q6ww3Rm { top:0rem;left:0rem;width:6.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnMu2SHAI6ZoCip1gHter1mQPM28OHMP { top:1.125rem;left:43.1875rem;width:4.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgCHHiJM7Z9IkRoRoCG5r5N4deAnREC3 { top:1.125rem;left:39.25rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pW7oXescoXWhXXR9ZlJzlTue5G5pOh7g { top:1.125rem;left:41.125rem;width:6.625rem;height:1.25rem;font-size:1rem;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) { #FUWbCbxLFRRAPiL7dTDvml63sEv1yOUG { top:2.125rem;left:0rem;width:39.1875rem;height:13.125rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7WwWaWEydW8RoztGcz9ypnt8WwIIRgV { top:21.6875rem;left:0rem;width:29.375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPqqpeKqqJ84si2LonvhooeHMIwOlmZ3 { top:16.5625rem;left:0rem;width:0.125rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbAz9Ely3g79W2vTwvAVLD6DX6ECJcR5 { top:16.5625rem;left:0rem;width:33.6875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPCgrn0qxpob0nNEEcJRfCThZLK348hO { top:21.8125rem;left:0rem;width:0.125rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmsxa41wk4yR550Ss2776TxpFxAWQwON { width:17.75rem;height:3.25rem;top:26.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #INAtsDcTx3my9V5NTZJDXXKmHxSGK2Rr { display:block; }
 }@media only screen and (max-width: 763px) { #V1KgUJ272c4A65UsKLcwDq7IbWoCS1gb { width:12.6875rem;height:3.25rem;top:26.5625rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpATCtJc7e3uEq7MQ0H0rdKAxJMiFze2 { display:block; }
 }@media only screen and (max-width: 763px) { #WNiqUT4ZicHKBzNXT5SE3Iq2kbw5G8k9 { top:0rem;left:15.4375rem;width:32.3125rem;height:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #truFd9UHoaAQXe9AeHUhdoMvN728ROP9 { display:block; }#truFd9UHoaAQXe9AeHUhdoMvN728ROP9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DqeflsI5IDQ4QmCUfi136rdrAFhMiVmk { width:47.75rem;height:3.375rem;top:1.75rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8coZL42HhFmavvgdCkmreVUBcsXDleE { top:7.8125rem;left:0rem;width:23rem;height:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8t8sB4DTVcm92hg8GxficATgSVqZTJr { top:8.625rem;left:0.1875rem;width:11.8125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gq7Lu6IErfJLS8aT6KsnOyvbNC6homkl { top:10.75rem;left:0.40625rem;width:20.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzeMAlg6IVPuhWkPNGZCsQ7FCetswHMN { top:15.1875rem;left:0.40625rem;width:6.625rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B92auanJ7li1sZyBHxlFd6T5rF1A7MLV { top:12.5625rem;left:0.40625rem;width:9.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAsOQqmH62Ornb9KmeBfTXSwxhqp8BgV { top:15.625rem;left:7.03125rem;width:3.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nv6cnkTb1WG84c2dCHNaXX5wS7wMCErc { top:23rem;left:0.1875rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXvQ44FLabtqd9LVVqt3sFRVMDnBVvw4 { top:22.875rem;left:1.75rem;width:19.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8MtTgZTsm5kBZkorbPoyZDzV0b3gHuf { top:24.875rem;left:0.1875rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAMCiTUo1LFKMaSO7DTFGKJ5bbmRyNT9 { top:24.75rem;left:1.75rem;width:19.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnfDq9dUz4LuWeOssTtTTZLpE0Jsc6xg { top:26.625rem;left:0.1875rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dm0wr97aIdQie6fnqc20GXEodKcfCEg4 { top:28.125rem;left:1.75rem;width:19.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7OB55w92UXZPS0MQlAePGubNUmgPbZd { top:31.875rem;left:0.1875rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1aTUC77VFcXtTcNWgq8vGUv0ewzrNZq { top:31.625rem;left:1.75rem;width:19.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xI9ZlQrmBQc6CIxzxTVVvlknNnhL0eLl { top:35.3125rem;left:0.1875rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhKtkEXn9luP0MobRqIHutAI1bZOCvd9 { top:35.0625rem;left:1.75rem;width:19.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gq3o5dSi3UGZgsrFnaUivSnIaQML4cDr { top:38.4375rem;left:1.75rem;width:19.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4C8iIBTJnoGcElKvTl00ef1OBTFOpD0 { top:38.5625rem;left:0.1875rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mau4AgxgZT6EDPcczVQTeESBlXluZkT7 { width:14.125rem;height:2.375rem;top:40.6875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDgJQQL3mLseaJrCPL5BxG6G3m6nTG2v { display:block; }
 }@media only screen and (max-width: 763px) { #lSRUcaEEdGLxb0H3LnMISOsBpTfp9itf { top:7.875rem;left:24.75rem;width:23rem;height:44.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HviTMvqt7HFGN0f3uL5s1MQgwATfLsNP { top:8.625rem;left:28.375rem;width:11.125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmfZziczOMKVTawlIQkZMaAxanGAX89a { top:10.75rem;left:28.4375rem;width:11rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUnOC41MgwrRUOg4WD4XAnhmH2PigDWZ { top:12.5625rem;left:26.625rem;width:21.125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxFkbo2GQqBH8QJAWvOypsHvO829dQIV { top:17.5rem;left:26.625rem;width:21.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpAfSGxR0d45m19PuepOApZgDrmWH3IX { top:18.6875rem;left:28.375rem;width:6.625rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sk5JJi2l2FbFT0CenwTdE9asSoTB7VHS { top:19.1875rem;left:35rem;width:3.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zp8DNMZpmOAZSOPTkSWvuP1IHQZbQbMr { top:15.5rem;left:26.625rem;width:21.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RM9BavBnmtARRNR78Uck3x4dxUGdDzg0 { top:27.75rem;left:27.75rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ga9XzwMXDazWtoHIsv4XHLe5BZLT8Amo { top:27.625rem;left:28rem;width:19.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKG3G6AxTnEGgrnKL4MbprOPnVfQrrfH { top:29.5rem;left:27.75rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xy8a6XwtPZHMXpqosV32afKPZrC8yIgx { top:29.375rem;left:28rem;width:19.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyHKSBalcMT5yowwTDfhdbHJQ42pfIHA { top:31.125rem;left:27.75rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbV4BnOqfXzbsGeQhgDugtEhOvF3NKnE { top:31rem;left:28rem;width:19.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXmzZPrhWJimTFWxpXvWIDBAH0OmDqHk { top:34.75rem;left:27.75rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpQeNSfvSJRGuliHuHuadTMFxSwlecny { top:34.5625rem;left:28rem;width:19.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9C5Sz24tZQr8RhsCUwbuEH9hrQsTqEM { top:38.9375rem;left:27.75rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMmAfOm4BAcPZhODIyFVMSoupPin1Et4 { top:38.75rem;left:28rem;width:19.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rC6w947nS6AbKXifP4bA3OZ3lhs7q2W9 { top:42.4375rem;left:27.75rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fE3KzB5TSPvLmqFAF9TrARwgoLFmolAt { top:42.25rem;left:28rem;width:19.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWfzwFuMLzNSNrBFJxuZktNUeiygub7o { top:45.9375rem;left:27.75rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJxhOvMhhgxQ9SfXHCiiUd75mCS1NgdK { top:45.6875rem;left:28rem;width:19.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGc8kM1MU2LO0zb4NmTinoIuKTmU4D48 { width:15.5625rem;height:2.5625rem;top:48.25rem;left:30.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxlWb2nOnyxVurzDzDq7TDs7bmhb67r8 { display:block; }
 }@media only screen and (max-width: 763px) { #QtbKTDK4LodWCE7gE34da6zD1JtOv9cs { top:20.5625rem;left:28.375rem;width:6.625rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PesfTLfnnb29mlNHLVVK3N8y1sDVqVzI { top:22.4375rem;left:26.625rem;width:21.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5EmfXEmkTWb5z3v6pRrnU2HBQI4uH4y { top:24.1875rem;left:28.4375rem;width:6.625rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uy7NDURMwlVucb29XLyGntk1u6qDFRST { top:24.6875rem;left:33.75rem;width:3.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqQ3T34qHWa9EFqoFqhpwO1MEDthQADt { top:17.0625rem;left:0.5625rem;width:6.625rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ku6IPv5rwDzvqRLuWIyJz1CWyZA26oaZ { top:18.9375rem;left:0.625rem;width:21.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIDTcTDxxMVDHDpFQnLtiFn78IIOi8iy { top:20.25rem;left:0.625rem;width:6.625rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZmvJGSynQSpwpISoQTVoUBUCDiB8qID { top:20.75rem;left:5.9375rem;width:3.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogea8uMTZUoUZDfsRrEfMyVRLHJM5C2E { top:28.3125rem;left:0.1875rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #okPPa1L9TWQSpBuaUnCwZPs93QU8gCGz { top:26.5rem;left:1.75rem;width:19.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMrVSww0kBem2Uch5rLIRHCuwTGv9NVJ { top:33rem;left:27.75rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7rpCn8DrPkq7oXiqLe87h71KBnZlUNz { top:32.75rem;left:28rem;width:19.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxN6R2qgesV4uqpddvPEEkDxMdrxPrgk { top:12.5625rem;left:10.03125rem;width:9.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTTvzM7fcqDGLDVGWPKuNPQ7svVz4p8b { top:15.5rem;left:37.1875rem;width:9.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2ygKDbTWy8q7bkEuaed3KgH5WOuAV2f { top:5.125rem;left:8.5rem;width:30.75rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q30v0n6k5qrD7MAr09x7FZxWmHkGUr19 { top:14rem;left:0.3125rem;width:21.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSfu1pRi7X0St2uADKvwAVhdWyvfBw0I { display:block; }#oSfu1pRi7X0St2uADKvwAVhdWyvfBw0I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #khLcU8XniirOaXaCdo21rrXXnT9DUmNu { top:3.8125rem;left:0rem;width:19rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTlToehfwdp3oXKuoRS1LNRN1TLQTQ99 { top:3.25rem;left:28.375rem;width:18.625rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMPLo1ycT5MWssgAUWfCTQfOZ8HsCeFq { top:10.25rem;left:0.5625rem;width:18.125rem;height:33.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbNC5DeCVHCVaPwqnB9eT4mi2ZF9QF7s { top:10.25rem;left:28.375rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFBAUcRX1REgovQDFnKwSA2sHygZa3Hp { top:10.1875rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUKGnTipTWRWFT4btJQzZUBSvzohDwMa { top:15.375rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqbNmHvX2wWEF1oxgryCvN9JpWATqXO4 { top:22.0625rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tan8zztKcH7SoynQcN8e6SN8tIOLXLi1 { top:27.125rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBdOKwlg0foXpV7mEJDu5lhyncgFu5J2 { top:33.625rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mclgVXd7T67SDCQAg4Fpo3m3B76mzX4R { top:40.125rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEyXw2yCrTvNO8lOuCBNpmVafZsxzoGk { top:10.25rem;left:29.625rem;width:18.125rem;height:33.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJkV58RPtTHVBflrMMN0btspJdR4xLeV { top:16.8125rem;left:28.375rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOZizTb6baWXWpLmkPLgZvcwCtSI9idS { top:23.5rem;left:28.375rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnNm5irSLzA6VSHaGXXqNWNQ6V0GMMzo { top:28.5625rem;left:28.375rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XezHVwHwU37LmSIZ41ShOA3blK2BvaTD { top:33.75rem;left:28.375rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlBGgPDTBZJ7tkH9LQNvkNRWCD1AZG4C { top:38.75rem;left:28.375rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHtdX92fUmF15eVeMcVXAyTp7ITtCD5a { top:3.5625rem;left:23.772762345679rem;width:0.125rem;height:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nylIpmdP6SRKPTtW8nTuBGQadnwAoXeD { display:block; }#nylIpmdP6SRKPTtW8nTuBGQadnwAoXeD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yKkkOFck9v6v6MltBlkw7hwf1fz8U5SO { width:47.75rem;height:;top:2.875rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMKEcTx7Btqs2lN639olSNyKkOrlBI1U { width:21.875rem;height:18.75rem;top:16.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzXPRA8meKi2DuxH8uoNeMQ3hhAoS74x { width:18.75rem;height:1.625rem;top:21.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1CeppqanGcdrmXadChLqd9lpX1zbLCB { top:17.875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8BTmLGsbVLI2RTH1TIJ2aG7PkP156fw { width:18.125rem;height:9.5625rem;top:24.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRxcEfcEx8SZntSxp6Igo8T5ay4T3HtJ { width:21.875rem;height:18.75rem;top:16.3125rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkiBOqWqCEzxpB2UbQGwQFJELZyWQHFR { width:18.125rem;height:7.9375rem;top:24.25rem;left:14.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SowzP6Zg1o5wXs4nmL8Xmd3BTOeGxT5O { width:18.75rem;height:1.625rem;top:21.75rem;left:14.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJXkcwOzunApMZL1dXQULLe5e9MUex7E { top:17.875rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpKXxqk2TU0oMTurmsEKyrqctDiXQq3V { width:21.875rem;height:18.75rem;top:16.3125rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1mPF9RQEbTx92gKWoxeNJ1wIHVwKx8B { width:18.125rem;height:9.5625rem;top:24.25rem;left:29.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWuSZTvD12kcCLqfTZSgcxQ7JTQwmJVW { width:18.75rem;height:1.625rem;top:21.75rem;left:29rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4afMItlRDAzsRpx1dQF1UZGS6tTeAsJ { top:17.875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaqiAExIPxRr5ABe9tm4LEWGPneC9Pot { width:21.875rem;height:18.75rem;top:38.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACxD5Ukh3g2QTlvTU0PsxM7JkBw4rkxp { width:18.125rem;height:9.5625rem;top:46.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQvaw0XRmeFBoyJh5uCT5StcTrurtOoS { width:18.75rem;height:1.625rem;top:44.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3ZT6yAQqyNTxTKuiWZXy95pALPbUEAr { top:40.1875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftJ9kTFhSrUIVTfrtHdqADNsrr668Wg2 { width:21.875rem;height:18.75rem;top:38.75rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQ83yR71hNG4ObhCt1QLJAUwWDkoHrFH { width:19.125rem;height:9.5625rem;top:46.75rem;left:14.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHTdyT5CNTCzFCpH1Hd7GNIrnXfcgSMO { width:18.75rem;height:1.625rem;top:44.3125rem;left:14.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OH6rxQTiAtVWgdFPXxslfliQeJ8U2Fab { top:40.1875rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJT7whdkcOxAmvk32oK94fB89rl0l1ec { width:21.875rem;height:18.75rem;top:38.75rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSBD9enl7Be8451sFXCtIbrL08JXBfrn { width:18.125rem;height:9.5625rem;top:46.75rem;left:29.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zuwg8sap6m3MxtzQCzMeApFw6xz6VUXe { width:18.75rem;height:1.625rem;top:44.1875rem;left:29rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIJzhbp3yCVyqASq5Smiq1swdrdOC2PD { top:40.1875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaNNtCAXMJAkSBC2x7uOBVLt9KhlDhRJ { top:11.0625rem;left:1.71875rem;width:44.3125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Md5BAs6dr7pZ3SKahhDuMhkgEttiKT7x { display:block; }#Md5BAs6dr7pZ3SKahhDuMhkgEttiKT7x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vHdy3iligblaDI8P7Xol078eSMQ2ggQD { width:47.75rem;height:;top:2.9375rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LipX6zsVeHqAGbkoBaqb37GGHeOs6DLy { top:11.375rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIKcfd1p14c8n8zf09vdtaw9r1eHLfqi { width:17.75rem;height:3.25rem;top:19.625rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQtwtKy2WpNFaHl8fgHMbtklsd7QN05s { display:block; }
 }@media only screen and (max-width: 763px) { #NsaAr0akBP8rx8bykTIH9f80SE2fCLV0 { display:block; }#NsaAr0akBP8rx8bykTIH9f80SE2fCLV0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nFRiLRctRdSvyi8i4DkkIPs2LTAdT21P { width:47.75rem;height:3.375rem;top:3.5rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 { display:flex;height:auto;width:27.8125rem;top:19.375rem;left:7.5rem; }
 }@media only screen and (max-width: 763px) { #VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #UX0szEv7JH16edsHa1GT6lnBOQRUbwmM {  }
 }@media only screen and (max-width: 763px) { #VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #FH3vlnni2JeOFCCM0yOQC6U3DAasPFqn {  }
 }@media only screen and (max-width: 763px) { #VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #VUAkakvkB3hyfolHAKdyGZlHepdyc514 {  }
 }@media only screen and (max-width: 763px) { #VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #SLRpb83wHuiqKOUqPC6Ws797DpQEnr7Q {  }
 }@media only screen and (max-width: 763px) { #VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #zgRxVXPhUspK8NJqeNVy89AMoWk9kzcF {  }
 }@media only screen and (max-width: 763px) { #VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #dx19Ure2zoDm9qV3y2rOlxyQAAkh9cqX {  }
 }@media only screen and (max-width: 763px) { #VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #iPaVZXvZ9bulIfWRusCEdRvqSimkZOgU {  }
 }@media only screen and (max-width: 763px) { #VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #bRVkdpCeO7hAfKaMlgC9pn8nkQWhNXfd {  }
 }@media only screen and (max-width: 763px) { #VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #tr9LQbtFLT0RFT0D8MCfl1WGZuxOFaEU {  }
 }@media only screen and (max-width: 763px) { #VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #CbDD2KTGzH76sxdRPM8TTLbtvckH2Gv2 {  }
 }@media only screen and (max-width: 763px) { #VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #QvBTbrrtvm4wI7dUialyuKTuBweswfQr {  }
 }@media only screen and (max-width: 763px) { #VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #OFoX0d73TkvFqM1KLsZudwgzXnS838nx {  }
 }@media only screen and (max-width: 763px) { #VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #gbaLVmQ6cRvXJOdFWwOe9qX91OidVgsI {  }
 }@media only screen and (max-width: 763px) { #VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #lss6DuX8Wxui36ttAsUsReABhARxqtQp {  }
 }@media only screen and (max-width: 763px) { #VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #G39k3KDGLreABONtFblA8RCoNvkvuzs9 {  }
 }@media only screen and (max-width: 763px) { #VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #eRsB9yVRuVh4thA0B0C28UDuklJdBZyX {  }
 }@media only screen and (max-width: 763px) { #VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #M8ESf1PrGzmG9030cxCWZimPWf1yxbQZ {  }
 }@media only screen and (max-width: 763px) { #VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #is88Ns1XLMu9SMxBBwx69ZQ9qCdAyDlZ {  }
 }@media only screen and (max-width: 763px) { #VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #g52vc1bNM6wUZRMTWxJgrk7tCLxE1w7C {  }
 }@media only screen and (max-width: 763px) { #VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #kTFTtmod1C7Lah7pGsBi6Qn4pLV6XfFi {  }
 }@media only screen and (max-width: 763px) { #VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #vRGxoHXngJVW6oEBcX22EmOaHwHDdoRV {  }
 }@media only screen and (max-width: 763px) { #VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #LuHKXCEIVk8bZTkgpupyJg8bpIpRoiq7 {  }
 }@media only screen and (max-width: 763px) { #VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #SEtIBNAsLSTC51T5dQXtdoUp8XBH7Bdp {  }
 }@media only screen and (max-width: 763px) { #VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #LKmgwuBz5TJmBn1ygRvfhWZuglkrNz9U {  }
 }@media only screen and (max-width: 763px) { #VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #Jp2PN9fNuagNwifoiCLUCQMlDm4Cv4s7 {  }
 }@media only screen and (max-width: 763px) { #VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #cT5QEWVHXEOTTvgSqcFSq8FiEW1JgGe4 {  }
 }@media only screen and (max-width: 763px) { #VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #DIiORg9uMbHDtIgaHMmqNDUwTfw1i5r3 {  }
 }@media only screen and (max-width: 763px) { #VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #Di7zIidToIq87hgxT8xOVZK74bVUTSQJ {  }
 }@media only screen and (max-width: 763px) { #VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #ReAkrBJbO0BJrGXSCf4TumvpOy8oh6y6 {  }
 }@media only screen and (max-width: 763px) { #VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #wSsFwCROADr8es3aOrAxvDZ3PUfzV4d8 {  }
 }@media only screen and (max-width: 763px) { #VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #GBM3C3EWIb05zAiIB2v5ydwbqs4MAJC0 {  }
 }@media only screen and (max-width: 763px) { #VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #Ja8qbe7WuNCf041TOxCgCrClcyF0Td1E {  }
 }@media only screen and (max-width: 763px) { #VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #KqFNx2FHUbx8Qpb9FRv7zJd72xRu8woD {  }
 }@media only screen and (max-width: 763px) { #VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #t656n8WT8osglftlhfRUCKl4vTuRoL59 {  }
 }@media only screen and (max-width: 763px) { #VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #PgSzd1h7yfP5Jce3TBUmC2oQ2ukCEmTp {  }
 }@media only screen and (max-width: 763px) { #VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #UL2etITup67zP0OIi0IaBtgzpOT1lF7w {  }
 }@media only screen and (max-width: 763px) { #VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #IZdfMbuBJiLkQ9sTiWDMV2X0nVwcKcpO {  }
 }@media only screen and (max-width: 763px) { #VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #wvAxyzmpo2IeKgIC0g3cu5aqTfkTbMtk {  }
 }@media only screen and (max-width: 763px) { #VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #L0q2toA0c7z8Uv6Hp12TboZNhGPJ0Uta {  }
 }@media only screen and (max-width: 763px) { #VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #sJAInPq9zwW8fG9u09xUz13dh7t3Oy8T {  }
 }@media only screen and (max-width: 763px) { #VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #czvUHIdVuO0S3FIDaQLNhhdgr7goXTlN {  }
 }@media only screen and (max-width: 763px) { #VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #Kg2cZEh1eh2aKKqOtJBfFmgNaUCLuCNK {  }
 }@media only screen and (max-width: 763px) { #VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #qW0W6eTPf36xr8DWrfkmohiN2KiPceEC {  }
 }@media only screen and (max-width: 763px) { #VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #DCP7PtW1QJiNPMWi4ps47bh6a8KTqWFS {  }
 }@media only screen and (max-width: 763px) { #VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #ow9zUzewNpOhH2ZFqsonbqVBD4lFSXo2 {  }
 }@media only screen and (max-width: 763px) { #VCAXzLKbsw9fplgTnm77fL9mxIysOd3y { display:block; }#VCAXzLKbsw9fplgTnm77fL9mxIysOd3y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vm93yxRR9Gwukh6TlTl6PxReBTua7aSx { width:21.875rem;height:18.75rem;top:13rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXh5P9PloJeypRRHUic9mRJTWy1CbFGO { width:18.75rem;height:1.625rem;top:18.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5iikybVFRW323X9PutqX20XGH475Dzg { top:14.4375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgdX8MeiLOVkL7LpoxWPd5nbCmLbq39X { width:18.125rem;height:7.9375rem;top:21rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZ2zJreCOCbFxPpZsJXbMwsz3Upv71Ic { width:18.125rem;height:1.5625rem;top:29.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qemA9gdKniytA1UCbb2fESnMioU9Fm7b { width:21.875rem;height:18.75rem;top:13rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNuUhbkbctDuOCyCXw0QVW2B7aTQvk3t { width:18.125rem;height:1.5625rem;top:29.5rem;left:14.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnocItkLzzTbO3X58c201kGpcdvBkXX8 { width:18.125rem;height:7.9375rem;top:21rem;left:14.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVTOAeyBmaHoB9uckwLGLtwqeP7KC1Ec { width:18.75rem;height:1.625rem;top:18.625rem;left:14.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGx0oCkF8fMUmx6sUnRt0J5rIt9t6WQA { top:14.4375rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOdvBPbKU64ZI8toTCGaWLrdxE5GwLuM { width:21.875rem;height:18.75rem;top:13rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSTppvgSSXiIlHZJqO6xTMOlKIKZD4cC { width:18.75rem;height:1.625rem;top:18.625rem;left:29rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVTtUvgdTBHqSpGl5FB3cnIweMkkq1ga { width:18.125rem;height:7.9375rem;top:21rem;left:29.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKfJB0SNW8e4ghhXU5VTb1WyAlSJCvTc { width:18.125rem;height:1.5625rem;top:29.5rem;left:29.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNFefZgEFvfxg1CyP1bR72x5xc7AqE37 { top:14.4375rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N14CmVrbpAf8yIDpt8RvWe2yX9CC3MsK { width:21.875rem;height:18.75rem;top:35.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5OSZi1fhf4x0huWQJ7MfF6UzRFWDTEl { width:18.75rem;height:1.625rem;top:40.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoJTcFI9MOcc7qTUVyuU6Zb154ms8cBt { width:18.125rem;height:7.9375rem;top:43.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekTLsnFmKXDH9b3QaG97BTAgs5R0pUgz { width:18.125rem;height:1.5625rem;top:51.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A83rxqFJPRu9uM1upIMrJgw2CfAOLZko { top:36.8125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBJvPFCJSGqdKIaUdXeTR9VLrrOLSFhl { width:21.875rem;height:18.75rem;top:35.125rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPp80sivB9PZAlEb6WC4TzrDHVqdkF0s { width:18.125rem;height:1.5625rem;top:51.625rem;left:14.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwbDVntAGrA58wQsQ4R04x4r4n4m0sT8 { width:18.125rem;height:6.375rem;top:44.75rem;left:14.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sxw7TNkNNODec2He5I56lSSTupKHgXT7 { width:18.75rem;height:3.25rem;top:40.75rem;left:14.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SE6RGitAEyc8CwF2GuXM2maWH8OzTT73 { top:36.8125rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTLL8xZNFSNu3JI0IGsqlxHfof8Vg2Rl { width:21.875rem;height:18.75rem;top:35.125rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7QQ4cxkNqXSDDLKg6TtUaXZ9H2THH35 { width:18.125rem;height:1.5625rem;top:51.625rem;left:29.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLcTT0xeGdPC4PSlMUl7gyemUJeDu4N7 { width:18.5rem;height:6.375rem;top:44.8125rem;left:29.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmkgFbLxJoAOeCWOXbC95XlnrARbopTu { width:18.75rem;height:3.25rem;top:40.75rem;left:29rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tz16f4JuQ06uoWFZyixu3buHs1emE96f { top:36.8125rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6pT62xsxGic6mdBkB782axELbmAoocy { width:47.75rem;height:6.8125rem;top:3.125rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAF8AIwOQZ6lSLC4J43hZf5EFcdlMqMn { display:block; }#ZAF8AIwOQZ6lSLC4J43hZf5EFcdlMqMn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Clv9GSlmakCXJwTVhnBNFpB4d8zVzzEi { width:47.75rem;height:;top:3.6875rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nweIh9ZlHGzycCA3tLnfuKARKX2Nq7gJ { top:8.125rem;left:6.03125rem;width:35.6875rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PW60lwRtF555y4SEayTHdPNoqT7a8MCD { top:13.5625rem;left:6.03125rem;width:35.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFnRu6grGIUoCAt1XBa3x7d6WITuK6Sz .widget-regular-label { width:25.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hFnRu6grGIUoCAt1XBa3x7d6WITuK6Sz .widget-input-text { width:25.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hFnRu6grGIUoCAt1XBa3x7d6WITuK6Sz .widget-input-text {padding-top: 0; padding-bottom: 0;}#hFnRu6grGIUoCAt1XBa3x7d6WITuK6Sz .widget-textarea { width:25.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hFnRu6grGIUoCAt1XBa3x7d6WITuK6Sz .widget-input-select { width:25.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hFnRu6grGIUoCAt1XBa3x7d6WITuK6Sz .widget-input-select {padding-top: 0; padding-bottom: 0;}#hFnRu6grGIUoCAt1XBa3x7d6WITuK6Sz .widget-input-button { width:25.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hFnRu6grGIUoCAt1XBa3x7d6WITuK6Sz .widget-checkbox-label { width:23.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hFnRu6grGIUoCAt1XBa3x7d6WITuK6Sz  { width:25.3125rem;height:auto;top:22.1875rem;left:9.96875rem; }
#hFnRu6grGIUoCAt1XBa3x7d6WITuK6Sz .radio-container { width:25.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hFnRu6grGIUoCAt1XBa3x7d6WITuK6Sz {display:block;}#hFnRu6grGIUoCAt1XBa3x7d6WITuK6Sz { width:25.3125rem;height:auto;top:22.1875rem;left:9.96875rem; }
 }@media only screen and (max-width: 763px) { #hFnRu6grGIUoCAt1XBa3x7d6WITuK6Sz #yrRM466HsXwd5B5yuZ7K4nQbEkal61PO {  }
 }@media only screen and (max-width: 763px) { #hFnRu6grGIUoCAt1XBa3x7d6WITuK6Sz #TWu5o9D6akhqsFDXTPrCH3vuC3rKFKAc {  }
 }@media only screen and (max-width: 763px) { #hFnRu6grGIUoCAt1XBa3x7d6WITuK6Sz #ftLcpsXQspIRwJ2Zguy1vsc7HXV39ODZ {  }
 }@media only screen and (max-width: 763px) { #hFnRu6grGIUoCAt1XBa3x7d6WITuK6Sz #LUxUKOx6Q7GyfZeFOsU1sTxlaL2MDl94 {  }
 }@media only screen and (max-width: 763px) { #hFnRu6grGIUoCAt1XBa3x7d6WITuK6Sz #yXnzZ6x44hlzgQf6nfvAZiTO5GR2pTEn {  }
 }@media only screen and (max-width: 763px) { #hFnRu6grGIUoCAt1XBa3x7d6WITuK6Sz #enkmWegekbD1ZdMtaen5bLPsRPr9K2cZ {  }
 }@media only screen and (max-width: 763px) { #hFnRu6grGIUoCAt1XBa3x7d6WITuK6Sz #twU3RQ7kSKWdB1w9cmlW4foqiygASgHi {  }
 }@media only screen and (max-width: 763px) { #hFnRu6grGIUoCAt1XBa3x7d6WITuK6Sz #WotkIH7G7cOGt8tkfcH8ZLTyUQCFCDyC {  }
 }@media only screen and (max-width: 763px) { #hFnRu6grGIUoCAt1XBa3x7d6WITuK6Sz #vqZxS7SC2geFrmXFqrsPzpQUs4mDWUhK {  }
 }@media only screen and (max-width: 763px) { #hFnRu6grGIUoCAt1XBa3x7d6WITuK6Sz #oBiv0JfLKQTTwU1CI6S4HKiMiISxdLW5 {  }
 }@media only screen and (max-width: 763px) { #hFnRu6grGIUoCAt1XBa3x7d6WITuK6Sz #UWKXdEUUZvNlsAqhe0UvMufxtm6UA3Jr {  }
 }@media only screen and (max-width: 763px) { #hFnRu6grGIUoCAt1XBa3x7d6WITuK6Sz #xyT4cxUFNL8cnwQELCOmpXoxLqDH3Vek {  }
 }@media only screen and (max-width: 763px) { #hFnRu6grGIUoCAt1XBa3x7d6WITuK6Sz #e1PhQTH4302uNWJxouL4gsH5bp2wmNXN {  }
 }@media only screen and (max-width: 763px) { #hFnRu6grGIUoCAt1XBa3x7d6WITuK6Sz #cxrqHT3q2xHsJBMpix2dSdSnL3goxQHz {  }
 }@media only screen and (max-width: 763px) { #hFnRu6grGIUoCAt1XBa3x7d6WITuK6Sz #s7MUlfUpOwzgR5q5xmlrs22u8eG7P154 {  }
 }@media only screen and (max-width: 763px) { #hFnRu6grGIUoCAt1XBa3x7d6WITuK6Sz #BATURXvwBDp92WPT6pwytqZIC2qUaAC4 {  }
 }@media only screen and (max-width: 763px) { #hFnRu6grGIUoCAt1XBa3x7d6WITuK6Sz #VXgMaKDGoNACCzFXkAd7UiIaIU0Vsb9y {  }
 }@media only screen and (max-width: 763px) { #cC0MaVCWXDN5vzlBcKJ11IMN50GFl5s5 { top:17.625rem;left:6.03125rem;width:35.6875rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMMIDtKkd6No8HZHapQkFZ7vHqVpA6yT { display:block; }#rMMIDtKkd6No8HZHapQkFZ7vHqVpA6yT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oHmVTkcXuX1tJkdZOlUsxv3S1NZcwzgL { width:47.75rem;height:;top:2.6875rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9XXt4vGXnX8uN4wkimy2IfNVsHthoGG .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#c9XXt4vGXnX8uN4wkimy2IfNVsHthoGG { display:flex;height:auto;width:27.8125rem;top:16.75rem;left:17.4375rem; }
 }@media only screen and (max-width: 763px) { #c9XXt4vGXnX8uN4wkimy2IfNVsHthoGG #VaG4FSsVsFZMtN7wb0Dm68ZUpg9Wzi44 {  }
 }@media only screen and (max-width: 763px) { #c9XXt4vGXnX8uN4wkimy2IfNVsHthoGG #Kh2x5LbwlbLgQQIwoLdAD4FhDTPTZa1o {  }
 }@media only screen and (max-width: 763px) { #c9XXt4vGXnX8uN4wkimy2IfNVsHthoGG #nuKdWdlsBFpa5Q77y5Z0GWxln6EakICA {  }
 }@media only screen and (max-width: 763px) { #c9XXt4vGXnX8uN4wkimy2IfNVsHthoGG #xqu6beSqkl3hbftUTA7JsLGHQSTgcsw4 {  }
 }@media only screen and (max-width: 763px) { #c9XXt4vGXnX8uN4wkimy2IfNVsHthoGG #JTg7kDArBAyPBzfIPNHXbcswHJgfn49V {  }
 }@media only screen and (max-width: 763px) { #c9XXt4vGXnX8uN4wkimy2IfNVsHthoGG #FUUyloDxUJnPtPe6fkrfzIhgGy1Jycra {  }
 }@media only screen and (max-width: 763px) { #c9XXt4vGXnX8uN4wkimy2IfNVsHthoGG #WLZRWiLbrAG0n6gTu7xXFtAxAHwzRxpI {  }
 }@media only screen and (max-width: 763px) { #c9XXt4vGXnX8uN4wkimy2IfNVsHthoGG #HmswFcCFpJGva7ay87lGsbsfkVato3n8 {  }
 }@media only screen and (max-width: 763px) { #c9XXt4vGXnX8uN4wkimy2IfNVsHthoGG #EamK4bvX1HDIB4QFnoEWspPHOlLKaX4k {  }
 }@media only screen and (max-width: 763px) { #c9XXt4vGXnX8uN4wkimy2IfNVsHthoGG #ayCtys66qPURhtuS2WFQTnsvO6xVoDeO {  }
 }@media only screen and (max-width: 763px) { #c9XXt4vGXnX8uN4wkimy2IfNVsHthoGG #XhtQ00IQDr7mlg4tAputBsL2nTIPiwUt {  }
 }@media only screen and (max-width: 763px) { #c9XXt4vGXnX8uN4wkimy2IfNVsHthoGG #EQ0zKtTSfF1XiCtHSymJEqKffZxNWE4z {  }
 }@media only screen and (max-width: 763px) { #c9XXt4vGXnX8uN4wkimy2IfNVsHthoGG #X39Jbz4lmq5HDkROXTOzoq1g45yD8Czb {  }
 }@media only screen and (max-width: 763px) { #c9XXt4vGXnX8uN4wkimy2IfNVsHthoGG #dbwKkl9B9PQG6k8DMMXcsN3JwwIimber {  }
 }@media only screen and (max-width: 763px) { #c9XXt4vGXnX8uN4wkimy2IfNVsHthoGG #iIHMaq7WW5ulKTqT94z4voVApUnFbg2T {  }
 }@media only screen and (max-width: 763px) { #c9XXt4vGXnX8uN4wkimy2IfNVsHthoGG #F3nazGRDmvXzmP8HXkSaTux7moAi2XX2 {  }
 }@media only screen and (max-width: 763px) { #c9XXt4vGXnX8uN4wkimy2IfNVsHthoGG #DBtf14f9KIKB4D99WXlWrnuLzEId38kg {  }
 }@media only screen and (max-width: 763px) { #c9XXt4vGXnX8uN4wkimy2IfNVsHthoGG #mflTZCZIpP0qCQktDixuCLAH8xOrOltF {  }
 }@media only screen and (max-width: 763px) { #c9XXt4vGXnX8uN4wkimy2IfNVsHthoGG #KVqllR4hFd4Pgdif4iMOo664vSDHPTo7 {  }
 }@media only screen and (max-width: 763px) { #c9XXt4vGXnX8uN4wkimy2IfNVsHthoGG #tFZDdnJ7kP0SFSz9EHZdQLEF6iibAdnc {  }
 }@media only screen and (max-width: 763px) { #c9XXt4vGXnX8uN4wkimy2IfNVsHthoGG #yoiWl9zmANoOK9OiMM9z1afLsUg2JrBA {  }
 }@media only screen and (max-width: 763px) { #c9XXt4vGXnX8uN4wkimy2IfNVsHthoGG #q4VXUJtBvRurGfFkA6WV9zHX5EetM9t0 {  }
 }@media only screen and (max-width: 763px) { #c9XXt4vGXnX8uN4wkimy2IfNVsHthoGG #Nk0BdAxpcfGavO5pfTT38ZdIEtT1lXLr {  }
 }@media only screen and (max-width: 763px) { #c9XXt4vGXnX8uN4wkimy2IfNVsHthoGG #xZDbp0MpD0VKricCcl9c99ysPcMJb0v8 {  }
 }@media only screen and (max-width: 763px) { #c9XXt4vGXnX8uN4wkimy2IfNVsHthoGG #p9AgUJFgWTAzbMNznAsdNlnPlLIkp4e6 {  }
 }@media only screen and (max-width: 763px) { #c9XXt4vGXnX8uN4wkimy2IfNVsHthoGG #HuWpigX21hPnvnbNQc4GGPRHcUVvR7KV {  }
 }@media only screen and (max-width: 763px) { #c9XXt4vGXnX8uN4wkimy2IfNVsHthoGG #Ho3gTKti5QgJWD7DGp5NT1ABXGMxKbm4 {  }
 }@media only screen and (max-width: 763px) { #c9XXt4vGXnX8uN4wkimy2IfNVsHthoGG #aQpO91TaEZxxfabw0xFv9JnXvldI2Xv0 {  }
 }@media only screen and (max-width: 763px) { #c9XXt4vGXnX8uN4wkimy2IfNVsHthoGG #tyF7v9lxyS67Z7ZVCxFNR9FVTnTQOS1C {  }
 }@media only screen and (max-width: 763px) { #c9XXt4vGXnX8uN4wkimy2IfNVsHthoGG #avtHaqw1xLPIVBvNz1T4AE9tNSIP4iCv {  }
 }@media only screen and (max-width: 763px) { #TKDquyf0JpVlTM2l7QrS1Q19TKTDPm6G { display:block; }#TKDquyf0JpVlTM2l7QrS1Q19TKTDPm6G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WtsW4fo5Mxh2ik3p7wtAiJHEET6ND6A7 { top:13.5rem;left:2.1875rem;width:8.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEahao8Q2pQE2D36t9fFOPbDz8xeHF3A { top:11.6875rem;left:2.1875rem;width:6.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7GReggovzTqy38diBEJ9Pt6DkE3C6U5 { top:13.5rem;left:0rem;width:8.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEPUZOyuDpwvTgSWbtUT3tmOMBSKCH9Q { top:11.6875rem;left:0rem;width:5.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOyfzP4nOzxHnG3Z90rfqW0OJuIAdHUN { top:8.4375rem;left:0rem;width:10.5625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqWEQrpTzIey8TWycNT9LWdgUHBQr1S0 { top:8.4375rem;left:2.1875rem;width:9.8125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAGokhVoUpTdl1MLNZpcHgg5zgONdIg3 { top:6.125rem;left:0rem;width:21.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zv4nR0CXvmf9ZuTnFo59spm30HpnKRNk { top:2.6875rem;left:0rem;width:47.4375rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cSs84VEE9NbBBFOgyMVme9cV2Udxeh62 { display:block; }#cSs84VEE9NbBBFOgyMVme9cV2Udxeh62 > .row .container { width:20rem;height:14.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VaTfOqWvLUiNNf78FwvMEz684Q6ww3Rm { width:6.8125rem;height:3.8125rem;top:1.25rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnMu2SHAI6ZoCip1gHter1mQPM28OHMP { width:4.5625rem;height:1.29980625rem;top:11.4121125rem;left:7.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgCHHiJM7Z9IkRoRoCG5r5N4deAnREC3 { width:6.625rem;height:1.29980625rem;top:6.3125rem;left:6.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pW7oXescoXWhXXR9ZlJzlTue5G5pOh7g { width:6.625rem;height:1.29980625rem;top:8.86230625rem;left:6.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:65.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FUWbCbxLFRRAPiL7dTDvml63sEv1yOUG { width:20rem;height:12.9980625rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7WwWaWEydW8RoztGcz9ypnt8WwIIRgV { width:12.625rem;height:6.499rem;top:26.37158203125rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPqqpeKqqJ84si2LonvhooeHMIwOlmZ3 { width:0.125rem;height:8.1875rem;top:15.560546875rem;left:-0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbAz9Ely3g79W2vTwvAVLD6DX6ECJcR5 { width:16.375rem;height:7.7988125rem;top:15.560546875rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPCgrn0qxpob0nNEEcJRfCThZLK348hO { width:0.125rem;height:6.875rem;top:26.37158203125rem;left:-0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmsxa41wk4yR550Ss2776TxpFxAWQwON { width:17.75rem;height:3.25rem;top:34.3955078125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #INAtsDcTx3my9V5NTZJDXXKmHxSGK2Rr { display:block; }
 }@media only screen and (max-width: 763px) { #V1KgUJ272c4A65UsKLcwDq7IbWoCS1gb { width:12.6875rem;height:3.25rem;top:39.3955078125rem;left:3.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpATCtJc7e3uEq7MQ0H0rdKAxJMiFze2 { display:block; }
 }@media only screen and (max-width: 763px) { #WNiqUT4ZicHKBzNXT5SE3Iq2kbw5G8k9 { width:20rem;height:20rem;top:44.3330078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #truFd9UHoaAQXe9AeHUhdoMvN728ROP9 { display:block; }#truFd9UHoaAQXe9AeHUhdoMvN728ROP9 > .row .container { width:20rem;height:106.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DqeflsI5IDQ4QmCUfi136rdrAFhMiVmk { width:20rem;height:2.5996125rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8coZL42HhFmavvgdCkmreVUBcsXDleE { width:20rem;height:45.5625rem;top:5.3994140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8t8sB4DTVcm92hg8GxficATgSVqZTJr { width:11.8125rem;height:3.25rem;top:6.0996125rem;left:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gq7Lu6IErfJLS8aT6KsnOyvbNC6homkl { width:17.875rem;height:1.13720625rem;top:8.275390625rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzeMAlg6IVPuhWkPNGZCsQ7FCetswHMN { width:6.625rem;height:2.11230625rem;top:12.537109375rem;left:1.34375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B92auanJ7li1sZyBHxlFd6T5rF1A7MLV { width:11.875rem;height:1.13720625rem;top:10.037109375rem;left:1.09375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAsOQqmH62Ornb9KmeBfTXSwxhqp8BgV { width:3.4375rem;height:1.13720625rem;top:13.14990234375rem;left:7.96875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nv6cnkTb1WG84c2dCHNaXX5wS7wMCErc { display:flex;width:1rem;height:1rem;top:22.4375rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #mXvQ44FLabtqd9LVVqt3sFRVMDnBVvw4 { width:13.75rem;height:1.29980625rem;top:22.3125rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8MtTgZTsm5kBZkorbPoyZDzV0b3gHuf { display:flex;width:1rem;height:1rem;top:24.375rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #FAMCiTUo1LFKMaSO7DTFGKJ5bbmRyNT9 { width:15.375rem;height:1.29980625rem;top:24.25rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnfDq9dUz4LuWeOssTtTTZLpE0Jsc6xg { display:flex;width:1rem;height:1rem;top:29.5625rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #dm0wr97aIdQie6fnqc20GXEodKcfCEg4 { width:10.5625rem;height:3.89941875rem;top:29.5625rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7OB55w92UXZPS0MQlAePGubNUmgPbZd { display:flex;width:1.0625rem;height:1.0625rem;top:35.125rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #E1aTUC77VFcXtTcNWgq8vGUv0ewzrNZq { width:13.9375rem;height:2.5996125rem;top:34.875rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xI9ZlQrmBQc6CIxzxTVVvlknNnhL0eLl { display:flex;width:1.0625rem;height:1.0625rem;top:38.625rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #EhKtkEXn9luP0MobRqIHutAI1bZOCvd9 { width:14.75rem;height:2.5996125rem;top:38.375rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gq3o5dSi3UGZgsrFnaUivSnIaQML4cDr { width:12.9375rem;height:1.29980625rem;top:41.9375rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4C8iIBTJnoGcElKvTl00ef1OBTFOpD0 { display:flex;width:1.0625rem;height:1.0625rem;top:42.125rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #mau4AgxgZT6EDPcczVQTeESBlXluZkT7 { width:14.125rem;height:2.375rem;top:46.4677734375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDgJQQL3mLseaJrCPL5BxG6G3m6nTG2v { display:block; }
 }@media only screen and (max-width: 763px) { #lSRUcaEEdGLxb0H3LnMISOsBpTfp9itf { width:20rem;height:50.375rem;top:52.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HviTMvqt7HFGN0f3uL5s1MQgwATfLsNP { width:11.125rem;height:3.25rem;top:53.1875rem;left:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmfZziczOMKVTawlIQkZMaAxanGAX89a { width:11rem;height:1.13720625rem;top:55.3125rem;left:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUnOC41MgwrRUOg4WD4XAnhmH2PigDWZ { width:15.0625rem;height:2.2744125rem;top:57.0625rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxFkbo2GQqBH8QJAWvOypsHvO829dQIV { width:8.625rem;height:1.13720625rem;top:62.125rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpAfSGxR0d45m19PuepOApZgDrmWH3IX { width:6.625rem;height:2.11230625rem;top:63.25rem;left:1.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sk5JJi2l2FbFT0CenwTdE9asSoTB7VHS { width:3.4375rem;height:1.13720625rem;top:63.75rem;left:7.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zp8DNMZpmOAZSOPTkSWvuP1IHQZbQbMr { width:12.8125rem;height:1.13720625rem;top:60.0625rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RM9BavBnmtARRNR78Uck3x4dxUGdDzg0 { display:flex;width:1rem;height:1rem;top:72.0625rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #ga9XzwMXDazWtoHIsv4XHLe5BZLT8Amo { width:14.0625rem;height:1.29980625rem;top:71.9375rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKG3G6AxTnEGgrnKL4MbprOPnVfQrrfH { display:flex;width:1rem;height:1rem;top:73.8125rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #Xy8a6XwtPZHMXpqosV32afKPZrC8yIgx { width:12.625rem;height:1.29980625rem;top:73.6875rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyHKSBalcMT5yowwTDfhdbHJQ42pfIHA { display:flex;width:1rem;height:1rem;top:75.75rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #BbV4BnOqfXzbsGeQhgDugtEhOvF3NKnE { width:15.875rem;height:2.5996125rem;top:75.4375rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXmzZPrhWJimTFWxpXvWIDBAH0OmDqHk { display:flex;width:1rem;height:1rem;top:81.3125rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #UpQeNSfvSJRGuliHuHuadTMFxSwlecny { width:10.1875rem;height:3.8994125rem;top:81.125rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9C5Sz24tZQr8RhsCUwbuEH9hrQsTqEM { display:flex;width:1.0625rem;height:1.0625rem;top:86.5625rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #sMmAfOm4BAcPZhODIyFVMSoupPin1Et4 { width:12.1875rem;height:3.8994125rem;top:86.375rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rC6w947nS6AbKXifP4bA3OZ3lhs7q2W9 { display:flex;width:1.0625rem;height:1.0625rem;top:91.25rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #fE3KzB5TSPvLmqFAF9TrARwgoLFmolAt { width:11.9375rem;height:2.5996125rem;top:91rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWfzwFuMLzNSNrBFJxuZktNUeiygub7o { display:flex;width:1.0625rem;height:1.0625rem;top:94.8125rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #wJxhOvMhhgxQ9SfXHCiiUd75mCS1NgdK { width:12.375rem;height:1.29980625rem;top:94.625rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGc8kM1MU2LO0zb4NmTinoIuKTmU4D48 { width:15.5625rem;height:2.5625rem;top:98.845703125rem;left:2.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxlWb2nOnyxVurzDzDq7TDs7bmhb67r8 { display:block; }
 }@media only screen and (max-width: 763px) { #QtbKTDK4LodWCE7gE34da6zD1JtOv9cs { width:6.625rem;height:2.11230625rem;top:14.16162109375rem;left:1.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PesfTLfnnb29mlNHLVVK3N8y1sDVqVzI { width:14.625rem;height:2.2744125rem;top:16.27392578125rem;left:1.34375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5EmfXEmkTWb5z3v6pRrnU2HBQI4uH4y { width:6.625rem;height:2.11230625rem;top:18.8603515625rem;left:1.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uy7NDURMwlVucb29XLyGntk1u6qDFRST { width:3.4375rem;height:1.13720625rem;top:19.34814453125rem;left:6.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqQ3T34qHWa9EFqoFqhpwO1MEDthQADt { width:6.625rem;height:2.11230625rem;top:65.125rem;left:1.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ku6IPv5rwDzvqRLuWIyJz1CWyZA26oaZ { width:14.25rem;height:2.2744125rem;top:67.125rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIDTcTDxxMVDHDpFQnLtiFn78IIOi8iy { width:6.625rem;height:2.11230625rem;top:69.4375rem;left:1.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZmvJGSynQSpwpISoQTVoUBUCDiB8qID { width:3.4375rem;height:1.13720625rem;top:69.9375rem;left:6.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogea8uMTZUoUZDfsRrEfMyVRLHJM5C2E { display:flex;width:1rem;height:1rem;top:78.5rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #okPPa1L9TWQSpBuaUnCwZPs93QU8gCGz { width:10.125rem;height:2.5996125rem;top:78.375rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMrVSww0kBem2Uch5rLIRHCuwTGv9NVJ { display:flex;width:1rem;height:1rem;top:26.4375rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #J7rpCn8DrPkq7oXiqLe87h71KBnZlUNz { width:10.125rem;height:2.5996125rem;top:26.375rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxN6R2qgesV4uqpddvPEEkDxMdrxPrgk { width:9.625rem;height:1.13720625rem;top:60.0625rem;left:10.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTTvzM7fcqDGLDVGWPKuNPQ7svVz4p8b { width:9.625rem;height:1.13720625rem;top:10.037109375rem;left:10.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2ygKDbTWy8q7bkEuaed3KgH5WOuAV2f { width:20rem;height:1.4624rem;top:2.599609375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q30v0n6k5qrD7MAr09x7FZxWmHkGUr19 { width:7.875rem;height:1.13720625rem;top:11.400390625rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSfu1pRi7X0St2uADKvwAVhdWyvfBw0I { display:block; }#oSfu1pRi7X0St2uADKvwAVhdWyvfBw0I > .row .container { width:20rem;height:125.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #khLcU8XniirOaXaCdo21rrXXnT9DUmNu { width:19rem;height:4.875rem;top:1.25rem;left:0.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTlToehfwdp3oXKuoRS1LNRN1TLQTQ99 { width:18.625rem;height:4.875rem;top:63.607421875rem;left:0.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMPLo1ycT5MWssgAUWfCTQfOZ8HsCeFq { width:12rem;height:49.39254375rem;top:7.875rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbNC5DeCVHCVaPwqnB9eT4mi2ZF9QF7s { display:flex;width:2.0625rem;height:2.0625rem;top:71rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EFBAUcRX1REgovQDFnKwSA2sHygZa3Hp { display:flex;width:2.0625rem;height:2.0625rem;top:7.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iUKGnTipTWRWFT4btJQzZUBSvzohDwMa { display:flex;width:2.0625rem;height:2.0625rem;top:14.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cqbNmHvX2wWEF1oxgryCvN9JpWATqXO4 { display:flex;width:2.0625rem;height:2.0625rem;top:31.53955078125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Tan8zztKcH7SoynQcN8e6SN8tIOLXLi1 { display:flex;width:2.0625rem;height:2.0625rem;top:40.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TBdOKwlg0foXpV7mEJDu5lhyncgFu5J2 { display:flex;width:2.0625rem;height:2.0625rem;top:23.544921875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #mclgVXd7T67SDCQAg4Fpo3m3B76mzX4R { display:flex;width:2.0625rem;height:2.0625rem;top:49.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WEyXw2yCrTvNO8lOuCBNpmVafZsxzoGk { width:12.375rem;height:48.0926875rem;top:71rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJkV58RPtTHVBflrMMN0btspJdR4xLeV { display:flex;width:2.0625rem;height:2.0625rem;top:94.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vOZizTb6baWXWpLmkPLgZvcwCtSI9idS { display:flex;width:2.0625rem;height:2.0625rem;top:78.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CnNm5irSLzA6VSHaGXXqNWNQ6V0GMMzo { display:flex;width:2.0625rem;height:2.0625rem;top:86.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XezHVwHwU37LmSIZ41ShOA3blK2BvaTD { display:flex;width:2.0625rem;height:2.0625rem;top:102.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SlBGgPDTBZJ7tkH9LQNvkNRWCD1AZG4C { display:flex;width:2.0625rem;height:2.0625rem;top:110rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KHtdX92fUmF15eVeMcVXAyTp7ITtCD5a { width:0.125rem;height:4.625rem;top:57.857421875rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nylIpmdP6SRKPTtW8nTuBGQadnwAoXeD { display:block; }#nylIpmdP6SRKPTtW8nTuBGQadnwAoXeD > .row .container { width:20rem;height:140.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yKkkOFck9v6v6MltBlkw7hwf1fz8U5SO { width:20rem;height:10.3984375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMKEcTx7Btqs2lN639olSNyKkOrlBI1U { width:20rem;height:18.75rem;top:20.647rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzXPRA8meKi2DuxH8uoNeMQ3hhAoS74x { width:18.75rem;height:1.29980625rem;top:26.08447265625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1CeppqanGcdrmXadChLqd9lpX1zbLCB { display:flex;width:3.125rem;height:3.125rem;top:22.08447265625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #u8BTmLGsbVLI2RTH1TIJ2aG7PkP156fw { width:18.125rem;height:9.597625rem;top:28.63525390625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRxcEfcEx8SZntSxp6Igo8T5ay4T3HtJ { width:20rem;height:18.75rem;top:40.647rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkiBOqWqCEzxpB2UbQGwQFJELZyWQHFR { width:18.125rem;height:7.9980625rem;top:48.63525390625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SowzP6Zg1o5wXs4nmL8Xmd3BTOeGxT5O { width:18.75rem;height:1.29980625rem;top:46.02197265625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJXkcwOzunApMZL1dXQULLe5e9MUex7E { display:flex;width:3.125rem;height:3.125rem;top:42.20947265625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #lpKXxqk2TU0oMTurmsEKyrqctDiXQq3V { width:20rem;height:18.75rem;top:60.647rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1mPF9RQEbTx92gKWoxeNJ1wIHVwKx8B { width:18.125rem;height:9.59765625rem;top:68.57275390625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWuSZTvD12kcCLqfTZSgcxQ7JTQwmJVW { width:18.75rem;height:1.29980625rem;top:66.0845rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4afMItlRDAzsRpx1dQF1UZGS6tTeAsJ { display:flex;width:3.125rem;height:3.125rem;top:62.20947265625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #JaqiAExIPxRr5ABe9tm4LEWGPneC9Pot { width:20rem;height:18.75rem;top:80.647rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACxD5Ukh3g2QTlvTU0PsxM7JkBw4rkxp { width:18.125rem;height:9.597625rem;top:88.6845703125rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQvaw0XRmeFBoyJh5uCT5StcTrurtOoS { width:18.75rem;height:1.29980625rem;top:86.0845rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3ZT6yAQqyNTxTKuiWZXy95pALPbUEAr { display:flex;width:3.125rem;height:3.125rem;top:82.08447265625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #ftJ9kTFhSrUIVTfrtHdqADNsrr668Wg2 { width:20rem;height:18.75rem;top:100.647rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQ83yR71hNG4ObhCt1QLJAUwWDkoHrFH { width:19.125rem;height:9.597625rem;top:108.6845703125rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHTdyT5CNTCzFCpH1Hd7GNIrnXfcgSMO { width:18.75rem;height:1.29980625rem;top:106.27197265625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OH6rxQTiAtVWgdFPXxslfliQeJ8U2Fab { display:flex;width:3.125rem;height:3.125rem;top:102.08447265625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #nJT7whdkcOxAmvk32oK94fB89rl0l1ec { width:20rem;height:18.75rem;top:120.647rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSBD9enl7Be8451sFXCtIbrL08JXBfrn { width:18.125rem;height:9.597625rem;top:128.6845703125rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zuwg8sap6m3MxtzQCzMeApFw6xz6VUXe { width:18.75rem;height:1.29980625rem;top:126.0845rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIJzhbp3yCVyqASq5Smiq1swdrdOC2PD { display:flex;width:3.125rem;height:3.125rem;top:122.08447265625rem;left:8.5rem; }
 }@media only screen and (max-width: 763px) { #vaNNtCAXMJAkSBC2x7uOBVLt9KhlDhRJ { width:20rem;height:6.499rem;top:12.8984375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Md5BAs6dr7pZ3SKahhDuMhkgEttiKT7x { display:block; }#Md5BAs6dr7pZ3SKahhDuMhkgEttiKT7x > .row .container { width:20rem;height:44.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vHdy3iligblaDI8P7Xol078eSMQ2ggQD { width:20rem;height:12.9980625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LipX6zsVeHqAGbkoBaqb37GGHeOs6DLy { width:20rem;height:22.0966875rem;top:15.4980625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIKcfd1p14c8n8zf09vdtaw9r1eHLfqi { width:17.75rem;height:3.25rem;top:38.84475rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQtwtKy2WpNFaHl8fgHMbtklsd7QN05s { display:block; }
 }@media only screen and (max-width: 763px) { #NsaAr0akBP8rx8bykTIH9f80SE2fCLV0 { display:block; }#NsaAr0akBP8rx8bykTIH9f80SE2fCLV0 > .row .container { width:20rem;height:89.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nFRiLRctRdSvyi8i4DkkIPs2LTAdT21P { width:20rem;height:7.7988125rem;top:80.537109375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 { display:flex;height:auto;width:17.5rem;top:5.9121125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #UX0szEv7JH16edsHa1GT6lnBOQRUbwmM {  }
 }@media only screen and (max-width: 763px) { #VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #FH3vlnni2JeOFCCM0yOQC6U3DAasPFqn {  }
 }@media only screen and (max-width: 763px) { #VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #VUAkakvkB3hyfolHAKdyGZlHepdyc514 {  }
 }@media only screen and (max-width: 763px) { #VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #SLRpb83wHuiqKOUqPC6Ws797DpQEnr7Q {  }
 }@media only screen and (max-width: 763px) { #VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #zgRxVXPhUspK8NJqeNVy89AMoWk9kzcF {  }
 }@media only screen and (max-width: 763px) { #VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #dx19Ure2zoDm9qV3y2rOlxyQAAkh9cqX {  }
 }@media only screen and (max-width: 763px) { #VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #iPaVZXvZ9bulIfWRusCEdRvqSimkZOgU {  }
 }@media only screen and (max-width: 763px) { #VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #bRVkdpCeO7hAfKaMlgC9pn8nkQWhNXfd {  }
 }@media only screen and (max-width: 763px) { #VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #tr9LQbtFLT0RFT0D8MCfl1WGZuxOFaEU {  }
 }@media only screen and (max-width: 763px) { #VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #CbDD2KTGzH76sxdRPM8TTLbtvckH2Gv2 {  }
 }@media only screen and (max-width: 763px) { #VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #QvBTbrrtvm4wI7dUialyuKTuBweswfQr {  }
 }@media only screen and (max-width: 763px) { #VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #OFoX0d73TkvFqM1KLsZudwgzXnS838nx {  }
 }@media only screen and (max-width: 763px) { #VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #gbaLVmQ6cRvXJOdFWwOe9qX91OidVgsI {  }
 }@media only screen and (max-width: 763px) { #VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #lss6DuX8Wxui36ttAsUsReABhARxqtQp {  }
 }@media only screen and (max-width: 763px) { #VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #G39k3KDGLreABONtFblA8RCoNvkvuzs9 {  }
 }@media only screen and (max-width: 763px) { #VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #eRsB9yVRuVh4thA0B0C28UDuklJdBZyX {  }
 }@media only screen and (max-width: 763px) { #VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #M8ESf1PrGzmG9030cxCWZimPWf1yxbQZ {  }
 }@media only screen and (max-width: 763px) { #VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #is88Ns1XLMu9SMxBBwx69ZQ9qCdAyDlZ {  }
 }@media only screen and (max-width: 763px) { #VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #g52vc1bNM6wUZRMTWxJgrk7tCLxE1w7C {  }
 }@media only screen and (max-width: 763px) { #VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #kTFTtmod1C7Lah7pGsBi6Qn4pLV6XfFi {  }
 }@media only screen and (max-width: 763px) { #VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #vRGxoHXngJVW6oEBcX22EmOaHwHDdoRV {  }
 }@media only screen and (max-width: 763px) { #VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #LuHKXCEIVk8bZTkgpupyJg8bpIpRoiq7 {  }
 }@media only screen and (max-width: 763px) { #VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #SEtIBNAsLSTC51T5dQXtdoUp8XBH7Bdp {  }
 }@media only screen and (max-width: 763px) { #VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #LKmgwuBz5TJmBn1ygRvfhWZuglkrNz9U {  }
 }@media only screen and (max-width: 763px) { #VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #Jp2PN9fNuagNwifoiCLUCQMlDm4Cv4s7 {  }
 }@media only screen and (max-width: 763px) { #VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #cT5QEWVHXEOTTvgSqcFSq8FiEW1JgGe4 {  }
 }@media only screen and (max-width: 763px) { #VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #DIiORg9uMbHDtIgaHMmqNDUwTfw1i5r3 {  }
 }@media only screen and (max-width: 763px) { #VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #Di7zIidToIq87hgxT8xOVZK74bVUTSQJ {  }
 }@media only screen and (max-width: 763px) { #VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #ReAkrBJbO0BJrGXSCf4TumvpOy8oh6y6 {  }
 }@media only screen and (max-width: 763px) { #VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #wSsFwCROADr8es3aOrAxvDZ3PUfzV4d8 {  }
 }@media only screen and (max-width: 763px) { #VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #GBM3C3EWIb05zAiIB2v5ydwbqs4MAJC0 {  }
 }@media only screen and (max-width: 763px) { #VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #Ja8qbe7WuNCf041TOxCgCrClcyF0Td1E {  }
 }@media only screen and (max-width: 763px) { #VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #KqFNx2FHUbx8Qpb9FRv7zJd72xRu8woD {  }
 }@media only screen and (max-width: 763px) { #VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #t656n8WT8osglftlhfRUCKl4vTuRoL59 {  }
 }@media only screen and (max-width: 763px) { #VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #PgSzd1h7yfP5Jce3TBUmC2oQ2ukCEmTp {  }
 }@media only screen and (max-width: 763px) { #VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #UL2etITup67zP0OIi0IaBtgzpOT1lF7w {  }
 }@media only screen and (max-width: 763px) { #VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #IZdfMbuBJiLkQ9sTiWDMV2X0nVwcKcpO {  }
 }@media only screen and (max-width: 763px) { #VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #wvAxyzmpo2IeKgIC0g3cu5aqTfkTbMtk {  }
 }@media only screen and (max-width: 763px) { #VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #L0q2toA0c7z8Uv6Hp12TboZNhGPJ0Uta {  }
 }@media only screen and (max-width: 763px) { #VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #sJAInPq9zwW8fG9u09xUz13dh7t3Oy8T {  }
 }@media only screen and (max-width: 763px) { #VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #czvUHIdVuO0S3FIDaQLNhhdgr7goXTlN {  }
 }@media only screen and (max-width: 763px) { #VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #Kg2cZEh1eh2aKKqOtJBfFmgNaUCLuCNK {  }
 }@media only screen and (max-width: 763px) { #VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #qW0W6eTPf36xr8DWrfkmohiN2KiPceEC {  }
 }@media only screen and (max-width: 763px) { #VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #DCP7PtW1QJiNPMWi4ps47bh6a8KTqWFS {  }
 }@media only screen and (max-width: 763px) { #VTIGw9JZUTdkTXmEg4RCcSeRcFmmILe4 #ow9zUzewNpOhH2ZFqsonbqVBD4lFSXo2 {  }
 }@media only screen and (max-width: 763px) { #VCAXzLKbsw9fplgTnm77fL9mxIysOd3y { display:block; }#VCAXzLKbsw9fplgTnm77fL9mxIysOd3y > .row .container { width:20rem;height:130.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vm93yxRR9Gwukh6TlTl6PxReBTua7aSx { width:20rem;height:18.75rem;top:10.2983125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXh5P9PloJeypRRHUic9mRJTWy1CbFGO { width:18.75rem;height:1.29980625rem;top:15.9233125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5iikybVFRW323X9PutqX20XGH475Dzg { display:flex;width:3.125rem;height:3.125rem;top:11.6728515625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #XgdX8MeiLOVkL7LpoxWPd5nbCmLbq39X { width:18.125rem;height:7.9980625rem;top:18.2353515625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZ2zJreCOCbFxPpZsJXbMwsz3Upv71Ic { width:18.125rem;height:1.5996125rem;top:26.79541015625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qemA9gdKniytA1UCbb2fESnMioU9Fm7b { width:20rem;height:18.75rem;top:30.2983125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNuUhbkbctDuOCyCXw0QVW2B7aTQvk3t { width:18.125rem;height:1.5996125rem;top:46.7978515625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnocItkLzzTbO3X58c201kGpcdvBkXX8 { width:18.125rem;height:7.9980625rem;top:38.2978515625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVTOAeyBmaHoB9uckwLGLtwqeP7KC1Ec { width:18.75rem;height:1.29980625rem;top:35.9228515625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGx0oCkF8fMUmx6sUnRt0J5rIt9t6WQA { display:flex;width:3.125rem;height:3.125rem;top:31.7353515625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #FOdvBPbKU64ZI8toTCGaWLrdxE5GwLuM { width:20rem;height:18.75rem;top:50.2983125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSTppvgSSXiIlHZJqO6xTMOlKIKZD4cC { width:18.75rem;height:1.29980625rem;top:55.9853515625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVTtUvgdTBHqSpGl5FB3cnIweMkkq1ga { width:18.125rem;height:7.9980625rem;top:58.2978515625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKfJB0SNW8e4ghhXU5VTb1WyAlSJCvTc { width:18.125rem;height:1.5996125rem;top:66.9228515625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNFefZgEFvfxg1CyP1bR72x5xc7AqE37 { display:flex;width:3.125rem;height:3.125rem;top:51.7353515625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #N14CmVrbpAf8yIDpt8RvWe2yX9CC3MsK { width:20rem;height:18.75rem;top:70.2983125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5OSZi1fhf4x0huWQJ7MfF6UzRFWDTEl { width:18.75rem;height:1.29980625rem;top:75.9233125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoJTcFI9MOcc7qTUVyuU6Zb154ms8cBt { width:18.125rem;height:7.9980625rem;top:78.2353515625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekTLsnFmKXDH9b3QaG97BTAgs5R0pUgz { width:18.125rem;height:1.5996125rem;top:86.7978515625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A83rxqFJPRu9uM1upIMrJgw2CfAOLZko { display:flex;width:3.125rem;height:3.125rem;top:71.9228515625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #qBJvPFCJSGqdKIaUdXeTR9VLrrOLSFhl { width:20rem;height:18.75rem;top:90.2983125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPp80sivB9PZAlEb6WC4TzrDHVqdkF0s { width:18.125rem;height:1.5996125rem;top:106.8603515625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwbDVntAGrA58wQsQ4R04x4r4n4m0sT8 { width:18.125rem;height:6.3984375rem;top:99.9599609375rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sxw7TNkNNODec2He5I56lSSTupKHgXT7 { width:18.75rem;height:2.5996125rem;top:95.9233125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SE6RGitAEyc8CwF2GuXM2maWH8OzTT73 { display:flex;width:3.125rem;height:3.125rem;top:92.0478515625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #TTLL8xZNFSNu3JI0IGsqlxHfof8Vg2Rl { width:20rem;height:18.75rem;top:110.2983125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7QQ4cxkNqXSDDLKg6TtUaXZ9H2THH35 { width:18.125rem;height:1.5996125rem;top:126.7978515625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLcTT0xeGdPC4PSlMUl7gyemUJeDu4N7 { width:18.5rem;height:6.3984375rem;top:119.7978515625rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmkgFbLxJoAOeCWOXbC95XlnrARbopTu { width:18.75rem;height:2.5996125rem;top:115.9233125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tz16f4JuQ06uoWFZyixu3buHs1emE96f { display:flex;width:3.125rem;height:3.125rem;top:111.9853515625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #V6pT62xsxGic6mdBkB782axELbmAoocy { width:20rem;height:7.7988125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAF8AIwOQZ6lSLC4J43hZf5EFcdlMqMn { display:block; }#ZAF8AIwOQZ6lSLC4J43hZf5EFcdlMqMn > .row .container { width:20rem;height:56.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Clv9GSlmakCXJwTVhnBNFpB4d8zVzzEi { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nweIh9ZlHGzycCA3tLnfuKARKX2Nq7gJ { width:20rem;height:9.75rem;top:7.69921875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PW60lwRtF555y4SEayTHdPNoqT7a8MCD { width:20rem;height:1.625rem;top:18.69921875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFnRu6grGIUoCAt1XBa3x7d6WITuK6Sz .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hFnRu6grGIUoCAt1XBa3x7d6WITuK6Sz .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hFnRu6grGIUoCAt1XBa3x7d6WITuK6Sz .widget-input-text {padding-top: 0; padding-bottom: 0;}#hFnRu6grGIUoCAt1XBa3x7d6WITuK6Sz .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hFnRu6grGIUoCAt1XBa3x7d6WITuK6Sz .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hFnRu6grGIUoCAt1XBa3x7d6WITuK6Sz .widget-input-select {padding-top: 0; padding-bottom: 0;}#hFnRu6grGIUoCAt1XBa3x7d6WITuK6Sz .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hFnRu6grGIUoCAt1XBa3x7d6WITuK6Sz .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hFnRu6grGIUoCAt1XBa3x7d6WITuK6Sz  { width:17.5rem;height:auto;top:18.5996125rem;left:0rem; }
#hFnRu6grGIUoCAt1XBa3x7d6WITuK6Sz .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hFnRu6grGIUoCAt1XBa3x7d6WITuK6Sz {display:block;}#hFnRu6grGIUoCAt1XBa3x7d6WITuK6Sz { width:17.5rem;height:auto;top:27.69921875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hFnRu6grGIUoCAt1XBa3x7d6WITuK6Sz #yrRM466HsXwd5B5yuZ7K4nQbEkal61PO {  }
 }@media only screen and (max-width: 763px) { #hFnRu6grGIUoCAt1XBa3x7d6WITuK6Sz #TWu5o9D6akhqsFDXTPrCH3vuC3rKFKAc {  }
 }@media only screen and (max-width: 763px) { #hFnRu6grGIUoCAt1XBa3x7d6WITuK6Sz #ftLcpsXQspIRwJ2Zguy1vsc7HXV39ODZ {  }
 }@media only screen and (max-width: 763px) { #hFnRu6grGIUoCAt1XBa3x7d6WITuK6Sz #LUxUKOx6Q7GyfZeFOsU1sTxlaL2MDl94 {  }
 }@media only screen and (max-width: 763px) { #hFnRu6grGIUoCAt1XBa3x7d6WITuK6Sz #yXnzZ6x44hlzgQf6nfvAZiTO5GR2pTEn {  }
 }@media only screen and (max-width: 763px) { #hFnRu6grGIUoCAt1XBa3x7d6WITuK6Sz #enkmWegekbD1ZdMtaen5bLPsRPr9K2cZ {  }
 }@media only screen and (max-width: 763px) { #hFnRu6grGIUoCAt1XBa3x7d6WITuK6Sz #twU3RQ7kSKWdB1w9cmlW4foqiygASgHi {  }
 }@media only screen and (max-width: 763px) { #hFnRu6grGIUoCAt1XBa3x7d6WITuK6Sz #WotkIH7G7cOGt8tkfcH8ZLTyUQCFCDyC {  }
 }@media only screen and (max-width: 763px) { #hFnRu6grGIUoCAt1XBa3x7d6WITuK6Sz #vqZxS7SC2geFrmXFqrsPzpQUs4mDWUhK {  }
 }@media only screen and (max-width: 763px) { #hFnRu6grGIUoCAt1XBa3x7d6WITuK6Sz #oBiv0JfLKQTTwU1CI6S4HKiMiISxdLW5 {  }
 }@media only screen and (max-width: 763px) { #hFnRu6grGIUoCAt1XBa3x7d6WITuK6Sz #UWKXdEUUZvNlsAqhe0UvMufxtm6UA3Jr {  }
 }@media only screen and (max-width: 763px) { #hFnRu6grGIUoCAt1XBa3x7d6WITuK6Sz #xyT4cxUFNL8cnwQELCOmpXoxLqDH3Vek {  }
 }@media only screen and (max-width: 763px) { #hFnRu6grGIUoCAt1XBa3x7d6WITuK6Sz #e1PhQTH4302uNWJxouL4gsH5bp2wmNXN {  }
 }@media only screen and (max-width: 763px) { #hFnRu6grGIUoCAt1XBa3x7d6WITuK6Sz #cxrqHT3q2xHsJBMpix2dSdSnL3goxQHz {  }
 }@media only screen and (max-width: 763px) { #hFnRu6grGIUoCAt1XBa3x7d6WITuK6Sz #s7MUlfUpOwzgR5q5xmlrs22u8eG7P154 {  }
 }@media only screen and (max-width: 763px) { #hFnRu6grGIUoCAt1XBa3x7d6WITuK6Sz #BATURXvwBDp92WPT6pwytqZIC2qUaAC4 {  }
 }@media only screen and (max-width: 763px) { #hFnRu6grGIUoCAt1XBa3x7d6WITuK6Sz #VXgMaKDGoNACCzFXkAd7UiIaIU0Vsb9y {  }
 }@media only screen and (max-width: 763px) { #cC0MaVCWXDN5vzlBcKJ11IMN50GFl5s5 { width:20rem;height:4.875rem;top:21.57421875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMMIDtKkd6No8HZHapQkFZ7vHqVpA6yT { display:block; }#rMMIDtKkd6No8HZHapQkFZ7vHqVpA6yT > .row .container { width:20rem;height:90.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oHmVTkcXuX1tJkdZOlUsxv3S1NZcwzgL { width:20rem;height:5.19921875rem;top:84.037109375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9XXt4vGXnX8uN4wkimy2IfNVsHthoGG .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#c9XXt4vGXnX8uN4wkimy2IfNVsHthoGG { display:flex;height:auto;width:17.5rem;top:5.9121125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #c9XXt4vGXnX8uN4wkimy2IfNVsHthoGG #VaG4FSsVsFZMtN7wb0Dm68ZUpg9Wzi44 {  }
 }@media only screen and (max-width: 763px) { #c9XXt4vGXnX8uN4wkimy2IfNVsHthoGG #Kh2x5LbwlbLgQQIwoLdAD4FhDTPTZa1o {  }
 }@media only screen and (max-width: 763px) { #c9XXt4vGXnX8uN4wkimy2IfNVsHthoGG #nuKdWdlsBFpa5Q77y5Z0GWxln6EakICA {  }
 }@media only screen and (max-width: 763px) { #c9XXt4vGXnX8uN4wkimy2IfNVsHthoGG #xqu6beSqkl3hbftUTA7JsLGHQSTgcsw4 {  }
 }@media only screen and (max-width: 763px) { #c9XXt4vGXnX8uN4wkimy2IfNVsHthoGG #JTg7kDArBAyPBzfIPNHXbcswHJgfn49V {  }
 }@media only screen and (max-width: 763px) { #c9XXt4vGXnX8uN4wkimy2IfNVsHthoGG #FUUyloDxUJnPtPe6fkrfzIhgGy1Jycra {  }
 }@media only screen and (max-width: 763px) { #c9XXt4vGXnX8uN4wkimy2IfNVsHthoGG #WLZRWiLbrAG0n6gTu7xXFtAxAHwzRxpI {  }
 }@media only screen and (max-width: 763px) { #c9XXt4vGXnX8uN4wkimy2IfNVsHthoGG #HmswFcCFpJGva7ay87lGsbsfkVato3n8 {  }
 }@media only screen and (max-width: 763px) { #c9XXt4vGXnX8uN4wkimy2IfNVsHthoGG #EamK4bvX1HDIB4QFnoEWspPHOlLKaX4k {  }
 }@media only screen and (max-width: 763px) { #c9XXt4vGXnX8uN4wkimy2IfNVsHthoGG #ayCtys66qPURhtuS2WFQTnsvO6xVoDeO {  }
 }@media only screen and (max-width: 763px) { #c9XXt4vGXnX8uN4wkimy2IfNVsHthoGG #XhtQ00IQDr7mlg4tAputBsL2nTIPiwUt {  }
 }@media only screen and (max-width: 763px) { #c9XXt4vGXnX8uN4wkimy2IfNVsHthoGG #EQ0zKtTSfF1XiCtHSymJEqKffZxNWE4z {  }
 }@media only screen and (max-width: 763px) { #c9XXt4vGXnX8uN4wkimy2IfNVsHthoGG #X39Jbz4lmq5HDkROXTOzoq1g45yD8Czb {  }
 }@media only screen and (max-width: 763px) { #c9XXt4vGXnX8uN4wkimy2IfNVsHthoGG #dbwKkl9B9PQG6k8DMMXcsN3JwwIimber {  }
 }@media only screen and (max-width: 763px) { #c9XXt4vGXnX8uN4wkimy2IfNVsHthoGG #iIHMaq7WW5ulKTqT94z4voVApUnFbg2T {  }
 }@media only screen and (max-width: 763px) { #c9XXt4vGXnX8uN4wkimy2IfNVsHthoGG #F3nazGRDmvXzmP8HXkSaTux7moAi2XX2 {  }
 }@media only screen and (max-width: 763px) { #c9XXt4vGXnX8uN4wkimy2IfNVsHthoGG #DBtf14f9KIKB4D99WXlWrnuLzEId38kg {  }
 }@media only screen and (max-width: 763px) { #c9XXt4vGXnX8uN4wkimy2IfNVsHthoGG #mflTZCZIpP0qCQktDixuCLAH8xOrOltF {  }
 }@media only screen and (max-width: 763px) { #c9XXt4vGXnX8uN4wkimy2IfNVsHthoGG #KVqllR4hFd4Pgdif4iMOo664vSDHPTo7 {  }
 }@media only screen and (max-width: 763px) { #c9XXt4vGXnX8uN4wkimy2IfNVsHthoGG #tFZDdnJ7kP0SFSz9EHZdQLEF6iibAdnc {  }
 }@media only screen and (max-width: 763px) { #c9XXt4vGXnX8uN4wkimy2IfNVsHthoGG #yoiWl9zmANoOK9OiMM9z1afLsUg2JrBA {  }
 }@media only screen and (max-width: 763px) { #c9XXt4vGXnX8uN4wkimy2IfNVsHthoGG #q4VXUJtBvRurGfFkA6WV9zHX5EetM9t0 {  }
 }@media only screen and (max-width: 763px) { #c9XXt4vGXnX8uN4wkimy2IfNVsHthoGG #Nk0BdAxpcfGavO5pfTT38ZdIEtT1lXLr {  }
 }@media only screen and (max-width: 763px) { #c9XXt4vGXnX8uN4wkimy2IfNVsHthoGG #xZDbp0MpD0VKricCcl9c99ysPcMJb0v8 {  }
 }@media only screen and (max-width: 763px) { #c9XXt4vGXnX8uN4wkimy2IfNVsHthoGG #p9AgUJFgWTAzbMNznAsdNlnPlLIkp4e6 {  }
 }@media only screen and (max-width: 763px) { #c9XXt4vGXnX8uN4wkimy2IfNVsHthoGG #HuWpigX21hPnvnbNQc4GGPRHcUVvR7KV {  }
 }@media only screen and (max-width: 763px) { #c9XXt4vGXnX8uN4wkimy2IfNVsHthoGG #Ho3gTKti5QgJWD7DGp5NT1ABXGMxKbm4 {  }
 }@media only screen and (max-width: 763px) { #c9XXt4vGXnX8uN4wkimy2IfNVsHthoGG #aQpO91TaEZxxfabw0xFv9JnXvldI2Xv0 {  }
 }@media only screen and (max-width: 763px) { #c9XXt4vGXnX8uN4wkimy2IfNVsHthoGG #tyF7v9lxyS67Z7ZVCxFNR9FVTnTQOS1C {  }
 }@media only screen and (max-width: 763px) { #c9XXt4vGXnX8uN4wkimy2IfNVsHthoGG #avtHaqw1xLPIVBvNz1T4AE9tNSIP4iCv {  }
 }@media only screen and (max-width: 763px) { #TKDquyf0JpVlTM2l7QrS1Q19TKTDPm6G { display:block; }#TKDquyf0JpVlTM2l7QrS1Q19TKTDPm6G > .row .container { width:20rem;height:25.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WtsW4fo5Mxh2ik3p7wtAiJHEET6ND6A7 { width:8.4375rem;height:1.29980625rem;top:22.9980625rem;left:5.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEahao8Q2pQE2D36t9fFOPbDz8xeHF3A { width:6.1875rem;height:1.29980625rem;top:17.89845rem;left:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7GReggovzTqy38diBEJ9Pt6DkE3C6U5 { width:8.4375rem;height:1.29980625rem;top:20.44825625rem;left:5.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEPUZOyuDpwvTgSWbtUT3tmOMBSKCH9Q { width:5.625rem;height:1.29980625rem;top:15.34864375rem;left:7.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOyfzP4nOzxHnG3Z90rfqW0OJuIAdHUN { width:10.5625rem;height:2.5996125rem;top:7.64941875rem;left:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqWEQrpTzIey8TWycNT9LWdgUHBQr1S0 { width:9.8125rem;height:2.5996125rem;top:11.49903125rem;left:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAGokhVoUpTdl1MLNZpcHgg5zgONdIg3 { width:20rem;height:2.5996125rem;top:3.79980625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Zv4nR0CXvmf9ZuTnFo59spm30HpnKRNk { width:20rem;height:1.29980625rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }