.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:242,248,217;--color-primary-1:211,231,128;--color-primary-2:166,206,0;--color-primary-3:83,103,0;--color-primary-4:25,31,0;--color-secondary-0:222,226,230;--color-secondary-1:146,157,170;--color-secondary-2:36,59,85;--color-secondary-3:18,30,43;--color-secondary-4:5,9,13;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:99,99,99;--color-tertiary-4:0,0,0;--headlines-font-family:"PT Sans";--paragraphs-font-family:"PT Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#f5f5f5;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); }#pFJUi4FGoq9bORDzPP0X3GBLslcsoK5M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#pFJUi4FGoq9bORDzPP0X3GBLslcsoK5M > .row .container { background-color: transparent; background-image: none; }#pFJUi4FGoq9bORDzPP0X3GBLslcsoK5M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pFJUi4FGoq9bORDzPP0X3GBLslcsoK5M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pFJUi4FGoq9bORDzPP0X3GBLslcsoK5M > .row .container > .video-iframe-container { display: none; }#pFJUi4FGoq9bORDzPP0X3GBLslcsoK5M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pFJUi4FGoq9bORDzPP0X3GBLslcsoK5M > .row > .video-iframe-container { display: none; }#pFJUi4FGoq9bORDzPP0X3GBLslcsoK5M > .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); }#pFJUi4FGoq9bORDzPP0X3GBLslcsoK5M > .row .container { border-width: 0; border-radius: 0; }#pFJUi4FGoq9bORDzPP0X3GBLslcsoK5M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pFJUi4FGoq9bORDzPP0X3GBLslcsoK5M > .row .container { font-size:0.875rem;font-family:arial;height:5.6875rem;width:60rem;position:relative;display:block; }#KIcNQPf2e08qiuhX46hgsxQN89Tt8697 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.5625rem;height:2.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:2.125rem;left:39.5rem;display:block; }
#JlzR0pfDVxaW3qIwbWbn8e1dkqBAupAL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wlSknPoM4cVCTuzFxCbfu8qWH5b8W6EA { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.4375rem;height:2.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:2.125rem;left:50rem;display:block; }
#W7T0hcOOMTOJwTTrPfOKuqmnTMGgzu6X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m9VdN5VFDoCDUrb4nWUMhCuVFxPbLRhr { 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:15000;opacity:1;display:none; }
#uLvQJABxlGtNTd4ZUZcSx5WE2nAy83xc { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:2.125rem;left:44.1875rem;display:block; }
#mfTFcyyoaktLhfCTQHysR9oXep3TbgeI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Sky4yQBCzsz5FlK4gmKknxoRKElf27MT { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.0625rem;height:2.1875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.125rem;left:55.625rem;display:block; }
#l0RpsMCkBgEASgJKFJgCIwJ4RKdTfhr3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UBkNTw5Ue7Fyna3zsETTw6mRSEV2bQSy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#UBkNTw5Ue7Fyna3zsETTw6mRSEV2bQSy > .row .container { border-width: 0; border-radius: 0; }#UBkNTw5Ue7Fyna3zsETTw6mRSEV2bQSy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UBkNTw5Ue7Fyna3zsETTw6mRSEV2bQSy > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:60rem;position:relative;display:none; }#yCAHpIAW2ybfKH1Di2IQqb6Gp4ZD9iZp { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:2.03125rem;left:34.125rem;display:block; }
#UmTHH5X0sO8qS3M524gOprXT8mLKh1UX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#My9TmtZEknTl0psxkCMx7v6ypckStbsG { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.4375rem;height:2.1875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:2.03125rem;left:39.75rem;display:block; }
#E7rtZMWVIDyEmh5Cpw8c01goVHBBMu4C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#omsmpkBebhrq5hDulhBzZkCadHyA5gla { 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:15000;opacity:1;display:none; }
#PgGqGEbhflznEgl1yOflfeORx2DoJW0u { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:2.03125rem;left:48.1875rem;display:none; }
#TrtwlRxCPwHFTDesCNsaZNHXZmSTnsF2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#reF3Rbpcm68rHI21PDBd4pKUzCzAooeB { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.4375rem;height:2.1875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:2.03125rem;left:39.75rem;display:none; }
#Ew2s4Vb6ewqSs5HkMAyp0KvX58vhVxg5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:20.8125rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#rin0vonPR5J0wMnVL0RqTNVxEKMbhRL1 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:53.75rem;top:9.0625rem;left:3.8125rem;overflow:hidden;display:block; }
#lI1RkXJhTbKTRELxoIz4MRMDFwCMTvre { position:relative;display:block; }#lI1RkXJhTbKTRELxoIz4MRMDFwCMTvre { background-color: transparent; background-image: none; }#lI1RkXJhTbKTRELxoIz4MRMDFwCMTvre::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lI1RkXJhTbKTRELxoIz4MRMDFwCMTvre > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lI1RkXJhTbKTRELxoIz4MRMDFwCMTvre > .row .container > .video-iframe-container { display: none; }#lI1RkXJhTbKTRELxoIz4MRMDFwCMTvre > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lI1RkXJhTbKTRELxoIz4MRMDFwCMTvre > .row > .video-iframe-container { display: none; }#lI1RkXJhTbKTRELxoIz4MRMDFwCMTvre > .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); }#lI1RkXJhTbKTRELxoIz4MRMDFwCMTvre { border-width: 0; border-radius: 0; }#lI1RkXJhTbKTRELxoIz4MRMDFwCMTvre > .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; }#lI1RkXJhTbKTRELxoIz4MRMDFwCMTvre > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:59.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JaBgkSnmrMF5TAqZvV3cfPolp4wpRgp7 { color:rgba(var(--color-tertiary-3),1);display:block;width:48.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.828125rem;left:5.9375rem;height:31.195325rem;text-align:justify;text-align-last:initial;display:block; }
#ewNtnng8N0yfVeoT6tKRQydFJWlGOcVi { color:rgba(var(--color-primary-2),1);display:block;width:8.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:34.025390625rem;left:5.9375rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Vhv2LC453b3Iy6Q1DVf51KT2rfFp48vk { color:rgba(var(--color-tertiary-3),1);display:block;width:48.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:36.125rem;left:5.9375rem;height:1.29980625rem;text-align:justify;text-align-last:initial;display:block; }
#xPNiVNi8SrpfZdxTByhk7W7iNvF0d3SM { color:rgba(var(--color-primary-2),1);display:block;width:8.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:38.650390625rem;left:5.9375rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ErtMXVAtS4APnDxcTZIUFwyHXV7iU2Rp { color:rgba(var(--color-tertiary-3),1);display:block;width:48.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:40.599609375rem;left:5.9375rem;height:2.5996125rem;text-align:justify;text-align-last:initial;display:block; }
#FS6WSwRrxmAxV9ovp6N86IKHKm5B2xca { color:rgba(var(--color-primary-2),1);display:block;width:8.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:44.337890625rem;left:5.9375rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dditoWz2kam6WlgUbRub5zvFwE7qQ7VV { color:rgba(var(--color-tertiary-3),1);display:block;width:48.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:46.287109375rem;left:5.9375rem;height:9.3613125rem;text-align:justify;text-align-last:initial;display:block; }#dditoWz2kam6WlgUbRub5zvFwE7qQ7VV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dditoWz2kam6WlgUbRub5zvFwE7qQ7VV li:before{  }
#dFJXiTHOBUxE6SHr1aClWq5JT8w3SB2S { position:relative;display:block; }#dFJXiTHOBUxE6SHr1aClWq5JT8w3SB2S { background-color: transparent; background-image: none; }#dFJXiTHOBUxE6SHr1aClWq5JT8w3SB2S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dFJXiTHOBUxE6SHr1aClWq5JT8w3SB2S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dFJXiTHOBUxE6SHr1aClWq5JT8w3SB2S > .row .container > .video-iframe-container { display: none; }#dFJXiTHOBUxE6SHr1aClWq5JT8w3SB2S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dFJXiTHOBUxE6SHr1aClWq5JT8w3SB2S > .row > .video-iframe-container { display: none; }#dFJXiTHOBUxE6SHr1aClWq5JT8w3SB2S > .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); }#dFJXiTHOBUxE6SHr1aClWq5JT8w3SB2S { border-width: 0; border-radius: 0; }#dFJXiTHOBUxE6SHr1aClWq5JT8w3SB2S > .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; }#dFJXiTHOBUxE6SHr1aClWq5JT8w3SB2S > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:148rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#aFzZFNaZzy0NyGWVTJS0CbeG9VVPfMRw { color:rgba(var(--color-tertiary-3),1);display:block;width:50.75rem;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:3.125rem;left:3.4375009536743rem;height:3.8984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JM0JzHur4NLAiEqzVTP3Fd9JPgrPZE45 { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:60rem;top:8.5830688476562E-6rem;left:0rem;display:block; }
#LqucAfQWNWozIECEw1TBCrMvEAIqHmu1 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:60rem;top:147.5rem;left:0rem;display:block; }
#eI8a0GbtLknZTyJl38yi8W9VohsyEOw1 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:19rem;top:136.5625rem;left:31.5625rem;overflow:hidden;display:block; }
#tcT7XEx6vI4L28b8z9CVJbNLhDpIXfwc { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.0625rem;width:12.5rem;top:13rem;left:23.5625rem;overflow:hidden;display:block; }
#AO24FHcr1d3QzNThfrTnClmTJ5Ag7VUu { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem;width:12.5rem;top:13rem;left:42.40625rem;overflow:hidden;display:block; }
#RTNzKN6cSxryQ8GDKIhohW7AuuWlrOKE { 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:8.0625rem;width:12.5rem;top:26.25rem;left:13.59375rem;overflow:hidden;display:block; }
#GQ6MT6NTHgMRqzoOPeqRaG3v4SRXBcB2 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.0625rem;width:12.5rem;top:26.1875rem;left:32.8125rem;overflow:hidden;display:block; }
#Tc2Gp97CxFudzE1PWg3MRFHR7ToN8whk { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:16.4375rem;top:38.03125rem;left:41.09375rem;overflow:hidden;display:block; }
#QyWWQCICw4ciHp5wZi6K5duDTZWoMRKU { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;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.8125rem;width:14.5625rem;top:38.5625rem;left:22.75rem;overflow:hidden;display:block; }
#SxVmi3HCUFUoL2hMyNihNZH1BxZMFtZL { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:13.3125rem;top:68.15625rem;left:42.90625rem;overflow:hidden;display:block; }
#qrXwyeHBnD66EVsKxHTmBmZW6R4vTCfI { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.6875rem;width:11.6875rem;top:50.625rem;left:6.40625rem;overflow:hidden;display:block; }
#hTTE22PZHBikUvnglZIRBfXeHbnGKhJf { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:10.5rem;top:49.5625rem;left:25.03125rem;overflow:hidden;display:block; }
#K1274Fi3HPWm8DNN7E8P6kC1ZZWJCV1u { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.75rem;width:12.125rem;top:52.03125rem;left:42.84375rem;overflow:hidden;display:block; }
#PwS1wm11Vnqo0pl7vAaby7ZMmHd2eRGd { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3125rem;width:15.125rem;top:68.4375rem;left:4.625rem;overflow:hidden;display:block; }
#IqPgsWvP5CeH28EZvIZw3N3u2czhoIDp { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:13rem;top:67.9375rem;left:23.5rem;overflow:hidden;display:block; }
#f3pbxFWLWaNvc98524cs8XmRLsByvfXp { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5rem;width:7.75rem;top:80.4375rem;left:26.03125rem;overflow:hidden;display:block; }
#RG6HylDouz4riuEZN9XxXagtVxyhQXmQ { 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:11.75rem;width:7.625rem;top:80.125rem;left:7.5rem;overflow:hidden;display:block; }
#daphJcUTtgvSOQMf4P8z2KwE6H34U1SM { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5rem;width:7.75rem;top:80.3125rem;left:45.25rem;overflow:hidden;display:block; }
#zKuKbWRQAFamgEAA7Tz7q8nyiOzkT29l { 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:5.3125rem;width:16.75rem;top:96.0625rem;left:2.71875rem;overflow:hidden;display:block; }
#MpG2ITtbe4r9hEnUuOfEO5B4NQT6CqM2 { 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:4rem;width:13.875rem;top:96.625rem;left:23.0625rem;overflow:hidden;display:block; }
#dADkXKgDJ1feWMPq0SbO4rMEZlGs1z4u { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:17.0625rem;top:97rem;left:40.5rem;overflow:hidden;display:block; }
#Lack0yRIR3hi5bBmZGR3sCv1b3KA9RGk { 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:4.125rem;width:16.875rem;top:107.8125rem;left:2.84375rem;overflow:hidden;display:block; }
#sFZ1kZyv5Tk86E7bb2gzcqSb8O6ClokS { 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:5.0625rem;width:17.0625rem;top:106.75rem;left:23.3125rem;overflow:hidden;display:block; }
#x34xqa4qUvmQ3sSRrC1nL3L8FZ321IQJ { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.875rem;width:9.5625rem;top:116.0625rem;left:26.5625rem;overflow:hidden;display:block; }
#SU15z1vdNZSVlSDM9T9Ggq3AmTS2LbJG { 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:6.1875rem;width:11.8125rem;top:105.8125rem;left:44.46875rem;overflow:hidden;display:block; }
#sVgTd7f7k6a2qWZ9xOT4y3Lh7iKGALgJ { 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:10.125rem;width:10.5625rem;top:118.375rem;left:5.875rem;overflow:hidden;display:block; }
#oBuJxlAI6kfbIJvG0EiUGLzlcUcupvkO { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.8125rem;width:9.8125rem;top:118.15625rem;left:43.75rem;overflow:hidden;display:block; }
#CorzqqiE8a5Ozmf1XDAR2IOKB4FRFvPx { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:15.6875rem;top:40.875rem;left:3.4375rem;overflow:hidden;display:block; }
#v649GrgWtndpVmQmOR6sc3Qzf59tH74R { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem;width:9.375rem;top:12.9375rem;left:6.0625rem;overflow:hidden;display:block; }
#z0T1cm0FOFMl0yJiEEF6T2OBZ79XlMb4 { 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:6.75rem;width:13.3125rem;top:135.59375rem;left:10.3125rem;overflow:hidden;display:block; }
#AOGRQH6dOFVqLV2yxBq31tEHGzCGCLJc { position:relative;display:block; }#AOGRQH6dOFVqLV2yxBq31tEHGzCGCLJc { background-color: transparent; background-image: none; }#AOGRQH6dOFVqLV2yxBq31tEHGzCGCLJc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AOGRQH6dOFVqLV2yxBq31tEHGzCGCLJc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AOGRQH6dOFVqLV2yxBq31tEHGzCGCLJc > .row .container > .video-iframe-container { display: none; }#AOGRQH6dOFVqLV2yxBq31tEHGzCGCLJc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AOGRQH6dOFVqLV2yxBq31tEHGzCGCLJc > .row > .video-iframe-container { display: none; }#AOGRQH6dOFVqLV2yxBq31tEHGzCGCLJc > .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); }#AOGRQH6dOFVqLV2yxBq31tEHGzCGCLJc { border-width: 0; border-radius: 0; }#AOGRQH6dOFVqLV2yxBq31tEHGzCGCLJc > .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; }#AOGRQH6dOFVqLV2yxBq31tEHGzCGCLJc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:65.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lSnfokAPmHDTqx2TdxxAGwHxovZHC0se { color:rgba(var(--color-tertiary-3),1);display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:8.8125rem;left:42.125rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#vUpaKUpTXox8wqObL68NelHGOfAORcBJ { color:rgba(var(--color-tertiary-3),1);display:block;width:9.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:8.75rem;left:26.125rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#QEHzfPHK4txB9K26GT3pyNt928zwfMwk { color:rgba(var(--color-primary-2),1);display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:17.5rem;left:2.25rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#WuHlvPwKRcqycidVD8t0iT3U2bD8KHWs { color:rgba(var(--color-tertiary-3),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:18.8125rem;left:2.25rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#V7ppKiugrrbbLtPpueUtyQTRsPWNGtXM { color:rgba(var(--color-tertiary-3),0);display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:21.4375rem;left:4.25rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#zoNTH3HL1k0BSHTlTAvKnqzGB6iNJ3vp { color:rgba(var(--color-tertiary-3),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.75rem;left:25.9375rem;height:1.94986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NHfMMKtzxc7MJmirBSHZnGt8ngxuqMVS { color:rgba(var(--color-primary-2),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:7.51171875rem;left:26.125rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#dHl4sBJogmLAqxJ34p8hCr2kLVm2UWZf { color:rgba(var(--color-primary-2),1);display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:7.5rem;left:42.125rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#LXQxVtfZJbxB3NObqGvi5ZX6mfQ4Svzr { color:rgba(var(--color-primary-2),1);display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:7.5rem;left:2.25rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#u3FK3kfmeSRfLEFv8gZCePmWcoVa6EnI { color:rgba(var(--color-tertiary-3),1);display:block;width:21.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:8.6875rem;left:2.25rem;height:5.199225rem;text-align:left;text-align-last:left;display:block; }
#U6Nz0v1hEZ8qdns3cLzWKB8SbOF0gfFL { color:rgba(var(--color-tertiary-3),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:20.125rem;left:4.25rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#NRzmGKbUs7gXWh8Aabe7EMnuP4yx0pSg { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:20.125rem;left:35.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#RwMwUxpmug4WVAKBAAhWpwRc5rGdhCQi { color:rgba(var(--color-tertiary-3),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:18.8125rem;left:33.6875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#nST5dLp7nvIXgAppJ2Cat4BKOlJHKFeP { color:rgba(var(--color-primary-2),1);display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:17.5rem;left:33.6875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#PykxD7ibq3xlpFKdlf5HdKXBesPk4TPq { color:rgba(var(--color-primary-2),1);display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:24.875rem;left:2.25rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#DOZ5ysJaupXxFX75IoOICstcKqc6RSUm { color:rgba(var(--color-tertiary-3),1);display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:26.1875rem;left:2.25rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#h9Hy7fUWRTDrD9XqxMcxov1tbPkmuwrn { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:27.5rem;left:4.25rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#g1sFskHvahmPVc5ioPa8V5CRJ8OZTNb7 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:28.8125rem;left:4.25rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#vXP2CalBtrdkzmOqOsQUhHVHkIMK3rWI { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:27.5rem;left:35.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#ddEGszzx8Jr0sRURBTCgIBQMJA99JHme { color:rgba(var(--color-tertiary-3),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:25.875rem;left:33.75rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#MpdikPJe7zd7qU6A7EL70UmAvmBAicWM { color:rgba(var(--color-primary-2),1);display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:24.5625rem;left:33.75rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#SBuaH1lmRJwA0xndg2ZHcU4y0LX07EkX { color:rgba(var(--color-primary-2),1);display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:32.5rem;left:2.25rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#Ancmq0af8aaScs7xqXwPPEwrirCe0OLO { color:rgba(var(--color-tertiary-3),1);display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:33.8125rem;left:2.25rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#uU9TfTKxQPX6cTRUPFEx0p9fJ2HTZM27 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:35.125rem;left:4.25rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#IP1SWNBZmVsHI31pcZcX682Lt00w2G8p { color:rgba(var(--color-tertiary-0),1);display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:36.4375rem;left:4.25rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#AHEu0Zx072As1rxZBTD3W1l0FclXALnK { color:rgba(var(--color-primary-2),1);display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:32.5rem;left:33.75rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#XUrfFAtNS3ogZ0nB031igqQLzqXPPHpD { color:rgba(var(--color-tertiary-3),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:33.8125rem;left:33.75rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#dGNa6hEl5u3WK8o9TCTO87CNSL6BW5yS { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:35.125rem;left:35.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#OvQfznD0fJSsMy0KPrTWF0dKFxowUKpN { color:rgba(var(--color-primary-2),1);display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:39.9375rem;left:2.25rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#HBBdgPrVXvtoDcAB1TwnNnRftQk0N4n0 { color:rgba(var(--color-tertiary-3),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:41.25rem;left:2.25rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#wBPPVTNDNdzbFGmdC3DGqrOZ1IwDKGd3 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:42.5625rem;left:4.25rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#Nt7odnLteKxxMeUX5R0npEXyJwZ63BHq { color:rgba(var(--color-primary-2),1);display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:39.9375rem;left:33.75rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#dCKwQstp4o24JpO0xirg8NMy0Pt82npz { color:rgba(var(--color-tertiary-3),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:41.25rem;left:33.75rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#AXUQUrgzvfrTzxUBNd9oJ5vhQCopXNPL { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:42.5625rem;left:35.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#V5e1IzxIAAg4MLW0uIRenr4SGqcnPslT { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:48.625rem;left:4.25rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#ZaMolqNXr7WgXbLp8PqCKKU8oo4W3n0z { color:rgba(var(--color-tertiary-3),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:47.3125rem;left:2.25rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#GNIIOZIaCo2dHBPq0WiTzkN6fxPCT4ZW { color:rgba(var(--color-primary-2),1);display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:46rem;left:2.25rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#MhZx87Zsxb3Xlw7ubCpTcVfwQVid7acT { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:48.625rem;left:35.875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#pCsfplQ9h1dEeWNDmqmyBTm0wUO9JWu1 { color:rgba(var(--color-tertiary-3),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:47.3125rem;left:33.875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#kd8ZkXruVQVrLtmiC6ZtwvVQgUbcIT9g { color:rgba(var(--color-primary-2),1);display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:46rem;left:33.875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#GiwGRHzF88FG2igEEmwdZ4s7OhiIehls { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:55.375rem;left:4.25rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#WzUiRH2haJIluRL35uNXcdCZ95ZCxflG { color:rgba(var(--color-tertiary-3),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:54.0625rem;left:2.25rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#Huo7BcDNs4tyXymTt24rzQfROHRErK0C { color:rgba(var(--color-primary-2),1);display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:52.75rem;left:2.25rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#kkCApDJccDT1UBnkgrNQui1sAsz6PTMu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:35.4365234375rem;left:2.09375rem;display:none; }
#UEJ8sUAPclwTnNOz0nMw7bUPHBlRuW64 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:20.125rem;left:2.25rem; }
#pUDVAzdwJNi8anJth4bcUpenqLW7wPdK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:21.4375rem;left:2.25rem; }
#G9BEFEPCvas7SvTzD6RLcmcSFdeCMOe6 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:28.8125rem;left:35.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#GDgPessDWR8gHzuFX2NxUpyfBNCqifqI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:34.2373046875rem;left:2.25rem;display:none; }
#kWOCq3ShwixaOPhhEW68wyTpNf0Oqe3a { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:34.2373046875rem;left:2.25rem;display:none; }
#HZvW0TO22G5sJCn80UFq5DDQAFFuXy8g { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:34.2373046875rem;left:2.25rem;display:none; }
#wzWklegwt7J9PAQspJeIsq2sRgbTCm4A { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:34.2373046875rem;left:2.25rem;display:none; }
#vnwI94V9Gstv2HmiyyKPgg8udrmsArsT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:34.2373046875rem;left:2.25rem;display:none; }
#u224KoOMtSuDB0yTnIJE0Evm2ifCPs7t { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:34.2373046875rem;left:2.25rem;display:none; }
#B5dnWRGXsKTCwKIhNmLKayXMIaUXTyL5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:34.2373046875rem;left:2.25rem;display:none; }
#M7JSUFVxfZz3oT1e7Df1OssxzSg3NUz1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:34.2373046875rem;left:2.25rem;display:none; }
#wB6xa6gHeCKn6gTha5c42ZgnfDWlgJaR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:34.2373046875rem;left:2.25rem;display:none; }
#ut9L9yDS3E8kLPFtMFVgnD8hru76T4ba { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:34.2373046875rem;left:2.25rem;display:none; }
#zQRk4T855mac6ZmKTWSAbQf2PJhJEhsZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:34.2373046875rem;left:2.25rem;display:none; }
#DCu1SJD12eqNnRnaa3yrCkNJ9yFU25m0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:34.2373046875rem;left:2.25rem;display:none; }
#PO4gXuf1tLKEnM9EUFhzpzxqQgZJQWOH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15064;opacity:1;top:27.5rem;left:2.25rem; }
#KNNsOsZTSRy7SJlx2nv6ekaNap8DxLPU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15065;opacity:1;top:28.8125rem;left:2.25rem; }
#QvOdSAfTI1MwLevDdegsmukMBtnnRBL7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:35.125rem;left:2.25rem; }
#s1psp4hWgBGIIGEIduN71lW7yJ7FsVZq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15067;opacity:1;top:36.4375rem;left:2.25rem; }
#utDw3isXt68ShMDOHaT7acNG594Te1BU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15067;opacity:1;top:42.5625rem;left:2.25rem; }
#THiz0Nor1BhWKnxHUGgk8F4u3zBf9QXX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15068;opacity:1;top:48.5625rem;left:2.25rem; }
#rNZar5BftC9K8qZTdfSMT7tnDykKvv3w { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:1;top:48.5625rem;left:33.875rem; }
#pW1azcrQ9aiS2FGhgBanPLgTloyl5c58 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15070;opacity:1;top:55.2744140625rem;left:2.25rem; }
#GzryLtI80sMH8DDANQ8wRXxIrTX4hxkD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15071;opacity:1;top:20.125rem;left:33.6875rem; }
#zikXpqbRJpeITgz8n2pswssC2R5BZ6ma { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15072;opacity:1;top:35.125rem;left:33.6875rem; }
#fJqiQLh7JfH3SeqDwaedpcTplxD0r7RQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15073;opacity:1;top:42.5625rem;left:33.6875rem; }
#UwauWiaHZa18xFqWp4kUuzLvX1PWI6tR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:27.5rem;left:33.6875rem; }
#qNfWeXVk3wCC5eSkO6JBP5P5GIFK3JGG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15067;opacity:1;top:28.8125rem;left:33.6875rem; }
#nfRmkqZvTB3LcVBKzEQhJqcklIlW4yxz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:21.4375rem;left:2.25rem;display:none; }
#PaHfHOtdM3eozWIMpR1l3pC1cfIB5g9l { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:21.4375rem;left:2.25rem;display:none; }
#eC1Oesha8NnLGgl17ebTo2Bq22fITFzU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:21.4375rem;left:2.25rem;display:none; }
#nFv45fIePIOKZPBeF6TT4GCx0qvTqp3E { background-color:rgba(var(--color-primary-2),1);background-image:none;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; }#nFv45fIePIOKZPBeF6TT4GCx0qvTqp3E > .row .container { background-color: transparent; background-image: none; }#nFv45fIePIOKZPBeF6TT4GCx0qvTqp3E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nFv45fIePIOKZPBeF6TT4GCx0qvTqp3E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nFv45fIePIOKZPBeF6TT4GCx0qvTqp3E > .row .container > .video-iframe-container { display: none; }#nFv45fIePIOKZPBeF6TT4GCx0qvTqp3E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nFv45fIePIOKZPBeF6TT4GCx0qvTqp3E > .row > .video-iframe-container { display: none; }#nFv45fIePIOKZPBeF6TT4GCx0qvTqp3E > .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); }#nFv45fIePIOKZPBeF6TT4GCx0qvTqp3E > .row .container { border-width: 0; border-radius: 0; }#nFv45fIePIOKZPBeF6TT4GCx0qvTqp3E > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#nFv45fIePIOKZPBeF6TT4GCx0qvTqp3E > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:60rem;overflow:visible;position:relative;display:block; }#H4Fn2XTy9v9eJ7Ka6sxv0bTkyRAcwFUn { color:rgba(var(--color-tertiary-3),1);display:block;width:10rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:1.5146484375rem;left:25rem;height:3.65625rem;display:block; }
#DNyVBpQSx9lhqLkvu2anBHOItHKLrZzd { color:rgba(var(--color-tertiary-3),1);display:block;width:18.9375rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:1.515625rem;left:3.25rem;height:3.65625rem;display:block; }
#FJCfdQ4yzoTdXDSxuiBTt6Twao3Ewfsd { color:rgba(var(--color-tertiary-3),1);display:block;width:16.25rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:1.5146484375rem;left:41.375rem;height:2.4375rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #pFJUi4FGoq9bORDzPP0X3GBLslcsoK5M { display:block; }#pFJUi4FGoq9bORDzPP0X3GBLslcsoK5M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KIcNQPf2e08qiuhX46hgsxQN89Tt8697 { width:4.5625rem;height:2.1875rem;top:2.125rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlzR0pfDVxaW3qIwbWbn8e1dkqBAupAL { display:block; }
 }@media only screen and (max-width: 763px) { #wlSknPoM4cVCTuzFxCbfu8qWH5b8W6EA { width:5.4375rem;height:2.1875rem;top:2.125rem;left:42.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7T0hcOOMTOJwTTrPfOKuqmnTMGgzu6X { display:block; }
 }@media only screen and (max-width: 763px) { #m9VdN5VFDoCDUrb4nWUMhCuVFxPbLRhr { display:none; }
 }@media only screen and (max-width: 763px) { #uLvQJABxlGtNTd4ZUZcSx5WE2nAy83xc { width:5.625rem;height:2.1875rem;top:2.125rem;left:38.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfTFcyyoaktLhfCTQHysR9oXep3TbgeI { display:block; }
 }@media only screen and (max-width: 763px) { #Sky4yQBCzsz5FlK4gmKknxoRKElf27MT { width:4.0625rem;height:2.1875rem;top:2.125rem;left:41.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0RpsMCkBgEASgJKFJgCIwJ4RKdTfhr3 { display:block; }
 }@media only screen and (max-width: 763px) { #UBkNTw5Ue7Fyna3zsETTw6mRSEV2bQSy { display:block; }#UBkNTw5Ue7Fyna3zsETTw6mRSEV2bQSy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yCAHpIAW2ybfKH1Di2IQqb6Gp4ZD9iZp { width:5.625rem;height:2.1875rem;top:2rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmTHH5X0sO8qS3M524gOprXT8mLKh1UX { display:block; }
 }@media only screen and (max-width: 763px) { #My9TmtZEknTl0psxkCMx7v6ypckStbsG { width:8.4375rem;height:2.1875rem;top:2rem;left:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7rtZMWVIDyEmh5Cpw8c01goVHBBMu4C { display:block; }
 }@media only screen and (max-width: 763px) { #omsmpkBebhrq5hDulhBzZkCadHyA5gla { display:none; }
 }@media only screen and (max-width: 763px) { #PgGqGEbhflznEgl1yOflfeORx2DoJW0u { width:6.5rem;height:2.1875rem;top:2rem;left:41.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TrtwlRxCPwHFTDesCNsaZNHXZmSTnsF2 { display:block; }
 }@media only screen and (max-width: 763px) { #reF3Rbpcm68rHI21PDBd4pKUzCzAooeB { width:8.4375rem;height:2.1875rem;top:2rem;left:33.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ew2s4Vb6ewqSs5HkMAyp0KvX58vhVxg5 { 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) { #rin0vonPR5J0wMnVL0RqTNVxEKMbhRL1 { top:9.0625rem;left:0rem;width:47.75rem;height:6.6627906976744rem;display:block; }
 }@media only screen and (max-width: 763px) { #lI1RkXJhTbKTRELxoIz4MRMDFwCMTvre { display:block; }#lI1RkXJhTbKTRELxoIz4MRMDFwCMTvre > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JaBgkSnmrMF5TAqZvV3cfPolp4wpRgp7 { top:0.8125rem;left:0rem;width:47.75rem;height:31.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewNtnng8N0yfVeoT6tKRQydFJWlGOcVi { top:34rem;left:0rem;width:8.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vhv2LC453b3Iy6Q1DVf51KT2rfFp48vk { top:36.125rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPNiVNi8SrpfZdxTByhk7W7iNvF0d3SM { top:38.625rem;left:0rem;width:8.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErtMXVAtS4APnDxcTZIUFwyHXV7iU2Rp { top:40.5625rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FS6WSwRrxmAxV9ovp6N86IKHKm5B2xca { top:44.3125rem;left:0rem;width:8.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dditoWz2kam6WlgUbRub5zvFwE7qQ7VV { top:46.25rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }#dditoWz2kam6WlgUbRub5zvFwE7qQ7VV li:before{  }
 }@media only screen and (max-width: 763px) { #dFJXiTHOBUxE6SHr1aClWq5JT8w3SB2S { display:block; }#dFJXiTHOBUxE6SHr1aClWq5JT8w3SB2S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aFzZFNaZzy0NyGWVTJS0CbeG9VVPfMRw { top:3.125rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JM0JzHur4NLAiEqzVTP3Fd9JPgrPZE45 { top:0rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqucAfQWNWozIECEw1TBCrMvEAIqHmu1 { top:147.5rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eI8a0GbtLknZTyJl38yi8W9VohsyEOw1 { top:136.5625rem;left:25.4375rem;width:19rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcT7XEx6vI4L28b8z9CVJbNLhDpIXfwc { top:13rem;left:17.4375rem;width:12.5rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AO24FHcr1d3QzNThfrTnClmTJ5Ag7VUu { top:13rem;left:35.25rem;width:12.5rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTNzKN6cSxryQ8GDKIhohW7AuuWlrOKE { top:26.25rem;left:7.46875rem;width:12.5rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQ6MT6NTHgMRqzoOPeqRaG3v4SRXBcB2 { top:26.1875rem;left:26.6875rem;width:12.5rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tc2Gp97CxFudzE1PWg3MRFHR7ToN8whk { top:38rem;left:31.3125rem;width:16.4375rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyWWQCICw4ciHp5wZi6K5duDTZWoMRKU { top:38.5625rem;left:16.625rem;width:14.5625rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxVmi3HCUFUoL2hMyNihNZH1BxZMFtZL { top:68.125rem;left:34.4375rem;width:13.3125rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrXwyeHBnD66EVsKxHTmBmZW6R4vTCfI { top:50.625rem;left:0.28125rem;width:11.6875rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTTE22PZHBikUvnglZIRBfXeHbnGKhJf { top:49.5625rem;left:18.90625rem;width:10.5rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1274Fi3HPWm8DNN7E8P6kC1ZZWJCV1u { top:52rem;left:35.625rem;width:12.125rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwS1wm11Vnqo0pl7vAaby7ZMmHd2eRGd { top:68.4375rem;left:0rem;width:15.125rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqPgsWvP5CeH28EZvIZw3N3u2czhoIDp { top:67.9375rem;left:17.375rem;width:13rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3pbxFWLWaNvc98524cs8XmRLsByvfXp { top:80.4375rem;left:19.90625rem;width:7.75rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RG6HylDouz4riuEZN9XxXagtVxyhQXmQ { top:80.125rem;left:1.375rem;width:7.625rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #daphJcUTtgvSOQMf4P8z2KwE6H34U1SM { top:80.3125rem;left:39.125rem;width:7.75rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKuKbWRQAFamgEAA7Tz7q8nyiOzkT29l { top:96.0625rem;left:0rem;width:16.75rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpG2ITtbe4r9hEnUuOfEO5B4NQT6CqM2 { top:96.625rem;left:16.9375rem;width:13.875rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #dADkXKgDJ1feWMPq0SbO4rMEZlGs1z4u { top:97rem;left:30.6875rem;width:17.0625rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lack0yRIR3hi5bBmZGR3sCv1b3KA9RGk { top:107.8125rem;left:0rem;width:16.875rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFZ1kZyv5Tk86E7bb2gzcqSb8O6ClokS { top:106.75rem;left:17.1875rem;width:17.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x34xqa4qUvmQ3sSRrC1nL3L8FZ321IQJ { top:116.0625rem;left:20.4375rem;width:9.5625rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SU15z1vdNZSVlSDM9T9Ggq3AmTS2LbJG { top:105.8125rem;left:35.9375rem;width:11.8125rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVgTd7f7k6a2qWZ9xOT4y3Lh7iKGALgJ { top:118.375rem;left:0rem;width:10.5625rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBuJxlAI6kfbIJvG0EiUGLzlcUcupvkO { top:118.125rem;left:37.625rem;width:9.8125rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CorzqqiE8a5Ozmf1XDAR2IOKB4FRFvPx { top:40.875rem;left:0rem;width:15.6875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v649GrgWtndpVmQmOR6sc3Qzf59tH74R { top:12.9375rem;left:0rem;width:9.375rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0T1cm0FOFMl0yJiEEF6T2OBZ79XlMb4 { top:135.5625rem;left:4.1875rem;width:13.3125rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOGRQH6dOFVqLV2yxBq31tEHGzCGCLJc { display:block; }#AOGRQH6dOFVqLV2yxBq31tEHGzCGCLJc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lSnfokAPmHDTqx2TdxxAGwHxovZHC0se { top:8.8125rem;left:31.75rem;width:16rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUpaKUpTXox8wqObL68NelHGOfAORcBJ { top:8.75rem;left:20rem;width:9.6875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEHzfPHK4txB9K26GT3pyNt928zwfMwk { top:17.5rem;left:0rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuHlvPwKRcqycidVD8t0iT3U2bD8KHWs { top:18.8125rem;left:0rem;width:21.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7ppKiugrrbbLtPpueUtyQTRsPWNGtXM { top:21.4375rem;left:0rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoNTH3HL1k0BSHTlTAvKnqzGB6iNJ3vp { top:2.75rem;left:19.8125rem;width:8.125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHfMMKtzxc7MJmirBSHZnGt8ngxuqMVS { top:7.5rem;left:20rem;width:7.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHl4sBJogmLAqxJ34p8hCr2kLVm2UWZf { top:7.5rem;left:35.125rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXQxVtfZJbxB3NObqGvi5ZX6mfQ4Svzr { top:7.5rem;left:0rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3FK3kfmeSRfLEFv8gZCePmWcoVa6EnI { top:8.6875rem;left:0rem;width:21.6875rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6Nz0v1hEZ8qdns3cLzWKB8SbOF0gfFL { top:20.125rem;left:0rem;width:14.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRzmGKbUs7gXWh8Aabe7EMnuP4yx0pSg { top:20.125rem;left:29.375rem;width:14.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwMwUxpmug4WVAKBAAhWpwRc5rGdhCQi { top:18.8125rem;left:25.875rem;width:21.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nST5dLp7nvIXgAppJ2Cat4BKOlJHKFeP { top:17.5rem;left:27.5625rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PykxD7ibq3xlpFKdlf5HdKXBesPk4TPq { top:24.875rem;left:0rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOZ5ysJaupXxFX75IoOICstcKqc6RSUm { top:26.1875rem;left:0rem;width:28.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9Hy7fUWRTDrD9XqxMcxov1tbPkmuwrn { top:27.5rem;left:0rem;width:14.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1sFskHvahmPVc5ioPa8V5CRJ8OZTNb7 { top:28.8125rem;left:0rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXP2CalBtrdkzmOqOsQUhHVHkIMK3rWI { top:27.5rem;left:29.375rem;width:14.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddEGszzx8Jr0sRURBTCgIBQMJA99JHme { top:25.875rem;left:25.875rem;width:21.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpdikPJe7zd7qU6A7EL70UmAvmBAicWM { top:24.5625rem;left:27.625rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBuaH1lmRJwA0xndg2ZHcU4y0LX07EkX { top:32.5rem;left:0rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ancmq0af8aaScs7xqXwPPEwrirCe0OLO { top:33.8125rem;left:0rem;width:28.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uU9TfTKxQPX6cTRUPFEx0p9fJ2HTZM27 { top:35.125rem;left:0rem;width:14.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IP1SWNBZmVsHI31pcZcX682Lt00w2G8p { top:36.4375rem;left:0rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHEu0Zx072As1rxZBTD3W1l0FclXALnK { top:32.5rem;left:27.625rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUrfFAtNS3ogZ0nB031igqQLzqXPPHpD { top:33.8125rem;left:27.625rem;width:17.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGNa6hEl5u3WK8o9TCTO87CNSL6BW5yS { top:35.125rem;left:29.375rem;width:14.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvQfznD0fJSsMy0KPrTWF0dKFxowUKpN { top:39.9375rem;left:0rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBBdgPrVXvtoDcAB1TwnNnRftQk0N4n0 { top:41.25rem;left:0rem;width:15.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBPPVTNDNdzbFGmdC3DGqrOZ1IwDKGd3 { top:42.5625rem;left:0rem;width:14.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nt7odnLteKxxMeUX5R0npEXyJwZ63BHq { top:39.9375rem;left:27.625rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCKwQstp4o24JpO0xirg8NMy0Pt82npz { top:41.25rem;left:27.625rem;width:15.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXUQUrgzvfrTzxUBNd9oJ5vhQCopXNPL { top:42.5625rem;left:29.375rem;width:14.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5e1IzxIAAg4MLW0uIRenr4SGqcnPslT { top:48.625rem;left:0rem;width:14.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaMolqNXr7WgXbLp8PqCKKU8oo4W3n0z { top:47.3125rem;left:0rem;width:15.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNIIOZIaCo2dHBPq0WiTzkN6fxPCT4ZW { top:46rem;left:0rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhZx87Zsxb3Xlw7ubCpTcVfwQVid7acT { top:48.625rem;left:29.75rem;width:14.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCsfplQ9h1dEeWNDmqmyBTm0wUO9JWu1 { top:47.3125rem;left:27.75rem;width:15.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kd8ZkXruVQVrLtmiC6ZtwvVQgUbcIT9g { top:46rem;left:27.75rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiwGRHzF88FG2igEEmwdZ4s7OhiIehls { top:55.375rem;left:0rem;width:14.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzUiRH2haJIluRL35uNXcdCZ95ZCxflG { top:54.0625rem;left:0rem;width:15.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Huo7BcDNs4tyXymTt24rzQfROHRErK0C { top:52.75rem;left:0rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkCApDJccDT1UBnkgrNQui1sAsz6PTMu { top:35.375rem;left:0rem;width:1.25rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEJ8sUAPclwTnNOz0nMw7bUPHBlRuW64 { top:20.125rem;left:0rem;width:1.25rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUDVAzdwJNi8anJth4bcUpenqLW7wPdK { top:21.4375rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9BEFEPCvas7SvTzD6RLcmcSFdeCMOe6 { top:28.8125rem;left:29.375rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDgPessDWR8gHzuFX2NxUpyfBNCqifqI { top:34.1875rem;left:0rem;width:1.25rem;height:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #kWOCq3ShwixaOPhhEW68wyTpNf0Oqe3a { top:34.1875rem;left:0rem;width:1.25rem;height:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #HZvW0TO22G5sJCn80UFq5DDQAFFuXy8g { top:34.1875rem;left:0rem;width:1.25rem;height:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #wzWklegwt7J9PAQspJeIsq2sRgbTCm4A { top:34.1875rem;left:0rem;width:1.25rem;height:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #vnwI94V9Gstv2HmiyyKPgg8udrmsArsT { top:34.1875rem;left:0rem;width:1.25rem;height:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #u224KoOMtSuDB0yTnIJE0Evm2ifCPs7t { top:34.1875rem;left:0rem;width:1.25rem;height:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #B5dnWRGXsKTCwKIhNmLKayXMIaUXTyL5 { top:34.1875rem;left:0rem;width:1.25rem;height:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #M7JSUFVxfZz3oT1e7Df1OssxzSg3NUz1 { top:34.1875rem;left:0rem;width:1.25rem;height:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #wB6xa6gHeCKn6gTha5c42ZgnfDWlgJaR { top:34.1875rem;left:0rem;width:1.25rem;height:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ut9L9yDS3E8kLPFtMFVgnD8hru76T4ba { top:34.1875rem;left:0rem;width:1.25rem;height:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #zQRk4T855mac6ZmKTWSAbQf2PJhJEhsZ { top:34.1875rem;left:0rem;width:1.25rem;height:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #DCu1SJD12eqNnRnaa3yrCkNJ9yFU25m0 { top:34.1875rem;left:0rem;width:1.25rem;height:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #PO4gXuf1tLKEnM9EUFhzpzxqQgZJQWOH { top:27.5rem;left:0rem;width:1.25rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNNsOsZTSRy7SJlx2nv6ekaNap8DxLPU { top:28.8125rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvOdSAfTI1MwLevDdegsmukMBtnnRBL7 { top:35.125rem;left:0rem;width:1.25rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1psp4hWgBGIIGEIduN71lW7yJ7FsVZq { top:36.4375rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #utDw3isXt68ShMDOHaT7acNG594Te1BU { top:42.5625rem;left:0rem;width:1.25rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #THiz0Nor1BhWKnxHUGgk8F4u3zBf9QXX { top:48.5625rem;left:0rem;width:1.25rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNZar5BftC9K8qZTdfSMT7tnDykKvv3w { top:48.5625rem;left:27.75rem;width:1.25rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pW1azcrQ9aiS2FGhgBanPLgTloyl5c58 { top:55.25rem;left:0rem;width:1.25rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzryLtI80sMH8DDANQ8wRXxIrTX4hxkD { top:20.125rem;left:27.5625rem;width:1.25rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zikXpqbRJpeITgz8n2pswssC2R5BZ6ma { top:35.125rem;left:27.5625rem;width:1.25rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJqiQLh7JfH3SeqDwaedpcTplxD0r7RQ { top:42.5625rem;left:27.5625rem;width:1.25rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwauWiaHZa18xFqWp4kUuzLvX1PWI6tR { top:27.5rem;left:27.5625rem;width:1.25rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNfWeXVk3wCC5eSkO6JBP5P5GIFK3JGG { top:28.8125rem;left:27.5625rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfRmkqZvTB3LcVBKzEQhJqcklIlW4yxz { top:21.4375rem;left:0rem;width:1.375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PaHfHOtdM3eozWIMpR1l3pC1cfIB5g9l { top:21.4375rem;left:0rem;width:1.375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eC1Oesha8NnLGgl17ebTo2Bq22fITFzU { top:21.4375rem;left:0rem;width:1.375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nFv45fIePIOKZPBeF6TT4GCx0qvTqp3E { display:block; }#nFv45fIePIOKZPBeF6TT4GCx0qvTqp3E > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H4Fn2XTy9v9eJ7Ka6sxv0bTkyRAcwFUn { top:1.5rem;left:18.875rem;width:10rem;height:3.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNyVBpQSx9lhqLkvu2anBHOItHKLrZzd { top:1.5rem;left:0rem;width:18.9375rem;height:3.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJCfdQ4yzoTdXDSxuiBTt6Twao3Ewfsd { top:1.5rem;left:31.5rem;width:16.25rem;height:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #pFJUi4FGoq9bORDzPP0X3GBLslcsoK5M { position:relative;z-index:auto;display:none; }#pFJUi4FGoq9bORDzPP0X3GBLslcsoK5M > .row .container { width:20rem;height:131.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KIcNQPf2e08qiuhX46hgsxQN89Tt8697 { width:4.5rem;height:2.1875rem;top:4.3437502384186rem;left:7.7500005960462rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlzR0pfDVxaW3qIwbWbn8e1dkqBAupAL { display:block; }
 }@media only screen and (max-width: 763px) { #wlSknPoM4cVCTuzFxCbfu8qWH5b8W6EA { width:4.1875rem;height:2.1875rem;top:8.71875rem;left:7.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7T0hcOOMTOJwTTrPfOKuqmnTMGgzu6X { display:block; }
 }@media only screen and (max-width: 763px) { #m9VdN5VFDoCDUrb4nWUMhCuVFxPbLRhr { top:1.21875rem;left:0.634765625rem;width:3.125rem;height:3.125rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #uLvQJABxlGtNTd4ZUZcSx5WE2nAy83xc { width:8.4375rem;height:2.1875rem;top:6.53125rem;left:5.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfTFcyyoaktLhfCTQHysR9oXep3TbgeI { display:block; }
 }@media only screen and (max-width: 763px) { #Sky4yQBCzsz5FlK4gmKknxoRKElf27MT { width:4.0625rem;height:2.1875rem;top:12.15625rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0RpsMCkBgEASgJKFJgCIwJ4RKdTfhr3 { display:block; }
 }@media only screen and (max-width: 763px) { #UBkNTw5Ue7Fyna3zsETTw6mRSEV2bQSy { position:relative;z-index:auto;background-color:#a6ce00;background-image:none;display:block; }#UBkNTw5Ue7Fyna3zsETTw6mRSEV2bQSy > .row .container { background-color: transparent; background-image: none; }#UBkNTw5Ue7Fyna3zsETTw6mRSEV2bQSy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UBkNTw5Ue7Fyna3zsETTw6mRSEV2bQSy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UBkNTw5Ue7Fyna3zsETTw6mRSEV2bQSy > .row .container > .video-iframe-container { display: none; }#UBkNTw5Ue7Fyna3zsETTw6mRSEV2bQSy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UBkNTw5Ue7Fyna3zsETTw6mRSEV2bQSy > .row > .video-iframe-container { display: none; }#UBkNTw5Ue7Fyna3zsETTw6mRSEV2bQSy > .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); }#UBkNTw5Ue7Fyna3zsETTw6mRSEV2bQSy > .row .container { width:20rem;height:12.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yCAHpIAW2ybfKH1Di2IQqb6Gp4ZD9iZp { width:4.5rem;height:2.1875rem;top:2.65625rem;left:7.7500005960462rem;color:#141e30;display:block; }
 }@media only screen and (max-width: 763px) { #UmTHH5X0sO8qS3M524gOprXT8mLKh1UX { display:block; }
 }@media only screen and (max-width: 763px) { #My9TmtZEknTl0psxkCMx7v6ypckStbsG { width:11.875rem;height:2.1875rem;top:6.90625rem;left:4.0625001192093rem;color:#141e30;display:block; }
 }@media only screen and (max-width: 763px) { #E7rtZMWVIDyEmh5Cpw8c01goVHBBMu4C { display:block; }
 }@media only screen and (max-width: 763px) { #omsmpkBebhrq5hDulhBzZkCadHyA5gla { top:0rem;left:0rem;width:2.4375rem;height:2.4375rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #PgGqGEbhflznEgl1yOflfeORx2DoJW0u { width:4.1875rem;height:2.1875rem;top:9.09375rem;left:7.90625rem;z-index:15005;color:#141e30;display:block; }
 }@media only screen and (max-width: 763px) { #TrtwlRxCPwHFTDesCNsaZNHXZmSTnsF2 { display:block; }
 }@media only screen and (max-width: 763px) { #reF3Rbpcm68rHI21PDBd4pKUzCzAooeB { width:11.875rem;height:2.1875rem;top:4.78125rem;left:4.0625001192093rem;z-index:15003;color:#141e30;display:block; }
 }@media only screen and (max-width: 763px) { #Ew2s4Vb6ewqSs5HkMAyp0KvX58vhVxg5 { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:5.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rin0vonPR5J0wMnVL0RqTNVxEKMbhRL1 { width:15.0625rem;height:2.1875rem;top:1.5625rem;left:2.25rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #lI1RkXJhTbKTRELxoIz4MRMDFwCMTvre { display:block; }#lI1RkXJhTbKTRELxoIz4MRMDFwCMTvre > .row .container { width:20rem;height:61.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JaBgkSnmrMF5TAqZvV3cfPolp4wpRgp7 { width:20rem;height:26rem;top:1.3750009536743rem;left:0rem;font-size:0.625rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #ewNtnng8N0yfVeoT6tKRQydFJWlGOcVi { width:8.875rem;height:1.94921875rem;top:31.0625rem;left:5.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vhv2LC453b3Iy6Q1DVf51KT2rfFp48vk { width:20rem;height:2.5996125rem;top:34.26171875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPNiVNi8SrpfZdxTByhk7W7iNvF0d3SM { width:8.875rem;height:1.94921875rem;top:38.11133125rem;left:5.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErtMXVAtS4APnDxcTZIUFwyHXV7iU2Rp { width:20rem;height:5.19921875rem;top:41.31055rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FS6WSwRrxmAxV9ovp6N86IKHKm5B2xca { width:8.875rem;height:1.94921875rem;top:47.75976875rem;left:5.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dditoWz2kam6WlgUbRub5zvFwE7qQ7VV { width:20rem;height:9.3613125rem;top:50.9589875rem;left:0rem;font-size:1rem;display:block; }#dditoWz2kam6WlgUbRub5zvFwE7qQ7VV li:before{  }
 }@media only screen and (max-width: 763px) { #dFJXiTHOBUxE6SHr1aClWq5JT8w3SB2S { display:block; }#dFJXiTHOBUxE6SHr1aClWq5JT8w3SB2S > .row .container { width:20rem;height:343.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aFzZFNaZzy0NyGWVTJS0CbeG9VVPfMRw { width:19.5rem;height:7.796875rem;top:1.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JM0JzHur4NLAiEqzVTP3Fd9JPgrPZE45 { width:20rem;height:0.125rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqucAfQWNWozIECEw1TBCrMvEAIqHmu1 { width:20rem;height:0.125rem;top:342.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eI8a0GbtLknZTyJl38yi8W9VohsyEOw1 { width:15.8125rem;height:2.5rem;top:326.4375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcT7XEx6vI4L28b8z9CVJbNLhDpIXfwc { width:13.375rem;height:8.5rem;top:23.0625rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AO24FHcr1d3QzNThfrTnClmTJ5Ag7VUu { width:13.125rem;height:8.5rem;top:33.375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTNzKN6cSxryQ8GDKIhohW7AuuWlrOKE { width:13.125rem;height:8.5rem;top:44.75rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQ6MT6NTHgMRqzoOPeqRaG3v4SRXBcB2 { width:13.125rem;height:8.5rem;top:56.5rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tc2Gp97CxFudzE1PWg3MRFHR7ToN8whk { width:16.625rem;height:7.875rem;top:75.5625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyWWQCICw4ciHp5wZi6K5duDTZWoMRKU { width:15.5625rem;height:8.25rem;top:87.4375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxVmi3HCUFUoL2hMyNihNZH1BxZMFtZL { width:12.5rem;height:7.25rem;top:166.25rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrXwyeHBnD66EVsKxHTmBmZW6R4vTCfI { width:12.4375rem;height:11.25rem;top:99.75rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTTE22PZHBikUvnglZIRBfXeHbnGKhJf { width:11.1875rem;height:13.5625rem;top:114.1875rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1274Fi3HPWm8DNN7E8P6kC1ZZWJCV1u { width:12.4375rem;height:9.0625rem;top:131.125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwS1wm11Vnqo0pl7vAaby7ZMmHd2eRGd { width:14.25rem;height:7.125rem;top:144.625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqPgsWvP5CeH28EZvIZw3N3u2czhoIDp { width:12.5rem;height:7.75rem;top:155.1875rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3pbxFWLWaNvc98524cs8XmRLsByvfXp { width:8.5625rem;height:12.375rem;top:192.5rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RG6HylDouz4riuEZN9XxXagtVxyhQXmQ { width:8.375rem;height:12.1875rem;top:176.875rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #daphJcUTtgvSOQMf4P8z2KwE6H34U1SM { width:8.375rem;height:12rem;top:209.125rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKuKbWRQAFamgEAA7Tz7q8nyiOzkT29l { width:16.6875rem;height:5.5rem;top:225.3125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpG2ITtbe4r9hEnUuOfEO5B4NQT6CqM2 { width:13.75rem;height:4.0625rem;top:234.8125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dADkXKgDJ1feWMPq0SbO4rMEZlGs1z4u { width:15.0625rem;height:2.3125rem;top:243.6875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lack0yRIR3hi5bBmZGR3sCv1b3KA9RGk { width:14.4375rem;height:4.0625rem;top:250.0625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFZ1kZyv5Tk86E7bb2gzcqSb8O6ClokS { width:13.75rem;height:4.375rem;top:259rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x34xqa4qUvmQ3sSRrC1nL3L8FZ321IQJ { width:9.125rem;height:13.125rem;top:293.25rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SU15z1vdNZSVlSDM9T9Ggq3AmTS2LbJG { width:12.25rem;height:6.4375rem;top:266.6875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVgTd7f7k6a2qWZ9xOT4y3Lh7iKGALgJ { width:11rem;height:10.625rem;top:278.9375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBuJxlAI6kfbIJvG0EiUGLzlcUcupvkO { width:11.5625rem;height:11.5625rem;top:310.25rem;left:4.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CorzqqiE8a5Ozmf1XDAR2IOKB4FRFvPx { width:16.1875rem;height:3.3125rem;top:68.125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v649GrgWtndpVmQmOR6sc3Qzf59tH74R { width:10.5rem;height:9.125rem;top:12.4375rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0T1cm0FOFMl0yJiEEF6T2OBZ79XlMb4 { width:14.8125rem;height:7.5625rem;top:333.1875rem;left:2.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOGRQH6dOFVqLV2yxBq31tEHGzCGCLJc { display:block; }#AOGRQH6dOFVqLV2yxBq31tEHGzCGCLJc > .row .container { width:20rem;height:116.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lSnfokAPmHDTqx2TdxxAGwHxovZHC0se { width:19rem;height:2.5996125rem;top:18.8984375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUpaKUpTXox8wqObL68NelHGOfAORcBJ { width:12.625rem;height:2.5996125rem;top:4.4365234375rem;left:0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEHzfPHK4txB9K26GT3pyNt928zwfMwk { width:12.625rem;height:1.29980625rem;top:25.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuHlvPwKRcqycidVD8t0iT3U2bD8KHWs { width:19.5625rem;height:1.29980625rem;top:26.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7ppKiugrrbbLtPpueUtyQTRsPWNGtXM { width:12.625rem;height:1.29980625rem;top:29.125rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoNTH3HL1k0BSHTlTAvKnqzGB6iNJ3vp { width:20rem;height:1.94921875rem;top:0.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHfMMKtzxc7MJmirBSHZnGt8ngxuqMVS { width:12.625rem;height:1.29980625rem;top:3.13671875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHl4sBJogmLAqxJ34p8hCr2kLVm2UWZf { width:12.625rem;height:1.29980625rem;top:17.5986328125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXQxVtfZJbxB3NObqGvi5ZX6mfQ4Svzr { width:12.625rem;height:1.29980625rem;top:9.1484375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3FK3kfmeSRfLEFv8gZCePmWcoVa6EnI { width:20rem;height:6.49903125rem;top:10.6484375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6Nz0v1hEZ8qdns3cLzWKB8SbOF0gfFL { width:14.6875rem;height:1.29980625rem;top:27.8125rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRzmGKbUs7gXWh8Aabe7EMnuP4yx0pSg { width:14.6875rem;height:1.29980625rem;top:35.6337890625rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwMwUxpmug4WVAKBAAhWpwRc5rGdhCQi { width:20rem;height:1.29980625rem;top:34.333984375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nST5dLp7nvIXgAppJ2Cat4BKOlJHKFeP { width:12.625rem;height:1.29980625rem;top:33.0341796875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PykxD7ibq3xlpFKdlf5HdKXBesPk4TPq { width:12.625rem;height:1.29980625rem;top:39.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOZ5ysJaupXxFX75IoOICstcKqc6RSUm { width:20rem;height:2.5996125rem;top:40.7373046875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9Hy7fUWRTDrD9XqxMcxov1tbPkmuwrn { width:14.6875rem;height:1.29980625rem;top:43.3125rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1sFskHvahmPVc5ioPa8V5CRJ8OZTNb7 { width:12.625rem;height:1.29980625rem;top:44.625rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXP2CalBtrdkzmOqOsQUhHVHkIMK3rWI { width:14.6875rem;height:1.29980625rem;top:51.037109375rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddEGszzx8Jr0sRURBTCgIBQMJA99JHme { width:20rem;height:1.29980625rem;top:49.7373046875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpdikPJe7zd7qU6A7EL70UmAvmBAicWM { width:12.625rem;height:1.29980625rem;top:48.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBuaH1lmRJwA0xndg2ZHcU4y0LX07EkX { width:12.625rem;height:1.29980625rem;top:55.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ancmq0af8aaScs7xqXwPPEwrirCe0OLO { width:20rem;height:1.29980625rem;top:57.2373046875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uU9TfTKxQPX6cTRUPFEx0p9fJ2HTZM27 { width:14.6875rem;height:1.29980625rem;top:58.5625rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IP1SWNBZmVsHI31pcZcX682Lt00w2G8p { width:12.625rem;height:1.29980625rem;top:59.8125rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHEu0Zx072As1rxZBTD3W1l0FclXALnK { width:12.625rem;height:1.29980625rem;top:63.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUrfFAtNS3ogZ0nB031igqQLzqXPPHpD { width:17.5625rem;height:1.29980625rem;top:64.7373046875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGNa6hEl5u3WK8o9TCTO87CNSL6BW5yS { width:14.6875rem;height:1.29980625rem;top:66.037109375rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvQfznD0fJSsMy0KPrTWF0dKFxowUKpN { width:12.625rem;height:1.29980625rem;top:69.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBBdgPrVXvtoDcAB1TwnNnRftQk0N4n0 { width:15.5rem;height:1.29980625rem;top:71.1123046875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBPPVTNDNdzbFGmdC3DGqrOZ1IwDKGd3 { width:14.6875rem;height:1.29980625rem;top:72.412109375rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nt7odnLteKxxMeUX5R0npEXyJwZ63BHq { width:12.625rem;height:1.29980625rem;top:76.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCKwQstp4o24JpO0xirg8NMy0Pt82npz { width:15.5rem;height:1.29980625rem;top:78.1748046875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXUQUrgzvfrTzxUBNd9oJ5vhQCopXNPL { width:14.6875rem;height:1.29980625rem;top:79.474609375rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5e1IzxIAAg4MLW0uIRenr4SGqcnPslT { width:14.6875rem;height:1.29980625rem;top:86.037109375rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaMolqNXr7WgXbLp8PqCKKU8oo4W3n0z { width:15.5rem;height:1.29980625rem;top:84.7373046875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNIIOZIaCo2dHBPq0WiTzkN6fxPCT4ZW { width:12.625rem;height:1.29980625rem;top:83.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhZx87Zsxb3Xlw7ubCpTcVfwQVid7acT { width:14.6875rem;height:1.29980625rem;top:99.0400390625rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCsfplQ9h1dEeWNDmqmyBTm0wUO9JWu1 { width:15.5rem;height:1.29980625rem;top:97.740234375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kd8ZkXruVQVrLtmiC6ZtwvVQgUbcIT9g { width:12.625rem;height:1.29980625rem;top:96.4404296875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiwGRHzF88FG2igEEmwdZ4s7OhiIehls { width:14.6875rem;height:1.29980625rem;top:111.8388671875rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzUiRH2haJIluRL35uNXcdCZ95ZCxflG { width:15.5rem;height:1.29980625rem;top:110.5390625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Huo7BcDNs4tyXymTt24rzQfROHRErK0C { width:12.625rem;height:1.29980625rem;top:109.2392578125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkCApDJccDT1UBnkgrNQui1sAsz6PTMu { display:flex;width:1.25rem;height:1.5rem;top:132.3125rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UEJ8sUAPclwTnNOz0nMw7bUPHBlRuW64 { display:flex;width:1.25rem;height:1.5rem;top:111.73828125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pUDVAzdwJNi8anJth4bcUpenqLW7wPdK { display:flex;width:1.375rem;height:1.375rem;top:59.8623046875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #G9BEFEPCvas7SvTzD6RLcmcSFdeCMOe6 { width:12.625rem;height:1.29980625rem;top:52.3369140625rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDgPessDWR8gHzuFX2NxUpyfBNCqifqI { display:flex;width:1.25rem;height:1.5rem;top:105.3017578125rem;left:0rem;z-index:15063; }
 }@media only screen and (max-width: 763px) { #kWOCq3ShwixaOPhhEW68wyTpNf0Oqe3a { display:flex;width:1.25rem;height:1.5rem;top:98.939453125rem;left:0rem;z-index:15064; }
 }@media only screen and (max-width: 763px) { #HZvW0TO22G5sJCn80UFq5DDQAFFuXy8g { display:flex;width:1.25rem;height:1.5rem;top:92.490234375rem;left:0rem;z-index:15065; }
 }@media only screen and (max-width: 763px) { #wzWklegwt7J9PAQspJeIsq2sRgbTCm4A { display:flex;width:1.25rem;height:1.5rem;top:85.9365234375rem;left:0rem;z-index:15066; }
 }@media only screen and (max-width: 763px) { #vnwI94V9Gstv2HmiyyKPgg8udrmsArsT { display:flex;width:1.25rem;height:1.5rem;top:79.474609375rem;left:0rem;z-index:15067; }
 }@media only screen and (max-width: 763px) { #u224KoOMtSuDB0yTnIJE0Evm2ifCPs7t { display:flex;width:1.25rem;height:1.5rem;top:72.412109375rem;left:0rem;z-index:15068; }
 }@media only screen and (max-width: 763px) { #B5dnWRGXsKTCwKIhNmLKayXMIaUXTyL5 { display:flex;width:1.25rem;height:1.5rem;top:66.037109375rem;left:0rem;z-index:15069; }
 }@media only screen and (max-width: 763px) { #M7JSUFVxfZz3oT1e7Df1OssxzSg3NUz1 { display:flex;width:1.25rem;height:1.5rem;top:58.537109375rem;left:0rem;z-index:15070; }
 }@media only screen and (max-width: 763px) { #wB6xa6gHeCKn6gTha5c42ZgnfDWlgJaR { display:flex;width:1.25rem;height:1.5rem;top:50.9365234375rem;left:0rem;z-index:15071; }
 }@media only screen and (max-width: 763px) { #ut9L9yDS3E8kLPFtMFVgnD8hru76T4ba { display:flex;width:1.25rem;height:1.5rem;top:43.3369140625rem;left:0rem;z-index:15072; }
 }@media only screen and (max-width: 763px) { #zQRk4T855mac6ZmKTWSAbQf2PJhJEhsZ { display:flex;width:1.25rem;height:1.5rem;top:35.533203125rem;left:0rem;z-index:15073; }
 }@media only screen and (max-width: 763px) { #DCu1SJD12eqNnRnaa3yrCkNJ9yFU25m0 { display:flex;width:1.25rem;height:1.5rem;top:27.7998046875rem;left:0rem;z-index:15074; }
 }@media only screen and (max-width: 763px) { #PO4gXuf1tLKEnM9EUFhzpzxqQgZJQWOH { display:flex;width:1.25rem;height:1.5rem;top:134.48828125rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KNNsOsZTSRy7SJlx2nv6ekaNap8DxLPU { display:flex;width:1.375rem;height:1.375rem;top:137.23828125rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QvOdSAfTI1MwLevDdegsmukMBtnnRBL7 { display:flex;width:1.25rem;height:1.5rem;top:145.23828125rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #s1psp4hWgBGIIGEIduN71lW7yJ7FsVZq { display:flex;width:1.375rem;height:1.375rem;top:147.98828125rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #utDw3isXt68ShMDOHaT7acNG594Te1BU { display:flex;width:1.25rem;height:1.5rem;top:153.36328125rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #THiz0Nor1BhWKnxHUGgk8F4u3zBf9QXX { display:flex;width:1.25rem;height:1.5rem;top:158.86328125rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rNZar5BftC9K8qZTdfSMT7tnDykKvv3w { display:flex;width:1.25rem;height:1.5rem;top:164.36328125rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pW1azcrQ9aiS2FGhgBanPLgTloyl5c58 { display:flex;width:1.25rem;height:1.5rem;top:169.86328125rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GzryLtI80sMH8DDANQ8wRXxIrTX4hxkD { display:flex;width:1.25rem;height:1.5rem;top:131.73828125rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zikXpqbRJpeITgz8n2pswssC2R5BZ6ma { display:flex;width:1.25rem;height:1.5rem;top:150.61328125rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fJqiQLh7JfH3SeqDwaedpcTplxD0r7RQ { display:flex;width:1.25rem;height:1.5rem;top:156.11328125rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UwauWiaHZa18xFqWp4kUuzLvX1PWI6tR { display:flex;width:1.25rem;height:1.5rem;top:139.86328125rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qNfWeXVk3wCC5eSkO6JBP5P5GIFK3JGG { display:flex;width:1.375rem;height:1.375rem;top:142.61328125rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nfRmkqZvTB3LcVBKzEQhJqcklIlW4yxz { display:flex;width:1.375rem;height:1.375rem;top:52.3369140625rem;left:0rem;z-index:15064; }
 }@media only screen and (max-width: 763px) { #PaHfHOtdM3eozWIMpR1l3pC1cfIB5g9l { display:flex;width:1.375rem;height:1.375rem;top:44.6123046875rem;left:0rem;z-index:15065; }
 }@media only screen and (max-width: 763px) { #eC1Oesha8NnLGgl17ebTo2Bq22fITFzU { display:flex;width:1.375rem;height:1.375rem;top:29.0869140625rem;left:0rem;z-index:15066; }
 }@media only screen and (max-width: 763px) { #nFv45fIePIOKZPBeF6TT4GCx0qvTqp3E { display:block; }#nFv45fIePIOKZPBeF6TT4GCx0qvTqp3E > .row .container { width:20rem;height:19.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H4Fn2XTy9v9eJ7Ka6sxv0bTkyRAcwFUn { width:10.25rem;height:3.65625rem;top:2.2109375rem;left:4.875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DNyVBpQSx9lhqLkvu2anBHOItHKLrZzd { width:14.6875rem;height:4.875rem;top:7.919921875rem;left:2.65625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FJCfdQ4yzoTdXDSxuiBTt6Twao3Ewfsd { width:16.3125rem;height:2.4375rem;top:14.634765625rem;left:1.84375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }