.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;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:#152b50;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:36.5rem;width:75rem;overflow:visible;position:relative;display:block; }#r4a7WIo2x3wvh8febGdC3tpVzaOu7lDA { box-sizing:content-box;height:2.625rem;width:40.0625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:1.25rem;left:20.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.75rem;border-bottom-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-top-left-radius:1.75rem;display:block; }
#JKWeZSCncB5Aa99S2dtWgZeTboih2rFk { color:rgba(var(--color-tertiary-4),1);display:block;width:36.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.875rem;left:22.4375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#bsNNx5GfJ3T1Rl6fIdIFFs2xpKUHHXn6 { color:rgba(var(--color-primary-0),1);display:block;width:57.4375rem;position:absolute;font-family:inter;font-size:3.6875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:5.0625rem;left:11.9375rem;height:19.1738125rem;text-align:center;text-align-last:center;display:block; }
#URtmrCUdsUs2hOdLRG1LTlhae8GsGoXs { color:rgba(var(--color-primary-0),1);display:block;width:57.4375rem;position:absolute;font-family:inter;font-size:2.0625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:24.2353515625rem;left:11.9375rem;height:;text-align:center;text-align-last:center;display:block; }
#yc2JxT5SWCJvu1sb0rUzibn1MXqVgqTl { background-color:#152b50;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; }#yc2JxT5SWCJvu1sb0rUzibn1MXqVgqTl > .row .container { background-color: transparent; background-image: none; }#yc2JxT5SWCJvu1sb0rUzibn1MXqVgqTl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yc2JxT5SWCJvu1sb0rUzibn1MXqVgqTl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yc2JxT5SWCJvu1sb0rUzibn1MXqVgqTl > .row .container > .video-iframe-container { display: none; }#yc2JxT5SWCJvu1sb0rUzibn1MXqVgqTl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yc2JxT5SWCJvu1sb0rUzibn1MXqVgqTl > .row > .video-iframe-container { display: none; }#yc2JxT5SWCJvu1sb0rUzibn1MXqVgqTl > .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); }#yc2JxT5SWCJvu1sb0rUzibn1MXqVgqTl > .row .container { border-width: 0; border-radius: 0; }#yc2JxT5SWCJvu1sb0rUzibn1MXqVgqTl > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#yc2JxT5SWCJvu1sb0rUzibn1MXqVgqTl > .row .container { font-size:0.875rem;font-family:arial;height:49.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#Xqv8Zkc0QIahpGJHV42GalVDzKihEyHk { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:23.5625rem;width:42.3125rem;top:1.5rem;left:2.625rem;display:block; }
#Igrfzn7Fgfc5Is43ONAQsKgZV601eLkS { box-sizing:content-box;height:45.125rem;width:26.9375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:1.5rem;left:46.5625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#oNwFT1Qoa5N0Bc6Ix0vT6eIFKeE5HyVW { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.8125rem;width:21rem;top:3.0625rem;left:49.53125rem;overflow:hidden;display:block; }
#mi6vkCwd9r3ug80DTkFsFJRaaARKucGy { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:"inter tight";font-size:0.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:14.8125rem;left:50.03125rem;height:2.923825rem;text-align:center;text-align-last:center;display:block; }
#PTT8IxgXQIlfH6q0cALQ4u7735ID7JsB { color:#cc0100;display:block;width:16.5625rem;position:absolute;font-family:"inter tight";font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:19rem;left:51.75rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#pwpItZ5W6TKbEVuAOr3dwdqKAaJtc65v { color:#666666;display:block;width:24.125rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:23.8125rem;left:48rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#iL43ckkzSlhtD5wW704N4K8em9CkTlKM { z-index:15003;top:27.3125rem;left:46.875rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, #1dba3b, #11922f);background-image: -moz-linear-gradient(173deg, #1dba3b, #11922f);background-image: -ms-linear-gradient(173deg, #1dba3b, #11922f);background-image: -o-linear-gradient(173deg, #1dba3b, #11922f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1dba3b', endColorstr='#11922f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1dba3b', endColorstr='#11922f' );";background-image: linear-gradient(173deg, #1dba3b, #11922f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.3125rem;height:5.9375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Jg249V5tSQKzHTyoqd3NpDHLuTcmOelQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ipDKckuFuqgoxHFAAqqLwZGdLFh0dwpk { color:#666666;display:block;width:15.875rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:34.9375rem;left:52.125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#t0QgsX46I08sqr5z876zZKcRxAZvg80N { 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:3.9375rem;width:5.5rem;top:36.75rem;left:65.1875rem;overflow:hidden;display:block; }
#gWRiQLDtRWcw5SNHtxtNRsgnq4hFRrX9 { position:absolute;display:block;z-index:15022;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.6875rem;width:5.375rem;top:37.375rem;left:59.5625rem;overflow:hidden;display:block; }
#CxV3eHVuhIii5TaQd0rZmZgTbgDT9xpv { 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:3.75rem;width:3.75rem;top:36.8125rem;left:55.1875rem;overflow:hidden;display:block; }
#ZMSp4rBdf6pkST3Z0clVynKELUaDGzyM { 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:2.75rem;width:4.375rem;top:37.3125rem;left:49.4375rem;overflow:hidden;display:block; }
#gCMI5ROWG9kiUkzzKZ37tVBsV6fllaaR { position:absolute;display:block;z-index:15024;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:4.4375rem;width:25.5rem;top:40.6875rem;left:47.28125rem;overflow:hidden;display:block; }
#ZxPC8L8hh0HdH6WDPrGTe0zvgEHJO20N { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.375rem;width:24rem;top:27.3125rem;left:0rem;overflow:hidden;display:block; }
#uhuxcb63sbSghD04l3DTThVumRc08lUC { box-sizing:content-box;height:12.5rem;width:42.375rem;position:absolute;display:block;z-index:15025;background-color:#50c2ff;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:26.4375rem;left:2.625rem;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; }
#DoDJo9sM6dld3WHxisobfLo4DEMbE9py { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:15.375rem;width:15.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:25.25rem;left:17rem; }
#ss2VO7wNpUdQ46wia4k4QgKp9KoLvhCi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:15.375rem;width:15.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:25.25rem;left:12.25rem; }
#AopdLPIOHuiDyWH41TEh4M7WzMJcfhJc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:15.375rem;width:15.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:25.1875rem;left:7.1875rem; }
#UkTUFB7BAiTcirNLqLZI3Mbm86PxQRd9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:15.375rem;width:15.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:25.1875rem;left:2.625rem; }
#yUh7Q4ZNTmdEi5DxeTvKo5T05g3CEHN0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:15.375rem;width:15.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:25.1875rem;left:21.75rem; }
#nmPJduN5Jub4CtmPmSpl2XTzh9ty0HhT { box-sizing:content-box;height:1.75rem;width:11.9375rem;position:absolute;display:block;z-index:15031;background-color:#ffcc33;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.3125rem;left:21.375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#E7EWeUNrRFpTAL6trXurv1pl3izAJvdG { color:#152b50;display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:27.21875rem;left:22.0625rem;height:1.625rem;display:block; }
#wE7T4f4BUm8qQLzDm4udUl2Jn9t0Se0f { color:#152b50;display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:29.0625rem;left:21.375rem;height:;display:block; }
#r1CFudQbsRUZkJFRCmBOmyTeKNxsHQc7 { color:#152b50;display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:36.125rem;left:21.375rem;height:1.4624rem;display:block; }
#dmPS3pGX7ynrlXpLyML7LxvLIKyelhpx { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.6875rem;width:11.0625rem;top:31.9375rem;left:38.4375rem;overflow:hidden;display:block; }
#HlLuPtFcJd8nwIvcbcWINlkJId0tb5ao { position:relative;display:block; }#HlLuPtFcJd8nwIvcbcWINlkJId0tb5ao { background-color: transparent; background-image: none; }#HlLuPtFcJd8nwIvcbcWINlkJId0tb5ao::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HlLuPtFcJd8nwIvcbcWINlkJId0tb5ao > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HlLuPtFcJd8nwIvcbcWINlkJId0tb5ao > .row .container > .video-iframe-container { display: none; }#HlLuPtFcJd8nwIvcbcWINlkJId0tb5ao > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HlLuPtFcJd8nwIvcbcWINlkJId0tb5ao > .row > .video-iframe-container { display: none; }#HlLuPtFcJd8nwIvcbcWINlkJId0tb5ao > .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); }#HlLuPtFcJd8nwIvcbcWINlkJId0tb5ao { border-width: 0; border-radius: 0; }#HlLuPtFcJd8nwIvcbcWINlkJId0tb5ao > .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; }#HlLuPtFcJd8nwIvcbcWINlkJId0tb5ao > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:63.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; }#xhFPX4mftgRpTWDEv3ssUlcZgyUo2TPk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.125rem;width:5.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:0rem;left:29.8125rem; }
#qg8z1aQlBeyMCB7340pEvlnXonJXKALT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.125rem;width:5.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:0rem;left:34.9375rem; }
#ZcxMciVTFi0vtE73A1mIfioO8q7UVxQK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.125rem;width:5.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:0rem;left:40.0625rem; }
#Dwr0VTNJXmi1x5UWStmGATaknP3rrZTD { box-sizing:content-box;height:4.25rem;width:28.3125rem;position:absolute;display:block;z-index:15004;background-color:#13912d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.1875rem;left:8.25rem;display:block; }
#G6UAVLH8fk35zAcvd5pngwvqV4JJtq0g { color:#ffffff;display:block;width:27.8125rem;position:absolute;font-family:"inter tight";font-size:3.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.125rem;left:8.4375rem;height:4.14355625rem;display:block; }
#QHdiyLIwvcG6GZATFavIbUS9m81wruTa { color:#000003;display:block;width:24.9375rem;position:absolute;font-family:"inter tight";font-size:3.1875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5.25rem;left:37.3125rem;height:4.14355625rem;display:block; }
#eHXlHcuH3lPy0N35n2u8TogQMbX2UyzW { color:#000003;display:block;width:58.5625rem;position:absolute;font-family:"inter tight";font-size:3.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:9.4375rem;left:8.25rem;height:4.14355625rem;display:block; }
#gWfaXeXqJAE5SAU2KaOqeIfz8th74CI4 { color:rgba(var(--color-tertiary-4),1);display:block;width:67.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:14.4560546875rem;left:3.59375rem;height:26rem;display:block; }
#rthAtLWX8pSV1aH92vCLmUh6fohF983k { z-index:15004;top:42.3125rem;left:5.34375rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, #1dba3b, #11922f);background-image: -moz-linear-gradient(173deg, #1dba3b, #11922f);background-image: -ms-linear-gradient(173deg, #1dba3b, #11922f);background-image: -o-linear-gradient(173deg, #1dba3b, #11922f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1dba3b', endColorstr='#11922f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1dba3b', endColorstr='#11922f' );";background-image: linear-gradient(173deg, #1dba3b, #11922f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:64.3125rem;height:5.9375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#iZ0kHk4ZZNy3JxV8cqmNDMfWmIzqtWu0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s2ilucq6ZBXv7mRhzBDZGyZi9h2Bs8b9 { color:rgba(var(--color-tertiary-4),1);display:block;width:55.5625rem;position:absolute;font-family:"inter tight";font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:49.375rem;left:9.71875rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#hNibPbugyE7lmJdwNPcJZ4kbsyyby8Kf { 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:4.4375rem;width:25.5rem;top:56.125rem;left:24.75rem;overflow:hidden;display:block; }
#FRv7BgueOCRTztrDikPTSrhLuMw7LkuD { position:absolute;display:block;z-index:15027;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.9375rem;width:5.5rem;top:51.625rem;left:42.625rem;overflow:hidden;display:block; }
#rQuKmrbXzQs4OwghcUdUaDlVxmeXNTRl { position:absolute;display:block;z-index:15026;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.6875rem;width:5.375rem;top:52.25rem;left:37rem;overflow:hidden;display:block; }
#yvWgmWt2orZCAyKruNqtduXMPpf8nNAP { 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:3.75rem;width:3.75rem;top:51.6875rem;left:32.625rem;overflow:hidden;display:block; }
#l9Dcx7Tuu9EPE1LCfdJIcyDDZyKMHzN2 { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:4.375rem;top:52.1875rem;left:26.875rem;overflow:hidden;display:block; }
#T0TRyVTRuDtS8sgtODsDuNk5JTQt8pRn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#152b50;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; }#T0TRyVTRuDtS8sgtODsDuNk5JTQt8pRn > .row .container { background-color: transparent; background-image: none; }#T0TRyVTRuDtS8sgtODsDuNk5JTQt8pRn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0TRyVTRuDtS8sgtODsDuNk5JTQt8pRn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0TRyVTRuDtS8sgtODsDuNk5JTQt8pRn > .row .container > .video-iframe-container { display: none; }#T0TRyVTRuDtS8sgtODsDuNk5JTQt8pRn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0TRyVTRuDtS8sgtODsDuNk5JTQt8pRn > .row > .video-iframe-container { display: none; }#T0TRyVTRuDtS8sgtODsDuNk5JTQt8pRn > .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); }#T0TRyVTRuDtS8sgtODsDuNk5JTQt8pRn > .row .container { border-width: 0; border-radius: 0; }#T0TRyVTRuDtS8sgtODsDuNk5JTQt8pRn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T0TRyVTRuDtS8sgtODsDuNk5JTQt8pRn > .row .container { font-size:0.875rem;font-family:arial;height:59.4375rem;width:75rem;position:relative;display:block; }#hL4tgUdxAe7klGNkCkLhb3pMAXlUE8CN { box-sizing:content-box;height:4.25rem;width:39rem;position:absolute;display:block;z-index:15008;background-color:#13912d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.8125rem;left:21.8125rem;display:block; }
#dBpu2hBNtoaHMC8FbC0H7SUER0UZlbu3 { color:#ffffff;display:block;width:37.9375rem;position:absolute;font-family:"inter tight";font-size:3.1875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:1.875rem;left:22.375rem;height:4.14355625rem;display:block; }
#AfWv0ZbKWZw15tfUESbBiAKGP85W0l6T { color:#ffffff;display:block;width:6.9375rem;position:absolute;font-family:"inter tight";font-size:3.1875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:1.875rem;left:14.1875rem;height:4.14355625rem;display:block; }
#T0tUNy8Xio4nkL2KhBxwM0UmAEQSvHeK { color:#ffffff;display:block;width:58.5625rem;position:absolute;font-family:"inter tight";font-size:3.1875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:6.0625rem;left:8.21875rem;height:4.14355625rem;display:block; }
#GZKKsHpO1XEOa9HGeoTHiuNc4AGsDKs8 { position:absolute;display:block;z-index:15158;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:23.8125rem;width:26.4375rem;top:17.8125rem;left:24.28125rem;overflow:hidden;display:block; }
#rkTAyg8vmcJA8Mwq85dQeIJvyzRp3iy2 { color:#ffffff;display:block;width:58.5625rem;position:absolute;font-family:"inter tight";font-size:1.4375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:11rem;left:8.21875rem;height:3.73730625rem;text-align:center;text-align-last:center;display:block; }
#M1WfHH4aTv8xEtTMe1FpOyZ5PPdTPz1V { box-sizing:content-box;height:10.75rem;width:24.6875rem;position:absolute;display:block;z-index:15159;background-color:#2c4162;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);top:17.5rem;left:0.5625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#dXqzkg4Ls0dUcFKPVH0oc603tctGoxox { color:#1cc13e;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15160;line-height:1.3;letter-spacing:0;top:18.125rem;left:1.1875rem;height:1.625rem;display:block; }
#EMFU9G7cB6L1fKPp2encJENglpI9PJ1c { color:#ffffff;display:block;width:23.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15161;line-height:1.3;letter-spacing:0;top:21.0625rem;left:1.1875rem;height:6.5rem;display:block; }
#LFydpxn1f9wNX49pebLD5Orvm07wJPUD { box-sizing:content-box;height:13.25rem;width:24.6875rem;position:absolute;display:block;z-index:15162;background-color:#2c4162;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);top:29.375rem;left:0.6875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#AnQH2oOIqpoPaAym0Fbv3OGIEz6byfo5 { color:#ffffff;display:block;width:23.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15164;line-height:1.3;letter-spacing:0;top:34.1875rem;left:1.125rem;height:8.125rem;display:block; }
#ALt23yyrkLU7Ikm8dLlsVNhvenrvdeu3 { color:#1cc13e;display:block;width:23.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15163;line-height:1.3;letter-spacing:0;top:30rem;left:1.3125rem;height:3.25rem;display:block; }
#Psmp4OvNv9Lt1PMW6Tr3UIXeK1ZhmKyz { box-sizing:content-box;height:8.1875rem;width:24.6875rem;position:absolute;display:block;z-index:15165;background-color:#2c4162;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);top:43.5rem;left:0.6875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#vkF3WbiDCEhWDhJc1zRZtd8Cw10UqpTQ { color:#ffffff;display:block;width:23.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15167;line-height:1.3;letter-spacing:0;top:46.25rem;left:1.125rem;height:4.875rem;display:block; }
#m1VpJWuN7DGPzVUeb1asgah4zH2zTSRB { color:#1cc13e;display:block;width:22.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15166;line-height:1.3;letter-spacing:0;top:44.0625rem;left:1.1875rem;height:1.625rem;display:block; }
#Vhw7c2rtnPHbeMyqrLT2zXSEaZCRLqLm { box-sizing:content-box;height:14.875rem;width:23.375rem;position:absolute;display:block;z-index:15168;background-color:#2c4162;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);top:40.25rem;left:25.8125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#VZvy5987Qfs7o4fvlcx9fMxSvTtVLHSC { color:#ffffff;display:block;width:22.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15170;line-height:1.3;letter-spacing:0;top:46.5rem;left:26.25rem;height:8.125rem;display:block; }
#dx6Tuhsy5fNMlRXidaMnPtqPyb09CSp7 { color:#1cc13e;display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15169;line-height:1.3;letter-spacing:0;top:41.0625rem;left:26.3125rem;height:4.875rem;display:block; }
#LmK2a5GhWpGUa7kZxvUdwUdfO51N6eFv { box-sizing:content-box;height:12.3125rem;width:22.75rem;position:absolute;display:block;z-index:15162;background-color:#2c4162;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);top:17.5rem;left:49.9375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#W9Gw8L6R824hTF52ZwqMQ46tsRaquh1G { color:#1cc13e;display:block;width:22rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15163;line-height:1.3;letter-spacing:0;top:18.125rem;left:50.625rem;height:3.25rem;display:block; }
#GPgmSy3NTUBX20tMPwpTPk4RrsooVRTC { color:#ffffff;display:block;width:22.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15164;line-height:1.3;letter-spacing:0;top:21.3125rem;left:50.5rem;height:8.125rem;display:block; }
#v2sGyHSL44VW8WRSGKkOdPqyf0qSb1TZ { box-sizing:content-box;height:10.5625rem;width:22.75rem;position:absolute;display:block;z-index:15165;background-color:#2c4162;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);top:30.5rem;left:49.9375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#IeI3sQDlLlequzvk2nqooCHOJkmePXfB { color:#ffffff;display:block;width:22.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15167;line-height:1.3;letter-spacing:0;top:34.3125rem;left:50.5rem;height:6.5rem;display:block; }
#sBgyzlwLxL2cgrghC4y1ONJyEtTvmRgk { color:#1cc13e;display:block;width:22rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15166;line-height:1.3;letter-spacing:0;top:31.125rem;left:50.625rem;height:3.25rem;display:block; }
#SFCO56bVCWozxRGlitk5Fe59VNvPLGW6 { box-sizing:content-box;height:10.5625rem;width:22.75rem;position:absolute;display:block;z-index:15168;background-color:#2c4162;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);top:41.5625rem;left:49.9375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ai8nTcTa5EXZmfNb7sdRUOqN8ycFp6TG { color:#ffffff;display:block;width:22.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15170;line-height:1.3;letter-spacing:0;top:45.375rem;left:50.5rem;height:6.5rem;display:block; }
#QphOvkD9Ul1Pyvz7HI7MhO17xhcMckwM { color:#1cc13e;display:block;width:22rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15169;line-height:1.3;letter-spacing:0;top:42.1875rem;left:50.625rem;height:3.25rem;display:block; }
#Wqk6npSZGgzckSWd8KsfmvE9BPsIeGfl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#152b50;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; }#Wqk6npSZGgzckSWd8KsfmvE9BPsIeGfl > .row .container { background-color: transparent; background-image: none; }#Wqk6npSZGgzckSWd8KsfmvE9BPsIeGfl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wqk6npSZGgzckSWd8KsfmvE9BPsIeGfl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wqk6npSZGgzckSWd8KsfmvE9BPsIeGfl > .row .container > .video-iframe-container { display: none; }#Wqk6npSZGgzckSWd8KsfmvE9BPsIeGfl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wqk6npSZGgzckSWd8KsfmvE9BPsIeGfl > .row > .video-iframe-container { display: none; }#Wqk6npSZGgzckSWd8KsfmvE9BPsIeGfl > .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); }#Wqk6npSZGgzckSWd8KsfmvE9BPsIeGfl > .row .container { border-width: 0; border-radius: 0; }#Wqk6npSZGgzckSWd8KsfmvE9BPsIeGfl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wqk6npSZGgzckSWd8KsfmvE9BPsIeGfl > .row .container { font-size:0.875rem;font-family:arial;height:25.8125rem;width:75rem;position:relative;display:block; }#iTp5f1KNyzTGc5deqam9A8x7wxlpagHA { z-index:15005;top:1.75rem;left:5.34375rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, #1dba3b, #11922f);background-image: -moz-linear-gradient(173deg, #1dba3b, #11922f);background-image: -ms-linear-gradient(173deg, #1dba3b, #11922f);background-image: -o-linear-gradient(173deg, #1dba3b, #11922f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1dba3b', endColorstr='#11922f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1dba3b', endColorstr='#11922f' );";background-image: linear-gradient(173deg, #1dba3b, #11922f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:64.3125rem;height:5.9375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#wN7sr4Uh3WC6Tk3qVvtWnmvW9UlkcxGP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HLbvLU49OwQZCuVJ30OfJX8vm0zrPlCS { 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:3.9375rem;width:5.5rem;top:10.75rem;left:42.625rem;overflow:hidden;display:block; }
#i1xO6fMb2gghmrTv3NubXXEEEv4cz5Tk { position:absolute;display:block;z-index:15032;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.6875rem;width:5.375rem;top:11.375rem;left:37rem;overflow:hidden;display:block; }
#F4g6xgvieNQ71TZrPBfOR1zUH6avDIvB { position:absolute;display:block;z-index:15031;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.75rem;width:3.75rem;top:10.8125rem;left:32.625rem;overflow:hidden;display:block; }
#BQZuKQBhQHgVasZD5qe1Ml2vsQFToWJi { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:4.375rem;top:11.3125rem;left:26.875rem;overflow:hidden;display:block; }
#zuM7WI7uI6Vz8Tv9mTtARa0n0T7cb9LE { color:#f9f9f9;display:block;width:55.5625rem;position:absolute;font-family:"inter tight";font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:8.5rem;left:9.75rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#SKelqTDNlBIkLZkqZ1NEyFgDcTumHt1i { color:#f9f9f9;display:block;width:25.75rem;position:absolute;font-family:"inter tight";font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:17.556640625rem;left:36.375rem;height:4.38720625rem;text-align:center;text-align-last:center;display:block; }
#l8aJBRIJLeAmhiX5Qy0GKs5kPzfzUhSJ { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.875rem;width:8.875rem;top:15.3125rem;left:26.875rem;overflow:hidden;display:block; }
#cK1voGreGUyTEhhrRLiF8og0WaJ1r6AO { position:relative;display:block; }#cK1voGreGUyTEhhrRLiF8og0WaJ1r6AO { background-color: transparent; background-image: none; }#cK1voGreGUyTEhhrRLiF8og0WaJ1r6AO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cK1voGreGUyTEhhrRLiF8og0WaJ1r6AO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cK1voGreGUyTEhhrRLiF8og0WaJ1r6AO > .row .container > .video-iframe-container { display: none; }#cK1voGreGUyTEhhrRLiF8og0WaJ1r6AO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cK1voGreGUyTEhhrRLiF8og0WaJ1r6AO > .row > .video-iframe-container { display: none; }#cK1voGreGUyTEhhrRLiF8og0WaJ1r6AO > .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); }#cK1voGreGUyTEhhrRLiF8og0WaJ1r6AO { border-width: 0; border-radius: 0; }#cK1voGreGUyTEhhrRLiF8og0WaJ1r6AO > .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; }#cK1voGreGUyTEhhrRLiF8og0WaJ1r6AO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:32.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; }#raaprcbMCuBsF53lQ8FUGZFDFuc19Cyi { box-sizing:content-box;height:4.4375rem;width:26.25rem;position:absolute;display:block;z-index:15000;background-color:#cceef8;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.75rem;left:24.375rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#wSZJo0g3E9uTQCNh1EXMOymT8lApyGJk { color:#152b50;display:block;width:24.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.25rem;left:25.375rem;height:3.4121125rem;display:block; }
#POZhA1Gd5R2ZQCX831sukG5OfWw2pqr4 { color:#152b50;display:block;width:24.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:6.2060546875rem;left:25.375rem;height:;text-align:center;text-align-last:center;display:block; }
#pEoeaFAeE8ydyTewmqvyTnUZqITyh1I2 { box-sizing:content-box;height:2.125rem;width:9.0625rem;position:absolute;display:block;z-index:15009;background-color:#13912d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.3125rem;left:37.3125rem;display:block; }
#RaiTa00VINJ8TeTpVLTulJGqr8QMS3iL { color:#000000;display:block;width:55.5625rem;position:absolute;font-family:"inter tight";font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:30.25rem;left:9.71875rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#MVrkSNdH8iBiyOkOCcF9PgXixNiGUbSG { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.375rem;width:33.3125rem;top:11.9375rem;left:20.84375rem;overflow:hidden;display:block; }
#xMfpJP7tBp4oCHIBcM8SMBzG0RoT7D2s { position:relative;display:block; }#xMfpJP7tBp4oCHIBcM8SMBzG0RoT7D2s { background-color: transparent; background-image: none; }#xMfpJP7tBp4oCHIBcM8SMBzG0RoT7D2s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xMfpJP7tBp4oCHIBcM8SMBzG0RoT7D2s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xMfpJP7tBp4oCHIBcM8SMBzG0RoT7D2s > .row .container > .video-iframe-container { display: none; }#xMfpJP7tBp4oCHIBcM8SMBzG0RoT7D2s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xMfpJP7tBp4oCHIBcM8SMBzG0RoT7D2s > .row > .video-iframe-container { display: none; }#xMfpJP7tBp4oCHIBcM8SMBzG0RoT7D2s > .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); }#xMfpJP7tBp4oCHIBcM8SMBzG0RoT7D2s { border-width: 0; border-radius: 0; }#xMfpJP7tBp4oCHIBcM8SMBzG0RoT7D2s > .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; }#xMfpJP7tBp4oCHIBcM8SMBzG0RoT7D2s > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:29.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; }#JRdioVdkmNKbT9fovMRcFOhohfTIMF2M { box-sizing:content-box;height:6.625rem;width:63.25rem;position:absolute;display:block;z-index:15000;background-color:#010e45;background-image:none;box-shadow: 0.375rem 0.375rem 0.375rem rgba(var(--color-tertiary-4),0.5) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.1875rem;left:5.875rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#WDfEvfigNNRWk5FTAG5OKmWizDuDyOi0 { box-sizing:content-box;height:2.3125rem;width:10.8125rem;position:absolute;display:block;z-index:15009;background-color:#13912d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.3125rem;left:8.8125rem;display:block; }
#VyDk150KDZblTIemoKmGJzd4UucnytJL { color:#ffffff;display:block;width:10.6875rem;position:absolute;font-family:"inter tight";font-size:2rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:2.16845703125rem;left:9rem;height:2.5996125rem;display:block; }
#RFaXGUuPp9b7Px4TwuaIX5TJ5MaRMoeB { color:#ffffff;display:block;width:35rem;position:absolute;font-family:"inter tight";font-size:2rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:2.16845703125rem;left:20.6875rem;height:2.5996125rem;display:block; }
#DorH1gakUGCwMixZw0FuqaN1T3BI8AvU { color:#ffffff;display:block;width:34.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:4.9560546875rem;left:8.8125rem;height:1.4624rem;font-style:normal;display:block; }
#cDVhKxAfEc9s1ZlS2qo1pactAFGPVNEt { box-sizing:content-box;height:20.0625rem;width:63rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.375rem 0.375rem 0.375rem rgba(var(--color-tertiary-4),0.5) ;border-top:0.125rem solid #010e45;border-left:0.125rem solid #010e45;border-right:0.125rem solid #010e45;border-bottom:0.125rem solid #010e45;top:7.75rem;left:5.875rem;display:block; }
#Ozxnf7NkdAo8A3XkombdwyUSvE4KlZIn { color:#000000;display:block;width:41.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:9.22509765625rem;left:8.8125rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#grmEQxsKMIgQ5XbNbHiA6U0Kwtz1u4hH { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:14.4375rem;top:3.5810546875rem;left:53.0625rem;overflow:hidden;display:block; }
#il6l22J7eecxB3DQBAKL05lQ5VtxLsaX { position:relative;display:block; }#il6l22J7eecxB3DQBAKL05lQ5VtxLsaX { background-color: transparent; background-image: none; }#il6l22J7eecxB3DQBAKL05lQ5VtxLsaX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#il6l22J7eecxB3DQBAKL05lQ5VtxLsaX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#il6l22J7eecxB3DQBAKL05lQ5VtxLsaX > .row .container > .video-iframe-container { display: none; }#il6l22J7eecxB3DQBAKL05lQ5VtxLsaX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#il6l22J7eecxB3DQBAKL05lQ5VtxLsaX > .row > .video-iframe-container { display: none; }#il6l22J7eecxB3DQBAKL05lQ5VtxLsaX > .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); }#il6l22J7eecxB3DQBAKL05lQ5VtxLsaX { border-width: 0; border-radius: 0; }#il6l22J7eecxB3DQBAKL05lQ5VtxLsaX > .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; }#il6l22J7eecxB3DQBAKL05lQ5VtxLsaX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:27.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; }#IWMVQNenqbiT1heTOoaV3vseR0bfskQT { box-sizing:content-box;height:6.625rem;width:63.25rem;position:absolute;display:block;z-index:15000;background-color:#010e45;background-image:none;box-shadow: 0.375rem 0.375rem 0.375rem rgba(var(--color-tertiary-4),0.5) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.125rem;left:5.875rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#wPIWQP1uF6WXuHG7wgd20hnNzgNkJMZt { box-sizing:content-box;height:2.3125rem;width:10.8125rem;position:absolute;display:block;z-index:15009;background-color:#13912d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.3125rem;left:8.8125rem;display:block; }
#ku9Ont4ay2wxTsckAyaVOkUfD7sOZneF { color:#ffffff;display:block;width:10.6875rem;position:absolute;font-family:"inter tight";font-size:2rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:2.16845703125rem;left:9rem;height:;display:block; }
#J2xSucp8hAcp15AiBMmgWcyGkPDGNkIK { color:#ffffff;display:block;width:35rem;position:absolute;font-family:"inter tight";font-size:2rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:2.16845703125rem;left:20.6875rem;height:;display:block; }
#IGW5w2coW8nts8fqU9x3bDFPJNTTdTxi { color:#ffffff;display:block;width:34.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:4.9560546875rem;left:8.8125rem;height:;font-style:normal;display:block; }
#sFIv4uQI2QVuGPVZy6Smp7ki3cwKmzez { box-sizing:content-box;height:18.875rem;width:63rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.375rem 0.375rem 0.375rem rgba(var(--color-tertiary-4),0.5) ;border-top:0.125rem solid #010e45;border-left:0.125rem solid #010e45;border-right:0.125rem solid #010e45;border-bottom:0.125rem solid #010e45;top:7.75rem;left:5.875rem;display:block; }
#klUGT1oObw4AAzxC9m4VBZmcxgo80ehi { color:#000000;display:block;width:41.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:9.14404296875rem;left:8.8125rem;height:16.0864375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#K7eaFb3LgveW0BAoCkmNLr27By7SzaJQ { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.8125rem;width:14.8125rem;top:7.75rem;left:52.8125rem;overflow:hidden;display:block; }
#MXRZnzDTpGWFmyK5UiQ6oBAM8dI54RcB { position:relative;display:block; }#MXRZnzDTpGWFmyK5UiQ6oBAM8dI54RcB { background-color: transparent; background-image: none; }#MXRZnzDTpGWFmyK5UiQ6oBAM8dI54RcB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MXRZnzDTpGWFmyK5UiQ6oBAM8dI54RcB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MXRZnzDTpGWFmyK5UiQ6oBAM8dI54RcB > .row .container > .video-iframe-container { display: none; }#MXRZnzDTpGWFmyK5UiQ6oBAM8dI54RcB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MXRZnzDTpGWFmyK5UiQ6oBAM8dI54RcB > .row > .video-iframe-container { display: none; }#MXRZnzDTpGWFmyK5UiQ6oBAM8dI54RcB > .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); }#MXRZnzDTpGWFmyK5UiQ6oBAM8dI54RcB { border-width: 0; border-radius: 0; }#MXRZnzDTpGWFmyK5UiQ6oBAM8dI54RcB > .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; }#MXRZnzDTpGWFmyK5UiQ6oBAM8dI54RcB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height: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; }#iuQdQoXqoXQLzOl3iCG6qeE8OoMc7LqJ { box-sizing:content-box;height:6.625rem;width:63.25rem;position:absolute;display:block;z-index:15000;background-color:#010e45;background-image:none;box-shadow: 0.375rem 0.375rem 0.375rem rgba(var(--color-tertiary-4),0.5) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.125rem;left:5.875rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#PauBXTf8Ootd8z9eTuH7qDxANs87NOW8 { box-sizing:content-box;height:2.3125rem;width:10.8125rem;position:absolute;display:block;z-index:15009;background-color:#13912d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.3125rem;left:8.8125rem;display:block; }
#MzXpIdeGmToa5LEerHl7c3w5zsNqEolH { color:#ffffff;display:block;width:10.6875rem;position:absolute;font-family:"inter tight";font-size:2rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:2.16845703125rem;left:9rem;height:;display:block; }
#Pcf8xaa39W0UV9a9NuD431nTcTOEVVox { color:#ffffff;display:block;width:36.125rem;position:absolute;font-family:"inter tight";font-size:2rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:2.16845703125rem;left:20.6875rem;height:;display:block; }
#MWg4N7tF4PAqLD4EkMP5UKXtBCpWSgvm { color:#ffffff;display:block;width:34.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:4.9560546875rem;left:8.8125rem;height:;font-style:normal;display:block; }
#ZnV0v7SZBMv6KrICNbORok7Po0OmTAcX { box-sizing:content-box;height:16.8125rem;width:63rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.375rem 0.375rem 0.375rem rgba(var(--color-tertiary-4),0.5) ;border-top:0.125rem solid #010e45;border-left:0.125rem solid #010e45;border-right:0.125rem solid #010e45;border-bottom:0.125rem solid #010e45;top:7.75rem;left:5.875rem;display:block; }
#cy2ZfsaQoXiCcwfGbB778VIt7MnabNk4 { color:#000000;display:block;width:41.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:8.3125rem;left:8.8125rem;height:14.624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NuvIvTG8ArVJaxcGIxGlBx1Pf8ontaSX { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.125rem;width:21.625rem;top:4.625rem;left:48.125rem;overflow:hidden;display:block; }
#I2WWTXsTrd6Qp3SLlBAw9fgA9QndrddO { position:relative;display:block; }#I2WWTXsTrd6Qp3SLlBAw9fgA9QndrddO { background-color: transparent; background-image: none; }#I2WWTXsTrd6Qp3SLlBAw9fgA9QndrddO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I2WWTXsTrd6Qp3SLlBAw9fgA9QndrddO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I2WWTXsTrd6Qp3SLlBAw9fgA9QndrddO > .row .container > .video-iframe-container { display: none; }#I2WWTXsTrd6Qp3SLlBAw9fgA9QndrddO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I2WWTXsTrd6Qp3SLlBAw9fgA9QndrddO > .row > .video-iframe-container { display: none; }#I2WWTXsTrd6Qp3SLlBAw9fgA9QndrddO > .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); }#I2WWTXsTrd6Qp3SLlBAw9fgA9QndrddO { border-width: 0; border-radius: 0; }#I2WWTXsTrd6Qp3SLlBAw9fgA9QndrddO > .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; }#I2WWTXsTrd6Qp3SLlBAw9fgA9QndrddO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:27.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; }#HRUDkpiZaLogW1hWDstMgBtUymr8l2yz { box-sizing:content-box;height:6.625rem;width:63.25rem;position:absolute;display:block;z-index:15000;background-color:#010e45;background-image:none;box-shadow: 0.375rem 0.375rem 0.375rem rgba(var(--color-tertiary-4),0.5) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.125rem;left:5.875rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#subzddfIEWaJiFFaGVgvpHamdU07XVIO { box-sizing:content-box;height:2.3125rem;width:10.8125rem;position:absolute;display:block;z-index:15009;background-color:#13912d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.3125rem;left:8.8125rem;display:block; }
#SSWtTUdI42qz0qFxkflK1hgSwsVfnxbh { color:#ffffff;display:block;width:10.6875rem;position:absolute;font-family:"inter tight";font-size:2rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:2.16845703125rem;left:9rem;height:;display:block; }
#M8gzvTRzOw3SDJRpU6xZV2nNnVKOwhM4 { color:#ffffff;display:block;width:39.5rem;position:absolute;font-family:"inter tight";font-size:2rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:2.16845703125rem;left:20.6875rem;height:2.5996125rem;display:block; }
#cPHmJZ6mOhJP9uGmmQflcBF5dsxl64sX { color:#ffffff;display:block;width:34.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:4.9560546875rem;left:8.8125rem;height:;font-style:normal;display:block; }
#ZxMbI6icI5C7BoWErTI9gGFzuGM39rTR { box-sizing:content-box;height:18.125rem;width:63.25rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.375rem 0.375rem 0.375rem rgba(var(--color-tertiary-4),0.5) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.75rem;left:5.875rem;display:block; }
#QvWJSFxCIvKnorvy89RXf6ivQiAfK0LS { color:#000000;display:block;width:41.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:8.76904296875rem;left:8.8125rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ker24B8KzOdRUUoFSNdfxPoePWhIw8cf { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.1875rem;width:23.125rem;top:4.76806640625rem;left:47.4375rem;overflow:hidden;display:block; }
#LQGRBkTPggdLqrLGqHAD5ktKmDQWEgPm { position:relative;display:block; }#LQGRBkTPggdLqrLGqHAD5ktKmDQWEgPm { background-color: transparent; background-image: none; }#LQGRBkTPggdLqrLGqHAD5ktKmDQWEgPm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LQGRBkTPggdLqrLGqHAD5ktKmDQWEgPm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LQGRBkTPggdLqrLGqHAD5ktKmDQWEgPm > .row .container > .video-iframe-container { display: none; }#LQGRBkTPggdLqrLGqHAD5ktKmDQWEgPm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LQGRBkTPggdLqrLGqHAD5ktKmDQWEgPm > .row > .video-iframe-container { display: none; }#LQGRBkTPggdLqrLGqHAD5ktKmDQWEgPm > .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); }#LQGRBkTPggdLqrLGqHAD5ktKmDQWEgPm { border-width: 0; border-radius: 0; }#LQGRBkTPggdLqrLGqHAD5ktKmDQWEgPm > .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; }#LQGRBkTPggdLqrLGqHAD5ktKmDQWEgPm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:24.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; }#AC7KmP03FlCezse6ik0JeKJcS6GWsyfo { box-sizing:content-box;height:6.625rem;width:63.25rem;position:absolute;display:block;z-index:15000;background-color:#010e45;background-image:none;box-shadow: 0.375rem 0.375rem 0.375rem rgba(var(--color-tertiary-4),0.5) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.125rem;left:5.875rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#zwXmdS9FIXzmAfmGqngTV6GtcP2FD1C7 { box-sizing:content-box;height:2.3125rem;width:10.8125rem;position:absolute;display:block;z-index:15009;background-color:#13912d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.3125rem;left:8.8125rem;display:block; }
#lFxOJ98ZwcSxyEc9JukrK9E94Ec0sh1I { color:#ffffff;display:block;width:10.6875rem;position:absolute;font-family:"inter tight";font-size:2rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:2.16845703125rem;left:9rem;height:;display:block; }
#I7wHxgCP70s60TsE8NB2JtchkrnQmwBz { color:#ffffff;display:block;width:46.5rem;position:absolute;font-family:"inter tight";font-size:2rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:2.16845703125rem;left:20.6875rem;height:;display:block; }
#xqwVwMXVBysT1RPMIh9aKcUQ89m025C5 { color:#ffffff;display:block;width:34.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:4.9560546875rem;left:8.8125rem;height:;font-style:normal;display:block; }
#lg6kKchstw8Lm6MaUXiZP2sBRTBoKxNy { box-sizing:content-box;height:15.75rem;width:62.9375rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.375rem 0.375rem 0.375rem rgba(var(--color-tertiary-4),0.5) ;border-top:0.125rem solid #010e45;border-left:0.125rem solid #010e45;border-right:0.125rem solid #010e45;border-bottom:0.125rem solid #010e45;top:7.75rem;left:5.875rem;display:block; }
#qyIaKAr4BXinxMwI9SRlTLZkdHpFpkA1 { color:#000000;display:block;width:39.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:8.84423828125rem;left:8.8125rem;height:13.161625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TVlJ4l2qMilOrNIJM3AATTAxd7XHKOWS { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.6875rem;width:14.6875rem;top:2.40625rem;left:52.5625rem;overflow:hidden;display:block; }
#Q0Gb8Wn2OyTix31428lk92O8XadCD7w3 { position:relative;display:block; }#Q0Gb8Wn2OyTix31428lk92O8XadCD7w3 { background-color: transparent; background-image: none; }#Q0Gb8Wn2OyTix31428lk92O8XadCD7w3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q0Gb8Wn2OyTix31428lk92O8XadCD7w3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q0Gb8Wn2OyTix31428lk92O8XadCD7w3 > .row .container > .video-iframe-container { display: none; }#Q0Gb8Wn2OyTix31428lk92O8XadCD7w3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q0Gb8Wn2OyTix31428lk92O8XadCD7w3 > .row > .video-iframe-container { display: none; }#Q0Gb8Wn2OyTix31428lk92O8XadCD7w3 > .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); }#Q0Gb8Wn2OyTix31428lk92O8XadCD7w3 { border-width: 0; border-radius: 0; }#Q0Gb8Wn2OyTix31428lk92O8XadCD7w3 > .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; }#Q0Gb8Wn2OyTix31428lk92O8XadCD7w3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:24.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; }#QX1CWUSmJVdTD8ecRT2tt7zMR0NExIQP { box-sizing:content-box;height:6.625rem;width:63.25rem;position:absolute;display:block;z-index:15000;background-color:#010e45;background-image:none;box-shadow: 0.375rem 0.375rem 0.375rem rgba(var(--color-tertiary-4),0.5) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.125rem;left:5.875rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#MzBGZ3xAIixkgwPSP0OMDTft2FteXLE4 { box-sizing:content-box;height:2.3125rem;width:10.8125rem;position:absolute;display:block;z-index:15009;background-color:#13912d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.3125rem;left:8.8125rem;display:block; }
#W67RVgM99oDEtCuwF1KsAIqSUm7cLqoq { color:#ffffff;display:block;width:10.6875rem;position:absolute;font-family:"inter tight";font-size:2rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:2.16845703125rem;left:9rem;height:;display:block; }
#k71TqVzzF6zuW5pqhpd8sidwwZpIOPOy { color:#ffffff;display:block;width:46.5rem;position:absolute;font-family:"inter tight";font-size:2rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:2.16845703125rem;left:20.6875rem;height:2.5996125rem;display:block; }
#c0sHZmleTDfxpAcu39g5hP2L6quQgGFw { color:#ffffff;display:block;width:34.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:4.9560546875rem;left:8.8125rem;height:;font-style:normal;display:block; }
#RdLNd2oRgJ9ZsxFWT5JXq4othAZzIdTp { box-sizing:content-box;height:15.75rem;width:63rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.375rem 0.375rem 0.375rem rgba(var(--color-tertiary-4),0.5) ;border-top:0.125rem solid #010e45;border-left:0.125rem solid #010e45;border-right:0.125rem solid #010e45;border-bottom:0.125rem solid #010e45;top:7.75rem;left:5.875rem;display:block; }
#aAolDwxNS6JSb0mIcWapNON5NmEBi9F3 { color:#000000;display:block;width:39.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:8.84423828125rem;left:8.8125rem;height:13.161625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dEteDd2RxG4VTZVlEbPILWIPITsU7JJS { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.25rem;width:23.125rem;top:4.625rem;left:47.5625rem;overflow:hidden;display:block; }
#HcmUzm0WwLG7SzKKMF160rTtntVLmQ67 { position:relative;display:block; }#HcmUzm0WwLG7SzKKMF160rTtntVLmQ67 { background-color: transparent; background-image: none; }#HcmUzm0WwLG7SzKKMF160rTtntVLmQ67::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HcmUzm0WwLG7SzKKMF160rTtntVLmQ67 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HcmUzm0WwLG7SzKKMF160rTtntVLmQ67 > .row .container > .video-iframe-container { display: none; }#HcmUzm0WwLG7SzKKMF160rTtntVLmQ67 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HcmUzm0WwLG7SzKKMF160rTtntVLmQ67 > .row > .video-iframe-container { display: none; }#HcmUzm0WwLG7SzKKMF160rTtntVLmQ67 > .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); }#HcmUzm0WwLG7SzKKMF160rTtntVLmQ67 { border-width: 0; border-radius: 0; }#HcmUzm0WwLG7SzKKMF160rTtntVLmQ67 > .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; }#HcmUzm0WwLG7SzKKMF160rTtntVLmQ67 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:28.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; }#XrQJeBV8pTOXugOuls9FT17rPd5qXeww { color:#152b50;display:block;width:44.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:2.125rem;left:15.6875rem;height:1.94970625rem;display:block; }
#l3gttKF9y6J05lusc1nUv3baKkP04Mbq { box-sizing:content-box;height:3.9375rem;width:45.625rem;position:absolute;display:block;z-index:15033;background-color:#ffcc33;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.1875rem;left:14.6875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Db1B6A9ku69CWwoNzvSdrVIOF520RL4I { z-index:15006;top:7.6875rem;left:5.875rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, #1dba3b, #11922f);background-image: -moz-linear-gradient(173deg, #1dba3b, #11922f);background-image: -ms-linear-gradient(173deg, #1dba3b, #11922f);background-image: -o-linear-gradient(173deg, #1dba3b, #11922f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1dba3b', endColorstr='#11922f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1dba3b', endColorstr='#11922f' );";background-image: linear-gradient(173deg, #1dba3b, #11922f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:64.3125rem;height:5.9375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Vlr4EhQeVe2ZN989mWV6J7FMSzG5Jk5s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Fwxuw2A7zacQRfxai1qH6knbHMD17mx4 { color:#000000;display:block;width:55.5625rem;position:absolute;font-family:"inter tight";font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:14.625rem;left:9.71875rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#RgEP9x2MITGcthBQBhwIV2OTlTSESydT { position:absolute;display:block;z-index:15030;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:4.4375rem;width:25.5rem;top:21.75rem;left:24.75rem;overflow:hidden;display:block; }
#v4TSAgAGyRFBhr279B2HduwwwqADDMWx { position:absolute;display:block;z-index:15032;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.9375rem;width:5.5rem;top:17.25rem;left:42.625rem;overflow:hidden;display:block; }
#lHFgyZRFk1XGyDz4dWyAhn2o1JyAdObC { position:absolute;display:block;z-index:15031;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.6875rem;width:5.375rem;top:17.875rem;left:37rem;overflow:hidden;display:block; }
#xqdgr8bOZJaHdczynRTSot56fcRuSS76 { position:absolute;display:block;z-index:15030;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.75rem;width:3.75rem;top:17.3125rem;left:32.625rem;overflow:hidden;display:block; }
#cP1n0l259ieloK6wQbabhcmuPTqyohEw { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:4.375rem;top:17.8125rem;left:26.875rem;overflow:hidden;display:block; }
#IdqI4Px5EydXLSuA30xUxvB8SGI2hNLu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#IdqI4Px5EydXLSuA30xUxvB8SGI2hNLu > .row .container { background-color: transparent; background-image: none; }#IdqI4Px5EydXLSuA30xUxvB8SGI2hNLu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IdqI4Px5EydXLSuA30xUxvB8SGI2hNLu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IdqI4Px5EydXLSuA30xUxvB8SGI2hNLu > .row .container > .video-iframe-container { display: none; }#IdqI4Px5EydXLSuA30xUxvB8SGI2hNLu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IdqI4Px5EydXLSuA30xUxvB8SGI2hNLu > .row > .video-iframe-container { display: none; }#IdqI4Px5EydXLSuA30xUxvB8SGI2hNLu > .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); }#IdqI4Px5EydXLSuA30xUxvB8SGI2hNLu > .row .container { border-width: 0; border-radius: 0; }#IdqI4Px5EydXLSuA30xUxvB8SGI2hNLu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IdqI4Px5EydXLSuA30xUxvB8SGI2hNLu > .row .container { font-size:0.875rem;font-family:arial;height:63.125rem;width:75rem;position:relative;display:block; }#ZFMu1kmzHwZdXetGNy5UwMiRG65l28Wi { color:rgba(var(--color-tertiary-4),1);display:block;width:39.3125rem;position:absolute;font-family:"inter tight";font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.9375rem;left:17.84375rem;height:;text-align:center;text-align-last:center;display:block; }
#X5OAbc4EFpi4U2QGl0R0PtGTSEzCNdqy { color:rgba(var(--color-tertiary-4),1);display:block;width:39.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:9.1875rem;left:17.84375rem;height:;text-align:center;text-align-last:center;display:block; }
#R8lHcc7zHRG1xgfDkumPcF0NFIXKU1sr { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:17.8745rem;width:31.999rem;top:19.5rem;left:2.375rem;display:block; }
#ANh5wpvl02e8P6iR7vBf3p3U90Qgskr1 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:17.8735625rem;width:31.9980625rem;top:19.5rem;left:41.8125rem;display:block; }
#yyMsaxGu4zOmPI3GTSzKWqFDCLBvOZNt { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.249rem;width:19.874rem;top:38.0625rem;left:8.4365234375rem;overflow:hidden;display:block; }
#FZzPVJHS7orgXytdr51LRrWpnXhR9GT7 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:17.8735625rem;width:31.9980625rem;top:41.25rem;left:41.8125rem;display:block; }
#OpElBpMmxeM4g4vu4qkQlID9bSM3KfFh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#OpElBpMmxeM4g4vu4qkQlID9bSM3KfFh > .row .container { background-color: transparent; background-image: none; }#OpElBpMmxeM4g4vu4qkQlID9bSM3KfFh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OpElBpMmxeM4g4vu4qkQlID9bSM3KfFh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OpElBpMmxeM4g4vu4qkQlID9bSM3KfFh > .row .container > .video-iframe-container { display: none; }#OpElBpMmxeM4g4vu4qkQlID9bSM3KfFh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OpElBpMmxeM4g4vu4qkQlID9bSM3KfFh > .row > .video-iframe-container { display: none; }#OpElBpMmxeM4g4vu4qkQlID9bSM3KfFh > .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); }#OpElBpMmxeM4g4vu4qkQlID9bSM3KfFh > .row .container { border-width: 0; border-radius: 0; }#OpElBpMmxeM4g4vu4qkQlID9bSM3KfFh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OpElBpMmxeM4g4vu4qkQlID9bSM3KfFh > .row .container { font-size:0.875rem;font-family:arial;height:28.8125rem;width:75rem;position:relative;display:block; }#rL2HNRxAS93Dz6JD4UHwK4ncbZw83Asn { color:#152b50;display:block;width:44.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:2.25rem;left:15.1875rem;height:1.94970625rem;display:block; }
#cdN6JpFRJ5x3p3ffQqJcHUnNKAHagVKx { box-sizing:content-box;height:3.9375rem;width:45.625rem;position:absolute;display:block;z-index:15036;background-color:#ffcc33;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.3125rem;left:14.1875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#RETD9XwrlReoqzNqplCvTTStPo5Wbx9F { z-index:15009;top:7.8125rem;left:5.375rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, #1dba3b, #11922f);background-image: -moz-linear-gradient(173deg, #1dba3b, #11922f);background-image: -ms-linear-gradient(173deg, #1dba3b, #11922f);background-image: -o-linear-gradient(173deg, #1dba3b, #11922f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1dba3b', endColorstr='#11922f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1dba3b', endColorstr='#11922f' );";background-image: linear-gradient(173deg, #1dba3b, #11922f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:64.3125rem;height:5.9375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#KBMyZvVISd4d3tFmuN3caQiBBbpZ4GwL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I5OqutRLePV4Hr2xtHE9lFIKroRWU18F { position:absolute;display:block;z-index:15036;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:4.4375rem;width:25.5rem;top:22.625rem;left:24.75rem;overflow:hidden;display:block; }
#fnJximqqqcSeR3ff85KyDMLiutPBax4H { position:absolute;display:block;z-index:15038;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.9375rem;width:5.5rem;top:18.125rem;left:42.625rem;overflow:hidden;display:block; }
#gB8t7WhJpECpFAgNTxzeTeqVTLP9LNei { position:absolute;display:block;z-index:15036;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.75rem;width:3.75rem;top:18.1875rem;left:32.625rem;overflow:hidden;display:block; }
#d5gPkpqPE8c7ffnaIhIJtTAuhBnaWkBx { position:absolute;display:block;z-index:15037;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.6875rem;width:5.375rem;top:18.75rem;left:37rem;overflow:hidden;display:block; }
#C392xOe0QEgRyWhmHsVuU0yebALAzkQQ { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:4.375rem;top:18.6875rem;left:26.875rem;overflow:hidden;display:block; }
#uonmaWTxVpoApVAxMuR2QPfCbU3al4gC { color:#000000;display:block;width:55.5625rem;position:absolute;font-family:"inter tight";font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:15.5rem;left:9.75rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#wzMLUIRQh1WTeFNnEzPVPpWpWBuehIAf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#152b50;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; }#wzMLUIRQh1WTeFNnEzPVPpWpWBuehIAf > .row .container { background-color: transparent; background-image: none; }#wzMLUIRQh1WTeFNnEzPVPpWpWBuehIAf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzMLUIRQh1WTeFNnEzPVPpWpWBuehIAf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzMLUIRQh1WTeFNnEzPVPpWpWBuehIAf > .row .container > .video-iframe-container { display: none; }#wzMLUIRQh1WTeFNnEzPVPpWpWBuehIAf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzMLUIRQh1WTeFNnEzPVPpWpWBuehIAf > .row > .video-iframe-container { display: none; }#wzMLUIRQh1WTeFNnEzPVPpWpWBuehIAf > .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); }#wzMLUIRQh1WTeFNnEzPVPpWpWBuehIAf > .row .container { border-width: 0; border-radius: 0; }#wzMLUIRQh1WTeFNnEzPVPpWpWBuehIAf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wzMLUIRQh1WTeFNnEzPVPpWpWBuehIAf > .row .container { font-size:0.875rem;font-family:arial;height:140rem;width:75rem;position:relative;display:block; }#k6B4Fm6Hf587ZQCbEHUnDsZfisVk7iqZ { box-sizing:content-box;height:3.3125rem;width:17.8125rem;position:absolute;display:block;z-index:15013;background-color:#13912d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.25rem;left:30.75rem;display:block; }
#TNOHiq7RmeLodCEm7mlxDIcuJW0IfdbM { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"inter tight";font-size:3.1875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:2.625rem;left:8.8125rem;height:16.57425rem;text-align:center;text-align-last:center;display:block; }
#tkHlBFBLyDRfBD7aEQF0rXbSBEue2QgL { color:#ffffff;display:block;width:58.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:20.0478515625rem;left:9.53125rem;height:3.73730625rem;text-align:center;text-align-last:center;display:block; }
#aJnXMCyQ8HH2qbrthuRyAfTowG2oVK6B { box-sizing:content-box;height:3.5rem;width:62.3125rem;position:absolute;display:block;z-index:15018;background-color:#fef2f2;background-image:none;box-shadow: none;border-top:0.25rem dashed #ff8080;border-left:0.25rem dashed #ff8080;border-right:0.25rem dashed #ff8080;border-bottom:0.25rem dashed #ff8080;top:26.28125rem;left:6.09375rem;display:block; }
#guqEKW69AfXyNBQ4ftP55GOFMsV9mlqh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:27.3125rem;left:8.8125rem; }
#G5pGRS3Kk5Cqp7GthDe7q2nzBcKu8Mwo { color:#000000;display:block;width:10.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:27.265625rem;left:11.6875rem;height:;text-align:center;text-align-last:center;display:block; }
#A6tkWxXd1InK6lEvkUdurHCyoSkHuHVH { color:#ffffff;display:block;width:58.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:31.8125rem;left:8.75rem;height:12.50975rem;text-align:left;text-align-last:left;display:block; }
#ogX8Tftqqx9Sw2MgJEIZOpdbfKWTfA0g { color:#ffffff;display:block;width:58.5625rem;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:50.875rem;left:9.0625rem;height:14.296875rem;text-align:left;text-align-last:left;display:block; }
#kWQFDLncAmqHBT1zrplOZ2rgK4gAaovn { box-sizing:content-box;height:3.5rem;width:62.3125rem;position:absolute;display:block;z-index:15022;background-color:#fef2f2;background-image:none;box-shadow: none;border-top:0.25rem dashed #ff8080;border-left:0.25rem dashed #ff8080;border-right:0.25rem dashed #ff8080;border-bottom:0.25rem dashed #ff8080;top:45.5625rem;left:6.25rem;display:block; }
#X77rbDsKusvvBAl7RGUReTEOL0HugDDM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:46.5625rem;left:8.9375rem; }
#pTGTSckQtL5lzVzXm8e4k3esPWnB3k4Z { color:#000000;display:block;width:10.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:46.5rem;left:11.8125rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#ZZdm9ifsNqA0LQWh0awVL5BSKBCbcfo8 { box-sizing:content-box;height:3.5rem;width:62.3125rem;position:absolute;display:block;z-index:15025;background-color:#fef2f2;background-image:none;box-shadow: none;border-top:0.25rem dashed #ff8080;border-left:0.25rem dashed #ff8080;border-right:0.25rem dashed #ff8080;border-bottom:0.25rem dashed #ff8080;top:66.8125rem;left:6.25rem;display:block; }
#zTGLpkBmRUWJqq2Om2WN31xxSunoifwl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:67.8125rem;left:8.9375rem; }
#P7SfuphwRImTcTuXIP2KJbutTdAiU20P { color:#000000;display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:67.75rem;left:11.8125rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#Aapo1WQCDBeqkple7l7sM3Hsth8LnZuu { color:#ffffff;display:block;width:58.5625rem;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:72.5625rem;left:9.125rem;height:10.722625rem;text-align:left;text-align-last:left;display:block; }
#pPKpBUToHHChZg0Ev5JTowOGFCgEzkFJ { box-sizing:content-box;height:3.5rem;width:62.3125rem;position:absolute;display:block;z-index:15029;background-color:#fef2f2;background-image:none;box-shadow: none;border-top:0.25rem dashed #ff8080;border-left:0.25rem dashed #ff8080;border-right:0.25rem dashed #ff8080;border-bottom:0.25rem dashed #ff8080;top:84.3125rem;left:6.25rem;display:block; }
#f0afgOFgakAELVVLgkUVRMqXCcxMBIIz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:85.3125rem;left:8.9375rem; }
#zA0T2N1BT3ETHveQbrvB9F2wkxtbKDGp { color:#000000;display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:85.25rem;left:11.8125rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#VD1xO2sbZa36pSF4OfcGwgRW5La0RHoT { color:#ffffff;display:block;width:58.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:89.75rem;left:9.125rem;height:12.50975rem;text-align:left;text-align-last:left;display:block; }
#lPk91cflEU2mT06AQq5e9sv7fWDOiMma { color:#ffffff;display:block;width:58.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:109.625rem;left:9.25rem;height:10.722625rem;text-align:left;text-align-last:left;display:block; }
#STFc1x9iQ7QAX4uF3R0Mts0xT687XTHz { box-sizing:content-box;height:3.5rem;width:62.3125rem;position:absolute;display:block;z-index:15037;background-color:#fef2f2;background-image:none;box-shadow: none;border-top:0.25rem dashed #ff8080;border-left:0.25rem dashed #ff8080;border-right:0.25rem dashed #ff8080;border-bottom:0.25rem dashed #ff8080;top:104.1875rem;left:6.375rem;display:block; }
#odUx9QQET7G3OgXCJ1WwqilNQVPMEgsz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:105.1875rem;left:9.0625rem; }
#nTEll6HWWagMVrWuXE0NlBf7oDPTRfGr { color:#000000;display:block;width:29.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:105.125rem;left:11.9375rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#Ronb8ihTFxTNTTE7yEIVo95JRhq5BPz4 { box-sizing:content-box;height:3.5rem;width:62.3125rem;position:absolute;display:block;z-index:15038;background-color:#fef2f2;background-image:none;box-shadow: none;border-top:0.25rem dashed #ff8080;border-left:0.25rem dashed #ff8080;border-right:0.25rem dashed #ff8080;border-bottom:0.25rem dashed #ff8080;top:121.6875rem;left:6.375rem;display:block; }
#ApUIlnxGmdGh2CCegATnOwSLAhmTc2HT { color:#000000;display:block;width:29.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:122.9375rem;left:11.75rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#NCiM8HR8h5k7TTSmX6aSgTAc3hmDniWS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:123rem;left:8.875rem; }
#WF5TTvAIxXm8h8i3QkH73KvtmwOf7mIR { color:#ffffff;display:block;width:58.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:127.1875rem;left:8.875rem;height:10.722625rem;text-align:left;text-align-last:left;display:block; }
#V7uUt4T1lHqdDKXVxq41nmaVPDK82iT7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#152b50;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; }#V7uUt4T1lHqdDKXVxq41nmaVPDK82iT7 > .row .container { background-color: transparent; background-image: none; }#V7uUt4T1lHqdDKXVxq41nmaVPDK82iT7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V7uUt4T1lHqdDKXVxq41nmaVPDK82iT7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V7uUt4T1lHqdDKXVxq41nmaVPDK82iT7 > .row .container > .video-iframe-container { display: none; }#V7uUt4T1lHqdDKXVxq41nmaVPDK82iT7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V7uUt4T1lHqdDKXVxq41nmaVPDK82iT7 > .row > .video-iframe-container { display: none; }#V7uUt4T1lHqdDKXVxq41nmaVPDK82iT7 > .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); }#V7uUt4T1lHqdDKXVxq41nmaVPDK82iT7 > .row .container { border-width: 0; border-radius: 0; }#V7uUt4T1lHqdDKXVxq41nmaVPDK82iT7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V7uUt4T1lHqdDKXVxq41nmaVPDK82iT7 > .row .container { font-size:0.875rem;font-family:arial;height:52.125rem;width:75rem;position:relative;display:block; }#d2NAGAeLeSxp8nUnGiJEWFCRoh9ovtTH { box-sizing:content-box;height:42.1875rem;width:62.4375rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.375rem 0.375rem 0.375rem rgba(var(--color-tertiary-4),0.5) ;border-top:0.375rem solid #00abde;border-left:0.375rem solid #00abde;border-right:0.375rem solid #00abde;border-bottom:0.375rem solid #00abde;top:7.1875rem;left:6.25rem;display:block; }
#Tl3WZMUaGfE23k915q5CLWFKBCZgC99t { box-sizing:content-box;height:5.4375rem;width:63.25rem;position:absolute;display:block;z-index:15002;background-color:#00abde;background-image:none;box-shadow: 0.375rem 0.375rem 0.375rem rgba(var(--color-tertiary-4),0.5) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.3125rem;left:6.25rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#Zxc5VHkdkW8pVHA5KbpJCeEzmHTwrFvl { color:#ffffff;display:block;width:61.8125rem;position:absolute;font-family:"inter tight";font-size:2.8125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:3.4375rem;left:7.5rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#kkcW5UWATF5pO1gP8b7P9RIbfwykWsTX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:10.875rem;left:11.25rem; }
#xTxPwSQI8Ahf6eSPr8rSa2C5JUrf4uNM { color:#010e45;display:block;width:48.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:9.1875rem;left:15rem;height:2.92480625rem;text-align:left;text-align-last:left;display:block; }
#HWTT4c3lnrG5ntd5yanmKK8ArnCHSwoX { color:rgba(var(--color-tertiary-4),1);display:block;width:41.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:12.125rem;left:15rem;height:2.92480625rem;display:block; }
#RU8IPsqTXNIArxsoCTne6ConLoma4Zyw { color:rgba(var(--color-tertiary-4),1);display:block;width:48.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:18.8125rem;left:15rem;height:2.92480625rem;display:block; }
#sCAkFoCgIpfL804eNRQlHwzgpOuO6Eft { color:#010e45;display:block;width:48.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:15.875rem;left:15rem;height:2.92480625rem;text-align:left;text-align-last:left;display:block; }
#iTBFKzT9LkPA4U24UdTavq7VRGxTeoKx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:17.5625rem;left:11.25rem; }
#g1ZTIvC2sLmBffgoFAqBBeMZcwU1I0BZ { color:#010e45;display:block;width:48.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:22.125rem;left:15rem;height:2.92480625rem;text-align:left;text-align-last:left;display:block; }
#dFJQzxk8lvTM70kBpSi20CSrPgAdRfem { color:rgba(var(--color-tertiary-4),1);display:block;width:48.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:25.0625rem;left:15rem;height:2.92480625rem;display:block; }
#piv0vUbNS0S53hvzmKQRFUC5n6ZgIgwl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:23.8125rem;left:11.25rem; }
#onn9qBrgU3GCne23xkyPEA2TkbeRNC8k { color:rgba(var(--color-tertiary-4),1);display:block;width:48.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:31.4375rem;left:15rem;height:2.92480625rem;display:block; }
#DkTNSrKU4PZ2mMDrMkOSwLT1UdpWTTay { color:#010e45;display:block;width:48.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:28.5rem;left:15rem;height:2.92480625rem;text-align:left;text-align-last:left;display:block; }
#aq8xUiErTpUWGlnOotZD3JSlTQoHikuN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:30.1875rem;left:11.25rem; }
#T8cOnxlcp0LBlSZpmEWZRf8d34srp4bL { color:rgba(var(--color-tertiary-4),1);display:block;width:48.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:37.875rem;left:15rem;height:2.92480625rem;display:block; }
#g49x4hmlOhnEgzTuPfvsz3OV2uoT1MIu { color:#010e45;display:block;width:48.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:34.9375rem;left:15rem;height:2.92480625rem;text-align:left;text-align-last:left;display:block; }
#DgWixiGE5e4IJ1Pw1odOxpAAaH4s43ZN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:36.625rem;left:11.25rem; }
#ahQvZNPsLMEB6ZT9nEcc3AC3oWT4DJX4 { color:#010e45;display:block;width:48.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:41.4375rem;left:15rem;height:;text-align:left;text-align-last:left;display:block; }
#SUDE5e7AGRJyRTN5NkUfeyXEsFn7brl8 { color:rgba(var(--color-tertiary-4),1);display:block;width:48.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:44.375rem;left:15rem;height:;display:block; }
#wH3m1w4DA0sZL7iiGgZUqu4LRVr10wIO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:43.125rem;left:11.25rem; }
#r8kTvFx8befhIZTGZQ7NpFoUSgPAmpD2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#152b50;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; }#r8kTvFx8befhIZTGZQ7NpFoUSgPAmpD2 > .row .container { background-color: transparent; background-image: none; }#r8kTvFx8befhIZTGZQ7NpFoUSgPAmpD2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r8kTvFx8befhIZTGZQ7NpFoUSgPAmpD2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r8kTvFx8befhIZTGZQ7NpFoUSgPAmpD2 > .row .container > .video-iframe-container { display: none; }#r8kTvFx8befhIZTGZQ7NpFoUSgPAmpD2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r8kTvFx8befhIZTGZQ7NpFoUSgPAmpD2 > .row > .video-iframe-container { display: none; }#r8kTvFx8befhIZTGZQ7NpFoUSgPAmpD2 > .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); }#r8kTvFx8befhIZTGZQ7NpFoUSgPAmpD2 > .row .container { border-width: 0; border-radius: 0; }#r8kTvFx8befhIZTGZQ7NpFoUSgPAmpD2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r8kTvFx8befhIZTGZQ7NpFoUSgPAmpD2 > .row .container { font-size:0.875rem;font-family:arial;height:25.8125rem;width:75rem;position:relative;display:block; }#iu4r2AOkwrONhkg9bpfDJzwJLshVZLFN { z-index:15005;top:1.75rem;left:5.34375rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, #1dba3b, #11922f);background-image: -moz-linear-gradient(173deg, #1dba3b, #11922f);background-image: -ms-linear-gradient(173deg, #1dba3b, #11922f);background-image: -o-linear-gradient(173deg, #1dba3b, #11922f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1dba3b', endColorstr='#11922f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1dba3b', endColorstr='#11922f' );";background-image: linear-gradient(173deg, #1dba3b, #11922f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:64.3125rem;height:5.9375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#BC6qzggX4oohADDA31dGv4F4CGLhFhru { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XmBZS7Cp1JFfEzJl9Q6XnRBiTI8tJeka { 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:3.9375rem;width:5.5rem;top:10.75rem;left:42.625rem;overflow:hidden;display:block; }
#LZUGoiI3e7f3UbTea1xXon2C2yQydS0L { position:absolute;display:block;z-index:15032;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.6875rem;width:5.375rem;top:11.375rem;left:37rem;overflow:hidden;display:block; }
#nWcsAx1mVIF8IkuOaIvbovHJp19xWIko { position:absolute;display:block;z-index:15031;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.75rem;width:3.75rem;top:10.8125rem;left:32.625rem;overflow:hidden;display:block; }
#JVOA3drDygCOyHh1zDR19K63W8KTHiOR { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:4.375rem;top:11.3125rem;left:26.875rem;overflow:hidden;display:block; }
#rC8byL8LKcXUcTGA6AaAm9kro2bfU3n0 { color:#f9f9f9;display:block;width:55.5625rem;position:absolute;font-family:"inter tight";font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:8.5rem;left:9.75rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#rTt1GytzWsToPFyOOwEc98z85dfxU41y { color:#f9f9f9;display:block;width:25.75rem;position:absolute;font-family:"inter tight";font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:17.556640625rem;left:36.375rem;height:4.38720625rem;text-align:center;text-align-last:center;display:block; }
#T3HEXyHBKRRWDLFST6Liy7eamGeIo9ZD { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.875rem;width:8.875rem;top:15.3125rem;left:26.875rem;overflow:hidden;display:block; }
#OHwdw2UXUVrpnWq96B4KMMe8EIxerwTN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#OHwdw2UXUVrpnWq96B4KMMe8EIxerwTN > .row .container { background-color: transparent; background-image: none; }#OHwdw2UXUVrpnWq96B4KMMe8EIxerwTN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OHwdw2UXUVrpnWq96B4KMMe8EIxerwTN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OHwdw2UXUVrpnWq96B4KMMe8EIxerwTN > .row .container > .video-iframe-container { display: none; }#OHwdw2UXUVrpnWq96B4KMMe8EIxerwTN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OHwdw2UXUVrpnWq96B4KMMe8EIxerwTN > .row > .video-iframe-container { display: none; }#OHwdw2UXUVrpnWq96B4KMMe8EIxerwTN > .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); }#OHwdw2UXUVrpnWq96B4KMMe8EIxerwTN > .row .container { border-width: 0; border-radius: 0; }#OHwdw2UXUVrpnWq96B4KMMe8EIxerwTN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OHwdw2UXUVrpnWq96B4KMMe8EIxerwTN > .row .container { font-size:0.875rem;font-family:arial;height:26.4375rem;width:75rem;position:relative;display:block; }#P3KR7fsoiWaoRlLnInVfvGMSMkfJBOmB { color:#000003;display:block;width:58.5625rem;position:absolute;font-family:"inter tight";font-size:2.9375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.4375rem;left:8.21875rem;height:7.63675rem;text-align:center;text-align-last:center;display:block; }
#U56mUNu8dWWOA5NT8A8iUdgJD3arRK84 { box-sizing:content-box;height:3.375rem;width:12.1875rem;position:absolute;display:block;z-index:15007;background-color:#ff0034;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.75rem;left:47.4375rem;display:block; }
#QKfKbbfD1hZlf5o52JtNx5PNOHSDon1v { color:#000000;display:block;width:60.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:10.19921875rem;left:7.3125rem;height:14.296875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RD7FKUgh9cW8bfJlJob9Rtls3KCPUJT3 { position:relative;display:block; }#RD7FKUgh9cW8bfJlJob9Rtls3KCPUJT3 { background-color: transparent; background-image: none; }#RD7FKUgh9cW8bfJlJob9Rtls3KCPUJT3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RD7FKUgh9cW8bfJlJob9Rtls3KCPUJT3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RD7FKUgh9cW8bfJlJob9Rtls3KCPUJT3 > .row .container > .video-iframe-container { display: none; }#RD7FKUgh9cW8bfJlJob9Rtls3KCPUJT3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RD7FKUgh9cW8bfJlJob9Rtls3KCPUJT3 > .row > .video-iframe-container { display: none; }#RD7FKUgh9cW8bfJlJob9Rtls3KCPUJT3 > .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); }#RD7FKUgh9cW8bfJlJob9Rtls3KCPUJT3 { border-width: 0; border-radius: 0; }#RD7FKUgh9cW8bfJlJob9Rtls3KCPUJT3 > .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; }#RD7FKUgh9cW8bfJlJob9Rtls3KCPUJT3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:29.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; }#w097QoLO2EGtTmE3yJKWyZdNDdwhhqmt { box-sizing:content-box;height:21.375rem;width:62.4375rem;position:absolute;display:block;z-index:15019;background-color:#f6fcff;background-image:none;box-shadow: 0.375rem 0.375rem 0.375rem rgba(var(--color-tertiary-4),0.5) ;border-top:0.375rem dashed #152b50;border-left:0.375rem dashed #152b50;border-right:0.375rem dashed #152b50;border-bottom:0.375rem dashed #152b50;top:5.0625rem;left:5.90625rem;display:block; }
#LhqgA4m8Dh3GJIurgbOpSeWExi0aHwzp { box-sizing:content-box;height:4.0625rem;width:63.25rem;position:absolute;display:block;z-index:15004;background-color:#152b50;background-image:none;box-shadow: 0.375rem 0.375rem 0.375rem rgba(var(--color-tertiary-4),0.5) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1rem;left:5.875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#XLIxkT2amNO3pR0PXWKnMKGo0wkbi0wD { color:#ffffff;display:block;width:47.6875rem;position:absolute;font-family:"inter tight";font-size:2rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:1.697265625rem;left:6.5rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#iSpo0CTOoQAV9Bz16Mct9V3dQhX13FZM { color:#000000;display:block;width:60.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:6.294921875rem;left:7.3125rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wHuL7bCAawmiR7qKioos7RmDxyMizkUp { position:relative;display:block; }#wHuL7bCAawmiR7qKioos7RmDxyMizkUp { background-color: transparent; background-image: none; }#wHuL7bCAawmiR7qKioos7RmDxyMizkUp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wHuL7bCAawmiR7qKioos7RmDxyMizkUp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wHuL7bCAawmiR7qKioos7RmDxyMizkUp > .row .container > .video-iframe-container { display: none; }#wHuL7bCAawmiR7qKioos7RmDxyMizkUp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wHuL7bCAawmiR7qKioos7RmDxyMizkUp > .row > .video-iframe-container { display: none; }#wHuL7bCAawmiR7qKioos7RmDxyMizkUp > .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); }#wHuL7bCAawmiR7qKioos7RmDxyMizkUp { border-width: 0; border-radius: 0; }#wHuL7bCAawmiR7qKioos7RmDxyMizkUp > .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; }#wHuL7bCAawmiR7qKioos7RmDxyMizkUp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:30.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; }#HnsKlOKKeX4RxSvxIrESkfrQFXH0Tz5s { box-sizing:content-box;height:22.625rem;width:62.4375rem;position:absolute;display:block;z-index:15019;background-color:#f6fcff;background-image:none;box-shadow: 0.375rem 0.375rem 0.375rem rgba(var(--color-tertiary-4),0.5) ;border-top:0.375rem dashed #152b50;border-left:0.375rem dashed #152b50;border-right:0.375rem dashed #152b50;border-bottom:0.375rem dashed #152b50;top:5.0625rem;left:5.90625rem;display:block; }
#a9D9Klh4MBc40Ws7h0woFsWlHBNO79eK { box-sizing:content-box;height:4.0625rem;width:63.25rem;position:absolute;display:block;z-index:15004;background-color:#152b50;background-image:none;box-shadow: 0.375rem 0.375rem 0.375rem rgba(var(--color-tertiary-4),0.5) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1rem;left:5.875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#My56EHi9npTogOtKXSu4WR7sTqFMrATK { color:#ffffff;display:block;width:49.5rem;position:absolute;font-family:"inter tight";font-size:2rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:1.697265625rem;left:6.5rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#BisGgMqJyypW0XboODR0ZJnGhUgDSJqo { color:#000000;display:block;width:60.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:5.982421875rem;left:7.3125rem;height:21.4453125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZyekdcCCU67Z1sDnap5zwoOQHRf7p2ef { position:relative;display:block; }#ZyekdcCCU67Z1sDnap5zwoOQHRf7p2ef { background-color: transparent; background-image: none; }#ZyekdcCCU67Z1sDnap5zwoOQHRf7p2ef::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZyekdcCCU67Z1sDnap5zwoOQHRf7p2ef > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZyekdcCCU67Z1sDnap5zwoOQHRf7p2ef > .row .container > .video-iframe-container { display: none; }#ZyekdcCCU67Z1sDnap5zwoOQHRf7p2ef > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZyekdcCCU67Z1sDnap5zwoOQHRf7p2ef > .row > .video-iframe-container { display: none; }#ZyekdcCCU67Z1sDnap5zwoOQHRf7p2ef > .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); }#ZyekdcCCU67Z1sDnap5zwoOQHRf7p2ef { border-width: 0; border-radius: 0; }#ZyekdcCCU67Z1sDnap5zwoOQHRf7p2ef > .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; }#ZyekdcCCU67Z1sDnap5zwoOQHRf7p2ef > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:24.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pyX3gCB4RQGTd6yesPJWdx3arqqX85Oy { box-sizing:content-box;height:17.375rem;width:62.4375rem;position:absolute;display:block;z-index:15019;background-color:#f6fcff;background-image:none;box-shadow: 0.375rem 0.375rem 0.375rem rgba(var(--color-tertiary-4),0.5) ;border-top:0.375rem dashed #152b50;border-left:0.375rem dashed #152b50;border-right:0.375rem dashed #152b50;border-bottom:0.375rem dashed #152b50;top:5.0625rem;left:5.90625rem;display:block; }
#wx8TAo9Tf1TKmiybnJzANzJZ3NpRAtAp { box-sizing:content-box;height:4.0625rem;width:63.25rem;position:absolute;display:block;z-index:15004;background-color:#152b50;background-image:none;box-shadow: 0.375rem 0.375rem 0.375rem rgba(var(--color-tertiary-4),0.5) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1rem;left:5.875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#grViogpaRDdT1raTDklXo6lTzvsP3hDH { color:#ffffff;display:block;width:46.8125rem;position:absolute;font-family:"inter tight";font-size:2rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:1.697265625rem;left:6.5rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#uxaD88a7SbCuEkXW1B7TTXl2JiNBlVpo { color:#000000;display:block;width:60.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:5.982421875rem;left:7.3125rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LdvhPeTKWp2oSPLxW9uEwIE6GzT3HK6P { position:relative;display:block; }#LdvhPeTKWp2oSPLxW9uEwIE6GzT3HK6P { background-color: transparent; background-image: none; }#LdvhPeTKWp2oSPLxW9uEwIE6GzT3HK6P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LdvhPeTKWp2oSPLxW9uEwIE6GzT3HK6P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LdvhPeTKWp2oSPLxW9uEwIE6GzT3HK6P > .row .container > .video-iframe-container { display: none; }#LdvhPeTKWp2oSPLxW9uEwIE6GzT3HK6P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LdvhPeTKWp2oSPLxW9uEwIE6GzT3HK6P > .row > .video-iframe-container { display: none; }#LdvhPeTKWp2oSPLxW9uEwIE6GzT3HK6P > .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); }#LdvhPeTKWp2oSPLxW9uEwIE6GzT3HK6P { border-width: 0; border-radius: 0; }#LdvhPeTKWp2oSPLxW9uEwIE6GzT3HK6P > .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; }#LdvhPeTKWp2oSPLxW9uEwIE6GzT3HK6P > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:33.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#blPy92R6sXSKJx9LF05agU3BDCO7fdOC { box-sizing:content-box;height:25rem;width:62.4375rem;position:absolute;display:block;z-index:15019;background-color:#f6fcff;background-image:none;box-shadow: 0.375rem 0.375rem 0.375rem rgba(var(--color-tertiary-4),0.5) ;border-top:0.375rem dashed #152b50;border-left:0.375rem dashed #152b50;border-right:0.375rem dashed #152b50;border-bottom:0.375rem dashed #152b50;top:5.0625rem;left:5.90625rem;display:block; }
#tGNUvQ4FuFXrA0RgT9wxsVdyG6rWK7T0 { box-sizing:content-box;height:4.0625rem;width:63.25rem;position:absolute;display:block;z-index:15004;background-color:#152b50;background-image:none;box-shadow: 0.375rem 0.375rem 0.375rem rgba(var(--color-tertiary-4),0.5) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1rem;left:5.875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#dzisg6gNDMuJQFgxBaMy8BKA1c3gX6io { color:#ffffff;display:block;width:37.125rem;position:absolute;font-family:"inter tight";font-size:2rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:1.697265625rem;left:6.5rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#IWzoeF7WV239fpS2tKJu6eupxeInqdhd { color:#000000;display:block;width:60.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:5.982421875rem;left:7.3125rem;height:23.2324375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tuQU1P4qPTUrRFTn2yuBcdxSqtAtfD74 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#tuQU1P4qPTUrRFTn2yuBcdxSqtAtfD74 > .row .container { background-color: transparent; background-image: none; }#tuQU1P4qPTUrRFTn2yuBcdxSqtAtfD74::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tuQU1P4qPTUrRFTn2yuBcdxSqtAtfD74 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tuQU1P4qPTUrRFTn2yuBcdxSqtAtfD74 > .row .container > .video-iframe-container { display: none; }#tuQU1P4qPTUrRFTn2yuBcdxSqtAtfD74 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tuQU1P4qPTUrRFTn2yuBcdxSqtAtfD74 > .row > .video-iframe-container { display: none; }#tuQU1P4qPTUrRFTn2yuBcdxSqtAtfD74 > .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); }#tuQU1P4qPTUrRFTn2yuBcdxSqtAtfD74 > .row .container { border-width: 0; border-radius: 0; }#tuQU1P4qPTUrRFTn2yuBcdxSqtAtfD74 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tuQU1P4qPTUrRFTn2yuBcdxSqtAtfD74 > .row .container { font-size:0.875rem;font-family:arial;height:24.5625rem;width:75rem;position:relative;display:block; }#tzxtBh1em1VtoPBPtnrc0pKytvbRJrVX { z-index:15009;top:2.9375rem;left:5.375rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, #1dba3b, #11922f);background-image: -moz-linear-gradient(173deg, #1dba3b, #11922f);background-image: -ms-linear-gradient(173deg, #1dba3b, #11922f);background-image: -o-linear-gradient(173deg, #1dba3b, #11922f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1dba3b', endColorstr='#11922f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1dba3b', endColorstr='#11922f' );";background-image: linear-gradient(173deg, #1dba3b, #11922f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:64.3125rem;height:5.9375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#vcLOxpMslu8xA3vzxE3pLuRC6Ec0DtU9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q3oow7sO671JWVUVChV7KMPXAAonMLdZ { position:absolute;display:block;z-index:15036;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:4.4375rem;width:25.5rem;top:17.75rem;left:24.75rem;overflow:hidden;display:block; }
#E3xagOLZRZ7NTC7OifHLGhQGrpMGrhWe { position:absolute;display:block;z-index:15038;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.9375rem;width:5.5rem;top:13.25rem;left:42.625rem;overflow:hidden;display:block; }
#qBc5AtNnB3tcG5P9tEo2U7SAdyesykdH { position:absolute;display:block;z-index:15036;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.75rem;width:3.75rem;top:13.3125rem;left:32.625rem;overflow:hidden;display:block; }
#i7qO0QS50sUdkS0Z8mMx2TvWtoNv4RTq { position:absolute;display:block;z-index:15037;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.6875rem;width:5.375rem;top:13.875rem;left:37rem;overflow:hidden;display:block; }
#cDNzUsuZXRukfAuHZczso8nkEzN5fFNg { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:4.375rem;top:13.8125rem;left:26.875rem;overflow:hidden;display:block; }
#rdW6atWxbLTS56DcZJk4hEXQMnpuOWAV { color:#000000;display:block;width:55.5625rem;position:absolute;font-family:"inter tight";font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:10.625rem;left:9.75rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#BzAhQLBB8NtFDmf662L3fG0TGK7gvqlQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#152b50;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; }#BzAhQLBB8NtFDmf662L3fG0TGK7gvqlQ > .row .container { background-color: transparent; background-image: none; }#BzAhQLBB8NtFDmf662L3fG0TGK7gvqlQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BzAhQLBB8NtFDmf662L3fG0TGK7gvqlQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BzAhQLBB8NtFDmf662L3fG0TGK7gvqlQ > .row .container > .video-iframe-container { display: none; }#BzAhQLBB8NtFDmf662L3fG0TGK7gvqlQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BzAhQLBB8NtFDmf662L3fG0TGK7gvqlQ > .row > .video-iframe-container { display: none; }#BzAhQLBB8NtFDmf662L3fG0TGK7gvqlQ > .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); }#BzAhQLBB8NtFDmf662L3fG0TGK7gvqlQ > .row .container { border-width: 0; border-radius: 0; }#BzAhQLBB8NtFDmf662L3fG0TGK7gvqlQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BzAhQLBB8NtFDmf662L3fG0TGK7gvqlQ > .row .container { font-size:0.875rem;font-family:arial;height:56.1875rem;width:75rem;position:relative;display:block; }#mhFSlMbfJzfpoSkKytwHkxL0zwCph6WM { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"inter tight";font-size:3.1875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:0.875rem;left:7.5rem;height:8.287125rem;text-align:center;text-align-last:center;display:block; }
#uctiCaTmOQiKa58mH0SZl8LWH3ZATPmu { color:#ffffff;display:block;width:58.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:9.6875rem;left:8.21875rem;height:3.73730625rem;text-align:center;text-align-last:center;display:block; }
#z5gN4gFpoNA4kx67vaUdOfpLKpUXDDQg { color:#00abde;display:block;width:40.25rem;position:absolute;font-family:"inter tight";font-size:3.1875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:15.3125rem;left:9.5625rem;height:4.14355625rem;text-align:left;text-align-last:left;display:block; }
#EXRm7yVuiMQX1Kt91BUqBki2dEJra1MS { color:#ffffff;display:block;width:50.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:19.4560546875rem;left:9.5625rem;height:3.73730625rem;text-align:left;text-align-last:left;display:block; }
#q3ZoNh52iE3llGgEVQK8xG38V8PvRwnV { color:#ffffff;display:block;width:50.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:27.875rem;left:9.5625rem;height:5.60595625rem;text-align:left;text-align-last:left;display:block; }
#M5yoLsZXPHbFvVySoDZL4DDIloRvcChd { color:#00abde;display:block;width:47.375rem;position:absolute;font-family:"inter tight";font-size:3.1875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:23.75rem;left:9.5625rem;height:4.14355625rem;text-align:left;text-align-last:left;display:block; }
#UQKPOvhJ4iK98aRPZAfu1N5ECVqtbxJz { color:#ffffff;display:block;width:50.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:37.625rem;left:9.5625rem;height:3.73730625rem;text-align:left;text-align-last:left;display:block; }
#TOJ4VVm5Wn74kN45h0FJtDSb3ffdg6Bn { color:#00abde;display:block;width:47.375rem;position:absolute;font-family:"inter tight";font-size:3.1875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:33.5rem;left:9.5625rem;height:;text-align:left;text-align-last:left;display:block; }
#XQTWtiXNNFySpIR3TVCdIcVGXIXNIxtb { color:#ffffff;display:block;width:25.3125rem;position:absolute;font-family:"inter tight";font-size:3.1875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:41.9375rem;left:9.5625rem;height:4.14355625rem;text-align:left;text-align-last:left;display:block; }
#HnJLJrWuxEQH8ukXO3uMOHTWTUdk1tcI { color:#ffffff;display:block;width:50.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:46.75rem;left:9.5625rem;height:;text-align:left;text-align-last:left;display:block; }
#Gyk3kLIdckJV4Tyrg2dBtSUWR3D2WezV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#152b50;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; }#Gyk3kLIdckJV4Tyrg2dBtSUWR3D2WezV > .row .container { background-color: transparent; background-image: none; }#Gyk3kLIdckJV4Tyrg2dBtSUWR3D2WezV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gyk3kLIdckJV4Tyrg2dBtSUWR3D2WezV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gyk3kLIdckJV4Tyrg2dBtSUWR3D2WezV > .row .container > .video-iframe-container { display: none; }#Gyk3kLIdckJV4Tyrg2dBtSUWR3D2WezV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gyk3kLIdckJV4Tyrg2dBtSUWR3D2WezV > .row > .video-iframe-container { display: none; }#Gyk3kLIdckJV4Tyrg2dBtSUWR3D2WezV > .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); }#Gyk3kLIdckJV4Tyrg2dBtSUWR3D2WezV > .row .container { border-width: 0; border-radius: 0; }#Gyk3kLIdckJV4Tyrg2dBtSUWR3D2WezV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Gyk3kLIdckJV4Tyrg2dBtSUWR3D2WezV > .row .container { font-size:0.875rem;font-family:arial;height:23.125rem;width:75rem;position:relative;display:block; }#aC0z0IiuqiqzWCkkOTgPhERZsGruJA3t { box-sizing:content-box;height:19.5625rem;width:59.625rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.375rem 0.375rem 0.375rem rgba(var(--color-tertiary-4),0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:1.8125rem;left:7.6875rem;display:block; }
#PF5ChgU5WO0TztlXlSrv0kX73q2FwVrL { color:#152b50;display:block;width:53.8125rem;position:absolute;font-family:"inter tight";font-size:3.1875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:2.6875rem;left:10.625rem;height:4.14355625rem;text-align:center;text-align-last:center;display:block; }
#CFBb6h86iuTQQfMPTL4s0f3QaHEfHHmi { color:#000000;display:block;width:27.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:7.5rem;left:23.9375rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ybCFA2XsC0pTGOgBeAcGuANeaIT5Q0Th { color:#000000;display:block;width:55.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:10.5625rem;left:9.5625rem;height:9.7485625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HfhQT267sFwU6fAkhscuclicDfEFSqU4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#152b50;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; }#HfhQT267sFwU6fAkhscuclicDfEFSqU4 > .row .container { background-color: transparent; background-image: none; }#HfhQT267sFwU6fAkhscuclicDfEFSqU4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HfhQT267sFwU6fAkhscuclicDfEFSqU4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HfhQT267sFwU6fAkhscuclicDfEFSqU4 > .row .container > .video-iframe-container { display: none; }#HfhQT267sFwU6fAkhscuclicDfEFSqU4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HfhQT267sFwU6fAkhscuclicDfEFSqU4 > .row > .video-iframe-container { display: none; }#HfhQT267sFwU6fAkhscuclicDfEFSqU4 > .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); }#HfhQT267sFwU6fAkhscuclicDfEFSqU4 > .row .container { border-width: 0; border-radius: 0; }#HfhQT267sFwU6fAkhscuclicDfEFSqU4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HfhQT267sFwU6fAkhscuclicDfEFSqU4 > .row .container { font-size:0.875rem;font-family:arial;height:27.625rem;width:75rem;position:relative;display:block; }#ry0rTDX1sNrDymTGe4ghL3eixfmJ8601 { z-index:15005;top:1.75rem;left:5.34375rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, #1dba3b, #11922f);background-image: -moz-linear-gradient(173deg, #1dba3b, #11922f);background-image: -ms-linear-gradient(173deg, #1dba3b, #11922f);background-image: -o-linear-gradient(173deg, #1dba3b, #11922f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1dba3b', endColorstr='#11922f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1dba3b', endColorstr='#11922f' );";background-image: linear-gradient(173deg, #1dba3b, #11922f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:64.3125rem;height:5.9375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#hu3lvPBV1DukwluHygTDbH44DFaiUQFP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bNfKXSNG4rRNLXWdFKPh0y3Hnc6DQJ7e { 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:3.9375rem;width:5.5rem;top:10.75rem;left:42.625rem;overflow:hidden;display:block; }
#R4abVfaERa4Gf8b52vtftKmD5Rq31SiL { position:absolute;display:block;z-index:15032;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.6875rem;width:5.375rem;top:11.375rem;left:37rem;overflow:hidden;display:block; }
#XpBuTTpIsxw0A6DhhWsKbyO9Nrhmgcas { position:absolute;display:block;z-index:15031;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.75rem;width:3.75rem;top:10.8125rem;left:32.625rem;overflow:hidden;display:block; }
#MGllVoAJyHGxiQSIArJrfRhmy3XWRQ4E { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:4.375rem;top:11.3125rem;left:26.875rem;overflow:hidden;display:block; }
#Kosx7WcBGkun73pWdsk31XH1e3Um2t3X { color:#f9f9f9;display:block;width:55.5625rem;position:absolute;font-family:"inter tight";font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:8.5rem;left:9.75rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#sOhgKb7WbTXGTHABnMIFZwevTsXCmAB5 { color:#f9f9f9;display:block;width:25.75rem;position:absolute;font-family:"inter tight";font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:17.556640625rem;left:36.375rem;height:4.38720625rem;text-align:center;text-align-last:center;display:block; }
#d3kBNCW9IQ2ttuB5fps7s45IMeCwPsxe { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.875rem;width:8.875rem;top:15.3125rem;left:26.875rem;overflow:hidden;display:block; }
#lFytbplwAOQpRq3MOGMfbFoLNbuTTfsW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#lFytbplwAOQpRq3MOGMfbFoLNbuTTfsW > .row .container { background-color: transparent; background-image: none; }#lFytbplwAOQpRq3MOGMfbFoLNbuTTfsW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lFytbplwAOQpRq3MOGMfbFoLNbuTTfsW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lFytbplwAOQpRq3MOGMfbFoLNbuTTfsW > .row .container > .video-iframe-container { display: none; }#lFytbplwAOQpRq3MOGMfbFoLNbuTTfsW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lFytbplwAOQpRq3MOGMfbFoLNbuTTfsW > .row > .video-iframe-container { display: none; }#lFytbplwAOQpRq3MOGMfbFoLNbuTTfsW > .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); }#lFytbplwAOQpRq3MOGMfbFoLNbuTTfsW > .row .container { border-width: 0; border-radius: 0; }#lFytbplwAOQpRq3MOGMfbFoLNbuTTfsW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lFytbplwAOQpRq3MOGMfbFoLNbuTTfsW > .row .container { font-size:0.875rem;font-family:arial;height:70.9375rem;width:75rem;position:relative;display:block; }#CT83z1NhG9qMATDcRxxrVVkETSfTDeli { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.1875rem;width:15.1875rem;top:6.875rem;left:52.125rem;overflow:hidden;display:block; }
#htgxfChQseeNvgVwMtdLulkH5qXrhr7T { box-sizing:content-box;height:59.25rem;width:63.25rem;position:absolute;display:block;z-index:15019;background-color:#f6fcff;background-image:none;box-shadow: 0.375rem 0.375rem 0.375rem rgba(var(--color-tertiary-4),0.5) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10rem;left:5.875rem;display:block; }
#ltmdL9n6Bbvlvc9sBARnW1yoBf612K8T { box-sizing:content-box;height:6.625rem;width:63.25rem;position:absolute;display:block;z-index:15004;background-color:#010e45;background-image:none;box-shadow: 0.375rem 0.375rem 0.375rem rgba(var(--color-tertiary-4),0.5) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.375rem;left:5.875rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#v6nSiRfqIWVnhv686TIo4PeIHTACoN7s { color:#ffffff;display:block;width:42.3125rem;position:absolute;font-family:"inter tight";font-size:2rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:4.087890625rem;left:8.5625rem;height:5.19921875rem;display:block; }
#ckhlqTENBOqvQE3U18GAmqAyTe0h0zAN { color:#000000;display:block;width:39.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:11.125rem;left:8.8125rem;height:23.3984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bzk9QcWFa4vtvEVqIs1A97VUecXKKTIH { color:#010e45;display:block;width:24.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:36.0625rem;left:13.6875rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#i7O8oCBixph8qfuiQtrIrbrqSUNbht7k { color:#010e45;display:block;width:25.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:44.5rem;left:13.375rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Vc3CtKK67EB0Z6yCbv94cMfdsJJy14T8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:35.5625rem;left:9.9375rem; }
#ZGWy3I6B1ldTVFXbBCnmPPiqwUT5wK7V { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:44.5625rem;left:10.1875rem; }
#tWfZLukAPw0NCqQOVfHtZmEz2pc58Uuh { color:#000000;display:block;width:51.375rem;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:38.6875rem;left:13.75rem;height:2.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EQGtgzFEJ4Q6v6QsneseuUSamo6tZHX1 { color:#000000;display:block;width:45rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:47.1875rem;left:13.375rem;height:5.8496125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hGLnfrCXBoqF1IzEPmSWEllTPTTFTTyv { color:#000000;display:block;width:45rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:54.75rem;left:8.8125rem;height:13.161625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VTl77zWIiNsD7OTDClG56i3JmJEpfJrN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#VTl77zWIiNsD7OTDClG56i3JmJEpfJrN > .row .container { background-color: transparent; background-image: none; }#VTl77zWIiNsD7OTDClG56i3JmJEpfJrN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTl77zWIiNsD7OTDClG56i3JmJEpfJrN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTl77zWIiNsD7OTDClG56i3JmJEpfJrN > .row .container > .video-iframe-container { display: none; }#VTl77zWIiNsD7OTDClG56i3JmJEpfJrN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTl77zWIiNsD7OTDClG56i3JmJEpfJrN > .row > .video-iframe-container { display: none; }#VTl77zWIiNsD7OTDClG56i3JmJEpfJrN > .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); }#VTl77zWIiNsD7OTDClG56i3JmJEpfJrN > .row .container { border-width: 0; border-radius: 0; }#VTl77zWIiNsD7OTDClG56i3JmJEpfJrN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VTl77zWIiNsD7OTDClG56i3JmJEpfJrN > .row .container { font-size:0.875rem;font-family:arial;height:24.5625rem;width:75rem;position:relative;display:block; }#H024HvyRMGr0mXWwfPZ80ZZklFVitfOm { z-index:15009;top:2.9375rem;left:5.375rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, #1dba3b, #11922f);background-image: -moz-linear-gradient(173deg, #1dba3b, #11922f);background-image: -ms-linear-gradient(173deg, #1dba3b, #11922f);background-image: -o-linear-gradient(173deg, #1dba3b, #11922f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1dba3b', endColorstr='#11922f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1dba3b', endColorstr='#11922f' );";background-image: linear-gradient(173deg, #1dba3b, #11922f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:64.3125rem;height:5.9375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#trihmtsUWfDem2LErDCm9hvta5Iklr2E { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HGUp2yA3sCayd6qQFfKv2EuyKJQvM3SP { position:absolute;display:block;z-index:15036;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:4.4375rem;width:25.5rem;top:17.75rem;left:24.75rem;overflow:hidden;display:block; }
#EVdSXqT9BabpkP8RPIf5fF50M6Q4xc5f { position:absolute;display:block;z-index:15038;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.9375rem;width:5.5rem;top:13.25rem;left:42.625rem;overflow:hidden;display:block; }
#iPHLEfJhgsHUZN8uCuIp4TVBTCFBlp8H { position:absolute;display:block;z-index:15036;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.75rem;width:3.75rem;top:13.3125rem;left:32.625rem;overflow:hidden;display:block; }
#JuunA50Shcb7SC0cS0kRtm9PUmVDTQPV { position:absolute;display:block;z-index:15037;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.6875rem;width:5.375rem;top:13.875rem;left:37rem;overflow:hidden;display:block; }
#Uccv4SAOIbxxtHZvU90ZQ425PW37VPvn { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:4.375rem;top:13.8125rem;left:26.875rem;overflow:hidden;display:block; }
#WPzTOWvcvphuTFlzTXzLLknNK6DdXZ7V { color:#000000;display:block;width:55.5625rem;position:absolute;font-family:"inter tight";font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:10.625rem;left:9.75rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#NCuWxL6chFnem1eqqdJWbT1VW42a5ylB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#NCuWxL6chFnem1eqqdJWbT1VW42a5ylB > .row .container { background-color: transparent; background-image: none; }#NCuWxL6chFnem1eqqdJWbT1VW42a5ylB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NCuWxL6chFnem1eqqdJWbT1VW42a5ylB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NCuWxL6chFnem1eqqdJWbT1VW42a5ylB > .row .container > .video-iframe-container { display: none; }#NCuWxL6chFnem1eqqdJWbT1VW42a5ylB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NCuWxL6chFnem1eqqdJWbT1VW42a5ylB > .row > .video-iframe-container { display: none; }#NCuWxL6chFnem1eqqdJWbT1VW42a5ylB > .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); }#NCuWxL6chFnem1eqqdJWbT1VW42a5ylB > .row .container { border-width: 0; border-radius: 0; }#NCuWxL6chFnem1eqqdJWbT1VW42a5ylB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NCuWxL6chFnem1eqqdJWbT1VW42a5ylB > .row .container { font-size:0.875rem;font-family:arial;height:48.9375rem;width:75rem;position:relative;display:block; }#MKkdKs1fT0EM0GFCZ4BCdk60xREVrhqR { color:#152b50;display:block;width:38.8125rem;position:absolute;font-family:"inter tight";font-size:3.1875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:1.4375rem;left:18.09375rem;height:4.14355625rem;text-align:center;text-align-last:center;display:block; }
#AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-4),1); }
#AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1); }
#AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD .accordion-trigger.adaptive-delivery-prevent-bg, #AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD .accordion-trigger.lazyload, #AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD .accordion-trigger.lazyloading { background-image: none; }
#AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD { box-sizing:content-box;height:auto;width:55.4375rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15021;background-color:#010e45;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:6.8125rem;left:8.53125rem; }
#AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #v4WgF3eQ7NIqaPH7tekweisRvb0oKDnF { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #wP0gwOXx4aoXeegx3QyTfLkTLtpsaRec { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #zhlTSTvDkAuuaxqxEls9TTO5ANiGxqqs { display:block;position:relative; }
#AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #v36x3BCE7Z9R2G95w0H9cEHTxecI565K {  }
#AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #mcAO51KkRhT5yToHwAaBeKs12RC9i19e {  }
#AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #FNCTtKMFHK7Pspa1g6e3rTH8iU6hko7B { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #eCokBl619mSgDNm61xzIae2O6X2Xwlh2 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #lfUwu5Cmt7geGFnTEF5HIKs2wISIC2mK { display:block;position:relative; }
#AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #FwMQO92M7lxTHOldM0QMx2ncGsk2559E {  }
#AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #JvFRiWNw8tFwJwwGpl6mTdLTcW69m2Hi { display:none; }
#AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #iWUsb9A1zHAU0RRIBLUvpiysxCK4s1zh { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #oVTtEHEspCZgDEAh90F6QVWzSObCL2hH { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #LDxrzy7JM3z1nACUHqhZI7165grJNo43 { display:block;position:relative; }
#AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #LqEbmJVqHbiGO8w8twIfRDdWJDTNlU4D {  }
#AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #d26rXOO3k2kawB3o23D9iymZKLDTWRBZ { display:none; }
#AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #VengoS1QbusndKGMoPO0ElZfmIhy4lt2 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #o2CGbV5iBMTozGh0UolHwRnoO9lzRvEx { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #W4WvIVmsdNsg8J3GGp94e3WsLiby7A3Q { display:block;position:relative; }
#AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #mJ3eMM8mxq2hZX62SbFgKyitQlfACH7k {  }
#AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #VsSsl4HPvXGIBEitU1incykCL6x8vXVK { display:none; }
#AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #GwUm60XQomdo6dpTXbQmrD793qcPKcwn { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #qEJdGRMggX4e1JKzCFXwiKPTfBc8nvTG { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #o5Cfu2QHoafqRHAPXxd4nbp4gxh5ElmS { display:block;position:relative; }
#AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #CdGV1P3e4OiR3rV9tJbMxAuTT6tCQIey {  }
#AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #v1vydd9cKTiJWtvzZVoA0qP1Govcm8UG { display:none; }
#AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #RUWcsyuIM9gbz3Q5DtSpB5XUBNz8DZOe { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #n4ABfvwOPoOBB0iQCNl1UHTAelDPcdQz { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #UhGFgyMqprGRwRnewn5t7FwHIyyAaXTo { display:block;position:relative; }
#AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #MX5g4us83wTte77AgdJnhZr1Gth3a2tl {  }
#AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #M6nNPv4bT5WOQp0ihVER4PTdX6EfQszX { display:none; }
#AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #iec8bW26RUEtRNBrldl9HrW4TcG7UGgK { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #RaPAh1KeHy6TNOLg8M5ifT6VMD8MMNTZ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #iiOqtcbNDZSuie03TA7Ebnu02zqgAoQ5 { display:block;position:relative; }
#AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #BTTEWJUIZXmkFcsWfcEyTTnTCoG6lfin {  }
#AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #z6PyZMQfNZhXtJHxebnRST8Te7E3wQme { display:none; }
#AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #DtT67z0ZBIgeAxMEodcFZJuxWWHCWE0s { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #vqz4fomySqqkpkfsfi2utfiSJkViRCNH { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #snNORaENbki2y2WzlbRgJDAa6alicmR8 { display:block;position:relative; }
#AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #Ftv0TUDOmAuEaK0dkVnB68FyqEHTE89M {  }
#AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #ZGbPD8PfTQ9W9X69wOO3vSfZWXqZQ34r { display:none; }
#AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #bQzLPeAMqOGviK01FAT2fTAyR3KfqdFe { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #aGBQT3uZxCCrZyIU9WT2LvwTqfaczS3B { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #sJ3DdoxUL5qQaKdQT66l11WEbfboWfhZ { display:block;position:relative; }
#AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #Uc2VCD2Q8pA5FeLTGokOl7kNTLmP44KF {  }
#AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #KfRL1mv2IGW7XBBUPTktyhnTlisLhR7v { display:none; }
#AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #vAZhgiaqvJGA3FKhpEWqCDPmariNZb18 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #fr63guUWA6HsBcCTNm6fFRWeouvrzKp8 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #fsQioFDMQcbr36T4ZusEDuLEv07VQ7Id { display:block;position:relative; }
#AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #D71veneCeXOi1qwoHwICgu7yuVlZ1NpS {  }
#AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #i0DdT5IF9q4vOaOGLZk40SwTyNz1f6i7 { display:none; }
#aWkuTGSbBb2f8rnlthEyw5a19SGeUetZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#aWkuTGSbBb2f8rnlthEyw5a19SGeUetZ > .row .container { background-color: transparent; background-image: none; }#aWkuTGSbBb2f8rnlthEyw5a19SGeUetZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWkuTGSbBb2f8rnlthEyw5a19SGeUetZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWkuTGSbBb2f8rnlthEyw5a19SGeUetZ > .row .container > .video-iframe-container { display: none; }#aWkuTGSbBb2f8rnlthEyw5a19SGeUetZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWkuTGSbBb2f8rnlthEyw5a19SGeUetZ > .row > .video-iframe-container { display: none; }#aWkuTGSbBb2f8rnlthEyw5a19SGeUetZ > .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); }#aWkuTGSbBb2f8rnlthEyw5a19SGeUetZ > .row .container { border-width: 0; border-radius: 0; }#aWkuTGSbBb2f8rnlthEyw5a19SGeUetZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aWkuTGSbBb2f8rnlthEyw5a19SGeUetZ > .row .container { font-size:0.875rem;font-family:arial;height:24.5625rem;width:75rem;position:relative;display:block; }#qsNb1T8FhzDwsa5gzcLJqFftS8ge61Z7 { z-index:15009;top:2.9375rem;left:5.375rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, #1dba3b, #11922f);background-image: -moz-linear-gradient(173deg, #1dba3b, #11922f);background-image: -ms-linear-gradient(173deg, #1dba3b, #11922f);background-image: -o-linear-gradient(173deg, #1dba3b, #11922f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1dba3b', endColorstr='#11922f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1dba3b', endColorstr='#11922f' );";background-image: linear-gradient(173deg, #1dba3b, #11922f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:64.3125rem;height:5.9375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#c6z0so0XQQTeRwIEMlObrBLaGTMMMJn8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P9cDlaCleAhD7bnacLzU8GcAkf1BFxSb { position:absolute;display:block;z-index:15036;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:4.4375rem;width:25.5rem;top:17.75rem;left:24.75rem;overflow:hidden;display:block; }
#UpJ3pNAtLmbVQtlBhHT8Sfc1C9u3tNqk { position:absolute;display:block;z-index:15038;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.9375rem;width:5.5rem;top:13.25rem;left:42.625rem;overflow:hidden;display:block; }
#hfT2AF0EmH3Ma3ZdoGZSEpN3S5ytDDt3 { position:absolute;display:block;z-index:15036;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.75rem;width:3.75rem;top:13.3125rem;left:32.625rem;overflow:hidden;display:block; }
#PkqXvSbErkOUKXLbc2EPD8b8mFkvcGil { position:absolute;display:block;z-index:15037;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.6875rem;width:5.375rem;top:13.875rem;left:37rem;overflow:hidden;display:block; }
#kXOwKNzorsizZ87sleHvITaQtIBU7leB { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:4.375rem;top:13.8125rem;left:26.875rem;overflow:hidden;display:block; }
#sT4eZqDpoX1tRaB2CTDAcCL9bbE4r7cN { color:#000000;display:block;width:55.5625rem;position:absolute;font-family:"inter tight";font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:10.625rem;left:9.75rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#G3r7gb2eLzCsFdwkpgmeuQXvSxLxsepu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#G3r7gb2eLzCsFdwkpgmeuQXvSxLxsepu > .row .container { background-color: transparent; background-image: none; }#G3r7gb2eLzCsFdwkpgmeuQXvSxLxsepu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G3r7gb2eLzCsFdwkpgmeuQXvSxLxsepu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G3r7gb2eLzCsFdwkpgmeuQXvSxLxsepu > .row .container > .video-iframe-container { display: none; }#G3r7gb2eLzCsFdwkpgmeuQXvSxLxsepu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G3r7gb2eLzCsFdwkpgmeuQXvSxLxsepu > .row > .video-iframe-container { display: none; }#G3r7gb2eLzCsFdwkpgmeuQXvSxLxsepu > .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); }#G3r7gb2eLzCsFdwkpgmeuQXvSxLxsepu > .row .container { border-width: 0; border-radius: 0; }#G3r7gb2eLzCsFdwkpgmeuQXvSxLxsepu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G3r7gb2eLzCsFdwkpgmeuQXvSxLxsepu > .row .container { font-size:0.875rem;font-family:arial;height:20.8125rem;width:75rem;position:relative;display:block; }#EdqsIhayehgCepMlLHlze91IgfZqvBGg { color:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:0.625rem;left:39.5rem;height:1.29980625rem;display:block; }
#swbWfBQzkaVftrXnDWPxFTTwQlF0Mllf { color:rgba(var(--color-tertiary-4),1);display:block;width:10.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:0.625rem;left:28.8125rem;height:1.29980625rem;display:block; }
#KoRG6vMdcTrJ7fEBUKq5MSHF1mou6vc1 { color:rgba(var(--color-tertiary-4),1);display:block;width:57.562rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15108;line-height:1.3;letter-spacing:0;top:2.9375rem;left:8.71875rem;height:16.89843125rem;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) { #r4a7WIo2x3wvh8febGdC3tpVzaOu7lDA { width:40.0625rem;height:2.625rem;top:1.25rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKWeZSCncB5Aa99S2dtWgZeTboih2rFk { width:36.375rem;height:1.25rem;top:1.875rem;left:8.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsNNx5GfJ3T1Rl6fIdIFFs2xpKUHHXn6 { width:47.75rem;height:19.125rem;top:5.0625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #URtmrCUdsUs2hOdLRG1LTlhae8GsGoXs { width:47.75rem;height:;top:24.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yc2JxT5SWCJvu1sb0rUzibn1MXqVgqTl { display:block; }#yc2JxT5SWCJvu1sb0rUzibn1MXqVgqTl > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xqv8Zkc0QIahpGJHV42GalVDzKihEyHk { width:42.3125rem;height:23.5625rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Igrfzn7Fgfc5Is43ONAQsKgZV601eLkS { width:26.9375rem;height:45.125rem;top:1.5rem;left:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNwFT1Qoa5N0Bc6Ix0vT6eIFKeE5HyVW { width:21rem;height:11.8125rem;top:3.0625rem;left:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mi6vkCwd9r3ug80DTkFsFJRaaARKucGy { width:20rem;height:2.875rem;top:14.8125rem;left:27.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTT8IxgXQIlfH6q0cALQ4u7735ID7JsB { width:16.5625rem;height:3.875rem;top:19rem;left:31.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwpItZ5W6TKbEVuAOr3dwdqKAaJtc65v { width:24.125rem;height:1.25rem;top:23.8125rem;left:23.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iL43ckkzSlhtD5wW704N4K8em9CkTlKM { top:27.3125rem;left:21.4375rem;width:26.3125rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jg249V5tSQKzHTyoqd3NpDHLuTcmOelQ { display:block; }
 }@media only screen and (max-width: 763px) { #ipDKckuFuqgoxHFAAqqLwZGdLFh0dwpk { width:15.875rem;height:1.25rem;top:34.9375rem;left:31.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0QgsX46I08sqr5z876zZKcRxAZvg80N { width:5.5rem;height:3.9375rem;top:36.75rem;left:42.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWRiQLDtRWcw5SNHtxtNRsgnq4hFRrX9 { width:5.375rem;height:2.6875rem;top:37.375rem;left:42.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxV3eHVuhIii5TaQd0rZmZgTbgDT9xpv { width:3.75rem;height:3.75rem;top:36.8125rem;left:41.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMSp4rBdf6pkST3Z0clVynKELUaDGzyM { width:4.375rem;height:2.75rem;top:37.3125rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCMI5ROWG9kiUkzzKZ37tVBsV6fllaaR { width:25.5rem;height:4.4375rem;top:40.6875rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxPC8L8hh0HdH6WDPrGTe0zvgEHJO20N { width:24rem;height:13.375rem;top:27.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhuxcb63sbSghD04l3DTThVumRc08lUC { width:42.375rem;height:12.5rem;top:26.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoDJo9sM6dld3WHxisobfLo4DEMbE9py { width:15.375rem;height:15.375rem;top:25.25rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ss2VO7wNpUdQ46wia4k4QgKp9KoLvhCi { width:15.375rem;height:15.375rem;top:25.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AopdLPIOHuiDyWH41TEh4M7WzMJcfhJc { width:15.375rem;height:15.375rem;top:25.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkTUFB7BAiTcirNLqLZI3Mbm86PxQRd9 { width:15.375rem;height:15.375rem;top:25.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUh7Q4ZNTmdEi5DxeTvKo5T05g3CEHN0 { width:15.375rem;height:15.375rem;top:25.1875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmPJduN5Jub4CtmPmSpl2XTzh9ty0HhT { width:11.9375rem;height:1.75rem;top:27.3125rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7EWeUNrRFpTAL6trXurv1pl3izAJvdG { width:10.375rem;height:1.625rem;top:27.1875rem;left:8.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wE7T4f4BUm8qQLzDm4udUl2Jn9t0Se0f { width:17.0625rem;height:;top:29.0625rem;left:7.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1CFudQbsRUZkJFRCmBOmyTeKNxsHQc7 { width:18.4375rem;height:1.4375rem;top:36.125rem;left:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmPS3pGX7ynrlXpLyML7LxvLIKyelhpx { width:11.0625rem;height:7.6875rem;top:31.9375rem;left:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlLuPtFcJd8nwIvcbcWINlkJId0tb5ao { display:block; }#HlLuPtFcJd8nwIvcbcWINlkJId0tb5ao > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xhFPX4mftgRpTWDEv3ssUlcZgyUo2TPk { width:5.125rem;height:5.125rem;top:0rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qg8z1aQlBeyMCB7340pEvlnXonJXKALT { width:5.125rem;height:5.125rem;top:0rem;left:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcxMciVTFi0vtE73A1mIfioO8q7UVxQK { width:5.125rem;height:5.125rem;top:0rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dwr0VTNJXmi1x5UWStmGATaknP3rrZTD { width:28.3125rem;height:4.25rem;top:5.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6UAVLH8fk35zAcvd5pngwvqV4JJtq0g { width:27.8125rem;height:4.125rem;top:5.125rem;left:0rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHdiyLIwvcG6GZATFavIbUS9m81wruTa { width:24.9375rem;height:4.125rem;top:5.25rem;left:22.8125rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHXlHcuH3lPy0N35n2u8TogQMbX2UyzW { width:47.75rem;height:4.125rem;top:9.4375rem;left:0rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWfaXeXqJAE5SAU2KaOqeIfz8th74CI4 { width:47.75rem;height:;top:14.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rthAtLWX8pSV1aH92vCLmUh6fohF983k { top:42.3125rem;left:0rem;width:46.75rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZ0kHk4ZZNy3JxV8cqmNDMfWmIzqtWu0 { display:block; }
 }@media only screen and (max-width: 763px) { #s2ilucq6ZBXv7mRhzBDZGyZi9h2Bs8b9 { width:47.75rem;height:1.4375rem;top:49.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNibPbugyE7lmJdwNPcJZ4kbsyyby8Kf { width:25.5rem;height:4.4375rem;top:56.125rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRv7BgueOCRTztrDikPTSrhLuMw7LkuD { width:5.5rem;height:3.9375rem;top:51.625rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQuKmrbXzQs4OwghcUdUaDlVxmeXNTRl { width:5.375rem;height:2.6875rem;top:52.25rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvWgmWt2orZCAyKruNqtduXMPpf8nNAP { width:3.75rem;height:3.75rem;top:51.6875rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9Dcx7Tuu9EPE1LCfdJIcyDDZyKMHzN2 { width:4.375rem;height:2.75rem;top:52.1875rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0TRyVTRuDtS8sgtODsDuNk5JTQt8pRn { display:block; }#T0TRyVTRuDtS8sgtODsDuNk5JTQt8pRn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hL4tgUdxAe7klGNkCkLhb3pMAXlUE8CN { width:39rem;height:4.25rem;top:1.8125rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBpu2hBNtoaHMC8FbC0H7SUER0UZlbu3 { width:37.9375rem;height:4.125rem;top:1.875rem;left:8.75rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfWv0ZbKWZw15tfUESbBiAKGP85W0l6T { width:6.9375rem;height:4.125rem;top:1.875rem;left:0.5625rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0tUNy8Xio4nkL2KhBxwM0UmAEQSvHeK { width:47.75rem;height:4.125rem;top:6.0625rem;left:0rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZKKsHpO1XEOa9HGeoTHiuNc4AGsDKs8 { width:26.4375rem;height:23.8125rem;top:17.8125rem;left:10.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkTAyg8vmcJA8Mwq85dQeIJvyzRp3iy2 { width:47.75rem;height:3.6875rem;top:11rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1WfHH4aTv8xEtTMe1FpOyZ5PPdTPz1V { width:24.6875rem;height:10.75rem;top:17.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXqzkg4Ls0dUcFKPVH0oc603tctGoxox { width:17.5rem;height:1.625rem;top:18.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMFU9G7cB6L1fKPp2encJENglpI9PJ1c { width:23.6875rem;height:6.5rem;top:21.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFydpxn1f9wNX49pebLD5Orvm07wJPUD { width:24.6875rem;height:13.25rem;top:29.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnQH2oOIqpoPaAym0Fbv3OGIEz6byfo5 { width:23.6875rem;height:8.125rem;top:34.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALt23yyrkLU7Ikm8dLlsVNhvenrvdeu3 { width:23.875rem;height:3.25rem;top:30rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Psmp4OvNv9Lt1PMW6Tr3UIXeK1ZhmKyz { width:24.6875rem;height:8.1875rem;top:43.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkF3WbiDCEhWDhJc1zRZtd8Cw10UqpTQ { width:23.6875rem;height:4.875rem;top:46.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1VpJWuN7DGPzVUeb1asgah4zH2zTSRB { width:22.25rem;height:1.625rem;top:44.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vhw7c2rtnPHbeMyqrLT2zXSEaZCRLqLm { width:23.375rem;height:14.875rem;top:40.25rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZvy5987Qfs7o4fvlcx9fMxSvTtVLHSC { width:22.6875rem;height:8.125rem;top:46.5rem;left:12.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dx6Tuhsy5fNMlRXidaMnPtqPyb09CSp7 { width:19.5625rem;height:4.875rem;top:41.0625rem;left:12.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmK2a5GhWpGUa7kZxvUdwUdfO51N6eFv { width:22.75rem;height:12.3125rem;top:17.5rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9Gw8L6R824hTF52ZwqMQ46tsRaquh1G { width:22rem;height:3.25rem;top:18.125rem;left:25.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPgmSy3NTUBX20tMPwpTPk4RrsooVRTC { width:22.375rem;height:8.125rem;top:21.3125rem;left:25.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2sGyHSL44VW8WRSGKkOdPqyf0qSb1TZ { width:22.75rem;height:10.5625rem;top:30.5rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeI3sQDlLlequzvk2nqooCHOJkmePXfB { width:22.375rem;height:6.5rem;top:34.3125rem;left:25.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBgyzlwLxL2cgrghC4y1ONJyEtTvmRgk { width:22rem;height:3.25rem;top:31.125rem;left:25.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFCO56bVCWozxRGlitk5Fe59VNvPLGW6 { width:22.75rem;height:10.5625rem;top:41.5625rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ai8nTcTa5EXZmfNb7sdRUOqN8ycFp6TG { width:22.375rem;height:6.5rem;top:45.375rem;left:25.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QphOvkD9Ul1Pyvz7HI7MhO17xhcMckwM { width:22rem;height:3.25rem;top:42.1875rem;left:25.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wqk6npSZGgzckSWd8KsfmvE9BPsIeGfl { display:block; }#Wqk6npSZGgzckSWd8KsfmvE9BPsIeGfl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iTp5f1KNyzTGc5deqam9A8x7wxlpagHA { top:1.75rem;left:0rem;width:46.75rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wN7sr4Uh3WC6Tk3qVvtWnmvW9UlkcxGP { display:block; }
 }@media only screen and (max-width: 763px) { #HLbvLU49OwQZCuVJ30OfJX8vm0zrPlCS { width:5.5rem;height:3.9375rem;top:10.75rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1xO6fMb2gghmrTv3NubXXEEEv4cz5Tk { width:5.375rem;height:2.6875rem;top:11.375rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4g6xgvieNQ71TZrPBfOR1zUH6avDIvB { width:3.75rem;height:3.75rem;top:10.8125rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQZuKQBhQHgVasZD5qe1Ml2vsQFToWJi { width:4.375rem;height:2.75rem;top:11.3125rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuM7WI7uI6Vz8Tv9mTtARa0n0T7cb9LE { width:47.75rem;height:1.4375rem;top:8.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKelqTDNlBIkLZkqZ1NEyFgDcTumHt1i { width:25.75rem;height:4.375rem;top:17.5rem;left:22rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8aJBRIJLeAmhiX5Qy0GKs5kPzfzUhSJ { width:8.875rem;height:8.875rem;top:15.3125rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cK1voGreGUyTEhhrRLiF8og0WaJ1r6AO { display:block; }#cK1voGreGUyTEhhrRLiF8og0WaJ1r6AO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #raaprcbMCuBsF53lQ8FUGZFDFuc19Cyi { width:26.25rem;height:4.4375rem;top:1.75rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSZJo0g3E9uTQCNh1EXMOymT8lApyGJk { width:24.25rem;height:;top:2.25rem;left:11.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #POZhA1Gd5R2ZQCX831sukG5OfWw2pqr4 { width:24.25rem;height:;top:6.1875rem;left:11.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEoeaFAeE8ydyTewmqvyTnUZqITyh1I2 { width:9.0625rem;height:2.125rem;top:8.3125rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaiTa00VINJ8TeTpVLTulJGqr8QMS3iL { width:47.75rem;height:1.4375rem;top:30.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVrkSNdH8iBiyOkOCcF9PgXixNiGUbSG { width:33.3125rem;height:18.375rem;top:11.9375rem;left:7.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMfpJP7tBp4oCHIBcM8SMBzG0RoT7D2s { display:block; }#xMfpJP7tBp4oCHIBcM8SMBzG0RoT7D2s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JRdioVdkmNKbT9fovMRcFOhohfTIMF2M { width:47.75rem;height:6.625rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDfEvfigNNRWk5FTAG5OKmWizDuDyOi0 { width:10.8125rem;height:2.3125rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyDk150KDZblTIemoKmGJzd4UucnytJL { width:10.6875rem;height:2.5625rem;top:2.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFaXGUuPp9b7Px4TwuaIX5TJ5MaRMoeB { width:35rem;height:2.5625rem;top:2.125rem;left:7.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DorH1gakUGCwMixZw0FuqaN1T3BI8AvU { width:34.8125rem;height:1.4375rem;top:4.9375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDVhKxAfEc9s1ZlS2qo1pactAFGPVNEt { width:47.5rem;height:20.0625rem;top:7.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ozxnf7NkdAo8A3XkombdwyUSvE4KlZIn { width:41.8125rem;height:;top:9.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #grmEQxsKMIgQ5XbNbHiA6U0Kwtz1u4hH { width:14.4375rem;height:18.75rem;top:3.5625rem;left:33.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #il6l22J7eecxB3DQBAKL05lQ5VtxLsaX { display:block; }#il6l22J7eecxB3DQBAKL05lQ5VtxLsaX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IWMVQNenqbiT1heTOoaV3vseR0bfskQT { width:47.75rem;height:6.625rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPIWQP1uF6WXuHG7wgd20hnNzgNkJMZt { width:10.8125rem;height:2.3125rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ku9Ont4ay2wxTsckAyaVOkUfD7sOZneF { width:10.6875rem;height:;top:2.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2xSucp8hAcp15AiBMmgWcyGkPDGNkIK { width:35rem;height:;top:2.125rem;left:7.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGW5w2coW8nts8fqU9x3bDFPJNTTdTxi { width:34.8125rem;height:;top:4.9375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFIv4uQI2QVuGPVZy6Smp7ki3cwKmzez { width:47.5rem;height:18.875rem;top:7.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #klUGT1oObw4AAzxC9m4VBZmcxgo80ehi { width:41.8125rem;height:16.0625rem;top:9.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7eaFb3LgveW0BAoCkmNLr27By7SzaJQ { width:14.8125rem;height:16.8125rem;top:7.75rem;left:32.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXRZnzDTpGWFmyK5UiQ6oBAM8dI54RcB { display:block; }#MXRZnzDTpGWFmyK5UiQ6oBAM8dI54RcB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iuQdQoXqoXQLzOl3iCG6qeE8OoMc7LqJ { width:47.75rem;height:6.625rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PauBXTf8Ootd8z9eTuH7qDxANs87NOW8 { width:10.8125rem;height:2.3125rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzXpIdeGmToa5LEerHl7c3w5zsNqEolH { width:10.6875rem;height:;top:2.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pcf8xaa39W0UV9a9NuD431nTcTOEVVox { width:36.125rem;height:;top:2.125rem;left:7.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWg4N7tF4PAqLD4EkMP5UKXtBCpWSgvm { width:34.8125rem;height:;top:4.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnV0v7SZBMv6KrICNbORok7Po0OmTAcX { width:47.5rem;height:16.8125rem;top:7.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cy2ZfsaQoXiCcwfGbB778VIt7MnabNk4 { width:41.8125rem;height:14.5625rem;top:8.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuvIvTG8ArVJaxcGIxGlBx1Pf8ontaSX { width:21.625rem;height:14.125rem;top:4.625rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2WWTXsTrd6Qp3SLlBAw9fgA9QndrddO { display:block; }#I2WWTXsTrd6Qp3SLlBAw9fgA9QndrddO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HRUDkpiZaLogW1hWDstMgBtUymr8l2yz { width:47.75rem;height:6.625rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #subzddfIEWaJiFFaGVgvpHamdU07XVIO { width:10.8125rem;height:2.3125rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSWtTUdI42qz0qFxkflK1hgSwsVfnxbh { width:10.6875rem;height:;top:2.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8gzvTRzOw3SDJRpU6xZV2nNnVKOwhM4 { width:39.5rem;height:2.625rem;top:2.125rem;left:7.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPHmJZ6mOhJP9uGmmQflcBF5dsxl64sX { width:34.8125rem;height:;top:4.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxMbI6icI5C7BoWErTI9gGFzuGM39rTR { width:47.75rem;height:18.125rem;top:7.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvWJSFxCIvKnorvy89RXf6ivQiAfK0LS { width:41.8125rem;height:;top:8.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ker24B8KzOdRUUoFSNdfxPoePWhIw8cf { width:23.125rem;height:14.1875rem;top:4.75rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQGRBkTPggdLqrLGqHAD5ktKmDQWEgPm { display:block; }#LQGRBkTPggdLqrLGqHAD5ktKmDQWEgPm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AC7KmP03FlCezse6ik0JeKJcS6GWsyfo { width:47.75rem;height:6.625rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwXmdS9FIXzmAfmGqngTV6GtcP2FD1C7 { width:10.8125rem;height:2.3125rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFxOJ98ZwcSxyEc9JukrK9E94Ec0sh1I { width:10.6875rem;height:;top:2.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7wHxgCP70s60TsE8NB2JtchkrnQmwBz { width:46.5rem;height:;top:2.125rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqwVwMXVBysT1RPMIh9aKcUQ89m025C5 { width:34.8125rem;height:;top:4.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lg6kKchstw8Lm6MaUXiZP2sBRTBoKxNy { width:47.5rem;height:15.75rem;top:7.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyIaKAr4BXinxMwI9SRlTLZkdHpFpkA1 { width:39.8125rem;height:13.1875rem;top:8.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVlJ4l2qMilOrNIJM3AATTAxd7XHKOWS { width:14.6875rem;height:19.6875rem;top:2.375rem;left:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0Gb8Wn2OyTix31428lk92O8XadCD7w3 { display:block; }#Q0Gb8Wn2OyTix31428lk92O8XadCD7w3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QX1CWUSmJVdTD8ecRT2tt7zMR0NExIQP { width:47.75rem;height:6.625rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzBGZ3xAIixkgwPSP0OMDTft2FteXLE4 { width:10.8125rem;height:2.3125rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W67RVgM99oDEtCuwF1KsAIqSUm7cLqoq { width:10.6875rem;height:;top:2.125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k71TqVzzF6zuW5pqhpd8sidwwZpIOPOy { width:46.5rem;height:;top:2.125rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0sHZmleTDfxpAcu39g5hP2L6quQgGFw { width:34.8125rem;height:;top:4.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdLNd2oRgJ9ZsxFWT5JXq4othAZzIdTp { width:47.5rem;height:15.75rem;top:7.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAolDwxNS6JSb0mIcWapNON5NmEBi9F3 { width:39.8125rem;height:;top:8.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEteDd2RxG4VTZVlEbPILWIPITsU7JJS { width:23.125rem;height:14.25rem;top:4.625rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcmUzm0WwLG7SzKKMF160rTtntVLmQ67 { display:block; }#HcmUzm0WwLG7SzKKMF160rTtntVLmQ67 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XrQJeBV8pTOXugOuls9FT17rPd5qXeww { width:44.6875rem;height:1.9375rem;top:2.125rem;left:2.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3gttKF9y6J05lusc1nUv3baKkP04Mbq { width:45.625rem;height:3.9375rem;top:1.1875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Db1B6A9ku69CWwoNzvSdrVIOF520RL4I { top:7.6875rem;left:0rem;width:46.75rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vlr4EhQeVe2ZN989mWV6J7FMSzG5Jk5s { display:block; }
 }@media only screen and (max-width: 763px) { #Fwxuw2A7zacQRfxai1qH6knbHMD17mx4 { width:47.75rem;height:1.4375rem;top:14.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgEP9x2MITGcthBQBhwIV2OTlTSESydT { width:25.5rem;height:4.4375rem;top:21.75rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4TSAgAGyRFBhr279B2HduwwwqADDMWx { width:5.5rem;height:3.9375rem;top:17.25rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHFgyZRFk1XGyDz4dWyAhn2o1JyAdObC { width:5.375rem;height:2.6875rem;top:17.875rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqdgr8bOZJaHdczynRTSot56fcRuSS76 { width:3.75rem;height:3.75rem;top:17.3125rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #cP1n0l259ieloK6wQbabhcmuPTqyohEw { width:4.375rem;height:2.75rem;top:17.8125rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdqI4Px5EydXLSuA30xUxvB8SGI2hNLu { display:block; }#IdqI4Px5EydXLSuA30xUxvB8SGI2hNLu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZFMu1kmzHwZdXetGNy5UwMiRG65l28Wi { width:39.3125rem;height:;top:0.9375rem;left:4.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5OAbc4EFpi4U2QGl0R0PtGTSEzCNdqy { width:39.3125rem;height:;top:9.1875rem;left:4.21875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8lHcc7zHRG1xgfDkumPcF0NFIXKU1sr { width:31.9375rem;height:17.840146371762rem;top:19.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANh5wpvl02e8P6iR7vBf3p3U90Qgskr1 { width:31.9375rem;height:17.839733338347rem;top:19.5rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyMsaxGu4zOmPI3GTSzKWqFDCLBvOZNt { width:19.8125rem;height:24.173961582973rem;top:38.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZzPVJHS7orgXytdr51LRrWpnXhR9GT7 { width:31.9375rem;height:17.839733338347rem;top:41.25rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpElBpMmxeM4g4vu4qkQlID9bSM3KfFh { display:block; }#OpElBpMmxeM4g4vu4qkQlID9bSM3KfFh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rL2HNRxAS93Dz6JD4UHwK4ncbZw83Asn { width:44.6875rem;height:1.9375rem;top:2.25rem;left:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdN6JpFRJ5x3p3ffQqJcHUnNKAHagVKx { width:45.625rem;height:3.9375rem;top:1.3125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RETD9XwrlReoqzNqplCvTTStPo5Wbx9F { top:7.8125rem;left:0rem;width:46.75rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBMyZvVISd4d3tFmuN3caQiBBbpZ4GwL { display:block; }
 }@media only screen and (max-width: 763px) { #I5OqutRLePV4Hr2xtHE9lFIKroRWU18F { width:25.5rem;height:4.4375rem;top:22.625rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnJximqqqcSeR3ff85KyDMLiutPBax4H { width:5.5rem;height:3.9375rem;top:18.125rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #gB8t7WhJpECpFAgNTxzeTeqVTLP9LNei { width:3.75rem;height:3.75rem;top:18.1875rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5gPkpqPE8c7ffnaIhIJtTAuhBnaWkBx { width:5.375rem;height:2.6875rem;top:18.75rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C392xOe0QEgRyWhmHsVuU0yebALAzkQQ { width:4.375rem;height:2.75rem;top:18.6875rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uonmaWTxVpoApVAxMuR2QPfCbU3al4gC { width:47.75rem;height:1.4375rem;top:15.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzMLUIRQh1WTeFNnEzPVPpWpWBuehIAf { display:block; }#wzMLUIRQh1WTeFNnEzPVPpWpWBuehIAf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k6B4Fm6Hf587ZQCbEHUnDsZfisVk7iqZ { width:17.8125rem;height:3.3125rem;top:3.25rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNOHiq7RmeLodCEm7mlxDIcuJW0IfdbM { width:47.75rem;height:16.5625rem;top:2.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkHlBFBLyDRfBD7aEQF0rXbSBEue2QgL { width:47.75rem;height:3.6875rem;top:20rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJnXMCyQ8HH2qbrthuRyAfTowG2oVK6B { width:47.25rem;height:3.5rem;top:26.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #guqEKW69AfXyNBQ4ftP55GOFMsV9mlqh { width:1.9375rem;height:1.9375rem;top:27.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5pGRS3Kk5Cqp7GthDe7q2nzBcKu8Mwo { width:10.5625rem;height:;top:27.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6tkWxXd1InK6lEvkUdurHCyoSkHuHVH { width:47.75rem;height:12.5rem;top:31.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogX8Tftqqx9Sw2MgJEIZOpdbfKWTfA0g { width:47.75rem;height:14.25rem;top:50.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWQFDLncAmqHBT1zrplOZ2rgK4gAaovn { width:47.25rem;height:3.5rem;top:45.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X77rbDsKusvvBAl7RGUReTEOL0HugDDM { width:1.9375rem;height:1.9375rem;top:46.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTGTSckQtL5lzVzXm8e4k3esPWnB3k4Z { width:10.5625rem;height:2rem;top:46.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZdm9ifsNqA0LQWh0awVL5BSKBCbcfo8 { width:47.25rem;height:3.5rem;top:66.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTGLpkBmRUWJqq2Om2WN31xxSunoifwl { width:1.9375rem;height:1.9375rem;top:67.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7SfuphwRImTcTuXIP2KJbutTdAiU20P { width:15.375rem;height:2rem;top:67.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aapo1WQCDBeqkple7l7sM3Hsth8LnZuu { width:47.75rem;height:10.6875rem;top:72.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPKpBUToHHChZg0Ev5JTowOGFCgEzkFJ { width:47.25rem;height:3.5rem;top:84.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0afgOFgakAELVVLgkUVRMqXCcxMBIIz { width:1.9375rem;height:1.9375rem;top:85.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zA0T2N1BT3ETHveQbrvB9F2wkxtbKDGp { width:15.375rem;height:2rem;top:85.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VD1xO2sbZa36pSF4OfcGwgRW5La0RHoT { width:47.75rem;height:12.5rem;top:89.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPk91cflEU2mT06AQq5e9sv7fWDOiMma { width:47.75rem;height:10.6875rem;top:109.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #STFc1x9iQ7QAX4uF3R0Mts0xT687XTHz { width:47.25rem;height:3.5rem;top:104.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #odUx9QQET7G3OgXCJ1WwqilNQVPMEgsz { width:1.9375rem;height:1.9375rem;top:105.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTEll6HWWagMVrWuXE0NlBf7oDPTRfGr { width:29.9375rem;height:2rem;top:105.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ronb8ihTFxTNTTE7yEIVo95JRhq5BPz4 { width:47.25rem;height:3.5rem;top:121.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApUIlnxGmdGh2CCegATnOwSLAhmTc2HT { width:29.9375rem;height:2rem;top:122.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCiM8HR8h5k7TTSmX6aSgTAc3hmDniWS { width:1.9375rem;height:1.9375rem;top:123rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WF5TTvAIxXm8h8i3QkH73KvtmwOf7mIR { width:47.75rem;height:10.6875rem;top:127.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7uUt4T1lHqdDKXVxq41nmaVPDK82iT7 { display:block; }#V7uUt4T1lHqdDKXVxq41nmaVPDK82iT7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d2NAGAeLeSxp8nUnGiJEWFCRoh9ovtTH { width:47rem;height:42.1875rem;top:7.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tl3WZMUaGfE23k915q5CLWFKBCZgC99t { width:47.75rem;height:5.4375rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zxc5VHkdkW8pVHA5KbpJCeEzmHTwrFvl { width:47.75rem;height:3.625rem;top:3.4375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkcW5UWATF5pO1gP8b7P9RIbfwykWsTX { width:3.125rem;height:3.125rem;top:10.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTxPwSQI8Ahf6eSPr8rSa2C5JUrf4uNM { width:47.75rem;height:2.875rem;top:9.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWTT4c3lnrG5ntd5yanmKK8ArnCHSwoX { width:41.4375rem;height:2.875rem;top:12.125rem;left:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RU8IPsqTXNIArxsoCTne6ConLoma4Zyw { width:47.75rem;height:2.9375rem;top:18.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCAkFoCgIpfL804eNRQlHwzgpOuO6Eft { width:47.75rem;height:;top:15.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTBFKzT9LkPA4U24UdTavq7VRGxTeoKx { width:3.125rem;height:3.125rem;top:17.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1ZTIvC2sLmBffgoFAqBBeMZcwU1I0BZ { width:47.75rem;height:;top:22.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFJQzxk8lvTM70kBpSi20CSrPgAdRfem { width:47.75rem;height:;top:25.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #piv0vUbNS0S53hvzmKQRFUC5n6ZgIgwl { width:3.125rem;height:3.125rem;top:23.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #onn9qBrgU3GCne23xkyPEA2TkbeRNC8k { width:47.75rem;height:;top:31.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkTNSrKU4PZ2mMDrMkOSwLT1UdpWTTay { width:47.75rem;height:;top:28.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aq8xUiErTpUWGlnOotZD3JSlTQoHikuN { width:3.125rem;height:3.125rem;top:30.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8cOnxlcp0LBlSZpmEWZRf8d34srp4bL { width:47.75rem;height:;top:37.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g49x4hmlOhnEgzTuPfvsz3OV2uoT1MIu { width:47.75rem;height:;top:34.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgWixiGE5e4IJ1Pw1odOxpAAaH4s43ZN { width:3.125rem;height:3.125rem;top:36.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahQvZNPsLMEB6ZT9nEcc3AC3oWT4DJX4 { width:47.75rem;height:;top:41.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUDE5e7AGRJyRTN5NkUfeyXEsFn7brl8 { width:47.75rem;height:;top:44.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wH3m1w4DA0sZL7iiGgZUqu4LRVr10wIO { width:3.125rem;height:3.125rem;top:43.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8kTvFx8befhIZTGZQ7NpFoUSgPAmpD2 { display:block; }#r8kTvFx8befhIZTGZQ7NpFoUSgPAmpD2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iu4r2AOkwrONhkg9bpfDJzwJLshVZLFN { top:1.75rem;left:0rem;width:46.75rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BC6qzggX4oohADDA31dGv4F4CGLhFhru { display:block; }
 }@media only screen and (max-width: 763px) { #XmBZS7Cp1JFfEzJl9Q6XnRBiTI8tJeka { width:5.5rem;height:3.9375rem;top:10.75rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZUGoiI3e7f3UbTea1xXon2C2yQydS0L { width:5.375rem;height:2.6875rem;top:11.375rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWcsAx1mVIF8IkuOaIvbovHJp19xWIko { width:3.75rem;height:3.75rem;top:10.8125rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVOA3drDygCOyHh1zDR19K63W8KTHiOR { width:4.375rem;height:2.75rem;top:11.3125rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rC8byL8LKcXUcTGA6AaAm9kro2bfU3n0 { width:47.75rem;height:1.4375rem;top:8.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTt1GytzWsToPFyOOwEc98z85dfxU41y { width:25.75rem;height:4.375rem;top:17.5rem;left:22rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3HEXyHBKRRWDLFST6Liy7eamGeIo9ZD { width:8.875rem;height:8.875rem;top:15.3125rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHwdw2UXUVrpnWq96B4KMMe8EIxerwTN { display:block; }#OHwdw2UXUVrpnWq96B4KMMe8EIxerwTN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P3KR7fsoiWaoRlLnInVfvGMSMkfJBOmB { width:47.75rem;height:7.625rem;top:1.4375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U56mUNu8dWWOA5NT8A8iUdgJD3arRK84 { width:12.1875rem;height:3.375rem;top:1.75rem;left:33.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKfKbbfD1hZlf5o52JtNx5PNOHSDon1v { width:47.75rem;height:14.25rem;top:10.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RD7FKUgh9cW8bfJlJob9Rtls3KCPUJT3 { display:block; }#RD7FKUgh9cW8bfJlJob9Rtls3KCPUJT3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w097QoLO2EGtTmE3yJKWyZdNDdwhhqmt { width:47rem;height:21.375rem;top:5.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhqgA4m8Dh3GJIurgbOpSeWExi0aHwzp { width:47.75rem;height:4.0625rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLIxkT2amNO3pR0PXWKnMKGo0wkbi0wD { width:47.6875rem;height:2.5625rem;top:1.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSpo0CTOoQAV9Bz16Mct9V3dQhX13FZM { width:47.75rem;height:;top:6.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHuL7bCAawmiR7qKioos7RmDxyMizkUp { display:block; }#wHuL7bCAawmiR7qKioos7RmDxyMizkUp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HnsKlOKKeX4RxSvxIrESkfrQFXH0Tz5s { width:47rem;height:22.625rem;top:5.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9D9Klh4MBc40Ws7h0woFsWlHBNO79eK { width:47.75rem;height:4.0625rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #My56EHi9npTogOtKXSu4WR7sTqFMrATK { width:47.75rem;height:2.625rem;top:1.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BisGgMqJyypW0XboODR0ZJnGhUgDSJqo { width:47.75rem;height:;top:5.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyekdcCCU67Z1sDnap5zwoOQHRf7p2ef { display:block; }#ZyekdcCCU67Z1sDnap5zwoOQHRf7p2ef > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pyX3gCB4RQGTd6yesPJWdx3arqqX85Oy { width:47rem;height:17.375rem;top:5.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wx8TAo9Tf1TKmiybnJzANzJZ3NpRAtAp { width:47.75rem;height:4.0625rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #grViogpaRDdT1raTDklXo6lTzvsP3hDH { width:46.8125rem;height:2.625rem;top:1.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxaD88a7SbCuEkXW1B7TTXl2JiNBlVpo { width:47.75rem;height:;top:5.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdvhPeTKWp2oSPLxW9uEwIE6GzT3HK6P { display:block; }#LdvhPeTKWp2oSPLxW9uEwIE6GzT3HK6P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #blPy92R6sXSKJx9LF05agU3BDCO7fdOC { width:47rem;height:25rem;top:5.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGNUvQ4FuFXrA0RgT9wxsVdyG6rWK7T0 { width:47.75rem;height:4.0625rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzisg6gNDMuJQFgxBaMy8BKA1c3gX6io { width:37.125rem;height:2.625rem;top:1.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWzoeF7WV239fpS2tKJu6eupxeInqdhd { width:47.75rem;height:;top:5.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuQU1P4qPTUrRFTn2yuBcdxSqtAtfD74 { display:block; }#tuQU1P4qPTUrRFTn2yuBcdxSqtAtfD74 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tzxtBh1em1VtoPBPtnrc0pKytvbRJrVX { top:2.9375rem;left:0rem;width:46.75rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcLOxpMslu8xA3vzxE3pLuRC6Ec0DtU9 { display:block; }
 }@media only screen and (max-width: 763px) { #q3oow7sO671JWVUVChV7KMPXAAonMLdZ { width:25.5rem;height:4.4375rem;top:17.75rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3xagOLZRZ7NTC7OifHLGhQGrpMGrhWe { width:5.5rem;height:3.9375rem;top:13.25rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBc5AtNnB3tcG5P9tEo2U7SAdyesykdH { width:3.75rem;height:3.75rem;top:13.3125rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7qO0QS50sUdkS0Z8mMx2TvWtoNv4RTq { width:5.375rem;height:2.6875rem;top:13.875rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDNzUsuZXRukfAuHZczso8nkEzN5fFNg { width:4.375rem;height:2.75rem;top:13.8125rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdW6atWxbLTS56DcZJk4hEXQMnpuOWAV { width:47.75rem;height:1.4375rem;top:10.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzAhQLBB8NtFDmf662L3fG0TGK7gvqlQ { display:block; }#BzAhQLBB8NtFDmf662L3fG0TGK7gvqlQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mhFSlMbfJzfpoSkKytwHkxL0zwCph6WM { width:47.75rem;height:8.25rem;top:0.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uctiCaTmOQiKa58mH0SZl8LWH3ZATPmu { width:47.75rem;height:;top:9.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5gN4gFpoNA4kx67vaUdOfpLKpUXDDQg { width:40.25rem;height:4.125rem;top:15.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXRm7yVuiMQX1Kt91BUqBki2dEJra1MS { width:47.75rem;height:3.75rem;top:19.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3ZoNh52iE3llGgEVQK8xG38V8PvRwnV { width:47.75rem;height:;top:27.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5yoLsZXPHbFvVySoDZL4DDIloRvcChd { width:47.375rem;height:;top:23.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQKPOvhJ4iK98aRPZAfu1N5ECVqtbxJz { width:47.75rem;height:;top:37.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOJ4VVm5Wn74kN45h0FJtDSb3ffdg6Bn { width:47.375rem;height:;top:33.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQTWtiXNNFySpIR3TVCdIcVGXIXNIxtb { width:25.3125rem;height:4.125rem;top:41.9375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnJLJrWuxEQH8ukXO3uMOHTWTUdk1tcI { width:47.75rem;height:;top:46.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gyk3kLIdckJV4Tyrg2dBtSUWR3D2WezV { display:block; }#Gyk3kLIdckJV4Tyrg2dBtSUWR3D2WezV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aC0z0IiuqiqzWCkkOTgPhERZsGruJA3t { width:47.75rem;height:19.5625rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PF5ChgU5WO0TztlXlSrv0kX73q2FwVrL { width:47.75rem;height:4.125rem;top:2.6875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFBb6h86iuTQQfMPTL4s0f3QaHEfHHmi { width:27.125rem;height:1.9375rem;top:7.5rem;left:10.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybCFA2XsC0pTGOgBeAcGuANeaIT5Q0Th { width:47.75rem;height:9.6875rem;top:10.5625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfhQT267sFwU6fAkhscuclicDfEFSqU4 { display:block; }#HfhQT267sFwU6fAkhscuclicDfEFSqU4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ry0rTDX1sNrDymTGe4ghL3eixfmJ8601 { top:1.75rem;left:0rem;width:46.75rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hu3lvPBV1DukwluHygTDbH44DFaiUQFP { display:block; }
 }@media only screen and (max-width: 763px) { #bNfKXSNG4rRNLXWdFKPh0y3Hnc6DQJ7e { width:5.5rem;height:3.9375rem;top:10.75rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4abVfaERa4Gf8b52vtftKmD5Rq31SiL { width:5.375rem;height:2.6875rem;top:11.375rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpBuTTpIsxw0A6DhhWsKbyO9Nrhmgcas { width:3.75rem;height:3.75rem;top:10.8125rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGllVoAJyHGxiQSIArJrfRhmy3XWRQ4E { width:4.375rem;height:2.75rem;top:11.3125rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kosx7WcBGkun73pWdsk31XH1e3Um2t3X { width:47.75rem;height:1.4375rem;top:8.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOhgKb7WbTXGTHABnMIFZwevTsXCmAB5 { width:25.75rem;height:4.375rem;top:17.5rem;left:22rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3kBNCW9IQ2ttuB5fps7s45IMeCwPsxe { width:8.875rem;height:8.875rem;top:15.3125rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFytbplwAOQpRq3MOGMfbFoLNbuTTfsW { display:block; }#lFytbplwAOQpRq3MOGMfbFoLNbuTTfsW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CT83z1NhG9qMATDcRxxrVVkETSfTDeli { width:15.1875rem;height:15.1875rem;top:6.875rem;left:32.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #htgxfChQseeNvgVwMtdLulkH5qXrhr7T { width:47.75rem;height:59.25rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltmdL9n6Bbvlvc9sBARnW1yoBf612K8T { width:47.75rem;height:6.625rem;top:3.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6nSiRfqIWVnhv686TIo4PeIHTACoN7s { width:42.3125rem;height:5.1875rem;top:4.0625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckhlqTENBOqvQE3U18GAmqAyTe0h0zAN { width:39.8125rem;height:;top:11.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzk9QcWFa4vtvEVqIs1A97VUecXKKTIH { width:24.0625rem;height:2rem;top:36.0625rem;left:0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7O8oCBixph8qfuiQtrIrbrqSUNbht7k { width:25.25rem;height:2rem;top:44.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vc3CtKK67EB0Z6yCbv94cMfdsJJy14T8 { width:3.125rem;height:3.125rem;top:35.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGWy3I6B1ldTVFXbBCnmPPiqwUT5wK7V { width:1.9375rem;height:1.9375rem;top:44.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWfZLukAPw0NCqQOVfHtZmEz2pc58Uuh { width:47.75rem;height:2.875rem;top:38.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQGtgzFEJ4Q6v6QsneseuUSamo6tZHX1 { width:45rem;height:5.8125rem;top:47.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGLnfrCXBoqF1IzEPmSWEllTPTTFTTyv { width:45rem;height:;top:54.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTl77zWIiNsD7OTDClG56i3JmJEpfJrN { display:block; }#VTl77zWIiNsD7OTDClG56i3JmJEpfJrN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H024HvyRMGr0mXWwfPZ80ZZklFVitfOm { top:2.9375rem;left:0rem;width:46.75rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #trihmtsUWfDem2LErDCm9hvta5Iklr2E { display:block; }
 }@media only screen and (max-width: 763px) { #HGUp2yA3sCayd6qQFfKv2EuyKJQvM3SP { width:25.5rem;height:4.4375rem;top:17.75rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVdSXqT9BabpkP8RPIf5fF50M6Q4xc5f { width:5.5rem;height:3.9375rem;top:13.25rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPHLEfJhgsHUZN8uCuIp4TVBTCFBlp8H { width:3.75rem;height:3.75rem;top:13.3125rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuunA50Shcb7SC0cS0kRtm9PUmVDTQPV { width:5.375rem;height:2.6875rem;top:13.875rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uccv4SAOIbxxtHZvU90ZQ425PW37VPvn { width:4.375rem;height:2.75rem;top:13.8125rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPzTOWvcvphuTFlzTXzLLknNK6DdXZ7V { width:47.75rem;height:1.4375rem;top:10.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCuWxL6chFnem1eqqdJWbT1VW42a5ylB { display:block; }#NCuWxL6chFnem1eqqdJWbT1VW42a5ylB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MKkdKs1fT0EM0GFCZ4BCdk60xREVrhqR { width:38.8125rem;height:4.125rem;top:1.4375rem;left:4.46875rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD { display:flex;height:auto;width:45.25rem;top:12.8125rem;left:0rem; }
#AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #v4WgF3eQ7NIqaPH7tekweisRvb0oKDnF {  }
 }@media only screen and (max-width: 763px) { #AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #wP0gwOXx4aoXeegx3QyTfLkTLtpsaRec {  }
 }@media only screen and (max-width: 763px) { #AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #zhlTSTvDkAuuaxqxEls9TTO5ANiGxqqs {  }
 }@media only screen and (max-width: 763px) { #AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #v36x3BCE7Z9R2G95w0H9cEHTxecI565K {  }
 }@media only screen and (max-width: 763px) { #AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #mcAO51KkRhT5yToHwAaBeKs12RC9i19e {  }
 }@media only screen and (max-width: 763px) { #AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #FNCTtKMFHK7Pspa1g6e3rTH8iU6hko7B {  }
 }@media only screen and (max-width: 763px) { #AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #eCokBl619mSgDNm61xzIae2O6X2Xwlh2 {  }
 }@media only screen and (max-width: 763px) { #AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #lfUwu5Cmt7geGFnTEF5HIKs2wISIC2mK {  }
 }@media only screen and (max-width: 763px) { #AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #FwMQO92M7lxTHOldM0QMx2ncGsk2559E {  }
 }@media only screen and (max-width: 763px) { #AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #JvFRiWNw8tFwJwwGpl6mTdLTcW69m2Hi {  }
 }@media only screen and (max-width: 763px) { #AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #iWUsb9A1zHAU0RRIBLUvpiysxCK4s1zh {  }
 }@media only screen and (max-width: 763px) { #AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #oVTtEHEspCZgDEAh90F6QVWzSObCL2hH {  }
 }@media only screen and (max-width: 763px) { #AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #LDxrzy7JM3z1nACUHqhZI7165grJNo43 {  }
 }@media only screen and (max-width: 763px) { #AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #LqEbmJVqHbiGO8w8twIfRDdWJDTNlU4D {  }
 }@media only screen and (max-width: 763px) { #AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #d26rXOO3k2kawB3o23D9iymZKLDTWRBZ {  }
 }@media only screen and (max-width: 763px) { #AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #VengoS1QbusndKGMoPO0ElZfmIhy4lt2 {  }
 }@media only screen and (max-width: 763px) { #AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #o2CGbV5iBMTozGh0UolHwRnoO9lzRvEx {  }
 }@media only screen and (max-width: 763px) { #AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #W4WvIVmsdNsg8J3GGp94e3WsLiby7A3Q {  }
 }@media only screen and (max-width: 763px) { #AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #mJ3eMM8mxq2hZX62SbFgKyitQlfACH7k {  }
 }@media only screen and (max-width: 763px) { #AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #VsSsl4HPvXGIBEitU1incykCL6x8vXVK {  }
 }@media only screen and (max-width: 763px) { #AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #GwUm60XQomdo6dpTXbQmrD793qcPKcwn {  }
 }@media only screen and (max-width: 763px) { #AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #qEJdGRMggX4e1JKzCFXwiKPTfBc8nvTG {  }
 }@media only screen and (max-width: 763px) { #AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #o5Cfu2QHoafqRHAPXxd4nbp4gxh5ElmS {  }
 }@media only screen and (max-width: 763px) { #AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #CdGV1P3e4OiR3rV9tJbMxAuTT6tCQIey {  }
 }@media only screen and (max-width: 763px) { #AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #v1vydd9cKTiJWtvzZVoA0qP1Govcm8UG {  }
 }@media only screen and (max-width: 763px) { #AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #RUWcsyuIM9gbz3Q5DtSpB5XUBNz8DZOe {  }
 }@media only screen and (max-width: 763px) { #AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #n4ABfvwOPoOBB0iQCNl1UHTAelDPcdQz {  }
 }@media only screen and (max-width: 763px) { #AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #UhGFgyMqprGRwRnewn5t7FwHIyyAaXTo {  }
 }@media only screen and (max-width: 763px) { #AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #MX5g4us83wTte77AgdJnhZr1Gth3a2tl {  }
 }@media only screen and (max-width: 763px) { #AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #M6nNPv4bT5WOQp0ihVER4PTdX6EfQszX {  }
 }@media only screen and (max-width: 763px) { #AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #iec8bW26RUEtRNBrldl9HrW4TcG7UGgK {  }
 }@media only screen and (max-width: 763px) { #AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #RaPAh1KeHy6TNOLg8M5ifT6VMD8MMNTZ {  }
 }@media only screen and (max-width: 763px) { #AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #iiOqtcbNDZSuie03TA7Ebnu02zqgAoQ5 {  }
 }@media only screen and (max-width: 763px) { #AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #BTTEWJUIZXmkFcsWfcEyTTnTCoG6lfin {  }
 }@media only screen and (max-width: 763px) { #AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #z6PyZMQfNZhXtJHxebnRST8Te7E3wQme {  }
 }@media only screen and (max-width: 763px) { #AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #DtT67z0ZBIgeAxMEodcFZJuxWWHCWE0s {  }
 }@media only screen and (max-width: 763px) { #AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #vqz4fomySqqkpkfsfi2utfiSJkViRCNH {  }
 }@media only screen and (max-width: 763px) { #AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #snNORaENbki2y2WzlbRgJDAa6alicmR8 {  }
 }@media only screen and (max-width: 763px) { #AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #Ftv0TUDOmAuEaK0dkVnB68FyqEHTE89M {  }
 }@media only screen and (max-width: 763px) { #AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #ZGbPD8PfTQ9W9X69wOO3vSfZWXqZQ34r {  }
 }@media only screen and (max-width: 763px) { #AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #bQzLPeAMqOGviK01FAT2fTAyR3KfqdFe {  }
 }@media only screen and (max-width: 763px) { #AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #aGBQT3uZxCCrZyIU9WT2LvwTqfaczS3B {  }
 }@media only screen and (max-width: 763px) { #AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #sJ3DdoxUL5qQaKdQT66l11WEbfboWfhZ {  }
 }@media only screen and (max-width: 763px) { #AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #Uc2VCD2Q8pA5FeLTGokOl7kNTLmP44KF {  }
 }@media only screen and (max-width: 763px) { #AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #KfRL1mv2IGW7XBBUPTktyhnTlisLhR7v {  }
 }@media only screen and (max-width: 763px) { #AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #vAZhgiaqvJGA3FKhpEWqCDPmariNZb18 {  }
 }@media only screen and (max-width: 763px) { #AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #fr63guUWA6HsBcCTNm6fFRWeouvrzKp8 {  }
 }@media only screen and (max-width: 763px) { #AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #fsQioFDMQcbr36T4ZusEDuLEv07VQ7Id {  }
 }@media only screen and (max-width: 763px) { #AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #D71veneCeXOi1qwoHwICgu7yuVlZ1NpS {  }
 }@media only screen and (max-width: 763px) { #AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #i0DdT5IF9q4vOaOGLZk40SwTyNz1f6i7 {  }
 }@media only screen and (max-width: 763px) { #aWkuTGSbBb2f8rnlthEyw5a19SGeUetZ { display:block; }#aWkuTGSbBb2f8rnlthEyw5a19SGeUetZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qsNb1T8FhzDwsa5gzcLJqFftS8ge61Z7 { top:2.9375rem;left:0rem;width:46.75rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6z0so0XQQTeRwIEMlObrBLaGTMMMJn8 { display:block; }
 }@media only screen and (max-width: 763px) { #P9cDlaCleAhD7bnacLzU8GcAkf1BFxSb { width:25.5rem;height:4.4375rem;top:17.75rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpJ3pNAtLmbVQtlBhHT8Sfc1C9u3tNqk { width:5.5rem;height:3.9375rem;top:13.25rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfT2AF0EmH3Ma3ZdoGZSEpN3S5ytDDt3 { width:3.75rem;height:3.75rem;top:13.3125rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkqXvSbErkOUKXLbc2EPD8b8mFkvcGil { width:5.375rem;height:2.6875rem;top:13.875rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXOwKNzorsizZ87sleHvITaQtIBU7leB { width:4.375rem;height:2.75rem;top:13.8125rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sT4eZqDpoX1tRaB2CTDAcCL9bbE4r7cN { width:47.75rem;height:1.4375rem;top:10.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3r7gb2eLzCsFdwkpgmeuQXvSxLxsepu { display:block; }#G3r7gb2eLzCsFdwkpgmeuQXvSxLxsepu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EdqsIhayehgCepMlLHlze91IgfZqvBGg { width:5.625rem;height:1.25rem;top:0.625rem;left:25.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #swbWfBQzkaVftrXnDWPxFTTwQlF0Mllf { width:10.6875rem;height:1.25rem;top:0.625rem;left:15.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoRG6vMdcTrJ7fEBUKq5MSHF1mou6vc1 { width:47.75rem;height:16.875rem;top:2.9375rem;left:0rem;font-size:0.75rem;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:37rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r4a7WIo2x3wvh8febGdC3tpVzaOu7lDA { width:20rem;height:2.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKWeZSCncB5Aa99S2dtWgZeTboih2rFk { width:20rem;height:1.94921875rem;top:1.875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsNNx5GfJ3T1Rl6fIdIFFs2xpKUHHXn6 { width:20rem;height:14.625rem;top:6.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #URtmrCUdsUs2hOdLRG1LTlhae8GsGoXs { width:20rem;height:14.296875rem;top:21.9721875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yc2JxT5SWCJvu1sb0rUzibn1MXqVgqTl { display:block; }#yc2JxT5SWCJvu1sb0rUzibn1MXqVgqTl > .row .container { width:20rem;height:67rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xqv8Zkc0QIahpGJHV42GalVDzKihEyHk { height:11.137370753323rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Igrfzn7Fgfc5Is43ONAQsKgZV601eLkS { width:20rem;height:35.5625rem;top:30.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNwFT1Qoa5N0Bc6Ix0vT6eIFKeE5HyVW { width:16.1875rem;height:9.0625rem;top:31.4375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mi6vkCwd9r3ug80DTkFsFJRaaARKucGy { width:20rem;height:2.923825rem;top:41.1875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTT8IxgXQIlfH6q0cALQ4u7735ID7JsB { width:16.5625rem;height:3.8994125rem;top:45.3125rem;left:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwpItZ5W6TKbEVuAOr3dwdqKAaJtc65v { width:20rem;height:0.9746125rem;top:49.1875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iL43ckkzSlhtD5wW704N4K8em9CkTlKM { top:51rem;left:0rem;width:19rem;height:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jg249V5tSQKzHTyoqd3NpDHLuTcmOelQ { display:block; }
 }@media only screen and (max-width: 763px) { #ipDKckuFuqgoxHFAAqqLwZGdLFh0dwpk { width:15.875rem;height:1.29980625rem;top:55.75rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0QgsX46I08sqr5z876zZKcRxAZvg80N { width:5.5rem;height:3.9375rem;top:57.0625rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWRiQLDtRWcw5SNHtxtNRsgnq4hFRrX9 { width:5.375rem;height:2.6875rem;top:57.6875rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxV3eHVuhIii5TaQd0rZmZgTbgDT9xpv { width:3.75rem;height:3.75rem;top:57.0625rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMSp4rBdf6pkST3Z0clVynKELUaDGzyM { width:4.375rem;height:2.75rem;top:57.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCMI5ROWG9kiUkzzKZ37tVBsV6fllaaR { width:20rem;height:3.47998125rem;top:61.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxPC8L8hh0HdH6WDPrGTe0zvgEHJO20N { width:11.5625rem;height:6.3125rem;top:19.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhuxcb63sbSghD04l3DTThVumRc08lUC { width:20rem;height:9rem;top:18.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoDJo9sM6dld3WHxisobfLo4DEMbE9py { display:flex;width:10.625rem;height:10.625rem;top:17.59375rem;left:0.9375rem;font-size:7.375rem; }
 }@media only screen and (max-width: 763px) { #ss2VO7wNpUdQ46wia4k4QgKp9KoLvhCi { display:flex;width:10.625rem;height:10.625rem;top:17.5625rem;left:4.6875rem;font-size:7.375rem; }
 }@media only screen and (max-width: 763px) { #AopdLPIOHuiDyWH41TEh4M7WzMJcfhJc { display:flex;width:15.375rem;height:15.375rem;top:13.625rem;left:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UkTUFB7BAiTcirNLqLZI3Mbm86PxQRd9 { display:flex;width:15.375rem;height:15.375rem;top:13.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yUh7Q4ZNTmdEi5DxeTvKo5T05g3CEHN0 { display:flex;width:11.0625rem;height:11.0625rem;top:17.8125rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nmPJduN5Jub4CtmPmSpl2XTzh9ty0HhT { width:10rem;height:1.375rem;top:19.25rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7EWeUNrRFpTAL6trXurv1pl3izAJvdG { width:9.0625rem;height:1.4624rem;top:19.1875rem;left:9.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wE7T4f4BUm8qQLzDm4udUl2Jn9t0Se0f { width:9.625rem;height:4.548825rem;top:20.60009765625rem;left:10.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1CFudQbsRUZkJFRCmBOmyTeKNxsHQc7 { width:18.4375rem;height:1.29980625rem;top:25.5rem;left:0.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmPS3pGX7ynrlXpLyML7LxvLIKyelhpx { width:11.0625rem;height:7.6875rem;top:26.7998046875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlLuPtFcJd8nwIvcbcWINlkJId0tb5ao { display:block; }#HlLuPtFcJd8nwIvcbcWINlkJId0tb5ao > .row .container { width:20rem;height:107.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xhFPX4mftgRpTWDEv3ssUlcZgyUo2TPk { display:flex;width:5.125rem;height:5.125rem;top:0rem;left:2.375rem; }
 }@media only screen and (max-width: 763px) { #qg8z1aQlBeyMCB7340pEvlnXonJXKALT { display:flex;width:5.125rem;height:5.125rem;top:0rem;left:7.4375rem; }
 }@media only screen and (max-width: 763px) { #ZcxMciVTFi0vtE73A1mIfioO8q7UVxQK { display:flex;width:5.125rem;height:5.125rem;top:0rem;left:12.5625rem; }
 }@media only screen and (max-width: 763px) { #Dwr0VTNJXmi1x5UWStmGATaknP3rrZTD { width:18.8125rem;height:3.3125rem;top:5.3623046875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6UAVLH8fk35zAcvd5pngwvqV4JJtq0g { width:17.4375rem;height:2.5996125rem;top:5.71826171875rem;left:1.28125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QHdiyLIwvcG6GZATFavIbUS9m81wruTa { width:15.75rem;height:2.5996125rem;top:8.6748046875rem;left:2.125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eHXlHcuH3lPy0N35n2u8TogQMbX2UyzW { width:20rem;height:7.7988125rem;top:11.2744140625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gWfaXeXqJAE5SAU2KaOqeIfz8th74CI4 { width:20rem;height:69.875rem;top:19.072265625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rthAtLWX8pSV1aH92vCLmUh6fohF983k { top:89.7099609375rem;left:0.5rem;width:19rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZ0kHk4ZZNy3JxV8cqmNDMfWmIzqtWu0 { display:block; }
 }@media only screen and (max-width: 763px) { #s2ilucq6ZBXv7mRhzBDZGyZi9h2Bs8b9 { width:20rem;height:4.142575rem;top:94.3974609375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNibPbugyE7lmJdwNPcJZ4kbsyyby8Kf { width:20rem;height:3.47998125rem;top:102.9404296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRv7BgueOCRTztrDikPTSrhLuMw7LkuD { width:5.5rem;height:3.9375rem;top:99.0029296875rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQuKmrbXzQs4OwghcUdUaDlVxmeXNTRl { width:5.375rem;height:2.6875rem;top:99.6279296875rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvWgmWt2orZCAyKruNqtduXMPpf8nNAP { width:3.75rem;height:3.75rem;top:99.0966796875rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9Dcx7Tuu9EPE1LCfdJIcyDDZyKMHzN2 { width:4.375rem;height:2.75rem;top:99.5966796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0TRyVTRuDtS8sgtODsDuNk5JTQt8pRn { display:block; }#T0TRyVTRuDtS8sgtODsDuNk5JTQt8pRn > .row .container { width:20rem;height:141.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hL4tgUdxAe7klGNkCkLhb3pMAXlUE8CN { width:20rem;height:2.625rem;top:3.8212890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBpu2hBNtoaHMC8FbC0H7SUER0UZlbu3 { width:20rem;height:2.1933625rem;top:4.037109375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfWv0ZbKWZw15tfUESbBiAKGP85W0l6T { width:6.9375rem;height:2.5996125rem;top:0.75rem;left:6.75rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T0tUNy8Xio4nkL2KhBxwM0UmAEQSvHeK { width:20rem;height:5.19921875rem;top:6.4462890625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GZKKsHpO1XEOa9HGeoTHiuNc4AGsDKs8 { width:18.375rem;height:16.5rem;top:66.39013671875rem;left:0.8125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rkTAyg8vmcJA8Mwq85dQeIJvyzRp3iy2 { width:20rem;height:13.0805625rem;top:11.6455078125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1WfHH4aTv8xEtTMe1FpOyZ5PPdTPz1V { width:19.875rem;height:10.75rem;top:25.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXqzkg4Ls0dUcFKPVH0oc603tctGoxox { width:15.625rem;height:1.4624rem;top:26.6875rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMFU9G7cB6L1fKPp2encJENglpI9PJ1c { width:19.75rem;height:7.312rem;top:28.6875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LFydpxn1f9wNX49pebLD5Orvm07wJPUD { width:19.875rem;height:13.25rem;top:38.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnQH2oOIqpoPaAym0Fbv3OGIEz6byfo5 { width:18.375rem;height:8.7744375rem;top:42.25rem;left:0.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ALt23yyrkLU7Ikm8dLlsVNhvenrvdeu3 { width:18rem;height:2.92480625rem;top:38.75rem;left:1rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Psmp4OvNv9Lt1PMW6Tr3UIXeK1ZhmKyz { width:19.875rem;height:10.5625rem;top:53.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkF3WbiDCEhWDhJc1zRZtd8Cw10UqpTQ { width:18.375rem;height:5.8496125rem;top:57.6875rem;left:0.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1VpJWuN7DGPzVUeb1asgah4zH2zTSRB { width:17.75rem;height:2.92480625rem;top:54rem;left:1.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Vhw7c2rtnPHbeMyqrLT2zXSEaZCRLqLm { width:19.875rem;height:14.875rem;top:85.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZvy5987Qfs7o4fvlcx9fMxSvTtVLHSC { width:17.8125rem;height:8.7744375rem;top:90.5625rem;left:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dx6Tuhsy5fNMlRXidaMnPtqPyb09CSp7 { width:17.4375rem;height:4.38720625rem;top:86.25rem;left:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmK2a5GhWpGUa7kZxvUdwUdfO51N6eFv { width:19.875rem;height:15.375rem;top:101.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9Gw8L6R824hTF52ZwqMQ46tsRaquh1G { width:17.875rem;height:4.38720625rem;top:102.4375rem;left:1.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPgmSy3NTUBX20tMPwpTPk4RrsooVRTC { width:17.6875rem;height:8.7744375rem;top:106.8125rem;left:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2sGyHSL44VW8WRSGKkOdPqyf0qSb1TZ { width:19.875rem;height:10.5625rem;top:118.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeI3sQDlLlequzvk2nqooCHOJkmePXfB { width:17.75rem;height:5.8496125rem;top:122.375rem;left:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBgyzlwLxL2cgrghC4y1ONJyEtTvmRgk { width:18rem;height:2.92480625rem;top:119.4375rem;left:1rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFCO56bVCWozxRGlitk5Fe59VNvPLGW6 { width:19.875rem;height:10.5625rem;top:130.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ai8nTcTa5EXZmfNb7sdRUOqN8ycFp6TG { width:18.5rem;height:5.8496125rem;top:134.0625rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QphOvkD9Ul1Pyvz7HI7MhO17xhcMckwM { width:16.6875rem;height:2.92480625rem;top:131.125rem;left:0.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wqk6npSZGgzckSWd8KsfmvE9BPsIeGfl { display:block; }#Wqk6npSZGgzckSWd8KsfmvE9BPsIeGfl > .row .container { width:20rem;height:33.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iTp5f1KNyzTGc5deqam9A8x7wxlpagHA { top:1.25rem;left:0.5rem;width:19rem;height:4.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wN7sr4Uh3WC6Tk3qVvtWnmvW9UlkcxGP { display:block; }
 }@media only screen and (max-width: 763px) { #HLbvLU49OwQZCuVJ30OfJX8vm0zrPlCS { width:5.5rem;height:3.9375rem;top:12.04296875rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1xO6fMb2gghmrTv3NubXXEEEv4cz5Tk { width:5.375rem;height:2.6875rem;top:12.66796875rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4g6xgvieNQ71TZrPBfOR1zUH6avDIvB { width:3.75rem;height:3.75rem;top:12.13671875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQZuKQBhQHgVasZD5qe1Ml2vsQFToWJi { width:4.375rem;height:2.75rem;top:12.63671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuM7WI7uI6Vz8Tv9mTtARa0n0T7cb9LE { width:20rem;height:4.38720625rem;top:6.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKelqTDNlBIkLZkqZ1NEyFgDcTumHt1i { width:20rem;height:5.8496125rem;top:26.32421875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8aJBRIJLeAmhiX5Qy0GKs5kPzfzUhSJ { width:8.875rem;height:8.875rem;top:16.60546875rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cK1voGreGUyTEhhrRLiF8og0WaJ1r6AO { display:block; }#cK1voGreGUyTEhhrRLiF8og0WaJ1r6AO > .row .container { width:20rem;height:26.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #raaprcbMCuBsF53lQ8FUGZFDFuc19Cyi { width:20rem;height:2.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSZJo0g3E9uTQCNh1EXMOymT8lApyGJk { width:12.9375rem;height:1.70605625rem;top:1.8125rem;left:3.53125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #POZhA1Gd5R2ZQCX831sukG5OfWw2pqr4 { width:20rem;height:6.3369375rem;top:4.6875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEoeaFAeE8ydyTewmqvyTnUZqITyh1I2 { width:9.0625rem;height:2.125rem;top:6.79345703125rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaiTa00VINJ8TeTpVLTulJGqr8QMS3iL { width:20rem;height:3.65625rem;top:22.6826171875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVrkSNdH8iBiyOkOCcF9PgXixNiGUbSG { width:16.0625rem;height:9rem;top:12.263671875rem;left:1.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMfpJP7tBp4oCHIBcM8SMBzG0RoT7D2s { display:block; }#xMfpJP7tBp4oCHIBcM8SMBzG0RoT7D2s > .row .container { width:20rem;height:50.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JRdioVdkmNKbT9fovMRcFOhohfTIMF2M { width:20rem;height:6.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDfEvfigNNRWk5FTAG5OKmWizDuDyOi0 { width:6.5rem;height:1.375rem;top:2.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyDk150KDZblTIemoKmGJzd4UucnytJL { width:6.25rem;height:1.625rem;top:2.3125rem;left:0.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFaXGUuPp9b7Px4TwuaIX5TJ5MaRMoeB { width:18.375rem;height:1.3808625rem;top:3.87158203125rem;left:0.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DorH1gakUGCwMixZw0FuqaN1T3BI8AvU { width:17.1875rem;height:1.94921875rem;top:5.25244140625rem;left:0.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDVhKxAfEc9s1ZlS2qo1pactAFGPVNEt { width:19.75rem;height:42.125rem;top:7.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ozxnf7NkdAo8A3XkombdwyUSvE4KlZIn { width:18.9375rem;height:22.744125rem;top:26.625rem;left:0.53125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #grmEQxsKMIgQ5XbNbHiA6U0Kwtz1u4hH { width:14.4375rem;height:18.75rem;top:7.20166015625rem;left:2.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #il6l22J7eecxB3DQBAKL05lQ5VtxLsaX { display:block; }#il6l22J7eecxB3DQBAKL05lQ5VtxLsaX > .row .container { width:20rem;height:46.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IWMVQNenqbiT1heTOoaV3vseR0bfskQT { width:20rem;height:6.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPIWQP1uF6WXuHG7wgd20hnNzgNkJMZt { width:6.8125rem;height:1.375rem;top:1.94970703125rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ku9Ont4ay2wxTsckAyaVOkUfD7sOZneF { width:6.625rem;height:1.625rem;top:1.82470703125rem;left:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2xSucp8hAcp15AiBMmgWcyGkPDGNkIK { width:18rem;height:1.4624rem;top:3.32470703125rem;left:1rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGW5w2coW8nts8fqU9x3bDFPJNTTdTxi { width:16.6875rem;height:1.94921875rem;top:4.7861328125rem;left:1.03125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFIv4uQI2QVuGPVZy6Smp7ki3cwKmzez { width:19.6875rem;height:38.9375rem;top:7.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #klUGT1oObw4AAzxC9m4VBZmcxgo80ehi { width:19.0625rem;height:20.46975rem;top:24.875rem;left:0.46875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7eaFb3LgveW0BAoCkmNLr27By7SzaJQ { width:14.8125rem;height:16.8125rem;top:8.0625rem;left:2.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXRZnzDTpGWFmyK5UiQ6oBAM8dI54RcB { display:block; }#MXRZnzDTpGWFmyK5UiQ6oBAM8dI54RcB > .row .container { width:20rem;height:41.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iuQdQoXqoXQLzOl3iCG6qeE8OoMc7LqJ { width:20rem;height:8.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PauBXTf8Ootd8z9eTuH7qDxANs87NOW8 { width:7.125rem;height:1.375rem;top:2.375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzXpIdeGmToa5LEerHl7c3w5zsNqEolH { width:6.75rem;height:1.625rem;top:2.25rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pcf8xaa39W0UV9a9NuD431nTcTOEVVox { width:16.625rem;height:2.92480625rem;top:3.75rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWg4N7tF4PAqLD4EkMP5UKXtBCpWSgvm { width:16.0625rem;height:2.2744125rem;top:6.6748046875rem;left:0.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnV0v7SZBMv6KrICNbORok7Po0OmTAcX { width:19.75rem;height:31.4375rem;top:9.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cy2ZfsaQoXiCcwfGbB778VIt7MnabNk4 { width:19.3125rem;height:17.058125rem;top:23.439453125rem;left:0.34375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuvIvTG8ArVJaxcGIxGlBx1Pf8ontaSX { width:19.0625rem;height:12.4375rem;top:10.375rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2WWTXsTrd6Qp3SLlBAw9fgA9QndrddO { display:block; }#I2WWTXsTrd6Qp3SLlBAw9fgA9QndrddO > .row .container { width:20rem;height:41.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HRUDkpiZaLogW1hWDstMgBtUymr8l2yz { width:20rem;height:8.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #subzddfIEWaJiFFaGVgvpHamdU07XVIO { width:7.25rem;height:1.375rem;top:2.41845703125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSWtTUdI42qz0qFxkflK1hgSwsVfnxbh { width:6.8125rem;height:1.625rem;top:2.29345703125rem;left:1.34375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8gzvTRzOw3SDJRpU6xZV2nNnVKOwhM4 { width:17.375rem;height:2.92480625rem;top:3.79345703125rem;left:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPHmJZ6mOhJP9uGmmQflcBF5dsxl64sX { width:15.1875rem;height:2.2744125rem;top:6.71826171875rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxMbI6icI5C7BoWErTI9gGFzuGM39rTR { width:19.9375rem;height:31.375rem;top:9.71630859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvWJSFxCIvKnorvy89RXf6ivQiAfK0LS { width:18.375rem;height:17.058125rem;top:23.1103515625rem;left:0.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ker24B8KzOdRUUoFSNdfxPoePWhIw8cf { width:19.0625rem;height:11.625rem;top:10.56591796875rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQGRBkTPggdLqrLGqHAD5ktKmDQWEgPm { display:block; }#LQGRBkTPggdLqrLGqHAD5ktKmDQWEgPm > .row .container { width:20rem;height:43.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AC7KmP03FlCezse6ik0JeKJcS6GWsyfo { width:20rem;height:8.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwXmdS9FIXzmAfmGqngTV6GtcP2FD1C7 { width:6.75rem;height:1.375rem;top:2.29345703125rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFxOJ98ZwcSxyEc9JukrK9E94Ec0sh1I { width:6.75rem;height:1.625rem;top:2.16845703125rem;left:1.09375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7wHxgCP70s60TsE8NB2JtchkrnQmwBz { width:16.625rem;height:2.92480625rem;top:3.66845703125rem;left:1.09375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqwVwMXVBysT1RPMIh9aKcUQ89m025C5 { width:16.3125rem;height:2.2744125rem;top:6.59326171875rem;left:1.09375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lg6kKchstw8Lm6MaUXiZP2sBRTBoKxNy { width:19.75rem;height:32.75rem;top:9.71630859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyIaKAr4BXinxMwI9SRlTLZkdHpFpkA1 { width:18.5625rem;height:17.058125rem;top:24.24951171875rem;left:0.71875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVlJ4l2qMilOrNIJM3AATTAxd7XHKOWS { width:9.25rem;height:12.4375rem;top:10.7451171875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0Gb8Wn2OyTix31428lk92O8XadCD7w3 { display:block; }#Q0Gb8Wn2OyTix31428lk92O8XadCD7w3 > .row .container { width:20rem;height:39.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QX1CWUSmJVdTD8ecRT2tt7zMR0NExIQP { width:20rem;height:8.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzBGZ3xAIixkgwPSP0OMDTft2FteXLE4 { width:7.3125rem;height:1.375rem;top:2.49951171875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W67RVgM99oDEtCuwF1KsAIqSUm7cLqoq { width:7.25rem;height:1.7871125rem;top:2.29296875rem;left:0.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k71TqVzzF6zuW5pqhpd8sidwwZpIOPOy { width:13.1875rem;height:2.92480625rem;top:3.87451171875rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0sHZmleTDfxpAcu39g5hP2L6quQgGFw { width:15.625rem;height:2.2744125rem;top:6.79931640625rem;left:0.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdLNd2oRgJ9ZsxFWT5JXq4othAZzIdTp { width:19.75rem;height:28.75rem;top:9.44189453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAolDwxNS6JSb0mIcWapNON5NmEBi9F3 { width:19.1875rem;height:15.920875rem;top:21.0625rem;left:0.40625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEteDd2RxG4VTZVlEbPILWIPITsU7JJS { width:18.75rem;height:11.5rem;top:9.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcmUzm0WwLG7SzKKMF160rTtntVLmQ67 { display:block; }#HcmUzm0WwLG7SzKKMF160rTtntVLmQ67 > .row .container { width:20rem;height:23.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XrQJeBV8pTOXugOuls9FT17rPd5qXeww { width:20rem;height:2.76171875rem;top:1.837890625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l3gttKF9y6J05lusc1nUv3baKkP04Mbq { width:20rem;height:3.9375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Db1B6A9ku69CWwoNzvSdrVIOF520RL4I { top:5.97314453125rem;left:0.5rem;width:19rem;height:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vlr4EhQeVe2ZN989mWV6J7FMSzG5Jk5s { display:block; }
 }@media only screen and (max-width: 763px) { #Fwxuw2A7zacQRfxai1qH6knbHMD17mx4 { width:20rem;height:4.38720625rem;top:10.66064453125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgEP9x2MITGcthBQBhwIV2OTlTSESydT { width:20rem;height:3.47998125rem;top:18.98486328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4TSAgAGyRFBhr279B2HduwwwqADDMWx { width:5.5rem;height:3.9375rem;top:15.04736328125rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHFgyZRFk1XGyDz4dWyAhn2o1JyAdObC { width:5.375rem;height:2.6875rem;top:15.57861328125rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqdgr8bOZJaHdczynRTSot56fcRuSS76 { width:3.75rem;height:3.75rem;top:15.04736328125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cP1n0l259ieloK6wQbabhcmuPTqyohEw { width:4.375rem;height:2.75rem;top:15.54736328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdqI4Px5EydXLSuA30xUxvB8SGI2hNLu { display:block; }#IdqI4Px5EydXLSuA30xUxvB8SGI2hNLu > .row .container { width:20rem;height:64.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZFMu1kmzHwZdXetGNy5UwMiRG65l28Wi { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5OAbc4EFpi4U2QGl0R0PtGTSEzCNdqy { width:20rem;height:10.2368125rem;top:4.474609375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8lHcc7zHRG1xgfDkumPcF0NFIXKU1sr { height:11.171375rem;width:20rem;top:15.52197265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANh5wpvl02e8P6iR7vBf3p3U90Qgskr1 { height:11.171375rem;width:20rem;top:27.505859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyMsaxGu4zOmPI3GTSzKWqFDCLBvOZNt { width:11.0625rem;height:13.5rem;top:38.67626953125rem;left:4.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZzPVJHS7orgXytdr51LRrWpnXhR9GT7 { height:11.171375rem;width:20rem;top:53.6005859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpElBpMmxeM4g4vu4qkQlID9bSM3KfFh { display:block; }#OpElBpMmxeM4g4vu4qkQlID9bSM3KfFh > .row .container { width:20rem;height:24.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rL2HNRxAS93Dz6JD4UHwK4ncbZw83Asn { width:20rem;height:2.76171875rem;top:1.837890625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cdN6JpFRJ5x3p3ffQqJcHUnNKAHagVKx { width:20rem;height:3.9375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RETD9XwrlReoqzNqplCvTTStPo5Wbx9F { top:6.41064453125rem;left:0.5rem;width:19rem;height:4.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBMyZvVISd4d3tFmuN3caQiBBbpZ4GwL { display:block; }
 }@media only screen and (max-width: 763px) { #I5OqutRLePV4Hr2xtHE9lFIKroRWU18F { width:20rem;height:3.47998125rem;top:20.728515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnJximqqqcSeR3ff85KyDMLiutPBax4H { width:5.5rem;height:3.9375rem;top:15.89111328125rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gB8t7WhJpECpFAgNTxzeTeqVTLP9LNei { width:3.75rem;height:3.75rem;top:15.98486328125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5gPkpqPE8c7ffnaIhIJtTAuhBnaWkBx { width:5.375rem;height:2.6875rem;top:16.51611328125rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C392xOe0QEgRyWhmHsVuU0yebALAzkQQ { width:4.375rem;height:2.75rem;top:16.48486328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uonmaWTxVpoApVAxMuR2QPfCbU3al4gC { width:20rem;height:4.38720625rem;top:11.41064453125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzMLUIRQh1WTeFNnEzPVPpWpWBuehIAf { display:block; }#wzMLUIRQh1WTeFNnEzPVPpWpWBuehIAf > .row .container { width:20rem;height:138.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k6B4Fm6Hf587ZQCbEHUnDsZfisVk7iqZ { width:6.3125rem;height:1.5rem;top:1.25rem;left:7.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNOHiq7RmeLodCEm7mlxDIcuJW0IfdbM { width:20rem;height:5.8496125rem;top:1.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkHlBFBLyDRfBD7aEQF0rXbSBEue2QgL { width:20rem;height:2.923825rem;top:8.234375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJnXMCyQ8HH2qbrthuRyAfTowG2oVK6B { width:19.5rem;height:3.5rem;top:12.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #guqEKW69AfXyNBQ4ftP55GOFMsV9mlqh { display:flex;width:1.9375rem;height:1.9375rem;top:13.34375rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #G5pGRS3Kk5Cqp7GthDe7q2nzBcKu8Mwo { width:10.5625rem;height:2.03125rem;top:13.296875rem;left:4.71875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6tkWxXd1InK6lEvkUdurHCyoSkHuHVH { width:20rem;height:14.297875rem;top:17.38916015625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogX8Tftqqx9Sw2MgJEIZOpdbfKWTfA0g { width:20rem;height:15.597625rem;top:37.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWQFDLncAmqHBT1zrplOZ2rgK4gAaovn { width:19.5rem;height:3.5rem;top:32.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X77rbDsKusvvBAl7RGUReTEOL0HugDDM { display:flex;width:1.9375rem;height:1.9375rem;top:34rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #pTGTSckQtL5lzVzXm8e4k3esPWnB3k4Z { width:10.5625rem;height:2.03125rem;top:33.9375rem;left:4.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZdm9ifsNqA0LQWh0awVL5BSKBCbcfo8 { width:19.5rem;height:3.5rem;top:54.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTGLpkBmRUWJqq2Om2WN31xxSunoifwl { display:flex;width:1.9375rem;height:1.9375rem;top:55.6875rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #P7SfuphwRImTcTuXIP2KJbutTdAiU20P { width:13.3125rem;height:2.03125rem;top:55.625rem;left:3.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aapo1WQCDBeqkple7l7sM3Hsth8LnZuu { width:20rem;height:12.9980625rem;top:59.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPKpBUToHHChZg0Ev5JTowOGFCgEzkFJ { width:19.5rem;height:3.5rem;top:74.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0afgOFgakAELVVLgkUVRMqXCcxMBIIz { display:flex;width:1.9375rem;height:1.9375rem;top:75.125rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #zA0T2N1BT3ETHveQbrvB9F2wkxtbKDGp { width:14.625rem;height:2.03125rem;top:75.0625rem;left:3.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VD1xO2sbZa36pSF4OfcGwgRW5La0RHoT { width:20rem;height:14.297875rem;top:79.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPk91cflEU2mT06AQq5e9sv7fWDOiMma { width:20rem;height:12.9980625rem;top:99.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #STFc1x9iQ7QAX4uF3R0Mts0xT687XTHz { width:19.5rem;height:3.5rem;top:94.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #odUx9QQET7G3OgXCJ1WwqilNQVPMEgsz { display:flex;width:1.9375rem;height:1.9375rem;top:95.6875rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #nTEll6HWWagMVrWuXE0NlBf7oDPTRfGr { width:11.125rem;height:2.5996125rem;top:95.375rem;left:4.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ronb8ihTFxTNTTE7yEIVo95JRhq5BPz4 { width:19.5rem;height:3.5rem;top:114.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApUIlnxGmdGh2CCegATnOwSLAhmTc2HT { width:13.375rem;height:2.5996125rem;top:115.125rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCiM8HR8h5k7TTSmX6aSgTAc3hmDniWS { display:flex;width:1.9375rem;height:1.9375rem;top:115.5rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #WF5TTvAIxXm8h8i3QkH73KvtmwOf7mIR { width:20rem;height:17.5488125rem;top:119.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7uUt4T1lHqdDKXVxq41nmaVPDK82iT7 { display:block; }#V7uUt4T1lHqdDKXVxq41nmaVPDK82iT7 > .row .container { width:20rem;height:63.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d2NAGAeLeSxp8nUnGiJEWFCRoh9ovtTH { width:19.25rem;height:60.6875rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tl3WZMUaGfE23k915q5CLWFKBCZgC99t { width:20rem;height:5.4375rem;top:0rem;left:0rem;z-index:15054;display:block; }
 }@media only screen and (max-width: 763px) { #Zxc5VHkdkW8pVHA5KbpJCeEzmHTwrFvl { width:20rem;height:3.73730625rem;top:0.849609375rem;left:0rem;font-size:1.4375rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #kkcW5UWATF5pO1gP8b7P9RIbfwykWsTX { display:flex;width:1.75rem;height:1.75rem;top:7.24365234375rem;left:1.09375rem; }
 }@media only screen and (max-width: 763px) { #xTxPwSQI8Ahf6eSPr8rSa2C5JUrf4uNM { width:12.375rem;height:2.92480625rem;top:6.65625rem;left:4.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWTT4c3lnrG5ntd5yanmKK8ArnCHSwoX { width:17.8125rem;height:4.875rem;top:10.3935546875rem;left:1.09375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RU8IPsqTXNIArxsoCTne6ConLoma4Zyw { width:18.125rem;height:3.65625rem;top:20.6875rem;left:0.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sCAkFoCgIpfL804eNRQlHwzgpOuO6Eft { width:10.75rem;height:2.92480625rem;top:17.01220703125rem;left:4.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTBFKzT9LkPA4U24UdTavq7VRGxTeoKx { display:flex;width:1.75rem;height:1.75rem;top:17.599609375rem;left:1.09375rem;font-size:1.1875rem; }
 }@media only screen and (max-width: 763px) { #g1ZTIvC2sLmBffgoFAqBBeMZcwU1I0BZ { width:7.375rem;height:2.92480625rem;top:26.4375rem;left:6.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFJQzxk8lvTM70kBpSi20CSrPgAdRfem { width:17rem;height:4.875rem;top:29.9375rem;left:1.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #piv0vUbNS0S53hvzmKQRFUC5n6ZgIgwl { display:flex;width:1.75rem;height:1.75rem;top:27.02490234375rem;left:1.09375rem;font-size:1.1875rem; }
 }@media only screen and (max-width: 763px) { #onn9qBrgU3GCne23xkyPEA2TkbeRNC8k { width:18.125rem;height:4.875rem;top:38.9375rem;left:0.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DkTNSrKU4PZ2mMDrMkOSwLT1UdpWTTay { width:12.75rem;height:1.4624rem;top:36.4560546875rem;left:4.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aq8xUiErTpUWGlnOotZD3JSlTQoHikuN { display:flex;width:1.75rem;height:1.75rem;top:36.3125rem;left:1.09375rem;font-size:1.1875rem; }
 }@media only screen and (max-width: 763px) { #T8cOnxlcp0LBlSZpmEWZRf8d34srp4bL { width:17.5rem;height:4.875rem;top:49rem;left:1.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g49x4hmlOhnEgzTuPfvsz3OV2uoT1MIu { width:11rem;height:2.92480625rem;top:45.125rem;left:4.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgWixiGE5e4IJ1Pw1odOxpAAaH4s43ZN { display:flex;width:1.75rem;height:1.75rem;top:45.71240234375rem;left:1.09375rem;font-size:1.1875rem; }
 }@media only screen and (max-width: 763px) { #ahQvZNPsLMEB6ZT9nEcc3AC3oWT4DJX4 { width:12rem;height:2.92480625rem;top:55.3125rem;left:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUDE5e7AGRJyRTN5NkUfeyXEsFn7brl8 { width:18.3125rem;height:3.65625rem;top:58.2373046875rem;left:0.84375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wH3m1w4DA0sZL7iiGgZUqu4LRVr10wIO { display:flex;width:1.75rem;height:1.75rem;top:55.3125rem;left:1.09375rem;font-size:1.1875rem; }
 }@media only screen and (max-width: 763px) { #r8kTvFx8befhIZTGZQ7NpFoUSgPAmpD2 { display:block; }#r8kTvFx8befhIZTGZQ7NpFoUSgPAmpD2 > .row .container { width:20rem;height:31.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iu4r2AOkwrONhkg9bpfDJzwJLshVZLFN { top:1.25rem;left:0.5rem;width:19rem;height:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BC6qzggX4oohADDA31dGv4F4CGLhFhru { display:block; }
 }@media only screen and (max-width: 763px) { #XmBZS7Cp1JFfEzJl9Q6XnRBiTI8tJeka { width:5.5rem;height:3.9375rem;top:13.23046875rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZUGoiI3e7f3UbTea1xXon2C2yQydS0L { width:5.375rem;height:2.6875rem;top:13.85546875rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWcsAx1mVIF8IkuOaIvbovHJp19xWIko { width:3.75rem;height:3.75rem;top:13.32421875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVOA3drDygCOyHh1zDR19K63W8KTHiOR { width:4.375rem;height:2.75rem;top:13.82421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rC8byL8LKcXUcTGA6AaAm9kro2bfU3n0 { width:20rem;height:4.38720625rem;top:8.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTt1GytzWsToPFyOOwEc98z85dfxU41y { width:20rem;height:3.8994125rem;top:27.51171875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3HEXyHBKRRWDLFST6Liy7eamGeIo9ZD { width:8.875rem;height:8.875rem;top:17.88671875rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHwdw2UXUVrpnWq96B4KMMe8EIxerwTN { display:block; }#OHwdw2UXUVrpnWq96B4KMMe8EIxerwTN > .row .container { width:20rem;height:36.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P3KR7fsoiWaoRlLnInVfvGMSMkfJBOmB { width:20rem;height:9.099625rem;top:1.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U56mUNu8dWWOA5NT8A8iUdgJD3arRK84 { width:8.8125rem;height:2.375rem;top:3.310546875rem;left:5.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKfKbbfD1hZlf5o52JtNx5PNOHSDon1v { width:18.8125rem;height:24.375rem;top:10.349609375rem;left:0.59375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RD7FKUgh9cW8bfJlJob9Rtls3KCPUJT3 { display:block; }#RD7FKUgh9cW8bfJlJob9Rtls3KCPUJT3 > .row .container { width:20rem;height:29.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w097QoLO2EGtTmE3yJKWyZdNDdwhhqmt { width:19.25rem;height:22.5625rem;top:5.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhqgA4m8Dh3GJIurgbOpSeWExi0aHwzp { width:20rem;height:4.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLIxkT2amNO3pR0PXWKnMKGo0wkbi0wD { width:20rem;height:3.0869125rem;top:1.947265625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSpo0CTOoQAV9Bz16Mct9V3dQhX13FZM { width:18.4375rem;height:20.796875rem;top:6.5703125rem;left:0.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHuL7bCAawmiR7qKioos7RmDxyMizkUp { display:block; }#wHuL7bCAawmiR7qKioos7RmDxyMizkUp > .row .container { width:20rem;height:31.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HnsKlOKKeX4RxSvxIrESkfrQFXH0Tz5s { width:19.25rem;height:24.8125rem;top:5.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9D9Klh4MBc40Ws7h0woFsWlHBNO79eK { width:20rem;height:4.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #My56EHi9npTogOtKXSu4WR7sTqFMrATK { width:20rem;height:3.0869125rem;top:1.947265625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BisGgMqJyypW0XboODR0ZJnGhUgDSJqo { width:18.375rem;height:23.3965rem;top:6.1025390625rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyekdcCCU67Z1sDnap5zwoOQHRf7p2ef { display:block; }#ZyekdcCCU67Z1sDnap5zwoOQHRf7p2ef > .row .container { width:20rem;height:28.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pyX3gCB4RQGTd6yesPJWdx3arqqX85Oy { width:19.25rem;height:21.4375rem;top:5.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wx8TAo9Tf1TKmiybnJzANzJZ3NpRAtAp { width:20rem;height:4.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #grViogpaRDdT1raTDklXo6lTzvsP3hDH { width:20rem;height:3.0869125rem;top:1.947265625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxaD88a7SbCuEkXW1B7TTXl2JiNBlVpo { width:18.1875rem;height:20.796875rem;top:5.9775390625rem;left:0.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdvhPeTKWp2oSPLxW9uEwIE6GzT3HK6P { display:block; }#LdvhPeTKWp2oSPLxW9uEwIE6GzT3HK6P > .row .container { width:20rem;height:36.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #blPy92R6sXSKJx9LF05agU3BDCO7fdOC { width:19.25rem;height:30rem;top:5.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGNUvQ4FuFXrA0RgT9wxsVdyG6rWK7T0 { width:20rem;height:4.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzisg6gNDMuJQFgxBaMy8BKA1c3gX6io { width:20rem;height:3.0869125rem;top:1.947265625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWzoeF7WV239fpS2tKJu6eupxeInqdhd { width:18.8125rem;height:28.5956875rem;top:6.00390625rem;left:0.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuQU1P4qPTUrRFTn2yuBcdxSqtAtfD74 { display:block; }#tuQU1P4qPTUrRFTn2yuBcdxSqtAtfD74 > .row .container { width:20rem;height:17.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tzxtBh1em1VtoPBPtnrc0pKytvbRJrVX { top:1.25rem;left:0.5rem;width:19rem;height:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcLOxpMslu8xA3vzxE3pLuRC6Ec0DtU9 { display:block; }
 }@media only screen and (max-width: 763px) { #q3oow7sO671JWVUVChV7KMPXAAonMLdZ { width:20rem;height:3.47998125rem;top:13.44189453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3xagOLZRZ7NTC7OifHLGhQGrpMGrhWe { width:5.5rem;height:3.9375rem;top:9.50439453125rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBc5AtNnB3tcG5P9tEo2U7SAdyesykdH { width:3.75rem;height:3.75rem;top:9.59814453125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7qO0QS50sUdkS0Z8mMx2TvWtoNv4RTq { width:5.375rem;height:2.6875rem;top:10.12939453125rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDNzUsuZXRukfAuHZczso8nkEzN5fFNg { width:4.375rem;height:2.75rem;top:10.09814453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdW6atWxbLTS56DcZJk4hEXQMnpuOWAV { width:20rem;height:3.41161875rem;top:6.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzAhQLBB8NtFDmf662L3fG0TGK7gvqlQ { display:block; }#BzAhQLBB8NtFDmf662L3fG0TGK7gvqlQ > .row .container { width:20rem;height:69.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mhFSlMbfJzfpoSkKytwHkxL0zwCph6WM { width:20rem;height:5.84911875rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uctiCaTmOQiKa58mH0SZl8LWH3ZATPmu { width:20rem;height:7.312rem;top:8.0234375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5gN4gFpoNA4kx67vaUdOfpLKpUXDDQg { width:20rem;height:1.94970625rem;top:16.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXRm7yVuiMQX1Kt91BUqBki2dEJra1MS { width:20rem;height:5.8496125rem;top:18.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3ZoNh52iE3llGgEVQK8xG38V8PvRwnV { width:20rem;height:8.7744375rem;top:30.35791015625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5yoLsZXPHbFvVySoDZL4DDIloRvcChd { width:20rem;height:3.8994125rem;top:26.458984375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQKPOvhJ4iK98aRPZAfu1N5ECVqtbxJz { width:20rem;height:7.312rem;top:44.01220703125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOJ4VVm5Wn74kN45h0FJtDSb3ffdg6Bn { width:20rem;height:3.8994125rem;top:40.11328125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQTWtiXNNFySpIR3TVCdIcVGXIXNIxtb { width:20rem;height:2.11230625rem;top:53.4375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnJLJrWuxEQH8ukXO3uMOHTWTUdk1tcI { width:20rem;height:10.2368125rem;top:57.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gyk3kLIdckJV4Tyrg2dBtSUWR3D2WezV { display:block; }#Gyk3kLIdckJV4Tyrg2dBtSUWR3D2WezV > .row .container { width:20rem;height:31.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aC0z0IiuqiqzWCkkOTgPhERZsGruJA3t { width:20rem;height:28.5625rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PF5ChgU5WO0TztlXlSrv0kX73q2FwVrL { width:20rem;height:4.54980625rem;top:2.5rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFBb6h86iuTQQfMPTL4s0f3QaHEfHHmi { width:20rem;height:3.25rem;top:7.3125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ybCFA2XsC0pTGOgBeAcGuANeaIT5Q0Th { width:18.625rem;height:18.5215rem;top:10.86376953125rem;left:0.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfhQT267sFwU6fAkhscuclicDfEFSqU4 { display:block; }#HfhQT267sFwU6fAkhscuclicDfEFSqU4 > .row .container { width:20rem;height:26.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ry0rTDX1sNrDymTGe4ghL3eixfmJ8601 { top:1.25rem;left:0.5rem;width:19rem;height:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hu3lvPBV1DukwluHygTDbH44DFaiUQFP { display:block; }
 }@media only screen and (max-width: 763px) { #bNfKXSNG4rRNLXWdFKPh0y3Hnc6DQJ7e { width:5.5rem;height:3.9375rem;top:8.98046875rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4abVfaERa4Gf8b52vtftKmD5Rq31SiL { width:5.375rem;height:2.6875rem;top:9.60546875rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpBuTTpIsxw0A6DhhWsKbyO9Nrhmgcas { width:3.75rem;height:3.75rem;top:9.07421875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGllVoAJyHGxiQSIArJrfRhmy3XWRQ4E { width:4.375rem;height:2.75rem;top:9.57421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kosx7WcBGkun73pWdsk31XH1e3Um2t3X { width:20rem;height:3.41161875rem;top:5.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOhgKb7WbTXGTHABnMIFZwevTsXCmAB5 { width:20rem;height:3.65625rem;top:22.63671875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3kBNCW9IQ2ttuB5fps7s45IMeCwPsxe { width:8.875rem;height:8.875rem;top:13.76171875rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFytbplwAOQpRq3MOGMfbFoLNbuTTfsW { display:block; }#lFytbplwAOQpRq3MOGMfbFoLNbuTTfsW > .row .container { width:20rem;height:88rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CT83z1NhG9qMATDcRxxrVVkETSfTDeli { width:9.625rem;height:9.625rem;top:8.548828125rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #htgxfChQseeNvgVwMtdLulkH5qXrhr7T { width:20rem;height:78.5rem;top:7.96875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltmdL9n6Bbvlvc9sBARnW1yoBf612K8T { width:20rem;height:6.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6nSiRfqIWVnhv686TIo4PeIHTACoN7s { width:19.0625rem;height:5.1181625rem;top:2.0029296875rem;left:0.46875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckhlqTENBOqvQE3U18GAmqAyTe0h0zAN { width:18.25rem;height:25.59375rem;top:18.861328125rem;left:0.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzk9QcWFa4vtvEVqIs1A97VUecXKKTIH { width:14.0625rem;height:1.29980625rem;top:45.875rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7O8oCBixph8qfuiQtrIrbrqSUNbht7k { width:16.3125rem;height:1.29980625rem;top:56.1875rem;left:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vc3CtKK67EB0Z6yCbv94cMfdsJJy14T8 { display:flex;width:1.875rem;height:1.875rem;top:45.5625rem;left:1.5rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #ZGWy3I6B1ldTVFXbBCnmPPiqwUT5wK7V { display:flex;width:1.875rem;height:1.875rem;top:55.875rem;left:1.5rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #tWfZLukAPw0NCqQOVfHtZmEz2pc58Uuh { width:19rem;height:6.09375rem;top:48.0625rem;left:0.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQGtgzFEJ4Q6v6QsneseuUSamo6tZHX1 { width:18.625rem;height:7.9604375rem;top:58.861328125rem;left:0.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGLnfrCXBoqF1IzEPmSWEllTPTTFTTyv { width:18.25rem;height:15.84375rem;top:69.43310546875rem;left:0.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTl77zWIiNsD7OTDClG56i3JmJEpfJrN { display:block; }#VTl77zWIiNsD7OTDClG56i3JmJEpfJrN > .row .container { width:20rem;height:17.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H024HvyRMGr0mXWwfPZ80ZZklFVitfOm { top:1.25rem;left:0.5rem;width:19rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #trihmtsUWfDem2LErDCm9hvta5Iklr2E { display:block; }
 }@media only screen and (max-width: 763px) { #HGUp2yA3sCayd6qQFfKv2EuyKJQvM3SP { width:20rem;height:3.47998125rem;top:13.69921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVdSXqT9BabpkP8RPIf5fF50M6Q4xc5f { width:5.5rem;height:3.9375rem;top:9.16796875rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPHLEfJhgsHUZN8uCuIp4TVBTCFBlp8H { width:3.75rem;height:3.75rem;top:9.26171875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuunA50Shcb7SC0cS0kRtm9PUmVDTQPV { width:5.375rem;height:2.6875rem;top:9.79296875rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uccv4SAOIbxxtHZvU90ZQ425PW37VPvn { width:4.375rem;height:2.75rem;top:9.76171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPzTOWvcvphuTFlzTXzLLknNK6DdXZ7V { width:20rem;height:3.41161875rem;top:5.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCuWxL6chFnem1eqqdJWbT1VW42a5ylB { display:block; }#NCuWxL6chFnem1eqqdJWbT1VW42a5ylB > .row .container { width:20rem;height:71.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MKkdKs1fT0EM0GFCZ4BCdk60xREVrhqR { width:20rem;height:5.19921875rem;top:0.8935546875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD { display:flex;height:auto;width:17.5rem;top:7.4560546875rem;left:0rem; }
#AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #v4WgF3eQ7NIqaPH7tekweisRvb0oKDnF {  }
 }@media only screen and (max-width: 763px) { #AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #wP0gwOXx4aoXeegx3QyTfLkTLtpsaRec {  }
 }@media only screen and (max-width: 763px) { #AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #zhlTSTvDkAuuaxqxEls9TTO5ANiGxqqs {  }
 }@media only screen and (max-width: 763px) { #AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #v36x3BCE7Z9R2G95w0H9cEHTxecI565K {  }
 }@media only screen and (max-width: 763px) { #AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #mcAO51KkRhT5yToHwAaBeKs12RC9i19e {  }
 }@media only screen and (max-width: 763px) { #AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #FNCTtKMFHK7Pspa1g6e3rTH8iU6hko7B {  }
 }@media only screen and (max-width: 763px) { #AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #eCokBl619mSgDNm61xzIae2O6X2Xwlh2 {  }
 }@media only screen and (max-width: 763px) { #AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #lfUwu5Cmt7geGFnTEF5HIKs2wISIC2mK {  }
 }@media only screen and (max-width: 763px) { #AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #FwMQO92M7lxTHOldM0QMx2ncGsk2559E {  }
 }@media only screen and (max-width: 763px) { #AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #JvFRiWNw8tFwJwwGpl6mTdLTcW69m2Hi {  }
 }@media only screen and (max-width: 763px) { #AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #iWUsb9A1zHAU0RRIBLUvpiysxCK4s1zh {  }
 }@media only screen and (max-width: 763px) { #AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #oVTtEHEspCZgDEAh90F6QVWzSObCL2hH {  }
 }@media only screen and (max-width: 763px) { #AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #LDxrzy7JM3z1nACUHqhZI7165grJNo43 {  }
 }@media only screen and (max-width: 763px) { #AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #LqEbmJVqHbiGO8w8twIfRDdWJDTNlU4D {  }
 }@media only screen and (max-width: 763px) { #AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #d26rXOO3k2kawB3o23D9iymZKLDTWRBZ {  }
 }@media only screen and (max-width: 763px) { #AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #VengoS1QbusndKGMoPO0ElZfmIhy4lt2 {  }
 }@media only screen and (max-width: 763px) { #AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #o2CGbV5iBMTozGh0UolHwRnoO9lzRvEx {  }
 }@media only screen and (max-width: 763px) { #AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #W4WvIVmsdNsg8J3GGp94e3WsLiby7A3Q {  }
 }@media only screen and (max-width: 763px) { #AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #mJ3eMM8mxq2hZX62SbFgKyitQlfACH7k {  }
 }@media only screen and (max-width: 763px) { #AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #VsSsl4HPvXGIBEitU1incykCL6x8vXVK {  }
 }@media only screen and (max-width: 763px) { #AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #GwUm60XQomdo6dpTXbQmrD793qcPKcwn {  }
 }@media only screen and (max-width: 763px) { #AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #qEJdGRMggX4e1JKzCFXwiKPTfBc8nvTG {  }
 }@media only screen and (max-width: 763px) { #AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #o5Cfu2QHoafqRHAPXxd4nbp4gxh5ElmS {  }
 }@media only screen and (max-width: 763px) { #AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #CdGV1P3e4OiR3rV9tJbMxAuTT6tCQIey {  }
 }@media only screen and (max-width: 763px) { #AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #v1vydd9cKTiJWtvzZVoA0qP1Govcm8UG {  }
 }@media only screen and (max-width: 763px) { #AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #RUWcsyuIM9gbz3Q5DtSpB5XUBNz8DZOe {  }
 }@media only screen and (max-width: 763px) { #AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #n4ABfvwOPoOBB0iQCNl1UHTAelDPcdQz {  }
 }@media only screen and (max-width: 763px) { #AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #UhGFgyMqprGRwRnewn5t7FwHIyyAaXTo {  }
 }@media only screen and (max-width: 763px) { #AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #MX5g4us83wTte77AgdJnhZr1Gth3a2tl {  }
 }@media only screen and (max-width: 763px) { #AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #M6nNPv4bT5WOQp0ihVER4PTdX6EfQszX {  }
 }@media only screen and (max-width: 763px) { #AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #iec8bW26RUEtRNBrldl9HrW4TcG7UGgK {  }
 }@media only screen and (max-width: 763px) { #AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #RaPAh1KeHy6TNOLg8M5ifT6VMD8MMNTZ {  }
 }@media only screen and (max-width: 763px) { #AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #iiOqtcbNDZSuie03TA7Ebnu02zqgAoQ5 {  }
 }@media only screen and (max-width: 763px) { #AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #BTTEWJUIZXmkFcsWfcEyTTnTCoG6lfin {  }
 }@media only screen and (max-width: 763px) { #AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #z6PyZMQfNZhXtJHxebnRST8Te7E3wQme {  }
 }@media only screen and (max-width: 763px) { #AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #DtT67z0ZBIgeAxMEodcFZJuxWWHCWE0s {  }
 }@media only screen and (max-width: 763px) { #AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #vqz4fomySqqkpkfsfi2utfiSJkViRCNH {  }
 }@media only screen and (max-width: 763px) { #AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #snNORaENbki2y2WzlbRgJDAa6alicmR8 {  }
 }@media only screen and (max-width: 763px) { #AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #Ftv0TUDOmAuEaK0dkVnB68FyqEHTE89M {  }
 }@media only screen and (max-width: 763px) { #AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #ZGbPD8PfTQ9W9X69wOO3vSfZWXqZQ34r {  }
 }@media only screen and (max-width: 763px) { #AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #bQzLPeAMqOGviK01FAT2fTAyR3KfqdFe {  }
 }@media only screen and (max-width: 763px) { #AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #aGBQT3uZxCCrZyIU9WT2LvwTqfaczS3B {  }
 }@media only screen and (max-width: 763px) { #AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #sJ3DdoxUL5qQaKdQT66l11WEbfboWfhZ {  }
 }@media only screen and (max-width: 763px) { #AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #Uc2VCD2Q8pA5FeLTGokOl7kNTLmP44KF {  }
 }@media only screen and (max-width: 763px) { #AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #KfRL1mv2IGW7XBBUPTktyhnTlisLhR7v {  }
 }@media only screen and (max-width: 763px) { #AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #vAZhgiaqvJGA3FKhpEWqCDPmariNZb18 {  }
 }@media only screen and (max-width: 763px) { #AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #fr63guUWA6HsBcCTNm6fFRWeouvrzKp8 {  }
 }@media only screen and (max-width: 763px) { #AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #fsQioFDMQcbr36T4ZusEDuLEv07VQ7Id {  }
 }@media only screen and (max-width: 763px) { #AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #D71veneCeXOi1qwoHwICgu7yuVlZ1NpS {  }
 }@media only screen and (max-width: 763px) { #AcbrTCMQ5q0oScJeOUOUZleBJNiwkNLD #i0DdT5IF9q4vOaOGLZk40SwTyNz1f6i7 {  }
 }@media only screen and (max-width: 763px) { #aWkuTGSbBb2f8rnlthEyw5a19SGeUetZ { display:block; }#aWkuTGSbBb2f8rnlthEyw5a19SGeUetZ > .row .container { width:20rem;height:18.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qsNb1T8FhzDwsa5gzcLJqFftS8ge61Z7 { top:0.6875rem;left:0.5rem;width:19rem;height:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6z0so0XQQTeRwIEMlObrBLaGTMMMJn8 { display:block; }
 }@media only screen and (max-width: 763px) { #P9cDlaCleAhD7bnacLzU8GcAkf1BFxSb { width:20rem;height:3.47998125rem;top:13.57421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpJ3pNAtLmbVQtlBhHT8Sfc1C9u3tNqk { width:5.5rem;height:3.9375rem;top:8.91796875rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfT2AF0EmH3Ma3ZdoGZSEpN3S5ytDDt3 { width:3.75rem;height:3.75rem;top:9.01171875rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkqXvSbErkOUKXLbc2EPD8b8mFkvcGil { width:5.375rem;height:2.6875rem;top:9.54296875rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXOwKNzorsizZ87sleHvITaQtIBU7leB { width:4.375rem;height:2.75rem;top:9.51171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sT4eZqDpoX1tRaB2CTDAcCL9bbE4r7cN { width:20rem;height:3.41161875rem;top:5.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3r7gb2eLzCsFdwkpgmeuQXvSxLxsepu { display:block; }#G3r7gb2eLzCsFdwkpgmeuQXvSxLxsepu > .row .container { width:20rem;height:35rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EdqsIhayehgCepMlLHlze91IgfZqvBGg { width:5.625rem;height:1.13720625rem;top:1rem;left:11.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #swbWfBQzkaVftrXnDWPxFTTwQlF0Mllf { width:9.1875rem;height:1.13720625rem;top:1rem;left:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoRG6vMdcTrJ7fEBUKq5MSHF1mou6vc1 { width:20rem;height:31.1875125rem;top:2.787109375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }