.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:224,245,239;--color-primary-1:210,237,232;--color-primary-2:102,205,177;--color-primary-3:9,171,128;--color-primary-4:0,172,125;--color-secondary-0:255,255,255;--color-secondary-1:251,251,251;--color-secondary-2:241,241,241;--color-secondary-3:227,227,227;--color-secondary-4:48,48,48;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:115,115,115;--color-tertiary-4:0,0,0;--headlines-font-family:"Ample Soft";--paragraphs-font-family:"Ample Soft"; }@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-secondary-2),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;overflow:visible;position:relative;display:block; }#ep5Ba23rnoTJi2Tk46PJhEOX9fpytzwd { position:absolute;display:block;z-index:15000;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.125rem;width:5.875rem;top:0.625rem;left:0.5615234375rem;overflow:hidden;display:block; }
#FrOFpzFDOokHmPHtGaSFnGbxOxwTq6d8 { color:rgba(var(--color-tertiary-4),1);display:block;width:2.99926875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.455078125rem;left:58.427734375rem;height:1.4624rem;display:block; }
#esP9SIx3lRTqJbScdF2NOc0plArbonzD { 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:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:2.124025rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.124267578125rem;left:64.127197265625rem;display:block; }
#whS581bPRHk44vCBahrUSr3PcVGw9Z3d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Dxwln5knTFaLqdpsGkXAtgNlxl8mLpKe { background-color:transparent;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-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.74925rem;height:1.62475625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.37451171875rem;left:19.4287109375rem;display:block; }
#RCoxTvtmB37ypwkwihG6atvm8qXASfxk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pLfO3UpIoT2eHNl4a7NaDx8gyhl81nJB { background-color:transparent;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-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.7480625rem;height:1.62475625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.37451171875rem;left:26.1767578125rem;display:block; }
#byTHTIVQn1K6cSw8lR85glXcofeHLNIq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PWHS2WoQBbdiDh3c5iLnaT66Hw6m23iu { background-color:transparent;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-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.7480625rem;height:1.62475625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.37451171875rem;left:32.9248046875rem;display:block; }
#hqKIHiaIiEkB227O9qK8A6UKt3IJJ8OL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ta4NgaWyUyd2tlyiNlP26ZAieMwRtAlS { background-color:transparent;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-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.7480625rem;height:1.62475625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.37451171875rem;left:39.0478515625rem;display:block; }
#k76dTDZIA7MJpomSmAy8Qkyw31DfCCDZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vRK116tbx0n5TIpUA3RD8QBIV9Q65HLI { background-color:transparent;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-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.7480625rem;height:1.62475625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.37451171875rem;left:45.7958984375rem;display:block; }
#g82dILMyykfCARBMm0HvAwzOzMoH68kQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f1SD54G3NWmE1k2v9NVmJpoVMPLesQHK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),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; }#f1SD54G3NWmE1k2v9NVmJpoVMPLesQHK > .row .container { background-color: transparent; background-image: none; }#f1SD54G3NWmE1k2v9NVmJpoVMPLesQHK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f1SD54G3NWmE1k2v9NVmJpoVMPLesQHK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f1SD54G3NWmE1k2v9NVmJpoVMPLesQHK > .row .container > .video-iframe-container { display: none; }#f1SD54G3NWmE1k2v9NVmJpoVMPLesQHK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f1SD54G3NWmE1k2v9NVmJpoVMPLesQHK > .row > .video-iframe-container { display: none; }#f1SD54G3NWmE1k2v9NVmJpoVMPLesQHK > .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); }#f1SD54G3NWmE1k2v9NVmJpoVMPLesQHK > .row .container { border-width: 0; border-radius: 0; }#f1SD54G3NWmE1k2v9NVmJpoVMPLesQHK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f1SD54G3NWmE1k2v9NVmJpoVMPLesQHK > .row .container { font-size:0.875rem;font-family:arial;height:139.375rem;width:75rem;position:relative;display:block; }#GFlMffGUwauCDcyQzDsHGBNf3fh1xXcc { color:rgba(var(--color-tertiary-4),1);display:block;width:20.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.558349609375rem;left:32.09228515625rem;height:2.76245rem;font-style:normal;display:block; }
#PnPb8Zhm4KUT34eI3DGb886eq6VA0VLQ { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:11.25rem;top:32.1875rem;left:5.3115234375rem;overflow:hidden;display:block; }
#g7SeqkyzpkTZJnA2CoiI5omVAGgxXSKU { color:rgba(var(--color-primary-4),1);display:block;width:11.8105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:43.75rem;left:5.0302734375rem;height:1.7871125rem;font-style:normal;display:block; }
#XolmiGXiZaR1lNRoirdJKt7F1FVrIb7h { color:rgba(var(--color-tertiary-4),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:45.537109375rem;left:2.9052734375rem;height:2.5989625rem;text-align:center;text-align-last:center;display:block; }
#WIc6tRTk05MTmlyLaCxkBF4f4ngQSc4n { color:rgba(var(--color-tertiary-4),1);display:block;width:46.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:34.727783203125rem;left:21.624755859375rem;height:7.79685625rem;display:block; }
#mb4GLwvaiXoSfBrlfRKle4syDR22Esqg { box-sizing:content-box;height:18.5rem;width:69.75rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-primary-1),1);background-image:none;top:30.6875rem;left:2.625rem;display:block; }
#rk40fIhTldfHtBZBhlcftgiWudP2v2HT { color:#048764;display:block;width:5.18676875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:2.5390625rem;left:26.308349609375rem;height:2.92448125rem;font-style:normal;display:block; }
#uFodNsOOmXTbP0QEGdAVc6XkByUvnQC8 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:11.25rem;top:11.5625rem;left:5.375rem;overflow:hidden;display:block; }
#iqTsJQiuBLhde96fSXeRtRMIFo5Q6ivL { box-sizing:content-box;height:19.75rem;width:69.75rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:9.6875rem;left:2.625rem;display:block; }
#GwWkCi4U5Tq3hT9DJ3pTHbSsdmhtRiUg { color:rgba(var(--color-tertiary-4),1);display:block;width:46.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:15.25rem;left:21.625rem;height:3.8984375rem;display:block; }
#yWelGFBT4KWMSJU18cHx0D6ROTDvNWqu { color:rgba(var(--color-primary-4),1);display:block;width:14.7485625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:23.125rem;left:3.625rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kAiuTwdh0o3geTkWNk3xGeuTaAkxv0kU { color:rgba(var(--color-tertiary-4),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:24.912109375rem;left:3.46875rem;height:3.8984375rem;text-align:center;text-align-last:center;display:block; }
#SOgHX1LOVZHQAR7PTQlrkazmHDRZEQxN { box-sizing:content-box;height:18.8125rem;width:69.75rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:52.0625rem;left:2.625rem;display:block; }
#EzoHtZUOE18n8TeMDEswFMTP25P3CsQE { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:11.25rem;top:53.375rem;left:5.3115234375rem;overflow:hidden;display:block; }
#TfoDlntq2CSih6DmmQMPfQLZOJJLxzIc { color:rgba(var(--color-tertiary-4),1);display:block;width:46.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:56.400390625rem;left:21.6240234375rem;height:5.19791875rem;display:block; }
#cRg5bBauwRqhoW8b6TU9g1IQ91KrFyUv { color:rgba(var(--color-primary-4),1);display:block;width:10.1855625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:65rem;left:5.8427734375rem;height:1.7871125rem;font-style:normal;display:block; }
#qZM04dpJf4plzu9x7iE5UCzGZ7esInaF { color:rgba(var(--color-tertiary-4),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:66.787109375rem;left:2.8740234375rem;height:2.5989625rem;text-align:center;text-align-last:center;display:block; }
#vEfvqd74V8m6aTP3IWBD6sH0yNf1E7ZK { box-sizing:content-box;height:19.1875rem;width:69.75rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-1),1);background-image:none;top:116.9375rem;left:2.625rem;display:block; }
#Ah8o78EDZTeDzA4gzPuDf0vq1coLXP3y { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:11.25rem;top:118.625rem;left:5.3125rem;overflow:hidden;display:block; }
#SOtwOUS9QBu6AsxIW37ga27iNKv5OLRT { color:rgba(var(--color-primary-4),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:130.25rem;left:5.25rem;height:1.7871125rem;font-style:normal;display:block; }
#UymlEaiPsNxPbrP94INsZcmexKDZx0rv { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:132.0625rem;left:6.0625rem;height:3.8984375rem;text-align:center;text-align-last:center;display:block; }
#ipJD3Kb8XeleNycAqhUqeyzhFIwSRLbf { color:rgba(var(--color-tertiary-4),1);display:block;width:46.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:122.3125rem;left:20.1875rem;height:3.8984375rem;display:block; }
#EhyTLowyw5Ep9eusDzhvPCPsw0fVokTO { box-sizing:content-box;height:19.187rem;width:69.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-1),1);background-image:none;top:74.498291015625rem;left:2.62451171875rem;display:block; }
#kxZ8uop6voBkKU8OlirHAeSaQ1X6uWLz { color:rgba(var(--color-tertiary-4),1);display:block;width:46.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:78.353271484375rem;left:21.624755859375rem;height:9.096375rem;display:block; }
#RXmgsW0PEL7RHwvXw4zHCwpKROfQTUBu { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5625rem;width:11.875rem;top:76.807861328125rem;left:4.9658203125rem;overflow:hidden;display:block; }
#UyeWA7u0bc3T2IkEHUny3CIFhRWESHtA { color:rgba(var(--color-primary-4),1);display:block;width:12.4365rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:88.1396484375rem;left:4.716796875rem;height:1.7871125rem;font-style:normal;display:block; }
#iizRaCXZdFNcTeb4B7phr2igGZ46ek3n { color:rgba(var(--color-tertiary-4),1);display:block;width:16.12425rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:89.84619140625rem;left:3.624267578125rem;height:2.5989625rem;text-align:center;text-align-last:center;display:block; }
#rSkTML7DJR3ZXEP3ZSBrxLnckhMXxNFT { box-sizing:content-box;height:18.8110625rem;width:69.75rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:96.03271484375rem;left:2.62451171875rem;display:block; }
#KMDZMTlD86HlzpyGinklwGvlPRRXeKa5 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.8103125rem;width:10.4980625rem;top:97.120361328125rem;left:6.41845703125rem;overflow:hidden;display:block; }
#AQqiAdpd5LNkDcyPFMLuefAWPx77sfg1 { color:rgba(var(--color-tertiary-4),1);display:block;width:46.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:100.46630859375rem;left:21.624755859375rem;height:7.796875rem;display:block; }
#LykMgVd0qhWe8J62TWTUaJ0alxi6SMqo { color:rgba(var(--color-primary-4),1);display:block;width:14.24925rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:109.91821289062rem;left:5.029296875rem;height:1.625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#HVvLgUmDcK6rl5O4aVw34atZZvD657Ds { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5615rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:111.46484375rem;left:3.966064453125rem;height:2.5989625rem;text-align:center;text-align-last:center;display:block; }
#CNxOvTVTIfVRqXMrXgnbQTTGViKX3Jmh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),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; }#CNxOvTVTIfVRqXMrXgnbQTTGViKX3Jmh > .row .container { background-color: transparent; background-image: none; }#CNxOvTVTIfVRqXMrXgnbQTTGViKX3Jmh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CNxOvTVTIfVRqXMrXgnbQTTGViKX3Jmh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CNxOvTVTIfVRqXMrXgnbQTTGViKX3Jmh > .row .container > .video-iframe-container { display: none; }#CNxOvTVTIfVRqXMrXgnbQTTGViKX3Jmh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CNxOvTVTIfVRqXMrXgnbQTTGViKX3Jmh > .row > .video-iframe-container { display: none; }#CNxOvTVTIfVRqXMrXgnbQTTGViKX3Jmh > .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); }#CNxOvTVTIfVRqXMrXgnbQTTGViKX3Jmh > .row .container { border-width: 0; border-radius: 0; }#CNxOvTVTIfVRqXMrXgnbQTTGViKX3Jmh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CNxOvTVTIfVRqXMrXgnbQTTGViKX3Jmh > .row .container { font-size:0.875rem;font-family:arial;height:115.6875rem;width:75rem;position:relative;display:block; }#PW7ey6gp3x0xJB9BStt21iotOC1OI5SQ { box-sizing:content-box;height:19.8730625rem;width:69.75rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:91.625rem;left:2.625rem;display:block; }
#TPrvhs0pRuerVlMhXwfG1aPxP3Tq36z4 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:11.25rem;top:92.625rem;left:5.375rem;overflow:hidden;display:block; }
#MMS6vOUlTHoPiI2XGH76eGa9V5gNBV24 { color:rgba(var(--color-tertiary-4),1);display:block;width:46.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:96.75rem;left:20.75rem;height:5.19791875rem;display:block; }
#SI36IqFz9u844xM5fHKgS4wuNCJbh7ZU { box-sizing:content-box;height:19.6875rem;width:69.75rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-1),1);background-image:none;top:24.25rem;left:2.625rem;display:block; }
#zJPUpCUmK41KRzt0UdvrJoTTbgxlRwfQ { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:11.25rem;top:70.75rem;left:5.4375rem;overflow:hidden;display:block; }
#FghCpcaFIxQlsscT6f6BICZ2gBv2MxEA { color:rgba(var(--color-primary-4),1);display:block;width:13.8730625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:82.375rem;left:4.3125rem;height:1.7871125rem;font-style:normal;display:block; }
#KQLZLUy4sF59zcpJF1fyANsD4LpnHXln { color:rgba(var(--color-tertiary-4),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:84.3125rem;left:4.875rem;height:3.8984375rem;text-align:center;text-align-last:center;display:block; }
#Ck338eTmxFK5Ta3V7bKZQW0PPSQynvc8 { color:rgba(var(--color-tertiary-4),1);display:block;width:46.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:74.4375rem;left:20.75rem;height:3.8984375rem;display:block; }
#uJXoSJZvFfLvbQtUQ4UWyRRF0otMllou { color:rgba(var(--color-primary-4),1);display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:15.1240234375rem;left:3.25rem;height:1.7871125rem;font-style:normal;display:block; }
#CMGnQ4wfSpwwQ7OEPAE6bNlQOLKiQiqS { color:rgba(var(--color-tertiary-4),1);display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:16.849609375rem;left:6.5rem;height:3.8984375rem;text-align:center;text-align-last:center;display:block; }
#ReFiSahGNDMe1ABeC0BOwQPQ1oGiOdIO { box-sizing:content-box;height:19.6875rem;width:69.75rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:1.6875rem;left:2.625rem;display:block; }
#pBKkcONeBrIvTZ8p8Cbph3QPERuXAChA { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:11.25rem;top:3.0625rem;left:6.0625rem;overflow:hidden;display:block; }
#wsd9C0xFfPqLnsFWUgd114MFGyT00Tfg { color:rgba(var(--color-tertiary-4),1);display:block;width:46.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:5.4375rem;left:21.625rem;height:7.796875rem;display:block; }
#wDwFuCzXCFJCTdRtfK58LzcFSHtwoKTB { box-sizing:content-box;height:19.875rem;width:69.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-1),1);background-image:none;top:69.3125rem;left:2.625rem;display:block; }
#VSCMlxTeBaTdpzraFovHgnR1CtsSmBOF { 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:10.2478125rem;width:12.8735625rem;top:26rem;left:4.75rem;overflow:hidden;display:block; }
#cEFJ6UF3WATsTKRS07agh2HeLiiIDJtU { color:rgba(var(--color-primary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:37.0625rem;left:4.625rem;height:1.7871125rem;font-style:normal;display:block; }
#NfLz5TQ6UcIg13u4rLASFrShKuH1EB5k { color:rgba(var(--color-tertiary-4),1);display:block;width:11.43675rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:38.875rem;left:5.4375rem;height:3.8984375rem;text-align:center;text-align-last:center;display:block; }
#FOWfP1fdoWNIQ17RMMbw1TluUOysMGid { color:rgba(var(--color-tertiary-4),1);display:block;width:48.62425rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:28.8125rem;left:21.375rem;height:6.4974rem;display:block; }
#FWdMkUIowALWaTmDdD5vPur7ST5VpLOT { color:rgba(var(--color-primary-4),1);display:block;width:11.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:104.875rem;left:5.25rem;height:1.7871125rem;font-style:normal;display:block; }
#EQrVc1rUQJCxG6dxoezifpBZ6tegFaKA { color:rgba(var(--color-tertiary-4),1);display:block;width:12.8735625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:106.6875rem;left:4.75rem;height:3.8984375rem;text-align:center;text-align-last:center;display:block; }
#KHcSf7JAvyX1bFoDnoxPuWGXF7JkgOQB { box-sizing:content-box;height:19.9375rem;width:69.75rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:46.8125rem;left:2.625rem;display:block; }
#BAb3FTpprST6PNAP1XU2TuOs3b8ynep8 { position:absolute;display:block;z-index:15023;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.875rem;width:9.8125rem;top:47.8125rem;left:5.4375rem;overflow:hidden;display:block; }
#lr3yMui78W6bDEhpawSIFuaLfbmzEApd { color:rgba(var(--color-tertiary-4),1);display:block;width:46.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:49.5rem;left:20.75rem;height:6.497375rem;display:block; }
#MTcnTTzU93Ksr1mvXuttMRwGtSGwJ4Jz { color:rgba(var(--color-primary-4),1);display:block;width:13.8730625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:59.4375rem;left:4.3125rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zstSotWtm2vKKIlXA4lHBpn4e1TuT0CV { color:rgba(var(--color-tertiary-4),1);display:block;width:11.62475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:61.25rem;left:5.375rem;height:3.8984375rem;text-align:center;text-align-last:center;display:block; }
#XyVuUIkKGZs7C74BZ2SlRsKwcsrUGlyx { position:relative;display:block; }#XyVuUIkKGZs7C74BZ2SlRsKwcsrUGlyx { background-color: transparent; background-image: none; }#XyVuUIkKGZs7C74BZ2SlRsKwcsrUGlyx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XyVuUIkKGZs7C74BZ2SlRsKwcsrUGlyx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XyVuUIkKGZs7C74BZ2SlRsKwcsrUGlyx > .row .container > .video-iframe-container { display: none; }#XyVuUIkKGZs7C74BZ2SlRsKwcsrUGlyx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XyVuUIkKGZs7C74BZ2SlRsKwcsrUGlyx > .row > .video-iframe-container { display: none; }#XyVuUIkKGZs7C74BZ2SlRsKwcsrUGlyx > .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); }#XyVuUIkKGZs7C74BZ2SlRsKwcsrUGlyx { border-width: 0; border-radius: 0; }#XyVuUIkKGZs7C74BZ2SlRsKwcsrUGlyx > .row .container > .video-iframe-container { border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem; }#XyVuUIkKGZs7C74BZ2SlRsKwcsrUGlyx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-3),1);background-image:none;font-size:0.875rem;font-family:arial;height:3.9375rem;width:75rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;position:relative;display:block; }#lMqD8u8dOEwRg6PbcdsILZ884rvzmsU0 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.9985625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:0.687255859375rem;left:29.49951171875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mQLcNvaEikTbDuiIwmuhEb9wtymlbUhN { position:relative;display:block; }#mQLcNvaEikTbDuiIwmuhEb9wtymlbUhN { background-color: transparent; background-image: none; }#mQLcNvaEikTbDuiIwmuhEb9wtymlbUhN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQLcNvaEikTbDuiIwmuhEb9wtymlbUhN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQLcNvaEikTbDuiIwmuhEb9wtymlbUhN > .row .container > .video-iframe-container { display: none; }#mQLcNvaEikTbDuiIwmuhEb9wtymlbUhN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQLcNvaEikTbDuiIwmuhEb9wtymlbUhN > .row > .video-iframe-container { display: none; }#mQLcNvaEikTbDuiIwmuhEb9wtymlbUhN > .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); }#mQLcNvaEikTbDuiIwmuhEb9wtymlbUhN { border-width: 0; border-radius: 0; }#mQLcNvaEikTbDuiIwmuhEb9wtymlbUhN > .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; }#mQLcNvaEikTbDuiIwmuhEb9wtymlbUhN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:31.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; }#DKcBL1ovrFvzvQhUdaaCkPSIbLJqhXAv { color:rgba(var(--color-tertiary-0),1);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:2.783203125rem;left:32.342529296875rem;height:1.86889375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cH0FQn3DCJ291qWmX3WzIND5TdlQEIKL { color:rgba(var(--color-tertiary-4),1);display:block;width:10.7483125rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:8.56201171875rem;left:13.375244140625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#Nbw4r24mLbnppPbmbZnTeAf5znmkT24W { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:8.56201171875rem;left:50rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#PhXltC0XTWMvmLHFioTgOrUTapIrsyEG { box-sizing:content-box;height:3.4375rem;width:40.9375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-3),1);background-image:none;top:2rem;left:17.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#zBSsPkfQxcfVGZyIlz8tHZFTK2U2yUrS { box-sizing:content-box;height:3.4375rem;width:27.5rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:7.576904296875rem;left:4.921875rem;border-top:0.0625rem solid #048764;border-left:0.0625rem solid #048764;border-right:0.0625rem solid #048764;border-bottom:0.0625rem solid #048764;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#MffhzxrGQm1NNV5SzwFm4DOmmed5nkyS { box-sizing:content-box;height:3.4375rem;width:27.5rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:7.625rem;left:42.375rem;border-top:0.0625rem solid #048764;border-left:0.0625rem solid #048764;border-right:0.0625rem solid #048764;border-bottom:0.0625rem solid #048764;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#ZO0TFKweKM0BlzURWhHqDwUHMk0s98b7 { box-sizing:content-box;height:4.8125rem;width:22.9375rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:12.25rem;left:7.1875rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#ScqR9BiWw4cJHktvP6NyPyUSrxxiBw1l { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:13.375rem;left:10.5625rem;height:2.5989625rem;text-align:center;text-align-last:center;display:block; }
#T8nGqg9V4SedBbR4WTPxm505s5JMNtEX { box-sizing:content-box;height:4.8125rem;width:22.9375rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:18.5625rem;left:7.1875rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#qwdXExNsKcsK0Dx1tJQiB4c8VfXLJof1 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:19.6875rem;left:10.5625rem;height:2.5989625rem;text-align:center;text-align-last:center;display:block; }
#gGWwJCkBANVVoCcPWCzWHgw9IfILVtTD { box-sizing:content-box;height:4.8125rem;width:22.9375rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:24.6875rem;left:7.1875rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#MOBDPbMMoCvVffre5EZmLsST3aPRGC9Z { color:rgba(var(--color-tertiary-4),1);display:block;width:19.12475rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:25.8125rem;left:9.125rem;height:2.5989625rem;text-align:center;text-align-last:center;display:block; }
#TzSsNxAuT6fk3mIi3bve3ne98QHGVXUZ { box-sizing:content-box;height:4.8120125rem;width:22.937rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:12.25rem;left:44.6875rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#OMJCeL8qwH4bBp0t9P08ZAGlcgTRZ8sb { box-sizing:content-box;height:4.8120125rem;width:22.937rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:18.5625rem;left:44.6875rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#cMEo2xhtD5UBlsFtxpP8i8fFst0flqxu { box-sizing:content-box;height:4.8120125rem;width:22.937rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:24.75rem;left:44.6875rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#oGWnzB7ftNUNVQaeqfHMTfZiiMWTSXP6 { color:rgba(var(--color-tertiary-4),1);display:block;width:4.8120125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:14rem;left:53.8125rem;height:1.29948125rem;text-align:center;text-align-last:center;display:block; }
#zUwxrsXLaH7TvdBDaPMK2mMwuUWazIHq { color:rgba(var(--color-tertiary-4),1);display:block;width:4.0625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:20.3125rem;left:54.1875rem;height:1.29948125rem;text-align:center;text-align-last:center;display:block; }
#xusBBmXxtlL3kcrVIK3arATMndyFfo8a { color:rgba(var(--color-tertiary-4),1);display:block;width:4.0625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:26.4375rem;left:54.1875rem;height:1.29948125rem;text-align:center;text-align-last:center;display:block; }
#rU2T6ktHhHwDCNZRVp6E2uQwhT6lZk5k { position:relative;display:block; }#rU2T6ktHhHwDCNZRVp6E2uQwhT6lZk5k { background-color: transparent; background-image: none; }#rU2T6ktHhHwDCNZRVp6E2uQwhT6lZk5k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rU2T6ktHhHwDCNZRVp6E2uQwhT6lZk5k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rU2T6ktHhHwDCNZRVp6E2uQwhT6lZk5k > .row .container > .video-iframe-container { display: none; }#rU2T6ktHhHwDCNZRVp6E2uQwhT6lZk5k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rU2T6ktHhHwDCNZRVp6E2uQwhT6lZk5k > .row > .video-iframe-container { display: none; }#rU2T6ktHhHwDCNZRVp6E2uQwhT6lZk5k > .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); }#rU2T6ktHhHwDCNZRVp6E2uQwhT6lZk5k { border-width: 0; border-radius: 0; }#rU2T6ktHhHwDCNZRVp6E2uQwhT6lZk5k > .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; }#rU2T6ktHhHwDCNZRVp6E2uQwhT6lZk5k > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:42.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; }#lipHm2fzo1epM5RZJGDOXEsx6OS7EyKt { color:rgba(var(--color-tertiary-0),1);display:block;width:18.6853125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.593017578125rem;left:28.936767578125rem;height:1.86889375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JGMk4huZVptqBTgsHWOLaNrFAVVmdtr8 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.8115234375rem;left:10.904541015625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#nkuraSqQU2yilAJLtt9XKMIJfGTuuXRc { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.8115234375rem;left:50rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#BAL2l0QTPRg7dQQt9AA5xEVh8TZeaqbH { box-sizing:content-box;height:3.4375rem;width:40.9375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-3),1);background-image:none;top:0.809326171875rem;left:17.811279296875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#RifDT2EqXvZ6eIMTGNrn73DNlkZwIVCD { box-sizing:content-box;height:3.4375rem;width:29.625rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:5.875rem;left:3.125rem;border-top:0.0625rem solid #048764;border-left:0.0625rem solid #048764;border-right:0.0625rem solid #048764;border-bottom:0.0625rem solid #048764;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#R8mNv27CQ21JXzxKJQPMmKPDl53rQ4Sg { box-sizing:content-box;height:3.4375rem;width:27.56225rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:5.904541015625rem;left:42.46826171875rem;border-top:0.0625rem solid #048764;border-left:0.0625rem solid #048764;border-right:0.0625rem solid #048764;border-bottom:0.0625rem solid #048764;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#uoIx0FzbnRSIPP5d6i6Iq7tTW7THbV3l { box-sizing:content-box;height:4.8125rem;width:22.9375rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:10.5rem;left:5.6875rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#ItOlF0q2UvtAd0N1QW4LT5FsRNUeilFQ { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:11.625rem;left:9.0625rem;height:2.5989625rem;text-align:center;text-align-last:center;display:block; }
#mqPEhDB555PIbHE4TyJfLNmPHo877REL { box-sizing:content-box;height:4.8125rem;width:22.9375rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:16.8125rem;left:5.6875rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#pF2hucfoALbDQBICXwVw6E1mxAywkv51 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:17.9375rem;left:9.0625rem;height:2.5989625rem;text-align:center;text-align-last:center;display:block; }
#sRMC7JZV1XJdFv0o8ymONDssqaMbAOUb { box-sizing:content-box;height:4.8125rem;width:22.9375rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:22.9375rem;left:5.6875rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#NBwmqEVwe5RP5e2JHZ1LE1Eew8Zix5ct { color:rgba(var(--color-tertiary-4),1);display:block;width:19.12475rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:24.0625rem;left:7.625rem;height:2.5989625rem;text-align:center;text-align-last:center;display:block; }
#Q2E5dvPqyQ2GPobc2SvQ9ASXlfHLiZHM { box-sizing:content-box;height:4.8120125rem;width:22.937rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:10.5rem;left:44.8125rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#rzbaxDDhVApBIfAtVUhNkd4RyT8KR7X7 { box-sizing:content-box;height:4.8120125rem;width:22.937rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:16.8125rem;left:44.8125rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#bzB21MzMaH4aXnStiRhsqt4PWVHIdM5E { box-sizing:content-box;height:4.8120125rem;width:22.9358125rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:22.93701171875rem;left:44.781494140625rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#vdgr0oc2hOAkFrwWfCran9A6hALZ4ZBX { color:rgba(var(--color-tertiary-4),1);display:block;width:4.8120125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:12.25rem;left:53.9375rem;height:1.29948125rem;text-align:center;text-align-last:center;display:block; }
#RAOeqPU3WFDzJl18bzeruAUTzQPegu3k { color:rgba(var(--color-tertiary-4),1);display:block;width:4.0625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:18.5625rem;left:54.25rem;height:1.29948125rem;text-align:center;text-align-last:center;display:block; }
#lI304H3b6nTBNAfcfozCul3icV6ByXoT { color:rgba(var(--color-tertiary-4),1);display:block;width:4.0625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:24.6875rem;left:54.25rem;height:1.29948125rem;text-align:center;text-align-last:center;display:block; }
#JhKPsMxU2r0yLGDOhL1cL3NEUgpIODQl { box-sizing:content-box;height:4.8125rem;width:22.9375rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:29.375rem;left:5.6875rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#ybrU515ch6DfyUW36Q4BE3Gti16I9X62 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.12475rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:30.5rem;left:7.625rem;height:2.5989625rem;text-align:center;text-align-last:center;display:block; }
#L9LaWXBipFM5F2VkKN1ZOiABoR67TTZZ { box-sizing:content-box;height:4.8125rem;width:22.9375rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:35.625rem;left:5.6875rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#PtmUawlvDbToh344PLdRJGw6tDrHm0ex { color:rgba(var(--color-tertiary-4),1);display:block;width:19.12475rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:36.875rem;left:7.625rem;height:2.5989625rem;text-align:center;text-align-last:center;display:block; }
#vkfekCttkSwtz1ZfWf4cohCoMmJBHDHU { box-sizing:content-box;height:4.8120125rem;width:22.9358125rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:29.375rem;left:44.781494140625rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#NVEtwBFF7OGCEazTf9FTBakMbyZpprro { color:rgba(var(--color-tertiary-4),1);display:block;width:4.0625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:31.0625rem;left:54.3125rem;height:1.29948125rem;text-align:center;text-align-last:center;display:block; }
#TosTvEgwa1c2Tl6iQlEdpkQuadblE7zn { box-sizing:content-box;height:4.8120125rem;width:22.9358125rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:35.625rem;left:44.781494140625rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#b42tmklz35NC8vS0QwaVRD50rhoUZvQU { color:rgba(var(--color-tertiary-4),1);display:block;width:4.0625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:37.38037109375rem;left:54.21875rem;height:1.29948125rem;text-align:center;text-align-last:center;display:block; }
#DaCD2JwrFXqyNd38GnQhWMXnGCzNDZFv { position:relative;display:block; }#DaCD2JwrFXqyNd38GnQhWMXnGCzNDZFv { background-color: transparent; background-image: none; }#DaCD2JwrFXqyNd38GnQhWMXnGCzNDZFv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DaCD2JwrFXqyNd38GnQhWMXnGCzNDZFv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DaCD2JwrFXqyNd38GnQhWMXnGCzNDZFv > .row .container > .video-iframe-container { display: none; }#DaCD2JwrFXqyNd38GnQhWMXnGCzNDZFv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DaCD2JwrFXqyNd38GnQhWMXnGCzNDZFv > .row > .video-iframe-container { display: none; }#DaCD2JwrFXqyNd38GnQhWMXnGCzNDZFv > .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); }#DaCD2JwrFXqyNd38GnQhWMXnGCzNDZFv { border-width: 0; border-radius: 0; }#DaCD2JwrFXqyNd38GnQhWMXnGCzNDZFv > .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; }#DaCD2JwrFXqyNd38GnQhWMXnGCzNDZFv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:30.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; }#OoQzPI1IkX5DEXJSoLUwdFSEtMx65pkK { color:rgba(var(--color-tertiary-0),1);display:block;width:26.31225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.593017578125rem;left:25.1220703125rem;height:1.86889375rem;font-style:normal;display:block; }
#C556iV0TK3cZ972VtQFzvZSh2Zpocd0i { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.8125rem;left:11.6875rem;height:1.625rem;display:block; }
#CwB6RoA05PvxTKxCxrywEEUTXdm0A2Rg { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.8115234375rem;left:50rem;height:1.625rem;display:block; }
#LtyyealXx0Q3nlPVU8HuNe3VwaXDl3kJ { box-sizing:content-box;height:3.4375rem;width:40.9375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-3),1);background-image:none;top:0.809326171875rem;left:17.811279296875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#hJmis7COhUBxge1i9PbwmOKdO7sA1ofI { box-sizing:content-box;height:3.4375rem;width:29.625rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:5.875rem;left:3.125rem;border-top:0.0625rem solid #048764;border-left:0.0625rem solid #048764;border-right:0.0625rem solid #048764;border-bottom:0.0625rem solid #048764;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#wPUUQZ0ZPdVIZQVHF9Z060wiDopIxUIV { box-sizing:content-box;height:3.4375rem;width:27.56225rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:5.904541015625rem;left:42.46826171875rem;border-top:0.0625rem solid #048764;border-left:0.0625rem solid #048764;border-right:0.0625rem solid #048764;border-bottom:0.0625rem solid #048764;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#MpQso87NkAhHGFOplLQGxuJVnL9e7dOJ { box-sizing:content-box;height:4.8125rem;width:22.9375rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:10.5rem;left:5.6875rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#W70x5eZarNTk4TV6Kt3oUFZpv7k4fNkz { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:11.625rem;left:9.0625rem;height:2.5989625rem;text-align:center;text-align-last:center;display:block; }
#aT3G5T90dvog9aavMhOLli9lHd0mne1x { box-sizing:content-box;height:4.8125rem;width:22.9375rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:16.8125rem;left:5.6875rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#wsNp7LUBqyo6rwMbmGNUpb6s5MNPhznD { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:17.9375rem;left:9.0625rem;height:2.5989625rem;text-align:center;text-align-last:center;display:block; }
#iUeTWrhqvQGrZWctyMg67ziOu1FXbk0N { box-sizing:content-box;height:4.8125rem;width:22.9375rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:22.9375rem;left:5.6875rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#sbu7hgyZtU3QJei1U7q4Om3pSFTDRAd3 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.12475rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:24.0625rem;left:7.625rem;height:2.5989625rem;text-align:center;text-align-last:center;display:block; }
#Rz7aLkU8pgd6hK9NUNdKqxh3pox2lKVl { box-sizing:content-box;height:4.8120125rem;width:22.937rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:10.5rem;left:44.8125rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#JhqN1VbquJ6banJpkmBHhQzN6sOdDJ5W { box-sizing:content-box;height:4.8120125rem;width:22.937rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:16.8125rem;left:44.8125rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#UV6Cag49gli4QCwy3P3OUsiIXkaBXiiS { box-sizing:content-box;height:4.8120125rem;width:22.937rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:23rem;left:44.8125rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#f3XbdJI8nFBBVnm9gJdXxnOqUPpR7V7B { color:rgba(var(--color-tertiary-4),1);display:block;width:4.8120125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:12.25rem;left:53.9375rem;height:1.29948125rem;display:block; }
#hdnMIgXT4fPgMGTsOScmXoL6qsuLJtzT { color:rgba(var(--color-tertiary-4),1);display:block;width:4.0625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:18.5625rem;left:54.25rem;height:1.29948125rem;display:block; }
#mrTJl0n0XPth9JCKzDGdWq25FQktfCbE { color:rgba(var(--color-tertiary-4),1);display:block;width:4.0625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:24.6875rem;left:54.25rem;height:1.29948125rem;display:block; }
#Oc3HQPxaU3MN5OyIpzlDBC58xZQsptqF { position:relative;display:block; }#Oc3HQPxaU3MN5OyIpzlDBC58xZQsptqF { background-color: transparent; background-image: none; }#Oc3HQPxaU3MN5OyIpzlDBC58xZQsptqF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oc3HQPxaU3MN5OyIpzlDBC58xZQsptqF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oc3HQPxaU3MN5OyIpzlDBC58xZQsptqF > .row .container > .video-iframe-container { display: none; }#Oc3HQPxaU3MN5OyIpzlDBC58xZQsptqF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oc3HQPxaU3MN5OyIpzlDBC58xZQsptqF > .row > .video-iframe-container { display: none; }#Oc3HQPxaU3MN5OyIpzlDBC58xZQsptqF > .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); }#Oc3HQPxaU3MN5OyIpzlDBC58xZQsptqF { border-width: 0; border-radius: 0; }#Oc3HQPxaU3MN5OyIpzlDBC58xZQsptqF > .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; }#Oc3HQPxaU3MN5OyIpzlDBC58xZQsptqF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:37.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; }#fQKABmmKJW54FBML057LcR46UbrNrdQb { color:rgba(var(--color-tertiary-0),1);display:block;width:40.437rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.593017578125rem;left:18.060302734375rem;height:1.86889375rem;font-style:normal;display:block; }
#POSG85i3rNLITiXf0XbB5G5XX96eolVi { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.8125rem;left:11.6875rem;height:1.625rem;display:block; }
#vm5rJpmmtUEKWiZx1FDk453mt1iWwzC5 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.8115234375rem;left:50rem;height:1.625rem;display:block; }
#osRCTTA0mJiO2Bk5s8MTwxlwmVUg1yPb { box-sizing:content-box;height:3.4375rem;width:40.9375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-3),1);background-image:none;top:0.809326171875rem;left:17.811279296875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#n8TsrbtbX6IvtkyEq2zQQnRMV5zz8ZPN { box-sizing:content-box;height:3.4375rem;width:29.625rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:5.875rem;left:3.125rem;border-top:0.0625rem solid #048764;border-left:0.0625rem solid #048764;border-right:0.0625rem solid #048764;border-bottom:0.0625rem solid #048764;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#OkHlrW0UBliCvhTwMDMyvaoNvwlB9y40 { box-sizing:content-box;height:3.4375rem;width:27.56225rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:5.904541015625rem;left:42.46826171875rem;border-top:0.0625rem solid #048764;border-left:0.0625rem solid #048764;border-right:0.0625rem solid #048764;border-bottom:0.0625rem solid #048764;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#ByAXz5w9xvoc40VdW14eQzIZqJsKOgBv { box-sizing:content-box;height:4.8125rem;width:22.9375rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:10.5rem;left:5.6875rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#RsJaS53UJnkc1G8SK8KRXxwhO221cHPB { color:rgba(var(--color-tertiary-4),1);display:block;width:18.999rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:11.6064453125rem;left:7.655029296875rem;height:2.5989625rem;text-align:center;text-align-last:center;display:block; }
#MqlMCWXE83MwUGRgZonxPpfZ7FU01lIT { box-sizing:content-box;height:4.8125rem;width:22.9375rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:16.8125rem;left:5.6875rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#DCaQI4wTJ3f4QDcIQk8VGxrD00obD5Ac { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:17.9375rem;left:9.0625rem;height:2.5989625rem;text-align:center;text-align-last:center;display:block; }
#Zk7TDsiPsaVA7OGV9J8rEBFkUe4BBem9 { box-sizing:content-box;height:4.8125rem;width:22.9375rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:22.9375rem;left:5.6875rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#dEgrSkhXoFerlST9NO7pA90hcUcN8wK4 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.12475rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:24.0625rem;left:7.625rem;height:2.5989625rem;text-align:center;text-align-last:center;display:block; }
#yky07DM4TXmC9a0kzbwG1mRT4v652tmJ { box-sizing:content-box;height:4.8120125rem;width:22.937rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:10.5rem;left:44.8125rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#LWkZqMntRDeKxCzUr1W0EXXhwA4Nv8rN { box-sizing:content-box;height:4.8120125rem;width:22.937rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:16.8125rem;left:44.8125rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#IFXsFdiESkQl7cUHM5HI2KVfQAoST92n { box-sizing:content-box;height:4.8120125rem;width:22.937rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:23rem;left:44.8125rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#V4NiThAM0wsHaIO5TfmaAI7AiGXnrS8M { color:rgba(var(--color-tertiary-4),1);display:block;width:4.8120125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:12.25rem;left:53.9375rem;height:1.29948125rem;display:block; }
#A8Gt5ud8KqTZsohAM6IsPgtDNGyouAFJ { color:rgba(var(--color-tertiary-4),1);display:block;width:4.0625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:18.5625rem;left:54.25rem;height:1.29948125rem;display:block; }
#MQWg7bFGhEhXFAd4oVOgeZaBrIVsia50 { color:rgba(var(--color-tertiary-4),1);display:block;width:4.0625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:24.6875rem;left:54.25rem;height:1.29948125rem;display:block; }
#xC08imXQZGyHJ8TVXZEJfhH8tsbBQl3T { box-sizing:content-box;height:4.8125rem;width:22.9375rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:30rem;left:5.6875rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#PiRzsVp2LI3kkVWxwryoEusW5lT0pD8a { color:rgba(var(--color-tertiary-4),1);display:block;width:19.12475rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:31.125rem;left:7.625rem;height:2.5989625rem;text-align:center;text-align-last:center;display:block; }
#N9ONl4lyOMTWECdfe4HdItNqXoDZws6T { box-sizing:content-box;height:4.8120125rem;width:22.937rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:30.0625rem;left:44.8125rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#s5st0lVgS4moTHMK4xHxQm3lQuaGF59S { color:rgba(var(--color-tertiary-4),1);display:block;width:4.0625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:31.75rem;left:54.25rem;height:1.29948125rem;display:block; }
#qzRHABtI1qHQDyRCInyHCFZw4H7R3g1U { position:relative;display:block; }#qzRHABtI1qHQDyRCInyHCFZw4H7R3g1U { background-color: transparent; background-image: none; }#qzRHABtI1qHQDyRCInyHCFZw4H7R3g1U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzRHABtI1qHQDyRCInyHCFZw4H7R3g1U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzRHABtI1qHQDyRCInyHCFZw4H7R3g1U > .row .container > .video-iframe-container { display: none; }#qzRHABtI1qHQDyRCInyHCFZw4H7R3g1U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzRHABtI1qHQDyRCInyHCFZw4H7R3g1U > .row > .video-iframe-container { display: none; }#qzRHABtI1qHQDyRCInyHCFZw4H7R3g1U > .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); }#qzRHABtI1qHQDyRCInyHCFZw4H7R3g1U { border-width: 0; border-radius: 0; }#qzRHABtI1qHQDyRCInyHCFZw4H7R3g1U > .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; }#qzRHABtI1qHQDyRCInyHCFZw4H7R3g1U > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:37.5625rem;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; }#TTBsRtLQ0GkEPlDsHvGAwz7qGRRgHwJb { color:rgba(var(--color-tertiary-0),1);display:block;width:37.749rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.346435546875rem;left:19.404296875rem;height:3.73698125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VmaMHTUKeNZp7vQ4B2rOVIGVx1JXinHT { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.8125rem;left:12.5rem;height:1.625rem;display:block; }
#NWxrkIISCSGq7ET0WwEQpUkkL5PE3uuq { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:7.8125rem;left:50.0625rem;height:1.625rem;display:block; }
#tzdrneL7spDdNlpEJ0qTOvWTllX5NQoh { box-sizing:content-box;height:4.8125rem;width:40.9375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-3),1);background-image:none;top:0.809326171875rem;left:17.811279296875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#mkTuv8DvG79sinX4IUeCbbaXT0cfTAa6 { box-sizing:content-box;height:3.4375rem;width:29.625rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:6.875rem;left:3.9375rem;border-top:0.0625rem solid #048764;border-left:0.0625rem solid #048764;border-right:0.0625rem solid #048764;border-bottom:0.0625rem solid #048764;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#sbw3VrGwioICmlF2ylwzpE4gpkfKrPyz { box-sizing:content-box;height:3.4375rem;width:27.56225rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:6.875rem;left:42.5rem;border-top:0.0625rem solid #048764;border-left:0.0625rem solid #048764;border-right:0.0625rem solid #048764;border-bottom:0.0625rem solid #048764;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#rU6nTZ1VPmEJLSSPZRhXl8TZwIbqmuiH { box-sizing:content-box;height:4.8125rem;width:22.9375rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:11.5rem;left:6.5rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#Wu96qrWsHax02mtaTU5pK3ah371lzQkK { color:rgba(var(--color-tertiary-4),1);display:block;width:18.9978125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:25.0625rem;left:8.5rem;height:2.5989625rem;text-align:center;text-align-last:center;display:block; }
#ssb43AmSiKUmm0nEvnsfZeu5vxOIMNsG { box-sizing:content-box;height:4.8125rem;width:22.9375rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:17.8125rem;left:6.5rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#WTDJ3wcxnH4UeQoTinrsrk1u999psESu { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:18.9375rem;left:9.875rem;height:2.5989625rem;text-align:center;text-align-last:center;display:block; }
#rLxQBBSeCn8lCV1ETm1Bda0SWqFPNTt9 { box-sizing:content-box;height:4.8125rem;width:22.9375rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:23.9375rem;left:6.5rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#nlg8VL1ryWxyRb8DKIikVLP4A64rN5Pv { color:rgba(var(--color-tertiary-4),1);display:block;width:19.1235625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:12.625rem;left:8.375rem;height:2.5989625rem;text-align:center;text-align-last:center;display:block; }
#RUbHQR2IFWvS81lNMkEEbBnFHTOZTOuE { box-sizing:content-box;height:4.8120125rem;width:22.937rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:11.5rem;left:44.875rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#aRh0mbsmMRJoPDlxTe5OgTnmhyOTRJGw { box-sizing:content-box;height:4.8120125rem;width:22.937rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:17.8125rem;left:44.875rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#y8F2diI49JTvtQomMv9ReqcPTWvU5Zqv { box-sizing:content-box;height:4.8120125rem;width:22.937rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:24rem;left:44.875rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#crhkBeRxxKthpScl5Z1xdAFzQq4Kfdae { color:rgba(var(--color-tertiary-4),1);display:block;width:4.8120125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:13.25rem;left:53.875rem;height:1.29948125rem;display:block; }
#uEKGmPcmL1pbdtSuk2vFoKWxzCHy9gDh { color:rgba(var(--color-tertiary-4),1);display:block;width:4.0625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:19.5625rem;left:54.25rem;height:1.29948125rem;display:block; }
#kRSnAJvKZvKktdpvszsEWEdACtpPawiv { color:rgba(var(--color-tertiary-4),1);display:block;width:4.0625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:25.6875rem;left:54.25rem;height:1.29948125rem;display:block; }
#wVOTFy1Nx5VdpvBnm3XQypx1uO1naFxE { color:rgba(var(--color-tertiary-4),1);display:block;width:18.9978125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:31.4375rem;left:8.5rem;height:2.5989625rem;text-align:center;text-align-last:center;display:block; }
#knB5VSGezTmPVm6A7vNlbNOUbE7ZSiK3 { box-sizing:content-box;height:4.8125rem;width:22.9375rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:30.3125rem;left:6.5rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#xdW0DFOWm70i2Na9EmpbTn56NMXylSFs { box-sizing:content-box;height:4.8120125rem;width:22.937rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:30.375rem;left:44.875rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#DkgRQ4LG6vHHcpyC9X2RWTnFQmJhFS4b { color:rgba(var(--color-tertiary-4),1);display:block;width:4.0625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:32.0625rem;left:54.25rem;height:1.29948125rem;display:block; }
#Zw57s2hLxgAFa3p8yygtGf1y6TRigvhM { position:relative;display:block; }#Zw57s2hLxgAFa3p8yygtGf1y6TRigvhM { background-color: transparent; background-image: none; }#Zw57s2hLxgAFa3p8yygtGf1y6TRigvhM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zw57s2hLxgAFa3p8yygtGf1y6TRigvhM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zw57s2hLxgAFa3p8yygtGf1y6TRigvhM > .row .container > .video-iframe-container { display: none; }#Zw57s2hLxgAFa3p8yygtGf1y6TRigvhM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zw57s2hLxgAFa3p8yygtGf1y6TRigvhM > .row > .video-iframe-container { display: none; }#Zw57s2hLxgAFa3p8yygtGf1y6TRigvhM > .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); }#Zw57s2hLxgAFa3p8yygtGf1y6TRigvhM { border-width: 0; border-radius: 0; }#Zw57s2hLxgAFa3p8yygtGf1y6TRigvhM > .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; }#Zw57s2hLxgAFa3p8yygtGf1y6TRigvhM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:37.5625rem;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; }#P2eZsa5Eg6L17yxbeNygNvRgvthGKkTK { color:rgba(var(--color-tertiary-0),1);display:block;width:37.7486875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:2.2806091308594rem;left:19.966797471046rem;height:1.8684875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gBLgzCnW2PCb5B3XEkJ6TF2XzHXUT5x7 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.8125rem;left:12.5rem;height:1.625rem;display:block; }
#Gc1blhVSBzbRTO37UT4LEIV1ZiXP3CcX { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:7.8125rem;left:50.0625rem;height:1.625rem;display:block; }
#qB4encSaCN2GGJTvVcJ3TTxm0TeyGKme { box-sizing:content-box;height:4.8125rem;width:40.9375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-3),1);background-image:none;top:0.809326171875rem;left:17.811279296875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#lh8xpvko97yTIiEIaHzoNpB63yhECK2K { box-sizing:content-box;height:3.4375rem;width:29.625rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:6.875rem;left:3.9375rem;border-top:0.0625rem solid #048764;border-left:0.0625rem solid #048764;border-right:0.0625rem solid #048764;border-bottom:0.0625rem solid #048764;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#i1gSCddgyNNW7gugq0fU70NeBt8a8ViX { box-sizing:content-box;height:3.4375rem;width:27.56225rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:6.875rem;left:42.5rem;border-top:0.0625rem solid #048764;border-left:0.0625rem solid #048764;border-right:0.0625rem solid #048764;border-bottom:0.0625rem solid #048764;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#IfJ2nIrVWTfixAGvIthAXZ9sAgAp077J { box-sizing:content-box;height:4.8125rem;width:22.9375rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:11.5rem;left:6.5rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#ak37SIFvydsnkOQJATXL65RBP5FMaauz { color:rgba(var(--color-tertiary-4),1);display:block;width:18.9978125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:25.0625rem;left:8.5rem;height:2.5989625rem;text-align:center;text-align-last:center;display:block; }
#BdbJqXvIiZ00rbiSAo7gmpHJkI92KyxS { box-sizing:content-box;height:4.8125rem;width:22.9375rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:17.8125rem;left:6.5rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#C7Cc9FoyruoK2pIfor3oBWZRMASQ8UN8 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:18.9375rem;left:9.875rem;height:2.5989625rem;text-align:center;text-align-last:center;display:block; }
#zvpTazeib0FI4p7tRXb1tfnmwZd3LPen { box-sizing:content-box;height:4.8125rem;width:22.9375rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:23.9375rem;left:6.5rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#XMVpth8AJrEMytS95chJTenyypMpXkiZ { color:rgba(var(--color-tertiary-4),1);display:block;width:19.1235625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:12.625rem;left:8.375rem;height:2.5989625rem;text-align:center;text-align-last:center;display:block; }
#WnoI05SrhSgeB8RgBKl8UKXobpFwiy9w { box-sizing:content-box;height:4.8120125rem;width:22.937rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:11.5rem;left:44.875rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#NNx2Q4e4x4UZxVTvU1lNEoSVzUP989J4 { box-sizing:content-box;height:4.8120125rem;width:22.937rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:17.8125rem;left:44.875rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#q95L5JecyFqunrHnwdD8DdqBVsabT5fd { box-sizing:content-box;height:4.8120125rem;width:22.937rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:24rem;left:44.875rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#l4TvJgJDDUfmvJR0rykDr1woVzgm5nnp { color:rgba(var(--color-tertiary-4),1);display:block;width:6.1875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:13.25rem;left:53.875002503395rem;height:1.29948125rem;display:block; }
#n0EBnAXOLDF2Hp3a1Fv6yqF2HHkUS0EL { color:rgba(var(--color-tertiary-4),1);display:block;width:4.0625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:19.5625rem;left:54.25rem;height:1.29948125rem;display:block; }
#PpSfD8a1XzAabfBw4hMdG1tyqDSH6Uhw { color:rgba(var(--color-tertiary-4),1);display:block;width:4.0625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:25.6875rem;left:54.25rem;height:1.29948125rem;display:block; }
#Gn5OIE8fev6cx39fI2epOoFdJtSOTTIr { color:rgba(var(--color-tertiary-4),1);display:block;width:18.9978125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:31.4375rem;left:8.5rem;height:2.5989625rem;text-align:center;text-align-last:center;display:block; }
#MSF1wGhLeyFbuNJASpaXXaFALRIzTbeS { box-sizing:content-box;height:4.8125rem;width:22.9375rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:30.3125rem;left:6.5rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#tbhMFeVfZtmUhocfUUkWmuLSPAhA0xva { box-sizing:content-box;height:4.8120125rem;width:22.937rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:30.375rem;left:44.875rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#oK6OaGmHbPm1ZeH5q0aTZV1wGgFWprEA { color:rgba(var(--color-tertiary-4),1);display:block;width:4.0625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:32.0625rem;left:54.25rem;height:1.29948125rem;display:block; }
#btIEhTWc56xrXBUgTB64zymma4akQ6NE { position:relative;display:block; }#btIEhTWc56xrXBUgTB64zymma4akQ6NE { background-color: transparent; background-image: none; }#btIEhTWc56xrXBUgTB64zymma4akQ6NE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#btIEhTWc56xrXBUgTB64zymma4akQ6NE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#btIEhTWc56xrXBUgTB64zymma4akQ6NE > .row .container > .video-iframe-container { display: none; }#btIEhTWc56xrXBUgTB64zymma4akQ6NE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#btIEhTWc56xrXBUgTB64zymma4akQ6NE > .row > .video-iframe-container { display: none; }#btIEhTWc56xrXBUgTB64zymma4akQ6NE > .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); }#btIEhTWc56xrXBUgTB64zymma4akQ6NE { border-width: 0; border-radius: 0; }#btIEhTWc56xrXBUgTB64zymma4akQ6NE > .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; }#btIEhTWc56xrXBUgTB64zymma4akQ6NE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:44.5625rem;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; }#RUthTszNoyZNdHnzWkNrxkzwEfQiEW1F { color:rgba(var(--color-tertiary-0),1);display:block;width:37.7486875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:2.2806091308594rem;left:19.966797471046rem;height:1.8684875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hBzdPWwSiTvk0NR1up8G4pJhg7RCW2y2 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.8125rem;left:12.5rem;height:1.625rem;display:block; }
#XTykMhpcMzV12Rk8QlMzwdnh7swvw34f { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:7.8125rem;left:50.0625rem;height:1.625rem;display:block; }
#JtztcHV3DhL0V8hbJ2fKSc1rPTJcCpwO { box-sizing:content-box;height:4.8125rem;width:40.9375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-3),1);background-image:none;top:0.809326171875rem;left:17.811279296875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#TSFMsptxTTfmTAgkEmztJOOqk2LT17Lc { box-sizing:content-box;height:3.4375rem;width:29.625rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:6.875rem;left:3.9375rem;border-top:0.0625rem solid #048764;border-left:0.0625rem solid #048764;border-right:0.0625rem solid #048764;border-bottom:0.0625rem solid #048764;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#OObUgRU2xcpZf9HRzgiNFZGCugFU25E1 { box-sizing:content-box;height:3.4375rem;width:27.56225rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:6.875rem;left:42.5rem;border-top:0.0625rem solid #048764;border-left:0.0625rem solid #048764;border-right:0.0625rem solid #048764;border-bottom:0.0625rem solid #048764;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#GT1oIXzE8y8vzZAcgLrc2nDA4LkOh6ra { box-sizing:content-box;height:4.8125rem;width:22.9375rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:11.5rem;left:6.5rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#ixUi0q9AUXbhZxhLziTmzeGiNrmODZpL { color:rgba(var(--color-tertiary-4),1);display:block;width:18.9978125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:25.0625rem;left:8.5rem;height:2.5989625rem;text-align:center;text-align-last:center;display:block; }
#bb4ukHcIiIooVeZVWO8ZgTzLGOKZonyl { box-sizing:content-box;height:4.8125rem;width:22.9375rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:17.8125rem;left:6.5rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#GbU6vytQl2FthHPWeybKNcfgAUduFfl0 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:18.9375rem;left:9.875rem;height:2.5989625rem;text-align:center;text-align-last:center;display:block; }
#i2oMF2I3W41mOR5KzQdKw4Mh51TM5OmR { box-sizing:content-box;height:4.8125rem;width:22.9375rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:23.9375rem;left:6.5rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#TW1eug4iLtDEaeTJ65roxraOOPg5NNxi { color:rgba(var(--color-tertiary-4),1);display:block;width:19.1235625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:12.625rem;left:8.375rem;height:2.5989625rem;text-align:center;text-align-last:center;display:block; }
#XdhS1h0BMUl8OC5KAX6gZlvJeuup60Im { box-sizing:content-box;height:4.8120125rem;width:22.937rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:11.5rem;left:44.875rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#mIc4NCzwdLLSoqu10OWvRWDl8Eyy9Sc5 { box-sizing:content-box;height:4.8120125rem;width:22.937rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:17.8125rem;left:44.875rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#zAbLIeMTeP1sbKZJdbknfEDe6FwhTsai { box-sizing:content-box;height:4.8120125rem;width:22.937rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:24rem;left:44.875rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#SMDVIFa8HaVGc8acu13JgZlGTxzXyOrw { color:rgba(var(--color-tertiary-4),1);display:block;width:6.1875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:13.25rem;left:53.875002503395rem;height:1.29948125rem;display:block; }
#syPWDVcbP9ixLdnLrqzSpiZnkzebuWdu { color:rgba(var(--color-tertiary-4),1);display:block;width:4.0625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:19.5625rem;left:54.25rem;height:1.29948125rem;display:block; }
#kRVVZo5lVpBt5p1VaXLIPwri4fbaMqKW { color:rgba(var(--color-tertiary-4),1);display:block;width:4.0625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:25.6875rem;left:54.25rem;height:1.29948125rem;display:block; }
#qCRZKaJoSzJEuBKuKnMNeOUNJLDihOMF { color:rgba(var(--color-tertiary-4),1);display:block;width:18.9978125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:31.4375rem;left:8.5rem;height:2.5989625rem;text-align:center;text-align-last:center;display:block; }
#vEVe9ZDATCvNnid8QonV6L9H8Z56FE8L { box-sizing:content-box;height:4.8125rem;width:22.9375rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:30.3125rem;left:6.5rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#qzgPsdcUD62TSuvduO4Ty8qaoLuKnvUD { box-sizing:content-box;height:4.8120125rem;width:22.937rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:30.375rem;left:44.875rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#NRf9WgJ1eS3hd7MnDhFUsiwrvLOJAf7f { color:rgba(var(--color-tertiary-4),1);display:block;width:4.0625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:32.0625rem;left:54.25rem;height:1.29948125rem;display:block; }
#oyCCIRywPxlnTDvqsoOiEgwuG6CavOtS { box-sizing:content-box;height:4.8125rem;width:22.9375rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:37.0625rem;left:6.5000005960462rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#Ihw76h8Q6zGPHT1zSVSGsd3JDpSvRTC7 { box-sizing:content-box;height:4.81185rem;width:22.936875rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:37.0625rem;left:44.781252503395rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#EkI9iePZUc88NhZ7cqwCFKPJaVIqxglS { color:rgba(var(--color-tertiary-4),1);display:block;width:18.997375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:38.168620109558rem;left:8.46940100193rem;height:2.5989625rem;text-align:center;text-align-last:center;display:block; }
#PXIJteWnzb9cGemU6Oe0iM8SytA0yMEB { color:rgba(var(--color-tertiary-4),1);display:block;width:4.0625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:38.819010734558rem;left:54.218752503395rem;height:1.29948125rem;display:block; }
#iCywzTBWw2FrWqCKsEN8D19PswOqXDFG { position:relative;display:block; }#iCywzTBWw2FrWqCKsEN8D19PswOqXDFG { background-color: transparent; background-image: none; }#iCywzTBWw2FrWqCKsEN8D19PswOqXDFG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iCywzTBWw2FrWqCKsEN8D19PswOqXDFG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iCywzTBWw2FrWqCKsEN8D19PswOqXDFG > .row .container > .video-iframe-container { display: none; }#iCywzTBWw2FrWqCKsEN8D19PswOqXDFG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iCywzTBWw2FrWqCKsEN8D19PswOqXDFG > .row > .video-iframe-container { display: none; }#iCywzTBWw2FrWqCKsEN8D19PswOqXDFG > .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); }#iCywzTBWw2FrWqCKsEN8D19PswOqXDFG { border-width: 0; border-radius: 0; }#iCywzTBWw2FrWqCKsEN8D19PswOqXDFG > .row .container > .video-iframe-container { border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem; }#iCywzTBWw2FrWqCKsEN8D19PswOqXDFG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-3),1);background-image:none;font-size:0.875rem;font-family:arial;height:3.8125rem;width:75rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;position:relative;display:block; }#OtfQqMfs6x8qCTz70gziLQz7G0NXNArB { color:rgba(var(--color-tertiary-0),1);display:block;width:15.9985625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:0.687255859375rem;left:29.49951171875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OfGq3UPd50T9is09SoornvLTkrS1vKLT { position:relative;display:block; }#OfGq3UPd50T9is09SoornvLTkrS1vKLT { background-color: transparent; background-image: none; }#OfGq3UPd50T9is09SoornvLTkrS1vKLT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OfGq3UPd50T9is09SoornvLTkrS1vKLT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OfGq3UPd50T9is09SoornvLTkrS1vKLT > .row .container > .video-iframe-container { display: none; }#OfGq3UPd50T9is09SoornvLTkrS1vKLT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OfGq3UPd50T9is09SoornvLTkrS1vKLT > .row > .video-iframe-container { display: none; }#OfGq3UPd50T9is09SoornvLTkrS1vKLT > .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); }#OfGq3UPd50T9is09SoornvLTkrS1vKLT { border-width: 0; border-radius: 0; }#OfGq3UPd50T9is09SoornvLTkrS1vKLT > .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; }#OfGq3UPd50T9is09SoornvLTkrS1vKLT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:13.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; }#AsuwcmXcwdNvaGuGVyKTFywEZKcvrobt { color:rgba(var(--color-tertiary-4),1);display:block;width:14.24925rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:6.375rem;left:41rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qxFptX8rXFJDF04ORP89zmAXle3NOu9H { box-sizing:content-box;height:9.1875rem;width:46rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:2.625rem;left:14.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:3.125rem;display:block; }
#TeumK1P9OdJ9vzaDLEhyybxe8grILwMe { position:absolute;display:block;z-index:15001;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.375rem;width:25rem;top:2.4375rem;left:14.5rem;overflow:hidden;display:block; }
#am86d3USywMB676C3Tiq1NKOof4q3Zdr { position:relative;display:block; }#am86d3USywMB676C3Tiq1NKOof4q3Zdr { background-color: transparent; background-image: none; }#am86d3USywMB676C3Tiq1NKOof4q3Zdr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#am86d3USywMB676C3Tiq1NKOof4q3Zdr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#am86d3USywMB676C3Tiq1NKOof4q3Zdr > .row .container > .video-iframe-container { display: none; }#am86d3USywMB676C3Tiq1NKOof4q3Zdr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#am86d3USywMB676C3Tiq1NKOof4q3Zdr > .row > .video-iframe-container { display: none; }#am86d3USywMB676C3Tiq1NKOof4q3Zdr > .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); }#am86d3USywMB676C3Tiq1NKOof4q3Zdr { border-width: 0; border-radius: 0; }#am86d3USywMB676C3Tiq1NKOof4q3Zdr > .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; }#am86d3USywMB676C3Tiq1NKOof4q3Zdr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:4.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; }#oJ0kT8kASt9eFJc2qWh34TgLcfLUZ8lU { color:rgba(var(--color-tertiary-4),1);display:block;width:16.062rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.8740234375rem;left:29.4677734375rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Dqa6pkH3a6IWIvnFA6Zwikf8KeqdTehM { position:relative;display:block; }#Dqa6pkH3a6IWIvnFA6Zwikf8KeqdTehM { background-color: transparent; background-image: none; }#Dqa6pkH3a6IWIvnFA6Zwikf8KeqdTehM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dqa6pkH3a6IWIvnFA6Zwikf8KeqdTehM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dqa6pkH3a6IWIvnFA6Zwikf8KeqdTehM > .row .container > .video-iframe-container { display: none; }#Dqa6pkH3a6IWIvnFA6Zwikf8KeqdTehM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dqa6pkH3a6IWIvnFA6Zwikf8KeqdTehM > .row > .video-iframe-container { display: none; }#Dqa6pkH3a6IWIvnFA6Zwikf8KeqdTehM > .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); }#Dqa6pkH3a6IWIvnFA6Zwikf8KeqdTehM { border-width: 0; border-radius: 0; }#Dqa6pkH3a6IWIvnFA6Zwikf8KeqdTehM > .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; }#Dqa6pkH3a6IWIvnFA6Zwikf8KeqdTehM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:20.9375rem;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; }#otZZXvyovZhFiq4KibuHMXCXLKWKL96R { box-sizing:content-box;height:16.93725rem;width:15.81175rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-1),1);background-image:none;top:2rem;left:1.4375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#dE94tHRKaIMWApApk8S89TWuAyqSyG6T { position:absolute;display:block;z-index:15001;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:10.375rem;width:11.6875rem;top:2.5625rem;left:3.5rem;overflow:hidden;display:block; }
#et7BMhFn1lcfQsOBlxyamzAlcnXW2hAI { color:rgba(var(--color-tertiary-4),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:14.6875rem;left:5rem;height:2.924475rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O6oWOKOi3VDRvV8GsKTO08pyDEFTNfVV { box-sizing:content-box;height:3.999025rem;width:12.5rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:14.125rem;left:3.125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#IGFXWLflnMuEtO7vcSLLO0V8tM8vQFVF { box-sizing:content-box;height:16.93725rem;width:15.81175rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-1),1);background-image:none;top:2.0625rem;left:20.1875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#wGUBOfEhzDn5dzwnKzwJ4bs8sXdTpaC3 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3125rem;width:11.5rem;top:2.625rem;left:22.25rem;overflow:hidden;display:block; }
#xUCchp8HNgH4rtU5uG2F9tGTIH4Jk2rK { box-sizing:content-box;height:3.999025rem;width:12.5rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:14.1875rem;left:21.875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#DRFrcoBuc3WZrEXD8DqSFe3GkeEXpyqN { color:rgba(var(--color-tertiary-4),1);display:block;width:9.56175rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:14.6875rem;left:23.3125rem;height:2.924475rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vK10X5wk0zMahXREcumwRbxd98OfszN8 { box-sizing:content-box;height:16.93725rem;width:15.81175rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-1),1);background-image:none;top:2.0625rem;left:38.9375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#TibnbyTTxr5LZnHxDSURI2tu2p4xFx4O { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:10.875rem;width:9.375rem;top:2.62451171875rem;left:41.749267578125rem;overflow:hidden;display:block; }
#m7pwRlbAqa1DoG0qqqbkrDQbKzEqqGim { box-sizing:content-box;height:3.999025rem;width:12.5rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:14.1875rem;left:40.625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#iC5p13GwUSXwbxcIkPIOtyFs4w9K8rPS { color:rgba(var(--color-tertiary-4),1);display:block;width:11.687rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:14.6875rem;left:41rem;height:2.924475rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GE0tIHkXC2lUnda4rQZf4MqX5X4W2k8F { box-sizing:content-box;height:16.93725rem;width:15.81175rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-1),1);background-image:none;top:2.0625rem;left:57.6875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#bKP7GX2bRVGkN9OEAfwoFlyF8Znw8Rlr { position:absolute;display:block;z-index:15013;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:10.3125rem;width:11.625rem;top:2.625rem;left:59.75rem;overflow:hidden;display:block; }
#IDTPffQmo7HPoIPh4qCnGoBNz3iwo4yf { box-sizing:content-box;height:3.999025rem;width:12.5rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:14.125rem;left:59.375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#VAWn2aIruSl99GdD8wli993PXhTdQDue { color:rgba(var(--color-tertiary-4),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:14.75rem;left:61.25rem;height:2.924475rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Su3zHso4s4wE1A5TDdDXQ5xR10NungwS { position:relative;display:block; }#Su3zHso4s4wE1A5TDdDXQ5xR10NungwS { background-color: transparent; background-image: none; }#Su3zHso4s4wE1A5TDdDXQ5xR10NungwS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Su3zHso4s4wE1A5TDdDXQ5xR10NungwS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Su3zHso4s4wE1A5TDdDXQ5xR10NungwS > .row .container > .video-iframe-container { display: none; }#Su3zHso4s4wE1A5TDdDXQ5xR10NungwS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Su3zHso4s4wE1A5TDdDXQ5xR10NungwS > .row > .video-iframe-container { display: none; }#Su3zHso4s4wE1A5TDdDXQ5xR10NungwS > .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); }#Su3zHso4s4wE1A5TDdDXQ5xR10NungwS { border-width: 0; border-radius: 0; }#Su3zHso4s4wE1A5TDdDXQ5xR10NungwS > .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; }#Su3zHso4s4wE1A5TDdDXQ5xR10NungwS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:4.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; }#bCVl8m0TpFdxtMxZlgR3kl9EfGE1yREv { color:rgba(var(--color-tertiary-4),1);display:block;width:16.0608125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.8740234375rem;left:29.468994140625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gJP8xIvbn1X9DRFADNTyiI7HfU31f6ei { position:relative;display:block; }#gJP8xIvbn1X9DRFADNTyiI7HfU31f6ei { background-color: transparent; background-image: none; }#gJP8xIvbn1X9DRFADNTyiI7HfU31f6ei::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gJP8xIvbn1X9DRFADNTyiI7HfU31f6ei > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gJP8xIvbn1X9DRFADNTyiI7HfU31f6ei > .row .container > .video-iframe-container { display: none; }#gJP8xIvbn1X9DRFADNTyiI7HfU31f6ei > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gJP8xIvbn1X9DRFADNTyiI7HfU31f6ei > .row > .video-iframe-container { display: none; }#gJP8xIvbn1X9DRFADNTyiI7HfU31f6ei > .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); }#gJP8xIvbn1X9DRFADNTyiI7HfU31f6ei { border-width: 0; border-radius: 0; }#gJP8xIvbn1X9DRFADNTyiI7HfU31f6ei > .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; }#gJP8xIvbn1X9DRFADNTyiI7HfU31f6ei > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:19.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; }#MCd4FOKZMawhdaNBZpgvIr4Q9XWe1X19 { box-sizing:content-box;height:16.93725rem;width:15.81175rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-1),1);background-image:none;top:0.875rem;left:19.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#xhg8oH5HrCoPx4XbgbePobem55U2qgeP { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3125rem;width:11.625rem;top:1.4375rem;left:21.6875rem;overflow:hidden;display:block; }
#NNhaBORO78OSdiInUBViTBe6ceD6hopO { box-sizing:content-box;height:3.999025rem;width:12.5rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:13rem;left:21.3125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#Uly5RT32Ns3ROzdPFNyATrVCfMMEAaTp { color:rgba(var(--color-tertiary-4),1);display:block;width:10.7495rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:13.53515625rem;left:22.1533203125rem;height:2.924475rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Qe2hsGPi0MqUiDHq09bv1sTXTRWeflWI { box-sizing:content-box;height:16.93725rem;width:15.81175rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-1),1);background-image:none;top:0.875rem;left:38.9375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#POaRsLErqkRTryxTW5dgMKe0XVfFKqfb { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3125rem;width:11.5rem;top:1.4375rem;left:41rem;overflow:hidden;display:block; }
#fiqQSznx8aOgDcZqRFh7enWEGJoBh4Dd { box-sizing:content-box;height:3.999025rem;width:12.5rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:13rem;left:40.625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#fpXez3hNe2SJeApa3PIrvUVtM0m0GlxT { color:rgba(var(--color-tertiary-4),1);display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:13.53515625rem;left:41.71875rem;height:2.924475rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pQ8OOTNRWr1bU9eDrFUlL3oi8fbbCaUB { box-sizing:content-box;height:16.93725rem;width:15.81175rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-1),1);background-image:none;top:0.9375rem;left:59.1875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#D1TGVtdcsahd2JOfRJ3bD3s74q78eiuq { position:absolute;display:block;z-index:15013;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:10.3125rem;width:11.5rem;top:1.5rem;left:61.25rem;overflow:hidden;display:block; }
#b33xG2f0KfFmo1HC6dK9munhUvNpuzU3 { box-sizing:content-box;height:3.999025rem;width:12.5rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:13.0625rem;left:60.875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#lS9htVqSCHxMpGqFLDferKtT2bKedud2 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:13.53515625rem;left:62.71728515625rem;height:2.924475rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PqoAs10HZZzbnnffNNuNc2wTZoP2bq1J { box-sizing:content-box;height:16.93725rem;width:15.81175rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-1),1);background-image:none;top:0.875rem;left:1.4375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#GWBlZDJGnZAvyBDJ0lpgLdWJkQtzBrDb { box-sizing:content-box;height:3.999025rem;width:12.5rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:13rem;left:3.125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#Iei7VXCtegdkD9p5IwcpCqkgZ8Zc8UZv { color:rgba(var(--color-tertiary-4),1);display:block;width:10.81175rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:13.53515625rem;left:3.96728515625rem;height:2.924475rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ay559wpLKU2FV06x60zCFcUfLzmIxpTo { position:absolute;display:block;z-index:15025;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:10.3125rem;width:11.625rem;top:1.4375rem;left:3.5625rem;overflow:hidden;display:block; }
#ff7STX637qNFxK4mmEyFZ5Bv2oTVuobk { position:relative;display:block; }#ff7STX637qNFxK4mmEyFZ5Bv2oTVuobk { background-color: transparent; background-image: none; }#ff7STX637qNFxK4mmEyFZ5Bv2oTVuobk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ff7STX637qNFxK4mmEyFZ5Bv2oTVuobk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ff7STX637qNFxK4mmEyFZ5Bv2oTVuobk > .row .container > .video-iframe-container { display: none; }#ff7STX637qNFxK4mmEyFZ5Bv2oTVuobk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ff7STX637qNFxK4mmEyFZ5Bv2oTVuobk > .row > .video-iframe-container { display: none; }#ff7STX637qNFxK4mmEyFZ5Bv2oTVuobk > .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); }#ff7STX637qNFxK4mmEyFZ5Bv2oTVuobk { border-width: 0; border-radius: 0; }#ff7STX637qNFxK4mmEyFZ5Bv2oTVuobk > .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; }#ff7STX637qNFxK4mmEyFZ5Bv2oTVuobk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:20.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KkvNLmWoegBNMxGivgriTJRJLeAh17Gq { box-sizing:content-box;height:17.5rem;width:15.8105625rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-1),1);background-image:none;top:1.5625rem;left:1.468505859375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#vcEKtEPvmmDox0P3nevxGd2A05wbhhTE { box-sizing:content-box;height:3.999025rem;width:12.5rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:13.6875rem;left:3.125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#WO5fOnock1vJOs6q1faVqrZpdZR5GViI { color:rgba(var(--color-tertiary-4),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:14.25rem;left:5rem;height:2.924475rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#h9cptolZzaG85E1otipaQ7Ad4dD9bzQS { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3125rem;width:11.5rem;top:2.125rem;left:3.5625rem;overflow:hidden;display:block; }
#HBy4lfP3aMn0mg1nrBzaegLb2JDagS1g { box-sizing:content-box;height:17.5rem;width:15.8125rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-1),1);background-image:none;top:1.5625rem;left:20.186767578125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#MR29PIW1IDdulu17AzH7cHnN9eOxcXnN { box-sizing:content-box;height:4.6875rem;width:12.5rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:13.6865234375rem;left:21.875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#muVruHHs9ZG5fUnsKNeOANMc8TPFZM4P { color:rgba(var(--color-tertiary-4),1);display:block;width:13.0611875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:13.686849117279rem;left:21.593750596046rem;height:4.38671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aufB9JqT2kqTdnCTl5xERG0DNc47o0Gk { position:absolute;display:block;z-index:15013;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:10.3125rem;width:11.5rem;top:2.125rem;left:22.3125rem;overflow:hidden;display:block; }
#cFJDi18s8xPPZn1XrAklmwR6LhC1NBkK { box-sizing:content-box;height:17.5rem;width:15.81175rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-1),1);background-image:none;top:1.5625rem;left:38.9375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#qohpzfdFvzBsN4MLGPsnJTH0oBTJ7wdc { box-sizing:content-box;height:3.999025rem;width:12.5rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:13.6875rem;left:40.625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#E4bbsLIhr3HnEzmd3FIMvbTTMC6EVwd3 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.68725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:14.222412109375rem;left:41.529541015625rem;height:2.924475rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PH0lWMrtcWlb0yPR1uiedtKvoe5J5UDO { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3125rem;width:11.5rem;top:2.125rem;left:41.0625rem;overflow:hidden;display:block; }
#Dk68GIDQ3cX9qwVxqEO366on6SECvmhR { box-sizing:content-box;height:17.5rem;width:15.625rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-1),1);background-image:none;top:1.5625rem;left:59.18701171875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#mldznIMtc9DhKRiNZ4mDNVLtieLqzRqK { box-sizing:content-box;height:4.625rem;width:13.625rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:13.6865234375rem;left:60.3115234375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#TuU1EAyQmD8Mz6GkSAVUxbOGISlAQDs5 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.99925rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:13.742431640625rem;left:60.59326171875rem;height:4.38720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Jaq5zpPBFfMZ66t28NpFKBH1mynAeFQ0 { position:absolute;display:block;z-index:15021;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:10.3125rem;width:11.625rem;top:2.125rem;left:61.25rem;overflow:hidden;display:block; }
#EXN83E6P9TB1ZRAhIqMQTnmdLLGELT3I { position:relative;display:block; }#EXN83E6P9TB1ZRAhIqMQTnmdLLGELT3I { background-color: transparent; background-image: none; }#EXN83E6P9TB1ZRAhIqMQTnmdLLGELT3I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EXN83E6P9TB1ZRAhIqMQTnmdLLGELT3I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EXN83E6P9TB1ZRAhIqMQTnmdLLGELT3I > .row .container > .video-iframe-container { display: none; }#EXN83E6P9TB1ZRAhIqMQTnmdLLGELT3I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EXN83E6P9TB1ZRAhIqMQTnmdLLGELT3I > .row > .video-iframe-container { display: none; }#EXN83E6P9TB1ZRAhIqMQTnmdLLGELT3I > .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); }#EXN83E6P9TB1ZRAhIqMQTnmdLLGELT3I { border-width: 0; border-radius: 0; }#EXN83E6P9TB1ZRAhIqMQTnmdLLGELT3I > .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; }#EXN83E6P9TB1ZRAhIqMQTnmdLLGELT3I > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:25.5625rem;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; }#CBtEHIpVZHJ9exeMUeW2WUJ47Hsiq0AG { box-sizing:content-box;height:17.5rem;width:15.625rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-1),1);background-image:none;top:1.75rem;left:1.9375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#KqLFsRxtWroHQANGwLbnu23RQcNTW6QT { box-sizing:content-box;height:4.625rem;width:13.625rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:13.5rem;left:3.0625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#LcxT2x1UTesnIE8T8heQO8QuiirUBpek { color:rgba(var(--color-tertiary-4),1);display:block;width:12.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:14.3125rem;left:3.25rem;height:2.924475rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QmpuzwQmEb9SF5qK4r9LsrG87lJETkaE { position:absolute;display:block;z-index:15025;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:10.25rem;width:11.5625rem;top:2.3125rem;left:4rem;overflow:hidden;display:block; }
#TqzCMk8M9X8TTHS7lVfeJFOJ2ArCXICw { box-sizing:content-box;height:17.375rem;width:15.8125rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-1),1);background-image:none;top:1.7500000894069rem;left:19.93619787693rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#ya7xisozhH8RPH5VnavznuSilPkN6CiJ { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:10.25rem;width:10.25rem;top:2.3125rem;left:22.71744787693rem;overflow:hidden;display:block; }
#hzdqwOqAUJ0m1J2XFHkS3WJfL0T3geN3 { box-sizing:content-box;height:3.9987rem;width:12.5rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:13.813151359558rem;left:21.134115815162rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#W9WCcQRgkDVXym5yZ44m3xEAFlPszJsn { box-sizing:content-box;height:5.0625rem;width:14.5625rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:13.281209945679rem;left:20.56119787693rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#Ro1Ftydh0FGzXywL48UnuL4ubKK2Xs60 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:14.349610328674rem;left:23.46744787693rem;height:2.924475rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IVSUnUL3fA31paVc73Ldx8H65y9af41F { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:13.619100570679rem;left:21.06119787693rem;height:4.38671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nOkGxP1JN1rC78nB5e0Cia4UpeagmDV6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e9efeb;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; }#nOkGxP1JN1rC78nB5e0Cia4UpeagmDV6 > .row .container { background-color: transparent; background-image: none; }#nOkGxP1JN1rC78nB5e0Cia4UpeagmDV6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nOkGxP1JN1rC78nB5e0Cia4UpeagmDV6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nOkGxP1JN1rC78nB5e0Cia4UpeagmDV6 > .row .container > .video-iframe-container { display: none; }#nOkGxP1JN1rC78nB5e0Cia4UpeagmDV6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nOkGxP1JN1rC78nB5e0Cia4UpeagmDV6 > .row > .video-iframe-container { display: none; }#nOkGxP1JN1rC78nB5e0Cia4UpeagmDV6 > .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); }#nOkGxP1JN1rC78nB5e0Cia4UpeagmDV6 > .row .container { border-width: 0; border-radius: 0; }#nOkGxP1JN1rC78nB5e0Cia4UpeagmDV6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nOkGxP1JN1rC78nB5e0Cia4UpeagmDV6 > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#hOm7MSpemnx0WSev2ADkq7nmXwLJP83o { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:3.0615234375rem;left:3.812255859375rem;height:1.0559875rem;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; }
#ug5yFwtMTzZvL0ub427SJg40N618ozq0 { color:rgba(var(--color-tertiary-3),1);display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:normal;z-index:15029;line-height:1.5;letter-spacing:0;top:4.1158847808838rem;left:3.8118488788605rem;height:9.75rem;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; }
#ENMt270ofBfNzUTqry8HRuZ4BbTbOJUA { color:rgba(var(--color-tertiary-3),1);display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:normal;z-index:15030;line-height:1.5;letter-spacing:0;top:4.125rem;left:16.3125rem;height:8.53125rem;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; }
#izCEpRKNh8Q1Fnn2dRNyJqD4K81vylV9 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:3.0625rem;left:16.3125rem;height:1.0559875rem;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; }
#PD9iTudo646z9nLQ3hLJrfmP9iAoExz5 { color:rgba(var(--color-tertiary-3),1);display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:normal;z-index:15031;line-height:1.5;letter-spacing:0;top:4.1158847808838rem;left:29.373698472977rem;height:3.65625rem;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; }
#Xh5pfTcFM4lEK9IHNf5Mnx68mgH2I1IZ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:3.060546875rem;left:29.373698472977rem;height:1.0559875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#h4prLfKaHh1n0lHZ6I7rE62G4tkKlMn6 { color:rgba(var(--color-tertiary-3),1);display:block;width:20.874rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:normal;z-index:15032;line-height:1.5;letter-spacing:0;top:16.62353515625rem;left:5.2490234375rem;height:1.21875rem;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; }
#loUqX1sw6dGHUvMrVGqePAWBc5Shnq3H { position:absolute;display:block;z-index:15033;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.375rem;width:4.4375rem;top:3.0615234375rem;left:41.87255859375rem;overflow:hidden;display:block; }
#l8OnMaJcSVJ4pHNyoKWaJhBpBdIGD6St { color:rgba(var(--color-tertiary-3),1);display:block;width:20.2486875rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:normal;z-index:15032;line-height:1.5;letter-spacing:0;top:2.6236972808838rem;left:47.810548067093rem;height:8.53125rem;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; }
#PzkCd1nLzW2wM2MyMNQ7ZwpKhqkbsMu7 { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15034;top:12.0625rem;left:47.8125rem;display:block; }
#lxfhcQxxsny25LRnIiCx02Vaa8AuKQhX { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15035;top:12.0625rem;left:50.25rem;display:block; }
#at5ZdpNHR4v9uCwRu0PewWknJtnwdNQ1 { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15036;top:12.0625rem;left:52.6875rem;display:block; }
#daHdWsa067wky6DK3K7oUNw63H3CAFEl { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15037;top:12.0625rem;left:55.125rem;display:block; }
#xVRgP7BRr9lZMB4lyUC838L7SRAZtPB8 { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15038;top:12.0625rem;left:57.5625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ep5Ba23rnoTJi2Tk46PJhEOX9fpytzwd { top:0.625rem;left:0rem;width:5.875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrOFpzFDOokHmPHtGaSFnGbxOxwTq6d8 { top:1.4375rem;left:44.802734375rem;width:2.9375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #esP9SIx3lRTqJbScdF2NOc0plArbonzD { width:6.875rem;height:2.0625rem;top:1.0625rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #whS581bPRHk44vCBahrUSr3PcVGw9Z3d { display:block; }
 }@media only screen and (max-width: 763px) { #Dxwln5knTFaLqdpsGkXAtgNlxl8mLpKe { width:6.6875rem;height:1.5625rem;top:1.3125rem;left:5.8037109375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCoxTvtmB37ypwkwihG6atvm8qXASfxk { display:block; }
 }@media only screen and (max-width: 763px) { #pLfO3UpIoT2eHNl4a7NaDx8gyhl81nJB { width:6.6875rem;height:1.5625rem;top:1.3125rem;left:12.5517578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #byTHTIVQn1K6cSw8lR85glXcofeHLNIq { display:block; }
 }@media only screen and (max-width: 763px) { #PWHS2WoQBbdiDh3c5iLnaT66Hw6m23iu { width:6.6875rem;height:1.5625rem;top:1.3125rem;left:19.2998046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqKIHiaIiEkB227O9qK8A6UKt3IJJ8OL { display:block; }
 }@media only screen and (max-width: 763px) { #ta4NgaWyUyd2tlyiNlP26ZAieMwRtAlS { width:6.6875rem;height:1.5625rem;top:1.3125rem;left:25.4228515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k76dTDZIA7MJpomSmAy8Qkyw31DfCCDZ { display:block; }
 }@media only screen and (max-width: 763px) { #vRK116tbx0n5TIpUA3RD8QBIV9Q65HLI { width:6.6875rem;height:1.5625rem;top:1.3125rem;left:32.1708984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g82dILMyykfCARBMm0HvAwzOzMoH68kQ { display:block; }
 }@media only screen and (max-width: 763px) { #f1SD54G3NWmE1k2v9NVmJpoVMPLesQHK { display:block; }#f1SD54G3NWmE1k2v9NVmJpoVMPLesQHK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GFlMffGUwauCDcyQzDsHGBNf3fh1xXcc { top:2.5rem;left:18.46728515625rem;width:20.0625rem;height:2.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnPb8Zhm4KUT34eI3DGb886eq6VA0VLQ { top:32.1875rem;left:0rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7SeqkyzpkTZJnA2CoiI5omVAGgxXSKU { top:43.75rem;left:0rem;width:11.75rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XolmiGXiZaR1lNRoirdJKt7F1FVrIb7h { top:45.5rem;left:0rem;width:16.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIc6tRTk05MTmlyLaCxkBF4f4ngQSc4n { top:34.6875rem;left:0.875rem;width:46.875rem;height:7.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mb4GLwvaiXoSfBrlfRKle4syDR22Esqg { top:30.6875rem;left:0rem;width:47.75rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rk40fIhTldfHtBZBhlcftgiWudP2v2HT { top:2.5rem;left:12.683349609375rem;width:5.125rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFodNsOOmXTbP0QEGdAVc6XkByUvnQC8 { top:11.5625rem;left:0rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqTsJQiuBLhde96fSXeRtRMIFo5Q6ivL { top:9.6875rem;left:0rem;width:47.75rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwWkCi4U5Tq3hT9DJ3pTHbSsdmhtRiUg { top:15.25rem;left:0.875rem;width:46.875rem;height:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWelGFBT4KWMSJU18cHx0D6ROTDvNWqu { top:23.125rem;left:0rem;width:14.6875rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAiuTwdh0o3geTkWNk3xGeuTaAkxv0kU { top:24.875rem;left:0rem;width:14.9375rem;height:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOgHX1LOVZHQAR7PTQlrkazmHDRZEQxN { top:52.0625rem;left:0rem;width:47.75rem;height:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzoHtZUOE18n8TeMDEswFMTP25P3CsQE { top:53.375rem;left:0rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfoDlntq2CSih6DmmQMPfQLZOJJLxzIc { top:56.375rem;left:0.875rem;width:46.875rem;height:5.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRg5bBauwRqhoW8b6TU9g1IQ91KrFyUv { top:65rem;left:0rem;width:10.125rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZM04dpJf4plzu9x7iE5UCzGZ7esInaF { top:66.75rem;left:0rem;width:16.125rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEfvqd74V8m6aTP3IWBD6sH0yNf1E7ZK { top:116.9375rem;left:0rem;width:47.75rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ah8o78EDZTeDzA4gzPuDf0vq1coLXP3y { top:118.625rem;left:0rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOtwOUS9QBu6AsxIW37ga27iNKv5OLRT { top:130.25rem;left:0rem;width:11.3125rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UymlEaiPsNxPbrP94INsZcmexKDZx0rv { top:132.0625rem;left:0rem;width:9.6875rem;height:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipJD3Kb8XeleNycAqhUqeyzhFIwSRLbf { top:122.3125rem;left:0.875rem;width:46.875rem;height:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhyTLowyw5Ep9eusDzhvPCPsw0fVokTO { top:74.4375rem;left:0rem;width:47.75rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxZ8uop6voBkKU8OlirHAeSaQ1X6uWLz { top:78.3125rem;left:0.875rem;width:46.875rem;height:9.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXmgsW0PEL7RHwvXw4zHCwpKROfQTUBu { top:76.75rem;left:0rem;width:11.875rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyeWA7u0bc3T2IkEHUny3CIFhRWESHtA { top:88.125rem;left:0rem;width:12.375rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iizRaCXZdFNcTeb4B7phr2igGZ46ek3n { top:89.8125rem;left:0rem;width:16.0625rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSkTML7DJR3ZXEP3ZSBrxLnckhMXxNFT { top:96rem;left:0rem;width:47.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMDZMTlD86HlzpyGinklwGvlPRRXeKa5 { top:97.0625rem;left:0rem;width:10.4375rem;height:11.74217973257rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQqiAdpd5LNkDcyPFMLuefAWPx77sfg1 { top:100.4375rem;left:0.875rem;width:46.875rem;height:7.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LykMgVd0qhWe8J62TWTUaJ0alxi6SMqo { top:109.875rem;left:0rem;width:14.1875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVvLgUmDcK6rl5O4aVw34atZZvD657Ds { top:111.4375rem;left:0rem;width:15.5rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNxOvTVTIfVRqXMrXgnbQTTGViKX3Jmh { display:block; }#CNxOvTVTIfVRqXMrXgnbQTTGViKX3Jmh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PW7ey6gp3x0xJB9BStt21iotOC1OI5SQ { top:91.625rem;left:0rem;width:47.75rem;height:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPrvhs0pRuerVlMhXwfG1aPxP3Tq36z4 { top:92.625rem;left:0rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMS6vOUlTHoPiI2XGH76eGa9V5gNBV24 { top:96.75rem;left:0.875rem;width:46.875rem;height:5.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SI36IqFz9u844xM5fHKgS4wuNCJbh7ZU { top:24.25rem;left:0rem;width:47.75rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJPUpCUmK41KRzt0UdvrJoTTbgxlRwfQ { top:70.75rem;left:0rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FghCpcaFIxQlsscT6f6BICZ2gBv2MxEA { top:82.375rem;left:0rem;width:13.8125rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQLZLUy4sF59zcpJF1fyANsD4LpnHXln { top:84.3125rem;left:0rem;width:12.6875rem;height:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ck338eTmxFK5Ta3V7bKZQW0PPSQynvc8 { top:74.4375rem;left:0.875rem;width:46.875rem;height:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJXoSJZvFfLvbQtUQ4UWyRRF0otMllou { top:15.0625rem;left:0rem;width:19rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMGnQ4wfSpwwQ7OEPAE6bNlQOLKiQiqS { top:16.8125rem;left:0rem;width:9.375rem;height:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReFiSahGNDMe1ABeC0BOwQPQ1oGiOdIO { top:1.6875rem;left:0rem;width:47.75rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBKkcONeBrIvTZ8p8Cbph3QPERuXAChA { top:3.0625rem;left:0rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsd9C0xFfPqLnsFWUgd114MFGyT00Tfg { top:5.4375rem;left:0.875rem;width:46.875rem;height:7.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDwFuCzXCFJCTdRtfK58LzcFSHtwoKTB { top:69.3125rem;left:0rem;width:47.75rem;height:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSCMlxTeBaTdpzraFovHgnR1CtsSmBOF { top:26rem;left:0rem;width:12.8125rem;height:10.199204583521rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEFJ6UF3WATsTKRS07agh2HeLiiIDJtU { top:37.0625rem;left:0rem;width:13.125rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfLz5TQ6UcIg13u4rLASFrShKuH1EB5k { top:38.875rem;left:0rem;width:11.375rem;height:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOWfP1fdoWNIQ17RMMbw1TluUOysMGid { top:28.8125rem;left:0rem;width:47.75rem;height:6.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWdMkUIowALWaTmDdD5vPur7ST5VpLOT { top:104.875rem;left:0rem;width:11.875rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQrVc1rUQJCxG6dxoezifpBZ6tegFaKA { top:106.6875rem;left:0rem;width:12.8125rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHcSf7JAvyX1bFoDnoxPuWGXF7JkgOQB { top:46.8125rem;left:0rem;width:47.75rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAb3FTpprST6PNAP1XU2TuOs3b8ynep8 { top:47.8125rem;left:0rem;width:9.75rem;height:9.8118566551162rem;display:block; }
 }@media only screen and (max-width: 763px) { #lr3yMui78W6bDEhpawSIFuaLfbmzEApd { top:49.5rem;left:0.875rem;width:46.875rem;height:6.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTcnTTzU93Ksr1mvXuttMRwGtSGwJ4Jz { top:59.4375rem;left:0rem;width:13.8125rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zstSotWtm2vKKIlXA4lHBpn4e1TuT0CV { top:61.25rem;left:0rem;width:11.5625rem;height:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyVuUIkKGZs7C74BZ2SlRsKwcsrUGlyx { display:block; }#XyVuUIkKGZs7C74BZ2SlRsKwcsrUGlyx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lMqD8u8dOEwRg6PbcdsILZ884rvzmsU0 { top:0.625rem;left:15.87451171875rem;width:15.9375rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQLcNvaEikTbDuiIwmuhEb9wtymlbUhN { display:block; }#mQLcNvaEikTbDuiIwmuhEb9wtymlbUhN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DKcBL1ovrFvzvQhUdaaCkPSIbLJqhXAv { top:2.75rem;left:13rem;width:10.875rem;height:1.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cH0FQn3DCJ291qWmX3WzIND5TdlQEIKL { top:8.5rem;left:6.562744140625rem;width:10.6875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nbw4r24mLbnppPbmbZnTeAf5znmkT24W { top:8.5rem;left:29.5625rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhXltC0XTWMvmLHFioTgOrUTapIrsyEG { top:2rem;left:0rem;width:40.9375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBSsPkfQxcfVGZyIlz8tHZFTK2U2yUrS { top:7.5625rem;left:0rem;width:27.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MffhzxrGQm1NNV5SzwFm4DOmmed5nkyS { top:7.625rem;left:20.25rem;width:27.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZO0TFKweKM0BlzURWhHqDwUHMk0s98b7 { top:12.25rem;left:0.375rem;width:22.875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScqR9BiWw4cJHktvP6NyPyUSrxxiBw1l { top:13.375rem;left:3.75rem;width:16.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8nGqg9V4SedBbR4WTPxm505s5JMNtEX { top:18.5625rem;left:0.375rem;width:22.875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwdXExNsKcsK0Dx1tJQiB4c8VfXLJof1 { top:19.6875rem;left:3.75rem;width:16.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGWwJCkBANVVoCcPWCzWHgw9IfILVtTD { top:24.6875rem;left:0.375rem;width:22.875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOBDPbMMoCvVffre5EZmLsST3aPRGC9Z { top:25.8125rem;left:2.3125rem;width:19.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzSsNxAuT6fk3mIi3bve3ne98QHGVXUZ { top:12.25rem;left:24.25rem;width:22.875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMJCeL8qwH4bBp0t9P08ZAGlcgTRZ8sb { top:18.5625rem;left:24.25rem;width:22.875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMEo2xhtD5UBlsFtxpP8i8fFst0flqxu { top:24.75rem;left:24.25rem;width:22.875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGWnzB7ftNUNVQaeqfHMTfZiiMWTSXP6 { top:14rem;left:33.375rem;width:4.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUwxrsXLaH7TvdBDaPMK2mMwuUWazIHq { top:20.3125rem;left:33.75rem;width:4.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xusBBmXxtlL3kcrVIK3arATMndyFfo8a { top:26.4375rem;left:33.75rem;width:4.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rU2T6ktHhHwDCNZRVp6E2uQwhT6lZk5k { display:block; }#rU2T6ktHhHwDCNZRVp6E2uQwhT6lZk5k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lipHm2fzo1epM5RZJGDOXEsx6OS7EyKt { top:1.5625rem;left:5.25rem;width:18.625rem;height:1.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGMk4huZVptqBTgsHWOLaNrFAVVmdtr8 { top:6.75rem;left:4.092041015625rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkuraSqQU2yilAJLtt9XKMIJfGTuuXRc { top:6.75rem;left:29.5625rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAL2l0QTPRg7dQQt9AA5xEVh8TZeaqbH { top:0.75rem;left:0rem;width:40.9375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RifDT2EqXvZ6eIMTGNrn73DNlkZwIVCD { top:5.875rem;left:0rem;width:29.5625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8mNv27CQ21JXzxKJQPMmKPDl53rQ4Sg { top:5.875rem;left:20.25rem;width:27.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoIx0FzbnRSIPP5d6i6Iq7tTW7THbV3l { top:10.5rem;left:0rem;width:22.875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItOlF0q2UvtAd0N1QW4LT5FsRNUeilFQ { top:11.625rem;left:2.25rem;width:16.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqPEhDB555PIbHE4TyJfLNmPHo877REL { top:16.8125rem;left:0rem;width:22.875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pF2hucfoALbDQBICXwVw6E1mxAywkv51 { top:17.9375rem;left:2.25rem;width:16.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRMC7JZV1XJdFv0o8ymONDssqaMbAOUb { top:22.9375rem;left:0rem;width:22.875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBwmqEVwe5RP5e2JHZ1LE1Eew8Zix5ct { top:24.0625rem;left:0.8125rem;width:19.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2E5dvPqyQ2GPobc2SvQ9ASXlfHLiZHM { top:10.5rem;left:24.375rem;width:22.875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzbaxDDhVApBIfAtVUhNkd4RyT8KR7X7 { top:16.8125rem;left:24.375rem;width:22.875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzB21MzMaH4aXnStiRhsqt4PWVHIdM5E { top:22.875rem;left:24.343994140625rem;width:22.875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdgr0oc2hOAkFrwWfCran9A6hALZ4ZBX { top:12.25rem;left:33.5rem;width:4.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAOeqPU3WFDzJl18bzeruAUTzQPegu3k { top:18.5625rem;left:33.8125rem;width:4.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lI304H3b6nTBNAfcfozCul3icV6ByXoT { top:24.6875rem;left:33.8125rem;width:4.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhKPsMxU2r0yLGDOhL1cL3NEUgpIODQl { top:29.375rem;left:0rem;width:22.875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybrU515ch6DfyUW36Q4BE3Gti16I9X62 { top:30.5rem;left:0.8125rem;width:19.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9LaWXBipFM5F2VkKN1ZOiABoR67TTZZ { top:35.625rem;left:0rem;width:22.875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtmUawlvDbToh344PLdRJGw6tDrHm0ex { top:36.875rem;left:0.8125rem;width:19.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkfekCttkSwtz1ZfWf4cohCoMmJBHDHU { top:29.375rem;left:24.343994140625rem;width:22.875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVEtwBFF7OGCEazTf9FTBakMbyZpprro { top:31.0625rem;left:33.875rem;width:4.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TosTvEgwa1c2Tl6iQlEdpkQuadblE7zn { top:35.625rem;left:24.343994140625rem;width:22.875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b42tmklz35NC8vS0QwaVRD50rhoUZvQU { top:37.375rem;left:33.78125rem;width:4.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaCD2JwrFXqyNd38GnQhWMXnGCzNDZFv { display:block; }#DaCD2JwrFXqyNd38GnQhWMXnGCzNDZFv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OoQzPI1IkX5DEXJSoLUwdFSEtMx65pkK { top:1.5625rem;left:0rem;width:26.25rem;height:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C556iV0TK3cZ972VtQFzvZSh2Zpocd0i { top:6.8125rem;left:4.875rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwB6RoA05PvxTKxCxrywEEUTXdm0A2Rg { top:6.75rem;left:29.5625rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtyyealXx0Q3nlPVU8HuNe3VwaXDl3kJ { top:0.75rem;left:0rem;width:40.9375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJmis7COhUBxge1i9PbwmOKdO7sA1ofI { top:5.875rem;left:0rem;width:29.5625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPUUQZ0ZPdVIZQVHF9Z060wiDopIxUIV { top:5.875rem;left:20.25rem;width:27.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpQso87NkAhHGFOplLQGxuJVnL9e7dOJ { top:10.5rem;left:0rem;width:22.875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W70x5eZarNTk4TV6Kt3oUFZpv7k4fNkz { top:11.5625rem;left:2.25rem;width:16.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aT3G5T90dvog9aavMhOLli9lHd0mne1x { top:16.8125rem;left:0rem;width:22.875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsNp7LUBqyo6rwMbmGNUpb6s5MNPhznD { top:17.9375rem;left:2.25rem;width:16.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUeTWrhqvQGrZWctyMg67ziOu1FXbk0N { top:22.9375rem;left:0rem;width:22.875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbu7hgyZtU3QJei1U7q4Om3pSFTDRAd3 { top:24.0625rem;left:0.81201171875rem;width:19.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rz7aLkU8pgd6hK9NUNdKqxh3pox2lKVl { top:10.5rem;left:24.375rem;width:22.875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhqN1VbquJ6banJpkmBHhQzN6sOdDJ5W { top:16.8125rem;left:24.375rem;width:22.875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UV6Cag49gli4QCwy3P3OUsiIXkaBXiiS { top:23rem;left:24.375rem;width:22.875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3XbdJI8nFBBVnm9gJdXxnOqUPpR7V7B { top:12.25rem;left:33.5rem;width:4.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdnMIgXT4fPgMGTsOScmXoL6qsuLJtzT { top:18.5625rem;left:33.8125rem;width:4.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrTJl0n0XPth9JCKzDGdWq25FQktfCbE { top:24.6875rem;left:33.8125rem;width:4.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oc3HQPxaU3MN5OyIpzlDBC58xZQsptqF { display:block; }#Oc3HQPxaU3MN5OyIpzlDBC58xZQsptqF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fQKABmmKJW54FBML057LcR46UbrNrdQb { top:1.5625rem;left:0rem;width:40.375rem;height:1.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #POSG85i3rNLITiXf0XbB5G5XX96eolVi { top:6.8125rem;left:4.875rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vm5rJpmmtUEKWiZx1FDk453mt1iWwzC5 { top:6.75rem;left:29.5625rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #osRCTTA0mJiO2Bk5s8MTwxlwmVUg1yPb { top:0.75rem;left:0rem;width:40.9375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8TsrbtbX6IvtkyEq2zQQnRMV5zz8ZPN { top:5.875rem;left:0rem;width:29.5625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkHlrW0UBliCvhTwMDMyvaoNvwlB9y40 { top:5.875rem;left:20.25rem;width:27.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByAXz5w9xvoc40VdW14eQzIZqJsKOgBv { top:10.5rem;left:0rem;width:22.875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsJaS53UJnkc1G8SK8KRXxwhO221cHPB { top:11.5625rem;left:0.842529296875rem;width:18.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqlMCWXE83MwUGRgZonxPpfZ7FU01lIT { top:16.8125rem;left:0rem;width:22.875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCaQI4wTJ3f4QDcIQk8VGxrD00obD5Ac { top:17.9375rem;left:2.25rem;width:16.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zk7TDsiPsaVA7OGV9J8rEBFkUe4BBem9 { top:22.9375rem;left:0rem;width:22.875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEgrSkhXoFerlST9NO7pA90hcUcN8wK4 { top:24.0625rem;left:0.81201171875rem;width:19.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yky07DM4TXmC9a0kzbwG1mRT4v652tmJ { top:10.5rem;left:24.375rem;width:22.875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWkZqMntRDeKxCzUr1W0EXXhwA4Nv8rN { top:16.8125rem;left:24.375rem;width:22.875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFXsFdiESkQl7cUHM5HI2KVfQAoST92n { top:23rem;left:24.375rem;width:22.875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4NiThAM0wsHaIO5TfmaAI7AiGXnrS8M { top:12.25rem;left:33.5rem;width:4.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8Gt5ud8KqTZsohAM6IsPgtDNGyouAFJ { top:18.5625rem;left:33.8125rem;width:4.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQWg7bFGhEhXFAd4oVOgeZaBrIVsia50 { top:24.6875rem;left:33.8125rem;width:4.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xC08imXQZGyHJ8TVXZEJfhH8tsbBQl3T { top:30rem;left:0rem;width:22.875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiRzsVp2LI3kkVWxwryoEusW5lT0pD8a { top:31.125rem;left:0.8125rem;width:19.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9ONl4lyOMTWECdfe4HdItNqXoDZws6T { top:30.0625rem;left:24.375rem;width:22.875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5st0lVgS4moTHMK4xHxQm3lQuaGF59S { top:31.75rem;left:33.8125rem;width:4.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzRHABtI1qHQDyRCInyHCFZw4H7R3g1U { display:block; }#qzRHABtI1qHQDyRCInyHCFZw4H7R3g1U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTBsRtLQ0GkEPlDsHvGAwz7qGRRgHwJb { top:1.3125rem;left:0rem;width:37.6875rem;height:3.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmaMHTUKeNZp7vQ4B2rOVIGVx1JXinHT { top:7.8125rem;left:5.6875rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWxrkIISCSGq7ET0WwEQpUkkL5PE3uuq { top:7.8125rem;left:29.625rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzdrneL7spDdNlpEJ0qTOvWTllX5NQoh { top:0.75rem;left:0rem;width:40.9375rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkTuv8DvG79sinX4IUeCbbaXT0cfTAa6 { top:6.875rem;left:0rem;width:29.5625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbw3VrGwioICmlF2ylwzpE4gpkfKrPyz { top:6.875rem;left:20.125rem;width:27.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rU6nTZ1VPmEJLSSPZRhXl8TZwIbqmuiH { top:11.5rem;left:0rem;width:22.875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wu96qrWsHax02mtaTU5pK3ah371lzQkK { top:25.0625rem;left:1.6875rem;width:18.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssb43AmSiKUmm0nEvnsfZeu5vxOIMNsG { top:17.8125rem;left:0rem;width:22.875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTDJ3wcxnH4UeQoTinrsrk1u999psESu { top:18.9375rem;left:3.0625rem;width:16.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLxQBBSeCn8lCV1ETm1Bda0SWqFPNTt9 { top:23.9375rem;left:0rem;width:22.875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlg8VL1ryWxyRb8DKIikVLP4A64rN5Pv { top:12.625rem;left:1.5625rem;width:19.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUbHQR2IFWvS81lNMkEEbBnFHTOZTOuE { top:11.5rem;left:24.4375rem;width:22.875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRh0mbsmMRJoPDlxTe5OgTnmhyOTRJGw { top:17.8125rem;left:24.4375rem;width:22.875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8F2diI49JTvtQomMv9ReqcPTWvU5Zqv { top:24rem;left:24.4375rem;width:22.875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #crhkBeRxxKthpScl5Z1xdAFzQq4Kfdae { top:13.25rem;left:33.4375rem;width:4.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEKGmPcmL1pbdtSuk2vFoKWxzCHy9gDh { top:19.5625rem;left:33.8125rem;width:4.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRSnAJvKZvKktdpvszsEWEdACtpPawiv { top:25.6875rem;left:33.8125rem;width:4.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVOTFy1Nx5VdpvBnm3XQypx1uO1naFxE { top:31.4375rem;left:1.6875rem;width:18.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #knB5VSGezTmPVm6A7vNlbNOUbE7ZSiK3 { top:30.3125rem;left:0rem;width:22.875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdW0DFOWm70i2Na9EmpbTn56NMXylSFs { top:30.375rem;left:24.4375rem;width:22.875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkgRQ4LG6vHHcpyC9X2RWTnFQmJhFS4b { top:32.0625rem;left:33.8125rem;width:4.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zw57s2hLxgAFa3p8yygtGf1y6TRigvhM { display:block; }#Zw57s2hLxgAFa3p8yygtGf1y6TRigvhM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P2eZsa5Eg6L17yxbeNygNvRgvthGKkTK { top:2.25rem;left:0rem;width:37.6875rem;height:1.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBLgzCnW2PCb5B3XEkJ6TF2XzHXUT5x7 { top:7.8125rem;left:5.6875rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gc1blhVSBzbRTO37UT4LEIV1ZiXP3CcX { top:7.8125rem;left:29.625rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qB4encSaCN2GGJTvVcJ3TTxm0TeyGKme { top:0.75rem;left:0rem;width:40.9375rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lh8xpvko97yTIiEIaHzoNpB63yhECK2K { top:6.875rem;left:0rem;width:29.5625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1gSCddgyNNW7gugq0fU70NeBt8a8ViX { top:6.875rem;left:20.125rem;width:27.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfJ2nIrVWTfixAGvIthAXZ9sAgAp077J { top:11.5rem;left:0rem;width:22.875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ak37SIFvydsnkOQJATXL65RBP5FMaauz { top:25.0625rem;left:1.6875005960464rem;width:18.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdbJqXvIiZ00rbiSAo7gmpHJkI92KyxS { top:17.8125rem;left:0rem;width:22.875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7Cc9FoyruoK2pIfor3oBWZRMASQ8UN8 { top:18.9375rem;left:3.0625005960464rem;width:16.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvpTazeib0FI4p7tRXb1tfnmwZd3LPen { top:23.9375rem;left:0rem;width:22.875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMVpth8AJrEMytS95chJTenyypMpXkiZ { top:12.625rem;left:1.5625005960464rem;width:19.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnoI05SrhSgeB8RgBKl8UKXobpFwiy9w { top:11.5rem;left:24.4375rem;width:22.875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNx2Q4e4x4UZxVTvU1lNEoSVzUP989J4 { top:17.8125rem;left:24.4375rem;width:22.875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q95L5JecyFqunrHnwdD8DdqBVsabT5fd { top:24rem;left:24.4375rem;width:22.875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4TvJgJDDUfmvJR0rykDr1woVzgm5nnp { top:13.25rem;left:33.437502503395rem;width:6.1875rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0EBnAXOLDF2Hp3a1Fv6yqF2HHkUS0EL { top:19.5625rem;left:33.8125rem;width:4.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpSfD8a1XzAabfBw4hMdG1tyqDSH6Uhw { top:25.6875rem;left:33.8125rem;width:4.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gn5OIE8fev6cx39fI2epOoFdJtSOTTIr { top:31.4375rem;left:1.6875005960464rem;width:18.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSF1wGhLeyFbuNJASpaXXaFALRIzTbeS { top:30.3125rem;left:0rem;width:22.875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbhMFeVfZtmUhocfUUkWmuLSPAhA0xva { top:30.375rem;left:24.4375rem;width:22.875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oK6OaGmHbPm1ZeH5q0aTZV1wGgFWprEA { top:32.0625rem;left:33.8125rem;width:4.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #btIEhTWc56xrXBUgTB64zymma4akQ6NE { display:block; }#btIEhTWc56xrXBUgTB64zymma4akQ6NE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RUthTszNoyZNdHnzWkNrxkzwEfQiEW1F { top:2.25rem;left:0rem;width:37.6875rem;height:1.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBzdPWwSiTvk0NR1up8G4pJhg7RCW2y2 { top:7.8125rem;left:5.6875rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTykMhpcMzV12Rk8QlMzwdnh7swvw34f { top:7.8125rem;left:29.625rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtztcHV3DhL0V8hbJ2fKSc1rPTJcCpwO { top:0.75rem;left:0rem;width:40.9375rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSFMsptxTTfmTAgkEmztJOOqk2LT17Lc { top:6.875rem;left:0rem;width:29.5625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OObUgRU2xcpZf9HRzgiNFZGCugFU25E1 { top:6.875rem;left:20.125rem;width:27.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GT1oIXzE8y8vzZAcgLrc2nDA4LkOh6ra { top:11.5rem;left:0rem;width:22.875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixUi0q9AUXbhZxhLziTmzeGiNrmODZpL { top:25.0625rem;left:1.6875005960464rem;width:18.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bb4ukHcIiIooVeZVWO8ZgTzLGOKZonyl { top:17.8125rem;left:0rem;width:22.875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbU6vytQl2FthHPWeybKNcfgAUduFfl0 { top:18.9375rem;left:3.0625005960464rem;width:16.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2oMF2I3W41mOR5KzQdKw4Mh51TM5OmR { top:23.9375rem;left:0rem;width:22.875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW1eug4iLtDEaeTJ65roxraOOPg5NNxi { top:12.625rem;left:1.5625005960464rem;width:19.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdhS1h0BMUl8OC5KAX6gZlvJeuup60Im { top:11.5rem;left:24.4375rem;width:22.875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIc4NCzwdLLSoqu10OWvRWDl8Eyy9Sc5 { top:17.8125rem;left:24.4375rem;width:22.875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAbLIeMTeP1sbKZJdbknfEDe6FwhTsai { top:24rem;left:24.4375rem;width:22.875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMDVIFa8HaVGc8acu13JgZlGTxzXyOrw { top:13.25rem;left:33.437502503395rem;width:6.1875rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #syPWDVcbP9ixLdnLrqzSpiZnkzebuWdu { top:19.5625rem;left:33.8125rem;width:4.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRVVZo5lVpBt5p1VaXLIPwri4fbaMqKW { top:25.6875rem;left:33.8125rem;width:4.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCRZKaJoSzJEuBKuKnMNeOUNJLDihOMF { top:31.4375rem;left:1.6875005960464rem;width:18.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEVe9ZDATCvNnid8QonV6L9H8Z56FE8L { top:30.3125rem;left:0rem;width:22.875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzgPsdcUD62TSuvduO4Ty8qaoLuKnvUD { top:30.375rem;left:24.4375rem;width:22.875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRf9WgJ1eS3hd7MnDhFUsiwrvLOJAf7f { top:32.0625rem;left:33.8125rem;width:4.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyCCIRywPxlnTDvqsoOiEgwuG6CavOtS { top:37.0625rem;left:0rem;width:22.9375rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ihw76h8Q6zGPHT1zSVSGsd3JDpSvRTC7 { top:37.0625rem;left:24.343752503395rem;width:22.875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkI9iePZUc88NhZ7cqwCFKPJaVIqxglS { top:38.125rem;left:1.6569010019302rem;width:18.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXIJteWnzb9cGemU6Oe0iM8SytA0yMEB { top:38.8125rem;left:33.781252503395rem;width:4.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCywzTBWw2FrWqCKsEN8D19PswOqXDFG { display:block; }#iCywzTBWw2FrWqCKsEN8D19PswOqXDFG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OtfQqMfs6x8qCTz70gziLQz7G0NXNArB { top:0.625rem;left:15.87451171875rem;width:15.9375rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfGq3UPd50T9is09SoornvLTkrS1vKLT { display:block; }#OfGq3UPd50T9is09SoornvLTkrS1vKLT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AsuwcmXcwdNvaGuGVyKTFywEZKcvrobt { top:6.375rem;left:27.375rem;width:14.1875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxFptX8rXFJDF04ORP89zmAXle3NOu9H { top:2.625rem;left:0.875rem;width:45.9375rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeumK1P9OdJ9vzaDLEhyybxe8grILwMe { top:2.4375rem;left:0.875rem;width:25rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #am86d3USywMB676C3Tiq1NKOof4q3Zdr { display:block; }#am86d3USywMB676C3Tiq1NKOof4q3Zdr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oJ0kT8kASt9eFJc2qWh34TgLcfLUZ8lU { top:0.8125rem;left:15.8427734375rem;width:16rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dqa6pkH3a6IWIvnFA6Zwikf8KeqdTehM { display:block; }#Dqa6pkH3a6IWIvnFA6Zwikf8KeqdTehM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #otZZXvyovZhFiq4KibuHMXCXLKWKL96R { top:2rem;left:0rem;width:15.75rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dE94tHRKaIMWApApk8S89TWuAyqSyG6T { top:2.5625rem;left:0.09375rem;width:11.6875rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #et7BMhFn1lcfQsOBlxyamzAlcnXW2hAI { top:14.6875rem;left:1.59375rem;width:8.75rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6oWOKOi3VDRvV8GsKTO08pyDEFTNfVV { top:14.125rem;left:0rem;width:12.5rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGFXWLflnMuEtO7vcSLLO0V8tM8vQFVF { top:2.0625rem;left:8.125rem;width:15.75rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGUBOfEhzDn5dzwnKzwJ4bs8sXdTpaC3 { top:2.625rem;left:12.03125rem;width:11.5rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUCchp8HNgH4rtU5uG2F9tGTIH4Jk2rK { top:14.1875rem;left:11.375rem;width:12.5rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRFrcoBuc3WZrEXD8DqSFe3GkeEXpyqN { top:14.6875rem;left:13.09375rem;width:9.5rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vK10X5wk0zMahXREcumwRbxd98OfszN8 { top:2.0625rem;left:20.0625rem;width:15.75rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TibnbyTTxr5LZnHxDSURI2tu2p4xFx4O { top:2.5625rem;left:24.718017578125rem;width:9.375rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7pwRlbAqa1DoG0qqqbkrDQbKzEqqGim { top:14.1875rem;left:23.3125rem;width:12.5rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iC5p13GwUSXwbxcIkPIOtyFs4w9K8rPS { top:14.6875rem;left:23.968505859375rem;width:11.625rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GE0tIHkXC2lUnda4rQZf4MqX5X4W2k8F { top:2.0625rem;left:32rem;width:15.75rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKP7GX2bRVGkN9OEAfwoFlyF8Znw8Rlr { top:2.625rem;left:35.90625rem;width:11.625rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDTPffQmo7HPoIPh4qCnGoBNz3iwo4yf { top:14.125rem;left:35.25rem;width:12.5rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAWn2aIruSl99GdD8wli993PXhTdQDue { top:14.75rem;left:37.40625rem;width:8.75rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Su3zHso4s4wE1A5TDdDXQ5xR10NungwS { display:block; }#Su3zHso4s4wE1A5TDdDXQ5xR10NungwS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bCVl8m0TpFdxtMxZlgR3kl9EfGE1yREv { top:0.8125rem;left:15.843994140625rem;width:16rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJP8xIvbn1X9DRFADNTyiI7HfU31f6ei { display:block; }#gJP8xIvbn1X9DRFADNTyiI7HfU31f6ei > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MCd4FOKZMawhdaNBZpgvIr4Q9XWe1X19 { top:0.875rem;left:8.125rem;width:15.75rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhg8oH5HrCoPx4XbgbePobem55U2qgeP { top:1.4375rem;left:11.9375rem;width:11.625rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNhaBORO78OSdiInUBViTBe6ceD6hopO { top:13rem;left:11.375rem;width:12.5rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uly5RT32Ns3ROzdPFNyATrVCfMMEAaTp { top:13.5rem;left:11.9375rem;width:10.6875rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qe2hsGPi0MqUiDHq09bv1sTXTRWeflWI { top:0.875rem;left:20.0625rem;width:15.75rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #POaRsLErqkRTryxTW5dgMKe0XVfFKqfb { top:1.4375rem;left:23.96875rem;width:11.5rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiqQSznx8aOgDcZqRFh7enWEGJoBh4Dd { top:13rem;left:23.3125rem;width:12.5rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpXez3hNe2SJeApa3PIrvUVtM0m0GlxT { top:13.5rem;left:24.6875rem;width:10.3125rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQ8OOTNRWr1bU9eDrFUlL3oi8fbbCaUB { top:0.9375rem;left:32rem;width:15.75rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1TGVtdcsahd2JOfRJ3bD3s74q78eiuq { top:1.5rem;left:36.0625rem;width:11.5rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b33xG2f0KfFmo1HC6dK9munhUvNpuzU3 { top:13.0625rem;left:35.25rem;width:12.5rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lS9htVqSCHxMpGqFLDferKtT2bKedud2 { top:13.5rem;left:38.87353515625rem;width:8.75rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqoAs10HZZzbnnffNNuNc2wTZoP2bq1J { top:0.875rem;left:0rem;width:15.75rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWBlZDJGnZAvyBDJ0lpgLdWJkQtzBrDb { top:13rem;left:0rem;width:12.5rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iei7VXCtegdkD9p5IwcpCqkgZ8Zc8UZv { top:13.5rem;left:0.56103515625rem;width:10.75rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ay559wpLKU2FV06x60zCFcUfLzmIxpTo { top:1.4375rem;left:0.15625rem;width:11.625rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ff7STX637qNFxK4mmEyFZ5Bv2oTVuobk { display:block; }#ff7STX637qNFxK4mmEyFZ5Bv2oTVuobk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KkvNLmWoegBNMxGivgriTJRJLeAh17Gq { top:1.5625rem;left:0rem;width:15.75rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcEKtEPvmmDox0P3nevxGd2A05wbhhTE { top:13.6875rem;left:0rem;width:12.5rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WO5fOnock1vJOs6q1faVqrZpdZR5GViI { top:14.1875rem;left:1.59375rem;width:8.75rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9cptolZzaG85E1otipaQ7Ad4dD9bzQS { top:2.125rem;left:0.15625rem;width:11.5rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBy4lfP3aMn0mg1nrBzaegLb2JDagS1g { top:1.5625rem;left:8.125rem;width:15.8125rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MR29PIW1IDdulu17AzH7cHnN9eOxcXnN { top:13.625rem;left:11.375rem;width:12.5rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #muVruHHs9ZG5fUnsKNeOANMc8TPFZM4P { top:13.625rem;left:10.875rem;width:13rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aufB9JqT2kqTdnCTl5xERG0DNc47o0Gk { top:2.125rem;left:12.09375rem;width:11.5rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFJDi18s8xPPZn1XrAklmwR6LhC1NBkK { top:1.5625rem;left:20.0625rem;width:15.8125rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qohpzfdFvzBsN4MLGPsnJTH0oBTJ7wdc { top:13.6875rem;left:23.3125rem;width:12.5rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4bbsLIhr3HnEzmd3FIMvbTTMC6EVwd3 { top:14.1875rem;left:24.498291015625rem;width:10.625rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PH0lWMrtcWlb0yPR1uiedtKvoe5J5UDO { top:2.125rem;left:24.03125rem;width:11.5rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dk68GIDQ3cX9qwVxqEO366on6SECvmhR { top:1.5625rem;left:31.9375rem;width:15.625rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mldznIMtc9DhKRiNZ4mDNVLtieLqzRqK { top:13.625rem;left:34.125rem;width:13.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuU1EAyQmD8Mz6GkSAVUxbOGISlAQDs5 { top:13.6875rem;left:34.8125rem;width:12.9375rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jaq5zpPBFfMZ66t28NpFKBH1mynAeFQ0 { top:2.125rem;left:36.125rem;width:11.625rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXN83E6P9TB1ZRAhIqMQTnmdLLGELT3I { display:block; }#EXN83E6P9TB1ZRAhIqMQTnmdLLGELT3I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CBtEHIpVZHJ9exeMUeW2WUJ47Hsiq0AG { top:1.75rem;left:0rem;width:15.625rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqLFsRxtWroHQANGwLbnu23RQcNTW6QT { top:13.5rem;left:0rem;width:13.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcxT2x1UTesnIE8T8heQO8QuiirUBpek { top:14.3125rem;left:0rem;width:12.9375rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmpuzwQmEb9SF5qK4r9LsrG87lJETkaE { top:2.3125rem;left:0rem;width:11.5625rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqzCMk8M9X8TTHS7lVfeJFOJ2ArCXICw { top:1.75rem;left:8.0625rem;width:15.8125rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ya7xisozhH8RPH5VnavznuSilPkN6CiJ { top:2.3125rem;left:13.625rem;width:10.25rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzdqwOqAUJ0m1J2XFHkS3WJfL0T3geN3 { top:13.8125rem;left:11.375rem;width:12.5rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9WCcQRgkDVXym5yZ44m3xEAFlPszJsn { top:13.25rem;left:9.3125rem;width:14.5625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ro1Ftydh0FGzXywL48UnuL4ubKK2Xs60 { top:14.3125rem;left:15.125rem;width:8.75rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVSUnUL3fA31paVc73Ldx8H65y9af41F { top:13.5625rem;left:10.3125rem;width:13.5625rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOkGxP1JN1rC78nB5e0Cia4UpeagmDV6 { display:block; }#nOkGxP1JN1rC78nB5e0Cia4UpeagmDV6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hOm7MSpemnx0WSev2ADkq7nmXwLJP83o { top:3rem;left:0rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ug5yFwtMTzZvL0ub427SJg40N618ozq0 { top:4.0625rem;left:0rem;width:12.5rem;height:9.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENMt270ofBfNzUTqry8HRuZ4BbTbOJUA { top:4.125rem;left:2.6875rem;width:12.5rem;height:8.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #izCEpRKNh8Q1Fnn2dRNyJqD4K81vylV9 { top:3.0625rem;left:2.6875rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PD9iTudo646z9nLQ3hLJrfmP9iAoExz5 { top:4.0625rem;left:15.748698472977rem;width:12.5rem;height:3.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xh5pfTcFM4lEK9IHNf5Mnx68mgH2I1IZ { top:3rem;left:15.748698472977rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4prLfKaHh1n0lHZ6I7rE62G4tkKlMn6 { top:16.5625rem;left:0rem;width:20.8125rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #loUqX1sw6dGHUvMrVGqePAWBc5Shnq3H { top:3rem;left:28.24755859375rem;width:4.4375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8OnMaJcSVJ4pHNyoKWaJhBpBdIGD6St { top:2.5625rem;left:27.5625rem;width:20.1875rem;height:8.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzkCd1nLzW2wM2MyMNQ7ZwpKhqkbsMu7 { top:12.0625rem;left:34.1875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxfhcQxxsny25LRnIiCx02Vaa8AuKQhX { top:12.0625rem;left:36.625rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #at5ZdpNHR4v9uCwRu0PewWknJtnwdNQ1 { top:12.0625rem;left:39.0625rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #daHdWsa067wky6DK3K7oUNw63H3CAFEl { top:12.0625rem;left:41.5rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVRgP7BRr9lZMB4lyUC838L7SRAZtPB8 { top:12.0625rem;left:43.9375rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ep5Ba23rnoTJi2Tk46PJhEOX9fpytzwd { width:5.625rem;height:3rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrOFpzFDOokHmPHtGaSFnGbxOxwTq6d8 { width:2.9370125rem;height:1.29980625rem;top:0.849609375rem;left:11.09130859375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #esP9SIx3lRTqJbScdF2NOc0plArbonzD { width:4.8120125rem;height:1.5625rem;top:0.7177734375rem;left:15.18798828125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #whS581bPRHk44vCBahrUSr3PcVGw9Z3d { display:block; }
 }@media only screen and (max-width: 763px) { #Dxwln5knTFaLqdpsGkXAtgNlxl8mLpKe { width:6.6875rem;height:1.5625rem;top:4.87426875rem;left:6.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RCoxTvtmB37ypwkwihG6atvm8qXASfxk { display:block; }
 }@media only screen and (max-width: 763px) { #pLfO3UpIoT2eHNl4a7NaDx8gyhl81nJB { width:6.6875rem;height:1.5625rem;top:7.68676875rem;left:6.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #byTHTIVQn1K6cSw8lR85glXcofeHLNIq { display:block; }
 }@media only screen and (max-width: 763px) { #PWHS2WoQBbdiDh3c5iLnaT66Hw6m23iu { width:6.6875rem;height:1.5625rem;top:10.49926875rem;left:6.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hqKIHiaIiEkB227O9qK8A6UKt3IJJ8OL { display:block; }
 }@media only screen and (max-width: 763px) { #ta4NgaWyUyd2tlyiNlP26ZAieMwRtAlS { width:6.6875rem;height:1.5625rem;top:13.31176875rem;left:6.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #k76dTDZIA7MJpomSmAy8Qkyw31DfCCDZ { display:block; }
 }@media only screen and (max-width: 763px) { #vRK116tbx0n5TIpUA3RD8QBIV9Q65HLI { width:6.6875rem;height:1.5625rem;top:16.12426875rem;left:6.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #g82dILMyykfCARBMm0HvAwzOzMoH68kQ { display:block; }
 }@media only screen and (max-width: 763px) { #f1SD54G3NWmE1k2v9NVmJpoVMPLesQHK { display:block; }#f1SD54G3NWmE1k2v9NVmJpoVMPLesQHK > .row .container { width:20rem;height:181rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GFlMffGUwauCDcyQzDsHGBNf3fh1xXcc { width:13.93675rem;height:2.03125rem;top:2.5rem;left:5.1875rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PnPb8Zhm4KUT34eI3DGb886eq6VA0VLQ { width:8.125rem;height:8.125rem;top:31.6875rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7SeqkyzpkTZJnA2CoiI5omVAGgxXSKU { width:10.1865rem;height:1.29980625rem;top:40.625rem;left:4.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XolmiGXiZaR1lNRoirdJKt7F1FVrIb7h { width:14.25rem;height:2.2753875rem;top:41.9375rem;left:2.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WIc6tRTk05MTmlyLaCxkBF4f4ngQSc4n { width:20rem;height:11.61496875rem;top:45.125rem;left:0rem;font-size:0.8125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #mb4GLwvaiXoSfBrlfRKle4syDR22Esqg { width:20rem;height:22.875rem;top:86.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rk40fIhTldfHtBZBhlcftgiWudP2v2HT { width:5.1245125rem;height:2.5996125rem;top:2.1875rem;left:0.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFodNsOOmXTbP0QEGdAVc6XkByUvnQC8 { width:8.125rem;height:8.125rem;top:8.75rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqTsJQiuBLhde96fSXeRtRMIFo5Q6ivL { width:20rem;height:21.0625rem;top:7.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwWkCi4U5Tq3hT9DJ3pTHbSsdmhtRiUg { width:20rem;height:6.3354375rem;top:21.6875rem;left:0rem;font-size:0.8125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #yWelGFBT4KWMSJU18cHx0D6ROTDvNWqu { width:11.3115rem;height:1.29980625rem;top:17.3125rem;left:4.3427734375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kAiuTwdh0o3geTkWNk3xGeuTaAkxv0kU { width:18.5625rem;height:2.1118125rem;top:18.568359375rem;left:0.71875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SOgHX1LOVZHQAR7PTQlrkazmHDRZEQxN { width:20rem;height:25.3125rem;top:58.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzoHtZUOE18n8TeMDEswFMTP25P3CsQE { width:8.125rem;height:8.125rem;top:60rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfoDlntq2CSih6DmmQMPfQLZOJJLxzIc { width:20rem;height:8.44725rem;top:73.875rem;left:0rem;font-size:0.8125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #cRg5bBauwRqhoW8b6TU9g1IQ91KrFyUv { width:10.1230625rem;height:1.3808625rem;top:69rem;left:4.9375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qZM04dpJf4plzu9x7iE5UCzGZ7esInaF { width:14.5rem;height:2.2753875rem;top:70.4375rem;left:2.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vEfvqd74V8m6aTP3IWBD6sH0yNf1E7ZK { width:20rem;height:25.875rem;top:30.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ah8o78EDZTeDzA4gzPuDf0vq1coLXP3y { width:8.125rem;height:8.125rem;top:86.875rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOtwOUS9QBu6AsxIW37ga27iNKv5OLRT { width:9.25rem;height:1.29980625rem;top:95.625rem;left:5.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UymlEaiPsNxPbrP94INsZcmexKDZx0rv { width:15.125rem;height:2.1118125rem;top:96.9375rem;left:2.4375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ipJD3Kb8XeleNycAqhUqeyzhFIwSRLbf { width:20rem;height:6.3354375rem;top:100.8125rem;left:0rem;font-size:0.8125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #EhyTLowyw5Ep9eusDzhvPCPsw0fVokTO { width:20rem;height:33.0625rem;top:146.748046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxZ8uop6voBkKU8OlirHAeSaQ1X6uWLz { width:20rem;height:13.7268125rem;top:128.13720703125rem;left:0rem;font-size:0.8125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #RXmgsW0PEL7RHwvXw4zHCwpKROfQTUBu { width:11.875rem;height:10.5625rem;top:111.93237304688rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyeWA7u0bc3T2IkEHUny3CIFhRWESHtA { width:11.8115rem;height:1.3806125rem;top:123.62426757812rem;left:4.09423828125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iizRaCXZdFNcTeb4B7phr2igGZ46ek3n { width:16.062rem;height:2.2753875rem;top:125.53344726562rem;left:1.968994140625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rSkTML7DJR3ZXEP3ZSBrxLnckhMXxNFT { width:20rem;height:33.75rem;top:110.6396484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMDZMTlD86HlzpyGinklwGvlPRRXeKa5 { width:10.4375rem;height:11.74217973257rem;top:147.6875rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQqiAdpd5LNkDcyPFMLuefAWPx77sfg1 { width:20rem;height:12.670875rem;top:165.1875rem;left:0rem;font-size:0.8125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #LykMgVd0qhWe8J62TWTUaJ0alxi6SMqo { width:16.687rem;height:1.62475625rem;top:160.4375rem;left:1.6875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HVvLgUmDcK6rl5O4aVw34atZZvD657Ds { width:13.5625rem;height:2.2753875rem;top:162.3125rem;left:3.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CNxOvTVTIfVRqXMrXgnbQTTGViKX3Jmh { display:block; }#CNxOvTVTIfVRqXMrXgnbQTTGViKX3Jmh > .row .container { width:20rem;height:150.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PW7ey6gp3x0xJB9BStt21iotOC1OI5SQ { width:20rem;height:27.4375rem;top:119.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPrvhs0pRuerVlMhXwfG1aPxP3Tq36z4 { width:10.625rem;height:10.625rem;top:121.0625rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMS6vOUlTHoPiI2XGH76eGa9V5gNBV24 { width:20rem;height:7.391375rem;top:136.3125rem;left:0rem;font-size:0.8125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #SI36IqFz9u844xM5fHKgS4wuNCJbh7ZU { width:20rem;height:24.625rem;top:92.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJPUpCUmK41KRzt0UdvrJoTTbgxlRwfQ { width:11.25rem;height:11.25rem;top:93.75rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FghCpcaFIxQlsscT6f6BICZ2gBv2MxEA { width:10.375rem;height:1.298825rem;top:105.3125rem;left:4.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KQLZLUy4sF59zcpJF1fyANsD4LpnHXln { width:14.4375rem;height:3.167725rem;top:106.625rem;left:2.75rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ck338eTmxFK5Ta3V7bKZQW0PPSQynvc8 { width:20rem;height:5.27954375rem;top:110.5625rem;left:0rem;font-size:0.8125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #uJXoSJZvFfLvbQtUQ4UWyRRF0otMllou { width:13.8105625rem;height:1.29980625rem;top:11.375rem;left:3.09375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CMGnQ4wfSpwwQ7OEPAE6bNlQOLKiQiqS { width:18.5605625rem;height:2.1118125rem;top:12.6748046875rem;left:0.71875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ReFiSahGNDMe1ABeC0BOwQPQ1oGiOdIO { width:20rem;height:26.0625rem;top:1.171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBKkcONeBrIvTZ8p8Cbph3QPERuXAChA { width:8.875rem;height:8.875rem;top:1.8125rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsd9C0xFfPqLnsFWUgd114MFGyT00Tfg { width:20rem;height:10.5591rem;top:15.8125rem;left:0rem;font-size:0.8125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #wDwFuCzXCFJCTdRtfK58LzcFSHtwoKTB { width:20rem;height:28.875rem;top:30.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSCMlxTeBaTdpzraFovHgnR1CtsSmBOF { width:12.8125rem;height:10.199204583521rem;top:31.4375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEFJ6UF3WATsTKRS07agh2HeLiiIDJtU { width:13.125rem;height:1.4624rem;top:43rem;left:3.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NfLz5TQ6UcIg13u4rLASFrShKuH1EB5k { width:9.812rem;height:3.167725rem;top:44.4375rem;left:5.125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FOWfP1fdoWNIQ17RMMbw1TluUOysMGid { width:20rem;height:8.44728125rem;top:47.4375rem;left:0rem;font-size:0.8125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #FWdMkUIowALWaTmDdD5vPur7ST5VpLOT { width:9.624rem;height:1.4624rem;top:132.6875rem;left:5.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EQrVc1rUQJCxG6dxoezifpBZ6tegFaKA { width:19.0625rem;height:2.2753875rem;top:134.125rem;left:0.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KHcSf7JAvyX1bFoDnoxPuWGXF7JkgOQB { width:20rem;height:27.625rem;top:62.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAb3FTpprST6PNAP1XU2TuOs3b8ynep8 { width:9.8125rem;height:9.875rem;top:63.5625rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lr3yMui78W6bDEhpawSIFuaLfbmzEApd { width:20rem;height:9.5031875rem;top:78.3125rem;left:0rem;font-size:0.8125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #MTcnTTzU93Ksr1mvXuttMRwGtSGwJ4Jz { width:13.81225rem;height:1.298825rem;top:73.625rem;left:3.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zstSotWtm2vKKIlXA4lHBpn4e1TuT0CV { width:15.37475rem;height:2.1118125rem;top:75.3125rem;left:2.3125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XyVuUIkKGZs7C74BZ2SlRsKwcsrUGlyx { display:block; }#XyVuUIkKGZs7C74BZ2SlRsKwcsrUGlyx > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lMqD8u8dOEwRg6PbcdsILZ884rvzmsU0 { width:15.9375rem;height:2.436525rem;top:1.25rem;left:2rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQLcNvaEikTbDuiIwmuhEb9wtymlbUhN { display:block; }#mQLcNvaEikTbDuiIwmuhEb9wtymlbUhN > .row .container { width:20rem;height:30.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DKcBL1ovrFvzvQhUdaaCkPSIbLJqhXAv { width:10.49925rem;height:1.54296875rem;top:2.03369140625rem;left:5.247802734375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cH0FQn3DCJ291qWmX3WzIND5TdlQEIKL { width:10.6860625rem;height:0;top:6.92138671875rem;left:4.65576171875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nbw4r24mLbnppPbmbZnTeAf5znmkT24W { width:12.5rem;height:0;top:29.686279296875rem;left:3.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #PhXltC0XTWMvmLHFioTgOrUTapIrsyEG { width:20rem;height:3.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBSsPkfQxcfVGZyIlz8tHZFTK2U2yUrS { width:19.875rem;height:3.4375rem;top:5.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MffhzxrGQm1NNV5SzwFm4DOmmed5nkyS { width:20rem;height:3.4375rem;top:28.78125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZO0TFKweKM0BlzURWhHqDwUHMk0s98b7 { width:20rem;height:4.75rem;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScqR9BiWw4cJHktvP6NyPyUSrxxiBw1l { width:16.25rem;height:2.59765rem;top:9.375rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8nGqg9V4SedBbR4WTPxm505s5JMNtEX { width:20rem;height:4.75rem;top:17.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwdXExNsKcsK0Dx1tJQiB4c8VfXLJof1 { width:16.25rem;height:2.59765rem;top:18.25rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGWwJCkBANVVoCcPWCzWHgw9IfILVtTD { width:20rem;height:4.75rem;top:23.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOBDPbMMoCvVffre5EZmLsST3aPRGC9Z { width:19.0625rem;height:2.59765rem;top:24.75rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzSsNxAuT6fk3mIi3bve3ne98QHGVXUZ { width:8.125rem;height:1.875rem;top:6.125rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMJCeL8qwH4bBp0t9P08ZAGlcgTRZ8sb { width:8.125rem;height:1.875rem;top:14.6875rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMEo2xhtD5UBlsFtxpP8i8fFst0flqxu { width:8.125rem;height:1.875rem;top:25.125rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oGWnzB7ftNUNVQaeqfHMTfZiiMWTSXP6 { width:4.74975625rem;height:1.298825rem;top:6.375rem;left:7.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUwxrsXLaH7TvdBDaPMK2mMwuUWazIHq { width:4.0625rem;height:1.298825rem;top:15rem;left:8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xusBBmXxtlL3kcrVIK3arATMndyFfo8a { width:4.0625rem;height:0;top:25.4375rem;left:8rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #rU2T6ktHhHwDCNZRVp6E2uQwhT6lZk5k { display:block; }#rU2T6ktHhHwDCNZRVp6E2uQwhT6lZk5k > .row .container { width:20rem;height:46.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lipHm2fzo1epM5RZJGDOXEsx6OS7EyKt { width:18.6230625rem;height:1.54296875rem;top:2.03369140625rem;left:0.687255859375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JGMk4huZVptqBTgsHWOLaNrFAVVmdtr8 { width:12.5rem;height:0;top:6.92138671875rem;left:3.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #nkuraSqQU2yilAJLtt9XKMIJfGTuuXRc { width:12.5rem;height:0;top:36.3125rem;left:4.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #BAL2l0QTPRg7dQQt9AA5xEVh8TZeaqbH { width:20rem;height:3.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RifDT2EqXvZ6eIMTGNrn73DNlkZwIVCD { width:20rem;height:3.4375rem;top:5.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #R8mNv27CQ21JXzxKJQPMmKPDl53rQ4Sg { width:20rem;height:3.4375rem;top:35.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uoIx0FzbnRSIPP5d6i6Iq7tTW7THbV3l { width:20rem;height:4.75rem;top:10.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItOlF0q2UvtAd0N1QW4LT5FsRNUeilFQ { width:16.25rem;height:2.59765rem;top:11.700439453125rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqPEhDB555PIbHE4TyJfLNmPHo877REL { width:20rem;height:4.75rem;top:20.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pF2hucfoALbDQBICXwVw6E1mxAywkv51 { width:16.25rem;height:2.59765rem;top:21.125rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRMC7JZV1XJdFv0o8ymONDssqaMbAOUb { width:20rem;height:4.75rem;top:26.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBwmqEVwe5RP5e2JHZ1LE1Eew8Zix5ct { width:19.0625rem;height:2.59765rem;top:27.125rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2E5dvPqyQ2GPobc2SvQ9ASXlfHLiZHM { width:8.125rem;height:1.9375rem;top:7.9375rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzbaxDDhVApBIfAtVUhNkd4RyT8KR7X7 { width:12.8125rem;height:0.99975625rem;top:41.2109375rem;left:4.4677734375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bzB21MzMaH4aXnStiRhsqt4PWVHIdM5E { width:8.125rem;height:1.875rem;top:17.125rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdgr0oc2hOAkFrwWfCran9A6hALZ4ZBX { width:4.74975625rem;height:1.298825rem;top:8.25rem;left:7.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAOeqPU3WFDzJl18bzeruAUTzQPegu3k { width:4.0625rem;height:0;top:41.0625rem;left:9.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #lI304H3b6nTBNAfcfozCul3icV6ByXoT { width:4.0625rem;height:1.298825rem;top:17.4375rem;left:8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhKPsMxU2r0yLGDOhL1cL3NEUgpIODQl { width:20rem;height:4.75rem;top:32.06176796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybrU515ch6DfyUW36Q4BE3Gti16I9X62 { width:19.0625rem;height:2.59765rem;top:33.18676796875rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9LaWXBipFM5F2VkKN1ZOiABoR67TTZZ { width:20rem;height:4.75rem;top:38.06176796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtmUawlvDbToh344PLdRJGw6tDrHm0ex { width:19.0625rem;height:2.59765rem;top:39.31176796875rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkfekCttkSwtz1ZfWf4cohCoMmJBHDHU { width:20rem;height:4.75rem;top:44.06176796875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NVEtwBFF7OGCEazTf9FTBakMbyZpprro { width:4.0625rem;height:0;top:45.74926796875rem;left:9.531005859375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TosTvEgwa1c2Tl6iQlEdpkQuadblE7zn { width:20rem;height:4.75rem;top:50.06176796875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #b42tmklz35NC8vS0QwaVRD50rhoUZvQU { width:4.0625rem;height:0;top:51.8171390625rem;left:9.437255859375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #DaCD2JwrFXqyNd38GnQhWMXnGCzNDZFv { display:block; }#DaCD2JwrFXqyNd38GnQhWMXnGCzNDZFv > .row .container { width:20rem;height:31.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OoQzPI1IkX5DEXJSoLUwdFSEtMx65pkK { width:18.81225rem;height:2.76123125rem;top:1.5869140625rem;left:0.59326171875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C556iV0TK3cZ972VtQFzvZSh2Zpocd0i { width:12.5rem;height:0;top:7.95898515625rem;left:7.5rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #CwB6RoA05PvxTKxCxrywEEUTXdm0A2Rg { width:12.5rem;height:0;top:30.615967578125rem;left:7.5rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #LtyyealXx0Q3nlPVU8HuNe3VwaXDl3kJ { width:20rem;height:3.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJmis7COhUBxge1i9PbwmOKdO7sA1ofI { width:20rem;height:3.4375rem;top:7.02148515625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wPUUQZ0ZPdVIZQVHF9Z060wiDopIxUIV { width:20rem;height:3.4375rem;top:29.70898515625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MpQso87NkAhHGFOplLQGxuJVnL9e7dOJ { width:20rem;height:4.75rem;top:11.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W70x5eZarNTk4TV6Kt3oUFZpv7k4fNkz { width:16.25rem;height:2.59765rem;top:12.4375rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aT3G5T90dvog9aavMhOLli9lHd0mne1x { width:20rem;height:4.75rem;top:20.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsNp7LUBqyo6rwMbmGNUpb6s5MNPhznD { width:16.25rem;height:2.59765rem;top:21.8125rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUeTWrhqvQGrZWctyMg67ziOu1FXbk0N { width:20rem;height:4.75rem;top:26.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbu7hgyZtU3QJei1U7q4Om3pSFTDRAd3 { width:19.0625rem;height:2.59765rem;top:27.8125rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rz7aLkU8pgd6hK9NUNdKqxh3pox2lKVl { width:8.125rem;height:1.875rem;top:8.9375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhqN1VbquJ6banJpkmBHhQzN6sOdDJ5W { width:8.125rem;height:1.875rem;top:18.12255859375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UV6Cag49gli4QCwy3P3OUsiIXkaBXiiS { width:20rem;height:4.75rem;top:46.39648515625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #f3XbdJI8nFBBVnm9gJdXxnOqUPpR7V7B { width:4.74975625rem;height:1.298825rem;top:9.25rem;left:7.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdnMIgXT4fPgMGTsOScmXoL6qsuLJtzT { width:4.0625rem;height:1.298825rem;top:18.411865234375rem;left:7.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrTJl0n0XPth9JCKzDGdWq25FQktfCbE { width:4.0625rem;height:0;top:48.084717578125rem;left:9.437255859375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Oc3HQPxaU3MN5OyIpzlDBC58xZQsptqF { display:block; }#Oc3HQPxaU3MN5OyIpzlDBC58xZQsptqF > .row .container { width:20rem;height:40.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fQKABmmKJW54FBML057LcR46UbrNrdQb { width:20rem;height:3.0859375rem;top:2.03369140625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #POSG85i3rNLITiXf0XbB5G5XX96eolVi { width:12.5rem;height:0;top:9.82666015625rem;left:7.5rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #vm5rJpmmtUEKWiZx1FDk453mt1iWwzC5 { width:12.5rem;height:0;top:32.483642578125rem;left:7.5rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #osRCTTA0mJiO2Bk5s8MTwxlwmVUg1yPb { width:20rem;height:4.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8TsrbtbX6IvtkyEq2zQQnRMV5zz8ZPN { width:20rem;height:3.4375rem;top:8.88916015625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OkHlrW0UBliCvhTwMDMyvaoNvwlB9y40 { width:20rem;height:3.4375rem;top:31.57666015625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ByAXz5w9xvoc40VdW14eQzIZqJsKOgBv { width:20rem;height:4.75rem;top:11.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsJaS53UJnkc1G8SK8KRXxwhO221cHPB { width:18.93675rem;height:2.59765rem;top:12.625rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqlMCWXE83MwUGRgZonxPpfZ7FU01lIT { width:20rem;height:4.75rem;top:20.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCaQI4wTJ3f4QDcIQk8VGxrD00obD5Ac { width:16.25rem;height:2.59765rem;top:21.9375rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zk7TDsiPsaVA7OGV9J8rEBFkUe4BBem9 { width:20rem;height:4.75rem;top:26.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEgrSkhXoFerlST9NO7pA90hcUcN8wK4 { width:19.0625rem;height:2.59765rem;top:27.9375rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yky07DM4TXmC9a0kzbwG1mRT4v652tmJ { width:8.125rem;height:1.875rem;top:9.075927734375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWkZqMntRDeKxCzUr1W0EXXhwA4Nv8rN { width:20rem;height:4.75rem;top:42.26416015625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IFXsFdiESkQl7cUHM5HI2KVfQAoST92n { width:8.125rem;height:1.875rem;top:18.4375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4NiThAM0wsHaIO5TfmaAI7AiGXnrS8M { width:4.74975625rem;height:1.298825rem;top:9.36279296875rem;left:7.62451171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8Gt5ud8KqTZsohAM6IsPgtDNGyouAFJ { width:4.0625rem;height:0;top:44.0146484375rem;left:9.437255859375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #MQWg7bFGhEhXFAd4oVOgeZaBrIVsia50 { width:4.0625rem;height:1.298825rem;top:18.75rem;left:8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xC08imXQZGyHJ8TVXZEJfhH8tsbBQl3T { width:20rem;height:4.75rem;top:32.8112796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiRzsVp2LI3kkVWxwryoEusW5lT0pD8a { width:19.0625rem;height:2.59765rem;top:33.9362796875rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9ONl4lyOMTWECdfe4HdItNqXoDZws6T { width:20rem;height:4.75rem;top:38.8112796875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #s5st0lVgS4moTHMK4xHxQm3lQuaGF59S { width:4.0625rem;height:0;top:40.4987796875rem;left:9.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #qzRHABtI1qHQDyRCInyHCFZw4H7R3g1U { display:block; }#qzRHABtI1qHQDyRCInyHCFZw4H7R3g1U > .row .container { width:20rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTBsRtLQ0GkEPlDsHvGAwz7qGRRgHwJb { width:20rem;height:4.62890625rem;top:2.03369140625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VmaMHTUKeNZp7vQ4B2rOVIGVx1JXinHT { width:12.5rem;height:0;top:9.82666015625rem;left:7.5rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #NWxrkIISCSGq7ET0WwEQpUkkL5PE3uuq { width:12.5rem;height:0;top:32.483642578125rem;left:7.5rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #tzdrneL7spDdNlpEJ0qTOvWTllX5NQoh { width:20rem;height:4.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkTuv8DvG79sinX4IUeCbbaXT0cfTAa6 { width:20rem;height:3.4375rem;top:8.88916015625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sbw3VrGwioICmlF2ylwzpE4gpkfKrPyz { width:20rem;height:3.4375rem;top:31.57666015625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rU6nTZ1VPmEJLSSPZRhXl8TZwIbqmuiH { width:20rem;height:4.75rem;top:11.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wu96qrWsHax02mtaTU5pK3ah371lzQkK { width:18.93675rem;height:2.59765rem;top:12.625rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssb43AmSiKUmm0nEvnsfZeu5vxOIMNsG { width:20rem;height:4.75rem;top:20.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTDJ3wcxnH4UeQoTinrsrk1u999psESu { width:16.25rem;height:2.59765rem;top:21.9375rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLxQBBSeCn8lCV1ETm1Bda0SWqFPNTt9 { width:20rem;height:4.75rem;top:26.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlg8VL1ryWxyRb8DKIikVLP4A64rN5Pv { width:19.0625rem;height:2.59765rem;top:27.9375rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUbHQR2IFWvS81lNMkEEbBnFHTOZTOuE { width:8.125rem;height:1.875rem;top:9.075927734375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRh0mbsmMRJoPDlxTe5OgTnmhyOTRJGw { width:20rem;height:4.75rem;top:42.26416015625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #y8F2diI49JTvtQomMv9ReqcPTWvU5Zqv { width:8.125rem;height:1.875rem;top:18.4375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #crhkBeRxxKthpScl5Z1xdAFzQq4Kfdae { width:4.74975625rem;height:1.298825rem;top:9.36279296875rem;left:7.62451171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEKGmPcmL1pbdtSuk2vFoKWxzCHy9gDh { width:4.0625rem;height:0;top:44.0146484375rem;left:9.437255859375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #kRSnAJvKZvKktdpvszsEWEdACtpPawiv { width:4.0625rem;height:1.298825rem;top:18.75rem;left:8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVOTFy1Nx5VdpvBnm3XQypx1uO1naFxE { width:18.93675rem;height:2.59765rem;top:33.9362796875rem;left:1.06325rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #knB5VSGezTmPVm6A7vNlbNOUbE7ZSiK3 { width:20rem;height:4.75rem;top:32.8112796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdW0DFOWm70i2Na9EmpbTn56NMXylSFs { width:20rem;height:4.75rem;top:38.8112796875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DkgRQ4LG6vHHcpyC9X2RWTnFQmJhFS4b { width:4.0625rem;height:0;top:40.4987796875rem;left:9.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zw57s2hLxgAFa3p8yygtGf1y6TRigvhM { display:block; }#Zw57s2hLxgAFa3p8yygtGf1y6TRigvhM > .row .container { width:20rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P2eZsa5Eg6L17yxbeNygNvRgvthGKkTK { width:20rem;height:4.62890625rem;top:2.03369140625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gBLgzCnW2PCb5B3XEkJ6TF2XzHXUT5x7 { width:12.5rem;height:0;top:9.82666015625rem;left:7.5rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gc1blhVSBzbRTO37UT4LEIV1ZiXP3CcX { width:12.5rem;height:0;top:32.483642578125rem;left:7.5rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #qB4encSaCN2GGJTvVcJ3TTxm0TeyGKme { width:20rem;height:4.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lh8xpvko97yTIiEIaHzoNpB63yhECK2K { width:20rem;height:3.4375rem;top:8.88916015625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #i1gSCddgyNNW7gugq0fU70NeBt8a8ViX { width:20rem;height:3.4375rem;top:31.57666015625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IfJ2nIrVWTfixAGvIthAXZ9sAgAp077J { width:20rem;height:4.75rem;top:11.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ak37SIFvydsnkOQJATXL65RBP5FMaauz { width:18.93675rem;height:2.59765rem;top:12.625rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdbJqXvIiZ00rbiSAo7gmpHJkI92KyxS { width:20rem;height:4.75rem;top:20.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7Cc9FoyruoK2pIfor3oBWZRMASQ8UN8 { width:16.25rem;height:2.59765rem;top:21.9375rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvpTazeib0FI4p7tRXb1tfnmwZd3LPen { width:20rem;height:4.75rem;top:26.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMVpth8AJrEMytS95chJTenyypMpXkiZ { width:19.0625rem;height:2.59765rem;top:27.9375rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnoI05SrhSgeB8RgBKl8UKXobpFwiy9w { width:8.125rem;height:1.875rem;top:9.075927734375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNx2Q4e4x4UZxVTvU1lNEoSVzUP989J4 { width:20rem;height:4.75rem;top:42.26416015625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #q95L5JecyFqunrHnwdD8DdqBVsabT5fd { width:8.125rem;height:1.875rem;top:18.4375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4TvJgJDDUfmvJR0rykDr1woVzgm5nnp { width:4.74975625rem;height:1.298825rem;top:9.36279296875rem;left:7.62451171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0EBnAXOLDF2Hp3a1Fv6yqF2HHkUS0EL { width:4.0625rem;height:0;top:44.0146484375rem;left:9.437255859375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #PpSfD8a1XzAabfBw4hMdG1tyqDSH6Uhw { width:4.0625rem;height:1.298825rem;top:18.75rem;left:8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gn5OIE8fev6cx39fI2epOoFdJtSOTTIr { width:18.93675rem;height:2.59765rem;top:33.9362796875rem;left:1.06325rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSF1wGhLeyFbuNJASpaXXaFALRIzTbeS { width:20rem;height:4.75rem;top:32.8112796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbhMFeVfZtmUhocfUUkWmuLSPAhA0xva { width:20rem;height:4.75rem;top:38.8112796875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oK6OaGmHbPm1ZeH5q0aTZV1wGgFWprEA { width:4.0625rem;height:0;top:40.4987796875rem;left:9.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #btIEhTWc56xrXBUgTB64zymma4akQ6NE { display:block; }#btIEhTWc56xrXBUgTB64zymma4akQ6NE > .row .container { width:20rem;height:44.811279296875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RUthTszNoyZNdHnzWkNrxkzwEfQiEW1F { width:20rem;height:4.62890625rem;top:2.03369140625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hBzdPWwSiTvk0NR1up8G4pJhg7RCW2y2 { width:12.5rem;height:0;top:9.82666015625rem;left:7.5rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #XTykMhpcMzV12Rk8QlMzwdnh7swvw34f { width:12.5rem;height:0;top:32.483642578125rem;left:7.5rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #JtztcHV3DhL0V8hbJ2fKSc1rPTJcCpwO { width:20rem;height:4.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSFMsptxTTfmTAgkEmztJOOqk2LT17Lc { width:20rem;height:3.4375rem;top:8.88916015625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OObUgRU2xcpZf9HRzgiNFZGCugFU25E1 { width:20rem;height:3.4375rem;top:31.57666015625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GT1oIXzE8y8vzZAcgLrc2nDA4LkOh6ra { width:20rem;height:4.75rem;top:11.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixUi0q9AUXbhZxhLziTmzeGiNrmODZpL { width:18.93675rem;height:2.59765rem;top:12.625rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bb4ukHcIiIooVeZVWO8ZgTzLGOKZonyl { width:20rem;height:4.75rem;top:20.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbU6vytQl2FthHPWeybKNcfgAUduFfl0 { width:16.25rem;height:2.59765rem;top:21.9375rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2oMF2I3W41mOR5KzQdKw4Mh51TM5OmR { width:20rem;height:4.75rem;top:26.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW1eug4iLtDEaeTJ65roxraOOPg5NNxi { width:19.0625rem;height:2.59765rem;top:27.9375rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdhS1h0BMUl8OC5KAX6gZlvJeuup60Im { width:8.125rem;height:1.875rem;top:9.075927734375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIc4NCzwdLLSoqu10OWvRWDl8Eyy9Sc5 { width:20rem;height:4.75rem;top:42.26416015625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zAbLIeMTeP1sbKZJdbknfEDe6FwhTsai { width:8.125rem;height:1.875rem;top:18.4375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMDVIFa8HaVGc8acu13JgZlGTxzXyOrw { width:4.74975625rem;height:1.298825rem;top:9.36279296875rem;left:7.62451171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #syPWDVcbP9ixLdnLrqzSpiZnkzebuWdu { width:4.0625rem;height:0;top:44.0146484375rem;left:9.437255859375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #kRVVZo5lVpBt5p1VaXLIPwri4fbaMqKW { width:4.0625rem;height:1.298825rem;top:18.75rem;left:8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCRZKaJoSzJEuBKuKnMNeOUNJLDihOMF { width:18.93675rem;height:2.59765rem;top:33.9362796875rem;left:1.06325rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEVe9ZDATCvNnid8QonV6L9H8Z56FE8L { width:20rem;height:4.75rem;top:32.8112796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzgPsdcUD62TSuvduO4Ty8qaoLuKnvUD { width:20rem;height:4.75rem;top:38.8112796875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NRf9WgJ1eS3hd7MnDhFUsiwrvLOJAf7f { width:4.0625rem;height:0;top:40.4987796875rem;left:9.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #oyCCIRywPxlnTDvqsoOiEgwuG6CavOtS { width:20rem;height:4.8125rem;top:38.748779296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ihw76h8Q6zGPHT1zSVSGsd3JDpSvRTC7 { width:20rem;height:4.75rem;top:37.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EkI9iePZUc88NhZ7cqwCFKPJaVIqxglS { width:18.9375rem;height:0;top:39.85489654541rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXIJteWnzb9cGemU6Oe0iM8SytA0yMEB { width:4.0625rem;height:auto;top:38.8125rem;left:7.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #iCywzTBWw2FrWqCKsEN8D19PswOqXDFG { display:block; }#iCywzTBWw2FrWqCKsEN8D19PswOqXDFG > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OtfQqMfs6x8qCTz70gziLQz7G0NXNArB { width:15.9375rem;height:2.436525rem;top:1.25rem;left:2rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfGq3UPd50T9is09SoornvLTkrS1vKLT { display:block; }#OfGq3UPd50T9is09SoornvLTkrS1vKLT > .row .container { width:20rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AsuwcmXcwdNvaGuGVyKTFywEZKcvrobt { width:14.187rem;height:1.62475625rem;top:5rem;left:5.813rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxFptX8rXFJDF04ORP89zmAXle3NOu9H { width:20rem;height:9.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeumK1P9OdJ9vzaDLEhyybxe8grILwMe { width:20rem;height:7.5rem;top:11.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #am86d3USywMB676C3Tiq1NKOof4q3Zdr { display:block; }#am86d3USywMB676C3Tiq1NKOof4q3Zdr > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oJ0kT8kASt9eFJc2qWh34TgLcfLUZ8lU { width:15.99975rem;height:2.436525rem;top:1.25rem;left:2rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dqa6pkH3a6IWIvnFA6Zwikf8KeqdTehM { display:block; }#Dqa6pkH3a6IWIvnFA6Zwikf8KeqdTehM > .row .container { width:20rem;height:73.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #otZZXvyovZhFiq4KibuHMXCXLKWKL96R { width:15.75rem;height:16.875rem;top:1.25rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dE94tHRKaIMWApApk8S89TWuAyqSyG6T { width:11.6875rem;height:10.375rem;top:1.8125rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #et7BMhFn1lcfQsOBlxyamzAlcnXW2hAI { width:8.75rem;height:2.59765rem;top:13.9375rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6oWOKOi3VDRvV8GsKTO08pyDEFTNfVV { width:12.5rem;height:3.9375rem;top:13.375rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGFXWLflnMuEtO7vcSLLO0V8tM8vQFVF { width:15.75rem;height:16.875rem;top:19.375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGUBOfEhzDn5dzwnKzwJ4bs8sXdTpaC3 { width:11.5rem;height:10.3125rem;top:19.9375rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUCchp8HNgH4rtU5uG2F9tGTIH4Jk2rK { width:12.5rem;height:3.9375rem;top:31.5rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRFrcoBuc3WZrEXD8DqSFe3GkeEXpyqN { width:10rem;height:2.761225rem;top:32rem;left:5.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vK10X5wk0zMahXREcumwRbxd98OfszN8 { width:15.75rem;height:16.875rem;top:37.6359875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TibnbyTTxr5LZnHxDSURI2tu2p4xFx4O { width:8.9375rem;height:10.3125rem;top:38.1984875rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7pwRlbAqa1DoG0qqqbkrDQbKzEqqGim { width:12.5rem;height:3.9375rem;top:49.7609875rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iC5p13GwUSXwbxcIkPIOtyFs4w9K8rPS { width:11.62475rem;height:2.59765rem;top:50.2609875rem;left:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GE0tIHkXC2lUnda4rQZf4MqX5X4W2k8F { width:15.75rem;height:16.875rem;top:55.7609875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKP7GX2bRVGkN9OEAfwoFlyF8Znw8Rlr { width:11.625rem;height:10.3125rem;top:56.3234875rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDTPffQmo7HPoIPh4qCnGoBNz3iwo4yf { width:12.5rem;height:3.9375rem;top:67.8234875rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAWn2aIruSl99GdD8wli993PXhTdQDue { width:8.75rem;height:2.59765rem;top:68.4484875rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Su3zHso4s4wE1A5TDdDXQ5xR10NungwS { display:block; }#Su3zHso4s4wE1A5TDdDXQ5xR10NungwS > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bCVl8m0TpFdxtMxZlgR3kl9EfGE1yREv { width:15.99975rem;height:2.436525rem;top:1.25rem;left:2rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJP8xIvbn1X9DRFADNTyiI7HfU31f6ei { display:block; }#gJP8xIvbn1X9DRFADNTyiI7HfU31f6ei > .row .container { width:20rem;height:73.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MCd4FOKZMawhdaNBZpgvIr4Q9XWe1X19 { width:15.75rem;height:16.875rem;top:19.375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhg8oH5HrCoPx4XbgbePobem55U2qgeP { width:11.625rem;height:10.3125rem;top:19.9375rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNhaBORO78OSdiInUBViTBe6ceD6hopO { width:12.5rem;height:3.9375rem;top:31.5rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uly5RT32Ns3ROzdPFNyATrVCfMMEAaTp { width:8.75rem;height:2.59765rem;top:32.0625rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qe2hsGPi0MqUiDHq09bv1sTXTRWeflWI { width:15.75rem;height:16.875rem;top:37.5rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #POaRsLErqkRTryxTW5dgMKe0XVfFKqfb { width:11.5rem;height:10.3125rem;top:38.0625rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiqQSznx8aOgDcZqRFh7enWEGJoBh4Dd { width:12.5rem;height:3.9375rem;top:49.625rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpXez3hNe2SJeApa3PIrvUVtM0m0GlxT { width:8.75rem;height:2.59765rem;top:50.1875rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQ8OOTNRWr1bU9eDrFUlL3oi8fbbCaUB { width:15.75rem;height:16.875rem;top:55.625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1TGVtdcsahd2JOfRJ3bD3s74q78eiuq { width:11.5rem;height:10.3125rem;top:56.1875rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b33xG2f0KfFmo1HC6dK9munhUvNpuzU3 { width:12.5rem;height:3.9375rem;top:67.75rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lS9htVqSCHxMpGqFLDferKtT2bKedud2 { width:8.75rem;height:2.59765rem;top:68.3125rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqoAs10HZZzbnnffNNuNc2wTZoP2bq1J { width:15.75rem;height:16.875rem;top:1.25rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWBlZDJGnZAvyBDJ0lpgLdWJkQtzBrDb { width:12.5rem;height:3.9375rem;top:13.375rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iei7VXCtegdkD9p5IwcpCqkgZ8Zc8UZv { width:10.249rem;height:2.59765rem;top:14.044189453125rem;left:4.874267578125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ay559wpLKU2FV06x60zCFcUfLzmIxpTo { width:11.625rem;height:10.3125rem;top:1.8125rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ff7STX637qNFxK4mmEyFZ5Bv2oTVuobk { display:block; }#ff7STX637qNFxK4mmEyFZ5Bv2oTVuobk > .row .container { width:20rem;height:74.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KkvNLmWoegBNMxGivgriTJRJLeAh17Gq { width:15.75rem;height:16.875rem;top:1.25rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcEKtEPvmmDox0P3nevxGd2A05wbhhTE { width:12.5rem;height:3.9375rem;top:13.375rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WO5fOnock1vJOs6q1faVqrZpdZR5GViI { width:8.75rem;height:2.59765rem;top:13.9375rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9cptolZzaG85E1otipaQ7Ad4dD9bzQS { width:11.5rem;height:10.3125rem;top:1.8125rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBy4lfP3aMn0mg1nrBzaegLb2JDagS1g { width:15.75rem;height:16.875rem;top:19.375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MR29PIW1IDdulu17AzH7cHnN9eOxcXnN { width:12.5rem;height:3.9375rem;top:31.5rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #muVruHHs9ZG5fUnsKNeOANMc8TPFZM4P { width:12.124rem;height:2.59765rem;top:32.169189453125rem;left:3.936767578125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aufB9JqT2kqTdnCTl5xERG0DNc47o0Gk { width:11.5rem;height:10.3125rem;top:19.9375rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFJDi18s8xPPZn1XrAklmwR6LhC1NBkK { width:15.75rem;height:16.875rem;top:37.5rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qohpzfdFvzBsN4MLGPsnJTH0oBTJ7wdc { width:12.5rem;height:3.9375rem;top:49.625rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4bbsLIhr3HnEzmd3FIMvbTTMC6EVwd3 { width:10.18675rem;height:2.59765rem;top:50.294189453125rem;left:4.90478515625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PH0lWMrtcWlb0yPR1uiedtKvoe5J5UDO { width:11.5rem;height:10.3125rem;top:38.0625rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dk68GIDQ3cX9qwVxqEO366on6SECvmhR { width:15.75rem;height:16.875rem;top:55.625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mldznIMtc9DhKRiNZ4mDNVLtieLqzRqK { width:12.5rem;height:3.9375rem;top:67.75rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuU1EAyQmD8Mz6GkSAVUxbOGISlAQDs5 { width:11.31225rem;height:3.89648125rem;top:67.7685546875rem;left:4.342041015625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jaq5zpPBFfMZ66t28NpFKBH1mynAeFQ0 { width:11.625rem;height:10.3125rem;top:56.1875rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXN83E6P9TB1ZRAhIqMQTnmdLLGELT3I { display:block; }#EXN83E6P9TB1ZRAhIqMQTnmdLLGELT3I > .row .container { width:20rem;height:38.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CBtEHIpVZHJ9exeMUeW2WUJ47Hsiq0AG { width:15.625rem;height:17.5rem;top:1.25rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqLFsRxtWroHQANGwLbnu23RQcNTW6QT { width:13.5625rem;height:4.5625rem;top:13rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcxT2x1UTesnIE8T8heQO8QuiirUBpek { width:12.937rem;height:2.59765rem;top:13.8125rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmpuzwQmEb9SF5qK4r9LsrG87lJETkaE { width:11.5625rem;height:10.25rem;top:1.8125rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqzCMk8M9X8TTHS7lVfeJFOJ2ArCXICw { width:15.8125rem;height:17.375rem;top:20rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ya7xisozhH8RPH5VnavznuSilPkN6CiJ { width:10.25rem;height:10.25rem;top:20.562499910593rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzdqwOqAUJ0m1J2XFHkS3WJfL0T3geN3 { width:12.5rem;height:3.9375rem;top:32.063151270151rem;left:3.2604179382324rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9WCcQRgkDVXym5yZ44m3xEAFlPszJsn { width:14.5625rem;height:5.0625rem;top:31.531209856272rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ro1Ftydh0FGzXywL48UnuL4ubKK2Xs60 { width:8.75rem;height:0;top:32.599610239267rem;left:5.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVSUnUL3fA31paVc73Ldx8H65y9af41F { width:13.5625rem;height:0;top:31.869100481272rem;left:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOkGxP1JN1rC78nB5e0Cia4UpeagmDV6 { display:block; }#nOkGxP1JN1rC78nB5e0Cia4UpeagmDV6 > .row .container { width:20rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hOm7MSpemnx0WSev2ADkq7nmXwLJP83o { width:5.0625rem;height:1.05590625rem;top:1.156005859375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ug5yFwtMTzZvL0ub427SJg40N618ozq0 { width:6.875rem;height:9.75585rem;top:2.899169921875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENMt270ofBfNzUTqry8HRuZ4BbTbOJUA { width:6.62475rem;height:9.75585rem;top:2.899169921875rem;left:11.624755859375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #izCEpRKNh8Q1Fnn2dRNyJqD4K81vylV9 { width:5.37475625rem;height:1.05590625rem;top:1.156005859375rem;left:11.624755859375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PD9iTudo646z9nLQ3hLJrfmP9iAoExz5 { width:12.5rem;height:3.65844375rem;top:18.2421875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xh5pfTcFM4lEK9IHNf5Mnx68mgH2I1IZ { width:12.5rem;height:1.05590625rem;top:16.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4prLfKaHh1n0lHZ6I7rE62G4tkKlMn6 { width:20rem;height:1.21948125rem;top:40.95703125rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #loUqX1sw6dGHUvMrVGqePAWBc5Shnq3H { width:4.4995125rem;height:2.436525rem;top:25.401611328125rem;left:0.560302734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8OnMaJcSVJ4pHNyoKWaJhBpBdIGD6St { width:20rem;height:8.536375rem;top:29.04541015625rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PzkCd1nLzW2wM2MyMNQ7ZwpKhqkbsMu7 { width:1.875rem;height:1.875rem;top:38.5205078125rem;left:1.593017578125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxfhcQxxsny25LRnIiCx02Vaa8AuKQhX { width:1.875rem;height:1.875rem;top:38.5205078125rem;left:4.49951171875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #at5ZdpNHR4v9uCwRu0PewWknJtnwdNQ1 { width:1.875rem;height:1.875rem;top:38.5205078125rem;left:8.013916015625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #daHdWsa067wky6DK3K7oUNw63H3CAFEl { width:1.875rem;height:1.875rem;top:38.5205078125rem;left:11.624755859375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVRgP7BRr9lZMB4lyUC838L7SRAZtPB8 { width:1.875rem;height:1.875rem;top:38.5205078125rem;left:15.20263671875rem;font-size:1.3125rem;display:block; }
 }