.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:223,251,228;--color-primary-1:147,240,167;--color-primary-2:39,225,78;--color-primary-3:20,113,39;--color-primary-4:6,34,12;--color-secondary-0:225,240,245;--color-secondary-1:156,204,222;--color-secondary-2:57,153,188;--color-secondary-3:29,77,94;--color-secondary-4:9,23,28;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"open sans";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(248,248,248,0.88);background-image:none;position:relative;top:0rem;left:0rem;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#ninGiwz4V9FHrCCQsPUs9X386bS6J191 { position:relative;display:block; }#ninGiwz4V9FHrCCQsPUs9X386bS6J191 { background-color: transparent; background-image: none; }#ninGiwz4V9FHrCCQsPUs9X386bS6J191::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ninGiwz4V9FHrCCQsPUs9X386bS6J191 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ninGiwz4V9FHrCCQsPUs9X386bS6J191 > .row .container > .video-iframe-container { display: none; }#ninGiwz4V9FHrCCQsPUs9X386bS6J191 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ninGiwz4V9FHrCCQsPUs9X386bS6J191 > .row > .video-iframe-container { display: none; }#ninGiwz4V9FHrCCQsPUs9X386bS6J191 > .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); }#ninGiwz4V9FHrCCQsPUs9X386bS6J191 { border-width: 0; border-radius: 0; }#ninGiwz4V9FHrCCQsPUs9X386bS6J191 > .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; }#ninGiwz4V9FHrCCQsPUs9X386bS6J191 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f8f8f8;background-image:none;font-size:0.875rem;font-family:arial;height:1.5625rem;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; }#Kec6ZdKBqDpRB7XxGM4b97hLwRac9P3h { position:relative;display:block; }#Kec6ZdKBqDpRB7XxGM4b97hLwRac9P3h { background-color: transparent; background-image: none; }#Kec6ZdKBqDpRB7XxGM4b97hLwRac9P3h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kec6ZdKBqDpRB7XxGM4b97hLwRac9P3h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kec6ZdKBqDpRB7XxGM4b97hLwRac9P3h > .row .container > .video-iframe-container { display: none; }#Kec6ZdKBqDpRB7XxGM4b97hLwRac9P3h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kec6ZdKBqDpRB7XxGM4b97hLwRac9P3h > .row > .video-iframe-container { display: none; }#Kec6ZdKBqDpRB7XxGM4b97hLwRac9P3h > .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); }#Kec6ZdKBqDpRB7XxGM4b97hLwRac9P3h { border-width: 0; border-radius: 0; }#Kec6ZdKBqDpRB7XxGM4b97hLwRac9P3h > .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; }#Kec6ZdKBqDpRB7XxGM4b97hLwRac9P3h > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:8.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; }#Scm5iuz1rWT09FLIVEtGMVt1k9nnCClG { 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:4.0625rem;width:6.875rem;top:1.90625rem;left:35rem;overflow:hidden;display:block; }
#Hgn5fTdKhUAFz2ETzvwSMSmVwsMTaer7 { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:14.6875rem;top:2.375rem;left:2.1024322509766rem;overflow:hidden;display:block; }
#rSz4nQCOArnPnUbBEqHb0tPFkXdsUQXC { color:rgba(var(--color-tertiary-0),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:1.09375rem;left:42.728302001953rem;height:5.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6e6e6;background-image:none;font-size:0.875rem;font-family:arial;height:25.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#aTbVtO2UTQtFBPMDOygT8MaMAmJL7b3m { color:rgba(var(--color-tertiary-4),1);display:block;width:30.559rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:normal;z-index:15013;line-height:1.1;letter-spacing:0;top:6.3741321563719rem;left:1.4357604980469rem;height:3.36805625rem;text-align:left;text-align-last:left;display:block; }
#kd2cEgbRLJ7vqLlG0sl7EITWsShbLC36 { color:#27afe1;display:block;width:31.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:normal;z-index:15013;line-height:1.1;letter-spacing:0;top:10.0625rem;left:1.3098983764649rem;height:3.36805625rem;text-align:left;text-align-last:left;display:block; }
#pXZrTJPhAi8Sidu45m1AvqhTkJsP11HW { color:rgba(var(--color-tertiary-4),1);display:block;width:23.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:14.125rem;left:1.6875rem;height:2.9236125rem;display:block; }
#NyKETnt2WdIw4ukqt9vl348WZMH4rWJe { position:relative;display:block; }#NyKETnt2WdIw4ukqt9vl348WZMH4rWJe { background-color: transparent; background-image: none; }#NyKETnt2WdIw4ukqt9vl348WZMH4rWJe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NyKETnt2WdIw4ukqt9vl348WZMH4rWJe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NyKETnt2WdIw4ukqt9vl348WZMH4rWJe > .row .container > .video-iframe-container { display: none; }#NyKETnt2WdIw4ukqt9vl348WZMH4rWJe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NyKETnt2WdIw4ukqt9vl348WZMH4rWJe > .row > .video-iframe-container { display: none; }#NyKETnt2WdIw4ukqt9vl348WZMH4rWJe > .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); }#NyKETnt2WdIw4ukqt9vl348WZMH4rWJe { border-width: 0; border-radius: 0; }#NyKETnt2WdIw4ukqt9vl348WZMH4rWJe > .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; }#NyKETnt2WdIw4ukqt9vl348WZMH4rWJe > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:32rem;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; }#UC3ymaZsTIohMozL995QrRd5VIgdUIRB { color:rgba(var(--color-tertiary-4),1);display:block;width:20.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(var(--color-tertiary-0),0.16);top:8.6328125rem;left:4.21875rem;height:1.4622375rem;display:block; }
#urWOFrmwCDgwmsCni5Bm0Tunpx4N70KT { color:rgba(var(--color-tertiary-4),1);display:block;width:25.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:8.5078125rem;left:3.90625rem;height:18.19445rem;text-align:justify;text-align-last:initial;display:block; }
#MDitT0tcfauWfs0kopVcpiBATKxoy2gt { color:rgba(var(--color-tertiary-4),1);display:block;width:29.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:2.4375rem;left:14.4375rem;height:2.03125rem;display:block; }
#zPQwLcF0MXOoBlatgVecbfccHa0Kt0ev { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),0.84);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:15.3125rem;width:21.875rem;top:3.75rem;left:3.6875rem;display:none; }
#PTZZ3ofC7vdGu0DBrcAzIMc4cqOhBFh7 { box-sizing:content-box;height:1rem;width:0.25rem;position:absolute;display:block;z-index:15060;background-color:#27afe1;background-image:none;top:3.0625rem;left:13.8125rem;display:block; }
#PrU2fe39GeCXy7J3SBNReFT8NgbeKRcB { color:rgba(var(--color-tertiary-2),1);display:block;width:26.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:16.749998748302rem;left:24.0625rem;height:1.13715rem;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#K07vVpqxnpTwmDAIbgiUpb0gR413hZiU { position:absolute;display:block;z-index:15061;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.6875rem;width:21.6875rem;top:6.2074661254883rem;left:33.1875rem;overflow:hidden;display:block; }
#xKxmSbsqdLNGTtzi4SgnTgJEUkZ3BGWT { position:relative;display:block; }#xKxmSbsqdLNGTtzi4SgnTgJEUkZ3BGWT { background-color: transparent; background-image: none; }#xKxmSbsqdLNGTtzi4SgnTgJEUkZ3BGWT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xKxmSbsqdLNGTtzi4SgnTgJEUkZ3BGWT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xKxmSbsqdLNGTtzi4SgnTgJEUkZ3BGWT > .row .container > .video-iframe-container { display: none; }#xKxmSbsqdLNGTtzi4SgnTgJEUkZ3BGWT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xKxmSbsqdLNGTtzi4SgnTgJEUkZ3BGWT > .row > .video-iframe-container { display: none; }#xKxmSbsqdLNGTtzi4SgnTgJEUkZ3BGWT > .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); }#xKxmSbsqdLNGTtzi4SgnTgJEUkZ3BGWT { border-width: 0; border-radius: 0; }#xKxmSbsqdLNGTtzi4SgnTgJEUkZ3BGWT > .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; }#xKxmSbsqdLNGTtzi4SgnTgJEUkZ3BGWT > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;font-size:0.875rem;font-family:arial;height:63.6875rem;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; }#uU8HmSuUihHpZGSKCqCwg6NqfdZ5pGmU { color:rgba(var(--color-tertiary-4),1);display:block;width:24.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:2.0685806274414rem;left:5rem;height:2.03125rem;display:block; }
#ZJ5BZz3VdOEllL9KFqBOQI2ApZqrM6pQ { box-sizing:content-box;height:1rem;width:0.25rem;position:absolute;display:block;z-index:15061;background-color:#27afe1;background-image:none;top:2.7092056274414rem;left:4.1970520019531rem;display:block; }
#As7S6RNRafy5ch7cwIv9rSnoDRtRFoqo { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:20rem;top:42.125rem;left:0rem;overflow:hidden;display:block; }
#mHp1T428rLofHAxm1lmuJOkQUAdQwEQa { color:#000000;display:block;width:25.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:6.4375rem;left:31.1875rem;height:28.4288rem;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RGVsAE4qXJ3OXazPGT0rcFwcbOmArige { color:#000000;display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:6.5rem;left:3.78125rem;height:29.56595625rem;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qAmlB87PaFimla0Ip4Kvq1twTaw4BQno { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.0625rem;width:20.0625rem;top:42.09375rem;left:19.96875rem;overflow:hidden;display:block; }
#MSvITc8l45x4MupfbeImXgdSadeGfM5Z { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.0625rem;width:20.0625rem;top:42.09375rem;left:39.9375rem;overflow:hidden;display:block; }
#DZTG7BesHvyJPGFsc3knNDv9Vb8fC0ea { position:relative;display:block; }#DZTG7BesHvyJPGFsc3knNDv9Vb8fC0ea { background-color: transparent; background-image: none; }#DZTG7BesHvyJPGFsc3knNDv9Vb8fC0ea::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DZTG7BesHvyJPGFsc3knNDv9Vb8fC0ea > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DZTG7BesHvyJPGFsc3knNDv9Vb8fC0ea > .row .container > .video-iframe-container { display: none; }#DZTG7BesHvyJPGFsc3knNDv9Vb8fC0ea > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DZTG7BesHvyJPGFsc3knNDv9Vb8fC0ea > .row > .video-iframe-container { display: none; }#DZTG7BesHvyJPGFsc3knNDv9Vb8fC0ea > .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); }#DZTG7BesHvyJPGFsc3knNDv9Vb8fC0ea { border-width: 0; border-radius: 0; }#DZTG7BesHvyJPGFsc3knNDv9Vb8fC0ea > .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; }#DZTG7BesHvyJPGFsc3knNDv9Vb8fC0ea > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.8125rem;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; }#DOkX6dy2FOnE3M1C8Dx6WDBW72CdRT3h { color:rgba(var(--color-tertiary-4),1);display:block;width:20.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(var(--color-tertiary-0),0.16);top:8.6328125rem;left:4.21875rem;height:1.4622375rem;display:block; }
#tkHtblORwEtZIHuwlnTZc0KEgNydHaD6 { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),0.84);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:15.3125rem;width:21.875rem;top:3.75rem;left:3.6875rem;display:none; }
#lb0v6THZt2lfcLyNLMcrFFAqUPIQKSRA { position:absolute;display:block;z-index:15062;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.6875rem;width:18.875rem;top:5.7109394073486rem;left:6.2118072509766rem;overflow:hidden;display:block; }
#MvIpdcLIz5VRoULKQV7yXX6GR1h19C9V { color:rgba(var(--color-tertiary-4),1);display:block;width:25.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:8.0703125rem;left:29.0625rem;height:14.78295625rem;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CkwHXG7JRlMTBHtIICP7SshRTkfIA9de { color:rgba(var(--color-tertiary-4),1);display:block;width:25.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:4.7352447509766rem;left:29.25rem;height:2.03125rem;display:block; }
#uTOeXJdlI32knnbfGywPM8s4selT7V37 { position:relative;display:block; }#uTOeXJdlI32knnbfGywPM8s4selT7V37 { background-color: transparent; background-image: none; }#uTOeXJdlI32knnbfGywPM8s4selT7V37::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTOeXJdlI32knnbfGywPM8s4selT7V37 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTOeXJdlI32knnbfGywPM8s4selT7V37 > .row .container > .video-iframe-container { display: none; }#uTOeXJdlI32knnbfGywPM8s4selT7V37 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTOeXJdlI32knnbfGywPM8s4selT7V37 > .row > .video-iframe-container { display: none; }#uTOeXJdlI32knnbfGywPM8s4selT7V37 > .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); }#uTOeXJdlI32knnbfGywPM8s4selT7V37 { border-width: 0; border-radius: 0; }#uTOeXJdlI32knnbfGywPM8s4selT7V37 > .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; }#uTOeXJdlI32knnbfGywPM8s4selT7V37 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f8f8f8;background-image:none;font-size:0.875rem;font-family:arial;height:49.375rem;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; }#pXeTmBz84GgCllFUrdQCumF5b2pb6IIP { color:rgba(var(--color-tertiary-4),1);display:block;width:51.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:6.2265625rem;left:4.3654479980469rem;height:20.82205rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#uvEQnolbJ9JqXiCfPrgQiebUi57AIzd8 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:2.6875rem;left:25.125rem;height:2.11198125rem;display:block; }
#nIpTovbiiIXICyhHUL47O0ncc0rVpued { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),0.84);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:15.3125rem;width:21.875rem;top:21.8125rem;left:34.96875rem;display:none; }
#fkbVdecM6ZAhEISTxnShufW8xHDesJ4x { position:absolute;display:block;z-index:15060;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.875rem;width:30.0625rem;top:29.249132156372rem;left:0.0625rem;overflow:hidden;display:block; }
#N7a03EHvmlXyaZTQLaaF9bH1yvN6q57E { position:absolute;display:block;z-index:15061;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.875rem;width:30.125rem;top:29.290798781372rem;left:29.803260015275rem;overflow:hidden;display:block; }
#P3O2vxUAd7M0XoXFH6xbSsHgBQVJR581 { position:relative;display:block; }#P3O2vxUAd7M0XoXFH6xbSsHgBQVJR581 { background-color: transparent; background-image: none; }#P3O2vxUAd7M0XoXFH6xbSsHgBQVJR581::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P3O2vxUAd7M0XoXFH6xbSsHgBQVJR581 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P3O2vxUAd7M0XoXFH6xbSsHgBQVJR581 > .row .container > .video-iframe-container { display: none; }#P3O2vxUAd7M0XoXFH6xbSsHgBQVJR581 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P3O2vxUAd7M0XoXFH6xbSsHgBQVJR581 > .row > .video-iframe-container { display: none; }#P3O2vxUAd7M0XoXFH6xbSsHgBQVJR581 > .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); }#P3O2vxUAd7M0XoXFH6xbSsHgBQVJR581 { border-width: 0; border-radius: 0; }#P3O2vxUAd7M0XoXFH6xbSsHgBQVJR581 > .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; }#P3O2vxUAd7M0XoXFH6xbSsHgBQVJR581 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:96.375rem;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; }#LA6a6sRsqCPEPKcsrq6pvKQbtz8VpwXC { 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:9.125rem;width:10.875rem;top:8.1875rem;left:4.5rem;overflow:hidden;display:block; }
#cXPuhDOgB62XAmvQUglzafFD4LlwwrET { 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:9.25rem;width:9.3125rem;top:8.125rem;left:18.0625rem;overflow:hidden;display:block; }
#XKmVE4xfkCdFPaBoWLFUC5dh2ifkv6bJ { 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:9.375rem;width:17.1875rem;top:8rem;left:29.447265625rem;overflow:hidden;display:block; }
#GM9DrUDktZxvWsmIJBfS0eepJtNTTJ1w { 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:12.1875rem;width:8.0625rem;top:6.65625rem;left:48.541664123535rem;overflow:hidden;display:block; }
#eNLEdP5FuUg33QR8AU9VpvRp0J61yZR9 { 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:9.625rem;width:7.1875rem;top:31.885417938233rem;left:18.5625rem;overflow:hidden;display:block; }
#T2c0E7O0FThwtwWJgePJu42pi1zSeyVX { 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:9.5625rem;width:7.5625rem;top:31.916667938233rem;left:28.447265625rem;overflow:hidden;display:block; }
#vOxgpTNoOMEZ8SNM4seUN83VCi5X8XEe { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:0.98828125rem;left:3.6875rem;height:2.03125rem;display:block; }
#LySUcFEtuDblGES0emMaWxH0ypHH55kS { 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:7.9375rem;width:11.9375rem;top:20.625rem;left:3.96875rem;overflow:hidden;display:block; }
#UKrxJRTzuwlksuDxvO5f8yNyP6Eb8NeJ { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:10.5rem;top:20.71875rem;left:18.759765625rem;overflow:hidden;display:block; }
#VSRTBgMxBBe5NpRJZs97QqDGqSMheeSq { 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.6875rem;width:24.3125rem;top:20.000000594116rem;left:31.867119286521rem;overflow:hidden;display:block; }
#XX9bPVTuVOKFs77nnC9xR97SmNKxlEXr { 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:9.8125rem;width:11.9375rem;top:31.791667938233rem;left:3.96875rem;overflow:hidden;display:block; }
#H5nugtpTcA95IlwLvtMaTQVn7A0BZRDH { box-sizing:content-box;height:1rem;width:0.25rem;position:absolute;display:block;z-index:15070;background-color:#27afe1;background-image:none;top:1.5720520019531rem;left:2.9166679382324rem;display:block; }
#l5b88qXAtKpzLcubT1Dvo1wMEBk1EK6V { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.9375rem;width:9.375rem;top:44.5625rem;left:4.0625rem;overflow:hidden;display:block; }
#cK8UtZGsTTcUNWT0CNETzAomKc9Bldvp { 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:9.5625rem;width:7.6875rem;top:31.916667938233rem;left:37.988929748535rem;overflow:hidden;display:block; }
#vHy2OaSJaiKmaq9lIyvBhFQAC8prgwSO { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.8125rem;width:9.375rem;top:31.791667938233rem;left:47.603515625rem;overflow:hidden;display:block; }
#a8Bucw4Po7LKdAJAtkgQ027TSuOGzOs9 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.75rem;width:6.3125rem;top:44.5625rem;left:50.488093676903rem;overflow:hidden;display:block; }
#bAtX2uWayyGOiOwv7rbi7WFS4QisqMWE { 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:10.625rem;width:16.0625rem;top:69.8125rem;left:40.61328125rem;overflow:hidden;display:block; }
#ZdnFBdQ5l5euIqLoCvZr3n4A1TfXUmtD { 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:10.25rem;width:15.5rem;top:69.71875rem;left:4.25rem;overflow:hidden;display:block; }
#mBdT851gJVw0QWoyV5LNzm1ALyS5MEOs { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5625rem;width:16rem;top:69.78125rem;left:22.176429748535rem;overflow:hidden;display:block; }
#KgPhTgevfDO58LcZybh81h2Le0wBa855 { 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:9.4375rem;width:6.25rem;top:57.1875rem;left:4.1875rem;overflow:hidden;display:block; }
#BZXor1y6EgBEzkVLsSdVa55n4R6uTOiQ { 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:9.5rem;width:6.3125rem;top:57.25rem;left:21.978515625rem;overflow:hidden;display:block; }
#QG481xqSAe6PA0IFfNyzT4VhaLdkeXiP { 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:10rem;width:7.8125rem;top:44.5625rem;left:14.8125rem;overflow:hidden;display:block; }
#QmhNuNhHPQMv6lJvLqme0T8x7ePiFwMe { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.9375rem;width:7.6875rem;top:44.5625rem;left:24.033203125rem;overflow:hidden;display:block; }
#eAInUhEso3CdnWOgd1Gk14yo2ML0f1eP { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.9375rem;width:6.5625rem;top:44.5625rem;left:33.103515625rem;overflow:hidden;display:block; }
#igXr4JpGQaDcOiT6L8rvzqU55Z2E5AmA { 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:9.8125rem;width:7.6875rem;top:44.5rem;left:41.25rem;overflow:hidden;display:block; }
#HTWZ9ngtRWSUCXwSRMZswhtDRTdBv8mk { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.4375rem;width:6.25rem;top:57.125rem;left:12.979164123535rem;overflow:hidden;display:block; }
#kf0dDiR8S0JmT1npR3a8ZdiR3mnnS62k { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;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:6.6875rem;top:82.6875rem;left:4.125rem;overflow:hidden;display:block; }
#hJRbcNJWleNh6L3gQ7uDoEDMTZOdJiBV { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:18rem;top:82.75rem;left:19.416664123535rem;overflow:hidden;display:block; }
#TfVx6zQt6HGCnaF3W9FPT2FL9k9irF7R { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.0625rem;width:18.25rem;top:82.604167938231rem;left:38.645179748535rem;overflow:hidden;display:block; }
#ygyiDO2aC9RCfNk63Qiweph83cOBlET3 { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:7.25rem;top:57.21875rem;left:49.395835876465rem;overflow:hidden;display:block; }
#XiHmoO6SzIpkXEQM7FTFi2CB0wi6ITR2 { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:14.625rem;top:57.21875rem;left:31.416015625rem;overflow:hidden;display:block; }
#DNvUmt6hRcpi7XudPEcB1G4r2RDC0VN2 { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:6.625rem;top:82.6875rem;left:11.791664123535rem;overflow:hidden;display:block; }
#dNGIwqWxTMPPNX1TxMASiHJrnyeQ4DvD { position:relative;display:block; }#dNGIwqWxTMPPNX1TxMASiHJrnyeQ4DvD { background-color: transparent; background-image: none; }#dNGIwqWxTMPPNX1TxMASiHJrnyeQ4DvD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dNGIwqWxTMPPNX1TxMASiHJrnyeQ4DvD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dNGIwqWxTMPPNX1TxMASiHJrnyeQ4DvD > .row .container > .video-iframe-container { display: none; }#dNGIwqWxTMPPNX1TxMASiHJrnyeQ4DvD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dNGIwqWxTMPPNX1TxMASiHJrnyeQ4DvD > .row > .video-iframe-container { display: none; }#dNGIwqWxTMPPNX1TxMASiHJrnyeQ4DvD > .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); }#dNGIwqWxTMPPNX1TxMASiHJrnyeQ4DvD { border-width: 0; border-radius: 0; }#dNGIwqWxTMPPNX1TxMASiHJrnyeQ4DvD > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dNGIwqWxTMPPNX1TxMASiHJrnyeQ4DvD > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#27afe1;background-image:none;font-size:0.875rem;font-family:arial;height:2.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#PTlsQoxpHhnAzQoXEn8aOPXgctzctQFb { position:relative;display:block; }#PTlsQoxpHhnAzQoXEn8aOPXgctzctQFb { background-color: transparent; background-image: none; }#PTlsQoxpHhnAzQoXEn8aOPXgctzctQFb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTlsQoxpHhnAzQoXEn8aOPXgctzctQFb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTlsQoxpHhnAzQoXEn8aOPXgctzctQFb > .row .container > .video-iframe-container { display: none; }#PTlsQoxpHhnAzQoXEn8aOPXgctzctQFb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTlsQoxpHhnAzQoXEn8aOPXgctzctQFb > .row > .video-iframe-container { display: none; }#PTlsQoxpHhnAzQoXEn8aOPXgctzctQFb > .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); }#PTlsQoxpHhnAzQoXEn8aOPXgctzctQFb { border-width: 0; border-radius: 0; }#PTlsQoxpHhnAzQoXEn8aOPXgctzctQFb > .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; }#PTlsQoxpHhnAzQoXEn8aOPXgctzctQFb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),0);background-image:none;font-size:0.875rem;font-family:arial;height:9.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; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ninGiwz4V9FHrCCQsPUs9X386bS6J191 { display:block; }#ninGiwz4V9FHrCCQsPUs9X386bS6J191 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kec6ZdKBqDpRB7XxGM4b97hLwRac9P3h { display:block; }#Kec6ZdKBqDpRB7XxGM4b97hLwRac9P3h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Scm5iuz1rWT09FLIVEtGMVt1k9nnCClG { top:1.875rem;left:28.875rem;width:6.875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hgn5fTdKhUAFz2ETzvwSMSmVwsMTaer7 { top:2.375rem;left:0rem;width:14.6875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSz4nQCOArnPnUbBEqHb0tPFkXdsUQXC { top:1.0625rem;left:31.8125rem;width:15.9375rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aTbVtO2UTQtFBPMDOygT8MaMAmJL7b3m { top:6.3125rem;left:0rem;width:30.5rem;height:3.3125rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kd2cEgbRLJ7vqLlG0sl7EITWsShbLC36 { top:10.0625rem;left:0rem;width:31.6875rem;height:3.3125rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXZrTJPhAi8Sidu45m1AvqhTkJsP11HW { top:14.125rem;left:0rem;width:23.3125rem;height:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyKETnt2WdIw4ukqt9vl348WZMH4rWJe { display:block; }#NyKETnt2WdIw4ukqt9vl348WZMH4rWJe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UC3ymaZsTIohMozL995QrRd5VIgdUIRB { top:8.625rem;left:0rem;width:20.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #urWOFrmwCDgwmsCni5Bm0Tunpx4N70KT { top:8.5rem;left:0rem;width:25.0625rem;height:19.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDitT0tcfauWfs0kopVcpiBATKxoy2gt { top:2.4375rem;left:8.3125rem;width:29.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPQwLcF0MXOoBlatgVecbfccHa0Kt0ev { top:3.75rem;left:0rem;width:21.875rem;height:15.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PTZZ3ofC7vdGu0DBrcAzIMc4cqOhBFh7 { top:3.0625rem;left:7.6875rem;width:0.25rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrU2fe39GeCXy7J3SBNReFT8NgbeKRcB { top:16.6875rem;left:17.9375rem;width:26.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K07vVpqxnpTwmDAIbgiUpb0gR413hZiU { top:6.1875rem;left:26.0625rem;width:21.6875rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKxmSbsqdLNGTtzi4SgnTgJEUkZ3BGWT { display:block; }#xKxmSbsqdLNGTtzi4SgnTgJEUkZ3BGWT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uU8HmSuUihHpZGSKCqCwg6NqfdZ5pGmU { top:2.0625rem;left:0rem;width:24.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJ5BZz3VdOEllL9KFqBOQI2ApZqrM6pQ { top:2.6875rem;left:0rem;width:0.25rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #As7S6RNRafy5ch7cwIv9rSnoDRtRFoqo { top:42.125rem;left:0rem;width:20rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHp1T428rLofHAxm1lmuJOkQUAdQwEQa { top:6.4375rem;left:22.5625rem;width:25.1875rem;height:31.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGVsAE4qXJ3OXazPGT0rcFwcbOmArige { top:6.5rem;left:0rem;width:25.3125rem;height:32.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAmlB87PaFimla0Ip4Kvq1twTaw4BQno { top:42.0625rem;left:13.84375rem;width:20.0625rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSvITc8l45x4MupfbeImXgdSadeGfM5Z { top:42.0625rem;left:27.6875rem;width:20.0625rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZTG7BesHvyJPGFsc3knNDv9Vb8fC0ea { display:block; }#DZTG7BesHvyJPGFsc3knNDv9Vb8fC0ea > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DOkX6dy2FOnE3M1C8Dx6WDBW72CdRT3h { top:8.625rem;left:0rem;width:20.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkHtblORwEtZIHuwlnTZc0KEgNydHaD6 { top:3.75rem;left:0rem;width:21.875rem;height:15.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lb0v6THZt2lfcLyNLMcrFFAqUPIQKSRA { top:5.6875rem;left:0.086807250976562rem;width:18.875rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvIpdcLIz5VRoULKQV7yXX6GR1h19C9V { top:8.0625rem;left:22rem;width:25.75rem;height:14.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkwHXG7JRlMTBHtIICP7SshRTkfIA9de { top:4.6875rem;left:22.375rem;width:25.375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTOeXJdlI32knnbfGywPM8s4selT7V37 { display:block; }#uTOeXJdlI32knnbfGywPM8s4selT7V37 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pXeTmBz84GgCllFUrdQCumF5b2pb6IIP { width:34.375rem;height:4.6875rem;top:5.875rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvEQnolbJ9JqXiCfPrgQiebUi57AIzd8 { top:2.6875rem;left:19rem;width:12.5rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIpTovbiiIXICyhHUL47O0ncc0rVpued { top:21.8125rem;left:25.875rem;width:21.875rem;height:15.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fkbVdecM6ZAhEISTxnShufW8xHDesJ4x { top:29.1875rem;left:0rem;width:30.0625rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7a03EHvmlXyaZTQLaaF9bH1yvN6q57E { top:29.25rem;left:17.625rem;width:30.125rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3O2vxUAd7M0XoXFH6xbSsHgBQVJR581 { display:block; }#P3O2vxUAd7M0XoXFH6xbSsHgBQVJR581 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LA6a6sRsqCPEPKcsrq6pvKQbtz8VpwXC { top:8.1875rem;left:0rem;width:10.875rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXPuhDOgB62XAmvQUglzafFD4LlwwrET { top:8.125rem;left:11.9375rem;width:9.3125rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKmVE4xfkCdFPaBoWLFUC5dh2ifkv6bJ { top:8rem;left:23.322265625rem;width:17.1875rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GM9DrUDktZxvWsmIJBfS0eepJtNTTJ1w { top:6.625rem;left:39.6875rem;width:8.0625rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNLEdP5FuUg33QR8AU9VpvRp0J61yZR9 { top:31.875rem;left:12.4375rem;width:7.1875rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2c0E7O0FThwtwWJgePJu42pi1zSeyVX { top:31.875rem;left:22.322265625rem;width:7.5625rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOxgpTNoOMEZ8SNM4seUN83VCi5X8XEe { top:0.9375rem;left:0rem;width:12.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LySUcFEtuDblGES0emMaWxH0ypHH55kS { top:20.625rem;left:0rem;width:11.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKrxJRTzuwlksuDxvO5f8yNyP6Eb8NeJ { top:20.6875rem;left:12.634765625rem;width:10.5rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSRTBgMxBBe5NpRJZs97QqDGqSMheeSq { top:20rem;left:23.4375rem;width:24.3125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XX9bPVTuVOKFs77nnC9xR97SmNKxlEXr { top:31.75rem;left:0rem;width:11.9375rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5nugtpTcA95IlwLvtMaTQVn7A0BZRDH { top:1.5625rem;left:0rem;width:0.25rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5b88qXAtKpzLcubT1Dvo1wMEBk1EK6V { top:44.5625rem;left:0rem;width:9.375rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cK8UtZGsTTcUNWT0CNETzAomKc9Bldvp { top:31.875rem;left:31.863929748535rem;width:7.6875rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHy2OaSJaiKmaq9lIyvBhFQAC8prgwSO { top:31.75rem;left:38.375rem;width:9.375rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8Bucw4Po7LKdAJAtkgQ027TSuOGzOs9 { top:44.5625rem;left:41.4375rem;width:6.3125rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAtX2uWayyGOiOwv7rbi7WFS4QisqMWE { top:69.8125rem;left:31.6875rem;width:16.0625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdnFBdQ5l5euIqLoCvZr3n4A1TfXUmtD { top:69.6875rem;left:0rem;width:15.5rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBdT851gJVw0QWoyV5LNzm1ALyS5MEOs { top:69.75rem;left:16.051429748535rem;width:16rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgPhTgevfDO58LcZybh81h2Le0wBa855 { top:57.1875rem;left:0rem;width:6.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZXor1y6EgBEzkVLsSdVa55n4R6uTOiQ { top:57.25rem;left:15.853515625rem;width:6.3125rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QG481xqSAe6PA0IFfNyzT4VhaLdkeXiP { top:44.5625rem;left:8.6875rem;width:7.8125rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmhNuNhHPQMv6lJvLqme0T8x7ePiFwMe { top:44.5625rem;left:17.908203125rem;width:7.6875rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAInUhEso3CdnWOgd1Gk14yo2ML0f1eP { top:44.5625rem;left:26.978515625rem;width:6.5625rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #igXr4JpGQaDcOiT6L8rvzqU55Z2E5AmA { top:44.5rem;left:35.125rem;width:7.6875rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTWZ9ngtRWSUCXwSRMZswhtDRTdBv8mk { top:57.125rem;left:6.854164123535rem;width:6.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kf0dDiR8S0JmT1npR3a8ZdiR3mnnS62k { top:82.6875rem;left:0rem;width:6.6875rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJRbcNJWleNh6L3gQ7uDoEDMTZOdJiBV { top:82.75rem;left:13.291664123535rem;width:18rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfVx6zQt6HGCnaF3W9FPT2FL9k9irF7R { top:82.5625rem;left:29.5rem;width:18.25rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygyiDO2aC9RCfNk63Qiweph83cOBlET3 { top:57.1875rem;left:40.5rem;width:7.25rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiHmoO6SzIpkXEQM7FTFi2CB0wi6ITR2 { top:57.1875rem;left:25.291015625rem;width:14.625rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNvUmt6hRcpi7XudPEcB1G4r2RDC0VN2 { top:82.6875rem;left:5.6666641235351rem;width:6.625rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNGIwqWxTMPPNX1TxMASiHJrnyeQ4DvD { display:block; }#dNGIwqWxTMPPNX1TxMASiHJrnyeQ4DvD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PTlsQoxpHhnAzQoXEn8aOPXgctzctQFb { display:block; }#PTlsQoxpHhnAzQoXEn8aOPXgctzctQFb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ninGiwz4V9FHrCCQsPUs9X386bS6J191 { display:block; }#ninGiwz4V9FHrCCQsPUs9X386bS6J191 > .row .container { width:20rem;height:1.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kec6ZdKBqDpRB7XxGM4b97hLwRac9P3h { display:block; }#Kec6ZdKBqDpRB7XxGM4b97hLwRac9P3h > .row .container { width:20rem;height:16.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Scm5iuz1rWT09FLIVEtGMVt1k9nnCClG { width:5.12305rem;height:3.06185rem;top:6.9270839691163rem;left:7.43815100193rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hgn5fTdKhUAFz2ETzvwSMSmVwsMTaer7 { width:9.1875rem;height:1.9375rem;top:2.8645839691162rem;left:2.9061302289046rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSz4nQCOArnPnUbBEqHb0tPFkXdsUQXC { width:13.4375rem;height:3.9375rem;top:10.614583969116rem;left:3.2812501192093rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:37.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aTbVtO2UTQtFBPMDOygT8MaMAmJL7b3m { width:20rem;height:2.19965rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kd2cEgbRLJ7vqLlG0sl7EITWsShbLC36 { width:20rem;height:2.19965rem;top:3.69921875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pXZrTJPhAi8Sidu45m1AvqhTkJsP11HW { width:16.125rem;height:9.096375rem;top:9.0972232818606rem;left:1.9375000596046rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #NyKETnt2WdIw4ukqt9vl348WZMH4rWJe { display:block; }#NyKETnt2WdIw4ukqt9vl348WZMH4rWJe { background-color: transparent; background-image: none; }#NyKETnt2WdIw4ukqt9vl348WZMH4rWJe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NyKETnt2WdIw4ukqt9vl348WZMH4rWJe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NyKETnt2WdIw4ukqt9vl348WZMH4rWJe > .row .container > .video-iframe-container { display: none; }#NyKETnt2WdIw4ukqt9vl348WZMH4rWJe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NyKETnt2WdIw4ukqt9vl348WZMH4rWJe > .row > .video-iframe-container { display: none; }#NyKETnt2WdIw4ukqt9vl348WZMH4rWJe > .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); }#NyKETnt2WdIw4ukqt9vl348WZMH4rWJe > .row .container { width:20rem;height:72.472225rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UC3ymaZsTIohMozL995QrRd5VIgdUIRB { width:20rem;height:1.381075rem;top:6.1328125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #urWOFrmwCDgwmsCni5Bm0Tunpx4N70KT { width:16.0625rem;height:40.93753125rem;top:6.6493043899538rem;left:1.9687500596046rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #MDitT0tcfauWfs0kopVcpiBATKxoy2gt { width:14.6875rem;height:3.08680625rem;top:2.6875rem;left:2.6562500596046rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zPQwLcF0MXOoBlatgVecbfccHa0Kt0ev { width:20rem;height:1.6875rem;top:3.15625rem;left:0rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #PTZZ3ofC7vdGu0DBrcAzIMc4cqOhBFh7 { width:0.25rem;height:1rem;top:2.9184036254883rem;left:4.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrU2fe39GeCXy7J3SBNReFT8NgbeKRcB { width:20rem;height:0;top:48.8359375rem;left:0rem;font-size:0.8125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #K07vVpqxnpTwmDAIbgiUpb0gR413hZiU { width:20rem;height:20rem;top:51.222225rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKxmSbsqdLNGTtzi4SgnTgJEUkZ3BGWT { display:block; }#xKxmSbsqdLNGTtzi4SgnTgJEUkZ3BGWT > .row .container { width:20rem;height:156.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uU8HmSuUihHpZGSKCqCwg6NqfdZ5pGmU { width:14.8125rem;height:3.08680625rem;top:1.2248268127441rem;left:2.5937500596046rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZJ5BZz3VdOEllL9KFqBOQI2ApZqrM6pQ { width:0.25rem;height:1rem;top:1.4114589691162rem;left:2.7118056416511rem;display:block; }
 }@media only screen and (max-width: 763px) { #As7S6RNRafy5ch7cwIv9rSnoDRtRFoqo { width:20rem;height:20rem;top:66.030393127444rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHp1T428rLofHAxm1lmuJOkQUAdQwEQa { width:20rem;height:0;top:36.352455627441rem;left:0rem;font-size:0.8125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #RGVsAE4qXJ3OXazPGT0rcFwcbOmArige { width:20rem;height:0;top:5.5373306274414rem;left:0rem;font-size:0.8125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #qAmlB87PaFimla0Ip4Kvq1twTaw4BQno { width:20rem;height:20rem;top:87.280393127444rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSvITc8l45x4MupfbeImXgdSadeGfM5Z { width:20rem;height:20rem;top:108.53039312744rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZTG7BesHvyJPGFsc3knNDv9Vb8fC0ea { display:block; }#DZTG7BesHvyJPGFsc3knNDv9Vb8fC0ea > .row .container { width:20rem;height:101.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DOkX6dy2FOnE3M1C8Dx6WDBW72CdRT3h { width:20rem;height:1.38139375rem;top:4.04296875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tkHtblORwEtZIHuwlnTZc0KEgNydHaD6 { width:20rem;height:1.6875rem;top:54rem;left:0rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #lb0v6THZt2lfcLyNLMcrFFAqUPIQKSRA { width:15.875rem;height:13.125rem;top:59.624130249024rem;left:2.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvIpdcLIz5VRoULKQV7yXX6GR1h19C9V { width:16.0625rem;height:50.0347125rem;top:6.91667175293rem;left:1.9687500596046rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #CkwHXG7JRlMTBHtIICP7SshRTkfIA9de { width:12.8125rem;height:3.08680625rem;top:2.3862915039062rem;left:3.2812500596046rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uTOeXJdlI32knnbfGywPM8s4selT7V37 { display:block; }#uTOeXJdlI32knnbfGywPM8s4selT7V37 > .row .container { width:20rem;height:71.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pXeTmBz84GgCllFUrdQCumF5b2pb6IIP { width:15.6875rem;height:36.3888875rem;top:5.2543334960938rem;left:2.1562500596046rem;text-align:justify;text-align-last:initial;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvEQnolbJ9JqXiCfPrgQiebUi57AIzd8 { width:12.5rem;height:1.54361875rem;top:2.138671875rem;left:6.7187502980231rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIpTovbiiIXICyhHUL47O0ncc0rVpued { width:20rem;height:0.12429rem;top:1.4240055084229rem;left:0rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #fkbVdecM6ZAhEISTxnShufW8xHDesJ4x { width:20rem;height:13.222453222453rem;top:42.878479003906rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7a03EHvmlXyaZTQLaaF9bH1yvN6q57E { width:20rem;height:13.195020746888rem;top:57.350932226359rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3O2vxUAd7M0XoXFH6xbSsHgBQVJR581 { display:block; }#P3O2vxUAd7M0XoXFH6xbSsHgBQVJR581 > .row .container { width:20rem;height:307.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LA6a6sRsqCPEPKcsrq6pvKQbtz8VpwXC { width:11.5625rem;height:9.75rem;top:4.6217651367188rem;left:4.1236978769303rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXPuhDOgB62XAmvQUglzafFD4LlwwrET { width:13.125rem;height:13.0625rem;top:16.625rem;left:3.4375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKmVE4xfkCdFPaBoWLFUC5dh2ifkv6bJ { width:12.8125rem;height:7.125rem;top:31.250000953674rem;left:3.5937501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #GM9DrUDktZxvWsmIJBfS0eepJtNTTJ1w { width:9.8125rem;height:14.75rem;top:40.312501907349rem;left:5.0937501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNLEdP5FuUg33QR8AU9VpvRp0J61yZR9 { width:10.1875rem;height:13.75rem;top:100.875rem;left:5.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2c0E7O0FThwtwWJgePJu42pi1zSeyVX { width:9.625rem;height:12.1875rem;top:116.125rem;left:5.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOxgpTNoOMEZ8SNM4seUN83VCi5X8XEe { width:12.5rem;height:1.5434rem;top:1.6907653808594rem;left:6.436848938465rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LySUcFEtuDblGES0emMaWxH0ypHH55kS { width:13.5rem;height:8.9375rem;top:56.687501907349rem;left:3.1549478769303rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKrxJRTzuwlksuDxvO5f8yNyP6Eb8NeJ { width:13.75rem;height:10.625rem;top:67.18750190735rem;left:3.1250001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSRTBgMxBBe5NpRJZs97QqDGqSMheeSq { width:15.6875rem;height:7.0625rem;top:79.54101753235rem;left:2.1562501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #XX9bPVTuVOKFs77nnC9xR97SmNKxlEXr { width:14.25rem;height:11.8125rem;top:87.4375038147rem;left:2.8750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5nugtpTcA95IlwLvtMaTQVn7A0BZRDH { width:0.25rem;height:1rem;top:1.9622402191162rem;left:5.8541668057442rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5b88qXAtKpzLcubT1Dvo1wMEBk1EK6V { width:9.5rem;height:10.0625rem;top:155.87496948243rem;left:5.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #cK8UtZGsTTcUNWT0CNETzAomKc9Bldvp { width:10rem;height:12.4375rem;top:129.74996948243rem;left:5.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHy2OaSJaiKmaq9lIyvBhFQAC8prgwSO { width:9.8125rem;height:10.1875rem;top:143.93746948243rem;left:5.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8Bucw4Po7LKdAJAtkgQ027TSuOGzOs9 { width:6.875rem;height:10.625rem;top:188.49996948243rem;left:2.3750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAtX2uWayyGOiOwv7rbi7WFS4QisqMWE { width:15.0625rem;height:9.9375rem;top:258.24215698243rem;left:1.9062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdnFBdQ5l5euIqLoCvZr3n4A1TfXUmtD { width:14.875rem;height:9.8125rem;top:235.06246948243rem;left:2.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBdT851gJVw0QWoyV5LNzm1ALyS5MEOs { width:15.1875rem;height:10rem;top:246.56246948243rem;left:2.0000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgPhTgevfDO58LcZybh81h2Le0wBa855 { width:7.0625rem;height:10.75rem;top:188.56246948243rem;left:10.187500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZXor1y6EgBEzkVLsSdVa55n4R6uTOiQ { width:6.8125rem;height:10.3125rem;top:200.56246948243rem;left:10.125000536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #QG481xqSAe6PA0IFfNyzT4VhaLdkeXiP { width:6.9375rem;height:8.9375rem;top:167.70138549805rem;left:10.403646051884rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmhNuNhHPQMv6lJvLqme0T8x7ePiFwMe { width:6.75rem;height:8.8125rem;top:167.63888549805rem;left:2.5685763955116rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAInUhEso3CdnWOgd1Gk14yo2ML0f1eP { width:6.5625rem;height:9.9375rem;top:177.56246948243rem;left:2.6250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #igXr4JpGQaDcOiT6L8rvzqU55Z2E5AmA { width:7.6875rem;height:9.8125rem;top:177.62496948243rem;left:10.000000536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTWZ9ngtRWSUCXwSRMZswhtDRTdBv8mk { width:6.8125rem;height:10.3125rem;top:200.56246948243rem;left:2.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #kf0dDiR8S0JmT1npR3a8ZdiR3mnnS62k { width:6.6875rem;height:10.125rem;top:212.31246948243rem;left:2.1562500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJRbcNJWleNh6L3gQ7uDoEDMTZOdJiBV { width:15.25rem;height:8.375rem;top:269.62496948243rem;left:2.0000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfVx6zQt6HGCnaF3W9FPT2FL9k9irF7R { width:15.0625rem;height:8.25rem;top:279.80465698243rem;left:2.0546875596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygyiDO2aC9RCfNk63Qiweph83cOBlET3 { width:10.4375rem;height:13.5625rem;top:289.93746948243rem;left:4.7187500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiHmoO6SzIpkXEQM7FTFi2CB0wi6ITR2 { width:14.625rem;height:9.5625rem;top:224.18746948243rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNvUmt6hRcpi7XudPEcB1G4r2RDC0VN2 { width:6.625rem;height:10rem;top:212.37326049805rem;left:10.36805588007rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNGIwqWxTMPPNX1TxMASiHJrnyeQ4DvD { display:block; }#dNGIwqWxTMPPNX1TxMASiHJrnyeQ4DvD > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PTlsQoxpHhnAzQoXEn8aOPXgctzctQFb { display:block; }#PTlsQoxpHhnAzQoXEn8aOPXgctzctQFb > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }