.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:217,227,234;--color-primary-1:128,163,185;--color-primary-2:0,70,115;--color-primary-3:0,35,58;--color-primary-4:0,11,17;--color-secondary-0:255,255,255;--color-secondary-1:227,227,227;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:41,41,41;--color-tertiary-0:255,255,255;--color-tertiary-1:251,251,251;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Anybody";--paragraphs-font-family:"Anybody"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/33712001-9a6d-4f2c-a31a-51b9e4fbb242/Topene.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:cover !important;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#nmXlyA7eFNmShKxo3ZTRN4Bab0uWpT2H { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#nmXlyA7eFNmShKxo3ZTRN4Bab0uWpT2H > .row .container { background-color: transparent; background-image: none; }#nmXlyA7eFNmShKxo3ZTRN4Bab0uWpT2H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nmXlyA7eFNmShKxo3ZTRN4Bab0uWpT2H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nmXlyA7eFNmShKxo3ZTRN4Bab0uWpT2H > .row .container > .video-iframe-container { display: none; }#nmXlyA7eFNmShKxo3ZTRN4Bab0uWpT2H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nmXlyA7eFNmShKxo3ZTRN4Bab0uWpT2H > .row > .video-iframe-container { display: none; }#nmXlyA7eFNmShKxo3ZTRN4Bab0uWpT2H > .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); }#nmXlyA7eFNmShKxo3ZTRN4Bab0uWpT2H > .row .container { border-width: 0; border-radius: 0; }#nmXlyA7eFNmShKxo3ZTRN4Bab0uWpT2H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nmXlyA7eFNmShKxo3ZTRN4Bab0uWpT2H > .row .container { width:75rem;height:5rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#brpAJDKP5mGOAb7mcLfa8bucs1ZJaQRT { 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:1.875rem;width:9.125rem;top:1.3125rem;left:8.75rem;overflow:hidden;display:block; }
#rtLGrT7HPbKX1t5wWcns5XlHTeewfq19 { 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:2.625rem;width:14.0625rem;top:0.9375rem;left:25.3125rem;overflow:hidden;display:block; }
#bSRJIJlfKh6it03dywaJ2QSX2ahVGJqD { 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:1.875rem;width:10.5625rem;top:1.3125rem;left:27.0625rem;overflow:hidden;display:block; }
#uSD03bUXxM2AXG5f96GwltFJpZDhIrNq { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:12.75rem;top:1rem;left:43.25rem;overflow:hidden;display:block; }
#FiLvmVTSvT2FgH2KoimPZJwxZbsLw99M { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:9.375rem;top:1.3125rem;left:44.9375rem;overflow:hidden;display:block; }
#JbTABcVA0APicmIDsIyCP1nb3W8GahxJ { 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:2.6875rem;width:13.3125rem;top:0.875rem;left:6.625rem;overflow:hidden;display:block; }
#KVTIz8amWk21T3CoEq5NfqRxVrXmqsni { position:absolute;display:block;z-index:14986;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:7.625rem;top:1rem;left:61.625rem;overflow:hidden;display:block; }
#nQLi1d9T6hUNE93TdGsZhmlUsnqHzDnS { 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:1.875rem;width:5.3125rem;top:1.5rem;left:62.8125rem;overflow:hidden;display:block; }
#KAUMqDHqExLrEhCTwGZGl3oBmeJRhlA9 { display:block; }#KAUMqDHqExLrEhCTwGZGl3oBmeJRhlA9 { background-color: transparent; background-image: none; }#KAUMqDHqExLrEhCTwGZGl3oBmeJRhlA9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KAUMqDHqExLrEhCTwGZGl3oBmeJRhlA9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KAUMqDHqExLrEhCTwGZGl3oBmeJRhlA9 > .row .container > .video-iframe-container { display: none; }#KAUMqDHqExLrEhCTwGZGl3oBmeJRhlA9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KAUMqDHqExLrEhCTwGZGl3oBmeJRhlA9 > .row > .video-iframe-container { display: none; }#KAUMqDHqExLrEhCTwGZGl3oBmeJRhlA9 > .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); }#KAUMqDHqExLrEhCTwGZGl3oBmeJRhlA9 { border-width: 0; border-radius: 0; }#KAUMqDHqExLrEhCTwGZGl3oBmeJRhlA9 > .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; }#KAUMqDHqExLrEhCTwGZGl3oBmeJRhlA9 > .row .container { background-color:transparent;background-image:none;width:75rem;height:25.9375rem;font-size:0.875rem;font-family:arial;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#zz6sWLdab77sccgwolIffP2P5OufPDoT { 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:5.6875rem;width:7.25rem;top:7.3958330154419rem;left:60.249996185302rem;overflow:hidden;display:block; }
#zqbTmntX7nzOSBZMlTlSNZTRp9hF4rnx { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.625rem;width:46rem;top:7.3953127861025rem;left:14.07265663147rem;overflow:hidden;display:block; }
#PLbp9yDrPPsVeaNxaEwRn4IUFQZTxEPm { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.8125rem;width:46.6875rem;top:1.1145830154419rem;left:-32.614642002208rem;overflow:hidden;display:block; }
#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row .container { background-color: transparent; background-image: none; }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row .container > .video-iframe-container { display: none; }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row > .video-iframe-container { display: none; }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .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); }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row .container { border-width: 0; border-radius: 0; }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row .container { font-size:0.875rem;font-family:arial;height:15.1875rem;width:75rem;position:relative;display:block; }#rhtHMzX2xDLxWInzhSBNCnOKFhx3N73m { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.875rem;width:26.875rem;top:3.9375rem;left:6.279296875rem;overflow:hidden;display:block; }
#pqKwNkzPVdk6P2XTXqJQhFUw5ECs5lll { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.8125rem;width:30.9375rem;top:1.3125rem;left:39.530212402344rem;overflow:hidden;display:block; }
#buRiVIWl8rEc0Xxw5IlvprAo9ut9QvHU { color:rgba(var(--color-secondary-4),1);display:block;width:35.6875rem;position:absolute;font-family:"russo one";font-size:1.625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:12.8125rem;left:9.09375rem;height:2.11230625rem;font-style:normal;display:block; }
#qzG0XXgd4i64WMXzX4wwCZcw5OOnobQX { position:absolute;display:block;z-index:15006;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:6rem;width:9rem;top:0.625rem;left:9.09375rem;overflow:hidden;display:block; }
#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .row .container { background-color: transparent; background-image: none; }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .row .container > .video-iframe-container { display: none; }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .row > .video-iframe-container { display: none; }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .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); }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .row .container { border-width: 0; border-radius: 0; }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .row .container { font-size:0.875rem;font-family:arial;height:4.8125rem;width:75rem;position:relative;display:block; }#qmQrFfT3ehcq0vwKgIZdIPqk612vteFq { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;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.8125rem;width:22.875rem;top:0.5rem;left:39.159374237061rem;overflow:hidden;display:block; }
#n5AAVGWd1vpZQI3SpK0TvoSH2zx57zz6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.9375rem;width:3.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:0.4375rem;left:63.447914123538rem; }
#n5AAVGWd1vpZQI3SpK0TvoSH2zx57zz6 > img { max-width: 100%;max-height:100%; width:3.9375rem; height:3.9375rem; }#EPWodyDFT0oWvmMaucXVuDzt2QBlGQLU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EPWodyDFT0oWvmMaucXVuDzt2QBlGQLU > .row .container { background-color: transparent; background-image: none; }#EPWodyDFT0oWvmMaucXVuDzt2QBlGQLU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EPWodyDFT0oWvmMaucXVuDzt2QBlGQLU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EPWodyDFT0oWvmMaucXVuDzt2QBlGQLU > .row .container > .video-iframe-container { display: none; }#EPWodyDFT0oWvmMaucXVuDzt2QBlGQLU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EPWodyDFT0oWvmMaucXVuDzt2QBlGQLU > .row > .video-iframe-container { display: none; }#EPWodyDFT0oWvmMaucXVuDzt2QBlGQLU > .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); }#EPWodyDFT0oWvmMaucXVuDzt2QBlGQLU > .row .container { border-width: 0; border-radius: 0; }#EPWodyDFT0oWvmMaucXVuDzt2QBlGQLU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EPWodyDFT0oWvmMaucXVuDzt2QBlGQLU > .row .container { font-size:0.875rem;font-family:arial;height:54.125rem;width:75rem;position:relative;display:block; }#JhVSRTwovFwNUlGVePzJpI0W0MT5ZORa { 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:21.8125rem;width:27.375rem;top:25.135416984558rem;left:46.749996185302rem;overflow:hidden;display:block; }
#TgEtdgckszm96XJGX8WvrpLvJLnWORE6 { 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:19.75rem;width:22.1875rem;top:26.197265625rem;left:13.9375rem;overflow:hidden;display:block; }
#LZo2HRJL10SrBLkn9GDTC1BteewUrm0n { 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:13.0625rem;width:18.375rem;top:1.8541669845581rem;left:54.906247138977rem;overflow:hidden;display:block; }
#SQERbqWAa8eSyrlzsEbQhslzUOgEK6wN { 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:7.9375rem;width:19.875rem;top:1.8541660308838rem;left:19.538539886474rem;overflow:hidden;display:block; }
#Tdi3nlTl7rEpxoKXuFqpOJ5JM8DDNRaR { 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:8.25rem;width:19.875rem;top:12.017709732056rem;left:4.0677089691162rem;overflow:hidden;display:block; }
#eyC18ZPa0PNGpsL42CxSLAKgvWCTfQgX { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;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:19.4375rem;top:13.048959732056rem;left:50.718746185302rem;overflow:hidden;display:block; }
#Z1m7xTR40PU7RXhcO6nCpg2L8anXIhyw { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:49.5rem;width:48.0625rem;top:1.0833282470703rem;left:59.626041412354rem;overflow:hidden;display:block; }
#K6OIdsZpk7BE4Q3NodBXlNUdKTnKkCMq { 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:32.5625rem;width:36.625rem;top:9.7708330154419rem;left:-34.556137071782rem;overflow:hidden;display:block; }
#iHiNAdA5keXxHbHRTD0sXT4O0SU1UAsF { 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:47.5625rem;width:75rem;top:1.1250009536743rem;left:0.0010414123535156rem;overflow:hidden;display:block; }
#V36SxtXkqgHzreslDW1dZgN2OPc5nMws { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;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.8125rem;width:13.0625rem;top:7.2187519073488rem;left:43.233333587646rem;overflow:hidden;display:block; }
#PabwfqJqTry14ciasA6tGR0NEMJGtc5h { 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:33.625rem;width:22.0625rem;top:16.0830078125rem;left:34.9716796875rem;overflow:hidden;display:block; }
#PQoHq5NTIuWMg7GBBcwUlCHefhqBpkn2 { 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:14.1875rem;width:13.9375rem;top:30.3330078125rem;left:0rem;overflow:hidden;display:block; }
#Ji8kuvVoSnWPmGByOa4TpqMZmTgZRr2x { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.8125rem;width:25.375rem;top:23.353515625rem;left:23.4375rem;overflow:hidden;display:block; }
#S4eruH3tGwzNETdbfEGoU5TvzhrdKJPa { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.75rem;width:47.1875rem;top:43.125rem;left:31.375rem;overflow:hidden;display:block; }
#dNlZ4dJKwsAHOAe2LWhNPZbonuBrMNTw { position:relative;display:block; }#dNlZ4dJKwsAHOAe2LWhNPZbonuBrMNTw { background-color: transparent; background-image: none; }#dNlZ4dJKwsAHOAe2LWhNPZbonuBrMNTw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dNlZ4dJKwsAHOAe2LWhNPZbonuBrMNTw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dNlZ4dJKwsAHOAe2LWhNPZbonuBrMNTw > .row .container > .video-iframe-container { display: none; }#dNlZ4dJKwsAHOAe2LWhNPZbonuBrMNTw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dNlZ4dJKwsAHOAe2LWhNPZbonuBrMNTw > .row > .video-iframe-container { display: none; }#dNlZ4dJKwsAHOAe2LWhNPZbonuBrMNTw > .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); }#dNlZ4dJKwsAHOAe2LWhNPZbonuBrMNTw { border-width: 0; border-radius: 0; }#dNlZ4dJKwsAHOAe2LWhNPZbonuBrMNTw > .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; }#dNlZ4dJKwsAHOAe2LWhNPZbonuBrMNTw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:0.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mxTyeWitc2I5JHFShb7GT8eGT55pE5CD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mxTyeWitc2I5JHFShb7GT8eGT55pE5CD > .row .container { background-color: transparent; background-image: none; }#mxTyeWitc2I5JHFShb7GT8eGT55pE5CD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mxTyeWitc2I5JHFShb7GT8eGT55pE5CD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mxTyeWitc2I5JHFShb7GT8eGT55pE5CD > .row .container > .video-iframe-container { display: none; }#mxTyeWitc2I5JHFShb7GT8eGT55pE5CD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mxTyeWitc2I5JHFShb7GT8eGT55pE5CD > .row > .video-iframe-container { display: none; }#mxTyeWitc2I5JHFShb7GT8eGT55pE5CD > .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); }#mxTyeWitc2I5JHFShb7GT8eGT55pE5CD > .row .container { border-width: 0; border-radius: 0; }#mxTyeWitc2I5JHFShb7GT8eGT55pE5CD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mxTyeWitc2I5JHFShb7GT8eGT55pE5CD > .row .container { font-size:0.875rem;font-family:arial;height:37.4375rem;width:75rem;position:relative;display:block; }#P130TTRstZEq6X5IVmLzs7KuPBO8J7HX { color:rgba(var(--color-tertiary-1),1);display:block;width:54.4375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:8.7874984741213rem;left:10.25rem;height:3.9rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#BObp95Tzr51E11q1qmFITFzC00uVRFdn { 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:23.9375rem;width:30.1875rem;top:13.417707443238rem;left:38.202083587646rem;overflow:hidden;display:block; }
#IW3caQ5ZwDk6WMUvUyVfsRffDDwITX3S { 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:5.6875rem;width:22.8125rem;top:3.16978931427rem;left:46.327083587646rem;overflow:hidden;display:block; }
#qOCIJ5RSaVpw8es4uIziMhFGtcZ3Cure { color:rgba(var(--color-tertiary-0),1);display:block;width:62.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:9.9749994277956rem;left:6.09375rem;height:8.125rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#BZlDVEeuJN6cKr8JSTnRp5k24kV1T3HT { 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:19.125rem;width:19.125rem;top:16.910423278809rem;left:4.5635414123535rem;overflow:hidden;display:block; }
#VGcKfqtlwXrCBO4OMi8CTy98Ib4Ipx8r { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:12rem;top:-2.0687495901489rem;left:-17.311273078822rem;overflow:hidden;display:block; }
#NV7rRBGnXUVDJG07p8pcBhzu7IFiWTrq { 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:30.3125rem;width:71.9375rem;top:2.6364593505859rem;left:1.2510414123535rem;overflow:hidden;display:block; }
#kyZsWt6nyOShgXQJU1oDgQ89S8Qax8Tn { position:relative;display:block; }#kyZsWt6nyOShgXQJU1oDgQ89S8Qax8Tn { background-color: transparent; background-image: none; }#kyZsWt6nyOShgXQJU1oDgQ89S8Qax8Tn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kyZsWt6nyOShgXQJU1oDgQ89S8Qax8Tn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kyZsWt6nyOShgXQJU1oDgQ89S8Qax8Tn > .row .container > .video-iframe-container { display: none; }#kyZsWt6nyOShgXQJU1oDgQ89S8Qax8Tn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kyZsWt6nyOShgXQJU1oDgQ89S8Qax8Tn > .row > .video-iframe-container { display: none; }#kyZsWt6nyOShgXQJU1oDgQ89S8Qax8Tn > .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); }#kyZsWt6nyOShgXQJU1oDgQ89S8Qax8Tn { border-width: 0; border-radius: 0; }#kyZsWt6nyOShgXQJU1oDgQ89S8Qax8Tn > .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; }#kyZsWt6nyOShgXQJU1oDgQ89S8Qax8Tn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:13.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZXk7lbBMszmHpbIt0cFpE2L9z5RrdgKJ { color:rgba(var(--color-tertiary-0),1);display:block;width:69rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:2.2822914123535rem;left:1.15625rem;height:2.7625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wgtbiWDdHIIHEiMXpLGOl43xbVx5ly1I { 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:11.8125rem;width:75rem;top:0.3125rem;left:-5.75rem;overflow:hidden;display:block; }
#SOXU3ttKRIPVxq2lMvyP0XvfHBT4ElaR { color:rgba(var(--color-tertiary-0),1);display:block;width:65.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:5.345832824707rem;left:1.7572937011719rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Nu8FZZvg3fpLxqdp0hNRfKOtIyXvA7En { color:rgba(var(--color-tertiary-0),1);display:block;width:25.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:7.3072910308837rem;left:40.281253814698rem;height:2.7625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iMtWeIbKTMdSb6fQaQ0an15In36WLRtS { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:38rem;height:3.4375rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:5.0447902679443rem;left:2.28125rem;display:block; }
#srJbf3bJlC7zwq75qJVmF4yPTiUeNHLz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AwTqFGKAI20R1nmcdTE6RABNrnXfKrsO { position:relative;display:block; }#AwTqFGKAI20R1nmcdTE6RABNrnXfKrsO { background-color: transparent; background-image: none; }#AwTqFGKAI20R1nmcdTE6RABNrnXfKrsO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AwTqFGKAI20R1nmcdTE6RABNrnXfKrsO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AwTqFGKAI20R1nmcdTE6RABNrnXfKrsO > .row .container > .video-iframe-container { display: none; }#AwTqFGKAI20R1nmcdTE6RABNrnXfKrsO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AwTqFGKAI20R1nmcdTE6RABNrnXfKrsO > .row > .video-iframe-container { display: none; }#AwTqFGKAI20R1nmcdTE6RABNrnXfKrsO > .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); }#AwTqFGKAI20R1nmcdTE6RABNrnXfKrsO { border-width: 0; border-radius: 0; }#AwTqFGKAI20R1nmcdTE6RABNrnXfKrsO > .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; }#AwTqFGKAI20R1nmcdTE6RABNrnXfKrsO > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:42.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#ColsPMQ8zHG2ZBTiQNOkJx18PqPAD8WT { 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:14.3125rem;width:14.25rem;top:17.0625rem;left:0rem;overflow:hidden;display:block; }
#I1ZKl9qvxbNkZHCBFXQ5unuRAz66iPRI { 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:14.3125rem;width:14.25rem;top:17.0625rem;left:60.75rem;overflow:hidden;display:block; }
#HLRuF9G4G52GRbuHLPyTHmeHDAdHWqdX { 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:14.3125rem;width:14.25rem;top:0.625rem;left:60.058334350586rem;overflow:hidden;display:block; }
#qTUOMzVhdGfwzHHyhs52RCQBRITDn2wI { 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:14.3125rem;width:14.25rem;top:0.625rem;left:1.28125rem;overflow:hidden;display:block; }
#ukHpyxQk46DMlaTwiBE33HzT7SmRmlkz { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:41rem;width:73.5625rem;top:0.625rem;left:0.65223501070663rem;display:block; }
#NN83IHXPiFTUC2hIUxucwgdQGt9FE1UI { position:relative;display:block; }#NN83IHXPiFTUC2hIUxucwgdQGt9FE1UI { background-color: transparent; background-image: none; }#NN83IHXPiFTUC2hIUxucwgdQGt9FE1UI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NN83IHXPiFTUC2hIUxucwgdQGt9FE1UI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NN83IHXPiFTUC2hIUxucwgdQGt9FE1UI > .row .container > .video-iframe-container { display: none; }#NN83IHXPiFTUC2hIUxucwgdQGt9FE1UI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NN83IHXPiFTUC2hIUxucwgdQGt9FE1UI > .row > .video-iframe-container { display: none; }#NN83IHXPiFTUC2hIUxucwgdQGt9FE1UI > .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); }#NN83IHXPiFTUC2hIUxucwgdQGt9FE1UI { border-width: 0; border-radius: 0; }#NN83IHXPiFTUC2hIUxucwgdQGt9FE1UI > .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; }#NN83IHXPiFTUC2hIUxucwgdQGt9FE1UI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:32.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#PuBZF0DcEMBHX3leklFsefi4TW41npra { color:rgba(var(--color-tertiary-0),1);display:block;width:65.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:17.295832633972rem;left:6.6552085876462rem;height:10.4rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#HvCcPpniGwn41OnkaFGnNTWchZfsathN { 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:5.125rem;width:17.875rem;top:4.5rem;left:6.6552085876462rem;overflow:hidden;display:block; }
#SnhZLJxbGNXCaJOLZDzb3BzPR4LGQi4y { 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:14.125rem;width:23.4375rem;top:0rem;left:49.437867977729rem;overflow:hidden;display:block; }
#QdiDgyEHw47VixUHoRrPRepGWKnwFKaA { 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:30.625rem;width:73.6875rem;top:0.78125190734863rem;left:0.0010414123535156rem;overflow:hidden;display:block; }
#HTGT6y0DgOK9vDqPTpncHVLQDUgGO7d3 { color:rgba(var(--color-tertiary-0),1);display:block;width:65.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:11.594790458679rem;left:6.6552085876462rem;height:3.25rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#iQNE5fkmCgwnCSnfDUq0mQQPFrFHc6ET { 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:19.5625rem;width:19.5rem;top:31.40625rem;left:50.5517578125rem;overflow:hidden;display:block; }
#obBL80XIxI8NmeisOhWkLFwVwx5BpITg { position:relative;display:block; }#obBL80XIxI8NmeisOhWkLFwVwx5BpITg { background-color: transparent; background-image: none; }#obBL80XIxI8NmeisOhWkLFwVwx5BpITg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#obBL80XIxI8NmeisOhWkLFwVwx5BpITg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#obBL80XIxI8NmeisOhWkLFwVwx5BpITg > .row .container > .video-iframe-container { display: none; }#obBL80XIxI8NmeisOhWkLFwVwx5BpITg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#obBL80XIxI8NmeisOhWkLFwVwx5BpITg > .row > .video-iframe-container { display: none; }#obBL80XIxI8NmeisOhWkLFwVwx5BpITg > .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); }#obBL80XIxI8NmeisOhWkLFwVwx5BpITg { border-width: 0; border-radius: 0; }#obBL80XIxI8NmeisOhWkLFwVwx5BpITg > .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; }#obBL80XIxI8NmeisOhWkLFwVwx5BpITg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:19.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qaGod6cvDaxGbzlkovd2xDtpm968STRD .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#qaGod6cvDaxGbzlkovd2xDtpm968STRD .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#df06e7;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.685rem;padding-right:0.604375rem;padding-bottom:0.685rem;padding-left:0.604375rem;display:block;align-items:center;width:3.62625rem;min-width:3.62625rem;height:3.681875rem;position:relative;font-family:var(--headlines-font-family);font-size:2.74rem;font-weight:700;line-height:58.91px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qaGod6cvDaxGbzlkovd2xDtpm968STRD .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.428125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.835625rem;height:1.455625rem;position:relative;font-family:"open sans";font-size:1.0275rem;font-weight:400;line-height:23.29px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#qaGod6cvDaxGbzlkovd2xDtpm968STRD { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:23.3125rem;height:6.935625rem;padding-top:0.85625rem;padding-right:0.86375rem;padding-bottom:0.85625rem;padding-left:0.86375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:10.086460113526rem;left:24.980209350586rem;z-index:15024; }
#qaGod6cvDaxGbzlkovd2xDtpm968STRD #xOix0ffvz8H7T8THv6ZTgr8JQttaCs6r { display:flex;position:relative;top:0rem;left:0rem; }
#qaGod6cvDaxGbzlkovd2xDtpm968STRD #GOlkUzTcvKqqCXrMOoOhBXFdCTBzoTea { width:auto; }
#qaGod6cvDaxGbzlkovd2xDtpm968STRD #Xob8HpB8tGIFEZS1md6DdhROlqLAOpN9 {  }
#qaGod6cvDaxGbzlkovd2xDtpm968STRD #exh2zwrIzDi390M3BJgtfChWsfVhpLoo { display:flex;position:relative;top:0rem;left:0rem; }
#qaGod6cvDaxGbzlkovd2xDtpm968STRD #WyASh8fZzzHpEKGElFgTANzdKLnRQz6K {  }
#qaGod6cvDaxGbzlkovd2xDtpm968STRD #fcH18mTvqbIwPSpg044EAXcPQfLF7R6B {  }
#qaGod6cvDaxGbzlkovd2xDtpm968STRD #ndOpWRZuZaS4LgD0HZTxxpm68v7455p4 { display:flex;position:relative;top:0rem;left:0rem; }
#qaGod6cvDaxGbzlkovd2xDtpm968STRD #FIRd0rcmHNP3TMq5ylTTr1OPeoqTri0u {  }
#qaGod6cvDaxGbzlkovd2xDtpm968STRD #td6Cnh8aSkbcTWATiXiOhkfUOJoHphwi {  }
#qaGod6cvDaxGbzlkovd2xDtpm968STRD #b15FIRbTC6BGmhWqWRqzmNL0lyw7C2p2 { display:flex;position:relative;top:0rem;left:0rem; }
#qaGod6cvDaxGbzlkovd2xDtpm968STRD #MbEP7phbbGKz904ahcbRWRlXq1yPvksw {  }
#qaGod6cvDaxGbzlkovd2xDtpm968STRD #zzB4sSMpxWcz7a1wrs0ZgIzyyturC6XX {  }
#SrlLy0xeXys8f3xOTKf0uSwbzTeacPA7 { color:rgba(var(--color-tertiary-0),1);display:block;width:65.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:3.3135414123535rem;left:4.71875rem;height:3.33125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GIsVpXkZVxxTtLUoyF7H2RHlsbLrGR7v { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;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:37.4375rem;top:1.3760414123535rem;left:18.78125rem;overflow:hidden;display:block; }
#NCq6V44m3I9h5KV4gT8HgGS6TJLSLQpo { 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:18.625rem;width:9.0625rem;top:0.625rem;left:7.8427085876462rem;overflow:hidden;display:block; }
#evPibIES75u1UrIAodWPTs3L79LmpSob { position:relative;display:block; }#evPibIES75u1UrIAodWPTs3L79LmpSob { background-color: transparent; background-image: none; }#evPibIES75u1UrIAodWPTs3L79LmpSob::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#evPibIES75u1UrIAodWPTs3L79LmpSob > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#evPibIES75u1UrIAodWPTs3L79LmpSob > .row .container > .video-iframe-container { display: none; }#evPibIES75u1UrIAodWPTs3L79LmpSob > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#evPibIES75u1UrIAodWPTs3L79LmpSob > .row > .video-iframe-container { display: none; }#evPibIES75u1UrIAodWPTs3L79LmpSob > .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); }#evPibIES75u1UrIAodWPTs3L79LmpSob { border-width: 0; border-radius: 0; }#evPibIES75u1UrIAodWPTs3L79LmpSob > .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; }#evPibIES75u1UrIAodWPTs3L79LmpSob > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:50.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Cc0y8RzKhAI1uVp9444PabiCptO1tHbT { color:rgba(var(--color-tertiary-0),1);display:block;width:42.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:8.7614593505863rem;left:5.9677085876465rem;height:2.6rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#HkpAH3w4pMLQiM4p2GKwpnrCoUfXtBAF { color:rgba(var(--color-tertiary-0),1);display:block;width:65.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:12.143753051757rem;left:5.9677085876465rem;height:1.4625rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#W3eTxqQ9TEFJfHC1CAtbBcmRXTmckai9 { color:rgba(var(--color-tertiary-0),1);display:block;width:65.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:14.356250762939rem;left:5.9677085876465rem;height:2.925rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#Tyo2HflP69bxiAiTglsro2KtoAWx2rEO { 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:5.125rem;width:11.4375rem;top:3.5739593505859rem;left:5.9052085876465rem;overflow:hidden;display:block; }
#MI5sUZk3vOROGJEGGf3QIx4U3annsSHU { color:rgba(var(--color-tertiary-0),1);display:block;width:65.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:18.009376525879rem;left:5.9677085876465rem;height:1.4625rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#zNXZA34L6tNNdq28sNRQmRQuRaDGnJbB { position:absolute;display:block;z-index:15024;height:29.5625rem;width:53rem;top:20.176042556762rem;left:8.0927085876462rem;display:block; }
#WQra2J7iFJ7UHXghesZIuRd07ac0rD31 { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5625rem;width:18.5625rem;top:25.0361328125rem;left:46.1806640625rem;overflow:hidden;display:block; }
#T4z3vOMkkcNiHul9xgtc5i2anPtdcCyr { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:11.875rem;top:22.636458396912rem;left:0.0010414123535156rem;overflow:hidden;display:block; }
#WwzLMv2ZXpqunLE1N4rZP3tuVtuwXonM { 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:8.5rem;width:18.5625rem;top:2.9312477111816rem;left:53.037502288818rem;overflow:hidden;display:block; }
#k8Uq8BoZUI7KFEwS3Tysl0HZzXTr4OgK { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.75rem;width:36.1875rem;top:0.72500228881838rem;left:37.368747711182rem;overflow:hidden;display:block; }
#RORbcCGUVrEH2z5nANES4e6DnBqe9x66 { position:absolute;display:block;z-index:14996;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.75rem;width:37.4375rem;top:1.4125051498413rem;left:0.0010414123535156rem;overflow:hidden;display:block; }
#LvXMSeSPQ3suUoVzoXx1g24H7awpgtT4 { position:relative;display:block; }#LvXMSeSPQ3suUoVzoXx1g24H7awpgtT4 { background-color: transparent; background-image: none; }#LvXMSeSPQ3suUoVzoXx1g24H7awpgtT4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LvXMSeSPQ3suUoVzoXx1g24H7awpgtT4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LvXMSeSPQ3suUoVzoXx1g24H7awpgtT4 > .row .container > .video-iframe-container { display: none; }#LvXMSeSPQ3suUoVzoXx1g24H7awpgtT4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LvXMSeSPQ3suUoVzoXx1g24H7awpgtT4 > .row > .video-iframe-container { display: none; }#LvXMSeSPQ3suUoVzoXx1g24H7awpgtT4 > .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); }#LvXMSeSPQ3suUoVzoXx1g24H7awpgtT4 { border-width: 0; border-radius: 0; }#LvXMSeSPQ3suUoVzoXx1g24H7awpgtT4 > .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; }#LvXMSeSPQ3suUoVzoXx1g24H7awpgtT4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:39.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vqF9CXykC0866X0lq6OMRx9RkwTzxVuv { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.75rem;width:33.4375rem;top:3.1943359375rem;left:38.435546875rem;overflow:hidden;display:block; }
#iQX4OKT0TTH3F5fggeve3JpD0mzFtTDa { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.1875rem;width:31.75rem;top:3.9375rem;left:41.803951568917rem;overflow:hidden;display:block; }
#Xokh2BbbGiCEuFBChhQei49K1947G7xW { 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:29.375rem;width:32.375rem;top:8.34375rem;left:0rem;overflow:hidden;display:block; }
#CzbtT6eWDTXVw4lqDZ1liZPo4kDfgnrc { 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:5.625rem;width:30.375rem;top:2.40625rem;left:2.1239585876465rem;overflow:hidden;display:block; }
#pT380m5TSaUnUdrMl07Imes7KCovPHGO { 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:4.6875rem;width:25.8125rem;top:3.1947917938233rem;left:3.5614585876465rem;overflow:hidden;display:block; }
#dnZpLBWX070815TJea4xUmFJ1rXa3CRc { position:absolute;display:block;z-index:15013;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:24.9375rem;width:32.5rem;top:8.34375rem;left:9.3662109375rem;overflow:hidden;display:block; }
#H5VWovypL1kp4Sbnh0D55BWgI8a6KfQQ { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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-primary-2),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:3.5rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:35.5rem;left:30.9375rem;display:block; }
#awNIKyamOyhnxTTZmpfvoHEwKyr7IzfF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qvURTwgWLqHlIZi7gp3GbkFHqSMu4O1T { 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:3.375rem;width:15.5rem;top:35.5625rem;left:30.3125rem;overflow:hidden;display:block; }
#cO7acbsoNqZK8DtA3U7wQOUqTO4VvvTF { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:15.5rem;top:10.125rem;left:113.90625rem;overflow:hidden;display:block; }
#odEDHZ86EBz5bnyMiwTWwmSZb5qsTOVp { position:relative;display:block; }#odEDHZ86EBz5bnyMiwTWwmSZb5qsTOVp { background-color: transparent; background-image: none; }#odEDHZ86EBz5bnyMiwTWwmSZb5qsTOVp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#odEDHZ86EBz5bnyMiwTWwmSZb5qsTOVp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#odEDHZ86EBz5bnyMiwTWwmSZb5qsTOVp > .row .container > .video-iframe-container { display: none; }#odEDHZ86EBz5bnyMiwTWwmSZb5qsTOVp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#odEDHZ86EBz5bnyMiwTWwmSZb5qsTOVp > .row > .video-iframe-container { display: none; }#odEDHZ86EBz5bnyMiwTWwmSZb5qsTOVp > .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); }#odEDHZ86EBz5bnyMiwTWwmSZb5qsTOVp { border-width: 0; border-radius: 0; }#odEDHZ86EBz5bnyMiwTWwmSZb5qsTOVp > .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; }#odEDHZ86EBz5bnyMiwTWwmSZb5qsTOVp > .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:10rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#ROVbuvxFqOzUiiVmdt1f6bwZzDdIlAeT { 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:2.1875rem;width:7.1875rem;top:0.9375rem;left:1.5625rem;overflow:hidden;display:block; }
#COwSMbwRJr5Mg7NgtoAR4OKe32fG8tNq { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:11.0625rem;top:3.3749771118164rem;left:0.625rem;overflow:hidden;display:block; }
#F4fROb4K07xDKpaosqkHiVhuyJMLW0Tk { box-sizing:content-box;height:6.9375rem;width:0.125rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:0.9375rem;left:15.367659395973rem;display:block; }
#AC8g1yLmXVT2pspWrGV2SLXbEPe0sC4r { 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:2.1875rem;width:11.9375rem;top:0.9375rem;left:17.8125rem;overflow:hidden;display:block; }
#O34BFBU1gEh5dkRLqSkUaM2G06Nq3mqU { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:7.5rem;top:4.4052734375rem;left:17.8125rem;overflow:hidden;display:block; }
#QrnlFyaAtBI2RynsycDw5TQJFSHZQe03 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:7.5rem;top:4.5302734375rem;left:27.375rem;overflow:hidden;display:block; }
#H403e80Pz0Z7nlBXrCEOHvo9QsAXB7rX { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;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.25rem;width:9.125rem;top:4.4365234375rem;left:37.75rem;overflow:hidden;display:block; }
#OHzbBFZbR7GMkQXIfT0M6WTKxsxocMo4 { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:9.6875rem;left:0rem;display:block; }
#oxZ3EkTzZJoa68iUJ8NFNsPZtmh3STJL { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.625rem;width:0.125rem;top:1rem;left:20.4375rem;display:none; }
#fxzq0z6limOTWtce96ETgIh6erqQRUSd { position:relative;display:block; }#fxzq0z6limOTWtce96ETgIh6erqQRUSd { background-color: transparent; background-image: none; }#fxzq0z6limOTWtce96ETgIh6erqQRUSd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fxzq0z6limOTWtce96ETgIh6erqQRUSd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fxzq0z6limOTWtce96ETgIh6erqQRUSd > .row .container > .video-iframe-container { display: none; }#fxzq0z6limOTWtce96ETgIh6erqQRUSd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fxzq0z6limOTWtce96ETgIh6erqQRUSd > .row > .video-iframe-container { display: none; }#fxzq0z6limOTWtce96ETgIh6erqQRUSd > .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); }#fxzq0z6limOTWtce96ETgIh6erqQRUSd { border-width: 0; border-radius: 0; }#fxzq0z6limOTWtce96ETgIh6erqQRUSd > .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; }#fxzq0z6limOTWtce96ETgIh6erqQRUSd > .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:10rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#zag6VnPnCQu0EmP6EkVVHdRVWRHrnyTE { 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:2.1875rem;width:11.3125rem;top:0.9375rem;left:1.25rem;overflow:hidden;display:block; }
#k1q305iEEJKqkODtNpx3opzGFvLzcwvm { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;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.6875rem;width:13.3125rem;top:3.625rem;left:1.25rem;overflow:hidden;display:block; }
#U7ayxqNyTW8y9xaJxCw5UG697y4vFtNc { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:8.625rem;top:3.65625rem;left:15.90625rem;overflow:hidden;display:block; }
#SI4ygPzvKEJ4EGiGabHXwoi1JZQ6Lzc9 { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:9.625rem;left:0rem;display:block; }
#MOKg3smEwgsCvJTW7x7qUWHwl6lv43xn { position:relative;display:block; }#MOKg3smEwgsCvJTW7x7qUWHwl6lv43xn { background-color: transparent; background-image: none; }#MOKg3smEwgsCvJTW7x7qUWHwl6lv43xn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MOKg3smEwgsCvJTW7x7qUWHwl6lv43xn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MOKg3smEwgsCvJTW7x7qUWHwl6lv43xn > .row .container > .video-iframe-container { display: none; }#MOKg3smEwgsCvJTW7x7qUWHwl6lv43xn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MOKg3smEwgsCvJTW7x7qUWHwl6lv43xn > .row > .video-iframe-container { display: none; }#MOKg3smEwgsCvJTW7x7qUWHwl6lv43xn > .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); }#MOKg3smEwgsCvJTW7x7qUWHwl6lv43xn { border-width: 0; border-radius: 0; }#MOKg3smEwgsCvJTW7x7qUWHwl6lv43xn > .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; }#MOKg3smEwgsCvJTW7x7qUWHwl6lv43xn > .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:9.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#i72iWxGEOHfLTlOkxAFS04fG87n1Ekpb { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem;width:17.125rem;top:0.8125rem;left:1.3125rem;overflow:hidden;display:block; }
#hgrOBRZJ2fWB4sdoLQF3pLckHzTtJvaH { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:9.375rem;left:0rem;display:block; }
#nG7LT5gkU9xs6RIdxUudgEWewC2MduuH { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:14.4375rem;top:2rem;left:0.125rem;overflow:hidden;display:block; }
#E96UaWkiy1ALaTuRUlBLe119kFuZyPMi { position:relative;display:block; }#E96UaWkiy1ALaTuRUlBLe119kFuZyPMi { background-color: transparent; background-image: none; }#E96UaWkiy1ALaTuRUlBLe119kFuZyPMi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E96UaWkiy1ALaTuRUlBLe119kFuZyPMi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E96UaWkiy1ALaTuRUlBLe119kFuZyPMi > .row .container > .video-iframe-container { display: none; }#E96UaWkiy1ALaTuRUlBLe119kFuZyPMi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E96UaWkiy1ALaTuRUlBLe119kFuZyPMi > .row > .video-iframe-container { display: none; }#E96UaWkiy1ALaTuRUlBLe119kFuZyPMi > .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); }#E96UaWkiy1ALaTuRUlBLe119kFuZyPMi { border-width: 0; border-radius: 0; }#E96UaWkiy1ALaTuRUlBLe119kFuZyPMi > .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; }#E96UaWkiy1ALaTuRUlBLe119kFuZyPMi > .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:22.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#eJCwIdgTIz7JHrILTWgdTl9Afu7QS8DD { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:11.9375rem;top:0.92499923706056rem;left:1.5302085876465rem;overflow:hidden;display:block; }
#a7lQ2FhTuPtpP9dWeDT8QSq7NPtNVkdr { 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:2rem;width:10.75rem;top:10.0625rem;left:12.0625rem;overflow:hidden;display:block; }
#xeVNZbN1SBdySsJd7Lnc3yPMasZS02bC { 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:2.8125rem;width:11.125rem;top:4.6435546875rem;left:1rem;overflow:hidden;display:block; }
#cPO1hTcWNd2e29MnnqniOzLkndqvPIdl { 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.75rem;width:10.6875rem;top:4.6748046875rem;left:12.75rem;overflow:hidden;display:block; }
#A67TRGlTyIJpdUFeibHI4ELnzmeBemxx { 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:2.375rem;width:7.1875rem;top:4.8623046875rem;left:44.5625rem;overflow:hidden;display:block; }
#pP0Vt3ZSyvH7usFVEMTA6vwJ5Oa2IgPV { 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:3rem;width:8.8125rem;top:4.5498046875rem;left:24.75rem;overflow:hidden;display:block; }
#iOz6fT6UBh19cTCGvq2r1hvmilvTmg3x { 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:1.625rem;width:6.1875rem;top:5.2373046875rem;left:63.4375rem;overflow:hidden;display:block; }
#VrT0BqDUST8gXpPfZ7JCmEgbWVJfME7r { 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:4.125rem;width:3.375rem;top:9rem;left:52.375rem;overflow:hidden;display:block; }
#BvpcwzkVf63bmWT728qrzVyTz1bzhcxt { 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:5.5rem;width:7.75rem;top:3.8125rem;left:35.125rem;overflow:hidden;display:block; }
#kpcTqHcqsu4BtBavzXKulG33pXEygHUD { 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:3.75rem;width:12.0625rem;top:9.1875rem;left:24.125rem;overflow:hidden;display:block; }
#PaaPzFfudqAgpl1La4XOPg88oFSIfysW { 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:2.4375rem;width:4.6875rem;top:9.90625rem;left:37.5419921875rem;overflow:hidden;display:block; }
#QgWWGgu26NwdLXBu9mB5F6hwPZ6zJcBX { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:9.25rem;top:9.78125rem;left:1.529296875rem;overflow:hidden;display:block; }
#PoGn7tz93IADwc6d0VlZSUpEohPW2SLU { 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:2.125rem;width:6.875rem;top:4.9873046875rem;left:54.5625rem;overflow:hidden;display:block; }
#WInQ2KSt1XSC9XLXuMgE1kslrbu4UFqA { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.875rem;width:8.875rem;top:6.6875rem;left:56.3125rem;overflow:hidden;display:block; }
#TGhtwGO4KlTKU9DwkX78H8U6ML80LTqk { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:21.6875rem;left:0rem;display:block; }
#FBkKQTFofqRisr37X22Do6FZAcpFPucO { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:7.875rem;top:9.4375rem;left:65.1875rem;overflow:hidden;display:block; }
#L4iIidhqzMTihRZ7JcbHKL1n5TT7o8VS { position:absolute;display:block;z-index:15022;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:3.75rem;width:7.6875rem;top:9rem;left:43.4375rem;overflow:hidden;display:block; }
#naVxvo9LS8ifR8OREEmXENM0dCi1Q8ym { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5625rem;width:10.75rem;top:13.3125rem;left:54.5625rem;overflow:hidden;display:block; }
#vJrspbfCTGUnCqrSsuTNnGlfNflPcqvy { position:absolute;display:block;z-index:15024;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:5rem;width:6.875rem;top:14.59375rem;left:29.375rem;overflow:hidden;display:block; }
#z02TTE4NbFswTRiLGqSScehc9turC4uT { position:absolute;display:block;z-index:15025;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:5.8125rem;width:8.25rem;top:14.1875rem;left:42.2294921875rem;overflow:hidden;display:block; }
#XOasW1SazgeFoXD3Ovk2EKzeO6pnIl74 { position:absolute;display:block;z-index:15026;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:10.6875rem;width:15.1875rem;top:11.75rem;left:10.779296875rem;overflow:hidden;display:block; }
#lvQJuQnw4SSIOOqCrbJpvN7fl8MwwFxc { position:relative;display:block; }#lvQJuQnw4SSIOOqCrbJpvN7fl8MwwFxc { background-color: transparent; background-image: none; }#lvQJuQnw4SSIOOqCrbJpvN7fl8MwwFxc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lvQJuQnw4SSIOOqCrbJpvN7fl8MwwFxc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lvQJuQnw4SSIOOqCrbJpvN7fl8MwwFxc > .row .container > .video-iframe-container { display: none; }#lvQJuQnw4SSIOOqCrbJpvN7fl8MwwFxc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lvQJuQnw4SSIOOqCrbJpvN7fl8MwwFxc > .row > .video-iframe-container { display: none; }#lvQJuQnw4SSIOOqCrbJpvN7fl8MwwFxc > .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); }#lvQJuQnw4SSIOOqCrbJpvN7fl8MwwFxc { border-width: 0; border-radius: 0; }#lvQJuQnw4SSIOOqCrbJpvN7fl8MwwFxc > .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; }#lvQJuQnw4SSIOOqCrbJpvN7fl8MwwFxc > .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:11.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#ZFmzax6Ag83RbeukJ5pT1176fXK4hRGO { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem;width:13.5rem;top:0.5625rem;left:1.9375rem;overflow:hidden;display:block; }
#zpxfDOSRDKWQgkNNJr12WR43GruR8MwE { 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:4.25rem;width:5rem;top:4.4375rem;left:1.9375rem;overflow:hidden;display:block; }
#T7mlzRQzbhamg7cmVgcuTkgopTify1e7 { 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:4.125rem;width:5rem;top:4.5rem;left:7.9375rem;overflow:hidden;display:block; }
#t7sJ5dxNTx9M7PDatp7q9zaH6uUD10Ua { box-sizing:content-box;height:0.1875rem;width:75rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:11.5625rem;left:0rem;display:block; }
#TrvLGcGtTimoXEPgTCAe1mDUoTASq3Lz { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:7.4375rem;top:5.40625rem;left:23.1875rem;overflow:hidden;display:block; }
#pQQLCmAMn9s618LcRghDOzFL68UlHuhO { position:absolute;display:block;z-index:15023;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.25rem;width:6.8125rem;top:5.4375rem;left:14.7724609375rem;overflow:hidden;display:block; }
#NasJa3BOxDNRFEA0BbNWd5sDwP8z2tme { position:relative;display:block; }#NasJa3BOxDNRFEA0BbNWd5sDwP8z2tme { background-color: transparent; background-image: none; }#NasJa3BOxDNRFEA0BbNWd5sDwP8z2tme::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NasJa3BOxDNRFEA0BbNWd5sDwP8z2tme > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NasJa3BOxDNRFEA0BbNWd5sDwP8z2tme > .row .container > .video-iframe-container { display: none; }#NasJa3BOxDNRFEA0BbNWd5sDwP8z2tme > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NasJa3BOxDNRFEA0BbNWd5sDwP8z2tme > .row > .video-iframe-container { display: none; }#NasJa3BOxDNRFEA0BbNWd5sDwP8z2tme > .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); }#NasJa3BOxDNRFEA0BbNWd5sDwP8z2tme { border-width: 0; border-radius: 0; }#NasJa3BOxDNRFEA0BbNWd5sDwP8z2tme > .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; }#NasJa3BOxDNRFEA0BbNWd5sDwP8z2tme > .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:11.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#El9sGVhKMSNW8oJ2c8QHqA8Q1vHxT1TR { 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:2.1875rem;width:13.875rem;top:1.1875rem;left:1.9027776718139rem;overflow:hidden;display:block; }
#u1mtTWZxrgAlWEAkq2rPQe2vMK8baI0T { 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:4.8125rem;width:5.1875rem;top:5.0869140625rem;left:1.90234375rem;overflow:hidden;display:block; }
#ondNgcQSl23wLRSpWUleoufll5S4mLbx { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:6.375rem;top:6.0244140625rem;left:9.466796875rem;overflow:hidden;display:block; }
#s4pdq7aqAg16AACHCIuE4yeSRJfllTOR { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:11.375rem;left:0rem;display:block; }
#RvZXT3SsQwrQetETTGa7VNDJtEecdMkw { 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:2.8125rem;width:6.875rem;top:6.0869140625rem;left:18.75rem;overflow:hidden;display:block; }
#WEcpFotMahdvwH2tuAypyhs860VEEnQA { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.375rem;width:8rem;top:1.8056640625rem;left:27.21875rem;overflow:hidden;display:block; }
#W6bNBoL9Hd0ee36y3x09SDCIs2JIzN33 { 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:4.375rem;width:9.875rem;top:5.3056640625rem;left:34.5234375rem;overflow:hidden;display:block; }
#xMr9ocN3Xue5JS0luhbXCfff5kyhqCaW { 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:4.25rem;width:3.3125rem;top:5.3681640625rem;left:45.1875rem;overflow:hidden;display:block; }
#Ol5so5gg8MlB7N5NVffJVrkuQUv6CfNu { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:5rem;top:7.1181640625rem;left:50.25rem;overflow:hidden;display:block; }
#fnDDp4v9yiotH6pGCGxs62IoJwsVxmLH { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.5rem;top:4rem;left:56.96875rem;overflow:hidden;display:block; }
#C0ey9bnf6Aln1RMpXPTfMqCdC9BkZmv0 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:5rem;top:7.1181640625rem;left:50.25rem;overflow:hidden;display:none; }
#UTKVCBQydWBcJsV5X4t35VoooZZCZvGs { position:relative;display:block; }#UTKVCBQydWBcJsV5X4t35VoooZZCZvGs { background-color: transparent; background-image: none; }#UTKVCBQydWBcJsV5X4t35VoooZZCZvGs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTKVCBQydWBcJsV5X4t35VoooZZCZvGs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTKVCBQydWBcJsV5X4t35VoooZZCZvGs > .row .container > .video-iframe-container { display: none; }#UTKVCBQydWBcJsV5X4t35VoooZZCZvGs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTKVCBQydWBcJsV5X4t35VoooZZCZvGs > .row > .video-iframe-container { display: none; }#UTKVCBQydWBcJsV5X4t35VoooZZCZvGs > .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); }#UTKVCBQydWBcJsV5X4t35VoooZZCZvGs { border-width: 0; border-radius: 0; }#UTKVCBQydWBcJsV5X4t35VoooZZCZvGs > .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; }#UTKVCBQydWBcJsV5X4t35VoooZZCZvGs > .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:11.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#DVAkIK1GySWFfw6L8GsfdR6zKv5JbmUL { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem;width:12.25rem;top:0.625rem;left:1.9375rem;overflow:hidden;display:block; }
#pFWcRUhyEn9PhL7gO7kDBnLENkAoa6F0 { 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:4rem;width:5rem;top:4.3125rem;left:1.9375rem;overflow:hidden;display:block; }
#KVXfc4GkxeyF0RFKEiSEoDRPbP4KWPzz { 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:2.75rem;width:7.9375rem;top:4.9375rem;left:9.2607421875rem;overflow:hidden;display:block; }
#EJPbZ95O6k06OWtVPOmssVSfvaz94ono { 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:4.125rem;width:6.875rem;top:4.25rem;left:18.5rem;overflow:hidden;display:block; }
#zfatKF87OKhvE3pmHQ51gz3RKDhXwwBm { 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:5.0625rem;width:5.0625rem;top:3.78125rem;left:34.96875rem;overflow:hidden;display:block; }
#oNlH1FyXEnifAXAoN0fnJ4GJTBP4N8G8 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:4.9375rem;top:4.3125rem;left:49.9609375rem;overflow:hidden;display:block; }
#MXSSDqvmJwQB4VlDdc7mghi716RXpMyb { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:10.8125rem;left:0rem;display:block; }
#HI5MEBiRWkPbXF24ofSFmTdqt9D5tgZ5 { 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:3.25rem;width:7.5rem;top:4.6875rem;left:41.1875rem;overflow:hidden;display:block; }
#q9J2TDVQy5dn1OJGXJV6vSVtivuDeItb { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:5.875rem;top:4.71875rem;left:27.0625rem;overflow:hidden;display:block; }
#ZF9WeTwELNSDyJ7aGoBi7WzkPrN5AsQH { position:relative;display:block; }#ZF9WeTwELNSDyJ7aGoBi7WzkPrN5AsQH { background-color: transparent; background-image: none; }#ZF9WeTwELNSDyJ7aGoBi7WzkPrN5AsQH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZF9WeTwELNSDyJ7aGoBi7WzkPrN5AsQH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZF9WeTwELNSDyJ7aGoBi7WzkPrN5AsQH > .row .container > .video-iframe-container { display: none; }#ZF9WeTwELNSDyJ7aGoBi7WzkPrN5AsQH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZF9WeTwELNSDyJ7aGoBi7WzkPrN5AsQH > .row > .video-iframe-container { display: none; }#ZF9WeTwELNSDyJ7aGoBi7WzkPrN5AsQH > .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); }#ZF9WeTwELNSDyJ7aGoBi7WzkPrN5AsQH { border-width: 0; border-radius: 0; }#ZF9WeTwELNSDyJ7aGoBi7WzkPrN5AsQH > .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; }#ZF9WeTwELNSDyJ7aGoBi7WzkPrN5AsQH > .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:9.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#AqWvrcySaaKCK743JOb0TK9WKcny7pJP { 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:2.1875rem;width:11.875rem;top:1.5000019073486rem;left:2.3125rem;overflow:hidden;display:block; }
#LdJPTGfkEhQz8wsyTuyVvmggbEmcimt7 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;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.8125rem;width:5.3125rem;top:5.0645751953125rem;left:2.3125rem;overflow:hidden;display:block; }
#DWUlH7c2EvL9w0TMmxtskOrkapqnPfVz { 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.8125rem;width:9.875rem;top:2.314453125rem;left:64.6552734375rem;overflow:hidden;display:block; }
#JLidAqcWgG0FWmuJcEsCKTJLC84DZsKf { 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:1.75rem;width:5.3125rem;top:5.064453125rem;left:24.5625rem;overflow:hidden;display:block; }
#D1L4iS3dSPMSZ4sTJCwWwB0xO3D8CDbw { 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:1.75rem;width:7.125rem;top:4.814453125rem;left:56.8115234375rem;overflow:hidden;display:block; }
#btI7XK7PMd92p3e1iUCIxT4t4urUwwsP { 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:2.8125rem;width:5rem;top:4.533203125rem;left:18.091796875rem;overflow:hidden;display:block; }
#kH6wPUVpAhCL29nC4Cw9qGgt3OBVB3am { position:absolute;display:block;z-index:15008;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.1875rem;width:6.5rem;top:4.595703125rem;left:31.3125rem;overflow:hidden;display:block; }
#RqmHXcT0P6mp9B1KsDnos9SeXcqJoPzi { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.0625rem;width:10rem;top:2.939453125rem;left:7.625rem;overflow:hidden;display:block; }
#D5JTfZZSuWnToQtRDGO5th8hCdlEX0E5 { position:absolute;display:block;z-index:15010;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.9375rem;width:7.0625rem;top:4.345832824707rem;left:38.4375rem;overflow:hidden;display:block; }
#NzVUxv3CR6oU9UxKxoX0CuBxxMz0DxvW { position:absolute;display:block;z-index:15010;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:5.6875rem;width:8.125rem;top:2.720703125rem;left:46.25rem;overflow:hidden;display:block; }
#ZHnEzZlhaIqwWLuRllgwUxHA6akelVzF { position:absolute;display:block;z-index:15011;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:1.25rem;width:7.5625rem;top:6.689453125rem;left:65.8115234375rem;overflow:hidden;display:block; }
#ZEqIeWhpKucxe0cGTq9M9VT2m9HXQbZA { position:relative;display:block; }#ZEqIeWhpKucxe0cGTq9M9VT2m9HXQbZA { background-color: transparent; background-image: none; }#ZEqIeWhpKucxe0cGTq9M9VT2m9HXQbZA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZEqIeWhpKucxe0cGTq9M9VT2m9HXQbZA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZEqIeWhpKucxe0cGTq9M9VT2m9HXQbZA > .row .container > .video-iframe-container { display: none; }#ZEqIeWhpKucxe0cGTq9M9VT2m9HXQbZA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZEqIeWhpKucxe0cGTq9M9VT2m9HXQbZA > .row > .video-iframe-container { display: none; }#ZEqIeWhpKucxe0cGTq9M9VT2m9HXQbZA > .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); }#ZEqIeWhpKucxe0cGTq9M9VT2m9HXQbZA { border-width: 0; border-radius: 0; }#ZEqIeWhpKucxe0cGTq9M9VT2m9HXQbZA > .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; }#ZEqIeWhpKucxe0cGTq9M9VT2m9HXQbZA > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/5bcea22a-d645-426e-a4b6-f64bb324ff6b/ThealozDuo20261200x450poz.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:28rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#ZEqIeWhpKucxe0cGTq9M9VT2m9HXQbZA > .row .container.adaptive-delivery-prevent-bg, #ZEqIeWhpKucxe0cGTq9M9VT2m9HXQbZA > .row .container.lazyload, #ZEqIeWhpKucxe0cGTq9M9VT2m9HXQbZA > .row .container.lazyloading { background-image: none; }#y0x9bpq94Vuek4KoZeQTpUK7ph2STrUf { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75rem;height:28.3125rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0rem;left:0rem;display:block; }
#g9WCQrUw0sCiNOm4vwc9qETbNNFJTkNr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sCHBqU994WtFJA0HDmD2OklSzlpkBltW { position:relative;display:block; }#sCHBqU994WtFJA0HDmD2OklSzlpkBltW { background-color: transparent; background-image: none; }#sCHBqU994WtFJA0HDmD2OklSzlpkBltW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sCHBqU994WtFJA0HDmD2OklSzlpkBltW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sCHBqU994WtFJA0HDmD2OklSzlpkBltW > .row .container > .video-iframe-container { display: none; }#sCHBqU994WtFJA0HDmD2OklSzlpkBltW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sCHBqU994WtFJA0HDmD2OklSzlpkBltW > .row > .video-iframe-container { display: none; }#sCHBqU994WtFJA0HDmD2OklSzlpkBltW > .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); }#sCHBqU994WtFJA0HDmD2OklSzlpkBltW { border-width: 0; border-radius: 0; }#sCHBqU994WtFJA0HDmD2OklSzlpkBltW > .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; }#sCHBqU994WtFJA0HDmD2OklSzlpkBltW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:15.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bBw7xFALJ7WWZ1XOpcpzDAHvR2cLu03x { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;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.625rem;width:10.8125rem;top:1.3749980926514rem;left:4.9375rem;overflow:hidden;display:block; }
#WRCmiFJhUqtt2vPZJT7TSRa2n7AK4eT8 { position:absolute;display:block;z-index:14988;border-top:0;border-left:0;border-right:0;border-bottom:0;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.375rem;width:17.25rem;top:1.5rem;left:2.46875rem;overflow:hidden;display:block; }
#AWZC2kanNkwVIq4B5pTCnheV6RRayt8L { color:rgba(var(--color-tertiary-4),1);display:block;width:19.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:11.677734375rem;left:52.59375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#b7e0x90ARQ3cEk4VMA4J376AhZJSLybF { color:rgba(var(--color-tertiary-4),1);display:block;width:19.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:11.67812538147rem;left:26.8125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#hTRLn6h61FblT37H9d4NTN8gqW20t1gU { color:rgba(var(--color-tertiary-4),1);display:block;width:19.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:9.5135440826419rem;left:26.8125rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TrPnQtpierwSuJDWpe5arWZ6uUJgNbyx { color:rgba(var(--color-tertiary-4),1);display:block;width:19.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:9.5126953125rem;left:52.59375rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#p1sZvKhNgTk4uTscfT4eHQrKudrSDJyL { 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:3.9375rem;width:23.4375rem;top:5.6875019073486rem;left:50.781246185302rem;overflow:hidden;display:block; }
#ysF52oRZdTkHg9T0egFagXqt84sqOySA { color:rgba(var(--color-tertiary-4),1);display:block;width:19.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:12.9775390625rem;left:52.59375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#hqh1HT0MylAZfiyPL1RPt0LG2UJJtWTa { 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:3.9375rem;width:22.6875rem;top:5.6875019073486rem;left:25.78125rem;overflow:hidden;display:block; }
#i6vNczTivxVQn9iGtB5AfJJTt6vyzUrk { 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:3.9375rem;width:22.6875rem;top:5.6875019073486rem;left:1.15625rem;overflow:hidden;display:block; }
#eTD5VBvfNzyG20KSoGmp9LkI0XngTPtI { color:rgba(var(--color-tertiary-4),1);display:block;width:19.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:12.97812461853rem;left:26.8125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#rt2d5SP4sW4yDizJmTFzUGuM7M51PuZU { color:rgba(var(--color-tertiary-4),1);display:block;width:19.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:11.67812538147rem;left:2.59375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#k123zk5rTMSIkZMGR9P0H7EXh4quldBt { color:rgba(var(--color-tertiary-4),1);display:block;width:19.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:9.5135440826419rem;left:2.59375rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KG81TnvCwPTHCMIqKEMgsQWKJ7NPKpZT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KG81TnvCwPTHCMIqKEMgsQWKJ7NPKpZT > .row .container { background-color: transparent; background-image: none; }#KG81TnvCwPTHCMIqKEMgsQWKJ7NPKpZT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KG81TnvCwPTHCMIqKEMgsQWKJ7NPKpZT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KG81TnvCwPTHCMIqKEMgsQWKJ7NPKpZT > .row .container > .video-iframe-container { display: none; }#KG81TnvCwPTHCMIqKEMgsQWKJ7NPKpZT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KG81TnvCwPTHCMIqKEMgsQWKJ7NPKpZT > .row > .video-iframe-container { display: none; }#KG81TnvCwPTHCMIqKEMgsQWKJ7NPKpZT > .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); }#KG81TnvCwPTHCMIqKEMgsQWKJ7NPKpZT > .row .container { border-width: 0; border-radius: 0; }#KG81TnvCwPTHCMIqKEMgsQWKJ7NPKpZT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KG81TnvCwPTHCMIqKEMgsQWKJ7NPKpZT > .row .container { font-size:0.875rem;font-family:arial;height:6.625rem;width:75rem;position:relative;display:block; }#KHBs4d1scu9qmAXRwUSkABKzdE5fd34z { color:rgba(var(--color-primary-2),1);display:block;width:25.375rem;position:absolute;font-family:dosis;font-size:1.25rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:4rem;left:8.625rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zf26piAtZrpNsmwCcPflfUI7y3HZ40E1 { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:0.125rem;top:0.95624923706056rem;left:31.062500953674rem;display:block; }
#ABaran1BVQimaBKRqEs82i3i3kaN0R7e { color:rgba(var(--color-tertiary-4),1);display:block;width:27.625rem;position:absolute;font-family:"open sans";font-size:0.5rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0);top:0.95624923706056rem;left:1.375rem;height:4.9rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#Rb26FTbphTEv67EZZ1MAZsiB9XFEMATE { color:rgba(var(--color-tertiary-4),1);display:block;width:13.75rem;position:absolute;font-family:"open sans";font-size:0.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:0.95624923706056rem;left:32.562500953674rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#MHZv9zEnIsileVUhg4ocfEX42D64o4me { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.390625rem;left:32.562500953674rem;height:0.73125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AL4n3gnsW9USFPSN2dy6lEiA9PZ9lXDy { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;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.3125rem;width:8.3125rem;top:0.95623779296875rem;left:50.584373474121rem;overflow:hidden;display:block; }
#K9LnTr6d8WPtzzmhRQ0iVErmr19s9h5J { 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:3.375rem;width:15.5rem;top:1.0625rem;left:58.875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #nmXlyA7eFNmShKxo3ZTRN4Bab0uWpT2H { display:block; }#nmXlyA7eFNmShKxo3ZTRN4Bab0uWpT2H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #brpAJDKP5mGOAb7mcLfa8bucs1ZJaQRT { width:9.125rem;height:1.875rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtLGrT7HPbKX1t5wWcns5XlHTeewfq19 { width:14.0625rem;height:2.625rem;top:0.9375rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSRJIJlfKh6it03dywaJ2QSX2ahVGJqD { width:10.5625rem;height:1.875rem;top:1.3125rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSD03bUXxM2AXG5f96GwltFJpZDhIrNq { width:12.75rem;height:2.5rem;top:1rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiLvmVTSvT2FgH2KoimPZJwxZbsLw99M { width:9.375rem;height:1.875rem;top:1.3125rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbTABcVA0APicmIDsIyCP1nb3W8GahxJ { width:13.3125rem;height:2.6875rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVTIz8amWk21T3CoEq5NfqRxVrXmqsni { width:7.625rem;height:2.5rem;top:1rem;left:40.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQLi1d9T6hUNE93TdGsZhmlUsnqHzDnS { width:5.3125rem;height:1.875rem;top:1.5rem;left:42.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAUMqDHqExLrEhCTwGZGl3oBmeJRhlA9 { display:block; }#KAUMqDHqExLrEhCTwGZGl3oBmeJRhlA9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zz6sWLdab77sccgwolIffP2P5OufPDoT { width:7.25rem;height:5.6875rem;top:7.375rem;left:40.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqbTmntX7nzOSBZMlTlSNZTRp9hF4rnx { width:46rem;height:17.625rem;top:7.375rem;left:0.44765663146973rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLbp9yDrPPsVeaNxaEwRn4IUFQZTxEPm { width:46.6875rem;height:39.8125rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 { display:block; }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rhtHMzX2xDLxWInzhSBNCnOKFhx3N73m { width:26.875rem;height:8.875rem;top:3.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqKwNkzPVdk6P2XTXqJQhFUw5ECs5lll { width:30.9375rem;height:10.8125rem;top:1.3125rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #buRiVIWl8rEc0Xxw5IlvprAo9ut9QvHU { width:35.6875rem;height:2.0625rem;top:12.8125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzG0XXgd4i64WMXzX4wwCZcw5OOnobQX { width:9rem;height:6rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 { display:none; }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qmQrFfT3ehcq0vwKgIZdIPqk612vteFq { width:22.875rem;height:3.8125rem;top:0.5rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5AAVGWd1vpZQI3SpK0TvoSH2zx57zz6 { width:3.9375rem;height:3.9375rem;top:0.4375rem;left:43.8125rem;display:block; }
#n5AAVGWd1vpZQI3SpK0TvoSH2zx57zz6 > img { max-width: 100%;max-height:100%; width:3.9375rem; height:3.9375rem; } }@media only screen and (max-width: 763px) { #EPWodyDFT0oWvmMaucXVuDzt2QBlGQLU { display:block; }#EPWodyDFT0oWvmMaucXVuDzt2QBlGQLU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JhVSRTwovFwNUlGVePzJpI0W0MT5ZORa { width:27.375rem;height:21.8125rem;top:25.125rem;left:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgEtdgckszm96XJGX8WvrpLvJLnWORE6 { width:22.1875rem;height:19.75rem;top:26.1875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZo2HRJL10SrBLkn9GDTC1BteewUrm0n { width:18.375rem;height:13.0625rem;top:1.8125rem;left:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQERbqWAa8eSyrlzsEbQhslzUOgEK6wN { width:19.875rem;height:7.9375rem;top:1.8125rem;left:5.9135398864746rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tdi3nlTl7rEpxoKXuFqpOJ5JM8DDNRaR { width:19.875rem;height:8.25rem;top:12rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyC18ZPa0PNGpsL42CxSLAKgvWCTfQgX { width:19.4375rem;height:6.1875rem;top:13rem;left:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1m7xTR40PU7RXhcO6nCpg2L8anXIhyw { width:47.75rem;height:49.178153446034rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6OIdsZpk7BE4Q3NodBXlNUdKTnKkCMq { width:36.625rem;height:32.5625rem;top:9.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHiNAdA5keXxHbHRTD0sXT4O0SU1UAsF { width:47.75rem;height:30.281458333333rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V36SxtXkqgHzreslDW1dZgN2OPc5nMws { width:13.0625rem;height:3.8125rem;top:7.1875rem;left:29.608333587646rem;display:block; }
 }@media only screen and (max-width: 763px) { #PabwfqJqTry14ciasA6tGR0NEMJGtc5h { width:22.0625rem;height:33.625rem;top:16.0625rem;left:21.3466796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQoHq5NTIuWMg7GBBcwUlCHefhqBpkn2 { width:13.9375rem;height:14.1875rem;top:30.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ji8kuvVoSnWPmGByOa4TpqMZmTgZRr2x { width:25.375rem;height:16.8125rem;top:23.3125rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4eruH3tGwzNETdbfEGoU5TvzhrdKJPa { width:47.1875rem;height:11.75rem;top:43.125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNlZ4dJKwsAHOAe2LWhNPZbonuBrMNTw { display:block; }#dNlZ4dJKwsAHOAe2LWhNPZbonuBrMNTw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mxTyeWitc2I5JHFShb7GT8eGT55pE5CD { display:block; }#mxTyeWitc2I5JHFShb7GT8eGT55pE5CD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P130TTRstZEq6X5IVmLzs7KuPBO8J7HX { width:47.75rem;height:3.875rem;top:8.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BObp95Tzr51E11q1qmFITFzC00uVRFdn { width:30.1875rem;height:23.9375rem;top:13.375rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IW3caQ5ZwDk6WMUvUyVfsRffDDwITX3S { width:22.8125rem;height:5.6875rem;top:3.125rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOCIJ5RSaVpw8es4uIziMhFGtcZ3Cure { width:47.75rem;height:8.125rem;top:9.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZlDVEeuJN6cKr8JSTnRp5k24kV1T3HT { width:19.125rem;height:19.125rem;top:16.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGcKfqtlwXrCBO4OMi8CTy98Ib4Ipx8r { width:12rem;height:16.75rem;top:-2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NV7rRBGnXUVDJG07p8pcBhzu7IFiWTrq { width:47.75rem;height:20.12054735013rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyZsWt6nyOShgXQJU1oDgQ89S8Qax8Tn { display:block; }#kyZsWt6nyOShgXQJU1oDgQ89S8Qax8Tn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZXk7lbBMszmHpbIt0cFpE2L9z5RrdgKJ { width:47.75rem;height:2.75rem;top:2.25rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgtbiWDdHIIHEiMXpLGOl43xbVx5ly1I { width:47.75rem;height:7.520625rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOXU3ttKRIPVxq2lMvyP0XvfHBT4ElaR { width:47.75rem;height:3.625rem;top:5.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nu8FZZvg3fpLxqdp0hNRfKOtIyXvA7En { width:25.9375rem;height:2.75rem;top:7.25rem;left:21.8125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMtWeIbKTMdSb6fQaQ0an15In36WLRtS { width:38rem;height:3.4375rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #srJbf3bJlC7zwq75qJVmF4yPTiUeNHLz { display:block; }
 }@media only screen and (max-width: 763px) { #AwTqFGKAI20R1nmcdTE6RABNrnXfKrsO { display:block; }#AwTqFGKAI20R1nmcdTE6RABNrnXfKrsO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ColsPMQ8zHG2ZBTiQNOkJx18PqPAD8WT { width:14.25rem;height:14.3125rem;top:17.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1ZKl9qvxbNkZHCBFXQ5unuRAz66iPRI { width:14.25rem;height:14.3125rem;top:17.0625rem;left:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLRuF9G4G52GRbuHLPyTHmeHDAdHWqdX { width:14.25rem;height:14.3125rem;top:0.625rem;left:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTUOMzVhdGfwzHHyhs52RCQBRITDn2wI { width:14.25rem;height:14.3125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukHpyxQk46DMlaTwiBE33HzT7SmRmlkz { width:47.75rem;height:26.613423959218rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NN83IHXPiFTUC2hIUxucwgdQGt9FE1UI { display:block; }#NN83IHXPiFTUC2hIUxucwgdQGt9FE1UI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PuBZF0DcEMBHX3leklFsefi4TW41npra { width:47.75rem;height:10.375rem;top:17.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvCcPpniGwn41OnkaFGnNTWchZfsathN { width:17.875rem;height:5.125rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnhZLJxbGNXCaJOLZDzb3BzPR4LGQi4y { width:23.4375rem;height:14.125rem;top:0rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdiDgyEHw47VixUHoRrPRepGWKnwFKaA { width:47.75rem;height:19.845207803223rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTGT6y0DgOK9vDqPTpncHVLQDUgGO7d3 { width:47.75rem;height:3.25rem;top:11.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQNE5fkmCgwnCSnfDUq0mQQPFrFHc6ET { width:19.5rem;height:19.5625rem;top:31.375rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #obBL80XIxI8NmeisOhWkLFwVwx5BpITg { display:block; }#obBL80XIxI8NmeisOhWkLFwVwx5BpITg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qaGod6cvDaxGbzlkovd2xDtpm968STRD .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qaGod6cvDaxGbzlkovd2xDtpm968STRD .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#qaGod6cvDaxGbzlkovd2xDtpm968STRD .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#qaGod6cvDaxGbzlkovd2xDtpm968STRD { display:flex;width:18rem;height:5.0625rem;top:12.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qaGod6cvDaxGbzlkovd2xDtpm968STRD #xOix0ffvz8H7T8THv6ZTgr8JQttaCs6r { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qaGod6cvDaxGbzlkovd2xDtpm968STRD #GOlkUzTcvKqqCXrMOoOhBXFdCTBzoTea {  }
 }@media only screen and (max-width: 763px) { #qaGod6cvDaxGbzlkovd2xDtpm968STRD #Xob8HpB8tGIFEZS1md6DdhROlqLAOpN9 {  }
 }@media only screen and (max-width: 763px) { #qaGod6cvDaxGbzlkovd2xDtpm968STRD #exh2zwrIzDi390M3BJgtfChWsfVhpLoo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qaGod6cvDaxGbzlkovd2xDtpm968STRD #WyASh8fZzzHpEKGElFgTANzdKLnRQz6K {  }
 }@media only screen and (max-width: 763px) { #qaGod6cvDaxGbzlkovd2xDtpm968STRD #fcH18mTvqbIwPSpg044EAXcPQfLF7R6B {  }
 }@media only screen and (max-width: 763px) { #qaGod6cvDaxGbzlkovd2xDtpm968STRD #ndOpWRZuZaS4LgD0HZTxxpm68v7455p4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qaGod6cvDaxGbzlkovd2xDtpm968STRD #FIRd0rcmHNP3TMq5ylTTr1OPeoqTri0u {  }
 }@media only screen and (max-width: 763px) { #qaGod6cvDaxGbzlkovd2xDtpm968STRD #td6Cnh8aSkbcTWATiXiOhkfUOJoHphwi {  }
 }@media only screen and (max-width: 763px) { #qaGod6cvDaxGbzlkovd2xDtpm968STRD #b15FIRbTC6BGmhWqWRqzmNL0lyw7C2p2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qaGod6cvDaxGbzlkovd2xDtpm968STRD #MbEP7phbbGKz904ahcbRWRlXq1yPvksw {  }
 }@media only screen and (max-width: 763px) { #qaGod6cvDaxGbzlkovd2xDtpm968STRD #zzB4sSMpxWcz7a1wrs0ZgIzyyturC6XX {  }
 }@media only screen and (max-width: 763px) { #SrlLy0xeXys8f3xOTKf0uSwbzTeacPA7 { width:47.75rem;height:0;top:3.3125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIsVpXkZVxxTtLUoyF7H2RHlsbLrGR7v { width:37.4375rem;height:6.75rem;top:1.375rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCq6V44m3I9h5KV4gT8HgGS6TJLSLQpo { width:9.0625rem;height:18.625rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #evPibIES75u1UrIAodWPTs3L79LmpSob { display:block; }#evPibIES75u1UrIAodWPTs3L79LmpSob > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cc0y8RzKhAI1uVp9444PabiCptO1tHbT { width:42.0625rem;height:2.5625rem;top:8.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkpAH3w4pMLQiM4p2GKwpnrCoUfXtBAF { width:47.75rem;height:1.4375rem;top:12.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3eTxqQ9TEFJfHC1CAtbBcmRXTmckai9 { width:47.75rem;height:2.875rem;top:14.3125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tyo2HflP69bxiAiTglsro2KtoAWx2rEO { width:11.4375rem;height:5.125rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MI5sUZk3vOROGJEGGf3QIx4U3annsSHU { width:47.75rem;height:1.4375rem;top:18rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNXZA34L6tNNdq28sNRQmRQuRaDGnJbB { width:47.75rem;height:29.5625rem;top:20.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQra2J7iFJ7UHXghesZIuRd07ac0rD31 { width:18.5625rem;height:18.5625rem;top:25rem;left:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4z3vOMkkcNiHul9xgtc5i2anPtdcCyr { width:11.875rem;height:11.875rem;top:22.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwzLMv2ZXpqunLE1N4rZP3tuVtuwXonM { width:18.5625rem;height:8.5rem;top:2.875rem;left:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8Uq8BoZUI7KFEwS3Tysl0HZzXTr4OgK { width:36.1875rem;height:32.75rem;top:0.6875rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RORbcCGUVrEH2z5nANES4e6DnBqe9x66 { width:37.4375rem;height:32.75rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvXMSeSPQ3suUoVzoXx1g24H7awpgtT4 { display:block; }#LvXMSeSPQ3suUoVzoXx1g24H7awpgtT4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vqF9CXykC0866X0lq6OMRx9RkwTzxVuv { width:33.4375rem;height:31.75rem;top:3.1875rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQX4OKT0TTH3F5fggeve3JpD0mzFtTDa { width:31.75rem;height:38.1875rem;top:3.9375rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xokh2BbbGiCEuFBChhQei49K1947G7xW { width:32.375rem;height:29.375rem;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzbtT6eWDTXVw4lqDZ1liZPo4kDfgnrc { width:30.375rem;height:5.625rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pT380m5TSaUnUdrMl07Imes7KCovPHGO { width:25.8125rem;height:4.6875rem;top:3.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnZpLBWX070815TJea4xUmFJ1rXa3CRc { width:32.5rem;height:24.9375rem;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5VWovypL1kp4Sbnh0D55BWgI8a6KfQQ { width:15.5rem;height:3.5rem;top:35.5rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #awNIKyamOyhnxTTZmpfvoHEwKyr7IzfF { display:block; }
 }@media only screen and (max-width: 763px) { #qvURTwgWLqHlIZi7gp3GbkFHqSMu4O1T { width:15.5rem;height:3.375rem;top:35.5625rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cO7acbsoNqZK8DtA3U7wQOUqTO4VvvTF { width:15.5rem;height:3.375rem;top:10.75rem;left:32.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #odEDHZ86EBz5bnyMiwTWwmSZb5qsTOVp { display:block; }#odEDHZ86EBz5bnyMiwTWwmSZb5qsTOVp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ROVbuvxFqOzUiiVmdt1f6bwZzDdIlAeT { width:7.1875rem;height:2.1875rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #COwSMbwRJr5Mg7NgtoAR4OKe32fG8tNq { width:11.0625rem;height:4.6875rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4fROb4K07xDKpaosqkHiVhuyJMLW0Tk { width:0.125rem;height:6.9375rem;top:0.9375rem;left:1.7426593959731rem;display:block; }
 }@media only screen and (max-width: 763px) { #AC8g1yLmXVT2pspWrGV2SLXbEPe0sC4r { width:11.9375rem;height:2.1875rem;top:0.9375rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O34BFBU1gEh5dkRLqSkUaM2G06Nq3mqU { width:7.5rem;height:2.625rem;top:4.375rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrnlFyaAtBI2RynsycDw5TQJFSHZQe03 { width:7.5rem;height:2.375rem;top:4.5rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H403e80Pz0Z7nlBXrCEOHvo9QsAXB7rX { width:9.125rem;height:2.25rem;top:4.375rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHzbBFZbR7GMkQXIfT0M6WTKxsxocMo4 { width:47.75rem;height:0.125rem;top:9.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxZ3EkTzZJoa68iUJ8NFNsPZtmh3STJL { width:0.125rem;height:9.625rem;top:1rem;left:6.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fxzq0z6limOTWtce96ETgIh6erqQRUSd { display:block; }#fxzq0z6limOTWtce96ETgIh6erqQRUSd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zag6VnPnCQu0EmP6EkVVHdRVWRHrnyTE { width:11.3125rem;height:2.1875rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1q305iEEJKqkODtNpx3opzGFvLzcwvm { width:13.3125rem;height:4.6875rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7ayxqNyTW8y9xaJxCw5UG697y4vFtNc { width:8.625rem;height:4.625rem;top:3.625rem;left:2.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SI4ygPzvKEJ4EGiGabHXwoi1JZQ6Lzc9 { width:47.75rem;height:0.125rem;top:9.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOKg3smEwgsCvJTW7x7qUWHwl6lv43xn { display:block; }#MOKg3smEwgsCvJTW7x7qUWHwl6lv43xn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i72iWxGEOHfLTlOkxAFS04fG87n1Ekpb { width:17.125rem;height:2.1875rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgrOBRZJ2fWB4sdoLQF3pLckHzTtJvaH { width:47.75rem;height:0.125rem;top:9.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nG7LT5gkU9xs6RIdxUudgEWewC2MduuH { width:14.4375rem;height:8.4375rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E96UaWkiy1ALaTuRUlBLe119kFuZyPMi { display:block; }#E96UaWkiy1ALaTuRUlBLe119kFuZyPMi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eJCwIdgTIz7JHrILTWgdTl9Afu7QS8DD { width:11.9375rem;height:2.1875rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7lQ2FhTuPtpP9dWeDT8QSq7NPtNVkdr { width:10.75rem;height:2rem;top:10.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeVNZbN1SBdySsJd7Lnc3yPMasZS02bC { width:11.125rem;height:2.8125rem;top:4.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPO1hTcWNd2e29MnnqniOzLkndqvPIdl { width:10.6875rem;height:2.75rem;top:4.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A67TRGlTyIJpdUFeibHI4ELnzmeBemxx { width:7.1875rem;height:2.375rem;top:4.8125rem;left:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pP0Vt3ZSyvH7usFVEMTA6vwJ5Oa2IgPV { width:8.8125rem;height:3rem;top:4.5rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOz6fT6UBh19cTCGvq2r1hvmilvTmg3x { width:6.1875rem;height:1.625rem;top:5.1875rem;left:41.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrT0BqDUST8gXpPfZ7JCmEgbWVJfME7r { width:3.375rem;height:4.125rem;top:9rem;left:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvpcwzkVf63bmWT728qrzVyTz1bzhcxt { width:7.75rem;height:5.5rem;top:3.8125rem;left:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpcTqHcqsu4BtBavzXKulG33pXEygHUD { width:12.0625rem;height:3.75rem;top:9.1875rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaaPzFfudqAgpl1La4XOPg88oFSIfysW { width:4.6875rem;height:2.4375rem;top:9.875rem;left:23.9169921875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgWWGgu26NwdLXBu9mB5F6hwPZ6zJcBX { width:9.25rem;height:2.5625rem;top:9.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoGn7tz93IADwc6d0VlZSUpEohPW2SLU { width:6.875rem;height:2.125rem;top:4.9375rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WInQ2KSt1XSC9XLXuMgE1kslrbu4UFqA { width:8.875rem;height:8.875rem;top:6.6875rem;left:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGhtwGO4KlTKU9DwkX78H8U6ML80LTqk { width:47.75rem;height:0.125rem;top:21.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBkKQTFofqRisr37X22Do6FZAcpFPucO { width:7.875rem;height:3.75rem;top:9.4375rem;left:39.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4iIidhqzMTihRZ7JcbHKL1n5TT7o8VS { width:7.6875rem;height:3.75rem;top:9rem;left:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #naVxvo9LS8ifR8OREEmXENM0dCi1Q8ym { width:10.75rem;height:7.5625rem;top:13.3125rem;left:37rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJrspbfCTGUnCqrSsuTNnGlfNflPcqvy { width:6.875rem;height:5rem;top:14.5625rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z02TTE4NbFswTRiLGqSScehc9turC4uT { width:8.25rem;height:5.8125rem;top:14.1875rem;left:28.6044921875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOasW1SazgeFoXD3Ovk2EKzeO6pnIl74 { width:15.1875rem;height:10.6875rem;top:11.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvQJuQnw4SSIOOqCrbJpvN7fl8MwwFxc { display:block; }#lvQJuQnw4SSIOOqCrbJpvN7fl8MwwFxc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZFmzax6Ag83RbeukJ5pT1176fXK4hRGO { width:13.5rem;height:2.1875rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpxfDOSRDKWQgkNNJr12WR43GruR8MwE { width:5rem;height:4.25rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7mlzRQzbhamg7cmVgcuTkgopTify1e7 { width:5rem;height:4.125rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7sJ5dxNTx9M7PDatp7q9zaH6uUD10Ua { width:47.75rem;height:0.1875rem;top:11.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrvLGcGtTimoXEPgTCAe1mDUoTASq3Lz { width:7.4375rem;height:2.3125rem;top:5.375rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQQLCmAMn9s618LcRghDOzFL68UlHuhO { width:6.8125rem;height:2.25rem;top:5.4375rem;left:1.1474609375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NasJa3BOxDNRFEA0BbNWd5sDwP8z2tme { display:block; }#NasJa3BOxDNRFEA0BbNWd5sDwP8z2tme > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #El9sGVhKMSNW8oJ2c8QHqA8Q1vHxT1TR { width:13.875rem;height:2.1875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1mtTWZxrgAlWEAkq2rPQe2vMK8baI0T { width:5.1875rem;height:4.8125rem;top:5.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ondNgcQSl23wLRSpWUleoufll5S4mLbx { width:6.375rem;height:3.9375rem;top:6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4pdq7aqAg16AACHCIuE4yeSRJfllTOR { width:47.75rem;height:0.125rem;top:11.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvZXT3SsQwrQetETTGa7VNDJtEecdMkw { width:6.875rem;height:2.8125rem;top:6.0625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEcpFotMahdvwH2tuAypyhs860VEEnQA { width:8rem;height:11.375rem;top:1.75rem;left:13.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6bNBoL9Hd0ee36y3x09SDCIs2JIzN33 { width:9.875rem;height:4.375rem;top:5.25rem;left:20.8984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMr9ocN3Xue5JS0luhbXCfff5kyhqCaW { width:3.3125rem;height:4.25rem;top:5.3125rem;left:31.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ol5so5gg8MlB7N5NVffJVrkuQUv6CfNu { width:5rem;height:1.75rem;top:7.0625rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnDDp4v9yiotH6pGCGxs62IoJwsVxmLH { width:7.5rem;height:7.5rem;top:4rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0ey9bnf6Aln1RMpXPTfMqCdC9BkZmv0 { width:5rem;height:1.75rem;top:7.0625rem;left:36.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UTKVCBQydWBcJsV5X4t35VoooZZCZvGs { display:block; }#UTKVCBQydWBcJsV5X4t35VoooZZCZvGs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DVAkIK1GySWFfw6L8GsfdR6zKv5JbmUL { width:12.25rem;height:2.1875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFWcRUhyEn9PhL7gO7kDBnLENkAoa6F0 { width:5rem;height:4rem;top:4.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVXfc4GkxeyF0RFKEiSEoDRPbP4KWPzz { width:7.9375rem;height:2.75rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJPbZ95O6k06OWtVPOmssVSfvaz94ono { width:6.875rem;height:4.125rem;top:4.25rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfatKF87OKhvE3pmHQ51gz3RKDhXwwBm { width:5.0625rem;height:5.0625rem;top:3.75rem;left:21.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNlH1FyXEnifAXAoN0fnJ4GJTBP4N8G8 { width:4.9375rem;height:2.8125rem;top:4.3125rem;left:36.3359375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXSSDqvmJwQB4VlDdc7mghi716RXpMyb { width:47.75rem;height:0.125rem;top:10.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HI5MEBiRWkPbXF24ofSFmTdqt9D5tgZ5 { width:7.5rem;height:3.25rem;top:4.6875rem;left:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9J2TDVQy5dn1OJGXJV6vSVtivuDeItb { width:5.875rem;height:3.1875rem;top:4.6875rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZF9WeTwELNSDyJ7aGoBi7WzkPrN5AsQH { display:block; }#ZF9WeTwELNSDyJ7aGoBi7WzkPrN5AsQH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AqWvrcySaaKCK743JOb0TK9WKcny7pJP { width:11.875rem;height:2.1875rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdJPTGfkEhQz8wsyTuyVvmggbEmcimt7 { width:5.3125rem;height:2.8125rem;top:5.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWUlH7c2EvL9w0TMmxtskOrkapqnPfVz { width:9.875rem;height:2.8125rem;top:2.3125rem;left:37.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLidAqcWgG0FWmuJcEsCKTJLC84DZsKf { width:5.3125rem;height:1.75rem;top:5.0625rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1L4iS3dSPMSZ4sTJCwWwB0xO3D8CDbw { width:7.125rem;height:1.75rem;top:4.8125rem;left:40.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #btI7XK7PMd92p3e1iUCIxT4t4urUwwsP { width:5rem;height:2.8125rem;top:4.5rem;left:4.466796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kH6wPUVpAhCL29nC4Cw9qGgt3OBVB3am { width:6.5rem;height:2.1875rem;top:4.5625rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqmHXcT0P6mp9B1KsDnos9SeXcqJoPzi { width:10rem;height:7.0625rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5JTfZZSuWnToQtRDGO5th8hCdlEX0E5 { width:7.0625rem;height:2.9375rem;top:4.3125rem;left:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzVUxv3CR6oU9UxKxoX0CuBxxMz0DxvW { width:8.125rem;height:5.6875rem;top:2.6875rem;left:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHnEzZlhaIqwWLuRllgwUxHA6akelVzF { width:7.5625rem;height:1.25rem;top:6.6875rem;left:40.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEqIeWhpKucxe0cGTq9M9VT2m9HXQbZA { display:block; }#ZEqIeWhpKucxe0cGTq9M9VT2m9HXQbZA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y0x9bpq94Vuek4KoZeQTpUK7ph2STrUf { width:46.75rem;height:28.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9WCQrUw0sCiNOm4vwc9qETbNNFJTkNr { display:block; }
 }@media only screen and (max-width: 763px) { #sCHBqU994WtFJA0HDmD2OklSzlpkBltW { display:block; }#sCHBqU994WtFJA0HDmD2OklSzlpkBltW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bBw7xFALJ7WWZ1XOpcpzDAHvR2cLu03x { width:10.8125rem;height:3.625rem;top:1.3125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRCmiFJhUqtt2vPZJT7TSRa2n7AK4eT8 { width:17.25rem;height:3.375rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWZC2kanNkwVIq4B5pTCnheV6RRayt8L { width:19.8125rem;height:1.25rem;top:11.625rem;left:27.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7e0x90ARQ3cEk4VMA4J376AhZJSLybF { width:19.8125rem;height:1.25rem;top:11.625rem;left:11.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTRLn6h61FblT37H9d4NTN8gqW20t1gU { width:19.8125rem;height:1.4375rem;top:9.5rem;left:11.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrPnQtpierwSuJDWpe5arWZ6uUJgNbyx { width:19.8125rem;height:1.4375rem;top:9.5rem;left:27.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1sZvKhNgTk4uTscfT4eHQrKudrSDJyL { width:23.4375rem;height:3.9375rem;top:5.6875rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysF52oRZdTkHg9T0egFagXqt84sqOySA { width:19.8125rem;height:1.25rem;top:12.9375rem;left:27.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqh1HT0MylAZfiyPL1RPt0LG2UJJtWTa { width:22.6875rem;height:3.9375rem;top:5.6875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6vNczTivxVQn9iGtB5AfJJTt6vyzUrk { width:22.6875rem;height:3.9375rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTD5VBvfNzyG20KSoGmp9LkI0XngTPtI { width:19.8125rem;height:1.25rem;top:12.9375rem;left:11.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rt2d5SP4sW4yDizJmTFzUGuM7M51PuZU { width:19.8125rem;height:1.25rem;top:11.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k123zk5rTMSIkZMGR9P0H7EXh4quldBt { width:19.8125rem;height:1.4375rem;top:9.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KG81TnvCwPTHCMIqKEMgsQWKJ7NPKpZT { display:block; }#KG81TnvCwPTHCMIqKEMgsQWKJ7NPKpZT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KHBs4d1scu9qmAXRwUSkABKzdE5fd34z { width:25.375rem;height:1.625rem;top:4rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zf26piAtZrpNsmwCcPflfUI7y3HZ40E1 { width:0.125rem;height:4.5625rem;top:0.9375rem;left:17.437500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABaran1BVQimaBKRqEs82i3i3kaN0R7e { top:0.9375rem;left:0rem;width:27.625rem;height:4.875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rb26FTbphTEv67EZZ1MAZsiB9XFEMATE { width:13.75rem;height:1.3125rem;top:0.9375rem;left:18.8125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHZv9zEnIsileVUhg4ocfEX42D64o4me { width:12.5rem;height:0.6875rem;top:3.375rem;left:18.937500953674rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AL4n3gnsW9USFPSN2dy6lEiA9PZ9lXDy { width:8.3125rem;height:3.3125rem;top:0.9375rem;left:36.959373474121rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9LnTr6d8WPtzzmhRQ0iVErmr19s9h5J { width:15.5rem;height:3.375rem;top:1.0625rem;left:32.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/33712001-9a6d-4f2c-a31a-51b9e4fbb242/Topene.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:contain !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); } }@media only screen and (max-width: 763px) { #nmXlyA7eFNmShKxo3ZTRN4Bab0uWpT2H { background-color:#ffffff;background-image:none;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#nmXlyA7eFNmShKxo3ZTRN4Bab0uWpT2H > .row .container { background-color: transparent; background-image: none; }#nmXlyA7eFNmShKxo3ZTRN4Bab0uWpT2H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nmXlyA7eFNmShKxo3ZTRN4Bab0uWpT2H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nmXlyA7eFNmShKxo3ZTRN4Bab0uWpT2H > .row .container > .video-iframe-container { display: none; }#nmXlyA7eFNmShKxo3ZTRN4Bab0uWpT2H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nmXlyA7eFNmShKxo3ZTRN4Bab0uWpT2H > .row > .video-iframe-container { display: none; }#nmXlyA7eFNmShKxo3ZTRN4Bab0uWpT2H > .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); }#nmXlyA7eFNmShKxo3ZTRN4Bab0uWpT2H > .row .container { width:20rem;height:6.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #brpAJDKP5mGOAb7mcLfa8bucs1ZJaQRT { width:6.0625rem;height:1.25rem;top:1.34375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtLGrT7HPbKX1t5wWcns5XlHTeewfq19 { width:9rem;height:1.625rem;top:1.1875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSRJIJlfKh6it03dywaJ2QSX2ahVGJqD { width:7rem;height:1.25rem;top:1.375rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSD03bUXxM2AXG5f96GwltFJpZDhIrNq { width:9.5625rem;height:1.875rem;top:3.4375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiLvmVTSvT2FgH2KoimPZJwxZbsLw99M { width:6.25rem;height:1.25rem;top:3.75rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbTABcVA0APicmIDsIyCP1nb3W8GahxJ { width:8.375rem;height:1.6875rem;top:1.125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVTIz8amWk21T3CoEq5NfqRxVrXmqsni { width:6.25rem;height:1.875rem;top:3.4375rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQLi1d9T6hUNE93TdGsZhmlUsnqHzDnS { width:3.5rem;height:1.25rem;top:3.75rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAUMqDHqExLrEhCTwGZGl3oBmeJRhlA9 { background-color:transparent;background-image:none;display:block; }#KAUMqDHqExLrEhCTwGZGl3oBmeJRhlA9 > .row .container { background-color: transparent; background-image: none; }#KAUMqDHqExLrEhCTwGZGl3oBmeJRhlA9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KAUMqDHqExLrEhCTwGZGl3oBmeJRhlA9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KAUMqDHqExLrEhCTwGZGl3oBmeJRhlA9 > .row .container > .video-iframe-container { display: none; }#KAUMqDHqExLrEhCTwGZGl3oBmeJRhlA9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KAUMqDHqExLrEhCTwGZGl3oBmeJRhlA9 > .row > .video-iframe-container { display: none; }#KAUMqDHqExLrEhCTwGZGl3oBmeJRhlA9 > .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); }#KAUMqDHqExLrEhCTwGZGl3oBmeJRhlA9 > .row .container { width:20rem;height:12.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zz6sWLdab77sccgwolIffP2P5OufPDoT { width:2rem;height:1.5625rem;top:7.1875rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqbTmntX7nzOSBZMlTlSNZTRp9hF4rnx { width:10.9375rem;height:4.1875rem;top:6.125rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLbp9yDrPPsVeaNxaEwRn4IUFQZTxEPm { width:5.3125rem;height:4.5625rem;top:7.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 { background-color:transparent;background-image:url("https://images.assets-landingi.com/VMBVyqA5/roz.png");background-position:bottom center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:initial !important;display:block; }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7.adaptive-delivery-prevent-bg, #hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7.lazyload, #hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7.lazyloading { background-image: none; }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row .container { background-color: transparent; background-image: none; }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row .container > .video-iframe-container { display: none; }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row > .video-iframe-container { display: none; }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .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); }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row .container { width:20rem;height:8.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rhtHMzX2xDLxWInzhSBNCnOKFhx3N73m { width:8.9375rem;height:3rem;top:1.875rem;left:0.77604198455813rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqKwNkzPVdk6P2XTXqJQhFUw5ECs5lll { width:9.375rem;height:3rem;top:1.09375rem;left:10.334335769315rem;display:block; }
 }@media only screen and (max-width: 763px) { #buRiVIWl8rEc0Xxw5IlvprAo9ut9QvHU { width:20rem;height:1.95rem;top:6.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzG0XXgd4i64WMXzX4wwCZcw5OOnobQX { width:4.0625rem;height:2.6875rem;top:0rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 { display:block; }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qmQrFfT3ehcq0vwKgIZdIPqk612vteFq { width:10.8125rem;height:1.75rem;top:1.2645835876465rem;left:2.2260408401489rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5AAVGWd1vpZQI3SpK0TvoSH2zx57zz6 { display:flex;width:2.4375rem;height:2.4375rem;top:0.9208335876465rem;left:14.46875rem; }
#n5AAVGWd1vpZQI3SpK0TvoSH2zx57zz6 > img { max-width: 100%;max-height:100%; width:2.4375rem; height:2.4375rem; } }@media only screen and (max-width: 763px) { #EPWodyDFT0oWvmMaucXVuDzt2QBlGQLU { display:block; }#EPWodyDFT0oWvmMaucXVuDzt2QBlGQLU > .row .container { width:20rem;height:19.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JhVSRTwovFwNUlGVePzJpI0W0MT5ZORa { width:4.1875rem;height:3.3125rem;top:11.128125190735rem;left:14.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgEtdgckszm96XJGX8WvrpLvJLnWORE6 { width:4.6875rem;height:4.1875rem;top:11.1826171875rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZo2HRJL10SrBLkn9GDTC1BteewUrm0n { width:3.5rem;height:2.5rem;top:2.3854169845581rem;left:11.569790840149rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQERbqWAa8eSyrlzsEbQhslzUOgEK6wN { width:4.6875rem;height:1.8125rem;top:7.0546875rem;left:11.5693359375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tdi3nlTl7rEpxoKXuFqpOJ5JM8DDNRaR { width:7.3125rem;height:2.9375rem;top:1.25rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyC18ZPa0PNGpsL42CxSLAKgvWCTfQgX { width:6.75rem;height:2.0625rem;top:4.1875rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1m7xTR40PU7RXhcO6nCpg2L8anXIhyw { width:5rem;height:5.125rem;top:2.3854169845581rem;left:14.999999046326rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6OIdsZpk7BE4Q3NodBXlNUdKTnKkCMq { width:6rem;height:5.3125rem;top:3.4927072525024rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHiNAdA5keXxHbHRTD0sXT4O0SU1UAsF { width:17.5625rem;height:11.125rem;top:4.8156251907349rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V36SxtXkqgHzreslDW1dZgN2OPc5nMws { width:5.25rem;height:1.5rem;top:8.8677082061769rem;left:0.81979084014894rem;display:block; }
 }@media only screen and (max-width: 763px) { #PabwfqJqTry14ciasA6tGR0NEMJGtc5h { width:3rem;height:4.5625rem;top:11.3701171875rem;left:12.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQoHq5NTIuWMg7GBBcwUlCHefhqBpkn2 { width:3.9375rem;height:4rem;top:11.1279296875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ji8kuvVoSnWPmGByOa4TpqMZmTgZRr2x { width:5.25rem;height:3.4375rem;top:9.884765625rem;left:8.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4eruH3tGwzNETdbfEGoU5TvzhrdKJPa { width:20rem;height:4.9375rem;top:14.440624237061rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #dNlZ4dJKwsAHOAe2LWhNPZbonuBrMNTw { display:block; }#dNlZ4dJKwsAHOAe2LWhNPZbonuBrMNTw > .row .container { width:20rem;height:0.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mxTyeWitc2I5JHFShb7GT8eGT55pE5CD { display:block; }#mxTyeWitc2I5JHFShb7GT8eGT55pE5CD > .row .container { width:20rem;height:33.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P130TTRstZEq6X5IVmLzs7KuPBO8J7HX { width:20rem;height:3.8984375rem;top:4.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BObp95Tzr51E11q1qmFITFzC00uVRFdn { width:14.5625rem;height:11.4375rem;top:21.750000953674rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IW3caQ5ZwDk6WMUvUyVfsRffDDwITX3S { width:9.9375rem;height:2.3125rem;top:3.625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOCIJ5RSaVpw8es4uIziMhFGtcZ3Cure { width:16rem;height:15.91403125rem;top:6.5625009536744rem;left:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZlDVEeuJN6cKr8JSTnRp5k24kV1T3HT { width:5.875rem;height:5.875rem;top:4.7683715820312E-6rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGcKfqtlwXrCBO4OMi8CTy98Ib4Ipx8r { width:3.5rem;height:4.875rem;top:26.625000953674rem;left:2.75rem;overflow:hidden;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #NV7rRBGnXUVDJG07p8pcBhzu7IFiWTrq { width:20rem;height:24.625rem;top:2.0624961853027rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyZsWt6nyOShgXQJU1oDgQ89S8Qax8Tn { display:block; }#kyZsWt6nyOShgXQJU1oDgQ89S8Qax8Tn > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZXk7lbBMszmHpbIt0cFpE2L9z5RrdgKJ { width:16.3125rem;height:2.2734375rem;top:2.6947917938233rem;left:1.84375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgtbiWDdHIIHEiMXpLGOl43xbVx5ly1I { width:20rem;height:9.875rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOXU3ttKRIPVxq2lMvyP0XvfHBT4ElaR { width:20rem;height:1.38125rem;top:5.8937492370606rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Nu8FZZvg3fpLxqdp0hNRfKOtIyXvA7En { width:16.75rem;height:1.1375rem;top:8.0750007629394rem;left:0rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #iMtWeIbKTMdSb6fQaQ0an15In36WLRtS { width:15rem;height:2.625rem;top:4.9697914123535rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #srJbf3bJlC7zwq75qJVmF4yPTiUeNHLz { display:block; }
 }@media only screen and (max-width: 763px) { #AwTqFGKAI20R1nmcdTE6RABNrnXfKrsO { display:block; }#AwTqFGKAI20R1nmcdTE6RABNrnXfKrsO { background-color: transparent; background-image: none; }#AwTqFGKAI20R1nmcdTE6RABNrnXfKrsO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AwTqFGKAI20R1nmcdTE6RABNrnXfKrsO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AwTqFGKAI20R1nmcdTE6RABNrnXfKrsO > .row .container > .video-iframe-container { display: none; }#AwTqFGKAI20R1nmcdTE6RABNrnXfKrsO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AwTqFGKAI20R1nmcdTE6RABNrnXfKrsO > .row > .video-iframe-container { display: none; }#AwTqFGKAI20R1nmcdTE6RABNrnXfKrsO > .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); }#AwTqFGKAI20R1nmcdTE6RABNrnXfKrsO { border-width: 0; border-radius: 0; }#AwTqFGKAI20R1nmcdTE6RABNrnXfKrsO > .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; }#AwTqFGKAI20R1nmcdTE6RABNrnXfKrsO > .row .container { width:20rem;height:11.5625rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ColsPMQ8zHG2ZBTiQNOkJx18PqPAD8WT { width:3.8125rem;height:3.8125rem;top:5.3187503814697rem;left:16.1875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #I1ZKl9qvxbNkZHCBFXQ5unuRAz66iPRI { width:3.625rem;height:3.625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HLRuF9G4G52GRbuHLPyTHmeHDAdHWqdX { width:3.125rem;height:3.125rem;top:8.11562538147rem;left:0.59375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #qTUOMzVhdGfwzHHyhs52RCQBRITDn2wI { width:3.375rem;height:3.375rem;top:0rem;left:16.625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ukHpyxQk46DMlaTwiBE33HzT7SmRmlkz { height:11.146983857264rem;width:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NN83IHXPiFTUC2hIUxucwgdQGt9FE1UI { display:block; }#NN83IHXPiFTUC2hIUxucwgdQGt9FE1UI > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PuBZF0DcEMBHX3leklFsefi4TW41npra { width:17.25rem;height:22.734375rem;top:11.4375rem;left:1.78125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvCcPpniGwn41OnkaFGnNTWchZfsathN { width:6.6875rem;height:1.875rem;top:4.4375rem;left:2.1906242370606rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnhZLJxbGNXCaJOLZDzb3BzPR4LGQi4y { width:8rem;height:4.8125rem;top:0.52499961853027rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdiDgyEHw47VixUHoRrPRepGWKnwFKaA { width:20rem;height:35.9375rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTGT6y0DgOK9vDqPTpncHVLQDUgGO7d3 { width:16.3125rem;height:3.41015625rem;top:6.6322917938231rem;left:1.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQNE5fkmCgwnCSnfDUq0mQQPFrFHc6ET { width:7.0625rem;height:7.0625rem;top:32.255859375rem;left:12.9375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #obBL80XIxI8NmeisOhWkLFwVwx5BpITg { display:block; }#obBL80XIxI8NmeisOhWkLFwVwx5BpITg > .row .container { width:20rem;height:19.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qaGod6cvDaxGbzlkovd2xDtpm968STRD .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#qaGod6cvDaxGbzlkovd2xDtpm968STRD .widget-text.counter-number { padding-top:0.31rem;padding-right:0.27875rem;padding-bottom:0.31rem;padding-left:0.27875rem;width:1.673125rem;min-width:1.673125rem;height:1.6675rem;font-size:1.24125rem;line-height:26.68px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#qaGod6cvDaxGbzlkovd2xDtpm968STRD .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.194375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.230625rem;height:0.659375rem;font-size:0.465rem;line-height:10.55px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#qaGod6cvDaxGbzlkovd2xDtpm968STRD { display:flex;width:12.9375rem;height:3.14125rem;top:7.86874961853rem;left:6.887499809265rem;padding-top:0.53125rem;padding-right:0.55rem;padding-bottom:0.53125rem;padding-left:0.55rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #qaGod6cvDaxGbzlkovd2xDtpm968STRD #xOix0ffvz8H7T8THv6ZTgr8JQttaCs6r { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qaGod6cvDaxGbzlkovd2xDtpm968STRD #GOlkUzTcvKqqCXrMOoOhBXFdCTBzoTea {  }
 }@media only screen and (max-width: 763px) { #qaGod6cvDaxGbzlkovd2xDtpm968STRD #Xob8HpB8tGIFEZS1md6DdhROlqLAOpN9 {  }
 }@media only screen and (max-width: 763px) { #qaGod6cvDaxGbzlkovd2xDtpm968STRD #exh2zwrIzDi390M3BJgtfChWsfVhpLoo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qaGod6cvDaxGbzlkovd2xDtpm968STRD #WyASh8fZzzHpEKGElFgTANzdKLnRQz6K {  }
 }@media only screen and (max-width: 763px) { #qaGod6cvDaxGbzlkovd2xDtpm968STRD #fcH18mTvqbIwPSpg044EAXcPQfLF7R6B {  }
 }@media only screen and (max-width: 763px) { #qaGod6cvDaxGbzlkovd2xDtpm968STRD #ndOpWRZuZaS4LgD0HZTxxpm68v7455p4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qaGod6cvDaxGbzlkovd2xDtpm968STRD #FIRd0rcmHNP3TMq5ylTTr1OPeoqTri0u {  }
 }@media only screen and (max-width: 763px) { #qaGod6cvDaxGbzlkovd2xDtpm968STRD #td6Cnh8aSkbcTWATiXiOhkfUOJoHphwi {  }
 }@media only screen and (max-width: 763px) { #qaGod6cvDaxGbzlkovd2xDtpm968STRD #b15FIRbTC6BGmhWqWRqzmNL0lyw7C2p2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qaGod6cvDaxGbzlkovd2xDtpm968STRD #MbEP7phbbGKz904ahcbRWRlXq1yPvksw {  }
 }@media only screen and (max-width: 763px) { #qaGod6cvDaxGbzlkovd2xDtpm968STRD #zzB4sSMpxWcz7a1wrs0ZgIzyyturC6XX {  }
 }@media only screen and (max-width: 763px) { #SrlLy0xeXys8f3xOTKf0uSwbzTeacPA7 { width:13.625rem;height:3.4125rem;top:2.7749996185302rem;left:6.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIsVpXkZVxxTtLUoyF7H2RHlsbLrGR7v { width:18.625rem;height:4.625rem;top:2.0249996185302rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCq6V44m3I9h5KV4gT8HgGS6TJLSLQpo { width:9.0625rem;height:18.625rem;top:0.64999961853025rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #evPibIES75u1UrIAodWPTs3L79LmpSob { display:block; }#evPibIES75u1UrIAodWPTs3L79LmpSob > .row .container { width:20rem;height:45.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cc0y8RzKhAI1uVp9444PabiCptO1tHbT { width:16.375rem;height:5.68359375rem;top:9.0625rem;left:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkpAH3w4pMLQiM4p2GKwpnrCoUfXtBAF { width:16rem;height:3.41015625rem;top:15.375000953674rem;left:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3eTxqQ9TEFJfHC1CAtbBcmRXTmckai9 { width:16.1875rem;height:3.8984375rem;top:19.97500038147rem;left:2.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tyo2HflP69bxiAiTglsro2KtoAWx2rEO { width:11.4375rem;height:5.125rem;top:2.3125rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MI5sUZk3vOROGJEGGf3QIx4U3annsSHU { width:16.0625rem;height:2.923825rem;top:24.812503814698rem;left:2.53125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNXZA34L6tNNdq28sNRQmRQuRaDGnJbB { width:20rem;height:10.3125rem;top:34.549999237061rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQra2J7iFJ7UHXghesZIuRd07ac0rD31 { width:5.25rem;height:5.25rem;top:29.299999237061rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4z3vOMkkcNiHul9xgtc5i2anPtdcCyr { width:7.6875rem;height:7.6875rem;top:3.1750011444092rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwzLMv2ZXpqunLE1N4rZP3tuVtuwXonM { width:11.875rem;height:5.375rem;top:28.424999237061rem;left:6.9447908401487rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8Uq8BoZUI7KFEwS3Tysl0HZzXTr4OgK { width:18.3125rem;height:29.25rem;top:6.75rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RORbcCGUVrEH2z5nANES4e6DnBqe9x66 { width:20rem;height:36.1875rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvXMSeSPQ3suUoVzoXx1g24H7awpgtT4 { display:block; }#LvXMSeSPQ3suUoVzoXx1g24H7awpgtT4 > .row .container { width:20rem;height:24.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vqF9CXykC0866X0lq6OMRx9RkwTzxVuv { width:8.25rem;height:7.8125rem;top:1.84375rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQX4OKT0TTH3F5fggeve3JpD0mzFtTDa { width:8.3125rem;height:10rem;top:4.125rem;left:10.26953125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xokh2BbbGiCEuFBChhQei49K1947G7xW { width:9.25rem;height:8.3125rem;top:4.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzbtT6eWDTXVw4lqDZ1liZPo4kDfgnrc { width:9.75rem;height:1.75rem;top:1.1875038146973rem;left:0.51979160308838rem;display:block; }
 }@media only screen and (max-width: 763px) { #pT380m5TSaUnUdrMl07Imes7KCovPHGO { width:7.4375rem;height:1.3125rem;top:1.40625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnZpLBWX070815TJea4xUmFJ1rXa3CRc { width:9.1875rem;height:7rem;top:3.46875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5VWovypL1kp4Sbnh0D55BWgI8a6KfQQ { width:15.5rem;height:3.5rem;top:15.3125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #awNIKyamOyhnxTTZmpfvoHEwKyr7IzfF { display:block; }
 }@media only screen and (max-width: 763px) { #qvURTwgWLqHlIZi7gp3GbkFHqSMu4O1T { width:15.5rem;height:3.375rem;top:15.375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cO7acbsoNqZK8DtA3U7wQOUqTO4VvvTF { width:15.5rem;height:3.375rem;top:20.0625rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #odEDHZ86EBz5bnyMiwTWwmSZb5qsTOVp { display:block; }#odEDHZ86EBz5bnyMiwTWwmSZb5qsTOVp > .row .container { width:20rem;height:11.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ROVbuvxFqOzUiiVmdt1f6bwZzDdIlAeT { width:3.625rem;height:1rem;top:1.0520820617676rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #COwSMbwRJr5Mg7NgtoAR4OKe32fG8tNq { width:6.125rem;height:2.5625rem;top:2.1875rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4fROb4K07xDKpaosqkHiVhuyJMLW0Tk { width:0.125rem;height:6.9375rem;top:4.6875rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AC8g1yLmXVT2pspWrGV2SLXbEPe0sC4r { width:5.5rem;height:1rem;top:5.9375038146972rem;left:7.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #O34BFBU1gEh5dkRLqSkUaM2G06Nq3mqU { width:4.625rem;height:1.5625rem;top:8rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrnlFyaAtBI2RynsycDw5TQJFSHZQe03 { width:5.4375rem;height:1.75rem;top:7.96875rem;left:7.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H403e80Pz0Z7nlBXrCEOHvo9QsAXB7rX { width:4.6875rem;height:1.25rem;top:8.15625rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHzbBFZbR7GMkQXIfT0M6WTKxsxocMo4 { width:20rem;height:0.125rem;top:11.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxZ3EkTzZJoa68iUJ8NFNsPZtmh3STJL { width:9.625rem;height:0.125rem;top:4.9375rem;left:4.8125rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #fxzq0z6limOTWtce96ETgIh6erqQRUSd { display:block; }#fxzq0z6limOTWtce96ETgIh6erqQRUSd > .row .container { width:20rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zag6VnPnCQu0EmP6EkVVHdRVWRHrnyTE { width:6.5rem;height:1rem;top:0.47604370117188rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1q305iEEJKqkODtNpx3opzGFvLzcwvm { width:7.25rem;height:2.4375rem;top:1.96875rem;left:2.1318359375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7ayxqNyTW8y9xaJxCw5UG697y4vFtNc { width:4.8125rem;height:2.625rem;top:1.875rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SI4ygPzvKEJ4EGiGabHXwoi1JZQ6Lzc9 { width:20rem;height:0.125rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOKg3smEwgsCvJTW7x7qUWHwl6lv43xn { display:block; }#MOKg3smEwgsCvJTW7x7qUWHwl6lv43xn > .row .container { width:20rem;height:6.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i72iWxGEOHfLTlOkxAFS04fG87n1Ekpb { width:7.8125rem;height:1rem;top:0.65625rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgrOBRZJ2fWB4sdoLQF3pLckHzTtJvaH { width:20rem;height:0.125rem;top:6.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nG7LT5gkU9xs6RIdxUudgEWewC2MduuH { width:10.9375rem;height:6.5rem;top:0rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E96UaWkiy1ALaTuRUlBLe119kFuZyPMi { display:block; }#E96UaWkiy1ALaTuRUlBLe119kFuZyPMi > .row .container { width:20rem;height:34.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eJCwIdgTIz7JHrILTWgdTl9Afu7QS8DD { width:5.4375rem;height:1rem;top:0.7392578125rem;left:7.28125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #a7lQ2FhTuPtpP9dWeDT8QSq7NPtNVkdr { width:6.25rem;height:1.375rem;top:2.62109375rem;left:2.1005859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeVNZbN1SBdySsJd7Lnc3yPMasZS02bC { width:7rem;height:1.6875rem;top:14.6142578125rem;left:1.6630859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPO1hTcWNd2e29MnnqniOzLkndqvPIdl { width:7.25rem;height:1.875rem;top:12.1318359375rem;left:1.6005859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A67TRGlTyIJpdUFeibHI4ELnzmeBemxx { width:5.625rem;height:1.875rem;top:22.6943359375rem;left:11.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pP0Vt3ZSyvH7usFVEMTA6vwJ5Oa2IgPV { width:5.8125rem;height:2rem;top:17.0693359375rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOz6fT6UBh19cTCGvq2r1hvmilvTmg3x { width:4.6875rem;height:1.25rem;top:20.5693359375rem;left:12.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrT0BqDUST8gXpPfZ7JCmEgbWVJfME7r { width:2.1875rem;height:2.75rem;top:9.3818359375rem;left:15.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvpcwzkVf63bmWT728qrzVyTz1bzhcxt { width:5.0625rem;height:3.625rem;top:19.0693359375rem;left:2.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpcTqHcqsu4BtBavzXKulG33pXEygHUD { width:9rem;height:2.75rem;top:5.3193359375rem;left:1.5380859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaaPzFfudqAgpl1La4XOPg88oFSIfysW { width:3.4375rem;height:1.75rem;top:6.2568359375rem;left:14.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgWWGgu26NwdLXBu9mB5F6hwPZ6zJcBX { width:7rem;height:1.9375rem;top:2.62109375rem;left:11.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoGn7tz93IADwc6d0VlZSUpEohPW2SLU { width:5.625rem;height:1.6875rem;top:17.4443359375rem;left:11.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WInQ2KSt1XSC9XLXuMgE1kslrbu4UFqA { width:8.875rem;height:8.875rem;top:5.1943359375rem;left:1.5380859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGhtwGO4KlTKU9DwkX78H8U6ML80LTqk { width:20rem;height:0.125rem;top:33.7255859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBkKQTFofqRisr37X22Do6FZAcpFPucO { width:4.9375rem;height:2.375rem;top:22.6943359375rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4iIidhqzMTihRZ7JcbHKL1n5TT7o8VS { width:7.6875rem;height:3.75rem;top:12.7392578125rem;left:10.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #naVxvo9LS8ifR8OREEmXENM0dCi1Q8ym { width:7.3125rem;height:5.125rem;top:28.6630859375rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJrspbfCTGUnCqrSsuTNnGlfNflPcqvy { width:3.75rem;height:2.6875rem;top:26.0380859375rem;left:12.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z02TTE4NbFswTRiLGqSScehc9turC4uT { width:7.0625rem;height:4.9375rem;top:28.8505859375rem;left:1.6943359375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOasW1SazgeFoXD3Ovk2EKzeO6pnIl74 { width:9.75rem;height:6.8125rem;top:24.5693359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvQJuQnw4SSIOOqCrbJpvN7fl8MwwFxc { display:block; }#lvQJuQnw4SSIOOqCrbJpvN7fl8MwwFxc > .row .container { width:20rem;height:11.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZFmzax6Ag83RbeukJ5pT1176fXK4hRGO { width:6.125rem;height:1rem;top:0.6767578125rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpxfDOSRDKWQgkNNJr12WR43GruR8MwE { width:4.9375rem;height:4.1875rem;top:2.375rem;left:3.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7mlzRQzbhamg7cmVgcuTkgopTify1e7 { width:4.9375rem;height:4.0625rem;top:2.4375rem;left:12.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7sJ5dxNTx9M7PDatp7q9zaH6uUD10Ua { width:20rem;height:0.1875rem;top:11.0517578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrvLGcGtTimoXEPgTCAe1mDUoTASq3Lz { width:6.8125rem;height:1.875rem;top:7.5rem;left:2.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQQLCmAMn9s618LcRghDOzFL68UlHuhO { width:6.8125rem;height:2.25rem;top:7.21875rem;left:10.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NasJa3BOxDNRFEA0BbNWd5sDwP8z2tme { display:block; }#NasJa3BOxDNRFEA0BbNWd5sDwP8z2tme > .row .container { width:20rem;height:16.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #El9sGVhKMSNW8oJ2c8QHqA8Q1vHxT1TR { width:6.625rem;height:1rem;top:0.5625rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1mtTWZxrgAlWEAkq2rPQe2vMK8baI0T { width:3.3125rem;height:3.125rem;top:1.5625rem;left:1.6318359375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ondNgcQSl23wLRSpWUleoufll5S4mLbx { width:4.25rem;height:2.625rem;top:1.75rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4pdq7aqAg16AACHCIuE4yeSRJfllTOR { width:20rem;height:0.125rem;top:15.90625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvZXT3SsQwrQetETTGa7VNDJtEecdMkw { width:4.25rem;height:1.6875rem;top:2.28125rem;left:14.3232421875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEcpFotMahdvwH2tuAypyhs860VEEnQA { width:8rem;height:11.375rem;top:2.28125rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6bNBoL9Hd0ee36y3x09SDCIs2JIzN33 { width:7.5rem;height:3.25rem;top:6.2705078125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMr9ocN3Xue5JS0luhbXCfff5kyhqCaW { width:1.9375rem;height:2.5rem;top:11.77734375rem;left:9.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ol5so5gg8MlB7N5NVffJVrkuQUv6CfNu { width:3.5625rem;height:1.25rem;top:2.9343738555908rem;left:8.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnDDp4v9yiotH6pGCGxs62IoJwsVxmLH { width:4.9375rem;height:4.9375rem;top:10.558334350586rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0ey9bnf6Aln1RMpXPTfMqCdC9BkZmv0 { width:3.5625rem;height:1.25rem;top:12.46875rem;left:2.5rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #UTKVCBQydWBcJsV5X4t35VoooZZCZvGs { display:block; }#UTKVCBQydWBcJsV5X4t35VoooZZCZvGs > .row .container { width:20rem;height:14.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DVAkIK1GySWFfw6L8GsfdR6zKv5JbmUL { width:5.5625rem;height:1rem;top:0.8017578125rem;left:7.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFWcRUhyEn9PhL7gO7kDBnLENkAoa6F0 { width:3.5rem;height:2.8125rem;top:2.6458339691162rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVXfc4GkxeyF0RFKEiSEoDRPbP4KWPzz { width:5.1875rem;height:1.875rem;top:7.0205078125rem;left:1.0380859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJPbZ95O6k06OWtVPOmssVSfvaz94ono { width:4.125rem;height:2.5rem;top:2.8017578125rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfatKF87OKhvE3pmHQ51gz3RKDhXwwBm { width:2.8125rem;height:2.8125rem;top:2.6455078125rem;left:14.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNlH1FyXEnifAXAoN0fnJ4GJTBP4N8G8 { width:3.8125rem;height:2.1875rem;top:6.4892578125rem;left:14.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXSSDqvmJwQB4VlDdc7mghi716RXpMyb { width:20rem;height:0.125rem;top:13.9892578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HI5MEBiRWkPbXF24ofSFmTdqt9D5tgZ5 { width:3.75rem;height:1.5rem;top:10.177085876465rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9J2TDVQy5dn1OJGXJV6vSVtivuDeItb { width:3.5625rem;height:1.8125rem;top:7.052085876465rem;left:8.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZF9WeTwELNSDyJ7aGoBi7WzkPrN5AsQH { display:block; }#ZF9WeTwELNSDyJ7aGoBi7WzkPrN5AsQH > .row .container { width:20rem;height:24.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AqWvrcySaaKCK743JOb0TK9WKcny7pJP { width:5.625rem;height:1rem;top:0.9375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdJPTGfkEhQz8wsyTuyVvmggbEmcimt7 { width:4.125rem;height:2.1875rem;top:3.4365234375rem;left:2.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWUlH7c2EvL9w0TMmxtskOrkapqnPfVz { width:6.3125rem;height:1.875rem;top:13.5693359375rem;left:10.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLidAqcWgG0FWmuJcEsCKTJLC84DZsKf { width:4.875rem;height:1.625rem;top:10.09375rem;left:2.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1L4iS3dSPMSZ4sTJCwWwB0xO3D8CDbw { width:6.0625rem;height:1.5rem;top:13.7568359375rem;left:2.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #btI7XK7PMd92p3e1iUCIxT4t4urUwwsP { width:4.375rem;height:2.5rem;top:6.4443359375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kH6wPUVpAhCL29nC4Cw9qGgt3OBVB3am { width:6.5rem;height:2.1875rem;top:9.8125rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqmHXcT0P6mp9B1KsDnos9SeXcqJoPzi { width:10rem;height:7.0625rem;top:0.9375rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5JTfZZSuWnToQtRDGO5th8hCdlEX0E5 { width:7.0625rem;height:2.9375rem;top:16.069793701172rem;left:1.3125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NzVUxv3CR6oU9UxKxoX0CuBxxMz0DxvW { width:8.125rem;height:5.6875rem;top:14.694793701172rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHnEzZlhaIqwWLuRllgwUxHA6akelVzF { width:7.5625rem;height:1.25rem;top:21.6318359375rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEqIeWhpKucxe0cGTq9M9VT2m9HXQbZA { display:block; }#ZEqIeWhpKucxe0cGTq9M9VT2m9HXQbZA { background-color: transparent; background-image: none; }#ZEqIeWhpKucxe0cGTq9M9VT2m9HXQbZA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZEqIeWhpKucxe0cGTq9M9VT2m9HXQbZA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZEqIeWhpKucxe0cGTq9M9VT2m9HXQbZA > .row .container > .video-iframe-container { display: none; }#ZEqIeWhpKucxe0cGTq9M9VT2m9HXQbZA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZEqIeWhpKucxe0cGTq9M9VT2m9HXQbZA > .row > .video-iframe-container { display: none; }#ZEqIeWhpKucxe0cGTq9M9VT2m9HXQbZA > .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); }#ZEqIeWhpKucxe0cGTq9M9VT2m9HXQbZA > .row .container { width:20rem;height:21rem;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/5bcea22a-d645-426e-a4b6-f64bb324ff6b/ThealozDuo20261200x450poz.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }#ZEqIeWhpKucxe0cGTq9M9VT2m9HXQbZA > .row .container.adaptive-delivery-prevent-bg, #ZEqIeWhpKucxe0cGTq9M9VT2m9HXQbZA > .row .container.lazyload, #ZEqIeWhpKucxe0cGTq9M9VT2m9HXQbZA > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #y0x9bpq94Vuek4KoZeQTpUK7ph2STrUf { width:19rem;height:10.625rem;top:10.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9WCQrUw0sCiNOm4vwc9qETbNNFJTkNr { display:block; }
 }@media only screen and (max-width: 763px) { #sCHBqU994WtFJA0HDmD2OklSzlpkBltW { display:block; }#sCHBqU994WtFJA0HDmD2OklSzlpkBltW > .row .container { width:20rem;height:21.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bBw7xFALJ7WWZ1XOpcpzDAHvR2cLu03x { width:5.875rem;height:1.875rem;top:1.6875rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRCmiFJhUqtt2vPZJT7TSRa2n7AK4eT8 { width:11.5625rem;height:2.1875rem;top:1.5625rem;left:4.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWZC2kanNkwVIq4B5pTCnheV6RRayt8L { width:19.8125rem;height:1.1375rem;top:19.189584732056rem;left:0.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7e0x90ARQ3cEk4VMA4J376AhZJSLybF { width:19.8125rem;height:1.1375rem;top:11.85000038147rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTRLn6h61FblT37H9d4NTN8gqW20t1gU { width:19.8125rem;height:1.1375rem;top:10.71249961853rem;left:0.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrPnQtpierwSuJDWpe5arWZ6uUJgNbyx { width:19.8125rem;height:1.1375rem;top:16.914583206177rem;left:0.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1sZvKhNgTk4uTscfT4eHQrKudrSDJyL { width:13.4375rem;height:2.1875rem;top:14.727083206177rem;left:3.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysF52oRZdTkHg9T0egFagXqt84sqOySA { width:19.8125rem;height:1.1375rem;top:18.052083969116rem;left:0.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqh1HT0MylAZfiyPL1RPt0LG2UJJtWTa { width:13.0625rem;height:2.1875rem;top:8.39999961853rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6vNczTivxVQn9iGtB5AfJJTt6vyzUrk { width:13.9375rem;height:2.1875rem;top:3.75rem;left:3.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTD5VBvfNzyG20KSoGmp9LkI0XngTPtI { width:15.0625rem;height:1.1375rem;top:13.02499961853rem;left:2.46875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rt2d5SP4sW4yDizJmTFzUGuM7M51PuZU { width:15.625rem;height:1.1375rem;top:7.2624988555906rem;left:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k123zk5rTMSIkZMGR9P0H7EXh4quldBt { width:14.0625rem;height:1.1375rem;top:5.9375rem;left:2.96875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KG81TnvCwPTHCMIqKEMgsQWKJ7NPKpZT { display:block; }#KG81TnvCwPTHCMIqKEMgsQWKJ7NPKpZT > .row .container { width:20rem;height:17rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KHBs4d1scu9qmAXRwUSkABKzdE5fd34z { width:15.4375rem;height:0;top:4.25rem;left:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zf26piAtZrpNsmwCcPflfUI7y3HZ40E1 { width:9.625rem;height:0.125rem;top:0.875rem;left:5.1875rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #ABaran1BVQimaBKRqEs82i3i3kaN0R7e { width:17.9375rem;height:5.5107425rem;top:1.5625rem;left:1.0625rem;font-size:0.4375rem;text-align:left;text-align-last:left;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #Rb26FTbphTEv67EZZ1MAZsiB9XFEMATE { width:11.625rem;height:1.1375rem;top:10rem;left:1.0625rem;font-size:0.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MHZv9zEnIsileVUhg4ocfEX42D64o4me { width:12.5rem;height:0.65rem;top:8.875rem;left:1.0625rem;font-size:0.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AL4n3gnsW9USFPSN2dy6lEiA9PZ9lXDy { width:6.4375rem;height:2.6875rem;top:7.84375rem;left:12.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9LnTr6d8WPtzzmhRQ0iVErmr19s9h5J { width:15.5rem;height:3.375rem;top:12.3875rem;left:2.25rem;display:block; }
 }