.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:223,233,255;--color-primary-1:158,190,255;--color-primary-2:93,146,255;--color-primary-3:56,88,153;--color-primary-4:14,49,102;--color-secondary-0:243,239,219;--color-secondary-1:225,215,191;--color-secondary-2:185,165,98;--color-secondary-3:172,149,97;--color-secondary-4:249,91,1;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Copernicus";--paragraphs-font-family:"Copernicus"; }@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;position:relative;display:block; }
#PbhNcAtI9ATZJwvluI1fyL4TrOzVHWnh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PbhNcAtI9ATZJwvluI1fyL4TrOzVHWnh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PbhNcAtI9ATZJwvluI1fyL4TrOzVHWnh > .row > .video-iframe-container { display: none; }#PbhNcAtI9ATZJwvluI1fyL4TrOzVHWnh > .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); }#LpLD2Fc4nKADUQ8eId8Gx7fMXsbFAf02 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),0.75);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#LpLD2Fc4nKADUQ8eId8Gx7fMXsbFAf02 > .row .container { background-color: transparent; background-image: none; }#LpLD2Fc4nKADUQ8eId8Gx7fMXsbFAf02::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LpLD2Fc4nKADUQ8eId8Gx7fMXsbFAf02 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LpLD2Fc4nKADUQ8eId8Gx7fMXsbFAf02 > .row .container > .video-iframe-container { display: none; }#LpLD2Fc4nKADUQ8eId8Gx7fMXsbFAf02 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LpLD2Fc4nKADUQ8eId8Gx7fMXsbFAf02 > .row > .video-iframe-container { display: none; }#LpLD2Fc4nKADUQ8eId8Gx7fMXsbFAf02 > .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); }#LpLD2Fc4nKADUQ8eId8Gx7fMXsbFAf02 > .row .container { border-width: 0; border-radius: 0; }#LpLD2Fc4nKADUQ8eId8Gx7fMXsbFAf02 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LpLD2Fc4nKADUQ8eId8Gx7fMXsbFAf02 > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#xe7aNUfV6mtAgZNTwylEa3DlPBFQR6zN { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:6.9375rem;top:0.8125rem;left:4.6875rem;overflow:hidden;display:block; }
#HKEQOiNr7dCaqzbnCQrOKR1zl5yyLITe { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.25rem;height:2.875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:0.21875rem;left:46.7744140625rem;display:none; }
#OUl2C9KPqOtvqapzxTa2nVh2IDo7D5sg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yVbKke0UdBLC0GQQ5fAIsMVhDH65fufy { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.8125rem;height:2.875rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:0.21875rem;left:60.2119140625rem;display:none; }
#zqQHMTKlDAvD9VfRJWLmbI6RHQEmGe5M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GZThNBV1p3mhXHg9tkrrx9o6ckmpaTTs { color:rgba(var(--color-tertiary-0),1);display:block;width:23.625rem;position:absolute;font-family:"roboto condensed";font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:1.4563713073731rem;left:17.497371673584rem;height:1.4625rem;display:block; }
#PXMd80pdJXLUkRomV3dlOLVdvC11xeZ5 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:7.5rem;top:0.5625rem;left:0rem;overflow:hidden;display:none; }
#ZgFImb2qd0vRdf1bCyaql6vbpS5MM133 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:7.5rem;top:0.5625rem;left:0rem;overflow:hidden;display:none; }
#Q6lsvdzwtnPSfCSzggJINnImmJ2i3q9h { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:"roboto condensed";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:1.6875rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:0.8125rem;left:60.687498092651rem;display:none; }
#EZrKJTmH71fGS7hvpI5mxJd99QV6W2ZE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FWbFhtqTbwSRRpcK7cnxSUFwVrqzdlUn { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:2.875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:0.21875rem;left:36.0625rem;display:none; }
#L9IIgwfDOAhFZIRTufc1v2OxUlC1PaAI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nWJF9LflvmG4QzoeoBLqe2daA6XJOiEh { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color: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:avalon;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:2.1875rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:1.125rem;left:55.5rem;display:block; }
#vLi2zzJ1P0TGvUCzPMD7bWcQFx9elnFe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tb0naz6nniphcLtq5v5K2WTqAtLfT4mE { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color: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:avalon;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.4375rem;height:2.1875rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:1.0625rem;left:62.5625rem;display:block; }
#UkPbK8EB0HW1LIvs9KhQ4DsT0G5T7dQT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ui1R0gFTZr2MQ3PFTxnfEJXamCpXVZlL { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color: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:avalon;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.1875rem;height:2.1875rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:1.125rem;left:46.625rem;display:block; }
#sl7tzTRWeKFbVsdUK3gg46By3SB6VqJx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JS3QSfcu029UIrMIm16rCLUEDKQlT6Pn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#JS3QSfcu029UIrMIm16rCLUEDKQlT6Pn > .row .container { background-color: transparent; background-image: none; }#JS3QSfcu029UIrMIm16rCLUEDKQlT6Pn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JS3QSfcu029UIrMIm16rCLUEDKQlT6Pn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JS3QSfcu029UIrMIm16rCLUEDKQlT6Pn > .row .container > .video-iframe-container { display: none; }#JS3QSfcu029UIrMIm16rCLUEDKQlT6Pn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JS3QSfcu029UIrMIm16rCLUEDKQlT6Pn > .row > .video-iframe-container { display: none; }#JS3QSfcu029UIrMIm16rCLUEDKQlT6Pn > .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); }#JS3QSfcu029UIrMIm16rCLUEDKQlT6Pn > .row .container { border-width: 0; border-radius: 0; }#JS3QSfcu029UIrMIm16rCLUEDKQlT6Pn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JS3QSfcu029UIrMIm16rCLUEDKQlT6Pn > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#q1f7TQVqE6RMn0B2cJq36RmEa9ELMdlG { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.25rem;height:2.875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:0.21875rem;left:46.7744140625rem;display:none; }
#BJnH2p7UXxdTpyscnmvv9JoolNsOKgm7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qf4o5sv1Dp7ZzWoJ9lFceQC78qvnNOz8 { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.8125rem;height:2.875rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:0.21875rem;left:60.2119140625rem;display:none; }
#co3nqM7BLNsn270CfwChOU1ipHl2aobX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PF2WPlcryGM4cBfwxSqTulfOD71QW57s { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:7.5rem;top:0.5625rem;left:0rem;overflow:hidden;display:none; }
#FTbtlSe80zJhAAGfHOdWdAf4UihTsx19 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:7.5rem;top:0.5625rem;left:0rem;overflow:hidden;display:none; }
#KwGEdkHOlC6ocVsffM5rEXPgFGfvkGEa { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:"roboto condensed";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:1.6875rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:0.8125rem;left:60.687498092651rem;display:none; }
#nnwnBllEEF6AkEwUo1TlhRQ79mhr5nk3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O52SurdKOttpvpoXV0vOf0Di7R8NxJN4 { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:2.875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:0.21875rem;left:36.0625rem;display:none; }
#VTK4TRUffTDoeTsgqIwvbXvMqKRK4s5A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HrxTouULmOkiuCUJ6ZwdXgiktFH0Gfcs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#HrxTouULmOkiuCUJ6ZwdXgiktFH0Gfcs > .row .container { border-width: 0; border-radius: 0; }#HrxTouULmOkiuCUJ6ZwdXgiktFH0Gfcs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HrxTouULmOkiuCUJ6ZwdXgiktFH0Gfcs > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:none; }#bzqFKTWiryhFzPfRN3Zib3ZLfyv8toFf { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.25rem;height:2.875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:0.21875rem;left:46.7744140625rem;display:none; }
#uxNVDG8VQxI0XmLFGWDfy5gieXMtuJtT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IlDCnQAMrGnbae0HEPPTDEDnk0OocU6r { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.8125rem;height:2.875rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:0.21875rem;left:60.2119140625rem;display:none; }
#IDiXoIX2buyX6XbOOwASazCETJLiyN3V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LqlsoyiykS7hu1FVu9m35W3Pvnt1iClU { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:7.5rem;top:0.5625rem;left:0rem;overflow:hidden;display:none; }
#N73e573WAr4pKBK2SGLeEcTQV5KRo5K9 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:7.5rem;top:0.5625rem;left:0rem;overflow:hidden;display:none; }
#fXqyiiEIxDcACMgALXnNo1WiSs6qfzgn { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:"roboto condensed";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:1.6875rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:0.8125rem;left:60.687498092651rem;display:none; }
#MoDfC1w2Q3xd5UhTCUKt31VWFvRiF4ma { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QC8KuhzikM10XfTD6PTCfDbLKKRHCsbi { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:2.875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:0.21875rem;left:36.0625rem;display:none; }
#xCVTBCZizJQ8Z5v6TMVocXiWvhsJAT67 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZdanhthOVBpokWrqWu5WQCQvMC08hilM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZdanhthOVBpokWrqWu5WQCQvMC08hilM > .row .container { background-color: transparent; background-image: none; }#ZdanhthOVBpokWrqWu5WQCQvMC08hilM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZdanhthOVBpokWrqWu5WQCQvMC08hilM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZdanhthOVBpokWrqWu5WQCQvMC08hilM > .row .container > .video-iframe-container { display: none; }#ZdanhthOVBpokWrqWu5WQCQvMC08hilM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZdanhthOVBpokWrqWu5WQCQvMC08hilM > .row > .video-iframe-container { display: none; }#ZdanhthOVBpokWrqWu5WQCQvMC08hilM > .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); }#ZdanhthOVBpokWrqWu5WQCQvMC08hilM > .row .container { border-width: 0; border-radius: 0; }#ZdanhthOVBpokWrqWu5WQCQvMC08hilM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZdanhthOVBpokWrqWu5WQCQvMC08hilM > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#FJaWLTokf3QEQTyo5SZwsehRKEEN7B4p { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:avalon;font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:9.37467956543rem;left:0rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AyrOSo195Bc6MFzliGx1nBtc39CF8cL4 { color:#18478f;display:block;width:5.4375rem;position:absolute;font-family:avalon;font-size:1.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.81217956543rem;left:34.811878204346rem;height:1.54375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PxNkTB9vRFTSJzmOf79DQ0BAWnlpi9ip { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-4),0.23);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:45.875rem;top:18.436767578125rem;left:14.561632156372rem;display:block; }
#EUrDloe9JcCCMnXovcN7MvutXfPinKit { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:15.3125rem;top:2.1862640380859rem;left:29.685333251953rem;overflow:hidden;display:block; }
#TRBNmpRv5JHtCMtNZnB0ObWmw6wL06W7 { position:relative;display:none; }#TRBNmpRv5JHtCMtNZnB0ObWmw6wL06W7 { border-width: 0; border-radius: 0; }#TRBNmpRv5JHtCMtNZnB0ObWmw6wL06W7 > .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; }#TRBNmpRv5JHtCMtNZnB0ObWmw6wL06W7 > .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:15.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#bfHWoqqV5NKk3i5ECxPTxTdrv2PqC35Q { color:#383838;display:block;width:45.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.7;letter-spacing:0;top:1.5867176055908rem;left:14.561717987061rem;height:11.475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rQivLywWDk0mOkJVpv3SHOV7AASA2fUq { position:relative;display:block; }#rQivLywWDk0mOkJVpv3SHOV7AASA2fUq { background-color: transparent; background-image: none; }#rQivLywWDk0mOkJVpv3SHOV7AASA2fUq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rQivLywWDk0mOkJVpv3SHOV7AASA2fUq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rQivLywWDk0mOkJVpv3SHOV7AASA2fUq > .row .container > .video-iframe-container { display: none; }#rQivLywWDk0mOkJVpv3SHOV7AASA2fUq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rQivLywWDk0mOkJVpv3SHOV7AASA2fUq > .row > .video-iframe-container { display: none; }#rQivLywWDk0mOkJVpv3SHOV7AASA2fUq > .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); }#rQivLywWDk0mOkJVpv3SHOV7AASA2fUq { border-width: 0; border-radius: 0; }#rQivLywWDk0mOkJVpv3SHOV7AASA2fUq > .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; }#rQivLywWDk0mOkJVpv3SHOV7AASA2fUq > .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:22.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; }#XtnCLOT9UntFQUuFqGwcmoQTtcTxw0aE { color:#383838;display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:3.7300338745117rem;left:11.873264312744rem;height:8.925rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#J48CgyuMn3vQQpcz5T4a4QCciJdI97yP { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-3),0.87);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5rem;width:51.25rem;top:14.061632275581rem;left:11.873552322387rem;display:block; }
#MTprcSrHXkfcSQvfR2TJ5CbKhTVNen1W { position:absolute;display:block;z-index:15004;border-top:0.0625rem solid #c3c4c7;border-left:0.0625rem solid #c3c4c7;border-right:0.0625rem solid #c3c4c7;border-bottom:0.0625rem solid #c3c4c7;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(var(--color-tertiary-4),0.25) ;height:9.25rem;width:17.1875rem;top:3.75rem;left:45.889036178589rem;overflow:hidden;display:block; }
#KqVXbBdMFycExaEteVxsJHyUHtxTDK72 { position:absolute;display:block;z-index:15001;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:51.25rem;top:14.497830510139rem;left:11.874277114868rem;display:block; }
#z6lXBOwvSLQtLsBcocuVIqXoPRRLDhEV { color:rgba(var(--color-tertiary-2),1);display:block;width:8.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:14.997685551643rem;left:13.123552322387rem;height:1.31293125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#g9BkqN0J8NzD1U69FQX53SHNd70yJJip { color:rgba(var(--color-tertiary-2),1);display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:14.998409390449rem;left:28.748552322387rem;height:1.31293125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LGyXCIIisSd19QkUO6xN46bETQM2rwhN { color:rgba(var(--color-tertiary-2),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:14.999132275581rem;left:43.749280929566rem;height:1.31293125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#nlsV1ruVnBPTUyraz10FDWzGdPoOGqV9 { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:0.125rem;top:15.061343312264rem;left:25.311777114868rem;display:block; }
#Prpu4iTIstpPgcz4ignkQ6EVeH7PmDnL { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:0.125rem;top:15.123554348946rem;left:41.873556137085rem;display:block; }
#UZgU3mTDb3eCBfENQgspN44O9xuw1yks { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:48.75rem;top:16.810475468636rem;left:13.123552322387rem;display:block; }
#LUK2kpkq1g6LNP3Ks0Ey8BECSiv7aTTT { color:rgba(var(--color-tertiary-2),1);display:block;width:9.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:17.436198353768rem;left:28.747831344604rem;height:1.31293125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pBq6ZhzZoL4Z5Q5bHRO1JnqJVNqWdJHn { color:rgba(var(--color-tertiary-2),1);display:block;width:8.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:17.435475468636rem;left:13.123552322387rem;height:1.31293125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kJsPMl5CcWZ5FTyr2zGclzyf6Gpmx10V { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:0.125rem;top:17.687211155891rem;left:25.311777114868rem;display:block; }
#zx5OAykaigBxpGAkpB1NAWQwkxdImu9a { color:rgba(var(--color-primary-3),1);display:block;width:30.9375rem;position:absolute;font-family:avalon;font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.3125rem;left:11.873264312744rem;height:2.275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#L56FTMqGUvH3IlAKgT2dzD0uStxtzPeN { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-4),0.23);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:51.25rem;top:21.561778187752rem;left:11.874277114868rem;display:block; }
#lgWu3h7IAdPmsvollUm4mNWkDklx6XBP { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:48.5rem;top:16.9375rem;left:13.25rem;display:none; }
#GvggVEDiFIlS2A5QHOaszDbFRf7upwpy { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:48.5rem;top:16.9375rem;left:13.25rem;display:none; }
#VR3P8uFiVb6U01nsdNRkCs6TCHPwb1yz { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:48.5rem;top:16.9375rem;left:13.25rem;display:none; }
#VayBAJlNu2ccwBONZ9vOq9AM0cSc0FaZ { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:48.5rem;top:16.9375rem;left:13.25rem;display:none; }
#KBN6igx53w40Ig8QFAODOtCw0MxcwXvF { position:relative;display:block; }#KBN6igx53w40Ig8QFAODOtCw0MxcwXvF { background-color: transparent; background-image: none; }#KBN6igx53w40Ig8QFAODOtCw0MxcwXvF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KBN6igx53w40Ig8QFAODOtCw0MxcwXvF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KBN6igx53w40Ig8QFAODOtCw0MxcwXvF > .row .container > .video-iframe-container { display: none; }#KBN6igx53w40Ig8QFAODOtCw0MxcwXvF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KBN6igx53w40Ig8QFAODOtCw0MxcwXvF > .row > .video-iframe-container { display: none; }#KBN6igx53w40Ig8QFAODOtCw0MxcwXvF > .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); }#KBN6igx53w40Ig8QFAODOtCw0MxcwXvF { border-width: 0; border-radius: 0; }#KBN6igx53w40Ig8QFAODOtCw0MxcwXvF > .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; }#KBN6igx53w40Ig8QFAODOtCw0MxcwXvF > .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:24.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; }#TfDFqZslRIQ5mM3T2mWfsuK6T7DFsSDN { color:#383838;display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:3.7300338745117rem;left:11.873264312744rem;height:10.4125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#SRhaeuxcJUX7FiqUAqf5FgPrVNnxMgf3 { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-3),0.87);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5rem;width:51.25rem;top:15.311632156372rem;left:11.873552322387rem;display:block; }
#BJVy6QJUUUHbS4h81ZEz79hD1T8O5iHN { position:absolute;display:block;z-index:15004;border-top:0.0625rem solid #c3c4c7;border-left:0.0625rem solid #c3c4c7;border-right:0.0625rem solid #c3c4c7;border-bottom:0.0625rem solid #c3c4c7;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(var(--color-tertiary-4),0.25) ;height:9.125rem;width:17.1875rem;top:3.75rem;left:45.889036178589rem;overflow:hidden;display:block; }
#zwLXTwBscxmT2DXwygUHnHDS3rH3X49o { position:absolute;display:block;z-index:15001;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:51.25rem;top:15.747831344604rem;left:11.874277114868rem;display:block; }
#RvbSAv6yzsf71WbapBs8clNDCSp8IwbH { color:rgba(var(--color-tertiary-2),1);display:block;width:8.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:16.247686386108rem;left:13.123552322387rem;height:1.31293125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fn01traFTqA359tiAVk9ihzce76rvMMs { color:rgba(var(--color-tertiary-2),1);display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:16.248407363892rem;left:28.748552322387rem;height:1.31293125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JghRARzev76J5ygaMbPsKZgw6VbMmP3T { color:rgba(var(--color-tertiary-2),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:16.249132156372rem;left:43.749998092651rem;height:1.31293125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#pANvBppuLqlKlSEnH7tSaTbVAhHmXPRM { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:0.125rem;top:16.31134223938rem;left:25.311777114868rem;display:block; }
#i6R82UVOKqc69T976vATPCTD6IaJDdri { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:0.125rem;top:16.373552322387rem;left:41.873556137085rem;display:block; }
#TuAwHXo9DbH1QAB7Lf6AmPaJSzPOpDMt { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:48.75rem;top:18.060476303101rem;left:13.123552322387rem;display:block; }
#aNZEAcfHOeb9upq0JD4aHsTxL6wcsp7T { color:rgba(var(--color-tertiary-2),1);display:block;width:9.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:18.686197280884rem;left:28.747831344604rem;height:1.31293125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LRRisLRFeMITTKfGOnrrwcr0ggpyGIcH { color:rgba(var(--color-tertiary-2),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:18.686197280884rem;left:43.749280929566rem;height:1.31293125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#L7KniOCnyalyzB72MK8FyVGCyHvWZGPF { color:rgba(var(--color-tertiary-2),1);display:block;width:8.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:18.685476303101rem;left:13.123552322387rem;height:1.31293125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sbzEdSkVROKB2x80ShoCQUR498VqfKJW { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:0.125rem;top:18.937211990356rem;left:25.311777114868rem;display:block; }
#UrnC73KX1DgvasvmI099hqqP0K6uTTwK { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:0.125rem;top:18.937211990356rem;left:41.873556137085rem;display:block; }
#oIe5X2GTFXbsTnnMehDS72ehtZuJIf2I { color:rgba(var(--color-primary-3),1);display:block;width:30.9375rem;position:absolute;font-family:avalon;font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.3125rem;left:11.873264312744rem;height:2.275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XhQFnH6TGNhxCh7LPyssrW6WlpQuVKG0 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-4),0.23);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:50.75rem;top:22.811777114868rem;left:11.874277114868rem;display:block; }
#QAhMx4ShTifywmE4boJSVJeeulBNmWW6 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:48.5rem;top:16.9375rem;left:13.25rem;display:none; }
#th6lFrAWVi6Wp1lECJkA2RMCoDQxih3P { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:48.5rem;top:16.9375rem;left:13.25rem;display:none; }
#exfnyLTSbGhWRA7kOBKMSPECHNX8ZCci { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:48.5rem;top:16.9375rem;left:13.25rem;display:none; }
#bVs0T68Eab752Znn5x7yZSyTQaK0uu3I { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:48.5rem;top:16.9375rem;left:13.25rem;display:none; }
#Tt5k9tpxIS1OPXTlQuO7Zt1m5orM8k52 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:48.5rem;top:16.9375rem;left:13.25rem;display:none; }
#KPTy8ywXEXuTseWfLQ5ySPI67vk8AbH2 { position:relative;display:block; }#KPTy8ywXEXuTseWfLQ5ySPI67vk8AbH2 { background-color: transparent; background-image: none; }#KPTy8ywXEXuTseWfLQ5ySPI67vk8AbH2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KPTy8ywXEXuTseWfLQ5ySPI67vk8AbH2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KPTy8ywXEXuTseWfLQ5ySPI67vk8AbH2 > .row .container > .video-iframe-container { display: none; }#KPTy8ywXEXuTseWfLQ5ySPI67vk8AbH2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KPTy8ywXEXuTseWfLQ5ySPI67vk8AbH2 > .row > .video-iframe-container { display: none; }#KPTy8ywXEXuTseWfLQ5ySPI67vk8AbH2 > .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); }#KPTy8ywXEXuTseWfLQ5ySPI67vk8AbH2 { border-width: 0; border-radius: 0; }#KPTy8ywXEXuTseWfLQ5ySPI67vk8AbH2 > .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; }#KPTy8ywXEXuTseWfLQ5ySPI67vk8AbH2 > .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:24.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; }#r3Uyf2TzhfRhwvLsAT4xwU0z1qKdQBuH { color:#383838;display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15000;line-height:1.7;letter-spacing:0;top:3.7300338745117rem;left:11.873264312744rem;height:10.4125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#JI355l9B99WfryXS3ETeCEBQWVm4GIeq { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-3),0.87);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5rem;width:51.25rem;top:15.624132156372rem;left:11.873552322387rem;display:block; }
#dToASAMTSEDSVf2IUsTUuTC1mNcxWrcn { position:absolute;display:block;z-index:15004;border-top:0.0625rem solid #c3c4c7;border-left:0.0625rem solid #c3c4c7;border-right:0.0625rem solid #c3c4c7;border-bottom:0.0625rem solid #c3c4c7;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(var(--color-tertiary-4),0.25) ;height:9.25rem;width:17.1875rem;top:3.75rem;left:45.889036178589rem;overflow:hidden;display:block; }
#NGhdaPrnDLT8ZrpJg1o0zf75flcvfB3X { position:absolute;display:block;z-index:15001;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:51.25rem;top:16.060331344604rem;left:11.874277114868rem;display:block; }
#PzRiA1ZFxJZcV0TXR8Hd3znZ3nO1DpzM { color:rgba(var(--color-tertiary-2),1);display:block;width:8.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:16.560186386108rem;left:13.123552322387rem;height:1.31293125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JA0UTTVfT0bXq8EoBXsAZDqAOFepxiMV { color:rgba(var(--color-tertiary-2),1);display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:16.56090927124rem;left:28.748552322387rem;height:1.31293125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aQJeIrfUcn11wm6Iu3BpvQqXTbgXJBD4 { color:rgba(var(--color-tertiary-2),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:16.561632156372rem;left:43.749998092651rem;height:1.31293125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#BW4761ecsnZNvkm0CcpdsTLPUtLsqTo9 { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:0.125rem;top:16.623844146729rem;left:25.311777114868rem;display:block; }
#iM6frHJ10aA800duSzakrOF7ceVbRlNi { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:0.125rem;top:16.686054229736rem;left:41.873556137085rem;display:block; }
#INh97LM2a3nae9JrLt6eL8akHmDibgag { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:48.75rem;top:18.372976303101rem;left:13.123552322387rem;display:block; }
#cgcILUvaVI4sylNBnoihTb5SulRsaBQh { color:rgba(var(--color-tertiary-2),1);display:block;width:9.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:18.998699188233rem;left:28.747831344604rem;height:1.31293125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JHdhJ7lgW55QL4tIHkbKKGO9vPfBNFxi { color:rgba(var(--color-tertiary-2),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:18.998699188233rem;left:43.749280929566rem;height:1.31293125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#IVZ16sbCzhTw01tAv2XFQGNRuduiGwiz { color:rgba(var(--color-tertiary-2),1);display:block;width:8.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:18.997974395752rem;left:13.123552322387rem;height:1.31293125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aT9pi52MXifa8HaJwh3DtXUdSEJC6IBU { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:0.125rem;top:19.249710083007rem;left:25.311777114868rem;display:block; }
#PLVcLZHk66dvraVX81IoiAgRtv4StOpT { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:0.125rem;top:19.249710083007rem;left:41.873556137085rem;display:block; }
#HdTM0JGx62h7ydyfNwXfPcLG44dAWLgb { color:rgba(var(--color-primary-3),1);display:block;width:30.9375rem;position:absolute;font-family:avalon;font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.3125rem;left:11.873264312744rem;height:2.275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#O7xmJU7SxttX5lSsdCLuW7p96xbGwlI6 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-4),0.23);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:51.25rem;top:23.124279022217rem;left:11.874277114868rem;display:block; }
#KOfxx1GJ1DzgFcLNtXgiaGlhmV1SXUcE { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:48.5rem;top:16.9375rem;left:13.25rem;display:none; }
#bLsPm0iJoT39riy4kRftPtr7vpvEqXCf { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:48.5rem;top:16.9375rem;left:13.25rem;display:none; }
#E2rGi0uraK8579GDhkqLp1htDP4M5TCA { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:48.5rem;top:16.9375rem;left:13.25rem;display:none; }
#OKi05O77Slw2trwZIRb6VrT18uGe6T8I { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:48.5rem;top:16.9375rem;left:13.25rem;display:none; }
#mTHVpzp3vq9iqRLku2wp4WMhUCCpcTsh { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:48.5rem;top:16.9375rem;left:13.25rem;display:none; }
#euaMriKT65NIoeUcplwSyNC7I8SDx2II { position:relative;display:block; }#euaMriKT65NIoeUcplwSyNC7I8SDx2II { background-color: transparent; background-image: none; }#euaMriKT65NIoeUcplwSyNC7I8SDx2II::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#euaMriKT65NIoeUcplwSyNC7I8SDx2II > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#euaMriKT65NIoeUcplwSyNC7I8SDx2II > .row .container > .video-iframe-container { display: none; }#euaMriKT65NIoeUcplwSyNC7I8SDx2II > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#euaMriKT65NIoeUcplwSyNC7I8SDx2II > .row > .video-iframe-container { display: none; }#euaMriKT65NIoeUcplwSyNC7I8SDx2II > .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); }#euaMriKT65NIoeUcplwSyNC7I8SDx2II { border-width: 0; border-radius: 0; }#euaMriKT65NIoeUcplwSyNC7I8SDx2II > .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; }#euaMriKT65NIoeUcplwSyNC7I8SDx2II > .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:22.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; }#UiiEchO7n25anuiOofms3xKl4mSXEpTL { color:#383838;display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:3.7300338745117rem;left:11.873264312744rem;height:8.925rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#GTDHLaRNWe5hkkRkv5E3WG5UT5ZByESy { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-3),0.87);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5rem;width:51.25rem;top:14.061630249024rem;left:11.873552322387rem;display:block; }
#aHRtR2icQJVgQom1GxJ39Zvhncb7zFLg { position:absolute;display:block;z-index:15004;border-top:0.0625rem solid #c3c4c7;border-left:0.0625rem solid #c3c4c7;border-right:0.0625rem solid #c3c4c7;border-bottom:0.0625rem solid #c3c4c7;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(var(--color-tertiary-4),0.25) ;height:9.375rem;width:17.1875rem;top:3.75rem;left:45.889036178589rem;overflow:hidden;display:block; }
#SK4p1w8OfLcJ5BsHT0H6eKWrvIfN6dL6 { position:absolute;display:block;z-index:15001;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:51.25rem;top:14.497829437256rem;left:11.874277114868rem;display:block; }
#dzCeVDDTTtAaC5qxcPiUnp2pOahzL62u { color:rgba(var(--color-tertiary-2),1);display:block;width:8.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:14.99768447876rem;left:13.123552322387rem;height:1.31293125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uZKiNKtVWwQA6RBhB52NN32BUZ7CdOA5 { color:rgba(var(--color-tertiary-2),1);display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:14.99840927124rem;left:28.748552322387rem;height:1.31293125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fXtZVUTB6EdAOIW0UWt9upSo1OyZDqRl { color:rgba(var(--color-tertiary-2),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:14.999130249024rem;left:43.749998092651rem;height:1.31293125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#pGQg5oV7LQzzJACTrdNH0RJzy42J99oJ { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:0.125rem;top:15.061340332031rem;left:25.311777114868rem;display:block; }
#CVtgTuz6T9c2HMTFKZemKTLasSsDn5AB { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:0.125rem;top:15.123550415039rem;left:41.873556137085rem;display:block; }
#cIgRP6iKCXW73e6FAO76JJaVoz7cXuZ2 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:48.75rem;top:16.810474395752rem;left:13.123552322387rem;display:block; }
#utb0fuIwkZPmJcu7ZcZvM1WecFsUJ6yk { color:rgba(var(--color-tertiary-2),1);display:block;width:9.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:17.436195373535rem;left:28.747831344604rem;height:1.31293125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IuWUgT0QA8n7SMaEMkUrMUtSeHqAPV6M { color:rgba(var(--color-tertiary-2),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:17.436195373535rem;left:43.749280929566rem;height:1.31293125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#rfRRyFew8xW20Tapmb9EUVgoTfk4C77T { color:rgba(var(--color-tertiary-2),1);display:block;width:8.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:17.435474395752rem;left:13.123552322387rem;height:1.31293125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#O2cyNP3LzZy1CGocl4TMeuFeB25lbUxE { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:0.125rem;top:17.687210083007rem;left:25.311777114868rem;display:block; }
#ByrAzkbSqlE5pb6yn6NSla1mfR323VKo { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:0.125rem;top:17.687210083007rem;left:41.873556137085rem;display:block; }
#Dm7mKDC65qQHypbBHCt7UmLGr4FJzzJx { color:rgba(var(--color-primary-3),1);display:block;width:30.9375rem;position:absolute;font-family:avalon;font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.3125rem;left:11.873264312744rem;height:2.275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sN0swCdKASmZJdLoBESsPEUGunAhMCqt { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-4),0.23);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:51.25rem;top:21.561775207519rem;left:11.874277114868rem;display:block; }
#USc8M2RVcyJTrymBITS0vsxw9WSvkx6e { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:48.5rem;top:16.9375rem;left:13.25rem;display:none; }
#JlaWmMRzVN3ItTtqmSoGgUPF4WKCxC48 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:48.5rem;top:16.9375rem;left:13.25rem;display:none; }
#ikTcz4SrhQJ8xnbO0qwhg0RpQa6y7RmC { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:48.5rem;top:16.9375rem;left:13.25rem;display:none; }
#ZEN477X0mGel82T2DzcCrW1ipiFKLiHb { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:48.5rem;top:16.9375rem;left:13.25rem;display:none; }
#CztIgURCL7TMWs4Sddi27Hf2eoIudQtV { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:48.5rem;top:16.9375rem;left:13.25rem;display:none; }
#DtOqqLkhHvlxJw4qtiJsxgTf38Bbc4k5 { position:relative;display:block; }#DtOqqLkhHvlxJw4qtiJsxgTf38Bbc4k5 { background-color: transparent; background-image: none; }#DtOqqLkhHvlxJw4qtiJsxgTf38Bbc4k5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DtOqqLkhHvlxJw4qtiJsxgTf38Bbc4k5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DtOqqLkhHvlxJw4qtiJsxgTf38Bbc4k5 > .row .container > .video-iframe-container { display: none; }#DtOqqLkhHvlxJw4qtiJsxgTf38Bbc4k5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DtOqqLkhHvlxJw4qtiJsxgTf38Bbc4k5 > .row > .video-iframe-container { display: none; }#DtOqqLkhHvlxJw4qtiJsxgTf38Bbc4k5 > .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); }#DtOqqLkhHvlxJw4qtiJsxgTf38Bbc4k5 { border-width: 0; border-radius: 0; }#DtOqqLkhHvlxJw4qtiJsxgTf38Bbc4k5 > .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; }#DtOqqLkhHvlxJw4qtiJsxgTf38Bbc4k5 > .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:22.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; }#r9yRlCGnWlLwAsQF5C80VQx1aKh1qtwx { color:#383838;display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:3.7300338745117rem;left:11.873264312744rem;height:8.925rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#Eal346vg1iJS3XTlJI1uBiGiFRLO8KSh { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-3),0.87);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5rem;width:51.25rem;top:14.061630249024rem;left:11.873552322387rem;display:block; }
#ey8UVHytf00BeiqUac0Qk5TNyTDTV9fC { position:absolute;display:block;z-index:15004;border-top:0.0625rem solid #c3c4c7;border-left:0.0625rem solid #c3c4c7;border-right:0.0625rem solid #c3c4c7;border-bottom:0.0625rem solid #c3c4c7;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(var(--color-tertiary-4),0.25) ;height:9.125rem;width:17.1875rem;top:3.75rem;left:45.889036178589rem;overflow:hidden;display:block; }
#A9XxWcIGdVHyhXkOT8RmWJOFiwTlQ9Qx { position:absolute;display:block;z-index:15001;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:51.25rem;top:14.497833251953rem;left:11.874277114868rem;display:block; }
#IW9Tqpc4b7uT6uTXrTSGuOsuTUJwC4OJ { color:rgba(var(--color-tertiary-2),1);display:block;width:8.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:14.997688293457rem;left:13.123552322387rem;height:1.31293125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#E35vMwwF3FJ7kf6NApWgpWT1zUdbOJKR { color:rgba(var(--color-tertiary-2),1);display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:14.998413085938rem;left:28.748552322387rem;height:1.31293125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xL2X08sQdzT7DMt7ncrGGlHrASXuJLWe { color:rgba(var(--color-tertiary-2),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:14.999130249024rem;left:43.749998092651rem;height:1.31293125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#mfZ2kWFoUtc8l2gQ8dQkIEhu0naS3mKH { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:0.125rem;top:15.061340332031rem;left:25.311777114868rem;display:block; }
#CEx39qELRwsqICIugLbudwZK9y7UcJcy { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:0.125rem;top:15.123558044434rem;left:41.873556137085rem;display:block; }
#uzSRe4l9TakK4WNA1y9G8q6vLU1fGFxe { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:48.75rem;top:16.810478210449rem;left:13.123552322387rem;display:block; }
#z9r8dT4ecaU9U1LNQ02ScxpiuriiD1pX { color:rgba(var(--color-tertiary-2),1);display:block;width:9.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:17.43620300293rem;left:28.747831344604rem;height:1.31293125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Gc32PsJctBcypx0iLh85KX7xRtnMMOAQ { color:rgba(var(--color-tertiary-2),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:17.43620300293rem;left:43.749280929566rem;height:1.31293125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#VaiFgEonJ4nU7hNku5su34xcswLuJe4i { color:rgba(var(--color-tertiary-2),1);display:block;width:8.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:17.435478210449rem;left:13.123552322387rem;height:1.31293125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vc2BalEsKCyKW7ZRmZe8p1w57Lx5pDrQ { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:0.125rem;top:17.687210083007rem;left:25.311777114868rem;display:block; }
#KsHRwMhfrnGniZECENhETESwX25TxVT3 { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:0.125rem;top:17.687210083007rem;left:41.873556137085rem;display:block; }
#eFcuNB9aFtZwWxNQtDGq2TStPmFAVhI8 { color:rgba(var(--color-primary-3),1);display:block;width:30.9375rem;position:absolute;font-family:avalon;font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.3125rem;left:11.873264312744rem;height:2.275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#S4TDfBWQpmZuf54RTnLcxkrB4lCbmJaG { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-4),0.23);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:51.25rem;top:21.561775207519rem;left:11.874277114868rem;display:block; }
#FVmmvX6oD68HVogI4JTQXgIsWdIE9kKH { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:48.5rem;top:16.9375rem;left:13.25rem;display:none; }
#Fu3kcpEPdqZfxVDbJDNqxrmCo68HRd75 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:48.5rem;top:16.9375rem;left:13.25rem;display:none; }
#g4CGIERggXCJtDgE5XrXxrPxTUBH2KP8 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:48.5rem;top:16.9375rem;left:13.25rem;display:none; }
#FWsx1qnSHgNoyfVRDWa9M7FR3wEAxpBK { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:48.5rem;top:16.9375rem;left:13.25rem;display:none; }
#bOd9AvLcCTdJQphP5Nwl3nR1W6rAOy1X { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:48.5rem;top:16.9375rem;left:13.25rem;display:none; }
#r48tH62fwADgMGfz5CsB3lNpAOyHhn4c { position:relative;display:block; }#r48tH62fwADgMGfz5CsB3lNpAOyHhn4c { background-color: transparent; background-image: none; }#r48tH62fwADgMGfz5CsB3lNpAOyHhn4c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r48tH62fwADgMGfz5CsB3lNpAOyHhn4c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r48tH62fwADgMGfz5CsB3lNpAOyHhn4c > .row .container > .video-iframe-container { display: none; }#r48tH62fwADgMGfz5CsB3lNpAOyHhn4c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r48tH62fwADgMGfz5CsB3lNpAOyHhn4c > .row > .video-iframe-container { display: none; }#r48tH62fwADgMGfz5CsB3lNpAOyHhn4c > .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); }#r48tH62fwADgMGfz5CsB3lNpAOyHhn4c { border-width: 0; border-radius: 0; }#r48tH62fwADgMGfz5CsB3lNpAOyHhn4c > .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; }#r48tH62fwADgMGfz5CsB3lNpAOyHhn4c > .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:24.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; }#knT1KhK9ZNEWANQRgA9Bn2IQfyzh98ZF { color:#383838;display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:3.7300338745117rem;left:11.873264312744rem;height:10.4125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#Z5gVDUb5xQpKDBDdf4bn8ernClDTeMrb { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-3),0.87);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5rem;width:51.25rem;top:15.624137878418rem;left:11.873552322387rem;display:block; }
#SrGRfL0eICS6u8uUkTgVcJrCd23y1E5w { position:absolute;display:block;z-index:15004;border-top:0.0625rem solid #c3c4c7;border-left:0.0625rem solid #c3c4c7;border-right:0.0625rem solid #c3c4c7;border-bottom:0.0625rem solid #c3c4c7;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(var(--color-tertiary-4),0.25) ;height:9.1875rem;width:17.1875rem;top:3.75rem;left:45.889036178589rem;overflow:hidden;display:block; }
#JauDpInBl2IWgPzta2aGEcVzWpHKcNHO { position:absolute;display:block;z-index:15001;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:51.25rem;top:16.060333251953rem;left:11.874277114868rem;display:block; }
#KZgmOPHBPGrdMALsGUa5M0mDdw3InD7c { color:rgba(var(--color-tertiary-2),1);display:block;width:8.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:16.560188293457rem;left:13.123552322387rem;height:1.31293125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gqIInvbgaTpp2s604J3JoQg3bHztnhqx { color:rgba(var(--color-tertiary-2),1);display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:16.560913085938rem;left:28.748552322387rem;height:1.31293125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vqEmiP0ZlCrN5HPiC49TGwklNQ6WsL70 { color:rgba(var(--color-tertiary-2),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:16.561637878418rem;left:43.749998092651rem;height:1.31293125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#I0Z7fJAMa3L4TBvzds0ALoyy6EAPumNl { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:0.125rem;top:16.623847961426rem;left:25.311777114868rem;display:block; }
#g0OdZXoVXQC8m6UME62cgV8cLPi0N1Dt { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:0.125rem;top:16.686058044434rem;left:41.873556137085rem;display:block; }
#c9g686HVgs7ww0xx1nNN4tlflF4p2Krm { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:48.75rem;top:18.372978210449rem;left:13.123552322387rem;display:block; }
#QMfiDZZA9aQtrsEXUNH5tc5UIuel15A5 { color:rgba(var(--color-tertiary-2),1);display:block;width:9.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:18.99870300293rem;left:28.747831344604rem;height:1.31293125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XOddHTEzUauvhF5pcoFBzkpf791WNWwp { color:rgba(var(--color-tertiary-2),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:18.99870300293rem;left:43.749280929566rem;height:1.31293125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#TTmQLpheXTfbzhHTr0qcFN3I7zVlgTDS { color:rgba(var(--color-tertiary-2),1);display:block;width:8.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:18.997978210449rem;left:13.123552322387rem;height:1.31293125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iHpvex8swxaPUUKVwPo14FgBEKETTO0D { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:0.125rem;top:19.249717712403rem;left:25.311777114868rem;display:block; }
#eQhuyzz2Tp9w3dxmVLSBQ59Nl8Z99iII { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:0.125rem;top:19.249717712403rem;left:41.873556137085rem;display:block; }
#c9OwtvrGAeo62d9NIgo6fKyVz4k0lHui { color:rgba(var(--color-primary-3),1);display:block;width:30.9375rem;position:absolute;font-family:avalon;font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.3125rem;left:11.873264312744rem;height:2.275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VFsdrZ8ApmKdHSiwgzN0PMmF7NATnN3c { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-4),0.23);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:51.25rem;top:23.124282836914rem;left:11.874277114868rem;display:block; }
#H9aBn0iVHZRXCZSLDVp44pto9zJEPWmd { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:48.5rem;top:16.9375rem;left:13.25rem;display:none; }
#a6N4reNuDgskEkoikdPd8cpyfekDvZiT { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:48.5rem;top:16.9375rem;left:13.25rem;display:none; }
#knH4gpqN2p6ed2JXUdUMx1uDTTnmebpw { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:48.5rem;top:16.9375rem;left:13.25rem;display:none; }
#cl5BLhmf2CzrKvMyHlmCq2o7hvTIcenK { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:48.5rem;top:16.9375rem;left:13.25rem;display:none; }
#NoMlNwGTAurdRegT5n9bfBIT9zaisdao { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:48.5rem;top:16.9375rem;left:13.25rem;display:none; }
#RAb59vTOfHOK74k9HkIxKQEAI36t2Jom { position:relative;display:block; }#RAb59vTOfHOK74k9HkIxKQEAI36t2Jom { background-color: transparent; background-image: none; }#RAb59vTOfHOK74k9HkIxKQEAI36t2Jom::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RAb59vTOfHOK74k9HkIxKQEAI36t2Jom > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RAb59vTOfHOK74k9HkIxKQEAI36t2Jom > .row .container > .video-iframe-container { display: none; }#RAb59vTOfHOK74k9HkIxKQEAI36t2Jom > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RAb59vTOfHOK74k9HkIxKQEAI36t2Jom > .row > .video-iframe-container { display: none; }#RAb59vTOfHOK74k9HkIxKQEAI36t2Jom > .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); }#RAb59vTOfHOK74k9HkIxKQEAI36t2Jom { border-width: 0; border-radius: 0; }#RAb59vTOfHOK74k9HkIxKQEAI36t2Jom > .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; }#RAb59vTOfHOK74k9HkIxKQEAI36t2Jom > .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:23.125rem;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; }#O4ssdwVIug2IJiIXtE6Zu3PAgDDk5aXG { color:#383838;display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:3.7300338745117rem;left:11.873264312744rem;height:8.925rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#Mn1Mu29TrTGaKbd8oIZohsnfrtC2bOh1 { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-3),0.87);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5rem;width:51.25rem;top:14.374132156372rem;left:11.873552322387rem;display:block; }
#mtVTTmvodSV7n6VJFGdTpD2u5gaKctew { position:absolute;display:block;z-index:15004;border-top:0.0625rem solid #c3c4c7;border-left:0.0625rem solid #c3c4c7;border-right:0.0625rem solid #c3c4c7;border-bottom:0.0625rem solid #c3c4c7;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(var(--color-tertiary-4),0.25) ;height:9.125rem;width:17.1875rem;top:3.75rem;left:45.889036178589rem;overflow:hidden;display:block; }
#DBQu0E7m3IA1n0lEp6cyQgDZVB2iwO3g { position:absolute;display:block;z-index:15001;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:51.25rem;top:14.810331344604rem;left:11.874277114868rem;display:block; }
#aoDKLOUzecgMNzRb5BinBRye4U2bmdkr { color:rgba(var(--color-tertiary-2),1);display:block;width:8.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:15.310186386108rem;left:13.123552322387rem;height:1.31293125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yNheybrhV2G9kyaXLouiRr3pxdL1EihW { color:rgba(var(--color-tertiary-2),1);display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:15.31090927124rem;left:28.748552322387rem;height:1.31293125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HOlDxe76MtAzASM6xbZ4n1f90xsS6UEu { color:rgba(var(--color-tertiary-2),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:15.311632156372rem;left:43.749998092651rem;height:1.31293125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Pfb5QwI2tpg4kPuxLcpKED3UVt3x9zpy { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:0.125rem;top:15.373844146729rem;left:25.311777114868rem;display:block; }
#kOQIfMaRWniRCe9T99hMpFqTL29K5eMg { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:0.125rem;top:15.436054229736rem;left:41.873556137085rem;display:block; }
#Av2MFZw98Vz8gVV0hnRqQe6hnCu5AeIW { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:48.75rem;top:17.122974395752rem;left:13.123552322387rem;display:block; }
#oMBAByQLTqxU0cmlIl0NGD6xtLUMOmoC { color:rgba(var(--color-tertiary-2),1);display:block;width:9.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:17.748699188233rem;left:28.747831344604rem;height:1.31293125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yXCdLEZZaNLtNDBPNy8gul1Q8Aa0HMsP { color:rgba(var(--color-tertiary-2),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:17.748699188233rem;left:43.749280929566rem;height:1.31293125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#aSCupeqOmbJhkhgkl44ic7ey85fbQS3w { color:rgba(var(--color-tertiary-2),1);display:block;width:8.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:17.747974395752rem;left:13.123552322387rem;height:1.31293125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FBfKm28Lytl6a8qmD0dMFozyXWuNvEWf { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:0.125rem;top:17.999711990356rem;left:25.311777114868rem;display:block; }
#LbfX7vK7npThIfmXLdpq9Q5uNC3m35sf { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:0.125rem;top:17.999711990356rem;left:41.873556137085rem;display:block; }
#TcsZiMaAwFbvbohG8uk00ayPG5Xbdh2w { color:rgba(var(--color-primary-3),1);display:block;width:42.5rem;position:absolute;font-family:avalon;font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.311767578125rem;left:11.872831344604rem;height:2.275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bdCQPJ1X9dAw7GByth1aX1EDXce6kwmK { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-4),0.23);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:51.25rem;top:21.874277114868rem;left:11.874277114868rem;display:block; }
#LcaEe71cST9IK2eGelbTID053gSlbshW { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:48.5rem;top:16.9375rem;left:13.25rem;display:none; }
#bzBPgA7Bbttrt53TmE7WA3oycUQo3TfZ { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:48.5rem;top:16.9375rem;left:13.25rem;display:none; }
#gFhPCkuIzHO74tfnqvHT3ukpKegT3xKU { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:48.5rem;top:16.9375rem;left:13.25rem;display:none; }
#Uh2bFfvEgTCvuDVrqiU0yqgy9rBTTmHs { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:48.5rem;top:16.9375rem;left:13.25rem;display:none; }
#nbFyaMfatbtz95lFCEa0MvK2i2JDHq7b { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:48.5rem;top:16.9375rem;left:13.25rem;display:none; }
#XU6aZ3T3pPHnXAIIqnuiTVIZxqTfQ7zL { position:relative;display:block; }#XU6aZ3T3pPHnXAIIqnuiTVIZxqTfQ7zL { background-color: transparent; background-image: none; }#XU6aZ3T3pPHnXAIIqnuiTVIZxqTfQ7zL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XU6aZ3T3pPHnXAIIqnuiTVIZxqTfQ7zL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XU6aZ3T3pPHnXAIIqnuiTVIZxqTfQ7zL > .row .container > .video-iframe-container { display: none; }#XU6aZ3T3pPHnXAIIqnuiTVIZxqTfQ7zL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XU6aZ3T3pPHnXAIIqnuiTVIZxqTfQ7zL > .row > .video-iframe-container { display: none; }#XU6aZ3T3pPHnXAIIqnuiTVIZxqTfQ7zL > .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); }#XU6aZ3T3pPHnXAIIqnuiTVIZxqTfQ7zL { border-width: 0; border-radius: 0; }#XU6aZ3T3pPHnXAIIqnuiTVIZxqTfQ7zL > .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; }#XU6aZ3T3pPHnXAIIqnuiTVIZxqTfQ7zL > .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:24.6875rem;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; }#kTAN9cEZJJdpB2kfeGWFxQ6I5SaOvSn3 { color:#383838;display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:3.7300338745117rem;left:11.873264312744rem;height:10.4125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#tVrFZ5SPloZQAXTzALW1ShmDJzHBGIHB { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-3),0.87);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5rem;width:51.25rem;top:15.936634063721rem;left:11.873552322387rem;display:block; }
#V8dfmn4nrp0DSJqq08rF9m0op1xL0nC4 { position:absolute;display:block;z-index:15004;border-top:0.0625rem solid #c3c4c7;border-left:0.0625rem solid #c3c4c7;border-right:0.0625rem solid #c3c4c7;border-bottom:0.0625rem solid #c3c4c7;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(var(--color-tertiary-4),0.25) ;height:9.1875rem;width:17.1875rem;top:3.75rem;left:45.889036178589rem;overflow:hidden;display:block; }
#qzOo3nBy9Tezeh9mHhG0PwzSTJkQsdGn { position:absolute;display:block;z-index:15001;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:51.25rem;top:16.372829437256rem;left:11.874277114868rem;display:block; }
#KGAsRHA3SfSDpUN29yhiSUbnGCo4tFDF { color:rgba(var(--color-tertiary-2),1);display:block;width:8.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:16.87268447876rem;left:13.123552322387rem;height:1.31293125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QtpA8BxMrlyM3TftdQ6455OaCadgqAON { color:rgba(var(--color-tertiary-2),1);display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:16.87340927124rem;left:28.748552322387rem;height:1.31293125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uh2Pf6XurFwMLTzXdcog2Ogb5WmZKMeh { color:rgba(var(--color-tertiary-2),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:16.874134063721rem;left:43.749998092651rem;height:1.31293125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ifDkIb0LCqFV2EM9riOFPJ3XiTCNSTtc { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:0.125rem;top:16.936344146729rem;left:25.311777114868rem;display:block; }
#iTeVl7y8Wg0tcESynVe45TdnSfngoLzr { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:0.125rem;top:16.998554229736rem;left:41.873556137085rem;display:block; }
#HDPtGNWDKA9sm1qJCD99oSLPN6Ie4dC1 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:48.75rem;top:18.685474395752rem;left:13.123552322387rem;display:block; }
#QQG6Uh4N4XU2IyLcopAnEX43NUNTLJC5 { color:rgba(var(--color-tertiary-2),1);display:block;width:9.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:19.311199188233rem;left:28.747831344604rem;height:1.31293125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ieRxUByETh2tOMITKOKrOmUxxus5vcFl { color:rgba(var(--color-tertiary-2),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:19.311199188233rem;left:43.749280929566rem;height:1.31293125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#e5I8PeXkU6IlvWZF3oPcFlT5bICq8iVM { color:rgba(var(--color-tertiary-2),1);display:block;width:8.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:19.310474395752rem;left:13.123552322387rem;height:1.31293125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pA0FFUKAE8WMnMPbhIILSXzZcCVekpfw { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:0.125rem;top:19.562210083007rem;left:25.311777114868rem;display:block; }
#ODLKIlIhaXlssEXVVwT5c27usRlHkfVL { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:0.125rem;top:19.562210083007rem;left:41.873556137085rem;display:block; }
#us4h345mZpTfxwoVJDvthJwOizZDF9q2 { color:rgba(var(--color-primary-3),1);display:block;width:30.9375rem;position:absolute;font-family:avalon;font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.3125rem;left:11.873264312744rem;height:2.275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zsRTARaalua9C07WRFOpVh14uh3BD59T { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-4),0.23);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:51.25rem;top:23.436779022217rem;left:11.874277114868rem;display:block; }
#J6qAwgM3zZrKe0XBDrUwCmrdNV2qcup0 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:48.5rem;top:16.9375rem;left:13.25rem;display:none; }
#mvhRQ7U7D8PhOAogNgkSi3nRtvCJTA0V { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:48.5rem;top:16.9375rem;left:13.25rem;display:none; }
#mm3TT1NPTUSZNkP4nGWhy8zTTx60CMdn { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:48.5rem;top:16.9375rem;left:13.25rem;display:none; }
#L4qAd8rN7usfGo5FNsPOx95WCmywu05c { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:48.5rem;top:16.9375rem;left:13.25rem;display:none; }
#R3rGTOuI2tQFaF0wo2zJpUDlsDmEE2OW { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:48.5rem;top:16.9375rem;left:13.25rem;display:none; }
#v1UyAkp0lNGU46HAywetHiygUZ4C9W3M { position:relative;display:block; }#v1UyAkp0lNGU46HAywetHiygUZ4C9W3M { background-color: transparent; background-image: none; }#v1UyAkp0lNGU46HAywetHiygUZ4C9W3M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v1UyAkp0lNGU46HAywetHiygUZ4C9W3M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v1UyAkp0lNGU46HAywetHiygUZ4C9W3M > .row .container > .video-iframe-container { display: none; }#v1UyAkp0lNGU46HAywetHiygUZ4C9W3M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v1UyAkp0lNGU46HAywetHiygUZ4C9W3M > .row > .video-iframe-container { display: none; }#v1UyAkp0lNGU46HAywetHiygUZ4C9W3M > .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); }#v1UyAkp0lNGU46HAywetHiygUZ4C9W3M { border-width: 0; border-radius: 0; }#v1UyAkp0lNGU46HAywetHiygUZ4C9W3M > .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; }#v1UyAkp0lNGU46HAywetHiygUZ4C9W3M > .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:23.4375rem;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; }#dToS2vaXXFz82Rsf93G7Ftzs7gqCIGMT { color:#383838;display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:3.7300338745117rem;left:11.873264312744rem;height:8.925rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#stIavgBuPdGvwgaE2p5CAJWdxagfUFAe { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-3),0.87);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5rem;width:51.25rem;top:14.686630249024rem;left:11.873552322387rem;display:block; }
#cIzaws2eokcDwMTZlLllyAeSrMdyfNWp { position:absolute;display:block;z-index:15004;border-top:0.0625rem solid #c3c4c7;border-left:0.0625rem solid #c3c4c7;border-right:0.0625rem solid #c3c4c7;border-bottom:0.0625rem solid #c3c4c7;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(var(--color-tertiary-4),0.25) ;height:9.3125rem;width:17.1875rem;top:3.75rem;left:45.889036178589rem;overflow:hidden;display:block; }
#pZQEAP7P68y6EGOXxCEC1XGTvzPMZQur { position:absolute;display:block;z-index:15001;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:51.25rem;top:15.122825622559rem;left:11.874277114868rem;display:block; }
#nGiox75wV9MvRuUxrtJqqvzuTiXBTzZm { color:rgba(var(--color-tertiary-2),1);display:block;width:8.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:15.622688293457rem;left:13.123552322387rem;height:1.31293125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#B0GNB4WvmRDHrZkUSH5AkLPEMCEIuPG3 { color:rgba(var(--color-tertiary-2),1);display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:15.623405456543rem;left:28.748552322387rem;height:1.31293125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KOvby5NxoVnDGB5aeo9C7motaRfI3nFW { color:rgba(var(--color-tertiary-2),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:15.624130249024rem;left:43.749998092651rem;height:1.31293125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#k4gRJo8bAS3lau1HB7amytOnnMKugN84 { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:0.125rem;top:15.686340332031rem;left:25.311777114868rem;display:block; }
#gpQIocXvACZcHTUETsP4nVT88zTgTt5L { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:0.125rem;top:15.748550415039rem;left:41.873556137085rem;display:block; }
#tLthv6yikVDqv0wkPHdIdtQp5OTVHqtb { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:48.75rem;top:17.435470581055rem;left:13.123552322387rem;display:block; }
#KsxSMSVsekGd9wAnwOd5XXLfqOUI26SH { color:rgba(var(--color-tertiary-2),1);display:block;width:9.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:18.061195373535rem;left:28.747831344604rem;height:1.31293125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#REWnV78XnmEU1GhXOcTft5scnQPTkCPw { color:rgba(var(--color-tertiary-2),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:18.061195373535rem;left:43.749280929566rem;height:1.31293125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#PN0X3aRNybcHii2zo0CilLBkUaSZel9y { color:rgba(var(--color-tertiary-2),1);display:block;width:8.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:18.060470581055rem;left:13.123552322387rem;height:1.31293125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BfIlsDAOLEQBnteWKoxgk6buMeCt4ppw { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:0.125rem;top:18.312210083007rem;left:25.311777114868rem;display:block; }
#ONkvZDkV504fJxRg27h4tHRz1sesbysq { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:0.125rem;top:18.312210083007rem;left:41.873556137085rem;display:block; }
#N1KsULEz0AS1lrGLVAVE1ZqeGTJGpgs6 { color:rgba(var(--color-primary-3),1);display:block;width:30.9375rem;position:absolute;font-family:avalon;font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.3125rem;left:11.873264312744rem;height:2.275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qFDo2AgfMdMV0xCQUQSgNGWOPc0Vc8HI { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-4),0.23);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:51.25rem;top:22.186775207519rem;left:11.874277114868rem;display:block; }
#MOHQ5bThohfpd5tgPGmZddD9mCcFmMmw { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:48.5rem;top:16.9375rem;left:13.25rem;display:none; }
#fiSyZIRFrPew0E5R3CFB1WIDHCmmpMzi { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:48.5rem;top:16.9375rem;left:13.25rem;display:none; }
#W9GfgcCvGn0fEtOmBtnhLIDvk1JGGdMu { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:48.5rem;top:16.9375rem;left:13.25rem;display:none; }
#kR4cy2r3WMy9B0D9TAAe62BIKEzHkWqt { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:48.5rem;top:16.9375rem;left:13.25rem;display:none; }
#UlnqxTi4ImepxoKusawW59sgF1wM6iOi { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:48.5rem;top:16.9375rem;left:13.25rem;display:none; }
#fvJZ8vGT2XTiEVl5LDO4RTW8A2tsp4H3 { position:relative;display:block; }#fvJZ8vGT2XTiEVl5LDO4RTW8A2tsp4H3 { background-color: transparent; background-image: none; }#fvJZ8vGT2XTiEVl5LDO4RTW8A2tsp4H3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fvJZ8vGT2XTiEVl5LDO4RTW8A2tsp4H3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fvJZ8vGT2XTiEVl5LDO4RTW8A2tsp4H3 > .row .container > .video-iframe-container { display: none; }#fvJZ8vGT2XTiEVl5LDO4RTW8A2tsp4H3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fvJZ8vGT2XTiEVl5LDO4RTW8A2tsp4H3 > .row > .video-iframe-container { display: none; }#fvJZ8vGT2XTiEVl5LDO4RTW8A2tsp4H3 > .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); }#fvJZ8vGT2XTiEVl5LDO4RTW8A2tsp4H3 { border-width: 0; border-radius: 0; }#fvJZ8vGT2XTiEVl5LDO4RTW8A2tsp4H3 > .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; }#fvJZ8vGT2XTiEVl5LDO4RTW8A2tsp4H3 > .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:23.125rem;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; }#iTz3HNUeEC7p1aQatQpatNmMOULsClqW { color:#383838;display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:3.7300338745117rem;left:11.873264312744rem;height:8.925rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#N1V9C7yRmldP7rtOPw2iFecBiNHDeCl8 { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-3),0.87);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5rem;width:51.25rem;top:14.374137878418rem;left:11.873552322387rem;display:block; }
#Tms2IAGG2mTURIce5nT9lJzfwueo6FKk { position:absolute;display:block;z-index:15004;border-top:0.0625rem solid #c3c4c7;border-left:0.0625rem solid #c3c4c7;border-right:0.0625rem solid #c3c4c7;border-bottom:0.0625rem solid #c3c4c7;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(var(--color-tertiary-4),0.25) ;height:9.25rem;width:17.1875rem;top:3.75rem;left:45.889036178589rem;overflow:hidden;display:block; }
#fCDiJJmQTkBiNNO0USKwgEh77bHlLus2 { position:absolute;display:block;z-index:15001;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:51.25rem;top:14.810325622559rem;left:11.874277114868rem;display:block; }
#nMeZ3AfqP37isMmnt05OR3C18Bc46QGq { color:rgba(var(--color-tertiary-2),1);display:block;width:8.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:15.310188293457rem;left:13.123552322387rem;height:1.31293125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#s37t6HNGlRpx9pBlskzUhIXeKuRa8n0a { color:rgba(var(--color-tertiary-2),1);display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:15.310905456543rem;left:28.748552322387rem;height:1.31293125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AZZfcJlbO8shODv1AgItSIhSXnET3s9c { color:rgba(var(--color-tertiary-2),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:15.311637878418rem;left:43.749998092651rem;height:1.31293125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#myaVfuSZgsDKFgBU1TIqqHBl23BeS3Ob { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:0.125rem;top:15.373847961426rem;left:25.311777114868rem;display:block; }
#llVBq7Bx6aVuyKgsQV2h8af7whHk9ufz { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:0.125rem;top:15.436058044434rem;left:41.873556137085rem;display:block; }
#mNMrRH2bg7SrQsQFTuCNbZyXCcfD6mbV { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:48.75rem;top:17.122978210449rem;left:13.123552322387rem;display:block; }
#m4l9QspCOIEJfU88g3hQH0GvJdm7M8GO { color:rgba(var(--color-tertiary-2),1);display:block;width:9.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:17.748695373535rem;left:28.747831344604rem;height:1.31293125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MkxDhTzlHr752b5sPH29B6p0IumoSTUI { color:rgba(var(--color-tertiary-2),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:17.748695373535rem;left:43.749280929566rem;height:1.31293125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#sLcguLXUznwkevBMxXfTJaPrFxkeQBah { color:rgba(var(--color-tertiary-2),1);display:block;width:8.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:17.747978210449rem;left:13.123552322387rem;height:1.31293125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pVgobqQE9UfZMPeppWEZgUfFkCHHvBqZ { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:0.125rem;top:17.999702453613rem;left:25.311777114868rem;display:block; }
#Ed5EHX07Rehc4oGnp3g9xBnuNQy2acqa { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:0.125rem;top:17.999702453613rem;left:41.873556137085rem;display:block; }
#SJpBgNbWzGy5K2PF52TrvNx5JVBBWF6m { color:rgba(var(--color-primary-3),1);display:block;width:30.9375rem;position:absolute;font-family:avalon;font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.3125rem;left:11.873264312744rem;height:2.275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rxU0GnGaI5DVJGpUaq8e5kiB1dzQLrXT { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-4),0.23);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:51.25rem;top:21.874275207519rem;left:11.874277114868rem;display:block; }
#ZlCr2CAWaGFOqK7FcTMohz1aZgeZ0iOy { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:48.5rem;top:16.9375rem;left:13.25rem;display:none; }
#hRTP3mCzkFJs6G3RqT9yGG6fHmWIhTLG { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:48.5rem;top:16.9375rem;left:13.25rem;display:none; }
#IDnku4HmZ1043DHgiRKFIGBpoPmgrZFC { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:48.5rem;top:16.9375rem;left:13.25rem;display:none; }
#Xneidi6XEnTPmqOa622gwB6c1WGcTbAU { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:48.5rem;top:16.9375rem;left:13.25rem;display:none; }
#R1AG1n1UBgcR75APxc9UxODrcIwOdqKG { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:48.5rem;top:16.9375rem;left:13.25rem;display:none; }
#a97OGtXlT9kaBaOvSqdEqdCgUuHrGNrr { position:relative;display:block; }#a97OGtXlT9kaBaOvSqdEqdCgUuHrGNrr { background-color: transparent; background-image: none; }#a97OGtXlT9kaBaOvSqdEqdCgUuHrGNrr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a97OGtXlT9kaBaOvSqdEqdCgUuHrGNrr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a97OGtXlT9kaBaOvSqdEqdCgUuHrGNrr > .row .container > .video-iframe-container { display: none; }#a97OGtXlT9kaBaOvSqdEqdCgUuHrGNrr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a97OGtXlT9kaBaOvSqdEqdCgUuHrGNrr > .row > .video-iframe-container { display: none; }#a97OGtXlT9kaBaOvSqdEqdCgUuHrGNrr > .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); }#a97OGtXlT9kaBaOvSqdEqdCgUuHrGNrr { border-width: 0; border-radius: 0; }#a97OGtXlT9kaBaOvSqdEqdCgUuHrGNrr > .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; }#a97OGtXlT9kaBaOvSqdEqdCgUuHrGNrr > .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:23.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; }#BOIJQoXvKpfuB7vZGFu1kybsQLRUgZ2e { color:#383838;display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:3.7300338745117rem;left:11.873264312744rem;height:8.925rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#Oe6LNAUyrwgcSaAfp6FW63zoikkS9f7P { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-3),0.87);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5rem;width:51.25rem;top:14.686630249024rem;left:11.873552322387rem;display:block; }
#F5po5MC0pdp5PaP3b9xPAHC9DeQ7Kb6b { position:absolute;display:block;z-index:15004;border-top:0.0625rem solid #c3c4c7;border-left:0.0625rem solid #c3c4c7;border-right:0.0625rem solid #c3c4c7;border-bottom:0.0625rem solid #c3c4c7;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(var(--color-tertiary-4),0.25) ;height:9.1875rem;width:17.1875rem;top:3.75rem;left:45.889036178589rem;overflow:hidden;display:block; }
#AnA1Fuu9WR8WzKQFkoxAx80Dc7ek1XIS { position:absolute;display:block;z-index:15001;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:51.25rem;top:15.122833251953rem;left:11.874277114868rem;display:block; }
#wr3p1iPm2KeBWIvLAoDI3zQs4FIH4LQX { color:rgba(var(--color-tertiary-2),1);display:block;width:8.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:15.622688293457rem;left:13.123552322387rem;height:1.31293125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HT8VTI6FmJTb47TTIQpFrL9dLtXquLnI { color:rgba(var(--color-tertiary-2),1);display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:15.623413085938rem;left:28.748552322387rem;height:1.31293125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vzMkn2fhTynCe92RFBmle9FznHzGRINT { color:rgba(var(--color-tertiary-2),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:15.624130249024rem;left:43.749998092651rem;height:1.31293125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#krSexTiKmpfvMDbUa0nQPJLnTnBqOMTc { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:0.125rem;top:15.686347961426rem;left:25.311777114868rem;display:block; }
#mGMNTS00OU3GlVBqrHSyenTTTX61ddzt { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:0.125rem;top:15.748558044434rem;left:41.873556137085rem;display:block; }
#KN0DdsGsXnpvlUEEGJMf1AvzcRrN2tTc { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:48.75rem;top:17.435478210449rem;left:13.123552322387rem;display:block; }
#iu1m1a0vGmcFe0NsBut37PTfbPnPd8Ah { color:rgba(var(--color-tertiary-2),1);display:block;width:9.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:18.06120300293rem;left:28.747831344604rem;height:1.31293125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rIc9Qpb8twWWS2VMwSkG7g2IoEGKPSD7 { color:rgba(var(--color-tertiary-2),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:18.06120300293rem;left:43.749280929566rem;height:1.31293125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#fTHTKtDahJntRxEcWfIUBpaLNvOTAsci { color:rgba(var(--color-tertiary-2),1);display:block;width:8.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:18.060478210449rem;left:13.123552322387rem;height:1.31293125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WqolCaQBGWGnVeX0ItWzcfT9h9LTTimB { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:0.125rem;top:18.312210083007rem;left:25.311777114868rem;display:block; }
#pehTJMX4Jl7ikGwoLuPITV544r6Lp4h4 { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:0.125rem;top:18.312210083007rem;left:41.873556137085rem;display:block; }
#Eh6UFRaXbdRZzwS42CKWTV7VAgsp4Rxe { color:rgba(var(--color-primary-3),1);display:block;width:30.9375rem;position:absolute;font-family:avalon;font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.3125rem;left:11.873264312744rem;height:2.275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dWl62vavTF6CkJox6gUTKOltv3Wc6Jif { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-4),0.23);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:51.25rem;top:22.186775207519rem;left:11.874277114868rem;display:block; }
#Iamv2eIGUo5MLJXn2XgTLL78n2KuuTZ3 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:48.5rem;top:16.9375rem;left:13.25rem;display:none; }
#qLBX0nrogeMRmT6kcwxUzf6Lnu8GFLr1 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:48.5rem;top:16.9375rem;left:13.25rem;display:none; }
#TkGG0AzT3ynPTMJnMZEFNxTKN3Nf1TU4 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:48.5rem;top:16.9375rem;left:13.25rem;display:none; }
#yKlUTgIQLuwSGulKq24Ei5I1OzPOSB9W { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:48.5rem;top:16.9375rem;left:13.25rem;display:none; }
#qCbchGX1MMTaEoJa2TWtrEN05EwRxSpL { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:48.5rem;top:16.9375rem;left:13.25rem;display:none; }
#BdG21EhZcG49ByGvERLdLsLD6vTKT1pc { position:relative;display:block; }#BdG21EhZcG49ByGvERLdLsLD6vTKT1pc { background-color: transparent; background-image: none; }#BdG21EhZcG49ByGvERLdLsLD6vTKT1pc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BdG21EhZcG49ByGvERLdLsLD6vTKT1pc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BdG21EhZcG49ByGvERLdLsLD6vTKT1pc > .row .container > .video-iframe-container { display: none; }#BdG21EhZcG49ByGvERLdLsLD6vTKT1pc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BdG21EhZcG49ByGvERLdLsLD6vTKT1pc > .row > .video-iframe-container { display: none; }#BdG21EhZcG49ByGvERLdLsLD6vTKT1pc > .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); }#BdG21EhZcG49ByGvERLdLsLD6vTKT1pc { border-width: 0; border-radius: 0; }#BdG21EhZcG49ByGvERLdLsLD6vTKT1pc > .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; }#BdG21EhZcG49ByGvERLdLsLD6vTKT1pc > .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:24.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; }#LxUwn1qLP7EkZ8eEeT0gvihx6ilPQZi3 { color:#383838;display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:3.7300338745117rem;left:11.873264312744rem;height:10.4125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#PtOr7HGQ6K4vmPZEFOSs6p7BQ1xGfwV7 { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-3),0.87);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5rem;width:51.25rem;top:15.624137878418rem;left:11.873552322387rem;display:block; }
#vBC92uVXrh7XbDPOasqxyaS8l0fUl7Zt { position:absolute;display:block;z-index:15004;border-top:0.0625rem solid #c3c4c7;border-left:0.0625rem solid #c3c4c7;border-right:0.0625rem solid #c3c4c7;border-bottom:0.0625rem solid #c3c4c7;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(var(--color-tertiary-4),0.25) ;height:9.3125rem;width:17.1875rem;top:3.75rem;left:45.889036178589rem;overflow:hidden;display:block; }
#ZhVQTdZEnyKQeDiGT9vBJ6Vmda3UoL1z { position:absolute;display:block;z-index:15001;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:51.25rem;top:16.060333251953rem;left:11.874277114868rem;display:block; }
#O26ghsHZaDzNrACFvtUM4XDeuvrBLtLZ { color:rgba(var(--color-tertiary-2),1);display:block;width:8.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:16.560188293457rem;left:13.123552322387rem;height:1.31293125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TeEJS32wc0pQk8OKOUEUxayRh9k5Rg1x { color:rgba(var(--color-tertiary-2),1);display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:16.560913085938rem;left:28.748552322387rem;height:1.31293125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CmrSWhJqdht6SvOvMTx9uyuknFncW40b { color:rgba(var(--color-tertiary-2),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:13.936633110046rem;left:43.750003814698rem;height:0;font-style:normal;text-align:right;text-align-last:right;display:none; }
#EXrzG2pNQ7PG0qQh7htA3OVUi8drAk5L { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:0.125rem;top:16.623847961426rem;left:25.311777114868rem;display:block; }
#WNgPrKv5cIlSkNaKClKEPDLpdAQzFtQp { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:0.125rem;top:14.061630249024rem;left:41.874134063721rem;display:none; }
#Sc8isyZHLQi7QLFo0UJN6fALKJT7TClK { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:48.75rem;top:18.372978210449rem;left:13.123552322387rem;display:block; }
#NOHK0UrwVBBuFmni8KoCBNNPzJCsdJRa { color:rgba(var(--color-tertiary-2),1);display:block;width:9.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:18.99870300293rem;left:28.747831344604rem;height:1.31293125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tMJZHxKwN8GJDtAeANUUvXluCiZTTCzp { color:rgba(var(--color-tertiary-2),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:18.99870300293rem;left:43.749280929566rem;height:1.31293125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#alZ2p2mnlDIrff2lbmlBtabagP8fhuh2 { color:rgba(var(--color-tertiary-2),1);display:block;width:8.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:18.997978210449rem;left:13.123552322387rem;height:1.31293125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dQcmBdEuiuxfC6A7yIFTtEJLseTUdxGX { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:0.125rem;top:19.249717712403rem;left:25.311777114868rem;display:block; }
#xg0wXlHc43ZlLTH4agGGqsS9O7u5iTno { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:0.125rem;top:19.249717712403rem;left:41.873556137085rem;display:block; }
#ubEtBNlKQJmRaP3VRO9SvuCkgMEMqTXH { color:rgba(var(--color-primary-3),1);display:block;width:30.9375rem;position:absolute;font-family:avalon;font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.3125rem;left:11.873264312744rem;height:2.275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WT1GKAdUHsiKyRkqUd2GhO39REVppOdS { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-4),0.23);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:51.25rem;top:23.124282836914rem;left:11.874277114868rem;display:block; }
#ApKT1UXknS1ZG5009M4T9cxPQT4a9rdM { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:48.5rem;top:16.9375rem;left:13.25rem;display:none; }
#FwwLPUD1uPzNrdaGfs83mFaG6BETA8oD { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:48.5rem;top:16.9375rem;left:13.25rem;display:none; }
#A5BtFduOvuks939qN9q59f3cJzZn0L54 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:48.5rem;top:16.9375rem;left:13.25rem;display:none; }
#gH4TdcRxCDdVpxaasTLzdtdaUIRZ8ZnI { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:48.5rem;top:16.9375rem;left:13.25rem;display:none; }
#sE8ILguTCADSNxrBagEbmuDvrMi3Mu7r { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:48.5rem;top:16.9375rem;left:13.25rem;display:none; }
#LbqiNlnBRzXxFSTFtrrgyCJPAVCLVtQx { color:rgba(var(--color-tertiary-2),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:16.5625rem;left:43.75rem;height:1.31293125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#tl8X3p0eypO3cpFsihoSKGrnRuihrUWZ { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:48.5rem;top:16.9375rem;left:13.25rem;display:none; }
#z4QwmZLTwViQdlDq4zx7EUb0sK1aOZPK { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:0.125rem;top:16.625rem;left:41.875rem;display:block; }
#xfE8vPEODTxbmOXRvCbWwmVn3lPXHuIz { position:relative;display:block; }#xfE8vPEODTxbmOXRvCbWwmVn3lPXHuIz { background-color: transparent; background-image: none; }#xfE8vPEODTxbmOXRvCbWwmVn3lPXHuIz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xfE8vPEODTxbmOXRvCbWwmVn3lPXHuIz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xfE8vPEODTxbmOXRvCbWwmVn3lPXHuIz > .row .container > .video-iframe-container { display: none; }#xfE8vPEODTxbmOXRvCbWwmVn3lPXHuIz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xfE8vPEODTxbmOXRvCbWwmVn3lPXHuIz > .row > .video-iframe-container { display: none; }#xfE8vPEODTxbmOXRvCbWwmVn3lPXHuIz > .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); }#xfE8vPEODTxbmOXRvCbWwmVn3lPXHuIz { border-width: 0; border-radius: 0; }#xfE8vPEODTxbmOXRvCbWwmVn3lPXHuIz > .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; }#xfE8vPEODTxbmOXRvCbWwmVn3lPXHuIz > .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:24.6875rem;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; }#zTTzwG85UiLHT28m7rFpBGCEtlsF7pxT { color:#383838;display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:3.7300338745117rem;left:11.873264312744rem;height:10.4125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#zxI6PrMTNOTPM1SNnF0dAORnTimHBsGy { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-3),0.87);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5rem;width:51.25rem;top:15.936630249024rem;left:11.873552322387rem;display:block; }
#o2hoyOFP7KG9DtFPlw9mgzVDu4nvETtt { position:absolute;display:block;z-index:15004;border-top:0.0625rem solid #c3c4c7;border-left:0.0625rem solid #c3c4c7;border-right:0.0625rem solid #c3c4c7;border-bottom:0.0625rem solid #c3c4c7;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(var(--color-tertiary-4),0.25) ;height:9.1875rem;width:17.1875rem;top:3.75rem;left:45.889036178589rem;overflow:hidden;display:block; }
#qfzqihkPc8TsUFHanxfMUrwmk3tfKrUd { position:absolute;display:block;z-index:15001;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:51.25rem;top:16.372833251953rem;left:11.874277114868rem;display:block; }
#SQa7QAfiqMksrqr6aGGFl8KnEJSlWEsN { color:rgba(var(--color-tertiary-2),1);display:block;width:8.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:16.872680664062rem;left:13.123552322387rem;height:1.31293125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iNJK0BUgAHE7vT6xeP4SDMTtRTl4Mr7T { color:rgba(var(--color-tertiary-2),1);display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:16.873413085938rem;left:28.748552322387rem;height:1.31293125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Kb5sOcQmFM0BdCmQDzlEJGWTvBPcyrI7 { color:rgba(var(--color-tertiary-2),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:16.874130249024rem;left:43.749998092651rem;height:1.31293125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#rv21pyeURdR0Jn6gyJ1oNSRu23AO8JzQ { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:0.125rem;top:16.936340332031rem;left:25.311777114868rem;display:block; }
#NNLKcD082t0C3bDXxKzpz2Tc1hIgFDkP { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:0.125rem;top:16.998550415039rem;left:41.873556137085rem;display:block; }
#D3yDzPQmo8AW65ZsyRG1gTGbXOCxiTaz { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:48.75rem;top:18.685470581055rem;left:13.123552322387rem;display:block; }
#xgcm76ZqZNIf4CL73i1HRaQ3XMnTIBh6 { color:rgba(var(--color-tertiary-2),1);display:block;width:9.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:19.31120300293rem;left:28.747831344604rem;height:1.31293125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#unnMRzu7lQVwfTVcJIMy6VxTbwz3pG60 { color:rgba(var(--color-tertiary-2),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:19.31120300293rem;left:43.749280929566rem;height:1.31293125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#F1bdhLrCgLxqlHd9dnfASiZ4FKW81kTo { color:rgba(var(--color-tertiary-2),1);display:block;width:8.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:19.310470581055rem;left:13.123552322387rem;height:1.31293125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QrNmaX7D2eT96Hzrn63quhSdghTArU8x { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:0.125rem;top:19.562210083007rem;left:25.311777114868rem;display:block; }
#AMgy2vQa4JdWGVgPTErd6v0z46SeiSFD { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:0.125rem;top:19.562210083007rem;left:41.873556137085rem;display:block; }
#u4ILCS7vAVRXG9CahLVsddZsipN5A9Mk { color:rgba(var(--color-primary-3),1);display:block;width:30.9375rem;position:absolute;font-family:avalon;font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.3125rem;left:11.873264312744rem;height:2.275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nSHh29GPfhGEwfvSdoCkkyTiRE1IwUEB { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-4),0.23);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:51.25rem;top:23.436782836914rem;left:11.874277114868rem;display:block; }
#sypr1PTm57BgTuhQR58iQM0xscmcxQ60 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:48.5rem;top:16.9375rem;left:13.25rem;display:none; }
#quTLlNH4XQnO9cHUFqTe5Eu6cUI9Tf0t { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:48.5rem;top:16.9375rem;left:13.25rem;display:none; }
#XFArXJZhewKToLiCyRNdtQVtA7StfpwJ { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:48.5rem;top:16.9375rem;left:13.25rem;display:none; }
#a7vAgG1ot9TTrHwZMoPHS9Rgwy9T6aLN { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:48.5rem;top:16.9375rem;left:13.25rem;display:none; }
#CkuQaHcabwhyQlPEhH5fDIcXWwfO9Tyw { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:48.5rem;top:16.9375rem;left:13.25rem;display:none; }
#tzwHrpTzIucTRFWrRD76R6iGGAbRwGxW { position:relative;display:block; }#tzwHrpTzIucTRFWrRD76R6iGGAbRwGxW { background-color: transparent; background-image: none; }#tzwHrpTzIucTRFWrRD76R6iGGAbRwGxW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tzwHrpTzIucTRFWrRD76R6iGGAbRwGxW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tzwHrpTzIucTRFWrRD76R6iGGAbRwGxW > .row .container > .video-iframe-container { display: none; }#tzwHrpTzIucTRFWrRD76R6iGGAbRwGxW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tzwHrpTzIucTRFWrRD76R6iGGAbRwGxW > .row > .video-iframe-container { display: none; }#tzwHrpTzIucTRFWrRD76R6iGGAbRwGxW > .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); }#tzwHrpTzIucTRFWrRD76R6iGGAbRwGxW { border-width: 0; border-radius: 0; }#tzwHrpTzIucTRFWrRD76R6iGGAbRwGxW > .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; }#tzwHrpTzIucTRFWrRD76R6iGGAbRwGxW > .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:24.6875rem;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; }#XdoMQRzxEWmyiQ0VypW8we81osnHerdi { color:#383838;display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:3.729736328125rem;left:11.872831344604rem;height:10.4125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#OTwmrPnaGswJWP7Jm0cv7TrzDxBxs9ky { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-3),0.87);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5rem;width:51.25rem;top:15.936630249024rem;left:11.873552322387rem;display:block; }
#rD2hpK3eViLLB9sPM9ETUWIbTa0PVaE4 { position:absolute;display:block;z-index:15004;border-top:0.0625rem solid #c3c4c7;border-left:0.0625rem solid #c3c4c7;border-right:0.0625rem solid #c3c4c7;border-bottom:0.0625rem solid #c3c4c7;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(var(--color-tertiary-4),0.25) ;height:9.37425rem;width:17.2496875rem;top:3.75rem;left:45.826101303101rem;overflow:hidden;display:block; }
#tVczGIMAG1CZyRUVv447qZh9xpxh8e2t { position:absolute;display:block;z-index:15001;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:51.25rem;top:16.372833251953rem;left:11.874277114868rem;display:block; }
#l9nTXJXvxvhOvzcKg9Ppd4rBdHE5I8p9 { color:rgba(var(--color-tertiary-2),1);display:block;width:8.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:16.872680664062rem;left:13.123552322387rem;height:1.31293125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#N3DNLLmXKPT82nGxET0NnKZil08Gxtyx { color:rgba(var(--color-tertiary-2),1);display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:16.873397827149rem;left:28.748552322387rem;height:1.31293125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WTay0Crt2CBF5PTe8fWlz7STEGaVF3tF { color:rgba(var(--color-tertiary-2),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:16.874130249024rem;left:43.749998092651rem;height:1.31293125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Kf0GXtVMBNGJok8RKxUXIEKN7KxP6l24 { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:0.125rem;top:16.936340332031rem;left:25.311777114868rem;display:block; }
#PtUIfWNQedDLDSZapbBbN7RrqGFTHgXS { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:0.125rem;top:16.998550415039rem;left:41.873556137085rem;display:block; }
#Urbe2My7dok9By3lZmlwTVPCmxFGxOa4 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:48.75rem;top:18.685470581055rem;left:13.123552322387rem;display:block; }
#Vsg3lur0nIzTHfMZIr2gCkC0uV9BO73l { color:rgba(var(--color-tertiary-2),1);display:block;width:9.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:19.311187744141rem;left:28.747831344604rem;height:1.31293125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gJ7sJr8UChwphkxED62yZ9cEBRUilZhA { color:rgba(var(--color-tertiary-2),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:19.311187744141rem;left:43.749280929566rem;height:1.31293125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#mDGomDNhGt8gs16lhomgSU3OA7TlvAUO { color:rgba(var(--color-tertiary-2),1);display:block;width:8.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:19.310470581055rem;left:13.123552322387rem;height:1.31293125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sZTcBFLO8ohJpIMhvP076yADAR9Wvex3 { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:0.125rem;top:19.562210083007rem;left:25.311777114868rem;display:block; }
#JHeWl1xstgmdFoyR4F2xKOJiukTqTAZb { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:0.125rem;top:19.562210083007rem;left:41.873556137085rem;display:block; }
#HuWLyy9BVAJxmozwn07IzHZ7gZQo2yET { color:rgba(var(--color-primary-3),1);display:block;width:30.9375rem;position:absolute;font-family:avalon;font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.3125rem;left:11.873264312744rem;height:2.275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vcRTAwQlTFeFts6fxUqI7WUOl5hkMTFU { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-4),0.23);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:51.25rem;top:23.436767578125rem;left:11.874277114868rem;display:block; }
#MKX9sanhJ8KCmIQMOuNlu6sX5Efqakl7 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:48.5rem;top:16.9375rem;left:13.25rem;display:none; }
#usEC8NUJDqVzOKXVFXs8Ix96DJprQO8r { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:48.5rem;top:16.9375rem;left:13.25rem;display:none; }
#dm3PKWRcgGIV2OVcD7O4K6OwTKFwX9hb { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:48.5rem;top:16.9375rem;left:13.25rem;display:none; }
#EUB1z8JZfA5PD3WPgTr7q4K94h27fII9 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:48.5rem;top:16.9375rem;left:13.25rem;display:none; }
#LwHQmMxRa9W9sdfUUPWlGiMCKyvnvdXV { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:48.5rem;top:16.9375rem;left:13.25rem;display:none; }
#ZB1E24rT2OMLEawPdImtBQQBKPJ96d2Q { position:relative;display:block; }#ZB1E24rT2OMLEawPdImtBQQBKPJ96d2Q { background-color: transparent; background-image: none; }#ZB1E24rT2OMLEawPdImtBQQBKPJ96d2Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZB1E24rT2OMLEawPdImtBQQBKPJ96d2Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZB1E24rT2OMLEawPdImtBQQBKPJ96d2Q > .row .container > .video-iframe-container { display: none; }#ZB1E24rT2OMLEawPdImtBQQBKPJ96d2Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZB1E24rT2OMLEawPdImtBQQBKPJ96d2Q > .row > .video-iframe-container { display: none; }#ZB1E24rT2OMLEawPdImtBQQBKPJ96d2Q > .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); }#ZB1E24rT2OMLEawPdImtBQQBKPJ96d2Q { border-width: 0; border-radius: 0; }#ZB1E24rT2OMLEawPdImtBQQBKPJ96d2Q > .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; }#ZB1E24rT2OMLEawPdImtBQQBKPJ96d2Q > .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:22.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; }#h5dWyGIVA5vTkMDI3ak1wOtnTaMTlFoW { color:#383838;display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:3.7300338745117rem;left:11.873264312744rem;height:8.925rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#AkuscETvW9uxIhAgZkJ8DmJrEoLT1dX7 { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-3),0.87);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5rem;width:51.25rem;top:14.374145507812rem;left:11.873552322387rem;display:block; }
#sA3vbex4hpHi1kGNFyS6avGAz4DOeiiW { position:absolute;display:block;z-index:15004;border-top:0.0625rem solid #c3c4c7;border-left:0.0625rem solid #c3c4c7;border-right:0.0625rem solid #c3c4c7;border-bottom:0.0625rem solid #c3c4c7;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(var(--color-tertiary-4),0.25) ;height:9.0625rem;width:17.1875rem;top:3.75rem;left:45.889036178589rem;overflow:hidden;display:block; }
#HstQgOneizIBWzVFyhS9rCQCRNNx9U8S { position:absolute;display:block;z-index:15001;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:51.25rem;top:14.810333251953rem;left:11.874277114868rem;display:block; }
#zCfvD23nsgwHHoiMZ6sgVgqGsHzrh1iL { color:rgba(var(--color-tertiary-2),1);display:block;width:8.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:15.310195922851rem;left:13.123552322387rem;height:1.31293125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#U83NWvSaIoDU8D055LqIRVrKCvHe644o { color:rgba(var(--color-tertiary-2),1);display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:15.310913085938rem;left:28.748552322387rem;height:1.31293125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UO08zmUTc7HbEr7JHT84mFLpX6s8GJ1C { color:rgba(var(--color-tertiary-2),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:15.311645507812rem;left:43.749280929566rem;height:1.31293125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#QfafHFVv3xmN7ngzuM0uWOB53DZSKZiq { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:0.125rem;top:15.37385559082rem;left:25.311777114868rem;display:block; }
#Bci0FbkKOmAq8qA0P0ns5ZgomC8TiKNP { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:0.125rem;top:15.436065673828rem;left:41.873556137085rem;display:block; }
#X7mGOGzSLEW9B1LL7tfTEcLsTBT7u2ig { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:48.75rem;top:17.122985839844rem;left:13.123552322387rem;display:block; }
#r3a5wCp0PuaiRgdDoWMkOuzG1czmMxl4 { color:rgba(var(--color-tertiary-2),1);display:block;width:9.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:17.74870300293rem;left:28.747831344604rem;height:1.31293125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lxEAGgf5rtWX0Mq3oPk9iiMKGQ496AyO { color:rgba(var(--color-tertiary-2),1);display:block;width:8.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:17.747985839844rem;left:13.123552322387rem;height:1.31293125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QZDkneqsMBEAUytHx5zGsOAickvPMQhX { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:0.125rem;top:17.999710083007rem;left:25.311777114868rem;display:block; }
#LkvTWhHB17CkSiocT9HK77CuzoKRgfic { color:rgba(var(--color-primary-3),1);display:block;width:30.9375rem;position:absolute;font-family:avalon;font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.3125rem;left:11.873264312744rem;height:2.275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gQshTipTQ1kUhrri4iUUfXHXhuT0kbZ7 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-4),0.23);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:51.25rem;top:21.874282836914rem;left:11.874277114868rem;display:none; }
#ZsA8zohPJyCf3HulaUIoP4a0ZV6TEthd { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:48.5rem;top:16.9375rem;left:13.25rem;display:none; }
#Gx2Uu4cQB84Q7C20ID3CtBy13zd6bMTQ { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:48.5rem;top:16.9375rem;left:13.25rem;display:none; }
#HDP7e9VEVJdVF1BVHTCKkXPAOzBVpCxU { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:48.5rem;top:16.9375rem;left:13.25rem;display:none; }
#Wk0TC0waVXmaDVsU1cdoVmZLE897kSVS { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:48.5rem;top:16.9375rem;left:13.25rem;display:none; }
#kslIwqBSUgKsKEJrwToIGHpSAyV0GfwK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(225,215,191,0.5);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kslIwqBSUgKsKEJrwToIGHpSAyV0GfwK > .row .container { background-color: transparent; background-image: none; }#kslIwqBSUgKsKEJrwToIGHpSAyV0GfwK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kslIwqBSUgKsKEJrwToIGHpSAyV0GfwK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kslIwqBSUgKsKEJrwToIGHpSAyV0GfwK > .row .container > .video-iframe-container { display: none; }#kslIwqBSUgKsKEJrwToIGHpSAyV0GfwK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kslIwqBSUgKsKEJrwToIGHpSAyV0GfwK > .row > .video-iframe-container { display: none; }#kslIwqBSUgKsKEJrwToIGHpSAyV0GfwK > .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); }#kslIwqBSUgKsKEJrwToIGHpSAyV0GfwK > .row .container { border-width: 0; border-radius: 0; }#kslIwqBSUgKsKEJrwToIGHpSAyV0GfwK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kslIwqBSUgKsKEJrwToIGHpSAyV0GfwK > .row .container { font-size:0.875rem;font-family:arial;height:9.0625rem;width:75rem;position:relative;display:block; }#al3A8ADkt0J4qb6piTAhLrfaMyHAPWcU { color:rgba(var(--color-tertiary-4),1);display:block;width:43.4996875rem;position:absolute;font-family:avalon;font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.5434055328369rem;left:15.748697280884rem;height:5.85rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J1WHeepFuRfOTiwEewDo2TT2DLxUC80R { position:relative;display:none; }#J1WHeepFuRfOTiwEewDo2TT2DLxUC80R { border-width: 0; border-radius: 0; }#J1WHeepFuRfOTiwEewDo2TT2DLxUC80R > .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; }#J1WHeepFuRfOTiwEewDo2TT2DLxUC80R > .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.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#N82oQ8JlcZKTa525VImmrK2JdT4T241U .widget-form-header {  }
#N82oQ8JlcZKTa525VImmrK2JdT4T241U .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:28.125rem;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; }
#N82oQ8JlcZKTa525VImmrK2JdT4T241U .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:#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:28.125rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#N82oQ8JlcZKTa525VImmrK2JdT4T241U .widget-input-text {padding-top: 0; padding-bottom: 0;}#N82oQ8JlcZKTa525VImmrK2JdT4T241U .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:28.125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#N82oQ8JlcZKTa525VImmrK2JdT4T241U .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:#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;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:28.125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#N82oQ8JlcZKTa525VImmrK2JdT4T241U .widget-input-select {padding-top: 0; padding-bottom: 0;}#N82oQ8JlcZKTa525VImmrK2JdT4T241U .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; }
#N82oQ8JlcZKTa525VImmrK2JdT4T241U .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#N82oQ8JlcZKTa525VImmrK2JdT4T241U .widget-input-button { 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-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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:3.5rem;margin-bottom:0.25rem;margin-left:5.625rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:16.875rem;height:3.4375rem;font-family:avalon;overflow:hidden; }
#N82oQ8JlcZKTa525VImmrK2JdT4T241U [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#N82oQ8JlcZKTa525VImmrK2JdT4T241U [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#N82oQ8JlcZKTa525VImmrK2JdT4T241U [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#N82oQ8JlcZKTa525VImmrK2JdT4T241U [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#N82oQ8JlcZKTa525VImmrK2JdT4T241U .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:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:26.75rem;overflow:hidden;font-style:normal; }
#N82oQ8JlcZKTa525VImmrK2JdT4T241U .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; }
#N82oQ8JlcZKTa525VImmrK2JdT4T241U .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2.3125rem;vertical-align:middle;font-family:avalon;font-size:1.125rem;font-weight:700;color:#161616;overflow:hidden;font-style:normal;line-height:1.8; }
#N82oQ8JlcZKTa525VImmrK2JdT4T241U .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#N82oQ8JlcZKTa525VImmrK2JdT4T241U .widget-container:first-of-type{padding-top:0;}#N82oQ8JlcZKTa525VImmrK2JdT4T241U .widget-container:last-of-type{padding-bottom:0;}#N82oQ8JlcZKTa525VImmrK2JdT4T241U  { 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:28.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:4.6866455078125rem;left:36.249134063721rem; }
#N82oQ8JlcZKTa525VImmrK2JdT4T241U .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:28.125rem; }
#N82oQ8JlcZKTa525VImmrK2JdT4T241U .widget-info-text { display:block;height:auto;font-family:"open sans";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; }
#N82oQ8JlcZKTa525VImmrK2JdT4T241U {display:block;}#N82oQ8JlcZKTa525VImmrK2JdT4T241U { 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:28.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:4.6866455078125rem;left:36.249134063721rem; }
#N82oQ8JlcZKTa525VImmrK2JdT4T241U #zX3PylvmxX5f8tKCZ3RRaV4KGxQFUulD { position:relative; }
#N82oQ8JlcZKTa525VImmrK2JdT4T241U #zX3PylvmxX5f8tKCZ3RRaV4KGxQFUulD .container-column{width:100%;}#N82oQ8JlcZKTa525VImmrK2JdT4T241U #gMp5d1QGtTmo2f4XokN8qPPrwO0ycgOO { position:relative;display:block; }
#N82oQ8JlcZKTa525VImmrK2JdT4T241U #D9MwRNEnFQXiMWbiwxpXFVUT8hLh8yi2 { position:relative;z-index:2; }
#N82oQ8JlcZKTa525VImmrK2JdT4T241U #cAXbPduv7BxZ4FsRqVTNJfQOIJLIwqZk { position:relative; }
#N82oQ8JlcZKTa525VImmrK2JdT4T241U #StqGEsVUsRUy18JXr1JGZ3tp2S2hCU0p { position:relative;z-index:2; }
#N82oQ8JlcZKTa525VImmrK2JdT4T241U #vlWJVZ6pHwv2BmpQ3CwkbPWDwGrHMcoJ { position:relative; }
#N82oQ8JlcZKTa525VImmrK2JdT4T241U #TQJwA6dAnTITaV3DddwoOi6S8BVGEz1u { position:relative;z-index:2; }
#N82oQ8JlcZKTa525VImmrK2JdT4T241U #TifgVMTuMQIHdqvQ3DOBTZRT4f3iV2On { position:relative; }
#N82oQ8JlcZKTa525VImmrK2JdT4T241U #gkI7f2EtcJE0SG4oKTva2iyABWKJAFNk { position:relative;z-index:2; }
#N82oQ8JlcZKTa525VImmrK2JdT4T241U #ixgX0SNh07dGKhukhuGMhFyGTs3toXBn { position:relative; }
#N82oQ8JlcZKTa525VImmrK2JdT4T241U #LoN3vfMDNQATN3BEEJtFd4QsQbULi06s { position:relative;z-index:2; }
#N82oQ8JlcZKTa525VImmrK2JdT4T241U #Hfh2hkBtCTfPbrTE9oOFI29vJOfAO6qJ { position:relative; }
#N82oQ8JlcZKTa525VImmrK2JdT4T241U #QeWKJUZSXiKyPuzZxWrSSsWKUvhSAVfi { position:relative;z-index:2; }
#N82oQ8JlcZKTa525VImmrK2JdT4T241U #Rg6krEO1UhiCSiJ7mVTEzeOCLWRStVEn { position:relative; }
#N82oQ8JlcZKTa525VImmrK2JdT4T241U #S7LQU09f4IxFueZHkXtIeKWNTk0suq0t { position:relative;z-index:2; }
#N82oQ8JlcZKTa525VImmrK2JdT4T241U #DHlxe26aikpmPzekJIyI3fkTnA8bbyBR { position:relative; }
#N82oQ8JlcZKTa525VImmrK2JdT4T241U #R8PQT7HLX6GOom7kpEsr4I3vLQ56tr8e { position:relative;z-index:2; }
#N82oQ8JlcZKTa525VImmrK2JdT4T241U #ulowWoMI3RWBFPPRROJpDzcs2rDv4oqc { position:relative; }
#N82oQ8JlcZKTa525VImmrK2JdT4T241U #a2QnMTwQXTCFintX0UH5ocmRFKiekeRT { position:relative;z-index:2; }
#N82oQ8JlcZKTa525VImmrK2JdT4T241U #thpTXSIscyzD8i6zotwPoyBqTFx5ZF1m { position:relative; }
#N82oQ8JlcZKTa525VImmrK2JdT4T241U #Vc9ZvrPP1M0H5Z2VtK1VNxpwpkR0uxog { position:relative;z-index:2; }
#N82oQ8JlcZKTa525VImmrK2JdT4T241U #Uxp66yumhCLESF6TI6eegnUSooJ6WyNP { position:relative; }
#N82oQ8JlcZKTa525VImmrK2JdT4T241U #OK7JZJmGSFy9VZqOBSzdwd9WIOocu9Zl { position:relative;z-index:2; }
#N82oQ8JlcZKTa525VImmrK2JdT4T241U #bPz6iRE0SG0VcTTG1v0JUOWb6GkLMXVM { position:relative; }
#N82oQ8JlcZKTa525VImmrK2JdT4T241U #MSz8fcxnnMNWQbEef0ykq0kdM8E6zBe5 { position:relative;z-index:2; }
#N82oQ8JlcZKTa525VImmrK2JdT4T241U #MqCTo3gycE6pXq6n2lH5WC8Bn3V9mW2o { position:relative; }
#N82oQ8JlcZKTa525VImmrK2JdT4T241U #qJX6W2FWwGMrPEeBJEkUHS5AzAP23u1z { position:relative;z-index:2; }
#N82oQ8JlcZKTa525VImmrK2JdT4T241U #PckGAcD9Rp8oIU3T3cDOJUQmTkgXIRrX { position:relative; }
#N82oQ8JlcZKTa525VImmrK2JdT4T241U #EeunLJusglm16GOxvCsF00mkP89FS0EA { position:relative;z-index:2; }
#N82oQ8JlcZKTa525VImmrK2JdT4T241U #iXd76inS8UtCGnJJA9H9cH09SWyId7qV { position:relative; }
#N82oQ8JlcZKTa525VImmrK2JdT4T241U #geHHpSbDSaOMiE4c4caguOO2Dl6AD2QO { position:relative;z-index:2; }
#N82oQ8JlcZKTa525VImmrK2JdT4T241U #MfyKZSkeil36mPpKod1Cm5U7We4LfIu8 { position:relative; }
#VlpzCmss5iJkTQb56SulofG1sWEE94i8 { position:relative;display:block; }
#N82oQ8JlcZKTa525VImmrK2JdT4T241U #Mt18D7Wh0x5MrZC4fsoxuESd0SzgvFX3 { position:relative; }
#N82oQ8JlcZKTa525VImmrK2JdT4T241U #MbCydGUkZtHeIX4Oe0ecdQGiex8WlVmt { position:relative; }
#sVz5cSRS91F306RS6MmSPP8tl1mUC8RC { position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-3),1);border-left:0.5rem solid rgba(var(--color-primary-3),1);border-right:0.125rem solid rgba(var(--color-primary-3),1);border-bottom:0.125rem solid rgba(var(--color-primary-3),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:41.6875rem;width:34.6875rem;top:2.8125rem;left:33.8125rem;display:block; }
#KQwhhPJlVq4CbcyOrD7865VJhNb5ETTG { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41.875rem;width:27.3125rem;top:2.8125rem;left:6.5625rem;overflow:hidden;display:block; }
#RfffW1zVXFZTwz0IQAygsaCuAHff7L6T { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5625rem;position:absolute;font-family:avalon;font-size:1.6875rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:4.75rem;left:6.8125rem;height:4.05rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s9kaO3gfTxyZwDzIEbTWzonlZFPspWal { color:#e2f100;display:block;width:26.5625rem;position:absolute;font-family:avalon;font-size:1.625rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:9.4375rem;left:6.875rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OVtfTDlmXTN0XlEbFHo7c5o8ORHtWpHG { color:#ffe15b;display:block;width:25.874rem;position:absolute;font-family:avalon;font-size:1.1875rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:37.5rem;left:7.4375rem;height:5.7rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#k8f2ksS29K78dtTCPvmO1pUDwU6Wn73u { box-sizing:content-box;color:rgba(var(--color-primary-4),1);font-size:2.5rem;font-weight:400;line-height:1;height:3.62426875rem;width:3.62426875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:37.1875rem;left:30rem;display:block; }
#lwRnX7SIicHdCACEbXCVsQvwXsXecPxC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(225,215,191,0.5);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#lwRnX7SIicHdCACEbXCVsQvwXsXecPxC > .row .container { border-width: 0; border-radius: 0; }#lwRnX7SIicHdCACEbXCVsQvwXsXecPxC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lwRnX7SIicHdCACEbXCVsQvwXsXecPxC > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:75rem;position:relative;display:none; }#TK6m4bGgs8MDiQOgW5BXnHLoeZdE15Fn { color:rgba(var(--color-tertiary-4),1);display:block;width:57.5621875rem;position:absolute;font-family:copernicus;font-size:1.1875rem;font-weight:400;z-index:15023;line-height:1.7;letter-spacing:0;top:1.5648155212402rem;left:8.7188949584963rem;height:6.05625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c2zeRDKBz7ISTWbMc9H4ownTMm6X6bZt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#c2zeRDKBz7ISTWbMc9H4ownTMm6X6bZt > .row .container { background-color: transparent; background-image: none; }#c2zeRDKBz7ISTWbMc9H4ownTMm6X6bZt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c2zeRDKBz7ISTWbMc9H4ownTMm6X6bZt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c2zeRDKBz7ISTWbMc9H4ownTMm6X6bZt > .row .container > .video-iframe-container { display: none; }#c2zeRDKBz7ISTWbMc9H4ownTMm6X6bZt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c2zeRDKBz7ISTWbMc9H4ownTMm6X6bZt > .row > .video-iframe-container { display: none; }#c2zeRDKBz7ISTWbMc9H4ownTMm6X6bZt > .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); }#c2zeRDKBz7ISTWbMc9H4ownTMm6X6bZt > .row .container { border-width: 0; border-radius: 0; }#c2zeRDKBz7ISTWbMc9H4ownTMm6X6bZt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c2zeRDKBz7ISTWbMc9H4ownTMm6X6bZt > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#MFvrL3r85RQdeVMgTZ7fES5N5o0Hfc3L { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:5.375rem;font-weight:400;line-height:1;height:7.6875rem;width:7.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;top:5.4367218017578rem;left:31.999217987061rem;display:block; }
#UQGF1oq8fWtaDdbMQUpdaTkriVMNsvCB { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:5.375rem;font-weight:400;line-height:1;height:7.6875rem;width:7.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:5.125rem;left:51.249607086182rem;display:block; }
#uJmHFp4wdCsTuiBQGdE7sRHx7ETfWWF7 { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:5.375rem;font-weight:400;line-height:1;height:7.6875rem;width:7.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:5.125rem;left:14.312107086182rem;display:block; }
#DCb0TbKRMpkWINvcJJZ7I5L39b1aTv5a { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:avalon;font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.2496109008789rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z3t3sksVL5s6wQk6opKEWABZCuV5X2Rq { color:rgba(var(--color-tertiary-0),1);display:block;width:22.125rem;position:absolute;font-family:avalon;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:12.499610900879rem;left:24.624607086182rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C76Fc3redNhBaZ1GuaNw4T3FwTXW4T6x { color:rgba(var(--color-tertiary-0),1);display:block;width:22.125rem;position:absolute;font-family:avalon;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:12.499610900879rem;left:43.999217987061rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oyq9k7IepnwuJWhds3D0iktdn9rrfmUQ { color:rgba(var(--color-tertiary-0),1);display:block;width:22.125rem;position:absolute;font-family:avalon;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:12.499610900879rem;left:7.0617179870606rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv > .row .container { background-color: transparent; background-image: none; }#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv > .row .container > .video-iframe-container { display: none; }#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv > .row > .video-iframe-container { display: none; }#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv > .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); }#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv > .row .container { border-width: 0; border-radius: 0; }#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;position:relative;display:block; }#TEz5azJmVfro1MTusIdwcsw7tED29UVl { color:#383838;display:block;width:63rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15004;line-height:2;letter-spacing:0;top:15.01171875rem;left:7.625rem;height:9rem;font-style:normal;text-align:justify;text-align-last:initial;display:none; }
#twoHeixhQf7nbcbCNdOMBgNGUWcg0p0q { color:#383838;display:block;width:45.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:14999;line-height:1.8;letter-spacing:0;top:6.2492141723633rem;left:16.999217987061rem;height:9.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TlQIzZTiTSw6iDGSCJJ0wJfb7fPKpRIW { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15040;top:5.9375rem;left:12.249607086182rem;display:block; }
#fsUfpGMcIfupacRFcEhXOEq2Ruf5O1sX { color:#383838;display:block;width:45.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15001;line-height:1.8;letter-spacing:0;top:31.875rem;left:16.937107086182rem;height:5.7375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sVv2J96VplW5sol6QlFUFwGTbyBWfcrD { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15042;top:31.562103271484rem;left:12.249607086182rem;display:block; }
#An49iL9O9ts1rJrCrzkgC7RR1go5CVH3 { color:#383838;display:block;width:45.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15003;line-height:1.8;letter-spacing:0;top:18.125rem;left:16.937107086182rem;height:11.475rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#li0cQfZsKXGHikR7z2qnlrssGD4dVXsm { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15044;top:17.812103271484rem;left:12.249607086182rem;display:block; }
#mWKqcy3gbTCoBMoEDWedFfTT9R0wTk2S { color:#383838;display:block;width:46.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15007;line-height:1.8;letter-spacing:0;top:2.4992141723633rem;left:13.875003814698rem;height:2.1375875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xhevlbPUeNDgCKHqIFH2ePDXpDey6n2T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),0.5);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xhevlbPUeNDgCKHqIFH2ePDXpDey6n2T > .row .container { background-color: transparent; background-image: none; }#xhevlbPUeNDgCKHqIFH2ePDXpDey6n2T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xhevlbPUeNDgCKHqIFH2ePDXpDey6n2T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xhevlbPUeNDgCKHqIFH2ePDXpDey6n2T > .row .container > .video-iframe-container { display: none; }#xhevlbPUeNDgCKHqIFH2ePDXpDey6n2T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xhevlbPUeNDgCKHqIFH2ePDXpDey6n2T > .row > .video-iframe-container { display: none; }#xhevlbPUeNDgCKHqIFH2ePDXpDey6n2T > .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); }#xhevlbPUeNDgCKHqIFH2ePDXpDey6n2T > .row .container { border-width: 0; border-radius: 0; }#xhevlbPUeNDgCKHqIFH2ePDXpDey6n2T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xhevlbPUeNDgCKHqIFH2ePDXpDey6n2T > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:75rem;position:relative;display:block; }#yTwkv1d63ba1XOIwUustBnTlm8DvbUs3 { color:#383838;display:block;width:46.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15007;line-height:1.8;letter-spacing:0;top:1.8742065429688rem;left:14.186717987061rem;height:2.1375875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ktEloiaNO4v40buw87UK5Ur1t0BmlGqp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),0.5);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ktEloiaNO4v40buw87UK5Ur1t0BmlGqp > .row .container { background-color: transparent; background-image: none; }#ktEloiaNO4v40buw87UK5Ur1t0BmlGqp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ktEloiaNO4v40buw87UK5Ur1t0BmlGqp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ktEloiaNO4v40buw87UK5Ur1t0BmlGqp > .row .container > .video-iframe-container { display: none; }#ktEloiaNO4v40buw87UK5Ur1t0BmlGqp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ktEloiaNO4v40buw87UK5Ur1t0BmlGqp > .row > .video-iframe-container { display: none; }#ktEloiaNO4v40buw87UK5Ur1t0BmlGqp > .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); }#ktEloiaNO4v40buw87UK5Ur1t0BmlGqp > .row .container { border-width: 0; border-radius: 0; }#ktEloiaNO4v40buw87UK5Ur1t0BmlGqp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ktEloiaNO4v40buw87UK5Ur1t0BmlGqp > .row .container { font-size:0.875rem;font-family:arial;height:25.9375rem;width:75rem;position:relative;display:block; }#DLoIyaobtIITsxKJUmB7BfSzlFt88iiJ { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.1248125rem;height:2.68663125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:20.3125rem;left:37.8125rem;display:block; }
#WyhapnHNNKZDSvq3MVctOJMfo6pcQSPI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k0NgrqWoyxTt5pCoO0bny1mTdaaRdfXC { position:absolute;display:block;z-index:15010;border-top:0.125rem solid rgba(var(--color-secondary-3),1);border-left:0.125rem solid rgba(var(--color-secondary-3),1);border-right:0.125rem solid rgba(var(--color-secondary-3),1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),1);border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:20.3125rem;width:14.8125rem;top:2.5rem;left:20.6875rem;overflow:hidden;display:block; }
#iOU7XqVTpBx7GrE7n8ZlhioeqCgLO5ZT { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:2.5rem;left:37.8125rem;height:16.9rem;display:block; }
#URzAPRBepdvCbWp8EbWE10UlVebROLz1 { position:relative;display:none; }#URzAPRBepdvCbWp8EbWE10UlVebROLz1 { border-width: 0; border-radius: 0; }#URzAPRBepdvCbWp8EbWE10UlVebROLz1 > .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; }#URzAPRBepdvCbWp8EbWE10UlVebROLz1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#T4BSKUJdcH5cBbZIDTgcxLm0StCUvKAe { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0.84364700317381rem;left:28.750001907349rem;display:block; }
#t2uPdlpmG4QbXcAV8SOHwPxhITPaqsGR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gByixlHlLxTwTWfxGXctQ8ox2q4mdOpd { position:relative;display:block; }#gByixlHlLxTwTWfxGXctQ8ox2q4mdOpd { background-color: transparent; background-image: none; }#gByixlHlLxTwTWfxGXctQ8ox2q4mdOpd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gByixlHlLxTwTWfxGXctQ8ox2q4mdOpd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gByixlHlLxTwTWfxGXctQ8ox2q4mdOpd > .row .container > .video-iframe-container { display: none; }#gByixlHlLxTwTWfxGXctQ8ox2q4mdOpd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gByixlHlLxTwTWfxGXctQ8ox2q4mdOpd > .row > .video-iframe-container { display: none; }#gByixlHlLxTwTWfxGXctQ8ox2q4mdOpd > .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); }#gByixlHlLxTwTWfxGXctQ8ox2q4mdOpd { border-width: 0; border-radius: 0; }#gByixlHlLxTwTWfxGXctQ8ox2q4mdOpd > .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; }#gByixlHlLxTwTWfxGXctQ8ox2q4mdOpd > .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:37.1875rem;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; }#RR1EhuWiMmh3oZLZCBcLeSGRwULbTqJD { color:rgba(var(--color-secondary-2),1);display:block;width:1.5rem;position:absolute;font-family:arial;font-size:3.75rem;font-weight:700;z-index:15008;line-height:1.7;letter-spacing:0;top:12.5625rem;left:11.6875rem;height:6.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PuAwCtiLpmBXtwc4fdydWi8BoOt1h96J { color:#383838;display:block;width:46.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:13.75rem;left:16.4375rem;height:3.82523125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yyfEA8q9uxu49b7tCOSP5HqUnCRAPb7W { color:rgba(var(--color-secondary-2),1);display:block;width:1.5rem;position:absolute;font-family:arial;font-size:3.75rem;font-weight:700;z-index:15010;line-height:1.7;letter-spacing:0;top:18.8125rem;left:11.6875rem;height:6.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#s6gliNTy3EuDwhHJGPDrCIi5TFmlerdi { color:#383838;display:block;width:46.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.8;letter-spacing:0;top:20rem;left:16.4375rem;height:7.65rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Tbwt3SXAv8AtISZXBuqO2b0emhh3QWrJ { color:rgba(var(--color-secondary-2),1);display:block;width:1.5rem;position:absolute;font-family:arial;font-size:3.75rem;font-weight:700;z-index:15012;line-height:1.7;letter-spacing:0;top:28.6875rem;left:11.6875rem;height:6.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XUCAimcAqNERESThlspShFnTSH1HvHci { color:#383838;display:block;width:46.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.8;letter-spacing:0;top:30rem;left:16.4375rem;height:3.825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VvcTvOOlutwk6qvRM98FlmVcMNGWzPDn { color:#383838;display:block;width:46.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.8;letter-spacing:0;top:7.5rem;left:16.4375rem;height:3.82523125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#izf1p3xs4K7v78nWZNSh7C7FKggKicQN { color:rgba(var(--color-secondary-2),1);display:block;width:1.5rem;position:absolute;font-family:arial;font-size:3.75rem;font-weight:700;z-index:15006;line-height:1.7;letter-spacing:0;top:6.125rem;left:11.75rem;height:6.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#t5A12CJIzqSggUmHncGD2VcK6homRNZg { color:#383838;display:block;width:46.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:2.375rem;left:13.875rem;height:2.1375875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x1pASrWQBKlu11ekRqoM46yvM7Sc43hc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#x1pASrWQBKlu11ekRqoM46yvM7Sc43hc > .row .container { background-color: transparent; background-image: none; }#x1pASrWQBKlu11ekRqoM46yvM7Sc43hc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x1pASrWQBKlu11ekRqoM46yvM7Sc43hc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x1pASrWQBKlu11ekRqoM46yvM7Sc43hc > .row .container > .video-iframe-container { display: none; }#x1pASrWQBKlu11ekRqoM46yvM7Sc43hc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x1pASrWQBKlu11ekRqoM46yvM7Sc43hc > .row > .video-iframe-container { display: none; }#x1pASrWQBKlu11ekRqoM46yvM7Sc43hc > .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); }#x1pASrWQBKlu11ekRqoM46yvM7Sc43hc > .row .container { border-width: 0; border-radius: 0; }#x1pASrWQBKlu11ekRqoM46yvM7Sc43hc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x1pASrWQBKlu11ekRqoM46yvM7Sc43hc > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:75rem;position:relative;display:block; }#mDtwnrHfArnxJQNxwcO8p3v39PZpqTZa { position:relative;display:block; }#mDtwnrHfArnxJQNxwcO8p3v39PZpqTZa { background-color: transparent; background-image: none; }#mDtwnrHfArnxJQNxwcO8p3v39PZpqTZa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mDtwnrHfArnxJQNxwcO8p3v39PZpqTZa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mDtwnrHfArnxJQNxwcO8p3v39PZpqTZa > .row .container > .video-iframe-container { display: none; }#mDtwnrHfArnxJQNxwcO8p3v39PZpqTZa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mDtwnrHfArnxJQNxwcO8p3v39PZpqTZa > .row > .video-iframe-container { display: none; }#mDtwnrHfArnxJQNxwcO8p3v39PZpqTZa > .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); }#mDtwnrHfArnxJQNxwcO8p3v39PZpqTZa { border-width: 0; border-radius: 0; }#mDtwnrHfArnxJQNxwcO8p3v39PZpqTZa > .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; }#mDtwnrHfArnxJQNxwcO8p3v39PZpqTZa > .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: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; }#QTXHlyFpwJIc60aD0pO1ya1BTd7Kdpei { color:rgba(var(--color-tertiary-4),1);display:block;width:43.5rem;position:absolute;font-family:avalon;font-size:3.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.31796646118164rem;left:15.750003814698rem;height:4.55rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sS61LFzfTR2CRBdmW5WmQaTBUUvuGEzu { position:relative;display:block; }#sS61LFzfTR2CRBdmW5WmQaTBUUvuGEzu { background-color: transparent; background-image: none; }#sS61LFzfTR2CRBdmW5WmQaTBUUvuGEzu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sS61LFzfTR2CRBdmW5WmQaTBUUvuGEzu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sS61LFzfTR2CRBdmW5WmQaTBUUvuGEzu > .row .container > .video-iframe-container { display: none; }#sS61LFzfTR2CRBdmW5WmQaTBUUvuGEzu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sS61LFzfTR2CRBdmW5WmQaTBUUvuGEzu > .row > .video-iframe-container { display: none; }#sS61LFzfTR2CRBdmW5WmQaTBUUvuGEzu > .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); }#sS61LFzfTR2CRBdmW5WmQaTBUUvuGEzu { border-width: 0; border-radius: 0; }#sS61LFzfTR2CRBdmW5WmQaTBUUvuGEzu > .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; }#sS61LFzfTR2CRBdmW5WmQaTBUUvuGEzu > .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:17.1875rem;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; }#Zb5wIGCZRDakHiZZ6HLgpcom7Me6iA16 { color:rgba(var(--color-tertiary-4),1);display:block;width:43.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.19921875rem;left:15.750003814698rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E81No7beMzBVUkgCM8iTelCmLyJSlF0E { color:rgba(var(--color-tertiary-4),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:7.1875rem;left:24.1875rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xkDTMTregZx2QqyaMEWK7FTsiKJoPky0 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:9.1875rem;left:23.5625rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IirV6uFeBSH5r1AvWCR6IoFU1VeZOJn8 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:11.1875rem;left:23rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZDHyyQXvPfdAnxuoV5ULqrI9bgX1bPem { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.75rem;width:9.125rem;top:5.3125rem;left:42.8125rem;overflow:hidden;display:block; }
#yC0SUvXCB0W4B2ITJsNyMTFPwE3H9Q00 { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:10.624206542969rem;left:25.812191009521rem;display:block; }
#yaf6AmXzfbn1ywnduE8WXb0m854pnaii { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:8.9998474121094rem;left:23.81156539917rem;display:block; }
#MntRA7Orxrr0H3qv4888nKNEFpZ87u6W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MntRA7Orxrr0H3qv4888nKNEFpZ87u6W > .row .container { background-color: transparent; background-image: none; }#MntRA7Orxrr0H3qv4888nKNEFpZ87u6W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MntRA7Orxrr0H3qv4888nKNEFpZ87u6W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MntRA7Orxrr0H3qv4888nKNEFpZ87u6W > .row .container > .video-iframe-container { display: none; }#MntRA7Orxrr0H3qv4888nKNEFpZ87u6W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MntRA7Orxrr0H3qv4888nKNEFpZ87u6W > .row > .video-iframe-container { display: none; }#MntRA7Orxrr0H3qv4888nKNEFpZ87u6W > .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); }#MntRA7Orxrr0H3qv4888nKNEFpZ87u6W > .row .container { border-width: 0; border-radius: 0; }#MntRA7Orxrr0H3qv4888nKNEFpZ87u6W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MntRA7Orxrr0H3qv4888nKNEFpZ87u6W > .row .container { font-size:0.875rem;font-family:"roboto condensed";height:7.5rem;width:75rem;position:relative;display:block; }#JwwfT7NsDCsOx7cSo2QGInpXeBHJTR08 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.25rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.875rem;left:53.625001907349rem;height:1.3816375rem;display:block; }
#ZhJxGdfhfAU61nvMuKnKz6Fh58U9qoKx { color:#8faace;display:block;width:13.25rem;position:absolute;font-family:"roboto condensed";font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:1.9;letter-spacing:0;top:1.625rem;left:27.8125rem;height:3.5625rem;display:block; }
#Tvd6KyM3w020JiTDNJfr7mnb5z5OGA7J { box-sizing:content-box;color:#8faace;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:0.6875rem;left:10.125rem;display:block; }
#uzAXdbQglhpGvXSgl5olrBgu6gpIAayK { box-sizing:content-box;color:#8faace;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:2.5625rem;left:10.25rem;display:block; }
#mix55psAuHufFT59eohmT5fRLCJTWNiC { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:1rem;top:4.75rem;left:10.5625rem;overflow:hidden;display:block; }
#B7NVATeGg1I5wyxgJotN188EfzEmT18V { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:0.625rem;top:2.4375rem;left:26.0625rem;overflow:hidden;display:block; }
#mXMAvueMaNwGHFkofS3FHekK0IU8ogXt { 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;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#8faace;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.8125rem;height:1.0625rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:1rem;left:11.9375rem;display:block; }
#UJsmAiqq2oWBuXUlrO3biB2K57Zlx52u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G7PzZU7ZHIJ0oZM8bSy7ywlSrWdQ35LI { 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;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#8faace;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.6875rem;height:1.0625rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:2.8125rem;left:12rem;display:block; }
#TtLWSq0R5elNWJwhVTeEP635gtiGxsfJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n4tWpaMQgoopW3WbbEOeoyTUZ2TShKlN { 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;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#8faace;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.875rem;height:1.0625rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:4.75rem;left:12rem;display:block; }
#XCF6To8a5MmAtt1I7VcpyXV6WL0HNkfn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rz5ZcscOR64tnEPKMWclTFvRbJMuEiDf { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);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:block;z-index:15021;top:1.9375rem;left:69.99999809265rem;display:block; }
#icJ7qy68M8J9l8kp29pWQVCeOGy4DItF { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);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:block;z-index:15022;top:1.9375rem;left:66.9375rem;display:block; }
#lBQN7DdigObh3ySGI5TebmWg3BU0Kmvn { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);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:block;z-index:15023;top:2rem;left:63.68750190735rem;display:block; }
#wvG49NGxEw5dHTCJW0xbI9shCA50wH6T { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:7.25rem;top:2.28125rem;left:1.1484375rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #LpLD2Fc4nKADUQ8eId8Gx7fMXsbFAf02 { display:block; }#LpLD2Fc4nKADUQ8eId8Gx7fMXsbFAf02 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xe7aNUfV6mtAgZNTwylEa3DlPBFQR6zN { top:0.8125rem;left:0rem;width:6.9375rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKEQOiNr7dCaqzbnCQrOKR1zl5yyLITe { width:7.25rem;height:2.875rem;top:0.1875rem;left:33.1494140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUl2C9KPqOtvqapzxTa2nVh2IDo7D5sg { display:block; }
 }@media only screen and (max-width: 763px) { #yVbKke0UdBLC0GQQ5fAIsMVhDH65fufy { width:4.8125rem;height:2.875rem;top:0.1875rem;left:42.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqQHMTKlDAvD9VfRJWLmbI6RHQEmGe5M { display:block; }
 }@media only screen and (max-width: 763px) { #GZThNBV1p3mhXHg9tkrrx9o6ckmpaTTs { top:1.4375rem;left:3.8722648620606rem;width:23.625rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXMd80pdJXLUkRomV3dlOLVdvC11xeZ5 { top:0.5625rem;left:0rem;width:7.5rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZgFImb2qd0vRdf1bCyaql6vbpS5MM133 { top:0.5625rem;left:0rem;width:7.5rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q6lsvdzwtnPSfCSzggJINnImmJ2i3q9h { width:7.375rem;height:1.6875rem;top:0.8125rem;left:40.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EZrKJTmH71fGS7hvpI5mxJd99QV6W2ZE { display:block; }
 }@media only screen and (max-width: 763px) { #FWbFhtqTbwSRRpcK7cnxSUFwVrqzdlUn { width:10.3125rem;height:2.875rem;top:0.1875rem;left:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9IIgwfDOAhFZIRTufc1v2OxUlC1PaAI { display:block; }
 }@media only screen and (max-width: 763px) { #nWJF9LflvmG4QzoeoBLqe2daA6XJOiEh { width:5rem;height:2.1875rem;top:1.125rem;left:41.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLi2zzJ1P0TGvUCzPMD7bWcQFx9elnFe { display:block; }
 }@media only screen and (max-width: 763px) { #Tb0naz6nniphcLtq5v5K2WTqAtLfT4mE { width:7.4375rem;height:2.1875rem;top:1.0625rem;left:40.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkPbK8EB0HW1LIvs9KhQ4DsT0G5T7dQT { display:block; }
 }@media only screen and (max-width: 763px) { #Ui1R0gFTZr2MQ3PFTxnfEJXamCpXVZlL { width:7.1875rem;height:2.1875rem;top:1.125rem;left:33rem;display:block; }
 }@media only screen and (max-width: 763px) { #sl7tzTRWeKFbVsdUK3gg46By3SB6VqJx { display:block; }
 }@media only screen and (max-width: 763px) { #JS3QSfcu029UIrMIm16rCLUEDKQlT6Pn { display:block; }#JS3QSfcu029UIrMIm16rCLUEDKQlT6Pn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q1f7TQVqE6RMn0B2cJq36RmEa9ELMdlG { width:7.25rem;height:2.875rem;top:0.1875rem;left:33.1494140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJnH2p7UXxdTpyscnmvv9JoolNsOKgm7 { display:block; }
 }@media only screen and (max-width: 763px) { #qf4o5sv1Dp7ZzWoJ9lFceQC78qvnNOz8 { width:4.8125rem;height:2.875rem;top:0.1875rem;left:42.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #co3nqM7BLNsn270CfwChOU1ipHl2aobX { display:block; }
 }@media only screen and (max-width: 763px) { #PF2WPlcryGM4cBfwxSqTulfOD71QW57s { top:0.5625rem;left:0rem;width:7.5rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FTbtlSe80zJhAAGfHOdWdAf4UihTsx19 { top:0.5625rem;left:0rem;width:7.5rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KwGEdkHOlC6ocVsffM5rEXPgFGfvkGEa { width:7.375rem;height:1.6875rem;top:0.8125rem;left:40.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nnwnBllEEF6AkEwUo1TlhRQ79mhr5nk3 { display:block; }
 }@media only screen and (max-width: 763px) { #O52SurdKOttpvpoXV0vOf0Di7R8NxJN4 { width:10.3125rem;height:2.875rem;top:0.1875rem;left:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTK4TRUffTDoeTsgqIwvbXvMqKRK4s5A { display:block; }
 }@media only screen and (max-width: 763px) { #HrxTouULmOkiuCUJ6ZwdXgiktFH0Gfcs { display:none; }#HrxTouULmOkiuCUJ6ZwdXgiktFH0Gfcs > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bzqFKTWiryhFzPfRN3Zib3ZLfyv8toFf { width:7.25rem;height:2.875rem;top:0.1875rem;left:33.1494140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxNVDG8VQxI0XmLFGWDfy5gieXMtuJtT { display:block; }
 }@media only screen and (max-width: 763px) { #IlDCnQAMrGnbae0HEPPTDEDnk0OocU6r { width:4.8125rem;height:2.875rem;top:0.1875rem;left:42.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDiXoIX2buyX6XbOOwASazCETJLiyN3V { display:block; }
 }@media only screen and (max-width: 763px) { #LqlsoyiykS7hu1FVu9m35W3Pvnt1iClU { top:0.5625rem;left:0rem;width:7.5rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #N73e573WAr4pKBK2SGLeEcTQV5KRo5K9 { top:0.5625rem;left:0rem;width:7.5rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fXqyiiEIxDcACMgALXnNo1WiSs6qfzgn { width:7.375rem;height:1.6875rem;top:0.8125rem;left:40.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MoDfC1w2Q3xd5UhTCUKt31VWFvRiF4ma { display:block; }
 }@media only screen and (max-width: 763px) { #QC8KuhzikM10XfTD6PTCfDbLKKRHCsbi { width:10.3125rem;height:2.875rem;top:0.1875rem;left:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCVTBCZizJQ8Z5v6TMVocXiWvhsJAT67 { display:block; }
 }@media only screen and (max-width: 763px) { #ZdanhthOVBpokWrqWu5WQCQvMC08hilM { display:block; }#ZdanhthOVBpokWrqWu5WQCQvMC08hilM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FJaWLTokf3QEQTyo5SZwsehRKEEN7B4p { width:47.75rem;height:7.3125rem;top:9.3125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyrOSo195Bc6MFzliGx1nBtc39CF8cL4 { width:5.4375rem;height:1.5rem;top:7.75rem;left:21.186878204346rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxNkTB9vRFTSJzmOf79DQ0BAWnlpi9ip { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUrDloe9JcCCMnXovcN7MvutXfPinKit { top:2.125rem;left:16.060333251953rem;width:15.3125rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRBNmpRv5JHtCMtNZnB0ObWmw6wL06W7 { display:block; }#TRBNmpRv5JHtCMtNZnB0ObWmw6wL06W7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bfHWoqqV5NKk3i5ECxPTxTdrv2PqC35Q { width:45.8125rem;height:11.6875rem;top:1.5625rem;left:0.93663215637206rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQivLywWDk0mOkJVpv3SHOV7AASA2fUq { display:block; }#rQivLywWDk0mOkJVpv3SHOV7AASA2fUq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XtnCLOT9UntFQUuFqGwcmoQTtcTxw0aE { width:32.5rem;height:10.4375rem;top:3.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J48CgyuMn3vQQpcz5T4a4QCciJdI97yP { top:14rem;left:0rem;width:47.75rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTprcSrHXkfcSQvfR2TJ5CbKhTVNen1W { top:3.75rem;left:30.4375rem;width:17.1875rem;height:9.2502786485228rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqVXbBdMFycExaEteVxsJHyUHtxTDK72 { top:14.4375rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6lXBOwvSLQtLsBcocuVIqXoPRRLDhEV { width:8.25rem;height:1.3125rem;top:14.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9BkqN0J8NzD1U69FQX53SHNd70yJJip { width:10rem;height:1.3125rem;top:14.9375rem;left:15.123552322387rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGyXCIIisSd19QkUO6xN46bETQM2rwhN { width:18.125rem;height:1.3125rem;top:14.9375rem;left:29.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlsV1ruVnBPTUyraz10FDWzGdPoOGqV9 { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Prpu4iTIstpPgcz4ignkQ6EVeH7PmDnL { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZgU3mTDb3eCBfENQgspN44O9xuw1yks { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUK2kpkq1g6LNP3Ks0Ey8BECSiv7aTTT { width:9.875rem;height:1.3125rem;top:17.375rem;left:15.122831344604rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBq6ZhzZoL4Z5Q5bHRO1JnqJVNqWdJHn { width:8.6875rem;height:2.625rem;top:17.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJsPMl5CcWZ5FTyr2zGclzyf6Gpmx10V { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zx5OAykaigBxpGAkpB1NAWQwkxdImu9a { width:30.9375rem;height:2.25rem;top:0.3125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L56FTMqGUvH3IlAKgT2dzD0uStxtzPeN { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgWu3h7IAdPmsvollUm4mNWkDklx6XBP { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GvggVEDiFIlS2A5QHOaszDbFRf7upwpy { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VR3P8uFiVb6U01nsdNRkCs6TCHPwb1yz { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VayBAJlNu2ccwBONZ9vOq9AM0cSc0FaZ { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KBN6igx53w40Ig8QFAODOtCw0MxcwXvF { display:block; }#KBN6igx53w40Ig8QFAODOtCw0MxcwXvF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TfDFqZslRIQ5mM3T2mWfsuK6T7DFsSDN { width:32.5rem;height:10.4375rem;top:3.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRhaeuxcJUX7FiqUAqf5FgPrVNnxMgf3 { top:15.25rem;left:0rem;width:47.75rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJVy6QJUUUHbS4h81ZEz79hD1T8O5iHN { top:3.75rem;left:30.4375rem;width:17.1875rem;height:9.1250856855572rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwLXTwBscxmT2DXwygUHnHDS3rH3X49o { top:15.6875rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvbSAv6yzsf71WbapBs8clNDCSp8IwbH { width:8.25rem;height:1.3125rem;top:16.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fn01traFTqA359tiAVk9ihzce76rvMMs { width:10rem;height:1.3125rem;top:16.1875rem;left:15.123552322387rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JghRARzev76J5ygaMbPsKZgw6VbMmP3T { width:18.125rem;height:1.3125rem;top:16.1875rem;left:29.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pANvBppuLqlKlSEnH7tSaTbVAhHmXPRM { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6R82UVOKqc69T976vATPCTD6IaJDdri { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuAwHXo9DbH1QAB7Lf6AmPaJSzPOpDMt { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNZEAcfHOeb9upq0JD4aHsTxL6wcsp7T { width:9.875rem;height:1.3125rem;top:18.625rem;left:15.122831344604rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRRisLRFeMITTKfGOnrrwcr0ggpyGIcH { width:18.125rem;height:1.3125rem;top:18.625rem;left:29.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7KniOCnyalyzB72MK8FyVGCyHvWZGPF { width:8.6875rem;height:2.625rem;top:18.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbzEdSkVROKB2x80ShoCQUR498VqfKJW { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrnC73KX1DgvasvmI099hqqP0K6uTTwK { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIe5X2GTFXbsTnnMehDS72ehtZuJIf2I { width:30.9375rem;height:2.25rem;top:0.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhQFnH6TGNhxCh7LPyssrW6WlpQuVKG0 { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAhMx4ShTifywmE4boJSVJeeulBNmWW6 { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #th6lFrAWVi6Wp1lECJkA2RMCoDQxih3P { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #exfnyLTSbGhWRA7kOBKMSPECHNX8ZCci { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bVs0T68Eab752Znn5x7yZSyTQaK0uu3I { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tt5k9tpxIS1OPXTlQuO7Zt1m5orM8k52 { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KPTy8ywXEXuTseWfLQ5ySPI67vk8AbH2 { display:block; }#KPTy8ywXEXuTseWfLQ5ySPI67vk8AbH2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r3Uyf2TzhfRhwvLsAT4xwU0z1qKdQBuH { width:32.5rem;height:10.4375rem;top:3.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JI355l9B99WfryXS3ETeCEBQWVm4GIeq { top:15.5625rem;left:0rem;width:47.75rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dToASAMTSEDSVf2IUsTUuTC1mNcxWrcn { top:3.75rem;left:30.4375rem;width:17.1875rem;height:9.2502786485228rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGhdaPrnDLT8ZrpJg1o0zf75flcvfB3X { top:16rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzRiA1ZFxJZcV0TXR8Hd3znZ3nO1DpzM { width:8.25rem;height:1.3125rem;top:16.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JA0UTTVfT0bXq8EoBXsAZDqAOFepxiMV { width:10rem;height:1.3125rem;top:16.5rem;left:15.123552322387rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQJeIrfUcn11wm6Iu3BpvQqXTbgXJBD4 { width:18.125rem;height:1.3125rem;top:16.5rem;left:29.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BW4761ecsnZNvkm0CcpdsTLPUtLsqTo9 { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iM6frHJ10aA800duSzakrOF7ceVbRlNi { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #INh97LM2a3nae9JrLt6eL8akHmDibgag { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgcILUvaVI4sylNBnoihTb5SulRsaBQh { width:9.875rem;height:1.3125rem;top:18.9375rem;left:15.122831344604rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHdhJ7lgW55QL4tIHkbKKGO9vPfBNFxi { width:18.125rem;height:1.3125rem;top:18.9375rem;left:29.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVZ16sbCzhTw01tAv2XFQGNRuduiGwiz { width:8.6875rem;height:2.625rem;top:18.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aT9pi52MXifa8HaJwh3DtXUdSEJC6IBU { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLVcLZHk66dvraVX81IoiAgRtv4StOpT { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdTM0JGx62h7ydyfNwXfPcLG44dAWLgb { width:30.9375rem;height:2.25rem;top:0.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7xmJU7SxttX5lSsdCLuW7p96xbGwlI6 { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOfxx1GJ1DzgFcLNtXgiaGlhmV1SXUcE { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bLsPm0iJoT39riy4kRftPtr7vpvEqXCf { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #E2rGi0uraK8579GDhkqLp1htDP4M5TCA { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OKi05O77Slw2trwZIRb6VrT18uGe6T8I { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mTHVpzp3vq9iqRLku2wp4WMhUCCpcTsh { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #euaMriKT65NIoeUcplwSyNC7I8SDx2II { display:block; }#euaMriKT65NIoeUcplwSyNC7I8SDx2II > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UiiEchO7n25anuiOofms3xKl4mSXEpTL { width:32.5rem;height:10.4375rem;top:3.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTDHLaRNWe5hkkRkv5E3WG5UT5ZByESy { top:14rem;left:0rem;width:47.75rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHRtR2icQJVgQom1GxJ39Zvhncb7zFLg { top:3.75rem;left:30.4375rem;width:17.1875rem;height:9.3746590760324rem;display:block; }
 }@media only screen and (max-width: 763px) { #SK4p1w8OfLcJ5BsHT0H6eKWrvIfN6dL6 { top:14.4375rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzCeVDDTTtAaC5qxcPiUnp2pOahzL62u { width:8.25rem;height:1.3125rem;top:14.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZKiNKtVWwQA6RBhB52NN32BUZ7CdOA5 { width:10rem;height:1.3125rem;top:14.9375rem;left:15.123552322387rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXtZVUTB6EdAOIW0UWt9upSo1OyZDqRl { width:18.125rem;height:1.3125rem;top:14.9375rem;left:29.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGQg5oV7LQzzJACTrdNH0RJzy42J99oJ { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVtgTuz6T9c2HMTFKZemKTLasSsDn5AB { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIgRP6iKCXW73e6FAO76JJaVoz7cXuZ2 { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #utb0fuIwkZPmJcu7ZcZvM1WecFsUJ6yk { width:9.875rem;height:1.3125rem;top:17.375rem;left:15.122831344604rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuWUgT0QA8n7SMaEMkUrMUtSeHqAPV6M { width:18.125rem;height:1.3125rem;top:17.375rem;left:29.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfRRyFew8xW20Tapmb9EUVgoTfk4C77T { width:8.6875rem;height:2.625rem;top:17.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2cyNP3LzZy1CGocl4TMeuFeB25lbUxE { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByrAzkbSqlE5pb6yn6NSla1mfR323VKo { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dm7mKDC65qQHypbBHCt7UmLGr4FJzzJx { width:30.9375rem;height:2.25rem;top:0.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sN0swCdKASmZJdLoBESsPEUGunAhMCqt { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #USc8M2RVcyJTrymBITS0vsxw9WSvkx6e { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JlaWmMRzVN3ItTtqmSoGgUPF4WKCxC48 { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ikTcz4SrhQJ8xnbO0qwhg0RpQa6y7RmC { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZEN477X0mGel82T2DzcCrW1ipiFKLiHb { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CztIgURCL7TMWs4Sddi27Hf2eoIudQtV { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DtOqqLkhHvlxJw4qtiJsxgTf38Bbc4k5 { display:block; }#DtOqqLkhHvlxJw4qtiJsxgTf38Bbc4k5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r9yRlCGnWlLwAsQF5C80VQx1aKh1qtwx { width:32.5rem;height:10.4375rem;top:3.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eal346vg1iJS3XTlJI1uBiGiFRLO8KSh { top:14rem;left:0rem;width:47.75rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ey8UVHytf00BeiqUac0Qk5TNyTDTV9fC { top:3.75rem;left:30.4375rem;width:17.1875rem;height:9.1250856855572rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9XxWcIGdVHyhXkOT8RmWJOFiwTlQ9Qx { top:14.4375rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IW9Tqpc4b7uT6uTXrTSGuOsuTUJwC4OJ { width:8.25rem;height:1.3125rem;top:14.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E35vMwwF3FJ7kf6NApWgpWT1zUdbOJKR { width:10rem;height:1.3125rem;top:14.9375rem;left:15.123552322387rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xL2X08sQdzT7DMt7ncrGGlHrASXuJLWe { width:18.125rem;height:1.3125rem;top:14.9375rem;left:29.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfZ2kWFoUtc8l2gQ8dQkIEhu0naS3mKH { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEx39qELRwsqICIugLbudwZK9y7UcJcy { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzSRe4l9TakK4WNA1y9G8q6vLU1fGFxe { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9r8dT4ecaU9U1LNQ02ScxpiuriiD1pX { width:9.875rem;height:1.3125rem;top:17.375rem;left:15.122831344604rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gc32PsJctBcypx0iLh85KX7xRtnMMOAQ { width:18.125rem;height:1.3125rem;top:17.375rem;left:29.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaiFgEonJ4nU7hNku5su34xcswLuJe4i { width:8.6875rem;height:2.625rem;top:17.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vc2BalEsKCyKW7ZRmZe8p1w57Lx5pDrQ { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsHRwMhfrnGniZECENhETESwX25TxVT3 { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFcuNB9aFtZwWxNQtDGq2TStPmFAVhI8 { width:30.9375rem;height:2.25rem;top:0.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4TDfBWQpmZuf54RTnLcxkrB4lCbmJaG { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVmmvX6oD68HVogI4JTQXgIsWdIE9kKH { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fu3kcpEPdqZfxVDbJDNqxrmCo68HRd75 { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #g4CGIERggXCJtDgE5XrXxrPxTUBH2KP8 { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FWsx1qnSHgNoyfVRDWa9M7FR3wEAxpBK { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bOd9AvLcCTdJQphP5Nwl3nR1W6rAOy1X { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #r48tH62fwADgMGfz5CsB3lNpAOyHhn4c { display:block; }#r48tH62fwADgMGfz5CsB3lNpAOyHhn4c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #knT1KhK9ZNEWANQRgA9Bn2IQfyzh98ZF { width:32.5rem;height:10.4375rem;top:3.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5gVDUb5xQpKDBDdf4bn8ernClDTeMrb { top:15.5625rem;left:0rem;width:47.75rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrGRfL0eICS6u8uUkTgVcJrCd23y1E5w { top:3.75rem;left:30.4375rem;width:17.1875rem;height:9.1873384020394rem;display:block; }
 }@media only screen and (max-width: 763px) { #JauDpInBl2IWgPzta2aGEcVzWpHKcNHO { top:16rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZgmOPHBPGrdMALsGUa5M0mDdw3InD7c { width:8.25rem;height:1.3125rem;top:16.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqIInvbgaTpp2s604J3JoQg3bHztnhqx { width:10rem;height:1.3125rem;top:16.5rem;left:15.123552322387rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqEmiP0ZlCrN5HPiC49TGwklNQ6WsL70 { width:18.125rem;height:1.3125rem;top:16.5rem;left:29.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0Z7fJAMa3L4TBvzds0ALoyy6EAPumNl { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0OdZXoVXQC8m6UME62cgV8cLPi0N1Dt { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9g686HVgs7ww0xx1nNN4tlflF4p2Krm { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMfiDZZA9aQtrsEXUNH5tc5UIuel15A5 { width:9.875rem;height:1.3125rem;top:18.9375rem;left:15.122831344604rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOddHTEzUauvhF5pcoFBzkpf791WNWwp { width:18.125rem;height:1.3125rem;top:18.9375rem;left:29.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTmQLpheXTfbzhHTr0qcFN3I7zVlgTDS { width:8.6875rem;height:2.625rem;top:18.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHpvex8swxaPUUKVwPo14FgBEKETTO0D { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQhuyzz2Tp9w3dxmVLSBQ59Nl8Z99iII { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9OwtvrGAeo62d9NIgo6fKyVz4k0lHui { width:30.9375rem;height:2.25rem;top:0.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFsdrZ8ApmKdHSiwgzN0PMmF7NATnN3c { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9aBn0iVHZRXCZSLDVp44pto9zJEPWmd { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #a6N4reNuDgskEkoikdPd8cpyfekDvZiT { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #knH4gpqN2p6ed2JXUdUMx1uDTTnmebpw { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cl5BLhmf2CzrKvMyHlmCq2o7hvTIcenK { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NoMlNwGTAurdRegT5n9bfBIT9zaisdao { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RAb59vTOfHOK74k9HkIxKQEAI36t2Jom { display:block; }#RAb59vTOfHOK74k9HkIxKQEAI36t2Jom > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O4ssdwVIug2IJiIXtE6Zu3PAgDDk5aXG { width:32.5rem;height:8.9375rem;top:3.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mn1Mu29TrTGaKbd8oIZohsnfrtC2bOh1 { top:14.3125rem;left:0rem;width:47.75rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtVTTmvodSV7n6VJFGdTpD2u5gaKctew { top:3.75rem;left:30.4375rem;width:17.1875rem;height:9.1250856855572rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBQu0E7m3IA1n0lEp6cyQgDZVB2iwO3g { top:14.75rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoDKLOUzecgMNzRb5BinBRye4U2bmdkr { width:8.25rem;height:1.3125rem;top:15.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNheybrhV2G9kyaXLouiRr3pxdL1EihW { width:10rem;height:1.3125rem;top:15.25rem;left:15.123552322387rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOlDxe76MtAzASM6xbZ4n1f90xsS6UEu { width:18.0625rem;height:1.3125rem;top:15.25rem;left:29.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pfb5QwI2tpg4kPuxLcpKED3UVt3x9zpy { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOQIfMaRWniRCe9T99hMpFqTL29K5eMg { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Av2MFZw98Vz8gVV0hnRqQe6hnCu5AeIW { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMBAByQLTqxU0cmlIl0NGD6xtLUMOmoC { width:9.875rem;height:1.3125rem;top:17.6875rem;left:15.122831344604rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXCdLEZZaNLtNDBPNy8gul1Q8Aa0HMsP { width:18.125rem;height:1.3125rem;top:17.6875rem;left:29.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSCupeqOmbJhkhgkl44ic7ey85fbQS3w { width:8.6875rem;height:2.625rem;top:17.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBfKm28Lytl6a8qmD0dMFozyXWuNvEWf { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbfX7vK7npThIfmXLdpq9Q5uNC3m35sf { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcsZiMaAwFbvbohG8uk00ayPG5Xbdh2w { width:42.4375rem;height:2.25rem;top:0.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdCQPJ1X9dAw7GByth1aX1EDXce6kwmK { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcaEe71cST9IK2eGelbTID053gSlbshW { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bzBPgA7Bbttrt53TmE7WA3oycUQo3TfZ { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gFhPCkuIzHO74tfnqvHT3ukpKegT3xKU { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Uh2bFfvEgTCvuDVrqiU0yqgy9rBTTmHs { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nbFyaMfatbtz95lFCEa0MvK2i2JDHq7b { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XU6aZ3T3pPHnXAIIqnuiTVIZxqTfQ7zL { display:block; }#XU6aZ3T3pPHnXAIIqnuiTVIZxqTfQ7zL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kTAN9cEZJJdpB2kfeGWFxQ6I5SaOvSn3 { width:32.5rem;height:10.4375rem;top:3.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVrFZ5SPloZQAXTzALW1ShmDJzHBGIHB { top:15.875rem;left:0rem;width:47.75rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8dfmn4nrp0DSJqq08rF9m0op1xL0nC4 { top:3.75rem;left:30.4375rem;width:17.1875rem;height:9.1873384020394rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzOo3nBy9Tezeh9mHhG0PwzSTJkQsdGn { top:16.3125rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGAsRHA3SfSDpUN29yhiSUbnGCo4tFDF { width:8.25rem;height:1.3125rem;top:16.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtpA8BxMrlyM3TftdQ6455OaCadgqAON { width:10rem;height:1.3125rem;top:16.8125rem;left:15.123552322387rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uh2Pf6XurFwMLTzXdcog2Ogb5WmZKMeh { width:18.0625rem;height:1.3125rem;top:16.8125rem;left:29.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifDkIb0LCqFV2EM9riOFPJ3XiTCNSTtc { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTeVl7y8Wg0tcESynVe45TdnSfngoLzr { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDPtGNWDKA9sm1qJCD99oSLPN6Ie4dC1 { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQG6Uh4N4XU2IyLcopAnEX43NUNTLJC5 { width:9.875rem;height:1.3125rem;top:19.25rem;left:15.122831344604rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieRxUByETh2tOMITKOKrOmUxxus5vcFl { width:18.125rem;height:1.3125rem;top:19.25rem;left:29.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5I8PeXkU6IlvWZF3oPcFlT5bICq8iVM { width:8.6875rem;height:2.625rem;top:19.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pA0FFUKAE8WMnMPbhIILSXzZcCVekpfw { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODLKIlIhaXlssEXVVwT5c27usRlHkfVL { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #us4h345mZpTfxwoVJDvthJwOizZDF9q2 { width:30.875rem;height:2.25rem;top:0.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsRTARaalua9C07WRFOpVh14uh3BD59T { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6qAwgM3zZrKe0XBDrUwCmrdNV2qcup0 { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mvhRQ7U7D8PhOAogNgkSi3nRtvCJTA0V { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mm3TT1NPTUSZNkP4nGWhy8zTTx60CMdn { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #L4qAd8rN7usfGo5FNsPOx95WCmywu05c { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #R3rGTOuI2tQFaF0wo2zJpUDlsDmEE2OW { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #v1UyAkp0lNGU46HAywetHiygUZ4C9W3M { display:block; }#v1UyAkp0lNGU46HAywetHiygUZ4C9W3M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dToS2vaXXFz82Rsf93G7Ftzs7gqCIGMT { width:32.5rem;height:10.4375rem;top:3.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #stIavgBuPdGvwgaE2p5CAJWdxagfUFAe { top:14.625rem;left:0rem;width:47.75rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIzaws2eokcDwMTZlLllyAeSrMdyfNWp { top:3.75rem;left:30.4375rem;width:17.1875rem;height:9.3124688622776rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZQEAP7P68y6EGOXxCEC1XGTvzPMZQur { top:15.0625rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGiox75wV9MvRuUxrtJqqvzuTiXBTzZm { width:8.25rem;height:1.3125rem;top:15.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0GNB4WvmRDHrZkUSH5AkLPEMCEIuPG3 { width:10rem;height:1.3125rem;top:15.5625rem;left:15.123552322387rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOvby5NxoVnDGB5aeo9C7motaRfI3nFW { width:18.0625rem;height:1.3125rem;top:15.5625rem;left:29.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4gRJo8bAS3lau1HB7amytOnnMKugN84 { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpQIocXvACZcHTUETsP4nVT88zTgTt5L { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLthv6yikVDqv0wkPHdIdtQp5OTVHqtb { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsxSMSVsekGd9wAnwOd5XXLfqOUI26SH { width:9.875rem;height:1.3125rem;top:18rem;left:15.122831344604rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #REWnV78XnmEU1GhXOcTft5scnQPTkCPw { width:18.125rem;height:1.3125rem;top:18rem;left:29.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PN0X3aRNybcHii2zo0CilLBkUaSZel9y { width:8.6875rem;height:2.625rem;top:18rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfIlsDAOLEQBnteWKoxgk6buMeCt4ppw { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONkvZDkV504fJxRg27h4tHRz1sesbysq { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1KsULEz0AS1lrGLVAVE1ZqeGTJGpgs6 { width:30.875rem;height:2.25rem;top:0.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFDo2AgfMdMV0xCQUQSgNGWOPc0Vc8HI { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOHQ5bThohfpd5tgPGmZddD9mCcFmMmw { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fiSyZIRFrPew0E5R3CFB1WIDHCmmpMzi { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #W9GfgcCvGn0fEtOmBtnhLIDvk1JGGdMu { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kR4cy2r3WMy9B0D9TAAe62BIKEzHkWqt { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UlnqxTi4ImepxoKusawW59sgF1wM6iOi { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fvJZ8vGT2XTiEVl5LDO4RTW8A2tsp4H3 { display:block; }#fvJZ8vGT2XTiEVl5LDO4RTW8A2tsp4H3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iTz3HNUeEC7p1aQatQpatNmMOULsClqW { width:32.5rem;height:10.4375rem;top:3.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1V9C7yRmldP7rtOPw2iFecBiNHDeCl8 { top:14.3125rem;left:0rem;width:47.75rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tms2IAGG2mTURIce5nT9lJzfwueo6FKk { top:3.75rem;left:30.4375rem;width:17.1875rem;height:9.2502786485228rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCDiJJmQTkBiNNO0USKwgEh77bHlLus2 { top:14.75rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMeZ3AfqP37isMmnt05OR3C18Bc46QGq { width:8.25rem;height:1.3125rem;top:15.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s37t6HNGlRpx9pBlskzUhIXeKuRa8n0a { width:10rem;height:1.3125rem;top:15.25rem;left:15.123552322387rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZZfcJlbO8shODv1AgItSIhSXnET3s9c { width:18.0625rem;height:1.3125rem;top:15.25rem;left:29.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #myaVfuSZgsDKFgBU1TIqqHBl23BeS3Ob { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #llVBq7Bx6aVuyKgsQV2h8af7whHk9ufz { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNMrRH2bg7SrQsQFTuCNbZyXCcfD6mbV { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4l9QspCOIEJfU88g3hQH0GvJdm7M8GO { width:9.875rem;height:1.3125rem;top:17.6875rem;left:15.122831344604rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkxDhTzlHr752b5sPH29B6p0IumoSTUI { width:18.125rem;height:1.3125rem;top:17.6875rem;left:29.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLcguLXUznwkevBMxXfTJaPrFxkeQBah { width:8.6875rem;height:2.625rem;top:17.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVgobqQE9UfZMPeppWEZgUfFkCHHvBqZ { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ed5EHX07Rehc4oGnp3g9xBnuNQy2acqa { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJpBgNbWzGy5K2PF52TrvNx5JVBBWF6m { width:30.875rem;height:2.25rem;top:0.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxU0GnGaI5DVJGpUaq8e5kiB1dzQLrXT { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlCr2CAWaGFOqK7FcTMohz1aZgeZ0iOy { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hRTP3mCzkFJs6G3RqT9yGG6fHmWIhTLG { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IDnku4HmZ1043DHgiRKFIGBpoPmgrZFC { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xneidi6XEnTPmqOa622gwB6c1WGcTbAU { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #R1AG1n1UBgcR75APxc9UxODrcIwOdqKG { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #a97OGtXlT9kaBaOvSqdEqdCgUuHrGNrr { display:block; }#a97OGtXlT9kaBaOvSqdEqdCgUuHrGNrr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BOIJQoXvKpfuB7vZGFu1kybsQLRUgZ2e { width:32.5rem;height:10.4375rem;top:3.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oe6LNAUyrwgcSaAfp6FW63zoikkS9f7P { top:14.625rem;left:0rem;width:47.75rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5po5MC0pdp5PaP3b9xPAHC9DeQ7Kb6b { top:3.75rem;left:30.4375rem;width:17.1875rem;height:9.1873384020394rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnA1Fuu9WR8WzKQFkoxAx80Dc7ek1XIS { top:15.0625rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wr3p1iPm2KeBWIvLAoDI3zQs4FIH4LQX { width:8.25rem;height:1.3125rem;top:15.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT8VTI6FmJTb47TTIQpFrL9dLtXquLnI { width:10rem;height:1.3125rem;top:15.5625rem;left:15.123552322387rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzMkn2fhTynCe92RFBmle9FznHzGRINT { width:18.0625rem;height:1.3125rem;top:15.5625rem;left:29.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #krSexTiKmpfvMDbUa0nQPJLnTnBqOMTc { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGMNTS00OU3GlVBqrHSyenTTTX61ddzt { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KN0DdsGsXnpvlUEEGJMf1AvzcRrN2tTc { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iu1m1a0vGmcFe0NsBut37PTfbPnPd8Ah { width:9.875rem;height:1.3125rem;top:18rem;left:15.122831344604rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIc9Qpb8twWWS2VMwSkG7g2IoEGKPSD7 { width:18.125rem;height:1.3125rem;top:18rem;left:29.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTHTKtDahJntRxEcWfIUBpaLNvOTAsci { width:8.6875rem;height:2.625rem;top:18rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqolCaQBGWGnVeX0ItWzcfT9h9LTTimB { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pehTJMX4Jl7ikGwoLuPITV544r6Lp4h4 { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eh6UFRaXbdRZzwS42CKWTV7VAgsp4Rxe { width:30.875rem;height:2.25rem;top:0.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWl62vavTF6CkJox6gUTKOltv3Wc6Jif { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iamv2eIGUo5MLJXn2XgTLL78n2KuuTZ3 { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qLBX0nrogeMRmT6kcwxUzf6Lnu8GFLr1 { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TkGG0AzT3ynPTMJnMZEFNxTKN3Nf1TU4 { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yKlUTgIQLuwSGulKq24Ei5I1OzPOSB9W { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qCbchGX1MMTaEoJa2TWtrEN05EwRxSpL { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BdG21EhZcG49ByGvERLdLsLD6vTKT1pc { display:block; }#BdG21EhZcG49ByGvERLdLsLD6vTKT1pc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LxUwn1qLP7EkZ8eEeT0gvihx6ilPQZi3 { width:32.4375rem;height:10.375rem;top:3.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtOr7HGQ6K4vmPZEFOSs6p7BQ1xGfwV7 { top:15.5625rem;left:0rem;width:47.75rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBC92uVXrh7XbDPOasqxyaS8l0fUl7Zt { top:3.75rem;left:30.4375rem;width:17.1875rem;height:9.3124688622776rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhVQTdZEnyKQeDiGT9vBJ6Vmda3UoL1z { top:16rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O26ghsHZaDzNrACFvtUM4XDeuvrBLtLZ { width:8.25rem;height:1.3125rem;top:16.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeEJS32wc0pQk8OKOUEUxayRh9k5Rg1x { width:10rem;height:1.3125rem;top:16.5rem;left:15.123552322387rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmrSWhJqdht6SvOvMTx9uyuknFncW40b { width:18.0625rem;height:1.3125rem;top:13.875rem;left:29.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXrzG2pNQ7PG0qQh7htA3OVUi8drAk5L { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNgPrKv5cIlSkNaKClKEPDLpdAQzFtQp { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sc8isyZHLQi7QLFo0UJN6fALKJT7TClK { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOHK0UrwVBBuFmni8KoCBNNPzJCsdJRa { width:9.875rem;height:1.3125rem;top:18.9375rem;left:15.122831344604rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMJZHxKwN8GJDtAeANUUvXluCiZTTCzp { width:18.125rem;height:1.3125rem;top:18.9375rem;left:29.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #alZ2p2mnlDIrff2lbmlBtabagP8fhuh2 { width:8.6875rem;height:2.625rem;top:18.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQcmBdEuiuxfC6A7yIFTtEJLseTUdxGX { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xg0wXlHc43ZlLTH4agGGqsS9O7u5iTno { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubEtBNlKQJmRaP3VRO9SvuCkgMEMqTXH { width:30.875rem;height:2.25rem;top:0.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WT1GKAdUHsiKyRkqUd2GhO39REVppOdS { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApKT1UXknS1ZG5009M4T9cxPQT4a9rdM { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FwwLPUD1uPzNrdaGfs83mFaG6BETA8oD { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #A5BtFduOvuks939qN9q59f3cJzZn0L54 { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gH4TdcRxCDdVpxaasTLzdtdaUIRZ8ZnI { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sE8ILguTCADSNxrBagEbmuDvrMi3Mu7r { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LbqiNlnBRzXxFSTFtrrgyCJPAVCLVtQx { width:18.125rem;height:1.3125rem;top:16.5625rem;left:29.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tl8X3p0eypO3cpFsihoSKGrnRuihrUWZ { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #z4QwmZLTwViQdlDq4zx7EUb0sK1aOZPK { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfE8vPEODTxbmOXRvCbWwmVn3lPXHuIz { display:block; }#xfE8vPEODTxbmOXRvCbWwmVn3lPXHuIz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zTTzwG85UiLHT28m7rFpBGCEtlsF7pxT { width:32.5rem;height:10.4375rem;top:3.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxI6PrMTNOTPM1SNnF0dAORnTimHBsGy { top:15.875rem;left:0rem;width:47.75rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2hoyOFP7KG9DtFPlw9mgzVDu4nvETtt { top:3.75rem;left:30.4375rem;width:17.1875rem;height:9.1873384020394rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfzqihkPc8TsUFHanxfMUrwmk3tfKrUd { top:16.3125rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQa7QAfiqMksrqr6aGGFl8KnEJSlWEsN { width:8.25rem;height:1.3125rem;top:16.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNJK0BUgAHE7vT6xeP4SDMTtRTl4Mr7T { width:10rem;height:1.3125rem;top:16.8125rem;left:15.123552322387rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kb5sOcQmFM0BdCmQDzlEJGWTvBPcyrI7 { width:18.0625rem;height:1.3125rem;top:16.8125rem;left:29.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rv21pyeURdR0Jn6gyJ1oNSRu23AO8JzQ { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNLKcD082t0C3bDXxKzpz2Tc1hIgFDkP { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3yDzPQmo8AW65ZsyRG1gTGbXOCxiTaz { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgcm76ZqZNIf4CL73i1HRaQ3XMnTIBh6 { width:9.875rem;height:1.3125rem;top:19.25rem;left:15.122831344604rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #unnMRzu7lQVwfTVcJIMy6VxTbwz3pG60 { width:18.125rem;height:1.3125rem;top:19.25rem;left:29.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1bdhLrCgLxqlHd9dnfASiZ4FKW81kTo { width:8.6875rem;height:2.625rem;top:19.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrNmaX7D2eT96Hzrn63quhSdghTArU8x { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMgy2vQa4JdWGVgPTErd6v0z46SeiSFD { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4ILCS7vAVRXG9CahLVsddZsipN5A9Mk { width:30.875rem;height:2.25rem;top:0.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSHh29GPfhGEwfvSdoCkkyTiRE1IwUEB { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sypr1PTm57BgTuhQR58iQM0xscmcxQ60 { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #quTLlNH4XQnO9cHUFqTe5Eu6cUI9Tf0t { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XFArXJZhewKToLiCyRNdtQVtA7StfpwJ { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #a7vAgG1ot9TTrHwZMoPHS9Rgwy9T6aLN { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CkuQaHcabwhyQlPEhH5fDIcXWwfO9Tyw { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tzwHrpTzIucTRFWrRD76R6iGGAbRwGxW { display:block; }#tzwHrpTzIucTRFWrRD76R6iGGAbRwGxW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XdoMQRzxEWmyiQ0VypW8we81osnHerdi { width:32.4375rem;height:10.375rem;top:3.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTwmrPnaGswJWP7Jm0cv7TrzDxBxs9ky { top:15.875rem;left:0rem;width:47.75rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rD2hpK3eViLLB9sPM9ETUWIbTa0PVaE4 { top:3.75rem;left:30.4375rem;width:17.1875rem;height:9.3401417745232rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVczGIMAG1CZyRUVv447qZh9xpxh8e2t { top:16.3125rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9nTXJXvxvhOvzcKg9Ppd4rBdHE5I8p9 { width:8.25rem;height:1.3125rem;top:16.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3DNLLmXKPT82nGxET0NnKZil08Gxtyx { width:10rem;height:1.3125rem;top:16.8125rem;left:15.123552322387rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTay0Crt2CBF5PTe8fWlz7STEGaVF3tF { width:18.0625rem;height:1.3125rem;top:16.8125rem;left:29.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kf0GXtVMBNGJok8RKxUXIEKN7KxP6l24 { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtUIfWNQedDLDSZapbBbN7RrqGFTHgXS { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Urbe2My7dok9By3lZmlwTVPCmxFGxOa4 { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vsg3lur0nIzTHfMZIr2gCkC0uV9BO73l { width:9.875rem;height:1.3125rem;top:19.25rem;left:15.122831344604rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJ7sJr8UChwphkxED62yZ9cEBRUilZhA { width:18.125rem;height:1.3125rem;top:19.25rem;left:29.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDGomDNhGt8gs16lhomgSU3OA7TlvAUO { width:8.6875rem;height:2.625rem;top:19.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZTcBFLO8ohJpIMhvP076yADAR9Wvex3 { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHeWl1xstgmdFoyR4F2xKOJiukTqTAZb { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuWLyy9BVAJxmozwn07IzHZ7gZQo2yET { width:30.875rem;height:2.25rem;top:0.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcRTAwQlTFeFts6fxUqI7WUOl5hkMTFU { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKX9sanhJ8KCmIQMOuNlu6sX5Efqakl7 { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #usEC8NUJDqVzOKXVFXs8Ix96DJprQO8r { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dm3PKWRcgGIV2OVcD7O4K6OwTKFwX9hb { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EUB1z8JZfA5PD3WPgTr7q4K94h27fII9 { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LwHQmMxRa9W9sdfUUPWlGiMCKyvnvdXV { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZB1E24rT2OMLEawPdImtBQQBKPJ96d2Q { display:block; }#ZB1E24rT2OMLEawPdImtBQQBKPJ96d2Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h5dWyGIVA5vTkMDI3ak1wOtnTaMTlFoW { width:32.5rem;height:10.4375rem;top:3.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkuscETvW9uxIhAgZkJ8DmJrEoLT1dX7 { top:14.3125rem;left:0rem;width:47.75rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sA3vbex4hpHi1kGNFyS6avGAz4DOeiiW { top:3.75rem;left:30.4375rem;width:17.1875rem;height:9.0621454390737rem;display:block; }
 }@media only screen and (max-width: 763px) { #HstQgOneizIBWzVFyhS9rCQCRNNx9U8S { top:14.75rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCfvD23nsgwHHoiMZ6sgVgqGsHzrh1iL { width:8.25rem;height:1.3125rem;top:15.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U83NWvSaIoDU8D055LqIRVrKCvHe644o { width:10rem;height:1.3125rem;top:15.25rem;left:15.123552322387rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UO08zmUTc7HbEr7JHT84mFLpX6s8GJ1C { width:18.0625rem;height:1.3125rem;top:15.25rem;left:29.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfafHFVv3xmN7ngzuM0uWOB53DZSKZiq { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bci0FbkKOmAq8qA0P0ns5ZgomC8TiKNP { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7mGOGzSLEW9B1LL7tfTEcLsTBT7u2ig { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3a5wCp0PuaiRgdDoWMkOuzG1czmMxl4 { width:9.875rem;height:1.3125rem;top:17.6875rem;left:15.122831344604rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxEAGgf5rtWX0Mq3oPk9iiMKGQ496AyO { width:8.6875rem;height:2.625rem;top:17.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZDkneqsMBEAUytHx5zGsOAickvPMQhX { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkvTWhHB17CkSiocT9HK77CuzoKRgfic { width:30.875rem;height:2.25rem;top:0.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQshTipTQ1kUhrri4iUUfXHXhuT0kbZ7 { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsA8zohPJyCf3HulaUIoP4a0ZV6TEthd { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gx2Uu4cQB84Q7C20ID3CtBy13zd6bMTQ { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HDP7e9VEVJdVF1BVHTCKkXPAOzBVpCxU { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wk0TC0waVXmaDVsU1cdoVmZLE897kSVS { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kslIwqBSUgKsKEJrwToIGHpSAyV0GfwK { display:block; }#kslIwqBSUgKsKEJrwToIGHpSAyV0GfwK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #al3A8ADkt0J4qb6piTAhLrfaMyHAPWcU { top:1.5rem;left:2.122917175293rem;width:43.4375rem;height:5.8125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1WHeepFuRfOTiwEewDo2TT2DLxUC80R { display:block; }#J1WHeepFuRfOTiwEewDo2TT2DLxUC80R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N82oQ8JlcZKTa525VImmrK2JdT4T241U .widget-regular-label { width:15.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#N82oQ8JlcZKTa525VImmrK2JdT4T241U .widget-input-text { width:15.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#N82oQ8JlcZKTa525VImmrK2JdT4T241U .widget-input-text {padding-top: 0; padding-bottom: 0;}#N82oQ8JlcZKTa525VImmrK2JdT4T241U .widget-textarea { width:15.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#N82oQ8JlcZKTa525VImmrK2JdT4T241U .widget-input-select { width:15.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#N82oQ8JlcZKTa525VImmrK2JdT4T241U .widget-input-select {padding-top: 0; padding-bottom: 0;}#N82oQ8JlcZKTa525VImmrK2JdT4T241U .widget-input-button { width:15.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#N82oQ8JlcZKTa525VImmrK2JdT4T241U .widget-checkbox-label { width:14.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#N82oQ8JlcZKTa525VImmrK2JdT4T241U  { width:15.875rem;height:auto;top:7.4375rem;left:27.9375rem; }
#N82oQ8JlcZKTa525VImmrK2JdT4T241U .radio-container { width:15.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#N82oQ8JlcZKTa525VImmrK2JdT4T241U {display:block;}#N82oQ8JlcZKTa525VImmrK2JdT4T241U { width:15.875rem;height:auto;top:7.4375rem;left:27.9375rem; }
 }@media only screen and (max-width: 763px) { #N82oQ8JlcZKTa525VImmrK2JdT4T241U #zX3PylvmxX5f8tKCZ3RRaV4KGxQFUulD {  }
#N82oQ8JlcZKTa525VImmrK2JdT4T241U #zX3PylvmxX5f8tKCZ3RRaV4KGxQFUulD .container-column{width:50%;} }@media only screen and (max-width: 763px) { #N82oQ8JlcZKTa525VImmrK2JdT4T241U #gMp5d1QGtTmo2f4XokN8qPPrwO0ycgOO { display:block; }
 }@media only screen and (max-width: 763px) { #N82oQ8JlcZKTa525VImmrK2JdT4T241U #D9MwRNEnFQXiMWbiwxpXFVUT8hLh8yi2 {  }
 }@media only screen and (max-width: 763px) { #N82oQ8JlcZKTa525VImmrK2JdT4T241U #cAXbPduv7BxZ4FsRqVTNJfQOIJLIwqZk {  }
 }@media only screen and (max-width: 763px) { #N82oQ8JlcZKTa525VImmrK2JdT4T241U #StqGEsVUsRUy18JXr1JGZ3tp2S2hCU0p {  }
 }@media only screen and (max-width: 763px) { #N82oQ8JlcZKTa525VImmrK2JdT4T241U #vlWJVZ6pHwv2BmpQ3CwkbPWDwGrHMcoJ {  }
 }@media only screen and (max-width: 763px) { #N82oQ8JlcZKTa525VImmrK2JdT4T241U #TQJwA6dAnTITaV3DddwoOi6S8BVGEz1u {  }
 }@media only screen and (max-width: 763px) { #N82oQ8JlcZKTa525VImmrK2JdT4T241U #TifgVMTuMQIHdqvQ3DOBTZRT4f3iV2On {  }
 }@media only screen and (max-width: 763px) { #N82oQ8JlcZKTa525VImmrK2JdT4T241U #gkI7f2EtcJE0SG4oKTva2iyABWKJAFNk {  }
 }@media only screen and (max-width: 763px) { #N82oQ8JlcZKTa525VImmrK2JdT4T241U #ixgX0SNh07dGKhukhuGMhFyGTs3toXBn {  }
 }@media only screen and (max-width: 763px) { #N82oQ8JlcZKTa525VImmrK2JdT4T241U #LoN3vfMDNQATN3BEEJtFd4QsQbULi06s {  }
 }@media only screen and (max-width: 763px) { #N82oQ8JlcZKTa525VImmrK2JdT4T241U #Hfh2hkBtCTfPbrTE9oOFI29vJOfAO6qJ {  }
 }@media only screen and (max-width: 763px) { #N82oQ8JlcZKTa525VImmrK2JdT4T241U #QeWKJUZSXiKyPuzZxWrSSsWKUvhSAVfi {  }
 }@media only screen and (max-width: 763px) { #N82oQ8JlcZKTa525VImmrK2JdT4T241U #Rg6krEO1UhiCSiJ7mVTEzeOCLWRStVEn {  }
 }@media only screen and (max-width: 763px) { #N82oQ8JlcZKTa525VImmrK2JdT4T241U #S7LQU09f4IxFueZHkXtIeKWNTk0suq0t {  }
 }@media only screen and (max-width: 763px) { #N82oQ8JlcZKTa525VImmrK2JdT4T241U #DHlxe26aikpmPzekJIyI3fkTnA8bbyBR {  }
 }@media only screen and (max-width: 763px) { #N82oQ8JlcZKTa525VImmrK2JdT4T241U #R8PQT7HLX6GOom7kpEsr4I3vLQ56tr8e {  }
 }@media only screen and (max-width: 763px) { #N82oQ8JlcZKTa525VImmrK2JdT4T241U #ulowWoMI3RWBFPPRROJpDzcs2rDv4oqc {  }
 }@media only screen and (max-width: 763px) { #N82oQ8JlcZKTa525VImmrK2JdT4T241U #a2QnMTwQXTCFintX0UH5ocmRFKiekeRT {  }
 }@media only screen and (max-width: 763px) { #N82oQ8JlcZKTa525VImmrK2JdT4T241U #thpTXSIscyzD8i6zotwPoyBqTFx5ZF1m {  }
 }@media only screen and (max-width: 763px) { #N82oQ8JlcZKTa525VImmrK2JdT4T241U #Vc9ZvrPP1M0H5Z2VtK1VNxpwpkR0uxog {  }
 }@media only screen and (max-width: 763px) { #N82oQ8JlcZKTa525VImmrK2JdT4T241U #Uxp66yumhCLESF6TI6eegnUSooJ6WyNP {  }
 }@media only screen and (max-width: 763px) { #N82oQ8JlcZKTa525VImmrK2JdT4T241U #OK7JZJmGSFy9VZqOBSzdwd9WIOocu9Zl {  }
 }@media only screen and (max-width: 763px) { #N82oQ8JlcZKTa525VImmrK2JdT4T241U #bPz6iRE0SG0VcTTG1v0JUOWb6GkLMXVM {  }
 }@media only screen and (max-width: 763px) { #N82oQ8JlcZKTa525VImmrK2JdT4T241U #MSz8fcxnnMNWQbEef0ykq0kdM8E6zBe5 {  }
 }@media only screen and (max-width: 763px) { #N82oQ8JlcZKTa525VImmrK2JdT4T241U #MqCTo3gycE6pXq6n2lH5WC8Bn3V9mW2o {  }
 }@media only screen and (max-width: 763px) { #N82oQ8JlcZKTa525VImmrK2JdT4T241U #qJX6W2FWwGMrPEeBJEkUHS5AzAP23u1z {  }
 }@media only screen and (max-width: 763px) { #N82oQ8JlcZKTa525VImmrK2JdT4T241U #PckGAcD9Rp8oIU3T3cDOJUQmTkgXIRrX {  }
 }@media only screen and (max-width: 763px) { #N82oQ8JlcZKTa525VImmrK2JdT4T241U #EeunLJusglm16GOxvCsF00mkP89FS0EA {  }
 }@media only screen and (max-width: 763px) { #N82oQ8JlcZKTa525VImmrK2JdT4T241U #iXd76inS8UtCGnJJA9H9cH09SWyId7qV {  }
 }@media only screen and (max-width: 763px) { #N82oQ8JlcZKTa525VImmrK2JdT4T241U #geHHpSbDSaOMiE4c4caguOO2Dl6AD2QO {  }
 }@media only screen and (max-width: 763px) { #N82oQ8JlcZKTa525VImmrK2JdT4T241U #MfyKZSkeil36mPpKod1Cm5U7We4LfIu8 {  }
 }@media only screen and (max-width: 763px) { #VlpzCmss5iJkTQb56SulofG1sWEE94i8 { display:block; }
 }@media only screen and (max-width: 763px) { #N82oQ8JlcZKTa525VImmrK2JdT4T241U #Mt18D7Wh0x5MrZC4fsoxuESd0SzgvFX3 {  }
 }@media only screen and (max-width: 763px) { #N82oQ8JlcZKTa525VImmrK2JdT4T241U #MbCydGUkZtHeIX4Oe0ecdQGiex8WlVmt {  }
 }@media only screen and (max-width: 763px) { #sVz5cSRS91F306RS6MmSPP8tl1mUC8RC { top:2.8125rem;left:12.4375rem;width:34.6875rem;height:41.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQwhhPJlVq4CbcyOrD7865VJhNb5ETTG { top:2.8125rem;left:0rem;width:27.25rem;height:41.77928836063rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfffW1zVXFZTwz0IQAygsaCuAHff7L6T { width:26.5rem;height:4rem;top:4.75rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9kaO3gfTxyZwDzIEbTWzonlZFPspWal { width:26.5rem;height:1.9375rem;top:9.4375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVtfTDlmXTN0XlEbFHo7c5o8ORHtWpHG { width:25.8125rem;height:5.6875rem;top:37.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8f2ksS29K78dtTCPvmO1pUDwU6Wn73u { top:37.1875rem;left:16.375rem;width:3.5625rem;height:3.5625rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwRnX7SIicHdCACEbXCVsQvwXsXecPxC { display:block; }#lwRnX7SIicHdCACEbXCVsQvwXsXecPxC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TK6m4bGgs8MDiQOgW5BXnHLoeZdE15Fn { width:47.75rem;height:6rem;top:1.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2zeRDKBz7ISTWbMc9H4ownTMm6X6bZt { display:block; }#c2zeRDKBz7ISTWbMc9H4ownTMm6X6bZt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MFvrL3r85RQdeVMgTZ7fES5N5o0Hfc3L { top:5.375rem;left:18.374217987061rem;width:7.6875rem;height:7.6875rem;font-size:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQGF1oq8fWtaDdbMQUpdaTkriVMNsvCB { top:5.125rem;left:37.624607086182rem;width:7.6875rem;height:7.6875rem;font-size:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJmHFp4wdCsTuiBQGdE7sRHx7ETfWWF7 { top:5.125rem;left:0.68710708618162rem;width:7.6875rem;height:7.6875rem;font-size:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCb0TbKRMpkWINvcJJZ7I5L39b1aTv5a { width:47.75rem;height:2.4375rem;top:1.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3t3sksVL5s6wQk6opKEWABZCuV5X2Rq { width:22.125rem;height:3.25rem;top:12.4375rem;left:10.999607086182rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C76Fc3redNhBaZ1GuaNw4T3FwTXW4T6x { width:22.125rem;height:3.25rem;top:12.4375rem;left:25.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyq9k7IepnwuJWhds3D0iktdn9rrfmUQ { width:22.125rem;height:3.25rem;top:12.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv { display:block; }#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv > .row .container { width:47.75rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TEz5azJmVfro1MTusIdwcsw7tED29UVl { width:47.75rem;height:9rem;top:15rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #twoHeixhQf7nbcbCNdOMBgNGUWcg0p0q { width:45.8125rem;height:9.5625rem;top:6.1875rem;left:1.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlQIzZTiTSw6iDGSCJJ0wJfb7fPKpRIW { top:5.9375rem;left:0rem;width:2.3125rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsUfpGMcIfupacRFcEhXOEq2Ruf5O1sX { width:45.8125rem;height:5.6875rem;top:31.875rem;left:1.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVv2J96VplW5sol6QlFUFwGTbyBWfcrD { top:31.5rem;left:0rem;width:2.3125rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #An49iL9O9ts1rJrCrzkgC7RR1go5CVH3 { width:45.8125rem;height:11.4375rem;top:18.125rem;left:1.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #li0cQfZsKXGHikR7z2qnlrssGD4dVXsm { top:17.75rem;left:0rem;width:2.3125rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWKqcy3gbTCoBMoEDWedFfTT9R0wTk2S { width:46.5625rem;height:2.125rem;top:2.4375rem;left:0.24942207336426rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhevlbPUeNDgCKHqIFH2ePDXpDey6n2T { display:block; }#xhevlbPUeNDgCKHqIFH2ePDXpDey6n2T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yTwkv1d63ba1XOIwUustBnTlm8DvbUs3 { width:46.5625rem;height:2.125rem;top:1.8125rem;left:0.56171798706055rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktEloiaNO4v40buw87UK5Ur1t0BmlGqp { display:block; }#ktEloiaNO4v40buw87UK5Ur1t0BmlGqp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DLoIyaobtIITsxKJUmB7BfSzlFt88iiJ { width:15.0625rem;height:2.625rem;top:20.3125rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyhapnHNNKZDSvq3MVctOJMfo6pcQSPI { display:block; }
 }@media only screen and (max-width: 763px) { #k0NgrqWoyxTt5pCoO0bny1mTdaaRdfXC { top:2.5rem;left:7.0625rem;width:14.8125rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOU7XqVTpBx7GrE7n8ZlhioeqCgLO5ZT { top:2.4375rem;left:24.187110900879rem;width:16.5rem;height:16.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #URzAPRBepdvCbWp8EbWE10UlVebROLz1 { display:block; }#URzAPRBepdvCbWp8EbWE10UlVebROLz1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4BSKUJdcH5cBbZIDTgcxLm0StCUvKAe { width:17.5rem;height:3.4375rem;top:0.8125rem;left:15.125001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2uPdlpmG4QbXcAV8SOHwPxhITPaqsGR { display:block; }
 }@media only screen and (max-width: 763px) { #gByixlHlLxTwTWfxGXctQ8ox2q4mdOpd { display:block; }#gByixlHlLxTwTWfxGXctQ8ox2q4mdOpd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RR1EhuWiMmh3oZLZCBcLeSGRwULbTqJD { width:1.4375rem;height:6.3125rem;top:12.5625rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuAwCtiLpmBXtwc4fdydWi8BoOt1h96J { width:46.9375rem;height:3.8125rem;top:13.75rem;left:0.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyfEA8q9uxu49b7tCOSP5HqUnCRAPb7W { width:1.4375rem;height:6.3125rem;top:18.8125rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6gliNTy3EuDwhHJGPDrCIi5TFmlerdi { width:46.875rem;height:7.625rem;top:20rem;left:0.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tbwt3SXAv8AtISZXBuqO2b0emhh3QWrJ { width:1.4375rem;height:6.3125rem;top:28.6875rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUCAimcAqNERESThlspShFnTSH1HvHci { width:46.875rem;height:3.8125rem;top:30rem;left:0.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvcTvOOlutwk6qvRM98FlmVcMNGWzPDn { width:46.8125rem;height:3.8125rem;top:7.4375rem;left:0.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #izf1p3xs4K7v78nWZNSh7C7FKggKicQN { width:1.4375rem;height:6.3125rem;top:6.125rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5A12CJIzqSggUmHncGD2VcK6homRNZg { width:46.5625rem;height:2.125rem;top:2.3125rem;left:0.25000381469726rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1pASrWQBKlu11ekRqoM46yvM7Sc43hc { display:block; }#x1pASrWQBKlu11ekRqoM46yvM7Sc43hc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mDtwnrHfArnxJQNxwcO8p3v39PZpqTZa { display:block; }#mDtwnrHfArnxJQNxwcO8p3v39PZpqTZa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QTXHlyFpwJIc60aD0pO1ya1BTd7Kdpei { top:0.3125rem;left:2.1250038146973rem;width:43.5rem;height:4.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sS61LFzfTR2CRBdmW5WmQaTBUUvuGEzu { display:block; }#sS61LFzfTR2CRBdmW5WmQaTBUUvuGEzu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zb5wIGCZRDakHiZZ6HLgpcom7Me6iA16 { top:2.1875rem;left:2.1250038146973rem;width:43.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E81No7beMzBVUkgCM8iTelCmLyJSlF0E { top:7.1875rem;left:10.5625rem;width:15.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkDTMTregZx2QqyaMEWK7FTsiKJoPky0 { top:9.1875rem;left:9.9375rem;width:19.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IirV6uFeBSH5r1AvWCR6IoFU1VeZOJn8 { top:11.125rem;left:9.3748435974119rem;width:19rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDHyyQXvPfdAnxuoV5ULqrI9bgX1bPem { top:5.3125rem;left:29.1875rem;width:9.125rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yC0SUvXCB0W4B2ITJsNyMTFPwE3H9Q00 { top:10.5625rem;left:12.187191009521rem;width:2.6875rem;height:2.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaf6AmXzfbn1ywnduE8WXb0m854pnaii { top:8.9375rem;left:10.18656539917rem;width:1.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MntRA7Orxrr0H3qv4888nKNEFpZ87u6W { display:block; }#MntRA7Orxrr0H3qv4888nKNEFpZ87u6W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JwwfT7NsDCsOx7cSo2QGInpXeBHJTR08 { top:2.875rem;left:38.5rem;width:9.25rem;height:1.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhJxGdfhfAU61nvMuKnKz6Fh58U9qoKx { top:1.625rem;left:14.1875rem;width:13.25rem;height:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tvd6KyM3w020JiTDNJfr7mnb5z5OGA7J { top:0.6875rem;left:0rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzAXdbQglhpGvXSgl5olrBgu6gpIAayK { top:2.5625rem;left:0rem;width:1.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mix55psAuHufFT59eohmT5fRLCJTWNiC { top:4.75rem;left:0rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7NVATeGg1I5wyxgJotN188EfzEmT18V { top:2.4375rem;left:12.4375rem;width:0.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXMAvueMaNwGHFkofS3FHekK0IU8ogXt { width:6.8125rem;height:1.0625rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJsmAiqq2oWBuXUlrO3biB2K57Zlx52u { display:block; }
 }@media only screen and (max-width: 763px) { #G7PzZU7ZHIJ0oZM8bSy7ywlSrWdQ35LI { width:11.6875rem;height:1.0625rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtLWSq0R5elNWJwhVTeEP635gtiGxsfJ { display:block; }
 }@media only screen and (max-width: 763px) { #n4tWpaMQgoopW3WbbEOeoyTUZ2TShKlN { width:9.875rem;height:1.0625rem;top:4.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCF6To8a5MmAtt1I7VcpyXV6WL0HNkfn { display:block; }
 }@media only screen and (max-width: 763px) { #rz5ZcscOR64tnEPKMWclTFvRbJMuEiDf { top:1.9375rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #icJ7qy68M8J9l8kp29pWQVCeOGy4DItF { top:1.9375rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBQN7DdigObh3ySGI5TebmWg3BU0Kmvn { top:2rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvG49NGxEw5dHTCJW0xbI9shCA50wH6T { top:2.25rem;left:0rem;width:7.25rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #LpLD2Fc4nKADUQ8eId8Gx7fMXsbFAf02 { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;background-color:rgba(14,49,102,0.75);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LpLD2Fc4nKADUQ8eId8Gx7fMXsbFAf02 > .row .container { background-color: transparent; background-image: none; }#LpLD2Fc4nKADUQ8eId8Gx7fMXsbFAf02::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LpLD2Fc4nKADUQ8eId8Gx7fMXsbFAf02 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LpLD2Fc4nKADUQ8eId8Gx7fMXsbFAf02 > .row .container > .video-iframe-container { display: none; }#LpLD2Fc4nKADUQ8eId8Gx7fMXsbFAf02 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LpLD2Fc4nKADUQ8eId8Gx7fMXsbFAf02 > .row > .video-iframe-container { display: none; }#LpLD2Fc4nKADUQ8eId8Gx7fMXsbFAf02 > .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); }#LpLD2Fc4nKADUQ8eId8Gx7fMXsbFAf02 > .row .container { border-width: 0; border-radius: 0; }#LpLD2Fc4nKADUQ8eId8Gx7fMXsbFAf02 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LpLD2Fc4nKADUQ8eId8Gx7fMXsbFAf02 > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xe7aNUfV6mtAgZNTwylEa3DlPBFQR6zN { width:4.875rem;height:2rem;top:0.6875rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKEQOiNr7dCaqzbnCQrOKR1zl5yyLITe { width:7.25rem;height:2.875rem;top:0.1875rem;left:6.375rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #OUl2C9KPqOtvqapzxTa2nVh2IDo7D5sg { display:block; }
 }@media only screen and (max-width: 763px) { #yVbKke0UdBLC0GQQ5fAIsMVhDH65fufy { width:4.8125rem;height:2.875rem;top:0.1875rem;left:7.5625rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #zqQHMTKlDAvD9VfRJWLmbI6RHQEmGe5M { display:block; }
 }@media only screen and (max-width: 763px) { #GZThNBV1p3mhXHg9tkrrx9o6ckmpaTTs { width:20rem;height:1.21875rem;top:3.150173664093rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PXMd80pdJXLUkRomV3dlOLVdvC11xeZ5 { width:20rem;height:5.6875rem;top:42.12031129157rem;left:147.27499997616rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #ZgFImb2qd0vRdf1bCyaql6vbpS5MM133 { width:7.5rem;height:2.125rem;top:2.9375rem;left:2.5874999761581rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #Q6lsvdzwtnPSfCSzggJINnImmJ2i3q9h { width:7.375rem;height:1.6875rem;top:1.4375rem;left:9.40625rem;text-align:right;text-align-last:right;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #EZrKJTmH71fGS7hvpI5mxJd99QV6W2ZE { display:block; }
 }@media only screen and (max-width: 763px) { #FWbFhtqTbwSRRpcK7cnxSUFwVrqzdlUn { width:10.3125rem;height:2.875rem;top:0.1875rem;left:4.8125rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #L9IIgwfDOAhFZIRTufc1v2OxUlC1PaAI { display:block; }
 }@media only screen and (max-width: 763px) { #nWJF9LflvmG4QzoeoBLqe2daA6XJOiEh { width:5rem;height:2.1875rem;top:6.1863422393799rem;left:7.1245661973956rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vLi2zzJ1P0TGvUCzPMD7bWcQFx9elnFe { display:block; }
 }@media only screen and (max-width: 763px) { #Tb0naz6nniphcLtq5v5K2WTqAtLfT4mE { width:6.75rem;height:1.875rem;top:0.75rem;left:9.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkPbK8EB0HW1LIvs9KhQ4DsT0G5T7dQT { display:block; }
 }@media only screen and (max-width: 763px) { #Ui1R0gFTZr2MQ3PFTxnfEJXamCpXVZlL { width:5.9375rem;height:1.875rem;top:6.34259223938rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sl7tzTRWeKFbVsdUK3gg46By3SB6VqJx { display:block; }
 }@media only screen and (max-width: 763px) { #JS3QSfcu029UIrMIm16rCLUEDKQlT6Pn { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;background-color:#241c58;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#JS3QSfcu029UIrMIm16rCLUEDKQlT6Pn > .row .container { border-width: 0; border-radius: 0; }#JS3QSfcu029UIrMIm16rCLUEDKQlT6Pn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JS3QSfcu029UIrMIm16rCLUEDKQlT6Pn > .row .container { width:20rem;height:5.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #q1f7TQVqE6RMn0B2cJq36RmEa9ELMdlG { width:7.25rem;height:2.875rem;top:0.1875rem;left:6.375rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #BJnH2p7UXxdTpyscnmvv9JoolNsOKgm7 { display:block; }
 }@media only screen and (max-width: 763px) { #qf4o5sv1Dp7ZzWoJ9lFceQC78qvnNOz8 { width:4.8125rem;height:2.875rem;top:0.1875rem;left:7.5625rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #co3nqM7BLNsn270CfwChOU1ipHl2aobX { display:block; }
 }@media only screen and (max-width: 763px) { #PF2WPlcryGM4cBfwxSqTulfOD71QW57s { width:20rem;height:5.6875rem;top:42.12031129157rem;left:147.27499997616rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #FTbtlSe80zJhAAGfHOdWdAf4UihTsx19 { width:7.5rem;height:2.125rem;top:2.9375rem;left:2.5874999761581rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #KwGEdkHOlC6ocVsffM5rEXPgFGfvkGEa { width:7.375rem;height:1.6875rem;top:1.4375rem;left:9.40625rem;text-align:right;text-align-last:right;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #nnwnBllEEF6AkEwUo1TlhRQ79mhr5nk3 { display:block; }
 }@media only screen and (max-width: 763px) { #O52SurdKOttpvpoXV0vOf0Di7R8NxJN4 { width:10.3125rem;height:2.875rem;top:0.1875rem;left:4.8125rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #VTK4TRUffTDoeTsgqIwvbXvMqKRK4s5A { display:block; }
 }@media only screen and (max-width: 763px) { #HrxTouULmOkiuCUJ6ZwdXgiktFH0Gfcs { position:relative;z-index:auto;background-color:#0e3166;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HrxTouULmOkiuCUJ6ZwdXgiktFH0Gfcs > .row .container { background-color: transparent; background-image: none; }#HrxTouULmOkiuCUJ6ZwdXgiktFH0Gfcs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HrxTouULmOkiuCUJ6ZwdXgiktFH0Gfcs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HrxTouULmOkiuCUJ6ZwdXgiktFH0Gfcs > .row .container > .video-iframe-container { display: none; }#HrxTouULmOkiuCUJ6ZwdXgiktFH0Gfcs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HrxTouULmOkiuCUJ6ZwdXgiktFH0Gfcs > .row > .video-iframe-container { display: none; }#HrxTouULmOkiuCUJ6ZwdXgiktFH0Gfcs > .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); }#HrxTouULmOkiuCUJ6ZwdXgiktFH0Gfcs > .row .container { border-width: 0; border-radius: 0; }#HrxTouULmOkiuCUJ6ZwdXgiktFH0Gfcs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HrxTouULmOkiuCUJ6ZwdXgiktFH0Gfcs > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bzqFKTWiryhFzPfRN3Zib3ZLfyv8toFf { width:7.25rem;height:2.875rem;top:0.1875rem;left:6.375rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #uxNVDG8VQxI0XmLFGWDfy5gieXMtuJtT { display:block; }
 }@media only screen and (max-width: 763px) { #IlDCnQAMrGnbae0HEPPTDEDnk0OocU6r { width:4.8125rem;height:2.875rem;top:0.1875rem;left:7.5625rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #IDiXoIX2buyX6XbOOwASazCETJLiyN3V { display:block; }
 }@media only screen and (max-width: 763px) { #LqlsoyiykS7hu1FVu9m35W3Pvnt1iClU { width:20rem;height:5.6875rem;top:42.12031129157rem;left:147.27499997616rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #N73e573WAr4pKBK2SGLeEcTQV5KRo5K9 { width:7.5rem;height:2.125rem;top:2.9375rem;left:2.5874999761581rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #fXqyiiEIxDcACMgALXnNo1WiSs6qfzgn { width:7.375rem;height:1.6875rem;top:1.4375rem;left:9.40625rem;text-align:right;text-align-last:right;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #MoDfC1w2Q3xd5UhTCUKt31VWFvRiF4ma { display:block; }
 }@media only screen and (max-width: 763px) { #QC8KuhzikM10XfTD6PTCfDbLKKRHCsbi { width:10.3125rem;height:2.875rem;top:0.1875rem;left:4.8125rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #xCVTBCZizJQ8Z5v6TMVocXiWvhsJAT67 { display:block; }
 }@media only screen and (max-width: 763px) { #ZdanhthOVBpokWrqWu5WQCQvMC08hilM { display:block; }#ZdanhthOVBpokWrqWu5WQCQvMC08hilM > .row .container { width:20rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FJaWLTokf3QEQTyo5SZwsehRKEEN7B4p { width:20rem;height:8.45rem;top:7.503125190735rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyrOSo195Bc6MFzliGx1nBtc39CF8cL4 { width:5.4375rem;height:1.38125rem;top:5.9357643127441rem;left:7.3107644319531rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxNkTB9vRFTSJzmOf79DQ0BAWnlpi9ip { width:18.75rem;height:0.125rem;top:17.186459541321rem;left:0.62187498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUrDloe9JcCCMnXovcN7MvutXfPinKit { width:12.1875rem;height:2.5rem;top:1.9036464691162rem;left:3.9062501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRBNmpRv5JHtCMtNZnB0ObWmw6wL06W7 { display:none; }#TRBNmpRv5JHtCMtNZnB0ObWmw6wL06W7 > .row .container { width:20rem;height:16.248962402344rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bfHWoqqV5NKk3i5ECxPTxTdrv2PqC35Q { width:20rem;height:15rem;top:1.2496910095215rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #rQivLywWDk0mOkJVpv3SHOV7AASA2fUq { display:block; }#rQivLywWDk0mOkJVpv3SHOV7AASA2fUq > .row .container { width:20rem;height:51.560417175293rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XtnCLOT9UntFQUuFqGwcmoQTtcTxw0aE { width:20rem;height:13.125rem;top:4.3742790222168rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #J48CgyuMn3vQQpcz5T4a4QCciJdI97yP { width:20rem;height:0.5625rem;top:33.748554229736rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTprcSrHXkfcSQvfR2TJ5CbKhTVNen1W { width:20rem;height:10.75rem;top:19.059608459472rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqVXbBdMFycExaEteVxsJHyUHtxTDK72 { width:20rem;height:17.5rem;top:34.061054229736rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6lXBOwvSLQtLsBcocuVIqXoPRRLDhEV { width:20rem;height:1.5rem;top:35.311054229736rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #g9BkqN0J8NzD1U69FQX53SHNd70yJJip { width:20rem;height:1.5rem;top:38.747829437256rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #LGyXCIIisSd19QkUO6xN46bETQM2rwhN { width:20rem;height:1.5rem;top:42.185333251953rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #nlsV1ruVnBPTUyraz10FDWzGdPoOGqV9 { width:0.125rem;height:0.875rem;top:34.75rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Prpu4iTIstpPgcz4ignkQ6EVeH7PmDnL { width:0.125rem;height:0.875rem;top:164.0380859375rem;left:19.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UZgU3mTDb3eCBfENQgspN44O9xuw1yks { width:20rem;height:0.1875rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LUK2kpkq1g6LNP3Ks0Ey8BECSiv7aTTT { width:11.75rem;height:1.5rem;top:49.061058044434rem;left:4.1232639551162rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #pBq6ZhzZoL4Z5Q5bHRO1JnqJVNqWdJHn { width:11.625rem;height:1.5rem;top:45.622833251953rem;left:4.1861983537674rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #kJsPMl5CcWZ5FTyr2zGclzyf6Gpmx10V { width:0.125rem;height:0.875rem;top:166.6005859375rem;left:10.34375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zx5OAykaigBxpGAkpB1NAWQwkxdImu9a { width:20rem;height:2.03125rem;top:1.2492790222168rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;font-family:avalon;display:block; }
 }@media only screen and (max-width: 763px) { #L56FTMqGUvH3IlAKgT2dzD0uStxtzPeN { width:20rem;height:0.0625rem;top:31.873554229736rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgWu3h7IAdPmsvollUm4mNWkDklx6XBP { width:17.5rem;height:0.0625rem;top:37.810329437256rem;left:1.247829914093rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #GvggVEDiFIlS2A5QHOaszDbFRf7upwpy { width:17.5rem;height:0.0625rem;top:41.247833251953rem;left:1.247829914093rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #VR3P8uFiVb6U01nsdNRkCs6TCHPwb1yz { width:17.5rem;height:0.0625rem;top:44.6875rem;left:1.247829914093rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #VayBAJlNu2ccwBONZ9vOq9AM0cSc0FaZ { width:17.5rem;height:0.0625rem;top:48.122833251953rem;left:1.247829914093rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #KBN6igx53w40Ig8QFAODOtCw0MxcwXvF { display:block; }#KBN6igx53w40Ig8QFAODOtCw0MxcwXvF > .row .container { width:20rem;height:59.372917175293rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TfDFqZslRIQ5mM3T2mWfsuK6T7DFsSDN { width:20rem;height:14.4375rem;top:7.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #SRhaeuxcJUX7FiqUAqf5FgPrVNnxMgf3 { width:20rem;height:0.5625rem;top:38.123558044434rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJVy6QJUUUHbS4h81ZEz79hD1T8O5iHN { width:20rem;height:10.5625rem;top:23.747108459472rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwLXTwBscxmT2DXwygUHnHDS3rH3X49o { width:20rem;height:20.9375rem;top:38.436058044434rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvbSAv6yzsf71WbapBs8clNDCSp8IwbH { width:20rem;height:1.5rem;top:39.686058044434rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #fn01traFTqA359tiAVk9ihzce76rvMMs { width:20rem;height:1.5rem;top:43.123558044434rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #JghRARzev76J5ygaMbPsKZgw6VbMmP3T { width:20rem;height:1.5rem;top:46.561058044434rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #pANvBppuLqlKlSEnH7tSaTbVAhHmXPRM { width:0.125rem;height:0.875rem;top:34.75rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #i6R82UVOKqc69T976vATPCTD6IaJDdri { width:0.125rem;height:0.875rem;top:164.0380859375rem;left:19.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TuAwHXo9DbH1QAB7Lf6AmPaJSzPOpDMt { width:20rem;height:0.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNZEAcfHOeb9upq0JD4aHsTxL6wcsp7T { width:11.75rem;height:1.5rem;top:53.436058044434rem;left:4.1239873170853rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #LRRisLRFeMITTKfGOnrrwcr0ggpyGIcH { width:20rem;height:1.5rem;top:56.873565673828rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #L7KniOCnyalyzB72MK8FyVGCyHvWZGPF { width:11.625rem;height:1.5rem;top:49.998558044434rem;left:4.1861983537674rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #sbzEdSkVROKB2x80ShoCQUR498VqfKJW { width:0.125rem;height:0.875rem;top:166.6005859375rem;left:10.34375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UrnC73KX1DgvasvmI099hqqP0K6uTTwK { width:0.125rem;height:0.875rem;top:166.6005859375rem;left:19.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oIe5X2GTFXbsTnnMehDS72ehtZuJIf2I { width:20rem;height:4.0625rem;top:2.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;font-family:avalon;display:block; }
 }@media only screen and (max-width: 763px) { #XhQFnH6TGNhxCh7LPyssrW6WlpQuVKG0 { width:20rem;height:0.0625rem;top:36.248558044434rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAhMx4ShTifywmE4boJSVJeeulBNmWW6 { width:17.5rem;height:0.0625rem;top:42.186058044434rem;left:1.248553276062rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #th6lFrAWVi6Wp1lECJkA2RMCoDQxih3P { width:17.5rem;height:0.0625rem;top:45.623558044434rem;left:1.248553276062rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #exfnyLTSbGhWRA7kOBKMSPECHNX8ZCci { width:17.5rem;height:0.0625rem;top:49.061782836914rem;left:1.248553276062rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #bVs0T68Eab752Znn5x7yZSyTQaK0uu3I { width:17.5rem;height:0.0625rem;top:52.498558044434rem;left:1.248553276062rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #Tt5k9tpxIS1OPXTlQuO7Zt1m5orM8k52 { width:17.5rem;height:0.0625rem;top:55.9375rem;left:1.248553276062rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #KPTy8ywXEXuTseWfLQ5ySPI67vk8AbH2 { display:block; }#KPTy8ywXEXuTseWfLQ5ySPI67vk8AbH2 > .row .container { width:20rem;height:57.810424804688rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r3Uyf2TzhfRhwvLsAT4xwU0z1qKdQBuH { width:20rem;height:14.4375rem;top:5.9367828369141rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #JI355l9B99WfryXS3ETeCEBQWVm4GIeq { width:20rem;height:0.5625rem;top:36.561050415039rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dToASAMTSEDSVf2IUsTUuTC1mNcxWrcn { width:20rem;height:10.75rem;top:21.872100830078rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGhdaPrnDLT8ZrpJg1o0zf75flcvfB3X { width:20rem;height:20.9375rem;top:36.873550415039rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzRiA1ZFxJZcV0TXR8Hd3znZ3nO1DpzM { width:20rem;height:1.5rem;top:38.123550415039rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #JA0UTTVfT0bXq8EoBXsAZDqAOFepxiMV { width:20rem;height:1.5rem;top:41.561050415039rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #aQJeIrfUcn11wm6Iu3BpvQqXTbgXJBD4 { width:20rem;height:1.5rem;top:44.998550415039rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #BW4761ecsnZNvkm0CcpdsTLPUtLsqTo9 { width:0.125rem;height:0.875rem;top:34.75rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iM6frHJ10aA800duSzakrOF7ceVbRlNi { width:0.125rem;height:0.875rem;top:164.0380859375rem;left:19.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #INh97LM2a3nae9JrLt6eL8akHmDibgag { width:20rem;height:0.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgcILUvaVI4sylNBnoihTb5SulRsaBQh { width:11.75rem;height:1.5rem;top:51.873550415039rem;left:4.1239873170853rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #JHdhJ7lgW55QL4tIHkbKKGO9vPfBNFxi { width:20rem;height:1.5rem;top:55.311050415039rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #IVZ16sbCzhTw01tAv2XFQGNRuduiGwiz { width:11.625rem;height:1.5rem;top:48.436050415039rem;left:4.1861983537674rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #aT9pi52MXifa8HaJwh3DtXUdSEJC6IBU { width:0.125rem;height:0.875rem;top:166.6005859375rem;left:10.34375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PLVcLZHk66dvraVX81IoiAgRtv4StOpT { width:0.125rem;height:0.875rem;top:166.6005859375rem;left:19.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HdTM0JGx62h7ydyfNwXfPcLG44dAWLgb { width:20rem;height:2.03125rem;top:2.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;font-family:avalon;display:block; }
 }@media only screen and (max-width: 763px) { #O7xmJU7SxttX5lSsdCLuW7p96xbGwlI6 { width:20rem;height:0.0625rem;top:34.686050415039rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOfxx1GJ1DzgFcLNtXgiaGlhmV1SXUcE { width:17.5rem;height:0.0625rem;top:40.623550415039rem;left:1.248553276062rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #bLsPm0iJoT39riy4kRftPtr7vpvEqXCf { width:17.5rem;height:0.0625rem;top:44.061050415039rem;left:1.248553276062rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #E2rGi0uraK8579GDhkqLp1htDP4M5TCA { width:17.5rem;height:0.0625rem;top:47.499282836914rem;left:1.248553276062rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #OKi05O77Slw2trwZIRb6VrT18uGe6T8I { width:17.5rem;height:0.0625rem;top:50.936050415039rem;left:1.248553276062rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #mTHVpzp3vq9iqRLku2wp4WMhUCCpcTsh { width:17.5rem;height:0.0625rem;top:54.375rem;left:1.248553276062rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #euaMriKT65NIoeUcplwSyNC7I8SDx2II { display:block; }#euaMriKT65NIoeUcplwSyNC7I8SDx2II > .row .container { width:20rem;height:56.872909545898rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UiiEchO7n25anuiOofms3xKl4mSXEpTL { width:20rem;height:13.125rem;top:5.936767578125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #GTDHLaRNWe5hkkRkv5E3WG5UT5ZByESy { width:20rem;height:0.5625rem;top:35.623550415039rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHRtR2icQJVgQom1GxJ39Zvhncb7zFLg { width:20rem;height:10.875rem;top:20.934600830078rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SK4p1w8OfLcJ5BsHT0H6eKWrvIfN6dL6 { width:20rem;height:20.9375rem;top:35.936050415039rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzCeVDDTTtAaC5qxcPiUnp2pOahzL62u { width:20rem;height:1.5rem;top:37.186050415039rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #uZKiNKtVWwQA6RBhB52NN32BUZ7CdOA5 { width:20rem;height:1.5rem;top:40.623550415039rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #fXtZVUTB6EdAOIW0UWt9upSo1OyZDqRl { width:20rem;height:1.5rem;top:44.061050415039rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #pGQg5oV7LQzzJACTrdNH0RJzy42J99oJ { width:0.125rem;height:0.875rem;top:34.75rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CVtgTuz6T9c2HMTFKZemKTLasSsDn5AB { width:0.125rem;height:0.875rem;top:164.0380859375rem;left:19.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cIgRP6iKCXW73e6FAO76JJaVoz7cXuZ2 { width:20rem;height:0.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #utb0fuIwkZPmJcu7ZcZvM1WecFsUJ6yk { width:11.75rem;height:1.5rem;top:50.936050415039rem;left:4.1239873170853rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #IuWUgT0QA8n7SMaEMkUrMUtSeHqAPV6M { width:20rem;height:1.5rem;top:54.373550415039rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #rfRRyFew8xW20Tapmb9EUVgoTfk4C77T { width:11.625rem;height:1.5rem;top:47.498550415039rem;left:4.1861983537674rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #O2cyNP3LzZy1CGocl4TMeuFeB25lbUxE { width:0.125rem;height:0.875rem;top:166.6005859375rem;left:10.34375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ByrAzkbSqlE5pb6yn6NSla1mfR323VKo { width:0.125rem;height:0.875rem;top:166.6005859375rem;left:19.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dm7mKDC65qQHypbBHCt7UmLGr4FJzzJx { width:20rem;height:2.03125rem;top:2.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;font-family:avalon;display:block; }
 }@media only screen and (max-width: 763px) { #sN0swCdKASmZJdLoBESsPEUGunAhMCqt { width:20rem;height:0.0625rem;top:33.748550415039rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #USc8M2RVcyJTrymBITS0vsxw9WSvkx6e { width:17.5rem;height:0.0625rem;top:39.686050415039rem;left:1.248553276062rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #JlaWmMRzVN3ItTtqmSoGgUPF4WKCxC48 { width:17.5rem;height:0.0625rem;top:43.123550415039rem;left:1.248553276062rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #ikTcz4SrhQJ8xnbO0qwhg0RpQa6y7RmC { width:17.5rem;height:0.0625rem;top:46.561767578125rem;left:1.248553276062rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #ZEN477X0mGel82T2DzcCrW1ipiFKLiHb { width:17.5rem;height:0.0625rem;top:49.998550415039rem;left:1.248553276062rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #CztIgURCL7TMWs4Sddi27Hf2eoIudQtV { width:17.5rem;height:0.0625rem;top:53.4375rem;left:1.248553276062rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #DtOqqLkhHvlxJw4qtiJsxgTf38Bbc4k5 { display:block; }#DtOqqLkhHvlxJw4qtiJsxgTf38Bbc4k5 > .row .container { width:20rem;height:56.560424804688rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r9yRlCGnWlLwAsQF5C80VQx1aKh1qtwx { width:20rem;height:13.125rem;top:5.9367828369141rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Eal346vg1iJS3XTlJI1uBiGiFRLO8KSh { width:20rem;height:0.5625rem;top:35.311050415039rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ey8UVHytf00BeiqUac0Qk5TNyTDTV9fC { width:20rem;height:10.625rem;top:20.622848510743rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9XxWcIGdVHyhXkOT8RmWJOFiwTlQ9Qx { width:20rem;height:20.9375rem;top:35.623550415039rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IW9Tqpc4b7uT6uTXrTSGuOsuTUJwC4OJ { width:20rem;height:1.5rem;top:36.873550415039rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #E35vMwwF3FJ7kf6NApWgpWT1zUdbOJKR { width:20rem;height:1.5rem;top:40.311050415039rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #xL2X08sQdzT7DMt7ncrGGlHrASXuJLWe { width:20rem;height:1.5rem;top:43.748550415039rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #mfZ2kWFoUtc8l2gQ8dQkIEhu0naS3mKH { width:0.125rem;height:0.875rem;top:34.75rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CEx39qELRwsqICIugLbudwZK9y7UcJcy { width:0.125rem;height:0.875rem;top:164.0380859375rem;left:19.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uzSRe4l9TakK4WNA1y9G8q6vLU1fGFxe { width:20rem;height:0.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9r8dT4ecaU9U1LNQ02ScxpiuriiD1pX { width:11.75rem;height:1.5rem;top:50.623550415039rem;left:4.1239873170853rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Gc32PsJctBcypx0iLh85KX7xRtnMMOAQ { width:20rem;height:1.5rem;top:54.061050415039rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #VaiFgEonJ4nU7hNku5su34xcswLuJe4i { width:11.625rem;height:1.5rem;top:47.186050415039rem;left:4.1861983537674rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #vc2BalEsKCyKW7ZRmZe8p1w57Lx5pDrQ { width:0.125rem;height:0.875rem;top:166.6005859375rem;left:10.34375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KsHRwMhfrnGniZECENhETESwX25TxVT3 { width:0.125rem;height:0.875rem;top:166.6005859375rem;left:19.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eFcuNB9aFtZwWxNQtDGq2TStPmFAVhI8 { width:20rem;height:2.03125rem;top:2.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;font-family:avalon;display:block; }
 }@media only screen and (max-width: 763px) { #S4TDfBWQpmZuf54RTnLcxkrB4lCbmJaG { width:20rem;height:0.0625rem;top:33.436050415039rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVmmvX6oD68HVogI4JTQXgIsWdIE9kKH { width:17.5rem;height:0.0625rem;top:39.373550415039rem;left:1.248553276062rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #Fu3kcpEPdqZfxVDbJDNqxrmCo68HRd75 { width:17.5rem;height:0.0625rem;top:42.811050415039rem;left:1.248553276062rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #g4CGIERggXCJtDgE5XrXxrPxTUBH2KP8 { width:17.5rem;height:0.0625rem;top:46.249282836914rem;left:1.248553276062rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #FWsx1qnSHgNoyfVRDWa9M7FR3wEAxpBK { width:17.5rem;height:0.0625rem;top:49.686050415039rem;left:1.248553276062rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #bOd9AvLcCTdJQphP5Nwl3nR1W6rAOy1X { width:17.5rem;height:0.0625rem;top:53.125015258789rem;left:1.248553276062rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #r48tH62fwADgMGfz5CsB3lNpAOyHhn4c { display:block; }#r48tH62fwADgMGfz5CsB3lNpAOyHhn4c > .row .container { width:20rem;height:58.122924804688rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #knT1KhK9ZNEWANQRgA9Bn2IQfyzh98ZF { width:20rem;height:14.4375rem;top:5.936767578125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Z5gVDUb5xQpKDBDdf4bn8ernClDTeMrb { width:20rem;height:0.5625rem;top:36.87353515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrGRfL0eICS6u8uUkTgVcJrCd23y1E5w { width:20rem;height:10.6875rem;top:22.184600830078rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JauDpInBl2IWgPzta2aGEcVzWpHKcNHO { width:20rem;height:20.9375rem;top:37.18603515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZgmOPHBPGrdMALsGUa5M0mDdw3InD7c { width:20rem;height:1.5rem;top:38.43603515625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #gqIInvbgaTpp2s604J3JoQg3bHztnhqx { width:20rem;height:1.5rem;top:41.87353515625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #vqEmiP0ZlCrN5HPiC49TGwklNQ6WsL70 { width:20rem;height:1.5rem;top:45.31103515625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #I0Z7fJAMa3L4TBvzds0ALoyy6EAPumNl { width:0.125rem;height:0.875rem;top:34.75rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #g0OdZXoVXQC8m6UME62cgV8cLPi0N1Dt { width:0.125rem;height:0.875rem;top:164.0380859375rem;left:19.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #c9g686HVgs7ww0xx1nNN4tlflF4p2Krm { width:20rem;height:0.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMfiDZZA9aQtrsEXUNH5tc5UIuel15A5 { width:11.75rem;height:1.5rem;top:52.18603515625rem;left:4.1239873170853rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #XOddHTEzUauvhF5pcoFBzkpf791WNWwp { width:20rem;height:1.5rem;top:55.62353515625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #TTmQLpheXTfbzhHTr0qcFN3I7zVlgTDS { width:11.625rem;height:1.5rem;top:48.74853515625rem;left:4.1861983537674rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #iHpvex8swxaPUUKVwPo14FgBEKETTO0D { width:0.125rem;height:0.875rem;top:166.6005859375rem;left:10.34375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eQhuyzz2Tp9w3dxmVLSBQ59Nl8Z99iII { width:0.125rem;height:0.875rem;top:166.6005859375rem;left:19.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #c9OwtvrGAeo62d9NIgo6fKyVz4k0lHui { width:20rem;height:2.03125rem;top:2.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;font-family:avalon;display:block; }
 }@media only screen and (max-width: 763px) { #VFsdrZ8ApmKdHSiwgzN0PMmF7NATnN3c { width:20rem;height:0.0625rem;top:34.99853515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9aBn0iVHZRXCZSLDVp44pto9zJEPWmd { width:17.5rem;height:0.0625rem;top:40.93603515625rem;left:1.248553276062rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #a6N4reNuDgskEkoikdPd8cpyfekDvZiT { width:17.5rem;height:0.0625rem;top:44.37353515625rem;left:1.248553276062rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #knH4gpqN2p6ed2JXUdUMx1uDTTnmebpw { width:17.5rem;height:0.0625rem;top:47.811767578125rem;left:1.248553276062rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #cl5BLhmf2CzrKvMyHlmCq2o7hvTIcenK { width:17.5rem;height:0.0625rem;top:51.24853515625rem;left:1.248553276062rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #NoMlNwGTAurdRegT5n9bfBIT9zaisdao { width:17.5rem;height:0.0625rem;top:54.6875rem;left:1.248553276062rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #RAb59vTOfHOK74k9HkIxKQEAI36t2Jom { display:block; }#RAb59vTOfHOK74k9HkIxKQEAI36t2Jom > .row .container { width:20rem;height:60.622924804688rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O4ssdwVIug2IJiIXtE6Zu3PAgDDk5aXG { width:20rem;height:13.125rem;top:9.9992828369137rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Mn1Mu29TrTGaKbd8oIZohsnfrtC2bOh1 { width:20rem;height:0.5625rem;top:39.373550415039rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtVTTmvodSV7n6VJFGdTpD2u5gaKctew { width:20rem;height:10.5625rem;top:24.684616088868rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBQu0E7m3IA1n0lEp6cyQgDZVB2iwO3g { width:20rem;height:20.9375rem;top:39.686050415039rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoDKLOUzecgMNzRb5BinBRye4U2bmdkr { width:20rem;height:1.5rem;top:40.936050415039rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #yNheybrhV2G9kyaXLouiRr3pxdL1EihW { width:20rem;height:1.5rem;top:44.373550415039rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #HOlDxe76MtAzASM6xbZ4n1f90xsS6UEu { width:20rem;height:1.5rem;top:47.811050415039rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Pfb5QwI2tpg4kPuxLcpKED3UVt3x9zpy { width:0.125rem;height:0.875rem;top:34.75rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kOQIfMaRWniRCe9T99hMpFqTL29K5eMg { width:0.125rem;height:0.875rem;top:164.0380859375rem;left:19.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Av2MFZw98Vz8gVV0hnRqQe6hnCu5AeIW { width:20rem;height:0.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMBAByQLTqxU0cmlIl0NGD6xtLUMOmoC { width:11.75rem;height:1.5rem;top:54.686050415039rem;left:4.1232639551162rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #yXCdLEZZaNLtNDBPNy8gul1Q8Aa0HMsP { width:20rem;height:1.5rem;top:58.123550415039rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #aSCupeqOmbJhkhgkl44ic7ey85fbQS3w { width:11.625rem;height:1.5rem;top:51.248550415039rem;left:4.1861983537674rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #FBfKm28Lytl6a8qmD0dMFozyXWuNvEWf { width:0.125rem;height:0.875rem;top:166.6005859375rem;left:10.34375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LbfX7vK7npThIfmXLdpq9Q5uNC3m35sf { width:0.125rem;height:0.875rem;top:166.6005859375rem;left:19.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TcsZiMaAwFbvbohG8uk00ayPG5Xbdh2w { width:20rem;height:6.09375rem;top:2.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;font-family:avalon;display:block; }
 }@media only screen and (max-width: 763px) { #bdCQPJ1X9dAw7GByth1aX1EDXce6kwmK { width:20rem;height:0.0625rem;top:37.498550415039rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcaEe71cST9IK2eGelbTID053gSlbshW { width:17.5rem;height:0.0625rem;top:43.436050415039rem;left:1.247829914093rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #bzBPgA7Bbttrt53TmE7WA3oycUQo3TfZ { width:17.5rem;height:0.0625rem;top:46.873550415039rem;left:1.247829914093rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #gFhPCkuIzHO74tfnqvHT3ukpKegT3xKU { width:17.5rem;height:0.0625rem;top:50.311782836914rem;left:1.247829914093rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #Uh2bFfvEgTCvuDVrqiU0yqgy9rBTTmHs { width:17.5rem;height:0.0625rem;top:53.748550415039rem;left:1.247829914093rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #nbFyaMfatbtz95lFCEa0MvK2i2JDHq7b { width:17.5rem;height:0.0625rem;top:57.187515258789rem;left:1.247829914093rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #XU6aZ3T3pPHnXAIIqnuiTVIZxqTfQ7zL { display:block; }#XU6aZ3T3pPHnXAIIqnuiTVIZxqTfQ7zL > .row .container { width:20rem;height:58.122894287109rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kTAN9cEZJJdpB2kfeGWFxQ6I5SaOvSn3 { width:20rem;height:14.4375rem;top:5.9367980957031rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #tVrFZ5SPloZQAXTzALW1ShmDJzHBGIHB { width:20rem;height:0.5625rem;top:36.873565673828rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8dfmn4nrp0DSJqq08rF9m0op1xL0nC4 { width:20rem;height:10.625rem;top:22.184631347656rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzOo3nBy9Tezeh9mHhG0PwzSTJkQsdGn { width:20rem;height:20.9375rem;top:37.186065673828rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGAsRHA3SfSDpUN29yhiSUbnGCo4tFDF { width:20rem;height:1.5rem;top:38.436065673828rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #QtpA8BxMrlyM3TftdQ6455OaCadgqAON { width:20rem;height:1.5rem;top:41.873565673828rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #uh2Pf6XurFwMLTzXdcog2Ogb5WmZKMeh { width:20rem;height:1.5rem;top:45.311065673828rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ifDkIb0LCqFV2EM9riOFPJ3XiTCNSTtc { width:0.125rem;height:0.875rem;top:34.75rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iTeVl7y8Wg0tcESynVe45TdnSfngoLzr { width:0.125rem;height:0.875rem;top:164.0380859375rem;left:19.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HDPtGNWDKA9sm1qJCD99oSLPN6Ie4dC1 { width:20rem;height:0.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQG6Uh4N4XU2IyLcopAnEX43NUNTLJC5 { width:11.75rem;height:1.5rem;top:52.186065673828rem;left:4.1239873170853rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ieRxUByETh2tOMITKOKrOmUxxus5vcFl { width:20rem;height:1.5rem;top:55.623565673828rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #e5I8PeXkU6IlvWZF3oPcFlT5bICq8iVM { width:11.625rem;height:1.5rem;top:48.748565673828rem;left:4.1861983537674rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #pA0FFUKAE8WMnMPbhIILSXzZcCVekpfw { width:0.125rem;height:0.875rem;top:166.6005859375rem;left:10.34375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ODLKIlIhaXlssEXVVwT5c27usRlHkfVL { width:0.125rem;height:0.875rem;top:166.6005859375rem;left:19.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #us4h345mZpTfxwoVJDvthJwOizZDF9q2 { width:20rem;height:2.03125rem;top:2.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;font-family:avalon;display:block; }
 }@media only screen and (max-width: 763px) { #zsRTARaalua9C07WRFOpVh14uh3BD59T { width:20rem;height:0.0625rem;top:34.998565673828rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6qAwgM3zZrKe0XBDrUwCmrdNV2qcup0 { width:17.5rem;height:0.0625rem;top:40.936065673828rem;left:1.248553276062rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #mvhRQ7U7D8PhOAogNgkSi3nRtvCJTA0V { width:17.5rem;height:0.0625rem;top:44.373565673828rem;left:1.248553276062rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #mm3TT1NPTUSZNkP4nGWhy8zTTx60CMdn { width:17.5rem;height:0.0625rem;top:47.811798095703rem;left:1.248553276062rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #L4qAd8rN7usfGo5FNsPOx95WCmywu05c { width:17.5rem;height:0.0625rem;top:51.248565673828rem;left:1.248553276062rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #R3rGTOuI2tQFaF0wo2zJpUDlsDmEE2OW { width:17.5rem;height:0.0625rem;top:54.6875rem;left:1.248553276062rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #v1UyAkp0lNGU46HAywetHiygUZ4C9W3M { display:block; }#v1UyAkp0lNGU46HAywetHiygUZ4C9W3M > .row .container { width:20rem;height:55.247924804688rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dToS2vaXXFz82Rsf93G7Ftzs7gqCIGMT { width:20rem;height:13.125rem;top:5.874267578125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #stIavgBuPdGvwgaE2p5CAJWdxagfUFAe { width:20rem;height:0.5625rem;top:33.998565673828rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIzaws2eokcDwMTZlLllyAeSrMdyfNWp { width:20rem;height:10.8125rem;top:19.309600830078rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZQEAP7P68y6EGOXxCEC1XGTvzPMZQur { width:20rem;height:20.9375rem;top:34.311065673828rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGiox75wV9MvRuUxrtJqqvzuTiXBTzZm { width:20rem;height:1.5rem;top:35.56103515625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #B0GNB4WvmRDHrZkUSH5AkLPEMCEIuPG3 { width:20rem;height:1.5rem;top:38.99853515625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #KOvby5NxoVnDGB5aeo9C7motaRfI3nFW { width:20rem;height:1.5rem;top:42.43603515625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #k4gRJo8bAS3lau1HB7amytOnnMKugN84 { width:0.125rem;height:0.875rem;top:34.75rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gpQIocXvACZcHTUETsP4nVT88zTgTt5L { width:0.125rem;height:0.875rem;top:164.0380859375rem;left:19.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tLthv6yikVDqv0wkPHdIdtQp5OTVHqtb { width:20rem;height:0.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsxSMSVsekGd9wAnwOd5XXLfqOUI26SH { width:11.75rem;height:1.5rem;top:49.31103515625rem;left:4.1239873170853rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #REWnV78XnmEU1GhXOcTft5scnQPTkCPw { width:20rem;height:1.5rem;top:52.74853515625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #PN0X3aRNybcHii2zo0CilLBkUaSZel9y { width:11.625rem;height:1.5rem;top:45.87353515625rem;left:4.1861983537674rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #BfIlsDAOLEQBnteWKoxgk6buMeCt4ppw { width:0.125rem;height:0.875rem;top:166.6005859375rem;left:10.34375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ONkvZDkV504fJxRg27h4tHRz1sesbysq { width:0.125rem;height:0.875rem;top:166.6005859375rem;left:19.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #N1KsULEz0AS1lrGLVAVE1ZqeGTJGpgs6 { width:20rem;height:2.03125rem;top:2.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;font-family:avalon;display:block; }
 }@media only screen and (max-width: 763px) { #qFDo2AgfMdMV0xCQUQSgNGWOPc0Vc8HI { width:20rem;height:0.0625rem;top:32.123565673828rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOHQ5bThohfpd5tgPGmZddD9mCcFmMmw { width:17.5rem;height:0.0625rem;top:38.06103515625rem;left:1.248553276062rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #fiSyZIRFrPew0E5R3CFB1WIDHCmmpMzi { width:17.5rem;height:0.0625rem;top:41.49853515625rem;left:1.248553276062rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #W9GfgcCvGn0fEtOmBtnhLIDvk1JGGdMu { width:17.5rem;height:0.0625rem;top:44.936767578125rem;left:1.248553276062rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #kR4cy2r3WMy9B0D9TAAe62BIKEzHkWqt { width:17.5rem;height:0.0625rem;top:48.37353515625rem;left:1.248553276062rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #UlnqxTi4ImepxoKusawW59sgF1wM6iOi { width:17.5rem;height:0.0625rem;top:51.8125rem;left:1.248553276062rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #fvJZ8vGT2XTiEVl5LDO4RTW8A2tsp4H3 { display:block; }#fvJZ8vGT2XTiEVl5LDO4RTW8A2tsp4H3 > .row .container { width:20rem;height:58.122924804688rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iTz3HNUeEC7p1aQatQpatNmMOULsClqW { width:20rem;height:14.4375rem;top:5.936767578125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #N1V9C7yRmldP7rtOPw2iFecBiNHDeCl8 { width:20rem;height:0.5625rem;top:36.87353515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tms2IAGG2mTURIce5nT9lJzfwueo6FKk { width:20rem;height:10.75rem;top:22.1845703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCDiJJmQTkBiNNO0USKwgEh77bHlLus2 { width:20rem;height:20.9375rem;top:37.18603515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMeZ3AfqP37isMmnt05OR3C18Bc46QGq { width:20rem;height:1.5rem;top:38.43603515625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #s37t6HNGlRpx9pBlskzUhIXeKuRa8n0a { width:20rem;height:1.5rem;top:41.87353515625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #AZZfcJlbO8shODv1AgItSIhSXnET3s9c { width:20rem;height:1.5rem;top:45.31103515625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #myaVfuSZgsDKFgBU1TIqqHBl23BeS3Ob { width:0.125rem;height:0.875rem;top:34.75rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #llVBq7Bx6aVuyKgsQV2h8af7whHk9ufz { width:0.125rem;height:0.875rem;top:164.0380859375rem;left:19.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mNMrRH2bg7SrQsQFTuCNbZyXCcfD6mbV { width:20rem;height:0.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4l9QspCOIEJfU88g3hQH0GvJdm7M8GO { width:11.75rem;height:1.5rem;top:52.18603515625rem;left:4.1239873170853rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #MkxDhTzlHr752b5sPH29B6p0IumoSTUI { width:20rem;height:1.5rem;top:55.62353515625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #sLcguLXUznwkevBMxXfTJaPrFxkeQBah { width:11.625rem;height:1.5rem;top:48.74853515625rem;left:4.1861983537674rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #pVgobqQE9UfZMPeppWEZgUfFkCHHvBqZ { width:0.125rem;height:0.875rem;top:166.6005859375rem;left:10.34375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ed5EHX07Rehc4oGnp3g9xBnuNQy2acqa { width:0.125rem;height:0.875rem;top:166.6005859375rem;left:19.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SJpBgNbWzGy5K2PF52TrvNx5JVBBWF6m { width:20rem;height:2.03125rem;top:2.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;font-family:avalon;display:block; }
 }@media only screen and (max-width: 763px) { #rxU0GnGaI5DVJGpUaq8e5kiB1dzQLrXT { width:20rem;height:0.0625rem;top:34.99853515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlCr2CAWaGFOqK7FcTMohz1aZgeZ0iOy { width:17.5rem;height:0.0625rem;top:40.93603515625rem;left:1.248553276062rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #hRTP3mCzkFJs6G3RqT9yGG6fHmWIhTLG { width:17.5rem;height:0.0625rem;top:44.37353515625rem;left:1.248553276062rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #IDnku4HmZ1043DHgiRKFIGBpoPmgrZFC { width:17.5rem;height:0.0625rem;top:47.811767578125rem;left:1.248553276062rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #Xneidi6XEnTPmqOa622gwB6c1WGcTbAU { width:17.5rem;height:0.0625rem;top:51.24853515625rem;left:1.248553276062rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #R1AG1n1UBgcR75APxc9UxODrcIwOdqKG { width:17.5rem;height:0.0625rem;top:54.6875rem;left:1.248553276062rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #a97OGtXlT9kaBaOvSqdEqdCgUuHrGNrr { display:block; }#a97OGtXlT9kaBaOvSqdEqdCgUuHrGNrr > .row .container { width:20rem;height:56.872924804688rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BOIJQoXvKpfuB7vZGFu1kybsQLRUgZ2e { width:20rem;height:13.125rem;top:5.936767578125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Oe6LNAUyrwgcSaAfp6FW63zoikkS9f7P { width:20rem;height:0.5625rem;top:35.62353515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5po5MC0pdp5PaP3b9xPAHC9DeQ7Kb6b { width:20rem;height:10.625rem;top:20.933898925781rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnA1Fuu9WR8WzKQFkoxAx80Dc7ek1XIS { width:20rem;height:20.9375rem;top:35.93603515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wr3p1iPm2KeBWIvLAoDI3zQs4FIH4LQX { width:20rem;height:1.5rem;top:37.18603515625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #HT8VTI6FmJTb47TTIQpFrL9dLtXquLnI { width:20rem;height:1.5rem;top:40.62353515625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #vzMkn2fhTynCe92RFBmle9FznHzGRINT { width:20rem;height:1.5rem;top:44.06103515625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #krSexTiKmpfvMDbUa0nQPJLnTnBqOMTc { width:0.125rem;height:0.875rem;top:34.75rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mGMNTS00OU3GlVBqrHSyenTTTX61ddzt { width:0.125rem;height:0.875rem;top:164.0380859375rem;left:19.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KN0DdsGsXnpvlUEEGJMf1AvzcRrN2tTc { width:20rem;height:0.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iu1m1a0vGmcFe0NsBut37PTfbPnPd8Ah { width:11.75rem;height:1.5rem;top:50.93603515625rem;left:4.1239873170853rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #rIc9Qpb8twWWS2VMwSkG7g2IoEGKPSD7 { width:20rem;height:1.5rem;top:54.37353515625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #fTHTKtDahJntRxEcWfIUBpaLNvOTAsci { width:11.625rem;height:1.5rem;top:47.49853515625rem;left:4.1861983537674rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #WqolCaQBGWGnVeX0ItWzcfT9h9LTTimB { width:0.125rem;height:0.875rem;top:166.6005859375rem;left:10.34375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pehTJMX4Jl7ikGwoLuPITV544r6Lp4h4 { width:0.125rem;height:0.875rem;top:166.6005859375rem;left:19.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Eh6UFRaXbdRZzwS42CKWTV7VAgsp4Rxe { width:20rem;height:2.03125rem;top:2.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;font-family:avalon;display:block; }
 }@media only screen and (max-width: 763px) { #dWl62vavTF6CkJox6gUTKOltv3Wc6Jif { width:20rem;height:0.0625rem;top:33.74853515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iamv2eIGUo5MLJXn2XgTLL78n2KuuTZ3 { width:17.5rem;height:0.0625rem;top:39.68603515625rem;left:1.248553276062rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #qLBX0nrogeMRmT6kcwxUzf6Lnu8GFLr1 { width:17.5rem;height:0.0625rem;top:43.12353515625rem;left:1.248553276062rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #TkGG0AzT3ynPTMJnMZEFNxTKN3Nf1TU4 { width:17.5rem;height:0.0625rem;top:46.561767578125rem;left:1.248553276062rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #yKlUTgIQLuwSGulKq24Ei5I1OzPOSB9W { width:17.5rem;height:0.0625rem;top:49.99853515625rem;left:1.248553276062rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #qCbchGX1MMTaEoJa2TWtrEN05EwRxSpL { width:17.5rem;height:0.0625rem;top:53.4375rem;left:1.248553276062rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #BdG21EhZcG49ByGvERLdLsLD6vTKT1pc { display:block; }#BdG21EhZcG49ByGvERLdLsLD6vTKT1pc > .row .container { width:20rem;height:58.309387207031rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LxUwn1qLP7EkZ8eEeT0gvihx6ilPQZi3 { width:20rem;height:14.4375rem;top:5.936767578125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #PtOr7HGQ6K4vmPZEFOSs6p7BQ1xGfwV7 { width:20rem;height:0.5625rem;top:36.87353515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBC92uVXrh7XbDPOasqxyaS8l0fUl7Zt { width:20rem;height:10.8125rem;top:22.184631347656rem;left:-0.046296238899231rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhVQTdZEnyKQeDiGT9vBJ6Vmda3UoL1z { width:20rem;height:21.125rem;top:37.184875488281rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O26ghsHZaDzNrACFvtUM4XDeuvrBLtLZ { width:20rem;height:1.5rem;top:38.43603515625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #TeEJS32wc0pQk8OKOUEUxayRh9k5Rg1x { width:20rem;height:1.5rem;top:41.87353515625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #CmrSWhJqdht6SvOvMTx9uyuknFncW40b { width:20rem;height:0;top:44.374130249024rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #EXrzG2pNQ7PG0qQh7htA3OVUi8drAk5L { width:0.125rem;height:0.875rem;top:34.75rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WNgPrKv5cIlSkNaKClKEPDLpdAQzFtQp { width:0.125rem;height:0.875rem;top:164.0380859375rem;left:19.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sc8isyZHLQi7QLFo0UJN6fALKJT7TClK { width:20rem;height:0.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOHK0UrwVBBuFmni8KoCBNNPzJCsdJRa { width:11.75rem;height:1.5rem;top:52.185760498047rem;left:4.1232639551162rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #tMJZHxKwN8GJDtAeANUUvXluCiZTTCzp { width:20rem;height:1.5rem;top:55.623260498047rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #alZ2p2mnlDIrff2lbmlBtabagP8fhuh2 { width:11.625rem;height:1.5rem;top:48.747375488281rem;left:4.1857639551162rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #dQcmBdEuiuxfC6A7yIFTtEJLseTUdxGX { width:0.125rem;height:0.875rem;top:166.6005859375rem;left:10.34375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xg0wXlHc43ZlLTH4agGGqsS9O7u5iTno { width:0.125rem;height:0.875rem;top:166.6005859375rem;left:19.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ubEtBNlKQJmRaP3VRO9SvuCkgMEMqTXH { width:20rem;height:2.03125rem;top:2.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;font-family:avalon;display:block; }
 }@media only screen and (max-width: 763px) { #WT1GKAdUHsiKyRkqUd2GhO39REVppOdS { width:20rem;height:0.0625rem;top:34.99853515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApKT1UXknS1ZG5009M4T9cxPQT4a9rdM { width:17.5rem;height:0.0625rem;top:40.93603515625rem;left:1.248553276062rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #FwwLPUD1uPzNrdaGfs83mFaG6BETA8oD { width:17.5rem;height:0.0625rem;top:43.436630249024rem;left:1.2491319179535rem;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #A5BtFduOvuks939qN9q59f3cJzZn0L54 { width:17.5rem;height:0.0625rem;top:44.374114990234rem;left:1.2473958730698rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #gH4TdcRxCDdVpxaasTLzdtdaUIRZ8ZnI { width:17.5rem;height:0.0625rem;top:51.247375488281rem;left:1.2473958730698rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #sE8ILguTCADSNxrBagEbmuDvrMi3Mu7r { width:17.5rem;height:0.0625rem;top:54.6875rem;left:1.2473958730698rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #LbqiNlnBRzXxFSTFtrrgyCJPAVCLVtQx { width:20rem;height:1.5rem;top:45.309896469116rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #tl8X3p0eypO3cpFsihoSKGrnRuihrUWZ { width:17.5rem;height:0.0625rem;top:47.8125rem;left:1.25rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #z4QwmZLTwViQdlDq4zx7EUb0sK1aOZPK { width:0.125rem;height:0.875rem;top:16.625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xfE8vPEODTxbmOXRvCbWwmVn3lPXHuIz { display:block; }#xfE8vPEODTxbmOXRvCbWwmVn3lPXHuIz > .row .container { width:20rem;height:56.872924804688rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zTTzwG85UiLHT28m7rFpBGCEtlsF7pxT { width:20rem;height:13.125rem;top:5.936767578125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #zxI6PrMTNOTPM1SNnF0dAORnTimHBsGy { width:20rem;height:0.5625rem;top:35.62353515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2hoyOFP7KG9DtFPlw9mgzVDu4nvETtt { width:20rem;height:10.75rem;top:20.9345703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfzqihkPc8TsUFHanxfMUrwmk3tfKrUd { width:20rem;height:20.9375rem;top:35.93603515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQa7QAfiqMksrqr6aGGFl8KnEJSlWEsN { width:20rem;height:1.5rem;top:37.18603515625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #iNJK0BUgAHE7vT6xeP4SDMTtRTl4Mr7T { width:20rem;height:1.5rem;top:40.62353515625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Kb5sOcQmFM0BdCmQDzlEJGWTvBPcyrI7 { width:20rem;height:1.5rem;top:44.06103515625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #rv21pyeURdR0Jn6gyJ1oNSRu23AO8JzQ { width:0.125rem;height:0.875rem;top:34.75rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NNLKcD082t0C3bDXxKzpz2Tc1hIgFDkP { width:0.125rem;height:0.875rem;top:164.0380859375rem;left:19.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #D3yDzPQmo8AW65ZsyRG1gTGbXOCxiTaz { width:20rem;height:0.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgcm76ZqZNIf4CL73i1HRaQ3XMnTIBh6 { width:11.75rem;height:1.5rem;top:50.93603515625rem;left:4.1239873170853rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #unnMRzu7lQVwfTVcJIMy6VxTbwz3pG60 { width:20rem;height:1.5rem;top:54.37353515625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #F1bdhLrCgLxqlHd9dnfASiZ4FKW81kTo { width:11.625rem;height:1.5rem;top:47.49853515625rem;left:4.1861983537674rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #QrNmaX7D2eT96Hzrn63quhSdghTArU8x { width:0.125rem;height:0.875rem;top:166.6005859375rem;left:10.34375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AMgy2vQa4JdWGVgPTErd6v0z46SeiSFD { width:0.125rem;height:0.875rem;top:166.6005859375rem;left:19.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #u4ILCS7vAVRXG9CahLVsddZsipN5A9Mk { width:20rem;height:2.03125rem;top:2.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;font-family:avalon;display:block; }
 }@media only screen and (max-width: 763px) { #nSHh29GPfhGEwfvSdoCkkyTiRE1IwUEB { width:20rem;height:0.0625rem;top:33.74853515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sypr1PTm57BgTuhQR58iQM0xscmcxQ60 { width:17.5rem;height:0.0625rem;top:39.68603515625rem;left:1.248553276062rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #quTLlNH4XQnO9cHUFqTe5Eu6cUI9Tf0t { width:17.5rem;height:0.0625rem;top:43.12353515625rem;left:1.248553276062rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #XFArXJZhewKToLiCyRNdtQVtA7StfpwJ { width:17.5rem;height:0.0625rem;top:46.561767578125rem;left:1.248553276062rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #a7vAgG1ot9TTrHwZMoPHS9Rgwy9T6aLN { width:17.5rem;height:0.0625rem;top:49.99853515625rem;left:1.248553276062rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #CkuQaHcabwhyQlPEhH5fDIcXWwfO9Tyw { width:17.5rem;height:0.0625rem;top:53.4375rem;left:1.248553276062rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #tzwHrpTzIucTRFWrRD76R6iGGAbRwGxW { display:block; }#tzwHrpTzIucTRFWrRD76R6iGGAbRwGxW > .row .container { width:20rem;height:57.809387207031rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XdoMQRzxEWmyiQ0VypW8we81osnHerdi { width:20rem;height:14.4375rem;top:5.936767578125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #OTwmrPnaGswJWP7Jm0cv7TrzDxBxs9ky { width:20rem;height:0.5625rem;top:36.560333251953rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rD2hpK3eViLLB9sPM9ETUWIbTa0PVaE4 { width:20rem;height:10.8125rem;top:21.871368408203rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVczGIMAG1CZyRUVv447qZh9xpxh8e2t { width:20rem;height:20.9375rem;top:36.872833251953rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9nTXJXvxvhOvzcKg9Ppd4rBdHE5I8p9 { width:20rem;height:1.5rem;top:38.122833251953rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #N3DNLLmXKPT82nGxET0NnKZil08Gxtyx { width:20rem;height:1.5rem;top:41.560333251953rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #WTay0Crt2CBF5PTe8fWlz7STEGaVF3tF { width:20rem;height:1.5rem;top:44.997833251953rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Kf0GXtVMBNGJok8RKxUXIEKN7KxP6l24 { width:0.125rem;height:0.875rem;top:34.75rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PtUIfWNQedDLDSZapbBbN7RrqGFTHgXS { width:0.125rem;height:0.875rem;top:164.0380859375rem;left:19.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Urbe2My7dok9By3lZmlwTVPCmxFGxOa4 { width:20rem;height:0.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vsg3lur0nIzTHfMZIr2gCkC0uV9BO73l { width:11.75rem;height:1.5rem;top:51.872802734375rem;left:4.1232639551162rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #gJ7sJr8UChwphkxED62yZ9cEBRUilZhA { width:20rem;height:1.5rem;top:55.310302734375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #mDGomDNhGt8gs16lhomgSU3OA7TlvAUO { width:11.625rem;height:1.5rem;top:48.435302734375rem;left:4.1861983537674rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #sZTcBFLO8ohJpIMhvP076yADAR9Wvex3 { width:0.125rem;height:0.875rem;top:166.6005859375rem;left:10.34375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JHeWl1xstgmdFoyR4F2xKOJiukTqTAZb { width:0.125rem;height:0.875rem;top:166.6005859375rem;left:19.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HuWLyy9BVAJxmozwn07IzHZ7gZQo2yET { width:20rem;height:2.03125rem;top:2.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;font-family:avalon;display:block; }
 }@media only screen and (max-width: 763px) { #vcRTAwQlTFeFts6fxUqI7WUOl5hkMTFU { width:20rem;height:0.0625rem;top:34.685333251953rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKX9sanhJ8KCmIQMOuNlu6sX5Efqakl7 { width:17.5rem;height:0.0625rem;top:40.622833251953rem;left:1.247829914093rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #usEC8NUJDqVzOKXVFXs8Ix96DJprQO8r { width:17.5rem;height:0.0625rem;top:44.060333251953rem;left:1.247829914093rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #dm3PKWRcgGIV2OVcD7O4K6OwTKFwX9hb { width:17.5rem;height:0.0625rem;top:47.49853515625rem;left:1.247829914093rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #EUB1z8JZfA5PD3WPgTr7q4K94h27fII9 { width:17.5rem;height:0.0625rem;top:50.935302734375rem;left:1.247829914093rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #LwHQmMxRa9W9sdfUUPWlGiMCKyvnvdXV { width:17.5rem;height:0.0625rem;top:54.374267578125rem;left:1.247829914093rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #ZB1E24rT2OMLEawPdImtBQQBKPJ96d2Q { display:block; }#ZB1E24rT2OMLEawPdImtBQQBKPJ96d2Q > .row .container { width:20rem;height:53.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h5dWyGIVA5vTkMDI3ak1wOtnTaMTlFoW { width:20rem;height:13.125rem;top:5.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #AkuscETvW9uxIhAgZkJ8DmJrEoLT1dX7 { width:20rem;height:0.5625rem;top:35.31103515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sA3vbex4hpHi1kGNFyS6avGAz4DOeiiW { width:20rem;height:10.5rem;top:20.935302734375rem;left:-0.046296238899231rem;display:block; }
 }@media only screen and (max-width: 763px) { #HstQgOneizIBWzVFyhS9rCQCRNNx9U8S { width:20rem;height:17.5rem;top:35.62353515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCfvD23nsgwHHoiMZ6sgVgqGsHzrh1iL { width:20rem;height:1.5rem;top:36.87353515625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #U83NWvSaIoDU8D055LqIRVrKCvHe644o { width:20rem;height:1.5rem;top:40.31103515625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #UO08zmUTc7HbEr7JHT84mFLpX6s8GJ1C { width:20rem;height:1.5rem;top:43.74853515625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #QfafHFVv3xmN7ngzuM0uWOB53DZSKZiq { width:0.125rem;height:0.875rem;top:34.75rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bci0FbkKOmAq8qA0P0ns5ZgomC8TiKNP { width:0.125rem;height:0.875rem;top:164.0380859375rem;left:19.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #X7mGOGzSLEW9B1LL7tfTEcLsTBT7u2ig { width:20rem;height:0.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3a5wCp0PuaiRgdDoWMkOuzG1czmMxl4 { width:11.75rem;height:1.5rem;top:50.62353515625rem;left:4.1239873170853rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #lxEAGgf5rtWX0Mq3oPk9iiMKGQ496AyO { width:11.625rem;height:1.5rem;top:47.18603515625rem;left:4.1861983537674rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #QZDkneqsMBEAUytHx5zGsOAickvPMQhX { width:0.125rem;height:0.875rem;top:166.6005859375rem;left:10.34375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LkvTWhHB17CkSiocT9HK77CuzoKRgfic { width:20rem;height:2.03125rem;top:2.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;font-family:avalon;display:block; }
 }@media only screen and (max-width: 763px) { #gQshTipTQ1kUhrri4iUUfXHXhuT0kbZ7 { width:20rem;height:0.0625rem;top:33.43603515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsA8zohPJyCf3HulaUIoP4a0ZV6TEthd { width:17.5rem;height:0.0625rem;top:39.37353515625rem;left:1.248553276062rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #Gx2Uu4cQB84Q7C20ID3CtBy13zd6bMTQ { width:17.5rem;height:0.0625rem;top:42.81103515625rem;left:1.248553276062rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #HDP7e9VEVJdVF1BVHTCKkXPAOzBVpCxU { width:17.5rem;height:0.0625rem;top:46.25rem;left:1.248553276062rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #Wk0TC0waVXmaDVsU1cdoVmZLE897kSVS { width:17.5rem;height:0.0625rem;top:49.68603515625rem;left:1.248553276062rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #kslIwqBSUgKsKEJrwToIGHpSAyV0GfwK { display:block; }#kslIwqBSUgKsKEJrwToIGHpSAyV0GfwK > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #al3A8ADkt0J4qb6piTAhLrfaMyHAPWcU { width:19.996625rem;height:3.575rem;top:0.96249389648438rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1WHeepFuRfOTiwEewDo2TT2DLxUC80R { display:none; }#J1WHeepFuRfOTiwEewDo2TT2DLxUC80R > .row .container { width:20rem;height:76.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #N82oQ8JlcZKTa525VImmrK2JdT4T241U .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#N82oQ8JlcZKTa525VImmrK2JdT4T241U .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#N82oQ8JlcZKTa525VImmrK2JdT4T241U .widget-input-text {padding-top: 0; padding-bottom: 0;}#N82oQ8JlcZKTa525VImmrK2JdT4T241U .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#N82oQ8JlcZKTa525VImmrK2JdT4T241U .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#N82oQ8JlcZKTa525VImmrK2JdT4T241U .widget-input-select {padding-top: 0; padding-bottom: 0;}#N82oQ8JlcZKTa525VImmrK2JdT4T241U .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#N82oQ8JlcZKTa525VImmrK2JdT4T241U .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#N82oQ8JlcZKTa525VImmrK2JdT4T241U  { width:17.49925rem;height:auto;top:34.085632324219rem;left:0rem;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff; }
#N82oQ8JlcZKTa525VImmrK2JdT4T241U .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#N82oQ8JlcZKTa525VImmrK2JdT4T241U {display:block;}#N82oQ8JlcZKTa525VImmrK2JdT4T241U { width:17.49925rem;height:auto;top:34.085632324219rem;left:0rem;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff; }
 }@media only screen and (max-width: 763px) { #N82oQ8JlcZKTa525VImmrK2JdT4T241U #zX3PylvmxX5f8tKCZ3RRaV4KGxQFUulD {  }
#N82oQ8JlcZKTa525VImmrK2JdT4T241U #zX3PylvmxX5f8tKCZ3RRaV4KGxQFUulD .container-column{width:100%;} }@media only screen and (max-width: 763px) { #N82oQ8JlcZKTa525VImmrK2JdT4T241U #gMp5d1QGtTmo2f4XokN8qPPrwO0ycgOO { display:block; }
 }@media only screen and (max-width: 763px) { #N82oQ8JlcZKTa525VImmrK2JdT4T241U #D9MwRNEnFQXiMWbiwxpXFVUT8hLh8yi2 {  }
 }@media only screen and (max-width: 763px) { #N82oQ8JlcZKTa525VImmrK2JdT4T241U #cAXbPduv7BxZ4FsRqVTNJfQOIJLIwqZk {  }
 }@media only screen and (max-width: 763px) { #N82oQ8JlcZKTa525VImmrK2JdT4T241U #StqGEsVUsRUy18JXr1JGZ3tp2S2hCU0p {  }
 }@media only screen and (max-width: 763px) { #N82oQ8JlcZKTa525VImmrK2JdT4T241U #vlWJVZ6pHwv2BmpQ3CwkbPWDwGrHMcoJ {  }
 }@media only screen and (max-width: 763px) { #N82oQ8JlcZKTa525VImmrK2JdT4T241U #TQJwA6dAnTITaV3DddwoOi6S8BVGEz1u {  }
 }@media only screen and (max-width: 763px) { #N82oQ8JlcZKTa525VImmrK2JdT4T241U #TifgVMTuMQIHdqvQ3DOBTZRT4f3iV2On {  }
 }@media only screen and (max-width: 763px) { #N82oQ8JlcZKTa525VImmrK2JdT4T241U #gkI7f2EtcJE0SG4oKTva2iyABWKJAFNk {  }
 }@media only screen and (max-width: 763px) { #N82oQ8JlcZKTa525VImmrK2JdT4T241U #ixgX0SNh07dGKhukhuGMhFyGTs3toXBn {  }
 }@media only screen and (max-width: 763px) { #N82oQ8JlcZKTa525VImmrK2JdT4T241U #LoN3vfMDNQATN3BEEJtFd4QsQbULi06s {  }
 }@media only screen and (max-width: 763px) { #N82oQ8JlcZKTa525VImmrK2JdT4T241U #Hfh2hkBtCTfPbrTE9oOFI29vJOfAO6qJ {  }
 }@media only screen and (max-width: 763px) { #N82oQ8JlcZKTa525VImmrK2JdT4T241U #QeWKJUZSXiKyPuzZxWrSSsWKUvhSAVfi {  }
 }@media only screen and (max-width: 763px) { #N82oQ8JlcZKTa525VImmrK2JdT4T241U #Rg6krEO1UhiCSiJ7mVTEzeOCLWRStVEn {  }
 }@media only screen and (max-width: 763px) { #N82oQ8JlcZKTa525VImmrK2JdT4T241U #S7LQU09f4IxFueZHkXtIeKWNTk0suq0t {  }
 }@media only screen and (max-width: 763px) { #N82oQ8JlcZKTa525VImmrK2JdT4T241U #DHlxe26aikpmPzekJIyI3fkTnA8bbyBR {  }
 }@media only screen and (max-width: 763px) { #N82oQ8JlcZKTa525VImmrK2JdT4T241U #R8PQT7HLX6GOom7kpEsr4I3vLQ56tr8e {  }
 }@media only screen and (max-width: 763px) { #N82oQ8JlcZKTa525VImmrK2JdT4T241U #ulowWoMI3RWBFPPRROJpDzcs2rDv4oqc {  }
 }@media only screen and (max-width: 763px) { #N82oQ8JlcZKTa525VImmrK2JdT4T241U #a2QnMTwQXTCFintX0UH5ocmRFKiekeRT {  }
 }@media only screen and (max-width: 763px) { #N82oQ8JlcZKTa525VImmrK2JdT4T241U #thpTXSIscyzD8i6zotwPoyBqTFx5ZF1m {  }
 }@media only screen and (max-width: 763px) { #N82oQ8JlcZKTa525VImmrK2JdT4T241U #Vc9ZvrPP1M0H5Z2VtK1VNxpwpkR0uxog {  }
 }@media only screen and (max-width: 763px) { #N82oQ8JlcZKTa525VImmrK2JdT4T241U #Uxp66yumhCLESF6TI6eegnUSooJ6WyNP {  }
 }@media only screen and (max-width: 763px) { #N82oQ8JlcZKTa525VImmrK2JdT4T241U #OK7JZJmGSFy9VZqOBSzdwd9WIOocu9Zl {  }
 }@media only screen and (max-width: 763px) { #N82oQ8JlcZKTa525VImmrK2JdT4T241U #bPz6iRE0SG0VcTTG1v0JUOWb6GkLMXVM {  }
 }@media only screen and (max-width: 763px) { #N82oQ8JlcZKTa525VImmrK2JdT4T241U #MSz8fcxnnMNWQbEef0ykq0kdM8E6zBe5 {  }
 }@media only screen and (max-width: 763px) { #N82oQ8JlcZKTa525VImmrK2JdT4T241U #MqCTo3gycE6pXq6n2lH5WC8Bn3V9mW2o {  }
 }@media only screen and (max-width: 763px) { #N82oQ8JlcZKTa525VImmrK2JdT4T241U #qJX6W2FWwGMrPEeBJEkUHS5AzAP23u1z {  }
 }@media only screen and (max-width: 763px) { #N82oQ8JlcZKTa525VImmrK2JdT4T241U #PckGAcD9Rp8oIU3T3cDOJUQmTkgXIRrX {  }
 }@media only screen and (max-width: 763px) { #N82oQ8JlcZKTa525VImmrK2JdT4T241U #EeunLJusglm16GOxvCsF00mkP89FS0EA {  }
 }@media only screen and (max-width: 763px) { #N82oQ8JlcZKTa525VImmrK2JdT4T241U #iXd76inS8UtCGnJJA9H9cH09SWyId7qV {  }
 }@media only screen and (max-width: 763px) { #N82oQ8JlcZKTa525VImmrK2JdT4T241U #geHHpSbDSaOMiE4c4caguOO2Dl6AD2QO {  }
 }@media only screen and (max-width: 763px) { #N82oQ8JlcZKTa525VImmrK2JdT4T241U #MfyKZSkeil36mPpKod1Cm5U7We4LfIu8 {  }
 }@media only screen and (max-width: 763px) { #VlpzCmss5iJkTQb56SulofG1sWEE94i8 { display:block; }
 }@media only screen and (max-width: 763px) { #N82oQ8JlcZKTa525VImmrK2JdT4T241U #Mt18D7Wh0x5MrZC4fsoxuESd0SzgvFX3 {  }
 }@media only screen and (max-width: 763px) { #N82oQ8JlcZKTa525VImmrK2JdT4T241U #MbCydGUkZtHeIX4Oe0ecdQGiex8WlVmt {  }
 }@media only screen and (max-width: 763px) { #sVz5cSRS91F306RS6MmSPP8tl1mUC8RC { width:19.43725rem;height:41.1865rem;top:39.268798828125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KQwhhPJlVq4CbcyOrD7865VJhNb5ETTG { width:20rem;height:32.5rem;top:1.5870971679688rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfffW1zVXFZTwz0IQAygsaCuAHff7L6T { width:19.187rem;height:3.44965rem;top:2.1968994140625rem;left:0.40581607818604rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9kaO3gfTxyZwDzIEbTWzonlZFPspWal { width:20rem;height:3.5995375rem;top:5.9461669921875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVtfTDlmXTN0XlEbFHo7c5o8ORHtWpHG { width:19.375rem;height:5.9968125rem;top:27.839988708496rem;left:0.62355327606201rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8f2ksS29K78dtTCPvmO1pUDwU6Wn73u { width:3.125rem;height:3.125rem;top:26.82421875rem;left:2.625rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lwRnX7SIicHdCACEbXCVsQvwXsXecPxC { display:none; }#lwRnX7SIicHdCACEbXCVsQvwXsXecPxC > .row .container { width:20rem;height:12.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TK6m4bGgs8MDiQOgW5BXnHLoeZdE15Fn { width:19.999375rem;height:11.15524375rem;top:0.92132568359375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #c2zeRDKBz7ISTWbMc9H4ownTMm6X6bZt { display:block; }#c2zeRDKBz7ISTWbMc9H4ownTMm6X6bZt > .row .container { width:20rem;height:45.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MFvrL3r85RQdeVMgTZ7fES5N5o0Hfc3L { width:7.6875rem;height:7.6875rem;top:21.061717987061rem;left:6.2496088147163rem;font-size:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQGF1oq8fWtaDdbMQUpdaTkriVMNsvCB { width:7.6875rem;height:7.6875rem;top:34.875rem;left:6.125rem;font-size:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJmHFp4wdCsTuiBQGdE7sRHx7ETfWWF7 { width:7.6875rem;height:7.6875rem;top:7.625rem;left:6.1874998211861rem;font-size:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCb0TbKRMpkWINvcJJZ7I5L39b1aTv5a { width:20rem;height:6.09375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3t3sksVL5s6wQk6opKEWABZCuV5X2Rq { width:20rem;height:3.25rem;top:28.749217748642rem;left:0.062109351158142rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C76Fc3redNhBaZ1GuaNw4T3FwTXW4T6x { width:20rem;height:3.25rem;top:42.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyq9k7IepnwuJWhds3D0iktdn9rrfmUQ { width:20rem;height:3.25rem;top:15.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv { display:block; }#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv > .row .container { width:20rem;height:63.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TEz5azJmVfro1MTusIdwcsw7tED29UVl { width:18.125rem;height:0;top:1.25rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15005;line-height:1.7;display:none; }
 }@media only screen and (max-width: 763px) { #twoHeixhQf7nbcbCNdOMBgNGUWcg0p0q { width:20rem;height:16.5rem;top:10.59765625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #TlQIzZTiTSw6iDGSCJJ0wJfb7fPKpRIW { width:2.3125rem;height:2.3125rem;top:7.7855453491213rem;left:8.8429678082469rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsUfpGMcIfupacRFcEhXOEq2Ruf5O1sX { width:20rem;height:7.5rem;top:54.374217987061rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #sVv2J96VplW5sol6QlFUFwGTbyBWfcrD { width:2.3125rem;height:2.3125rem;top:51.562496185302rem;left:8.8746088147163rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #An49iL9O9ts1rJrCrzkgC7RR1go5CVH3 { width:20rem;height:18rem;top:31.873435974121rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #li0cQfZsKXGHikR7z2qnlrssGD4dVXsm { width:2.3125rem;height:2.3125rem;top:29.061882019043rem;left:8.8746901750562rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWKqcy3gbTCoBMoEDWedFfTT9R0wTk2S { width:20rem;height:5.34375rem;top:1.5368194580078rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #xhevlbPUeNDgCKHqIFH2ePDXpDey6n2T { display:block; }#xhevlbPUeNDgCKHqIFH2ePDXpDey6n2T > .row .container { width:20rem;height:6.9052734375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yTwkv1d63ba1XOIwUustBnTlm8DvbUs3 { width:20rem;height:5.34375rem;top:1.5614700317382rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ktEloiaNO4v40buw87UK5Ur1t0BmlGqp { display:block; }#ktEloiaNO4v40buw87UK5Ur1t0BmlGqp > .row .container { width:20rem;height:33.091674804688rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DLoIyaobtIITsxKJUmB7BfSzlFt88iiJ { width:10.811625rem;height:2.56185rem;top:15.933710098267rem;left:4.5935180187226rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyhapnHNNKZDSvq3MVctOJMfo6pcQSPI { display:block; }
 }@media only screen and (max-width: 763px) { #k0NgrqWoyxTt5pCoO0bny1mTdaaRdfXC { width:9.375rem;height:13rem;top:1.2485561370849rem;left:5.2454620599747rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOU7XqVTpBx7GrE7n8ZlhioeqCgLO5ZT { width:19.1873125rem;height:13.40625rem;top:19.685564041137rem;left:0.40377473831177rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #URzAPRBepdvCbWp8EbWE10UlVebROLz1 { display:none; }#URzAPRBepdvCbWp8EbWE10UlVebROLz1 > .row .container { width:20rem;height:4.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #T4BSKUJdcH5cBbZIDTgcxLm0StCUvKAe { width:17.5rem;height:3.4375rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2uPdlpmG4QbXcAV8SOHwPxhITPaqsGR { display:block; }
 }@media only screen and (max-width: 763px) { #gByixlHlLxTwTWfxGXctQ8ox2q4mdOpd { display:block; }#gByixlHlLxTwTWfxGXctQ8ox2q4mdOpd > .row .container { width:20rem;height:58.9990234375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RR1EhuWiMmh3oZLZCBcLeSGRwULbTqJD { width:1.5rem;height:3rem;top:19.06103515625rem;left:9.2491327524188rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #PuAwCtiLpmBXtwc4fdydWi8BoOt1h96J { width:20rem;height:7.5rem;top:22.18603515625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #yyfEA8q9uxu49b7tCOSP5HqUnCRAPb7W { width:1.5rem;height:3rem;top:31.561767578125rem;left:9.2491327524188rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #s6gliNTy3EuDwhHJGPDrCIi5TFmlerdi { width:20rem;height:12rem;top:34.686767578125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Tbwt3SXAv8AtISZXBuqO2b0emhh3QWrJ { width:1.5rem;height:3rem;top:48.436767578125rem;left:9.2491327524188rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #XUCAimcAqNERESThlspShFnTSH1HvHci { width:20rem;height:7.5rem;top:51.49951171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #VvcTvOOlutwk6qvRM98FlmVcMNGWzPDn { width:20rem;height:6rem;top:11.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #izf1p3xs4K7v78nWZNSh7C7FKggKicQN { width:1.5rem;height:3rem;top:8.125rem;left:9.2496088147163rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #t5A12CJIzqSggUmHncGD2VcK6homRNZg { width:20rem;height:5.34375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #x1pASrWQBKlu11ekRqoM46yvM7Sc43hc { display:none; }#x1pASrWQBKlu11ekRqoM46yvM7Sc43hc > .row .container { width:20rem;height:0.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mDtwnrHfArnxJQNxwcO8p3v39PZpqTZa { display:block; }#mDtwnrHfArnxJQNxwcO8p3v39PZpqTZa > .row .container { width:20rem;height:3.0375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QTXHlyFpwJIc60aD0pO1ya1BTd7Kdpei { width:20rem;height:1.7875rem;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sS61LFzfTR2CRBdmW5WmQaTBUUvuGEzu { display:block; }#sS61LFzfTR2CRBdmW5WmQaTBUUvuGEzu > .row .container { width:20rem;height:21.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zb5wIGCZRDakHiZZ6HLgpcom7Me6iA16 { width:20rem;height:2.6rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E81No7beMzBVUkgCM8iTelCmLyJSlF0E { width:15.375rem;height:1.3rem;top:15.311889648438rem;left:2.3121904134751rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkDTMTregZx2QqyaMEWK7FTsiKJoPky0 { width:16.875rem;height:1.3rem;top:17.374389648438rem;left:2.2499998807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IirV6uFeBSH5r1AvWCR6IoFU1VeZOJn8 { width:9.25rem;height:1.3rem;top:19.5rem;left:6.3749996423719rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDHyyQXvPfdAnxuoV5ULqrI9bgX1bPem { width:9.125rem;height:9.75rem;top:4.9993896484375rem;left:5.4374996423721rem;display:block; }
 }@media only screen and (max-width: 763px) { #yC0SUvXCB0W4B2ITJsNyMTFPwE3H9Q00 { width:2.6875rem;height:2.6875rem;top:18.874694824219rem;left:4.3124996423721rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaf6AmXzfbn1ywnduE8WXb0m854pnaii { width:1.625rem;height:1.625rem;top:17.186889648438rem;left:1.3737622499466rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MntRA7Orxrr0H3qv4888nKNEFpZ87u6W { display:block; }#MntRA7Orxrr0H3qv4888nKNEFpZ87u6W > .row .container { width:20rem;height:16.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JwwfT7NsDCsOx7cSo2QGInpXeBHJTR08 { width:20rem;height:0;top:4.0625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ZhJxGdfhfAU61nvMuKnKz6Fh58U9qoKx { width:13.0625rem;height:2.25rem;top:4.9375rem;left:4.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Tvd6KyM3w020JiTDNJfr7mnb5z5OGA7J { width:1.5625rem;height:1.5625rem;top:7.375rem;left:2.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzAXdbQglhpGvXSgl5olrBgu6gpIAayK { width:1.5rem;height:1.5rem;top:9.0625rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mix55psAuHufFT59eohmT5fRLCJTWNiC { width:1rem;height:1rem;top:11.0625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7NVATeGg1I5wyxgJotN188EfzEmT18V { width:0.625rem;height:1.1875rem;top:4.9375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXMAvueMaNwGHFkofS3FHekK0IU8ogXt { width:6.8125rem;height:1.0625rem;top:7.6875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJsmAiqq2oWBuXUlrO3biB2K57Zlx52u { display:block; }
 }@media only screen and (max-width: 763px) { #G7PzZU7ZHIJ0oZM8bSy7ywlSrWdQ35LI { width:11.6875rem;height:1.0625rem;top:9.3125rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtLWSq0R5elNWJwhVTeEP635gtiGxsfJ { display:block; }
 }@media only screen and (max-width: 763px) { #n4tWpaMQgoopW3WbbEOeoyTUZ2TShKlN { width:9.875rem;height:1.0625rem;top:11rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCF6To8a5MmAtt1I7VcpyXV6WL0HNkfn { display:block; }
 }@media only screen and (max-width: 763px) { #rz5ZcscOR64tnEPKMWclTFvRbJMuEiDf { width:3.125rem;height:3.125rem;top:13.1875rem;left:11.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #icJ7qy68M8J9l8kp29pWQVCeOGy4DItF { width:3.125rem;height:3.125rem;top:13.1875rem;left:8.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBQN7DdigObh3ySGI5TebmWg3BU0Kmvn { width:3.125rem;height:3.125rem;top:13.1875rem;left:5.0625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvG49NGxEw5dHTCJW0xbI9shCA50wH6T { width:7.25rem;height:2.875rem;top:1rem;left:6.375rem;display:block; }
 }