.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:243,249,219;--color-primary-1:216,237,134;--color-primary-2:177,218,12;--color-primary-3:89,109,6;--color-primary-4:27,33,2;--color-secondary-0:223,233,255;--color-secondary-1:158,190,255;--color-secondary-2:93,146,255;--color-secondary-3:56,88,153;--color-secondary-4:11,86,105;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"montserrat";--paragraphs-font-family:"montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ct6bQ05J3ThJPs89Ss9niUA52vGAJ1eX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#Ct6bQ05J3ThJPs89Ss9niUA52vGAJ1eX > .row .container { background-color: transparent; background-image: none; }#Ct6bQ05J3ThJPs89Ss9niUA52vGAJ1eX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ct6bQ05J3ThJPs89Ss9niUA52vGAJ1eX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ct6bQ05J3ThJPs89Ss9niUA52vGAJ1eX > .row .container > .video-iframe-container { display: none; }#Ct6bQ05J3ThJPs89Ss9niUA52vGAJ1eX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ct6bQ05J3ThJPs89Ss9niUA52vGAJ1eX > .row > .video-iframe-container { display: none; }#Ct6bQ05J3ThJPs89Ss9niUA52vGAJ1eX > .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); }#Ct6bQ05J3ThJPs89Ss9niUA52vGAJ1eX > .row .container { border-width: 0; border-radius: 0; }#Ct6bQ05J3ThJPs89Ss9niUA52vGAJ1eX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ct6bQ05J3ThJPs89Ss9niUA52vGAJ1eX > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:75rem;position:relative;display:block; }#HyOd1NEEFOD9JbVZnTNP1ArPycOtRHeT { 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:4rem;width:11.9375rem;top:0.53125rem;left:0rem;overflow:hidden;display:block; }
#p4a4Khw7JGZr3P0FPe8E1hp9tMHN6w3C { background-color:rgba(var(--color-tertiary-0),0.01);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.5625rem;height:1.1875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:1.96875rem;left:14.0625rem;display:block; }
#baVUcD4T74CKld3PbR5SOWhK6bCiGIVg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uJuyc79Wv0yLNefdngS60dWGA6UexVJx { background-color:rgba(var(--color-tertiary-0),0.01);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8125rem;height:1.1875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:1.999783039093rem;left:19.374892234802rem;display:block; }
#asIXfxz8qziomzRGHmK8N5vfTdOXLBVA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ug8AwCnKowSTbtpEsB8WVlZZH0avccOn { background-color:rgba(var(--color-tertiary-0),0.01);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:1.1875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:1.999783039093rem;left:29.624785423279rem;display:block; }
#JkW0e4K3osO9WNnGHOtnFHJ2nJ6y9Cr9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QEaz541sGsfH9FatmASSwUnHwEFWUPo1 { background-color:rgba(var(--color-tertiary-0),0.01);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.25rem;height:1.1875rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:1.9683160781861rem;left:43.750002861023rem;display:block; }
#imru4oFf8hvqKPHOuUyoTvaI6h4HXVsJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O66J4CviAx5zzEZMivrxlip2K5gm25i5 { background-color:rgba(var(--color-tertiary-0),0.01);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5625rem;height:1.1875rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:1.9683160781861rem;left:49.312392234803rem;display:block; }
#Ox86ZwLAVKh5LPB7tAHttUGSZG6nNDT2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Bl0BSnBEwCAadzzXATIco0pyftEbSN4x { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.75rem;height:1.1875rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:1.9059245586395rem;left:57.061957359314rem;display:block; }
#ZMwBGQvZTsuHD5x6w2QGtRFxlnKBQa8D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E6L2C81DGvO3p13Leb7XxCeTBOLTyn9D { background-color:rgba(var(--color-tertiary-0),0.01);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.8125rem;height:1.1875rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:1.9683160781861rem;left:70.9373922348rem;display:block; }
#Tcep9z2sFLE0ws9MclEUXeO7V0S1AdhC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RHLIvJExZalOTbdz9glSdylrLzxHe1Qd { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;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:6.4375rem;top:0.6875rem;left:13.125rem;display:block; }
#tEBcmQy5xEOhqmer5KGBC2FD0cAmUfNN { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;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:8.8125rem;top:0.6875rem;left:19.530208587646rem;display:block; }
#tRZwfbtIXVJ6hcIIBTWhosZHVClU4luG { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;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:14.3125rem;top:0.6875rem;left:28.342708587646rem;display:block; }
#KmVHNSKNPQdAiDZ7CiURIfmiiDLoBtLr { position:relative;display:block; }#KmVHNSKNPQdAiDZ7CiURIfmiiDLoBtLr { background-color: transparent; background-image: none; }#KmVHNSKNPQdAiDZ7CiURIfmiiDLoBtLr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KmVHNSKNPQdAiDZ7CiURIfmiiDLoBtLr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KmVHNSKNPQdAiDZ7CiURIfmiiDLoBtLr > .row .container > .video-iframe-container { display: none; }#KmVHNSKNPQdAiDZ7CiURIfmiiDLoBtLr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KmVHNSKNPQdAiDZ7CiURIfmiiDLoBtLr > .row > .video-iframe-container { display: none; }#KmVHNSKNPQdAiDZ7CiURIfmiiDLoBtLr > .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); }#KmVHNSKNPQdAiDZ7CiURIfmiiDLoBtLr { border-width: 0; border-radius: 0; }#KmVHNSKNPQdAiDZ7CiURIfmiiDLoBtLr > .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; }#KmVHNSKNPQdAiDZ7CiURIfmiiDLoBtLr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lwUVs6PzqZciZslHZbl4lwpLfoctcQrD { position:relative;z-index:auto;display:none; }#lwUVs6PzqZciZslHZbl4lwpLfoctcQrD { border-width: 0; border-radius: 0; }#lwUVs6PzqZciZslHZbl4lwpLfoctcQrD > .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; }#lwUVs6PzqZciZslHZbl4lwpLfoctcQrD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.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:none; }#ZKsV6OfrsdrE0OAhJ0EUJJGQ2Tg3bsJR { 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:11.0625rem;top:0.53125rem;left:0rem;overflow:hidden;display:none; }
#eqPbPgsvWWmAiHmPE5X1xi5Ofi33IUwA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#O8Qo1DowgD9XuHU3RqiGRDGJc4MqoXvQ { position:relative;display:block; }#O8Qo1DowgD9XuHU3RqiGRDGJc4MqoXvQ { background-color: transparent; background-image: none; }#O8Qo1DowgD9XuHU3RqiGRDGJc4MqoXvQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O8Qo1DowgD9XuHU3RqiGRDGJc4MqoXvQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O8Qo1DowgD9XuHU3RqiGRDGJc4MqoXvQ > .row .container > .video-iframe-container { display: none; }#O8Qo1DowgD9XuHU3RqiGRDGJc4MqoXvQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O8Qo1DowgD9XuHU3RqiGRDGJc4MqoXvQ > .row > .video-iframe-container { display: none; }#O8Qo1DowgD9XuHU3RqiGRDGJc4MqoXvQ > .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); }#O8Qo1DowgD9XuHU3RqiGRDGJc4MqoXvQ { border-width: 0; border-radius: 0; }#O8Qo1DowgD9XuHU3RqiGRDGJc4MqoXvQ > .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; }#O8Qo1DowgD9XuHU3RqiGRDGJc4MqoXvQ > .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:34.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NmKQuWdTmFMOuITvIvaG5JI7BOJ3tTun { background-color:rgba(var(--color-tertiary-0),0.01);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.125rem;height:1.1875rem;text-decoration:none;z-index:15016;text-align:left;text-align-last:left;top:1.1875rem;left:15.25rem;display:block; }
#ryd15HfzDTHzJwHbDRX6xWitv6U91MEz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Jxb8P0COKDTVGXeM2iq1CPUCnZ5dfPRy { position:absolute;display:block;z-index:15017;background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12rem;top:3.375rem;left:14.625rem;display:block; }
#r6VE5JpEZAxuNIKdXpKQkwn1k7NTz4Vp { background-color:rgba(var(--color-tertiary-0),0.01);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.125rem;height:1.1875rem;text-decoration:none;z-index:15018;text-align:left;text-align-last:left;top:4.375rem;left:15.25rem;display:block; }
#V2AD1HN4JXEXr6lGTERTLP4EPHF9AVw3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ukBaJBQbLFZBCrb0oWTcq7zTsISBW5wh { position:absolute;display:block;z-index:15019;background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:12rem;top:6.5625rem;left:14.625rem;display:block; }
#rr7KcWCg6Wb4gg2C6sRqEwJeImo2dahH { background-color:rgba(var(--color-tertiary-0),0.01);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.125rem;height:1.1875rem;text-decoration:none;z-index:15020;text-align:left;text-align-last:left;top:7.6875rem;left:15.25rem;display:block; }
#e0S83TFIEFuXEuTaSU4omxO6GX1NEvQs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HvcbDos2vXTUn8O9TRiTfC5zc52oMxn5 { position:absolute;display:block;z-index:15021;background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:12rem;top:9.875rem;left:14.625rem;display:block; }
#ilgt6p3KmuDS9xVNCdIQL3zX9BAKhAUs { background-color:rgba(var(--color-tertiary-0),0.01);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.6875rem;height:1.1875rem;text-decoration:none;z-index:15022;text-align:left;text-align-last:left;top:10.9375rem;left:15.25rem;display:block; }
#BaoDnJLoIHuBdUPgFppDoEuat4yu3UeE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dGTZOIPdElBTrOLIKihs51zLlIJ0bW53 { position:absolute;display:block;z-index:15023;background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:12rem;top:13.125rem;left:14.625rem;display:block; }
#RnFGlkZTR4DXNeR8BcRBE04NN1cvkdId { background-color:rgba(var(--color-tertiary-0),0.01);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.25rem;height:1.1875rem;text-decoration:none;z-index:15024;text-align:left;text-align-last:left;top:14.25rem;left:15.25rem;display:block; }
#HQeVS4n8S0K7CkyAEM9B9IVR0EBhF5TP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I1oGfLeikMlPFikvhETT89kQAWJ52qeB { position:absolute;display:block;z-index:15025;background-color:transparent;background-image:none;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:6.4375rem;top:0.0625rem;left:12.875rem;display:block; }
#iAmTo3QnATRQbzRXUV4TvoZIoaQILovi { position:absolute;display:block;z-index:15024;background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:12rem;top:16.75rem;left:14.625rem;display:block; }
#nlcs8dtZ8NGAr14QR1O1TVXUrpINhpFc { position:absolute;display:block;z-index:15025;background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:12rem;top:20rem;left:14.625rem;display:block; }
#FF39oSRgecIsedyMUZs4pgOKdBLw9L5R { position:absolute;display:block;z-index:15026;background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:12rem;top:23.0625rem;left:14.625rem;display:block; }
#WcKSw5ryzkatewTJ54TtHK8EWtAClZnK { background-color:rgba(var(--color-tertiary-0),0.01);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.25rem;height:1.1875rem;text-decoration:none;z-index:15025;text-align:left;text-align-last:left;top:17.9375rem;left:15.25rem;display:block; }
#b3qfp86xEzoMEqG504TNvkRLMR2Z0qAT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Rkhzs7M4EVMRvBHJ9Da2vEgnLaqcyNQU { background-color:rgba(var(--color-tertiary-0),0.01);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.25rem;height:1.1875rem;text-decoration:none;z-index:15026;text-align:left;text-align-last:left;top:24.5rem;left:15.25rem;display:block; }
#TmUtsS6DSTHJd1U5v6fOXo52UT42dKCs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JEuKRhDmzl3zLVTQxVTabIi3sdC9XPRA { background-color:rgba(var(--color-tertiary-0),0.01);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.25rem;height:1.1875rem;text-decoration:none;z-index:15027;text-align:left;text-align-last:left;top:27.75rem;left:15.25rem;display:block; }
#S6GoLgbnlgpu5tdi9eIUy51u4idLqBlx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mAAhESub2D0BrwC9FDalyDef0FkyRzrO { position:absolute;display:block;z-index:15027;background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:12rem;top:29.9375rem;left:14.625rem;display:block; }
#AMXN4r1Uv5uJXsn3pzsenkb8NMpTW3fC { background-color:rgba(var(--color-tertiary-0),0.01);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.25rem;height:1.1875rem;text-decoration:none;z-index:15028;text-align:left;text-align-last:left;top:31.375rem;left:15.25rem;display:block; }
#aRqU3AHne0QU1ewCRdVe5TZwtzzqZWGX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Pl7kB3KfKgyESM67lTcL1VXkV869eidB { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.625rem 0.625rem 1.125rem rgba(10,53,87,0.1) ;height:33.875rem;width:13rem;top:0rem;left:13.9375rem;display:block; }
#NntwqzazkyE1tIWIgsdDzmGTEdSirt4p { position:absolute;display:block;z-index:15028;background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:12rem;top:27.125rem;left:14.4375rem;display:block; }
#UqS0hbv0NueqXywfXz26TSBaaKxkXBJU { background-color:rgba(var(--color-tertiary-0),0.01);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.25rem;height:1.1875rem;text-decoration:none;z-index:15026;text-align:left;text-align-last:left;top:21.125rem;left:15.25rem;display:block; }
#dghuHpgk0B5XxI8mqBuUrTVs8EuvEF9R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D0TauaiCn7aQbm22E7MixcGoimiEx8C6 { position:relative;display:block; }#D0TauaiCn7aQbm22E7MixcGoimiEx8C6 { background-color: transparent; background-image: none; }#D0TauaiCn7aQbm22E7MixcGoimiEx8C6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D0TauaiCn7aQbm22E7MixcGoimiEx8C6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D0TauaiCn7aQbm22E7MixcGoimiEx8C6 > .row .container > .video-iframe-container { display: none; }#D0TauaiCn7aQbm22E7MixcGoimiEx8C6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D0TauaiCn7aQbm22E7MixcGoimiEx8C6 > .row > .video-iframe-container { display: none; }#D0TauaiCn7aQbm22E7MixcGoimiEx8C6 > .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); }#D0TauaiCn7aQbm22E7MixcGoimiEx8C6 { border-width: 0; border-radius: 0; }#D0TauaiCn7aQbm22E7MixcGoimiEx8C6 > .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; }#D0TauaiCn7aQbm22E7MixcGoimiEx8C6 > .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:16.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ufsZhQvAe4yvoDIgDPOoMWINaan54Liw { position:absolute;display:block;z-index:15025;background-color:transparent;background-image:none;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:8.8125rem;top:0.0625rem;left:19.5rem;display:block; }
#l77waHBOmvenqKi7FqWKRARx0WdRoSrI { position:absolute;display:block;z-index:15018;background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:13.625rem;top:3.75rem;left:20.6875rem;display:block; }
#U7Phi4G99MI3Qoxg3niocBEU4hyuaxaO { background-color:rgba(var(--color-tertiary-0),0.01);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7rem;height:1.1875rem;text-decoration:none;z-index:15016;text-align:left;text-align-last:left;top:1.375rem;left:21.8125rem;display:block; }
#kFED8t2ywhs3pepinpkHyIlrPmnRnMzf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F0DLh3P9kdNc3JcfikyUEp3lLZgnqM2b { background-color:rgba(var(--color-tertiary-0),0.01);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.3125rem;height:1.1875rem;text-decoration:none;z-index:15018;text-align:left;text-align-last:left;top:8rem;left:21.9375rem;display:block; }
#QlmsPaD327seNqXGPLUaf8ypiSxpPBuL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TzXIFBc4eL72loazMDshU2X66Ju3Wbp9 { background-color:rgba(var(--color-tertiary-0),0.01);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7rem;height:1.1875rem;text-decoration:none;z-index:15017;text-align:left;text-align-last:left;top:4.6875rem;left:21.9375rem;display:block; }
#JqRSB7nf9XOCkLFWOb5gK5ro1H4yi72d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OKybIPgolBiCBq3S0ZNsfeAHgpJfCTqo { position:absolute;display:block;z-index:15019;background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:13.625rem;top:6.875rem;left:20.6875rem;display:block; }
#GWtD2mVeveoILzdk3JNao6zW0uqTlSOp { position:absolute;display:block;z-index:15020;background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:13.625rem;top:9.9375rem;left:20.6875rem;display:block; }
#uvHM8eF4alBUwAk4soXw0h1wNhLXd0J3 { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.625rem 0.625rem 1.125rem rgba(10,53,87,0.1) ;height:13.625rem;width:13.6875rem;top:0rem;left:20.6875rem;display:block; }
#XFafkT7nTiKlr7uRp7yf35n5HBTmoaxa { background-color:rgba(var(--color-tertiary-0),0.01);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12rem;height:1.1875rem;text-decoration:none;z-index:15018;text-align:left;text-align-last:left;top:11.3125rem;left:21.8125rem;display:block; }
#tCkAJkzP7BR7lbItEmIgpWZmp4oWWefn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C34IeT1bZGi1FhAyGPnyvLGg9kFWh7Vd { position:relative;display:block; }#C34IeT1bZGi1FhAyGPnyvLGg9kFWh7Vd { background-color: transparent; background-image: none; }#C34IeT1bZGi1FhAyGPnyvLGg9kFWh7Vd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C34IeT1bZGi1FhAyGPnyvLGg9kFWh7Vd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C34IeT1bZGi1FhAyGPnyvLGg9kFWh7Vd > .row .container > .video-iframe-container { display: none; }#C34IeT1bZGi1FhAyGPnyvLGg9kFWh7Vd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C34IeT1bZGi1FhAyGPnyvLGg9kFWh7Vd > .row > .video-iframe-container { display: none; }#C34IeT1bZGi1FhAyGPnyvLGg9kFWh7Vd > .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); }#C34IeT1bZGi1FhAyGPnyvLGg9kFWh7Vd { border-width: 0; border-radius: 0; }#C34IeT1bZGi1FhAyGPnyvLGg9kFWh7Vd > .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; }#C34IeT1bZGi1FhAyGPnyvLGg9kFWh7Vd > .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:9.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; }#qS2uHRuaToPDEHaCmWN3GQl0mivQdHrC { background-color:rgba(var(--color-tertiary-0),0.01);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:1.1875rem;text-decoration:none;z-index:15022;text-align:left;text-align-last:left;top:1.125rem;left:31rem;display:block; }
#VqXTBNkBDSbhET87R72WpQLMhI6QI0EO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OGoDbgQ3ETVgbRbwTcpKnC43G0aFqnfx { background-color:rgba(var(--color-tertiary-0),0.01);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:1.1875rem;text-decoration:none;z-index:15023;text-align:left;text-align-last:left;top:4.3125rem;left:31rem;display:block; }
#Aw4xWA6seCE6hu1mAPTT81yW0kOknQx0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yv4eiTXTM98URviVsBg13QXiJsyUKg5w { position:absolute;display:block;z-index:15024;background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.375rem;top:3.3125rem;left:30.125rem;display:block; }
#qVXTiGu2UPnzbmoilgoJvDTPUeCTLIFK { position:absolute;display:block;z-index:15025;background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.375rem;top:6.5rem;left:30.1875rem;display:block; }
#evdtZN77wG4lz0S3DDbFFz7RcfdvWqMh { background-color:rgba(var(--color-tertiary-0),0.01);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.3125rem;height:1.1875rem;text-decoration:none;z-index:15024;text-align:left;text-align-last:left;top:7.625rem;left:31rem;display:block; }
#vSvGyFTv3zS1B4OKGgI1v56biOTfU8JT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DsW0dZ76rPgMKtvETAQgIDtnCMfWeWEm { position:absolute;display:block;z-index:15026;background-color:transparent;background-image:none;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:14.3125rem;top:0rem;left:28.3125rem;display:block; }
#wGyq8SvsBn5CaKRNg0aSqwpkUhTwUNWQ { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.625rem 0.625rem 1.125rem rgba(10,53,87,0.1) ;height:9.875rem;width:12.375rem;top:0rem;left:30.0625rem;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/e893466c-3cd6-4abc-bc8b-6ddddb6c812f/tonastronobozy22.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:41.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#PlAwAGX7nOfpwDUgFAGpAFtuuUrWWhLw { 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:38.5625rem;width:41.625rem;top:0rem;left:15.3125rem;overflow:hidden;display:block; }
#zTRVLT3esHGF9f6bHzPwI1r6VVPmAAr7 { 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.125rem;width:2.125rem;top:33.3125rem;left:69.5625rem;overflow:hidden;display:block; }
#muu2IH9JQ3mTphzu7aS5qLvXRpkw67sV { color:rgba(var(--color-tertiary-4),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:36rem;top:0rem;left:5.3125rem;display:none; }
#oCtF0Sa4d4Hqgeoy2ei3AymPQGiVICDF { 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:37.9375rem;width:43.6875rem;display:none; }
#DGf4pOZggU0NKnm5AvyNtpwTNb5fcCOw { background-color:#e81c20;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: 0.75rem 0.75rem 0.75rem rgba(10,53,87,0.14) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.125rem 0.125rem 0.0625rem rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.0625rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:33.3125rem;left:30.968751907349rem;display:block; }
#MhTqoyhx5mZnZiZk6XIxLR0cPB7LA4Eg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wA0ekuTInAnd2EFn6x1sKqCpSCZs2PeT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#wA0ekuTInAnd2EFn6x1sKqCpSCZs2PeT > .row .container { background-color: transparent; background-image: none; }#wA0ekuTInAnd2EFn6x1sKqCpSCZs2PeT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wA0ekuTInAnd2EFn6x1sKqCpSCZs2PeT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wA0ekuTInAnd2EFn6x1sKqCpSCZs2PeT > .row .container > .video-iframe-container { display: none; }#wA0ekuTInAnd2EFn6x1sKqCpSCZs2PeT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wA0ekuTInAnd2EFn6x1sKqCpSCZs2PeT > .row > .video-iframe-container { display: none; }#wA0ekuTInAnd2EFn6x1sKqCpSCZs2PeT > .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); }#wA0ekuTInAnd2EFn6x1sKqCpSCZs2PeT > .row .container { border-width: 0; border-radius: 0; }#wA0ekuTInAnd2EFn6x1sKqCpSCZs2PeT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wA0ekuTInAnd2EFn6x1sKqCpSCZs2PeT > .row .container { font-size:0.875rem;font-family:arial;height:9.75rem;width:75rem;position:relative;display:block; }#XegfoGpy3d08tascWLNcoZlFmmCVx29X { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),1);top:2.5625rem;left:0rem;height:3.3295875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D0KFFSNRKyVtea385BxzMSN9ZvxHN3Tf { 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:1.8125rem;width:1.8125rem;top:7.75rem;left:36.625rem;overflow:hidden;display:block; }
#HTiQap0m5Ji3Jy22lVIHKVXXmRVTatSk { 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:1.1875rem;width:1.1875rem;top:8.0625rem;left:38.5625rem;overflow:hidden;display:block; }
#b3d23wdTUU5K6wz8EvcFPwqw9N7BLQ8r { 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:1.1875rem;width:1.1875rem;top:8.125rem;left:35.25rem;overflow:hidden;display:block; }
#kkBMHQuWlT6nLSTmfdFzuUnthsXoZeKt { position:absolute;display:block;z-index:15029;height:5.6875rem;width:10.125rem;top:0.875rem;left:0rem;display:block; }
#D79PDqUayr3g9WgouGNSKMi2kIgtCxNa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#D79PDqUayr3g9WgouGNSKMi2kIgtCxNa > .row .container { background-color: transparent; background-image: none; }#D79PDqUayr3g9WgouGNSKMi2kIgtCxNa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D79PDqUayr3g9WgouGNSKMi2kIgtCxNa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D79PDqUayr3g9WgouGNSKMi2kIgtCxNa > .row .container > .video-iframe-container { display: none; }#D79PDqUayr3g9WgouGNSKMi2kIgtCxNa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D79PDqUayr3g9WgouGNSKMi2kIgtCxNa > .row > .video-iframe-container { display: none; }#D79PDqUayr3g9WgouGNSKMi2kIgtCxNa > .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); }#D79PDqUayr3g9WgouGNSKMi2kIgtCxNa > .row .container { border-width: 0; border-radius: 0; }#D79PDqUayr3g9WgouGNSKMi2kIgtCxNa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D79PDqUayr3g9WgouGNSKMi2kIgtCxNa > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;position:relative;display:block; }#oCqtpl5Ht6aups3LKhQpbiqZmy3lrmRR { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.625rem 0.625rem 1.125rem rgba(10,53,87,0.1) ;height:33.0625rem;width:18.0625rem;top:1rem;left:56.562498092651rem;display:block; }
#XrWW09HUdwU4Os9xPZf21uCafgTexbgZ { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.625rem 0.625rem 1.125rem rgba(10,53,87,0.1) ;height:33.4375rem;width:18.0625rem;top:0.8125rem;left:37.875001907349rem;display:block; }
#JaxHTQnyh7KusoHCnDbQeKGh7dVhhMzg { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.625rem 0.625rem 1.125rem rgba(10,53,87,0.1) ;height:33.5625rem;width:18.0625rem;top:0.875rem;left:19.125rem;display:block; }
#t7IuwD03g6Jy7rCPnUCkpLE2osp7xDaf { color:#050505;display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.7;letter-spacing:0;top:20.3125rem;left:19.875rem;height:6.802725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hSdDxAXlmMfpMxHrz3n0ZTVTwWewoVyL { color:#050505;display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.7;letter-spacing:0;top:20.3125rem;left:38.8125rem;height:6.8027375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yU3ppUiuFvMGztoACvkM4lLcO4IGQUWG { color:#050505;display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:20.3125rem;left:57.375rem;height:5.10204375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ewQaRTVRhCHrwNWme5QR7o7req1nyutL { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.625rem 0.625rem 1.125rem rgba(10,53,87,0.1) ;height:33.75rem;width:18.0625rem;top:0.875rem;left:0.1875rem;display:block; }
#fsMzcdv3qXiX0WLwiMa69o4EJXid7I6e { color:#050505;display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.7;letter-spacing:0;top:20.3125rem;left:1.125rem;height:6.80273125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A9dwA1KrB1Ho8GDvQBuP2LJaAz2kGit6 { color:#050505;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:17.125rem;left:0rem;height:2.1108375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VGtaulqCz4Jr1BBFPklWP2iOZOuDmHkL { color:#050505;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:17.125rem;left:18.75rem;height:2.1108375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FsG0OtkJWwWgIDFhdpXPgkzqX0eNbRdn { color:#050505;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:17.125rem;left:56.25rem;height:2.1108375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hHSQhfzvrq5g7Lz517dFWRGGZJk98oVA { color:#050505;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:17.125rem;left:37.6875rem;height:2.1108375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#klJzFRz0xwAJwQxtSSG5A1oIlLd04Ogo { 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:15rem;width:15rem;top:1.625rem;left:1.875rem;overflow:hidden;display:block; }
#SLkLa1g59B0r3BmQ0eex4vIlN5hQ40VZ { 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:15rem;width:15rem;top:1rem;left:20.625rem;overflow:hidden;display:block; }
#CivobrwQQB1VlEVSnr8c37aTb5niTWOB { 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:15rem;width:15rem;top:1rem;left:38.812501907349rem;overflow:hidden;display:block; }
#xA7f6z53MITl5qBxsE8RvqsgHpEtotrB { 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:15rem;width:15rem;top:1rem;left:58.124998092651rem;overflow:hidden;display:block; }
#gDICPlLFClnfKtnvu5KVDluplqlGHAgX { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: 0.75rem 0.75rem 0.75rem rgba(10,53,87,0.14) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.4375rem;height:3.4375rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:29.5625rem;left:3.5rem;display:block; }
#dltHwWRo5R8MIeEywcS8DbDcgD5TAsHT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NW9fHlClh4zBQKI9CkZMxhzW92S7aD05 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: 0.75rem 0.75rem 0.75rem rgba(10,53,87,0.14) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.4375rem;height:3.4375rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:29.5625rem;left:22.406251907349rem;display:block; }
#D5tg8P7BQbIsySsa3ZOON1FEyWCTPGuN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lT4oik5FFA7MOOy72FerRleUJWE3THvl { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: 0.75rem 0.75rem 0.75rem rgba(10,53,87,0.14) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.4375rem;height:3.4375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:29.5625rem;left:41.156251907349rem;display:block; }
#vCeTFQIaFFqrNN8IVnd35O8tpmODZV8Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hWsSxICztyTtgErJN5G3xa2nxsXZfGO1 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: 0.75rem 0.75rem 0.75rem rgba(10,53,87,0.14) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.4375rem;height:3.4375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:29.5625rem;left:58.968748092651rem;display:block; }
#Q6uN6nbtvpde0yt7pWqST2kpf9Vwd9ar { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TpteCmcddtakKCz0fdlEyMCEhxGSLcsf { position:relative;display:block; }#TpteCmcddtakKCz0fdlEyMCEhxGSLcsf { background-color: transparent; background-image: none; }#TpteCmcddtakKCz0fdlEyMCEhxGSLcsf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpteCmcddtakKCz0fdlEyMCEhxGSLcsf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpteCmcddtakKCz0fdlEyMCEhxGSLcsf > .row .container > .video-iframe-container { display: none; }#TpteCmcddtakKCz0fdlEyMCEhxGSLcsf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpteCmcddtakKCz0fdlEyMCEhxGSLcsf > .row > .video-iframe-container { display: none; }#TpteCmcddtakKCz0fdlEyMCEhxGSLcsf > .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); }#TpteCmcddtakKCz0fdlEyMCEhxGSLcsf { border-width: 0; border-radius: 0; }#TpteCmcddtakKCz0fdlEyMCEhxGSLcsf > .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; }#TpteCmcddtakKCz0fdlEyMCEhxGSLcsf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:13.375rem;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; }#T8Apdqz3FpwtPPMFRbE6TZf8DKf6K6Vr { color:rgba(var(--color-primary-2),1);display:block;width:65.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.9375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),1);top:1.375rem;left:1.8359375rem;height:5.1188125rem;font-style:normal;display:block; }
#PJMQLsdTVElB8OhkVPpQJFiA1ytDXxLf { color:rgba(var(--color-tertiary-4),1);display:block;width:37.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.28750038147rem;left:32.02499961853rem;height:3.98144375rem;display:block; }
#ckJ2a0UMpHDI1NWVlJLnp4W6hTVAKfcS { position:relative;display:block; }#ckJ2a0UMpHDI1NWVlJLnp4W6hTVAKfcS { background-color: transparent; background-image: none; }#ckJ2a0UMpHDI1NWVlJLnp4W6hTVAKfcS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ckJ2a0UMpHDI1NWVlJLnp4W6hTVAKfcS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ckJ2a0UMpHDI1NWVlJLnp4W6hTVAKfcS > .row .container > .video-iframe-container { display: none; }#ckJ2a0UMpHDI1NWVlJLnp4W6hTVAKfcS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ckJ2a0UMpHDI1NWVlJLnp4W6hTVAKfcS > .row > .video-iframe-container { display: none; }#ckJ2a0UMpHDI1NWVlJLnp4W6hTVAKfcS > .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); }#ckJ2a0UMpHDI1NWVlJLnp4W6hTVAKfcS { border-width: 0; border-radius: 0; }#ckJ2a0UMpHDI1NWVlJLnp4W6hTVAKfcS > .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; }#ckJ2a0UMpHDI1NWVlJLnp4W6hTVAKfcS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:64.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; }#o8iF8frI2lLRR6T2Rr0Tgsh1M6u8ygoT { color:rgba(var(--color-tertiary-4),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:33.400000572204rem;left:27.88125038147rem;height:4.7109375rem;text-align:center;text-align-last:center;display:block; }
#FtXZyv9gGv0dfotCPuKvKXeSlI4zJ2o2 { color:rgba(var(--color-primary-2),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),1);top:24.25rem;left:33.41250038147rem;height:6.8232375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fAQVPfcTber8PhgMybdFbucBbbRVQFEi { color:rgba(var(--color-primary-2),1);display:block;width:11.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:16rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),1);top:14.862500667572rem;left:22.800001144409rem;height:20.8rem;font-style:normal;display:block; }
#McrTfg1y6aA5oJBBeoueg45qQnFJ1ASz { 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:20.75rem;width:20.75rem;top:0.30000066757202rem;left:6.5625rem;overflow:hidden;display:block; }
#KNe6V8T2Ra37bLPo4ncv2Ta4DVAfKz6y { 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:20.3125rem;width:20.3125rem;top:0rem;left:29.250001907349rem;overflow:hidden;display:block; }
#oFzpNT7OUeG0vbK6FzLzsIKaxLt7NZTT { 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:21.3125rem;width:21.3125rem;top:0rem;left:49.33046913147rem;overflow:hidden;display:block; }
#OBfHONZGMAIBTyaqTdf1ma0riFQmAGnS { 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:20.375rem;width:20.375rem;top:21.125000953674rem;left:0.875rem;overflow:hidden;display:block; }
#zPt3JM8MkGKOaCrnVz2IdX7LxdtlV6Xu { 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:20.3125rem;width:20.3125rem;top:39rem;left:10.03750038147rem;overflow:hidden;display:block; }
#KHNnQe25SwOa6B1u2yEoZE3eMMFMpa6T { 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.375rem;width:21.375rem;top:41.5rem;left:28.718751907349rem;overflow:hidden;display:block; }
#Qin26IL33MeCiUHa00pUv1gaisUmDKg1 { 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:20.625rem;width:20.625rem;top:38.0625rem;left:49.67421913147rem;overflow:hidden;display:block; }
#acgTLWKQgslXHzJ7FDLUtKDkWkFEdCEx { 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:20.125rem;width:20.125rem;top:20.187500476837rem;left:54.249998092651rem;overflow:hidden;display:block; }
#Z5zm3vJGKZVo6IstmNyCXb2r0kduFbWV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Z5zm3vJGKZVo6IstmNyCXb2r0kduFbWV > .row .container { background-color: transparent; background-image: none; }#Z5zm3vJGKZVo6IstmNyCXb2r0kduFbWV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z5zm3vJGKZVo6IstmNyCXb2r0kduFbWV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z5zm3vJGKZVo6IstmNyCXb2r0kduFbWV > .row .container > .video-iframe-container { display: none; }#Z5zm3vJGKZVo6IstmNyCXb2r0kduFbWV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z5zm3vJGKZVo6IstmNyCXb2r0kduFbWV > .row > .video-iframe-container { display: none; }#Z5zm3vJGKZVo6IstmNyCXb2r0kduFbWV > .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); }#Z5zm3vJGKZVo6IstmNyCXb2r0kduFbWV > .row .container { border-width: 0; border-radius: 0; }#Z5zm3vJGKZVo6IstmNyCXb2r0kduFbWV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z5zm3vJGKZVo6IstmNyCXb2r0kduFbWV > .row .container { font-size:0.875rem;font-family:arial;height:34.0625rem;width:75rem;position:relative;display:block; }#ccynyInqyeLRqcvgry7nOAONbyalBqUx { color:rgba(var(--color-tertiary-0),1);display:block;width:53.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),1);top:3.4375rem;left:10.96875rem;height:3.3295875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IMykI3tVr37ntLF2LKRmGa1lTgcuzvF6 { 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.8125rem;width:1.8125rem;top:7.3125rem;left:36.625rem;overflow:hidden;display:block; }
#ptCve76UB7aKNT92Xnmr044TS4XCTpxx { 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.1875rem;width:1.1875rem;top:7.625rem;left:38.5625rem;overflow:hidden;display:block; }
#dg1qKphWcR16LyGdzrO9P4GW5QvONgFV { 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:1.1875rem;width:1.1875rem;top:7.6875rem;left:35.25rem;overflow:hidden;display:block; }
#NW3TJ8CdkT8NkvP75rb6eJCDs8abatog { 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:1.1875rem;width:1.1875rem;top:5.6312503814697rem;left:7.96875rem;overflow:hidden;display:block; }
#znlOBLKSzVwxMLQadLwg0i7xhwFfhXtT { 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:2.375rem;width:2.375rem;top:10.6875rem;left:66.875rem;overflow:hidden;display:block; }
#cvIWrVdqB9Ur9bApkZE4TXBXplDtMkhe { 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.75rem;width:2.75rem;top:5.9375rem;left:61.9375rem;overflow:hidden;display:block; }
#NfAyNCHDNa9s7uirJFOHFhy44wcJpzZc { 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.4375rem;width:1.4375rem;top:7.2998046875rem;left:69.875rem;overflow:hidden;display:block; }
#GQboQwM7vxXHGov9TLUeRh7Md9EB0VZL { 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:1.1875rem;width:1.1875rem;top:32.706251144409rem;left:64.03124809265rem;overflow:hidden;display:block; }
#mRencgGXcKIK1ABGZPEfsBeE79XF6ChT { position:absolute;display:block;z-index:15048;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:2.375rem;top:11.925000190735rem;left:1.4375rem;overflow:hidden;display:block; }
#oDarbXDxmcpF34QfT2OTXyVP70gFMkzC { position:absolute;display:block;z-index:15050;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:2.75rem;top:31.09375rem;left:36.125001907349rem;overflow:hidden;display:block; }
#m9o73v6acgZaV8NQu40M290caFpduDy2 { 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:4.5rem;width:4.5rem;top:25.25rem;left:69.24999809265rem;overflow:hidden;display:block; }
#vBsv9WLv1lPXDHd55QOqaDINW6ekTK34 { 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:1.4375rem;width:1.4375rem;top:31.75rem;left:10.96875rem;overflow:hidden;display:block; }
#aJ3L0dRWcQxmubGKHQepmtlmKVKaUpBa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.8125rem;width:3.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:14.375rem;left:15.25rem; }
#TUflnJwfyk6VS9ecJg88vPtTokTFg6ra { color:rgba(var(--color-tertiary-0),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:18.25rem;left:8rem;height:2.35625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aZXxNr8f5ic7br0fwLBbDcLCdWJug1yE { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:20.625rem;left:8.0625rem;height:3.49805rem;text-align:center;text-align-last:center;display:block; }
#rUarVGdZ33JW1tPMa8VPis4meTW0o0I8 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8.9375rem;border-top-right-radius:8.9375rem;border-bottom-left-radius:8.9375rem;border-bottom-right-radius:8.9375rem;box-shadow: none;height:12.5rem;width:12.875rem;top:13.0625rem;left:10.6875rem;display:block; }
#IxRJK3omTo5Q60xXazli3xmBoQKlQFmo { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8.9375rem;border-top-right-radius:8.9375rem;border-bottom-left-radius:8.9375rem;border-bottom-right-radius:8.9375rem;box-shadow: none;height:12.5rem;width:12.875rem;top:13.0625rem;left:31.125rem;display:block; }
#XbOpmkoP8pTsMvfoQTkPfV6HJPV9eT8S { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8.9375rem;border-top-right-radius:8.9375rem;border-bottom-left-radius:8.9375rem;border-bottom-right-radius:8.9375rem;box-shadow: none;height:12.5rem;width:12.875rem;top:13.0625rem;left:52.625rem;display:block; }
#C2qDl1PaPGqPym5ArhUt98yXgJBcf09c { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:14.625rem;left:35.75rem; }
#mRXXFmLxNvMg3vTEhDPA4vhKxsKCg4Wk { color:rgba(var(--color-tertiary-0),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:18.25rem;left:28.375rem;height:2.35625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OG2WrKd35DhFC43sDTxcJs1T0SC3NFcN { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:20.606250762939rem;left:28.406251907349rem;height:3.49805rem;text-align:center;text-align-last:center;display:block; }
#C4HTTogAPwz8KCnMFnWdZhVyR7C5EmpA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:14.625rem;left:57.1875rem; }
#odZBxucxT3rwnO73ISJ4qR7qTpUBtLhh { color:rgba(var(--color-tertiary-0),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:18.6875rem;left:49.75rem;height:2.35625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N2fC2q2580ALGvEodeHKyGVXMfI6yyFF { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:21.375rem;left:49.75rem;height:1.75rem;text-align:center;text-align-last:center;display:block; }
#zyG9fg8dXCbO8gEHtA9ZyoHa0KnqlXFg { position:relative;display:block; }#zyG9fg8dXCbO8gEHtA9ZyoHa0KnqlXFg { background-color: transparent; background-image: none; }#zyG9fg8dXCbO8gEHtA9ZyoHa0KnqlXFg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zyG9fg8dXCbO8gEHtA9ZyoHa0KnqlXFg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zyG9fg8dXCbO8gEHtA9ZyoHa0KnqlXFg > .row .container > .video-iframe-container { display: none; }#zyG9fg8dXCbO8gEHtA9ZyoHa0KnqlXFg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zyG9fg8dXCbO8gEHtA9ZyoHa0KnqlXFg > .row > .video-iframe-container { display: none; }#zyG9fg8dXCbO8gEHtA9ZyoHa0KnqlXFg > .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); }#zyG9fg8dXCbO8gEHtA9ZyoHa0KnqlXFg { border-width: 0; border-radius: 0; }#zyG9fg8dXCbO8gEHtA9ZyoHa0KnqlXFg > .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; }#zyG9fg8dXCbO8gEHtA9ZyoHa0KnqlXFg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:40.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#u959auWiJM2wvfdtZCQlb0lqrpCJxInn { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15000;line-height:2.3;letter-spacing:0;top:13.875rem;left:5.3125rem;height:12.9345625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pvdy3Bd89c12uUSnn24s4qy4XEETtv8w { color:rgba(var(--color-primary-2),1);display:block;width:37.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),1);top:4.4375rem;left:0rem;height:3.3295875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#o2kPnUhBaUscZGGa6qgdoAP7A3LbiTmS { 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:1.8125rem;width:1.8125rem;top:7.6875rem;left:1.375rem;overflow:hidden;display:block; }
#dQ7ffUSiFfTJ2Zvs1QEDCNn70LRfVLJf { 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:1.1875rem;width:1.1875rem;top:8.0625rem;left:3.3125rem;overflow:hidden;display:block; }
#cgo2qc1x38Sdf2TAb5BFHIyt3nSDZkbP { 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:1.1875rem;width:1.1875rem;top:8.0625rem;left:0rem;overflow:hidden;display:block; }
#N931DM1L7xVS3NiHR953hODuXmTKDhRl { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:30.875rem;width:30.875rem;top:4.8125rem;left:43.125001907349rem;overflow:hidden;display:block; }
#T1QtOvaTThraHey9SMlwZyKhtspmxshJ { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.125rem rgba(10,53,87,0.1) ;height:4.4375rem;width:20.5rem;top:12.9375rem;left:0rem;display:block; }
#Jf8CDToCBsp3eTldkFO9ryQtOzPZKFz1 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15018;line-height:2.3;letter-spacing:0;top:13.875rem;left:27.25rem;height:10.34765rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ilt1E71AqxGWoGwGbOSGwK1FrR22h5m0 { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.125rem rgba(10,53,87,0.1) ;height:4.4375rem;width:20.5rem;top:18.0625rem;left:0rem;display:block; }
#C9qUHxKA7FmPXye4u2wdKULN6mhew6wN { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.125rem rgba(10,53,87,0.1) ;height:4.4375rem;width:20.5rem;top:23.125rem;left:0rem;display:block; }
#VxQVc5l6TcllHFU7UEZrZ9mowz7g6q78 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.125rem rgba(10,53,87,0.1) ;height:4.4375rem;width:20.5rem;top:18.0625rem;left:21.75rem;display:block; }
#btbpWiubk50Fz10rVL7aVnRazvu8f4rW { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.125rem rgba(10,53,87,0.1) ;height:4.4375rem;width:20.5rem;top:12.9375rem;left:21.75rem;display:block; }
#Lsa63c2bnvZtd6Vx0KyyghGokxO5g0ST { 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:2.25rem;width:3.1875rem;top:14.0625rem;left:0.875rem;overflow:hidden;display:block; }
#AeoR5kEIcls4F2lkb4q8ZzVGCUwmnDTT { 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.1875rem;width:3.1875rem;top:19.1875rem;left:0.875rem;overflow:hidden;display:block; }
#VRLR4hgTTUm6BLF16eNvU7UtJp1paEs5 { 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:2.1875rem;width:3.1875rem;top:24.375rem;left:0.875rem;overflow:hidden;display:block; }
#Qdfx3mddSt2FfskyFeAU67hCsD9wHJEr { 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:2.1875rem;width:3.1875rem;top:13.875rem;left:22.875rem;overflow:hidden;display:block; }
#JQPorM1tppE2um8r7HuA54qlRgSA9bUi { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:3.1875rem;top:19.1875rem;left:22.875rem;overflow:hidden;display:block; }
#Q3vx69AnerMgayLZZsAUZM9xfxeCMKSx { background-color:#e81c20;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: 0.75rem 0.75rem 0.75rem rgba(10,53,87,0.14) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.0625rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:32.675001144409rem;left:12.21875rem;display:block; }
#VaQ9zV6iZpPVg6pZdGI970hR69EJECqn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sQ2aslQTsJ2Rc30zMVtdDovN3oDeuCEG { 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.4375rem;width:1.4375rem;top:31.1875rem;left:40.875rem;overflow:hidden;display:block; }
#M1im36ROQZogordIT0eDtL9cyacbDAnn { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:33.125rem;left:36.5625rem;overflow:hidden;display:block; }
#TZL0V5bS8L8Bx5UT0PydrAwL7yQ7vyKQ { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:36.5625rem;left:42.25rem;overflow:hidden;display:block; }
#HN1nFq0qDpAH23GUFVbhi9D0MawBwZ7S { color:rgba(var(--color-tertiary-4),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.768750190735rem;left:20.5rem;height:1.86875rem;text-align:left;text-align-last:left;display:block; }
#aNfOHczOwxeq1FSAG2opEPTUiJP0Zw8I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aNfOHczOwxeq1FSAG2opEPTUiJP0Zw8I > .row .container { background-color: transparent; background-image: none; }#aNfOHczOwxeq1FSAG2opEPTUiJP0Zw8I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aNfOHczOwxeq1FSAG2opEPTUiJP0Zw8I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aNfOHczOwxeq1FSAG2opEPTUiJP0Zw8I > .row .container > .video-iframe-container { display: none; }#aNfOHczOwxeq1FSAG2opEPTUiJP0Zw8I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aNfOHczOwxeq1FSAG2opEPTUiJP0Zw8I > .row > .video-iframe-container { display: none; }#aNfOHczOwxeq1FSAG2opEPTUiJP0Zw8I > .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); }#aNfOHczOwxeq1FSAG2opEPTUiJP0Zw8I > .row .container { border-width: 0; border-radius: 0; }#aNfOHczOwxeq1FSAG2opEPTUiJP0Zw8I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aNfOHczOwxeq1FSAG2opEPTUiJP0Zw8I > .row .container { font-size:0.875rem;font-family:arial;height:9.5625rem;width:75rem;position:relative;display:block; }#ve3LKDnvqAv1oRqhA4nk8uZLdfZnHTkd { color:rgba(var(--color-primary-2),1);display:block;width:45.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),1);top:3.625rem;left:15.875rem;height:3.3295875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RdS6EMp2dGBdlPQxFvfRTIOtuQgV2Hpi { 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:1.8125rem;width:1.8125rem;top:7.6875rem;left:36.625rem;overflow:hidden;display:block; }
#WfhmGArkUsoBtpOCPrJOwwqp56OJFhXn { 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:1.1875rem;width:1.1875rem;top:8rem;left:38.5625rem;overflow:hidden;display:block; }
#FFMZ47PHHPzppXoF02TmHCWrN6XWRNE2 { 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:1.1875rem;width:1.1875rem;top:8.0625rem;left:35.25rem;overflow:hidden;display:block; }
#wvKbzk2mJJZxmwxTI9nONqEq8k00auSb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wvKbzk2mJJZxmwxTI9nONqEq8k00auSb > .row .container { background-color: transparent; background-image: none; }#wvKbzk2mJJZxmwxTI9nONqEq8k00auSb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wvKbzk2mJJZxmwxTI9nONqEq8k00auSb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wvKbzk2mJJZxmwxTI9nONqEq8k00auSb > .row .container > .video-iframe-container { display: none; }#wvKbzk2mJJZxmwxTI9nONqEq8k00auSb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wvKbzk2mJJZxmwxTI9nONqEq8k00auSb > .row > .video-iframe-container { display: none; }#wvKbzk2mJJZxmwxTI9nONqEq8k00auSb > .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); }#wvKbzk2mJJZxmwxTI9nONqEq8k00auSb > .row .container { border-width: 0; border-radius: 0; }#wvKbzk2mJJZxmwxTI9nONqEq8k00auSb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wvKbzk2mJJZxmwxTI9nONqEq8k00auSb > .row .container { font-size:0.875rem;font-family:arial;height:27.8125rem;width:75rem;position:relative;display:block; }#JBzT3D9TqCwVrmshUKUQC2ZetebkUBog { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #b0c431;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.125rem rgba(10,53,87,0.1) ;height:24.4375rem;width:37.125rem;top:3.125rem;left:0rem;display:block; }
#bMF8Tmc0t4TEV1VwFF8cqHxQC76FIkok { color:rgba(var(--color-tertiary-4),1);display:block;width:32.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.9;letter-spacing:0;top:5.62548828125rem;left:2.5rem;height:17.099125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KgA4WnaVWx3H1ToCmxQ8MAOipB62tJlZ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:24.375rem;left:22.75rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#HzWUbQgDMNTPh3E4SFQCyH6O4NvgQMcL { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #b0c431;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.125rem rgba(10,53,87,0.1) ;height:24.4375rem;width:37.125rem;top:3.125rem;left:37.875rem;display:block; }
#VpkNuZDZqeZdWuzJO2LtwQMw4dkKEyvw { color:rgba(var(--color-tertiary-4),1);display:block;width:32.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.9;letter-spacing:0;top:5.625rem;left:40.375rem;height:9.4995rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IV4RF2tpcDuvWTTv4zaCq4CabXlbZ4Fi { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:22.875rem;left:60.625rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#FWsG9q4PasLTEiDeoZP5fxEgcxpLiwtE { color:rgba(var(--color-tertiary-4),1);display:block;width:8.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:24.375rem;left:64.5rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#RMMzQck2K2fJ7h03b1TnRkELR4xVonvr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RMMzQck2K2fJ7h03b1TnRkELR4xVonvr > .row .container { background-color: transparent; background-image: none; }#RMMzQck2K2fJ7h03b1TnRkELR4xVonvr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RMMzQck2K2fJ7h03b1TnRkELR4xVonvr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RMMzQck2K2fJ7h03b1TnRkELR4xVonvr > .row .container > .video-iframe-container { display: none; }#RMMzQck2K2fJ7h03b1TnRkELR4xVonvr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RMMzQck2K2fJ7h03b1TnRkELR4xVonvr > .row > .video-iframe-container { display: none; }#RMMzQck2K2fJ7h03b1TnRkELR4xVonvr > .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); }#RMMzQck2K2fJ7h03b1TnRkELR4xVonvr > .row .container { border-width: 0; border-radius: 0; }#RMMzQck2K2fJ7h03b1TnRkELR4xVonvr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RMMzQck2K2fJ7h03b1TnRkELR4xVonvr > .row .container { font-size:0.875rem;font-family:arial;height:27.8125rem;width:75rem;position:relative;display:block; }#uUgqEAA7rHovtOdGzKVwWQP21d8BBDbq { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #b0c431;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.125rem rgba(var(--color-tertiary-0),1) ;height:18rem;width:37.125rem;top:4.9375rem;left:0rem;display:block; }
#K2oAbUDu2mbnucX4CKFr2x6WJxVxKRbE { color:rgba(var(--color-tertiary-4),1);display:block;width:32.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.9;letter-spacing:0;top:7.4375rem;left:2.5rem;height:9.4995rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DEIWdnbviZtNa1fl2sbC8vC2K29F39NF { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:17.875rem;left:22.75rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#PxTae5IPx9bvO61CtJ6cr8IFyJcWZdJ6 { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #b0c431;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.125rem rgba(10,53,87,0.1) ;height:18rem;width:37.125rem;top:4.9375rem;left:37.875rem;display:block; }
#EguP0PkOWnrfNDZ57cqgiOpK0ebTEcKp { color:rgba(var(--color-tertiary-4),1);display:block;width:32.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.9;letter-spacing:0;top:7.4375rem;left:40.375rem;height:7.6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XwJHPdg8GFpXuarHTASXft1EEvVtXIcP { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:17.8125rem;left:60.625rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#N6w9HiqVWL2JSxKcemTpw2sBnLdvRbNF { color:rgba(var(--color-tertiary-4),1);display:block;width:8.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:19.3125rem;left:64.5rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#WrUOsH9TGzW8PyPJi35U36QuVHOZmEBm { color:rgba(var(--color-tertiary-4),1);display:block;width:8.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:19.3125rem;left:26.75rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#iDT71KdxXRUfdGyRhU71hDrmcxD9TxRc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iDT71KdxXRUfdGyRhU71hDrmcxD9TxRc > .row .container { background-color: transparent; background-image: none; }#iDT71KdxXRUfdGyRhU71hDrmcxD9TxRc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iDT71KdxXRUfdGyRhU71hDrmcxD9TxRc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iDT71KdxXRUfdGyRhU71hDrmcxD9TxRc > .row .container > .video-iframe-container { display: none; }#iDT71KdxXRUfdGyRhU71hDrmcxD9TxRc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iDT71KdxXRUfdGyRhU71hDrmcxD9TxRc > .row > .video-iframe-container { display: none; }#iDT71KdxXRUfdGyRhU71hDrmcxD9TxRc > .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); }#iDT71KdxXRUfdGyRhU71hDrmcxD9TxRc > .row .container { border-width: 0; border-radius: 0; }#iDT71KdxXRUfdGyRhU71hDrmcxD9TxRc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iDT71KdxXRUfdGyRhU71hDrmcxD9TxRc > .row .container { font-size:0.875rem;font-family:arial;height:27.8125rem;width:75rem;position:relative;display:block; }#NGFacSXyHzZ4mbvkvrdRN1OcFdkyiwTn { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #b0c431;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.125rem rgba(10,53,87,0.1) ;height:16.25rem;width:37.125rem;top:5.75rem;left:0rem;display:block; }
#cxRROpv5xv73iJlJQgRTJcbvQTC7IQOu { color:rgba(var(--color-tertiary-4),1);display:block;width:32.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.9;letter-spacing:0;top:8.25rem;left:2.5rem;height:7.599625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CTXtaCb3mCMayoQZPfTn21fXPEb63ni7 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:18.6875rem;left:22.75rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#BJSNtqrrGxhdW41auTnX1UTBvoimPbdH { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #b0c431;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.125rem rgba(10,53,87,0.1) ;height:16.25rem;width:37.125rem;top:5.875rem;left:37.875rem;display:block; }
#X4Zqf5G0hSpC42JvrxJO0XopQmEC92GT { color:rgba(var(--color-tertiary-4),1);display:block;width:8.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:18.25rem;left:64.5rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#r5Ol0m7Z0o0D47biOCasZi4XH7sLynI2 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:16.9375rem;left:60.625rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#QCBdKfZH8o3zkt2UGdn7SCH6RqIEPFI8 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.9;letter-spacing:0;top:8.375rem;left:40.375rem;height:7.599625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ShvDzuVlC7bLEPRlw0xm68rTRAxTKRw1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ShvDzuVlC7bLEPRlw0xm68rTRAxTKRw1 > .row .container { background-color: transparent; background-image: none; }#ShvDzuVlC7bLEPRlw0xm68rTRAxTKRw1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ShvDzuVlC7bLEPRlw0xm68rTRAxTKRw1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ShvDzuVlC7bLEPRlw0xm68rTRAxTKRw1 > .row .container > .video-iframe-container { display: none; }#ShvDzuVlC7bLEPRlw0xm68rTRAxTKRw1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ShvDzuVlC7bLEPRlw0xm68rTRAxTKRw1 > .row > .video-iframe-container { display: none; }#ShvDzuVlC7bLEPRlw0xm68rTRAxTKRw1 > .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); }#ShvDzuVlC7bLEPRlw0xm68rTRAxTKRw1 > .row .container { border-width: 0; border-radius: 0; }#ShvDzuVlC7bLEPRlw0xm68rTRAxTKRw1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ShvDzuVlC7bLEPRlw0xm68rTRAxTKRw1 > .row .container { font-size:0.875rem;font-family:arial;height:27.8125rem;width:75rem;position:relative;display:block; }#knyT1VmDHkMErcghuQqsK6W1XFsobdfz { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #b0c431;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.125rem rgba(10,53,87,0.1) ;height:20rem;width:75rem;top:3.9375rem;left:0rem;display:block; }
#JT6iZs4OQpdpwIWT3vhGESbZIVUyS1xP { color:rgba(var(--color-tertiary-4),1);display:block;width:69.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.9;letter-spacing:0;top:6.25rem;left:2.5rem;height:13.2993125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yNMyxZmKhzzFLrJ73QBstKmG5eRvTUuw { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:20.875rem;left:60.5625rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#bUxiWxUOdBsf87wM6iOmkxDRaVUJ8I31 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.02);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; }#bUxiWxUOdBsf87wM6iOmkxDRaVUJ8I31 > .row .container { background-color: transparent; background-image: none; }#bUxiWxUOdBsf87wM6iOmkxDRaVUJ8I31::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bUxiWxUOdBsf87wM6iOmkxDRaVUJ8I31 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bUxiWxUOdBsf87wM6iOmkxDRaVUJ8I31 > .row .container > .video-iframe-container { display: none; }#bUxiWxUOdBsf87wM6iOmkxDRaVUJ8I31 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bUxiWxUOdBsf87wM6iOmkxDRaVUJ8I31 > .row > .video-iframe-container { display: none; }#bUxiWxUOdBsf87wM6iOmkxDRaVUJ8I31 > .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); }#bUxiWxUOdBsf87wM6iOmkxDRaVUJ8I31 > .row .container { border-width: 0; border-radius: 0; }#bUxiWxUOdBsf87wM6iOmkxDRaVUJ8I31 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bUxiWxUOdBsf87wM6iOmkxDRaVUJ8I31 > .row .container { font-size:0.875rem;font-family:arial;height:4rem;width:75rem;position:relative;display:block; }#IsKJVUGWmT4ibalLe7UCdVUifrBE4OsO { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;height:0.5625rem;width:0.5625rem;top:1.0625rem;left:35.4375rem;display:block; }
#XqCfBKmzAvHRZI5345VJZmGVxBbThr2U { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;height:0.5625rem;width:0.5625rem;top:1.0625rem;left:36.5625rem;display:block; }
#MFdEozK8QcdzvZyKdmJiouKo5XRnibXl { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;height:0.5625rem;width:0.5625rem;top:1.0625rem;left:37.75rem;display:block; }
#agvOpm0SroAkMwoWzHpq4N8zl9rfE5eZ { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;height:0.5625rem;width:0.5625rem;top:1.0625rem;left:39.0625rem;display:block; }
#T5MqJfpWtzZVmx6OyoSyzHMnQx7LxOmw { 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/3bb61c16-da74-423c-9d33-585ce4be8cd2/tonastronobozy24.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T5MqJfpWtzZVmx6OyoSyzHMnQx7LxOmw.adaptive-delivery-prevent-bg, #T5MqJfpWtzZVmx6OyoSyzHMnQx7LxOmw.lazyload, #T5MqJfpWtzZVmx6OyoSyzHMnQx7LxOmw.lazyloading { background-image: none; }#T5MqJfpWtzZVmx6OyoSyzHMnQx7LxOmw > .row .container { background-color: transparent; background-image: none; }#T5MqJfpWtzZVmx6OyoSyzHMnQx7LxOmw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T5MqJfpWtzZVmx6OyoSyzHMnQx7LxOmw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T5MqJfpWtzZVmx6OyoSyzHMnQx7LxOmw > .row .container > .video-iframe-container { display: none; }#T5MqJfpWtzZVmx6OyoSyzHMnQx7LxOmw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T5MqJfpWtzZVmx6OyoSyzHMnQx7LxOmw > .row > .video-iframe-container { display: none; }#T5MqJfpWtzZVmx6OyoSyzHMnQx7LxOmw > .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); }#T5MqJfpWtzZVmx6OyoSyzHMnQx7LxOmw > .row .container { border-width: 0; border-radius: 0; }#T5MqJfpWtzZVmx6OyoSyzHMnQx7LxOmw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T5MqJfpWtzZVmx6OyoSyzHMnQx7LxOmw > .row .container { font-size:0.875rem;font-family:arial;height:38.375rem;width:75rem;position:relative;display:block; }#rUTAqfrDRW5N14yIfukaFTGF7y19R1qX { color:rgba(var(--color-tertiary-0),1);display:block;width:37.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),1);top:5.0625rem;left:1.375rem;height:4.5483375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Jm5m4sMQAvAB8hkbK3QURn6eo45rRZNV { 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.8125rem;width:1.8125rem;top:11rem;left:1.375rem;overflow:hidden;display:block; }
#eLdrovxZg2mTW6rIifQOsV2bMhUoxE7A { 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.1875rem;width:1.1875rem;top:11.3125rem;left:3.3125rem;overflow:hidden;display:block; }
#b5wCMA0KWCXhZpxtDIyi9dUq5PTzlGA6 { 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:1.1875rem;width:1.1875rem;top:11.375rem;left:0rem;overflow:hidden;display:block; }
#WzMdMWCXM1TRWFKRawHUVO07d5UBSgx7 { color:rgba(var(--color-tertiary-0),1);display:block;width:35.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),1);top:20.050001144409rem;left:0rem;height:9.184575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BKosMymO5a4UeeCRr6CNpRbgGrt1Uv8W { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: 0.75rem 0.75rem 0.75rem rgba(10,53,87,0.14) ;box-sizing:border-box;color:#0a3557;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:31.51171875rem;left:8.1875rem;display:block; }
#Uq1htgJG4db5JLZh85EhR2ihqAWUW618 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZMpRRh4ITn2GJ1rCqKcL5Kt6wJgB6Fca { position:absolute;display:block;z-index:15021;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:17.4375rem;width:22.6875rem;top:5.0625rem;left:52.012498855591rem;overflow:hidden;display:block; }
#IS5hMzf7W5rKbZPl76KeTX0cDHS9XQui { position:absolute;display:block;z-index:15022;border-top:0.1875rem solid #ebebeb;border-left:0.1875rem solid #ebebeb;border-right:0.1875rem solid #ebebeb;border-bottom:0.1875rem solid #ebebeb;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 2rem rgba(var(--color-tertiary-0),0.21) ;height:14rem;width:18.75rem;top:11.8125rem;left:35.4375rem;overflow:hidden;display:block; }
#WMRX40MEHkqls0r0TKLQ4SJUxvM4kKrs { position:absolute;display:block;z-index:15023;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:14.625rem;width:20.1875rem;top:21.375rem;left:44.1875rem;overflow:hidden;display:block; }
#sBtGDBcDdLgfdNGTwZ4r6UJnSndgCGJd { 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:15.375rem;width:8.5rem;top:19.524998092651rem;left:66.398412804131rem;overflow:hidden;display:block; }
#mbGwpf14TZnaVdbTsNDz5kvUSlCTytvc { color:rgba(var(--color-tertiary-4),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:10rem;left:15.6875rem;height:1.86875rem;text-align:left;text-align-last:left;display:block; }
#eemUpDVoWItqga9ZWPviye31TNGbuxRP { 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:8.8125rem;width:8.8125rem;top:8.5rem;left:22.875rem;overflow:hidden;display:block; }
#G5wApF3FqmZTPmgfC8bGPUZ0koBHDVpf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#G5wApF3FqmZTPmgfC8bGPUZ0koBHDVpf > .row .container { background-color: transparent; background-image: none; }#G5wApF3FqmZTPmgfC8bGPUZ0koBHDVpf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G5wApF3FqmZTPmgfC8bGPUZ0koBHDVpf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G5wApF3FqmZTPmgfC8bGPUZ0koBHDVpf > .row .container > .video-iframe-container { display: none; }#G5wApF3FqmZTPmgfC8bGPUZ0koBHDVpf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G5wApF3FqmZTPmgfC8bGPUZ0koBHDVpf > .row > .video-iframe-container { display: none; }#G5wApF3FqmZTPmgfC8bGPUZ0koBHDVpf > .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); }#G5wApF3FqmZTPmgfC8bGPUZ0koBHDVpf > .row .container { border-width: 0; border-radius: 0; }#G5wApF3FqmZTPmgfC8bGPUZ0koBHDVpf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G5wApF3FqmZTPmgfC8bGPUZ0koBHDVpf > .row .container { font-size:0.875rem;font-family:arial;height:30.8125rem;width:75rem;position:relative;display:block; }#ICMgmaB31te4pT61bnzhClsx1mWf9vDT { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),1);top:5.4656257629394rem;left:0rem;height:3.3295875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#drzQ7EOCCFO4vCu9nMUh0n63UdkiTezT { 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:1.8125rem;width:1.8125rem;top:1.625rem;left:35.8125rem;overflow:hidden;display:block; }
#gIVCIXnPXqddP9UgCXAU7wbmqe4zKVVN { 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:1.1875rem;width:1.1875rem;top:1.9375rem;left:37.75rem;overflow:hidden;display:block; }
#a3V0MtydKu0zCLdalyhGo7Rp62dCOPXm { 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:1.1875rem;width:1.1875rem;top:2rem;left:34.4375rem;overflow:hidden;display:block; }
#u6X4U3TgEr6Hb1bMHOuVtrtEaFZQopC2 { color:rgba(var(--color-secondary-4),1);display:block;width:46.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:11.5625rem;left:14.125rem;height:3.5625rem;text-align:center;text-align-last:center;display:block; }
#hGTTLpIXzssfbBpM2TqBB6WMNAalt1Q3 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: 0.75rem 0.75rem 0.75rem rgba(10,53,87,0.14) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.75rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:17.46875rem;left:30.187501907349rem;display:block; }
#lETWDB2mRiOXageAvpyz0pF3KsBXlfwP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ADmyJgTdt6V0oM6v32QT42d0PONpDZh5 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.375rem;border-top-right-radius:7.375rem;border-bottom-left-radius:7.375rem;border-bottom-right-radius:7.375rem;box-shadow: none;height:8.5rem;width:8.5rem;top:9.5625rem;left:2.1875rem;overflow:hidden;display:block; }
#b9NR8M8x5q00TpxqntUtRiGvO9nNHt6P { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.375rem;border-top-right-radius:7.375rem;border-bottom-left-radius:7.375rem;border-bottom-right-radius:7.375rem;box-shadow: none;height:9.1875rem;width:9.1875rem;top:17.46875rem;left:0rem;overflow:hidden;display:block; }
#LUQbXhnfRFEe1pq7NMhbE7JezPLulfOi { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.375rem;border-top-right-radius:7.375rem;border-bottom-left-radius:7.375rem;border-bottom-right-radius:7.375rem;box-shadow: none;height:9.1875rem;width:9.1875rem;top:18.4375rem;left:13.3125rem;overflow:hidden;display:block; }
#dqSsHFhe9M8mH5Jp1Z5WAdsfNTMb9npw { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.375rem;border-top-right-radius:7.375rem;border-bottom-left-radius:7.375rem;border-bottom-right-radius:7.375rem;box-shadow: none;height:9.1875rem;width:9.1875rem;top:14.59375rem;left:7.25rem;overflow:hidden;display:block; }
#tWAVJdWx5OmBQmbzC22EUlwNUAzG77Qq { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.375rem;border-top-right-radius:7.375rem;border-bottom-left-radius:7.375rem;border-bottom-right-radius:7.375rem;box-shadow: none;height:7.3125rem;width:7.4375rem;top:22.34375rem;left:7.25rem;overflow:hidden;display:block; }
#tEyMt5SwyFTUNZJHhm30a9viM4CRDDp7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/16dd4ee2-5aa0-4573-bc65-d984482e824e/DSC_7087min.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tEyMt5SwyFTUNZJHhm30a9viM4CRDDp7.adaptive-delivery-prevent-bg, #tEyMt5SwyFTUNZJHhm30a9viM4CRDDp7.lazyload, #tEyMt5SwyFTUNZJHhm30a9viM4CRDDp7.lazyloading { background-image: none; }#tEyMt5SwyFTUNZJHhm30a9viM4CRDDp7 > .row .container { background-color: transparent; background-image: none; }#tEyMt5SwyFTUNZJHhm30a9viM4CRDDp7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(25,167,206,0.78); }#tEyMt5SwyFTUNZJHhm30a9viM4CRDDp7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tEyMt5SwyFTUNZJHhm30a9viM4CRDDp7 > .row .container > .video-iframe-container { display: none; }#tEyMt5SwyFTUNZJHhm30a9viM4CRDDp7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(25,167,206,0.78); }#tEyMt5SwyFTUNZJHhm30a9viM4CRDDp7 > .row > .video-iframe-container { display: none; }#tEyMt5SwyFTUNZJHhm30a9viM4CRDDp7 > .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); }#tEyMt5SwyFTUNZJHhm30a9viM4CRDDp7 > .row .container { border-width: 0; border-radius: 0; }#tEyMt5SwyFTUNZJHhm30a9viM4CRDDp7::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tEyMt5SwyFTUNZJHhm30a9viM4CRDDp7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tEyMt5SwyFTUNZJHhm30a9viM4CRDDp7 > .row .container { font-size:0.875rem;font-family:arial;height:34.125rem;width:75rem;position:relative;display:block; }#RbAiS0p8I4yWTAlngqc3M8L0Ts4cuEBP { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:3.2187501192093rem;left:0rem;height:2.8418rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XqD7okwWtnIbMBdQl1HM8rCrnAVyOIfr { 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:1.8125rem;width:1.8125rem;top:7.8125rem;left:35.75rem;overflow:hidden;display:block; }
#czfBVWi43S0DIZx9STiWTgDiHqkbNlpm { 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:1.1875rem;width:1.1875rem;top:8.1875rem;left:34.375rem;overflow:hidden;display:block; }
#xaA1SUvLdtCnzr6EvAwDnZRKPGzsPQUz { 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:1.1875rem;width:1.1875rem;top:8.125rem;left:37.6875rem;overflow:hidden;display:block; }
#xs6598CEfXewtqQb8O8RNhdqB5FAOaXF { color:rgba(var(--color-tertiary-0),1);display:block;width:49.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15012;line-height:2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),1);top:12rem;left:17.75rem;height:2.375975rem;text-align:left;text-align-last:left;display:block; }
#OXPTcAikRduuhHnKqTzhiXxQgM2I9JPk { color:rgba(var(--color-tertiary-0),1);display:block;width:52.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),1);top:14.375rem;left:17.75rem;height:2.375975rem;text-align:left;text-align-last:left;display:block; }
#UCoiI4SlfeEeTCRJ35AWdzAn2Ct5z9Wu { color:rgba(var(--color-tertiary-0),1);display:block;width:57.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15015;line-height:2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),1);top:16.8125rem;left:17.75rem;height:2.375975rem;text-align:left;text-align-last:left;display:block; }
#v1fPe1G9ZhOETuNwdTFWDyT1A8mKXQCq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:12.3125rem;left:15.4375rem;filter: drop-shadow(0.0625rem 0.0625rem 0.0625rem #000000); }
#rl3rmLd1P7tqU34PXVA1GcwaRKStteNJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:14.625rem;left:15.4375rem;filter: drop-shadow(0.0625rem 0.0625rem 0.0625rem #000000); }
#nRD70xTdzaoSI4WFvAsZyDSAHVrIyObU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:17.0625rem;left:15.4375rem;filter: drop-shadow(0.0625rem 0.0625rem 0.0625rem #000000); }
#B6ocX6hKwia36ZuvNbs8dyhe71xnSPzf { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: 0.75rem 0.75rem 0.75rem rgba(10,53,87,0.14) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.8125rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:25.404688835144rem;left:25.093751907349rem;display:block; }
#TB2t2oZ1Q12WEbzU82XPTeCTVTEUv9Mb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d6nmCqefR9C8JEFHbtvnMWtK6QWGlZQ6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#d6nmCqefR9C8JEFHbtvnMWtK6QWGlZQ6 > .row .container { background-color: transparent; background-image: none; }#d6nmCqefR9C8JEFHbtvnMWtK6QWGlZQ6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d6nmCqefR9C8JEFHbtvnMWtK6QWGlZQ6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d6nmCqefR9C8JEFHbtvnMWtK6QWGlZQ6 > .row .container > .video-iframe-container { display: none; }#d6nmCqefR9C8JEFHbtvnMWtK6QWGlZQ6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d6nmCqefR9C8JEFHbtvnMWtK6QWGlZQ6 > .row > .video-iframe-container { display: none; }#d6nmCqefR9C8JEFHbtvnMWtK6QWGlZQ6 > .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); }#d6nmCqefR9C8JEFHbtvnMWtK6QWGlZQ6 > .row .container { border-width: 0; border-radius: 0; }#d6nmCqefR9C8JEFHbtvnMWtK6QWGlZQ6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d6nmCqefR9C8JEFHbtvnMWtK6QWGlZQ6 > .row .container { font-size:0.875rem;font-family:arial;height:35.75rem;width:75rem;position:relative;display:block; }#Q7zBlQCeTdlNvVUUxQzHBdWkFzFqhJqk { color:rgba(var(--color-primary-2),1);display:block;width:37.5615rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),1);top:0.87451171875rem;left:0rem;height:3.3295875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ffU7zkhDgrSrQTAwhVt8FlCI4nE1m32B { 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:1.8125rem;width:1.8125rem;top:4.1875rem;left:1.375rem;overflow:hidden;display:block; }
#glEZbLn7Hd00EPQTxV1KD7BGQwAebxVP { 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:1.1875rem;width:1.1875rem;top:4.5625rem;left:0rem;overflow:hidden;display:block; }
#bywI2yKHd6ATtPXPTmkMxy1LpNc5tTfq { 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:1.1875rem;width:1.1875rem;top:4.5rem;left:3.3125rem;overflow:hidden;display:block; }
#FAz4CNcWGlgCKPK30eP4HcsFuc0uoywB { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.4375rem;height:1.5625rem;text-decoration:none;z-index:15028;text-align:left;text-align-last:left;top:11.4375rem;left:4.8125rem;display:block; }
#GuxR2EVB3xpqO26sZSnVLk1aHxl9nCAb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oUfVEkISwrWm7kAUog6HvMtyszeHGOU0 { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.4365rem;height:1.561525rem;text-decoration:none;z-index:15029;text-align:left;text-align-last:left;top:11.4375rem;left:15.5595703125rem;display:block; }
#SBZRfugs5raa5r6JnLhk1dAyte6ozbJM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rTdBCIzH8Czox5mF5I5zInTefts0E8py { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9375rem;height:1.5625rem;text-decoration:none;z-index:15029;text-align:left;text-align-last:left;top:14.875rem;left:4.8125rem;display:block; }
#PCILcrE1lITDavBV7ZgAT8DO0t0J5Tbc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NfBDbRODstNcBQh2EB3n8LHuLnVtyALb { color:#050505;display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15037;line-height:1.9;letter-spacing:0;top:17.6875rem;left:4.8125rem;height:9.4995rem;text-align:left;text-align-last:left;display:block; }
#dOhgGLnGF2fzalMOOw9qxxTyQg7Wiag5 { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(var(--color-tertiary-4),0.14) ;height:24.25rem;width:33.4375rem;top:7.125rem;left:0rem;display:block; }
#TdOA9FpTINJKcMP5cUmLDELJwOsieEBV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5620125rem;width:2.5620125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:17.6875rem;left:1.4375rem; }
#laMquUENLHIgCuULr8SyRgGdCR3z2S5z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:11.0625rem;left:1.75rem; }
#cSCSxHXUPwqF7a0RRwaW2lUg30hTRmQ7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:14.5rem;left:1.75rem; }
#AKqOBQmy2FqZeEZLc8yRono87EdPTdHg { color:rgba(var(--color-secondary-4),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:8.0625rem;left:1.75rem;height:1.8369125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PxqzrIGZvDsmdxyRSO8OG1WWpg2FiRzw { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(var(--color-tertiary-4),0.14) ;height:17.375rem;width:38.75rem;top:13.81201171875rem;left:35.3115234375rem;display:block; }
#Pfyfu7IoIiObViCbypdLJ24wT2Eslao9 { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),1);top:14.9443359375rem;left:37.125rem;height:1.8369125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TfAHldOk2PvO85SsJMhNipwyDkKhvGgZ { color:rgba(var(--color-tertiary-4),1);display:block;width:27.4995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:2;letter-spacing:0;top:17.6865234375rem;left:37.125rem;height:12.00585rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hCOrMDpK8WNOZCWix7ilZHBiIWgk2waS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:9.75rem;width:9.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:.3;top:14.8740234375rem;left:63.8115234375rem; }
#XAJSSulhQoF0kZL4IRQrr9Pg8xSu97tr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5620125rem;width:2.5620125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:27.875rem;left:1.375rem; }
#MVqqkX6P7T8a2AeuUhqMOzWzvsPMX6Ur { color:#050505;display:block;width:26.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15038;line-height:1.9;letter-spacing:0;top:28.125rem;left:4.8125rem;height:1.8999rem;text-align:left;text-align-last:left;display:block; }
#dzw2r57i7tiMpEGITIuApxrncyiv0T1U { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dzw2r57i7tiMpEGITIuApxrncyiv0T1U > .row .container { background-color: transparent; background-image: none; }#dzw2r57i7tiMpEGITIuApxrncyiv0T1U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dzw2r57i7tiMpEGITIuApxrncyiv0T1U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dzw2r57i7tiMpEGITIuApxrncyiv0T1U > .row .container > .video-iframe-container { display: none; }#dzw2r57i7tiMpEGITIuApxrncyiv0T1U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dzw2r57i7tiMpEGITIuApxrncyiv0T1U > .row > .video-iframe-container { display: none; }#dzw2r57i7tiMpEGITIuApxrncyiv0T1U > .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); }#dzw2r57i7tiMpEGITIuApxrncyiv0T1U > .row .container { border-width: 0; border-radius: 0; }#dzw2r57i7tiMpEGITIuApxrncyiv0T1U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dzw2r57i7tiMpEGITIuApxrncyiv0T1U > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;position:relative;display:block; }#b3Xu5ARk2TBrXwytkVJ25x8sTlGNsK9W { 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.625rem;width:11.125rem;top:1.61767578125rem;left:0rem;overflow:hidden;display:block; }
#Rw3dpyz7CzofCmPGsLca9u7ZgQdRU4Fp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:1.90625rem;left:14.28125rem; }
#Rw3dpyz7CzofCmPGsLca9u7ZgQdRU4Fp > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; }#Cpik8EcCtb28De8yCynLG0UZeZxirMy8 { color:rgba(var(--color-tertiary-0),0.42);display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:2.4404296875rem;left:53.0625rem;height:1.0563125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#N7Cxhiy30xdArkOS9Zx86PbbCtZKHeuv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:1.90625rem;left:17.21875rem; }
#N7Cxhiy30xdArkOS9Zx86PbbCtZKHeuv > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; }#TdMpN62XC2hiCyz3bIZKvs7TmmW0LKB2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:1.90625rem;left:19.96875rem; }
#TdMpN62XC2hiCyz3bIZKvs7TmmW0LKB2 > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ct6bQ05J3ThJPs89Ss9niUA52vGAJ1eX { display:block; }#Ct6bQ05J3ThJPs89Ss9niUA52vGAJ1eX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HyOd1NEEFOD9JbVZnTNP1ArPycOtRHeT { top:0.5rem;left:0rem;width:11.9375rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4a4Khw7JGZr3P0FPe8E1hp9tMHN6w3C { width:4.5625rem;height:1.1875rem;top:1.9375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #baVUcD4T74CKld3PbR5SOWhK6bCiGIVg { display:block; }
 }@media only screen and (max-width: 763px) { #uJuyc79Wv0yLNefdngS60dWGA6UexVJx { width:8.8125rem;height:1.1875rem;top:1.9375rem;left:5.7498922348022rem;display:block; }
 }@media only screen and (max-width: 763px) { #asIXfxz8qziomzRGHmK8N5vfTdOXLBVA { display:block; }
 }@media only screen and (max-width: 763px) { #ug8AwCnKowSTbtpEsB8WVlZZH0avccOn { width:11.875rem;height:1.1875rem;top:1.9375rem;left:15.999785423279rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkW0e4K3osO9WNnGHOtnFHJ2nJ6y9Cr9 { display:block; }
 }@media only screen and (max-width: 763px) { #QEaz541sGsfH9FatmASSwUnHwEFWUPo1 { width:3.25rem;height:1.1875rem;top:1.9375rem;left:30.125002861023rem;display:block; }
 }@media only screen and (max-width: 763px) { #imru4oFf8hvqKPHOuUyoTvaI6h4HXVsJ { display:block; }
 }@media only screen and (max-width: 763px) { #O66J4CviAx5zzEZMivrxlip2K5gm25i5 { width:5.5625rem;height:1.1875rem;top:1.9375rem;left:35.687392234803rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ox86ZwLAVKh5LPB7tAHttUGSZG6nNDT2 { display:block; }
 }@media only screen and (max-width: 763px) { #Bl0BSnBEwCAadzzXATIco0pyftEbSN4x { width:11.75rem;height:1.1875rem;top:1.875rem;left:36rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMwBGQvZTsuHD5x6w2QGtRFxlnKBQa8D { display:block; }
 }@media only screen and (max-width: 763px) { #E6L2C81DGvO3p13Leb7XxCeTBOLTyn9D { width:3.8125rem;height:1.1875rem;top:1.9375rem;left:43.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tcep9z2sFLE0ws9MclEUXeO7V0S1AdhC { display:block; }
 }@media only screen and (max-width: 763px) { #RHLIvJExZalOTbdz9glSdylrLzxHe1Qd { top:0.6875rem;left:0rem;width:6.4375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEBcmQy5xEOhqmer5KGBC2FD0cAmUfNN { top:0.6875rem;left:5.9052085876465rem;width:8.8125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRZwfbtIXVJ6hcIIBTWhosZHVClU4luG { top:0.6875rem;left:14.717708587646rem;width:14.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmVHNSKNPQdAiDZ7CiURIfmiiDLoBtLr { display:block; }#KmVHNSKNPQdAiDZ7CiURIfmiiDLoBtLr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lwUVs6PzqZciZslHZbl4lwpLfoctcQrD { display:none; }#lwUVs6PzqZciZslHZbl4lwpLfoctcQrD > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZKsV6OfrsdrE0OAhJ0EUJJGQ2Tg3bsJR { top:0.5rem;left:0rem;width:11.0625rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #eqPbPgsvWWmAiHmPE5X1xi5Ofi33IUwA { display:none; }
 }@media only screen and (max-width: 763px) { #O8Qo1DowgD9XuHU3RqiGRDGJc4MqoXvQ { display:block; }#O8Qo1DowgD9XuHU3RqiGRDGJc4MqoXvQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NmKQuWdTmFMOuITvIvaG5JI7BOJ3tTun { width:6.125rem;height:1.1875rem;top:1.1875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryd15HfzDTHzJwHbDRX6xWitv6U91MEz { display:block; }
 }@media only screen and (max-width: 763px) { #Jxb8P0COKDTVGXeM2iq1CPUCnZ5dfPRy { top:3.375rem;left:1rem;width:12rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6VE5JpEZAxuNIKdXpKQkwn1k7NTz4Vp { width:6.125rem;height:1.1875rem;top:4.375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2AD1HN4JXEXr6lGTERTLP4EPHF9AVw3 { display:block; }
 }@media only screen and (max-width: 763px) { #ukBaJBQbLFZBCrb0oWTcq7zTsISBW5wh { top:6.5625rem;left:1rem;width:12rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rr7KcWCg6Wb4gg2C6sRqEwJeImo2dahH { width:6.125rem;height:1.1875rem;top:7.6875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0S83TFIEFuXEuTaSU4omxO6GX1NEvQs { display:block; }
 }@media only screen and (max-width: 763px) { #HvcbDos2vXTUn8O9TRiTfC5zc52oMxn5 { top:9.875rem;left:1rem;width:12rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilgt6p3KmuDS9xVNCdIQL3zX9BAKhAUs { width:7.6875rem;height:1.1875rem;top:10.9375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaoDnJLoIHuBdUPgFppDoEuat4yu3UeE { display:block; }
 }@media only screen and (max-width: 763px) { #dGTZOIPdElBTrOLIKihs51zLlIJ0bW53 { top:13.125rem;left:1rem;width:12rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnFGlkZTR4DXNeR8BcRBE04NN1cvkdId { width:7.25rem;height:1.1875rem;top:14.25rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQeVS4n8S0K7CkyAEM9B9IVR0EBhF5TP { display:block; }
 }@media only screen and (max-width: 763px) { #I1oGfLeikMlPFikvhETT89kQAWJ52qeB { top:0.0625rem;left:0rem;width:6.4375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAmTo3QnATRQbzRXUV4TvoZIoaQILovi { top:16.75rem;left:1rem;width:12rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlcs8dtZ8NGAr14QR1O1TVXUrpINhpFc { top:20rem;left:1rem;width:12rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FF39oSRgecIsedyMUZs4pgOKdBLw9L5R { top:23.0625rem;left:1rem;width:12rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcKSw5ryzkatewTJ54TtHK8EWtAClZnK { width:8.25rem;height:1.1875rem;top:17.9375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3qfp86xEzoMEqG504TNvkRLMR2Z0qAT { display:block; }
 }@media only screen and (max-width: 763px) { #Rkhzs7M4EVMRvBHJ9Da2vEgnLaqcyNQU { width:7.25rem;height:1.1875rem;top:24.5rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmUtsS6DSTHJd1U5v6fOXo52UT42dKCs { display:block; }
 }@media only screen and (max-width: 763px) { #JEuKRhDmzl3zLVTQxVTabIi3sdC9XPRA { width:7.25rem;height:1.1875rem;top:27.75rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6GoLgbnlgpu5tdi9eIUy51u4idLqBlx { display:block; }
 }@media only screen and (max-width: 763px) { #mAAhESub2D0BrwC9FDalyDef0FkyRzrO { top:29.9375rem;left:1rem;width:12rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMXN4r1Uv5uJXsn3pzsenkb8NMpTW3fC { width:7.25rem;height:1.1875rem;top:31.375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRqU3AHne0QU1ewCRdVe5TZwtzzqZWGX { display:block; }
 }@media only screen and (max-width: 763px) { #Pl7kB3KfKgyESM67lTcL1VXkV869eidB { top:0rem;left:0.3125rem;width:13rem;height:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NntwqzazkyE1tIWIgsdDzmGTEdSirt4p { top:27.125rem;left:0.8125rem;width:12rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqS0hbv0NueqXywfXz26TSBaaKxkXBJU { width:8.25rem;height:1.1875rem;top:21.125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dghuHpgk0B5XxI8mqBuUrTVs8EuvEF9R { display:block; }
 }@media only screen and (max-width: 763px) { #D0TauaiCn7aQbm22E7MixcGoimiEx8C6 { display:block; }#D0TauaiCn7aQbm22E7MixcGoimiEx8C6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ufsZhQvAe4yvoDIgDPOoMWINaan54Liw { top:0.0625rem;left:5.875rem;width:8.8125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l77waHBOmvenqKi7FqWKRARx0WdRoSrI { top:3.75rem;left:7.0625rem;width:13.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7Phi4G99MI3Qoxg3niocBEU4hyuaxaO { width:7rem;height:1.1875rem;top:1.375rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFED8t2ywhs3pepinpkHyIlrPmnRnMzf { display:block; }
 }@media only screen and (max-width: 763px) { #F0DLh3P9kdNc3JcfikyUEp3lLZgnqM2b { width:5.3125rem;height:1.1875rem;top:8rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlmsPaD327seNqXGPLUaf8ypiSxpPBuL { display:block; }
 }@media only screen and (max-width: 763px) { #TzXIFBc4eL72loazMDshU2X66Ju3Wbp9 { width:7rem;height:1.1875rem;top:4.6875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqRSB7nf9XOCkLFWOb5gK5ro1H4yi72d { display:block; }
 }@media only screen and (max-width: 763px) { #OKybIPgolBiCBq3S0ZNsfeAHgpJfCTqo { top:6.875rem;left:7.0625rem;width:13.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWtD2mVeveoILzdk3JNao6zW0uqTlSOp { top:9.9375rem;left:7.0625rem;width:13.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvHM8eF4alBUwAk4soXw0h1wNhLXd0J3 { top:0rem;left:7.0625rem;width:13.6875rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFafkT7nTiKlr7uRp7yf35n5HBTmoaxa { width:12rem;height:1.1875rem;top:11.3125rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCkAJkzP7BR7lbItEmIgpWZmp4oWWefn { display:block; }
 }@media only screen and (max-width: 763px) { #C34IeT1bZGi1FhAyGPnyvLGg9kFWh7Vd { display:block; }#C34IeT1bZGi1FhAyGPnyvLGg9kFWh7Vd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qS2uHRuaToPDEHaCmWN3GQl0mivQdHrC { width:8.125rem;height:1.1875rem;top:1.125rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqXTBNkBDSbhET87R72WpQLMhI6QI0EO { display:block; }
 }@media only screen and (max-width: 763px) { #OGoDbgQ3ETVgbRbwTcpKnC43G0aFqnfx { width:11.5625rem;height:1.1875rem;top:4.3125rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aw4xWA6seCE6hu1mAPTT81yW0kOknQx0 { display:block; }
 }@media only screen and (max-width: 763px) { #yv4eiTXTM98URviVsBg13QXiJsyUKg5w { top:3.3125rem;left:16.5rem;width:12.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVXTiGu2UPnzbmoilgoJvDTPUeCTLIFK { top:6.5rem;left:16.5625rem;width:12.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #evdtZN77wG4lz0S3DDbFFz7RcfdvWqMh { width:5.3125rem;height:1.1875rem;top:7.625rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSvGyFTv3zS1B4OKGgI1v56biOTfU8JT { display:block; }
 }@media only screen and (max-width: 763px) { #DsW0dZ76rPgMKtvETAQgIDtnCMfWeWEm { top:0rem;left:14.6875rem;width:14.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGyq8SvsBn5CaKRNg0aSqwpkUhTwUNWQ { top:0rem;left:16.4375rem;width:12.375rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PlAwAGX7nOfpwDUgFAGpAFtuuUrWWhLw { top:0rem;left:1.6875rem;width:41.625rem;height:38.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTRVLT3esHGF9f6bHzPwI1r6VVPmAAr7 { top:33.3125rem;left:45rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #muu2IH9JQ3mTphzu7aS5qLvXRpkw67sV { top:0rem;left:0rem;width:14.6875rem;height:36rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #oCtF0Sa4d4Hqgeoy2ei3AymPQGiVICDF { width:43.6875rem;height:37.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DGf4pOZggU0NKnm5AvyNtpwTNb5fcCOw { width:13.0625rem;height:3.4375rem;top:33.3125rem;left:17.343751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhTqoyhx5mZnZiZk6XIxLR0cPB7LA4Eg { display:block; }
 }@media only screen and (max-width: 763px) { #wA0ekuTInAnd2EFn6x1sKqCpSCZs2PeT { display:block; }#wA0ekuTInAnd2EFn6x1sKqCpSCZs2PeT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XegfoGpy3d08tascWLNcoZlFmmCVx29X { top:2.5625rem;left:0rem;width:47.75rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0KFFSNRKyVtea385BxzMSN9ZvxHN3Tf { top:7.75rem;left:23rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTiQap0m5Ji3Jy22lVIHKVXXmRVTatSk { top:8.0625rem;left:24.9375rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3d23wdTUU5K6wz8EvcFPwqw9N7BLQ8r { top:8.125rem;left:21.625rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkBMHQuWlT6nLSTmfdFzuUnthsXoZeKt { width:10.125rem;height:5.6875rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D79PDqUayr3g9WgouGNSKMi2kIgtCxNa { display:block; }#D79PDqUayr3g9WgouGNSKMi2kIgtCxNa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oCqtpl5Ht6aups3LKhQpbiqZmy3lrmRR { top:1rem;left:29.6875rem;width:18.0625rem;height:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrWW09HUdwU4Os9xPZf21uCafgTexbgZ { top:0.8125rem;left:17.75rem;width:18.0625rem;height:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaxHTQnyh7KusoHCnDbQeKGh7dVhhMzg { top:0.875rem;left:5.8125rem;width:18.0625rem;height:33.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7IuwD03g6Jy7rCPnUCkpLE2osp7xDaf { top:20.3125rem;left:7.375rem;width:16.5rem;height:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSdDxAXlmMfpMxHrz3n0ZTVTwWewoVyL { top:20.3125rem;left:19.3125rem;width:16.5rem;height:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yU3ppUiuFvMGztoACvkM4lLcO4IGQUWG { top:20.3125rem;left:31.25rem;width:16.5rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewQaRTVRhCHrwNWme5QR7o7req1nyutL { top:0.875rem;left:0rem;width:18.0625rem;height:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsMzcdv3qXiX0WLwiMa69o4EJXid7I6e { top:20.3125rem;left:0rem;width:16.5rem;height:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9dwA1KrB1Ho8GDvQBuP2LJaAz2kGit6 { top:17.125rem;left:0rem;width:18.75rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGtaulqCz4Jr1BBFPklWP2iOZOuDmHkL { top:17.125rem;left:5.125rem;width:18.75rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsG0OtkJWwWgIDFhdpXPgkzqX0eNbRdn { top:17.125rem;left:29rem;width:18.75rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHSQhfzvrq5g7Lz517dFWRGGZJk98oVA { top:17.125rem;left:17.0625rem;width:18.75rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #klJzFRz0xwAJwQxtSSG5A1oIlLd04Ogo { width:15rem;height:15rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLkLa1g59B0r3BmQ0eex4vIlN5hQ40VZ { width:15rem;height:15rem;top:1rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CivobrwQQB1VlEVSnr8c37aTb5niTWOB { width:15rem;height:15rem;top:1rem;left:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xA7f6z53MITl5qBxsE8RvqsgHpEtotrB { width:15rem;height:15rem;top:1rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDICPlLFClnfKtnvu5KVDluplqlGHAgX { width:11.4375rem;height:3.4375rem;top:29.5625rem;left:0.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dltHwWRo5R8MIeEywcS8DbDcgD5TAsHT { display:block; }
 }@media only screen and (max-width: 763px) { #NW9fHlClh4zBQKI9CkZMxhzW92S7aD05 { width:11.4375rem;height:3.4375rem;top:29.5625rem;left:12.187501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5tg8P7BQbIsySsa3ZOON1FEyWCTPGuN { display:block; }
 }@media only screen and (max-width: 763px) { #lT4oik5FFA7MOOy72FerRleUJWE3THvl { width:11.4375rem;height:3.4375rem;top:29.5625rem;left:24.125001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCeTFQIaFFqrNN8IVnd35O8tpmODZV8Z { display:block; }
 }@media only screen and (max-width: 763px) { #hWsSxICztyTtgErJN5G3xa2nxsXZfGO1 { width:11.4375rem;height:3.4375rem;top:29.5625rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6uN6nbtvpde0yt7pWqST2kpf9Vwd9ar { display:block; }
 }@media only screen and (max-width: 763px) { #TpteCmcddtakKCz0fdlEyMCEhxGSLcsf { display:block; }#TpteCmcddtakKCz0fdlEyMCEhxGSLcsf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T8Apdqz3FpwtPPMFRbE6TZf8DKf6K6Vr { width:47.75rem;height:5.0625rem;top:1.375rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJMQLsdTVElB8OhkVPpQJFiA1ytDXxLf { width:37.875rem;height:3.9375rem;top:7.25rem;left:9.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckJ2a0UMpHDI1NWVlJLnp4W6hTVAKfcS { display:block; }#ckJ2a0UMpHDI1NWVlJLnp4W6hTVAKfcS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o8iF8frI2lLRR6T2Rr0Tgsh1M6u8ygoT { width:17.625rem;height:4.6875rem;top:33.375rem;left:14.25625038147rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtXZyv9gGv0dfotCPuKvKXeSlI4zJ2o2 { width:19.1875rem;height:6.8125rem;top:24.25rem;left:19.78750038147rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAQVPfcTber8PhgMybdFbucBbbRVQFEi { width:11.4375rem;height:20.75rem;top:14.8125rem;left:9.1750011444094rem;font-size:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #McrTfg1y6aA5oJBBeoueg45qQnFJ1ASz { width:20.75rem;height:20.75rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNe6V8T2Ra37bLPo4ncv2Ta4DVAfKz6y { width:20.3125rem;height:20.3125rem;top:0rem;left:15.625001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFzpNT7OUeG0vbK6FzLzsIKaxLt7NZTT { width:21.3125rem;height:21.3125rem;top:0rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBfHONZGMAIBTyaqTdf1ma0riFQmAGnS { width:20.375rem;height:20.375rem;top:21.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPt3JM8MkGKOaCrnVz2IdX7LxdtlV6Xu { width:20.3125rem;height:20.3125rem;top:39rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHNnQe25SwOa6B1u2yEoZE3eMMFMpa6T { width:21.375rem;height:21.375rem;top:41.5rem;left:15.093751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qin26IL33MeCiUHa00pUv1gaisUmDKg1 { width:20.625rem;height:20.625rem;top:38.0625rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #acgTLWKQgslXHzJ7FDLUtKDkWkFEdCEx { width:20.125rem;height:20.125rem;top:20.1875rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5zm3vJGKZVo6IstmNyCXb2r0kduFbWV { display:block; }#Z5zm3vJGKZVo6IstmNyCXb2r0kduFbWV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ccynyInqyeLRqcvgry7nOAONbyalBqUx { top:3.4375rem;left:0rem;width:47.75rem;height:3.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMykI3tVr37ntLF2LKRmGa1lTgcuzvF6 { top:7.3125rem;left:23rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptCve76UB7aKNT92Xnmr044TS4XCTpxx { top:7.625rem;left:24.9375rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dg1qKphWcR16LyGdzrO9P4GW5QvONgFV { top:7.6875rem;left:21.625rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NW3TJ8CdkT8NkvP75rb6eJCDs8abatog { top:5.625rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #znlOBLKSzVwxMLQadLwg0i7xhwFfhXtT { top:10.6875rem;left:45.375rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvIWrVdqB9Ur9bApkZE4TXBXplDtMkhe { top:5.9375rem;left:45rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfAyNCHDNa9s7uirJFOHFhy44wcJpzZc { top:7.25rem;left:46.3125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQboQwM7vxXHGov9TLUeRh7Md9EB0VZL { top:32.6875rem;left:46.5625rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRencgGXcKIK1ABGZPEfsBeE79XF6ChT { top:11.875rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDarbXDxmcpF34QfT2OTXyVP70gFMkzC { top:31.0625rem;left:22.500001907349rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9o73v6acgZaV8NQu40M290caFpduDy2 { top:25.25rem;left:43.25rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBsv9WLv1lPXDHd55QOqaDINW6ekTK34 { top:31.75rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJ3L0dRWcQxmubGKHQepmtlmKVKaUpBa { top:14.375rem;left:1.625rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUflnJwfyk6VS9ecJg88vPtTokTFg6ra { top:18.25rem;left:0rem;width:18.25rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZXxNr8f5ic7br0fwLBbDcLCdWJug1yE { top:20.625rem;left:0rem;width:18.1875rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUarVGdZ33JW1tPMa8VPis4meTW0o0I8 { top:13.0625rem;left:0rem;width:12.875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxRJK3omTo5Q60xXazli3xmBoQKlQFmo { top:13.0625rem;left:17.5rem;width:12.875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbOpmkoP8pTsMvfoQTkPfV6HJPV9eT8S { top:13.0625rem;left:34.875rem;width:12.875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2qDl1PaPGqPym5ArhUt98yXgJBcf09c { top:14.625rem;left:22.125rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRXXFmLxNvMg3vTEhDPA4vhKxsKCg4Wk { top:18.25rem;left:14.75rem;width:18.25rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OG2WrKd35DhFC43sDTxcJs1T0SC3NFcN { top:20.5625rem;left:14.781251907349rem;width:18.1875rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4HTTogAPwz8KCnMFnWdZhVyR7C5EmpA { top:14.625rem;left:43.5625rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #odZBxucxT3rwnO73ISJ4qR7qTpUBtLhh { top:18.6875rem;left:29.5rem;width:18.25rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2fC2q2580ALGvEodeHKyGVXMfI6yyFF { top:21.375rem;left:29.5625rem;width:18.1875rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyG9fg8dXCbO8gEHtA9ZyoHa0KnqlXFg { display:block; }#zyG9fg8dXCbO8gEHtA9ZyoHa0KnqlXFg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u959auWiJM2wvfdtZCQlb0lqrpCJxInn { top:13.875rem;left:0rem;width:12.5rem;height:12.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvdy3Bd89c12uUSnn24s4qy4XEETtv8w { top:4.4375rem;left:0rem;width:37.3125rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2kPnUhBaUscZGGa6qgdoAP7A3LbiTmS { top:7.6875rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQ7ffUSiFfTJ2Zvs1QEDCNn70LRfVLJf { top:8.0625rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgo2qc1x38Sdf2TAb5BFHIyt3nSDZkbP { top:8.0625rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N931DM1L7xVS3NiHR953hODuXmTKDhRl { top:4.8125rem;left:16.875rem;width:30.875rem;height:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1QtOvaTThraHey9SMlwZyKhtspmxshJ { top:12.9375rem;left:0rem;width:20.5rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jf8CDToCBsp3eTldkFO9ryQtOzPZKFz1 { top:13.875rem;left:11.375rem;width:12.5rem;height:10.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ilt1E71AqxGWoGwGbOSGwK1FrR22h5m0 { top:18.0625rem;left:0rem;width:20.5rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9qUHxKA7FmPXye4u2wdKULN6mhew6wN { top:23.125rem;left:0rem;width:20.5rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxQVc5l6TcllHFU7UEZrZ9mowz7g6q78 { top:18.0625rem;left:3.375rem;width:20.5rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #btbpWiubk50Fz10rVL7aVnRazvu8f4rW { top:12.9375rem;left:3.375rem;width:20.5rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lsa63c2bnvZtd6Vx0KyyghGokxO5g0ST { top:14.0625rem;left:0rem;width:3.1875rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeoR5kEIcls4F2lkb4q8ZzVGCUwmnDTT { top:19.1875rem;left:0rem;width:3.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRLR4hgTTUm6BLF16eNvU7UtJp1paEs5 { top:24.375rem;left:0rem;width:3.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qdfx3mddSt2FfskyFeAU67hCsD9wHJEr { top:13.875rem;left:16.0625rem;width:3.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQPorM1tppE2um8r7HuA54qlRgSA9bUi { top:19.1875rem;left:16.0625rem;width:3.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3vx69AnerMgayLZZsAUZM9xfxeCMKSx { width:13.0625rem;height:3.4375rem;top:32.625rem;left:5.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaQ9zV6iZpPVg6pZdGI970hR69EJECqn { display:block; }
 }@media only screen and (max-width: 763px) { #sQ2aslQTsJ2Rc30zMVtdDovN3oDeuCEG { top:31.1875rem;left:23.875rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1im36ROQZogordIT0eDtL9cyacbDAnn { top:33.125rem;left:19.5rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZL0V5bS8L8Bx5UT0PydrAwL7yQ7vyKQ { top:36.5625rem;left:23.875rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HN1nFq0qDpAH23GUFVbhi9D0MawBwZ7S { width:17.625rem;height:1.8125rem;top:7.75rem;left:6.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNfOHczOwxeq1FSAG2opEPTUiJP0Zw8I { display:block; }#aNfOHczOwxeq1FSAG2opEPTUiJP0Zw8I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ve3LKDnvqAv1oRqhA4nk8uZLdfZnHTkd { top:3.625rem;left:0rem;width:45.375rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdS6EMp2dGBdlPQxFvfRTIOtuQgV2Hpi { top:7.6875rem;left:22.0625rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfhmGArkUsoBtpOCPrJOwwqp56OJFhXn { top:8rem;left:23.875rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFMZ47PHHPzppXoF02TmHCWrN6XWRNE2 { top:8.0625rem;left:22.6875rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvKbzk2mJJZxmwxTI9nONqEq8k00auSb { display:block; }#wvKbzk2mJJZxmwxTI9nONqEq8k00auSb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JBzT3D9TqCwVrmshUKUQC2ZetebkUBog { top:3.125rem;left:0rem;width:37.125rem;height:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMF8Tmc0t4TEV1VwFF8cqHxQC76FIkok { top:5.625rem;left:0rem;width:32.6875rem;height:17.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgA4WnaVWx3H1ToCmxQ8MAOipB62tJlZ { top:24.375rem;left:11.375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzWUbQgDMNTPh3E4SFQCyH6O4NvgQMcL { top:3.125rem;left:0rem;width:37.125rem;height:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpkNuZDZqeZdWuzJO2LtwQMw4dkKEyvw { top:5.625rem;left:3.125rem;width:32.6875rem;height:9.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IV4RF2tpcDuvWTTv4zaCq4CabXlbZ4Fi { top:22.875rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWsG9q4PasLTEiDeoZP5fxEgcxpLiwtE { top:24.375rem;left:35.25rem;width:8.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMMzQck2K2fJ7h03b1TnRkELR4xVonvr { display:block; }#RMMzQck2K2fJ7h03b1TnRkELR4xVonvr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uUgqEAA7rHovtOdGzKVwWQP21d8BBDbq { top:4.9375rem;left:0rem;width:37.125rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2oAbUDu2mbnucX4CKFr2x6WJxVxKRbE { top:7.4375rem;left:0rem;width:32.6875rem;height:9.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEIWdnbviZtNa1fl2sbC8vC2K29F39NF { top:17.875rem;left:11.375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxTae5IPx9bvO61CtJ6cr8IFyJcWZdJ6 { top:4.9375rem;left:0rem;width:37.125rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #EguP0PkOWnrfNDZ57cqgiOpK0ebTEcKp { top:7.4375rem;left:3.125rem;width:32.6875rem;height:7.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwJHPdg8GFpXuarHTASXft1EEvVtXIcP { top:17.8125rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6w9HiqVWL2JSxKcemTpw2sBnLdvRbNF { top:19.3125rem;left:39.125rem;width:8.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrUOsH9TGzW8PyPJi35U36QuVHOZmEBm { top:19.3125rem;left:15.25rem;width:8.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDT71KdxXRUfdGyRhU71hDrmcxD9TxRc { display:block; }#iDT71KdxXRUfdGyRhU71hDrmcxD9TxRc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NGFacSXyHzZ4mbvkvrdRN1OcFdkyiwTn { top:5.75rem;left:0rem;width:37.125rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxRROpv5xv73iJlJQgRTJcbvQTC7IQOu { top:8.25rem;left:0rem;width:32.6875rem;height:7.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTXtaCb3mCMayoQZPfTn21fXPEb63ni7 { top:18.6875rem;left:11.375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJSNtqrrGxhdW41auTnX1UTBvoimPbdH { top:5.875rem;left:0rem;width:37.125rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4Zqf5G0hSpC42JvrxJO0XopQmEC92GT { top:18.25rem;left:39.125rem;width:8.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5Ol0m7Z0o0D47biOCasZi4XH7sLynI2 { top:16.9375rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCBdKfZH8o3zkt2UGdn7SCH6RqIEPFI8 { top:8.375rem;left:3.125rem;width:32.6875rem;height:7.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShvDzuVlC7bLEPRlw0xm68rTRAxTKRw1 { display:block; }#ShvDzuVlC7bLEPRlw0xm68rTRAxTKRw1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #knyT1VmDHkMErcghuQqsK6W1XFsobdfz { top:3.9375rem;left:0rem;width:47.75rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT6iZs4OQpdpwIWT3vhGESbZIVUyS1xP { top:6.25rem;left:0rem;width:47.75rem;height:13.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNMyxZmKhzzFLrJ73QBstKmG5eRvTUuw { top:20.875rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUxiWxUOdBsf87wM6iOmkxDRaVUJ8I31 { display:block; }#bUxiWxUOdBsf87wM6iOmkxDRaVUJ8I31 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IsKJVUGWmT4ibalLe7UCdVUifrBE4OsO { top:1.0625rem;left:21.8125rem;width:0.5625rem;height:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqCfBKmzAvHRZI5345VJZmGVxBbThr2U { top:1.0625rem;left:22.9375rem;width:0.5625rem;height:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFdEozK8QcdzvZyKdmJiouKo5XRnibXl { top:1.0625rem;left:24.125rem;width:0.5625rem;height:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #agvOpm0SroAkMwoWzHpq4N8zl9rfE5eZ { top:1.0625rem;left:25.4375rem;width:0.5625rem;height:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5MqJfpWtzZVmx6OyoSyzHMnQx7LxOmw { display:block; }#T5MqJfpWtzZVmx6OyoSyzHMnQx7LxOmw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rUTAqfrDRW5N14yIfukaFTGF7y19R1qX { top:5.0625rem;left:0rem;width:37.0625rem;height:4.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jm5m4sMQAvAB8hkbK3QURn6eo45rRZNV { top:11rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLdrovxZg2mTW6rIifQOsV2bMhUoxE7A { top:11.3125rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5wCMA0KWCXhZpxtDIyi9dUq5PTzlGA6 { top:11.375rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzMdMWCXM1TRWFKRawHUVO07d5UBSgx7 { top:20rem;left:0rem;width:35.0625rem;height:9.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKosMymO5a4UeeCRr6CNpRbgGrt1Uv8W { width:17.5rem;height:3.4375rem;top:31.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uq1htgJG4db5JLZh85EhR2ihqAWUW618 { display:block; }
 }@media only screen and (max-width: 763px) { #ZMpRRh4ITn2GJ1rCqKcL5Kt6wJgB6Fca { top:5.0625rem;left:24.6875rem;width:22.6875rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IS5hMzf7W5rKbZPl76KeTX0cDHS9XQui { top:11.8125rem;left:21.8125rem;width:18.75rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMRX40MEHkqls0r0TKLQ4SJUxvM4kKrs { top:21.375rem;left:27.1875rem;width:20.1875rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBtGDBcDdLgfdNGTwZ4r6UJnSndgCGJd { top:19.5rem;left:36.75rem;width:8.5rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbGwpf14TZnaVdbTsNDz5kvUSlCTytvc { width:17.625rem;height:1.8125rem;top:10rem;left:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eemUpDVoWItqga9ZWPviye31TNGbuxRP { width:8.8125rem;height:8.8125rem;top:8.5rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5wApF3FqmZTPmgfC8bGPUZ0koBHDVpf { display:block; }#G5wApF3FqmZTPmgfC8bGPUZ0koBHDVpf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ICMgmaB31te4pT61bnzhClsx1mWf9vDT { top:5.4375rem;left:0rem;width:47.75rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #drzQ7EOCCFO4vCu9nMUh0n63UdkiTezT { top:1.625rem;left:22.1875rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIVCIXnPXqddP9UgCXAU7wbmqe4zKVVN { top:1.9375rem;left:24.125rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3V0MtydKu0zCLdalyhGo7Rp62dCOPXm { top:2rem;left:20.8125rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6X4U3TgEr6Hb1bMHOuVtrtEaFZQopC2 { top:11.5625rem;left:0.5rem;width:46.75rem;height:3.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGTTLpIXzssfbBpM2TqBB6WMNAalt1Q3 { width:19.75rem;height:3.4375rem;top:17.4375rem;left:16.562501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #lETWDB2mRiOXageAvpyz0pF3KsBXlfwP { display:block; }
 }@media only screen and (max-width: 763px) { #ADmyJgTdt6V0oM6v32QT42d0PONpDZh5 { width:8.5rem;height:8.5rem;top:9.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9NR8M8x5q00TpxqntUtRiGvO9nNHt6P { width:9.1875rem;height:9.1875rem;top:17.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUQbXhnfRFEe1pq7NMhbE7JezPLulfOi { width:9.1875rem;height:9.1875rem;top:18.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqSsHFhe9M8mH5Jp1Z5WAdsfNTMb9npw { width:9.1875rem;height:9.1875rem;top:14.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWAVJdWx5OmBQmbzC22EUlwNUAzG77Qq { width:7.4375rem;height:7.3125rem;top:22.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEyMt5SwyFTUNZJHhm30a9viM4CRDDp7 { display:block; }#tEyMt5SwyFTUNZJHhm30a9viM4CRDDp7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RbAiS0p8I4yWTAlngqc3M8L0Ts4cuEBP { top:3.1875rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqD7okwWtnIbMBdQl1HM8rCrnAVyOIfr { top:7.8125rem;left:22.125rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #czfBVWi43S0DIZx9STiWTgDiHqkbNlpm { top:8.1875rem;left:20.75rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaA1SUvLdtCnzr6EvAwDnZRKPGzsPQUz { top:8.125rem;left:24.0625rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xs6598CEfXewtqQb8O8RNhdqB5FAOaXF { top:12rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXPTcAikRduuhHnKqTzhiXxQgM2I9JPk { top:14.375rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCoiI4SlfeEeTCRJ35AWdzAn2Ct5z9Wu { top:16.8125rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1fPe1G9ZhOETuNwdTFWDyT1A8mKXQCq { width:1.75rem;height:1.75rem;top:12.3125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rl3rmLd1P7tqU34PXVA1GcwaRKStteNJ { width:1.75rem;height:1.75rem;top:14.625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRD70xTdzaoSI4WFvAsZyDSAHVrIyObU { width:1.75rem;height:1.75rem;top:17.0625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6ocX6hKwia36ZuvNbs8dyhe71xnSPzf { width:24.8125rem;height:3.4375rem;top:25.375rem;left:11.468751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB2t2oZ1Q12WEbzU82XPTeCTVTEUv9Mb { display:block; }
 }@media only screen and (max-width: 763px) { #d6nmCqefR9C8JEFHbtvnMWtK6QWGlZQ6 { display:block; }#d6nmCqefR9C8JEFHbtvnMWtK6QWGlZQ6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q7zBlQCeTdlNvVUUxQzHBdWkFzFqhJqk { top:0.8125rem;left:0rem;width:37.5rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffU7zkhDgrSrQTAwhVt8FlCI4nE1m32B { top:4.1875rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #glEZbLn7Hd00EPQTxV1KD7BGQwAebxVP { top:4.5625rem;left:0rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bywI2yKHd6ATtPXPTmkMxy1LpNc5tTfq { top:4.5rem;left:0rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAz4CNcWGlgCKPK30eP4HcsFuc0uoywB { width:6.375rem;height:1.5rem;top:11.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuxR2EVB3xpqO26sZSnVLk1aHxl9nCAb { display:block; }
 }@media only screen and (max-width: 763px) { #oUfVEkISwrWm7kAUog6HvMtyszeHGOU0 { width:6.375rem;height:1.5rem;top:11.4375rem;left:1.9345703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBZRfugs5raa5r6JnLhk1dAyte6ozbJM { display:block; }
 }@media only screen and (max-width: 763px) { #rTdBCIzH8Czox5mF5I5zInTefts0E8py { width:13.875rem;height:1.5rem;top:14.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCILcrE1lITDavBV7ZgAT8DO0t0J5Tbc { display:block; }
 }@media only screen and (max-width: 763px) { #NfBDbRODstNcBQh2EB3n8LHuLnVtyALb { top:17.6875rem;left:0rem;width:15.5625rem;height:9.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOhgGLnGF2fzalMOOw9qxxTyQg7Wiag5 { top:7.125rem;left:0rem;width:33.4375rem;height:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdOA9FpTINJKcMP5cUmLDELJwOsieEBV { top:17.6875rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #laMquUENLHIgCuULr8SyRgGdCR3z2S5z { top:11.0625rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSCSxHXUPwqF7a0RRwaW2lUg30hTRmQ7 { top:14.5rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKqOBQmy2FqZeEZLc8yRono87EdPTdHg { top:8.0625rem;left:0rem;width:15rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxqzrIGZvDsmdxyRSO8OG1WWpg2FiRzw { top:13.75rem;left:9rem;width:38.75rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pfyfu7IoIiObViCbypdLJ24wT2Eslao9 { top:14.9375rem;left:23.5rem;width:15rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfAHldOk2PvO85SsJMhNipwyDkKhvGgZ { top:17.625rem;left:20.3125rem;width:27.4375rem;height:12rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCOrMDpK8WNOZCWix7ilZHBiIWgk2waS { top:14.8125rem;left:38rem;width:9.75rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAJSSulhQoF0kZL4IRQrr9Pg8xSu97tr { top:27.875rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVqqkX6P7T8a2AeuUhqMOzWzvsPMX6Ur { top:28.125rem;left:0rem;width:26.5rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzw2r57i7tiMpEGITIuApxrncyiv0T1U { display:block; }#dzw2r57i7tiMpEGITIuApxrncyiv0T1U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b3Xu5ARk2TBrXwytkVJ25x8sTlGNsK9W { top:1.5625rem;left:0rem;width:11.125rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rw3dpyz7CzofCmPGsLca9u7ZgQdRU4Fp { top:1.875rem;left:0.65625rem;width:2.125rem;height:2.125rem;display:block; }
#Rw3dpyz7CzofCmPGsLca9u7ZgQdRU4Fp > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #Cpik8EcCtb28De8yCynLG0UZeZxirMy8 { top:2.4375rem;left:25.8125rem;width:21.9375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7Cxhiy30xdArkOS9Zx86PbbCtZKHeuv { top:1.875rem;left:3.59375rem;width:2.125rem;height:2.125rem;display:block; }
#N7Cxhiy30xdArkOS9Zx86PbbCtZKHeuv > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #TdMpN62XC2hiCyz3bIZKvs7TmmW0LKB2 { top:1.875rem;left:6.34375rem;width:2.125rem;height:2.125rem;display:block; }
#TdMpN62XC2hiCyz3bIZKvs7TmmW0LKB2 > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ct6bQ05J3ThJPs89Ss9niUA52vGAJ1eX { position:relative;z-index:auto;display:none; }#Ct6bQ05J3ThJPs89Ss9niUA52vGAJ1eX > .row .container { width:20rem;height:4.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HyOd1NEEFOD9JbVZnTNP1ArPycOtRHeT { width:11.0625rem;height:3.75rem;top:0.625rem;left:4.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4a4Khw7JGZr3P0FPe8E1hp9tMHN6w3C { width:4.5625rem;height:1.1875rem;top:5.9375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #baVUcD4T74CKld3PbR5SOWhK6bCiGIVg { display:block; }
 }@media only screen and (max-width: 763px) { #uJuyc79Wv0yLNefdngS60dWGA6UexVJx { width:3.0625rem;height:1.1875rem;top:8.375rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #asIXfxz8qziomzRGHmK8N5vfTdOXLBVA { display:block; }
 }@media only screen and (max-width: 763px) { #ug8AwCnKowSTbtpEsB8WVlZZH0avccOn { width:6.125rem;height:1.1875rem;top:10.8125rem;left:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JkW0e4K3osO9WNnGHOtnFHJ2nJ6y9Cr9 { display:block; }
 }@media only screen and (max-width: 763px) { #QEaz541sGsfH9FatmASSwUnHwEFWUPo1 { width:3.25rem;height:1.1875rem;top:13.25rem;left:8.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #imru4oFf8hvqKPHOuUyoTvaI6h4HXVsJ { display:block; }
 }@media only screen and (max-width: 763px) { #O66J4CviAx5zzEZMivrxlip2K5gm25i5 { width:5.5625rem;height:1.1875rem;top:18.125rem;left:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ox86ZwLAVKh5LPB7tAHttUGSZG6nNDT2 { display:block; }
 }@media only screen and (max-width: 763px) { #Bl0BSnBEwCAadzzXATIco0pyftEbSN4x { width:9.6875rem;height:1.1875rem;top:20.5625rem;left:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZMwBGQvZTsuHD5x6w2QGtRFxlnKBQa8D { display:block; }
 }@media only screen and (max-width: 763px) { #E6L2C81DGvO3p13Leb7XxCeTBOLTyn9D { width:5.5625rem;height:1.1875rem;top:23rem;left:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tcep9z2sFLE0ws9MclEUXeO7V0S1AdhC { display:block; }
 }@media only screen and (max-width: 763px) { #RHLIvJExZalOTbdz9glSdylrLzxHe1Qd { width:6.4375rem;height:3.75rem;top:0.6875rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #tEBcmQy5xEOhqmer5KGBC2FD0cAmUfNN { width:8.8125rem;height:3.75rem;top:0.6875rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tRZwfbtIXVJ6hcIIBTWhosZHVClU4luG { width:14.3125rem;height:3.75rem;top:0.6875rem;left:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KmVHNSKNPQdAiDZ7CiURIfmiiDLoBtLr { display:none; }#KmVHNSKNPQdAiDZ7CiURIfmiiDLoBtLr > .row .container { width:20rem;height:4.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lwUVs6PzqZciZslHZbl4lwpLfoctcQrD { position:relative;z-index:auto;background-color:#ffffff;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;display:block; }#lwUVs6PzqZciZslHZbl4lwpLfoctcQrD > .row .container { background-color: transparent; background-image: none; }#lwUVs6PzqZciZslHZbl4lwpLfoctcQrD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lwUVs6PzqZciZslHZbl4lwpLfoctcQrD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lwUVs6PzqZciZslHZbl4lwpLfoctcQrD > .row .container > .video-iframe-container { display: none; }#lwUVs6PzqZciZslHZbl4lwpLfoctcQrD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lwUVs6PzqZciZslHZbl4lwpLfoctcQrD > .row > .video-iframe-container { display: none; }#lwUVs6PzqZciZslHZbl4lwpLfoctcQrD > .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); }#lwUVs6PzqZciZslHZbl4lwpLfoctcQrD > .row .container { border-width: 0; border-radius: 0; }#lwUVs6PzqZciZslHZbl4lwpLfoctcQrD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lwUVs6PzqZciZslHZbl4lwpLfoctcQrD > .row .container { width:20rem;height:3rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZKsV6OfrsdrE0OAhJ0EUJJGQ2Tg3bsJR { width:8.8125rem;height:2.9375rem;top:0rem;left:0rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #eqPbPgsvWWmAiHmPE5X1xi5Ofi33IUwA { display:flex;top:0.75rem;left:17.612499594688rem;width:1.5rem;height:1.5rem;z-index:15013; }
 }@media only screen and (max-width: 763px) { #O8Qo1DowgD9XuHU3RqiGRDGJc4MqoXvQ { display:none; }#O8Qo1DowgD9XuHU3RqiGRDGJc4MqoXvQ > .row .container { width:20rem;height:96rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NmKQuWdTmFMOuITvIvaG5JI7BOJ3tTun { width:6.125rem;height:1.1875rem;top:2.375rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ryd15HfzDTHzJwHbDRX6xWitv6U91MEz { display:block; }
 }@media only screen and (max-width: 763px) { #Jxb8P0COKDTVGXeM2iq1CPUCnZ5dfPRy { width:12.125rem;height:0.0625rem;top:4.5625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6VE5JpEZAxuNIKdXpKQkwn1k7NTz4Vp { width:6.125rem;height:1.1875rem;top:5.5625rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #V2AD1HN4JXEXr6lGTERTLP4EPHF9AVw3 { display:block; }
 }@media only screen and (max-width: 763px) { #ukBaJBQbLFZBCrb0oWTcq7zTsISBW5wh { width:12.125rem;height:0.0625rem;top:7.75rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rr7KcWCg6Wb4gg2C6sRqEwJeImo2dahH { width:6.125rem;height:1.1875rem;top:8.875rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #e0S83TFIEFuXEuTaSU4omxO6GX1NEvQs { display:block; }
 }@media only screen and (max-width: 763px) { #HvcbDos2vXTUn8O9TRiTfC5zc52oMxn5 { width:12.125rem;height:0.0625rem;top:11.0625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilgt6p3KmuDS9xVNCdIQL3zX9BAKhAUs { width:6.125rem;height:1.1875rem;top:12.125rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BaoDnJLoIHuBdUPgFppDoEuat4yu3UeE { display:block; }
 }@media only screen and (max-width: 763px) { #dGTZOIPdElBTrOLIKihs51zLlIJ0bW53 { width:12.125rem;height:0.0625rem;top:14.3125rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnFGlkZTR4DXNeR8BcRBE04NN1cvkdId { width:6.125rem;height:1.1875rem;top:15.4375rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HQeVS4n8S0K7CkyAEM9B9IVR0EBhF5TP { display:block; }
 }@media only screen and (max-width: 763px) { #I1oGfLeikMlPFikvhETT89kQAWJ52qeB { width:6.4375rem;height:3.75rem;top:1.25rem;left:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iAmTo3QnATRQbzRXUV4TvoZIoaQILovi { width:10.4375rem;height:0.0625rem;top:44.6875rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlcs8dtZ8NGAr14QR1O1TVXUrpINhpFc { width:10.4375rem;height:0.0625rem;top:46rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FF39oSRgecIsedyMUZs4pgOKdBLw9L5R { width:10.4375rem;height:0.0625rem;top:47.3125rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcKSw5ryzkatewTJ54TtHK8EWtAClZnK { width:8.25rem;height:1.1875rem;top:45.875rem;left:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #b3qfp86xEzoMEqG504TNvkRLMR2Z0qAT { display:block; }
 }@media only screen and (max-width: 763px) { #Rkhzs7M4EVMRvBHJ9Da2vEgnLaqcyNQU { width:7.25rem;height:1.1875rem;top:47.25rem;left:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TmUtsS6DSTHJd1U5v6fOXo52UT42dKCs { display:block; }
 }@media only screen and (max-width: 763px) { #JEuKRhDmzl3zLVTQxVTabIi3sdC9XPRA { width:7.25rem;height:1.1875rem;top:48.5625rem;left:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #S6GoLgbnlgpu5tdi9eIUy51u4idLqBlx { display:block; }
 }@media only screen and (max-width: 763px) { #mAAhESub2D0BrwC9FDalyDef0FkyRzrO { width:10.4375rem;height:0.0625rem;top:48.625rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMXN4r1Uv5uJXsn3pzsenkb8NMpTW3fC { width:7.25rem;height:1.1875rem;top:49.625rem;left:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aRqU3AHne0QU1ewCRdVe5TZwtzzqZWGX { display:block; }
 }@media only screen and (max-width: 763px) { #Pl7kB3KfKgyESM67lTcL1VXkV869eidB { width:13rem;height:29.6875rem;top:49.9375rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NntwqzazkyE1tIWIgsdDzmGTEdSirt4p { width:12rem;height:0.0625rem;top:80.875rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqS0hbv0NueqXywfXz26TSBaaKxkXBJU { width:8.25rem;height:1.1875rem;top:21.125rem;left:5.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dghuHpgk0B5XxI8mqBuUrTVs8EuvEF9R { display:block; }
 }@media only screen and (max-width: 763px) { #D0TauaiCn7aQbm22E7MixcGoimiEx8C6 { display:none; }#D0TauaiCn7aQbm22E7MixcGoimiEx8C6 > .row .container { width:20rem;height:64.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ufsZhQvAe4yvoDIgDPOoMWINaan54Liw { width:6.4375rem;height:3.75rem;top:1.25rem;left:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #l77waHBOmvenqKi7FqWKRARx0WdRoSrI { width:12.125rem;height:0.0625rem;top:22.4375rem;left:2.3250007629394rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7Phi4G99MI3Qoxg3niocBEU4hyuaxaO { width:6.125rem;height:1.1875rem;top:2.375rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kFED8t2ywhs3pepinpkHyIlrPmnRnMzf { display:block; }
 }@media only screen and (max-width: 763px) { #F0DLh3P9kdNc3JcfikyUEp3lLZgnqM2b { width:5.3125rem;height:1.1875rem;top:26.75rem;left:3.9500007629394rem;display:none; }
 }@media only screen and (max-width: 763px) { #QlmsPaD327seNqXGPLUaf8ypiSxpPBuL { display:block; }
 }@media only screen and (max-width: 763px) { #TzXIFBc4eL72loazMDshU2X66Ju3Wbp9 { width:7rem;height:1.1875rem;top:23.4375rem;left:4.0750007629394rem;display:none; }
 }@media only screen and (max-width: 763px) { #JqRSB7nf9XOCkLFWOb5gK5ro1H4yi72d { display:block; }
 }@media only screen and (max-width: 763px) { #OKybIPgolBiCBq3S0ZNsfeAHgpJfCTqo { width:12rem;height:0.125rem;top:30.625rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWtD2mVeveoILzdk3JNao6zW0uqTlSOp { width:12rem;height:0.125rem;top:33.6875rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvHM8eF4alBUwAk4soXw0h1wNhLXd0J3 { width:13.25rem;height:13.8125rem;top:23.75rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFafkT7nTiKlr7uRp7yf35n5HBTmoaxa { width:12rem;height:1.1875rem;top:11.3125rem;left:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #tCkAJkzP7BR7lbItEmIgpWZmp4oWWefn { display:block; }
 }@media only screen and (max-width: 763px) { #C34IeT1bZGi1FhAyGPnyvLGg9kFWh7Vd { display:none; }#C34IeT1bZGi1FhAyGPnyvLGg9kFWh7Vd > .row .container { width:20rem;height:64.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qS2uHRuaToPDEHaCmWN3GQl0mivQdHrC { width:8.125rem;height:1.1875rem;top:34.625rem;left:4.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VqXTBNkBDSbhET87R72WpQLMhI6QI0EO { display:block; }
 }@media only screen and (max-width: 763px) { #OGoDbgQ3ETVgbRbwTcpKnC43G0aFqnfx { width:11.5625rem;height:1.1875rem;top:37.8125rem;left:4.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Aw4xWA6seCE6hu1mAPTT81yW0kOknQx0 { display:block; }
 }@media only screen and (max-width: 763px) { #yv4eiTXTM98URviVsBg13QXiJsyUKg5w { width:12.125rem;height:0.0625rem;top:36.8125rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVXTiGu2UPnzbmoilgoJvDTPUeCTLIFK { width:12.125rem;height:0.0625rem;top:40rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #evdtZN77wG4lz0S3DDbFFz7RcfdvWqMh { width:5.3125rem;height:1.1875rem;top:41.125rem;left:4.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vSvGyFTv3zS1B4OKGgI1v56biOTfU8JT { display:block; }
 }@media only screen and (max-width: 763px) { #DsW0dZ76rPgMKtvETAQgIDtnCMfWeWEm { width:6.4375rem;height:3.75rem;top:33.5rem;left:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wGyq8SvsBn5CaKRNg0aSqwpkUhTwUNWQ { width:12.375rem;height:9.875rem;top:41.3125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1ca7c91e-5412-4a14-846a-6484e2a45d03/Projektbeznazwy9.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:43.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PlAwAGX7nOfpwDUgFAGpAFtuuUrWWhLw { width:19.6875rem;height:18.25rem;top:29.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zTRVLT3esHGF9f6bHzPwI1r6VVPmAAr7 { width:2.125rem;height:2.125rem;top:66.0556625rem;left:17.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #muu2IH9JQ3mTphzu7aS5qLvXRpkw67sV { top:0rem;left:5.3742188215256rem;width:14.6875rem;height:36.01755rem;z-index:15016;text-align:right;text-align-last:right;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #oCtF0Sa4d4Hqgeoy2ei3AymPQGiVICDF { top:15.999988555908rem;left:4.5312498807907rem;width:13.1875rem;height:11.4375rem;z-index:15013;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DGf4pOZggU0NKnm5AvyNtpwTNb5fcCOw { width:13.0625rem;height:3.4375rem;top:29.56093788147rem;left:4.5937498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhTqoyhx5mZnZiZk6XIxLR0cPB7LA4Eg { display:block; }
 }@media only screen and (max-width: 763px) { #wA0ekuTInAnd2EFn6x1sKqCpSCZs2PeT { display:block; }#wA0ekuTInAnd2EFn6x1sKqCpSCZs2PeT > .row .container { width:20rem;height:87.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XegfoGpy3d08tascWLNcoZlFmmCVx29X { width:20rem;height:5.1972625rem;top:1.3125114440918rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0KFFSNRKyVtea385BxzMSN9ZvxHN3Tf { width:1.8125rem;height:1.8125rem;top:7.1875rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTiQap0m5Ji3Jy22lVIHKVXXmRVTatSk { width:1.1875rem;height:1.1875rem;top:7.5rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3d23wdTUU5K6wz8EvcFPwqw9N7BLQ8r { width:1.1875rem;height:1.1875rem;top:7.5625rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkBMHQuWlT6nLSTmfdFzuUnthsXoZeKt { width:10.125rem;height:5.6875rem;top:82.1875rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D79PDqUayr3g9WgouGNSKMi2kIgtCxNa { display:block; }#D79PDqUayr3g9WgouGNSKMi2kIgtCxNa > .row .container { width:20rem;height:128.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oCqtpl5Ht6aups3LKhQpbiqZmy3lrmRR { width:18.0625rem;height:13.6875rem;top:109.6875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrWW09HUdwU4Os9xPZf21uCafgTexbgZ { width:18.0625rem;height:15.5625rem;top:76.5625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaxHTQnyh7KusoHCnDbQeKGh7dVhhMzg { width:18.0625rem;height:15.5625rem;top:44.375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7IuwD03g6Jy7rCPnUCkpLE2osp7xDaf { width:16.5rem;height:6.802725rem;top:50.9375rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSdDxAXlmMfpMxHrz3n0ZTVTwWewoVyL { width:16.5rem;height:6.8027375rem;top:83.125rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yU3ppUiuFvMGztoACvkM4lLcO4IGQUWG { width:16.5rem;height:5.10204375rem;top:116.25rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewQaRTVRhCHrwNWme5QR7o7req1nyutL { width:18.0625rem;height:15.5625rem;top:13.25rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsMzcdv3qXiX0WLwiMa69o4EJXid7I6e { width:16.5rem;height:6.80273125rem;top:19.8125rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9dwA1KrB1Ho8GDvQBuP2LJaAz2kGit6 { width:17.875rem;height:2.1108375rem;top:16.375rem;left:1.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGtaulqCz4Jr1BBFPklWP2iOZOuDmHkL { width:20rem;height:2.1108375rem;top:47.5rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsG0OtkJWwWgIDFhdpXPgkzqX0eNbRdn { width:18.3125rem;height:2.1108375rem;top:112.1875rem;left:0.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHSQhfzvrq5g7Lz517dFWRGGZJk98oVA { width:18.3125rem;height:2.1108375rem;top:79.6875rem;left:0.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #klJzFRz0xwAJwQxtSSG5A1oIlLd04Ogo { width:15rem;height:15rem;top:0.875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLkLa1g59B0r3BmQ0eex4vIlN5hQ40VZ { width:15rem;height:15rem;top:31.9375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CivobrwQQB1VlEVSnr8c37aTb5niTWOB { width:15rem;height:15rem;top:64.0625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xA7f6z53MITl5qBxsE8RvqsgHpEtotrB { width:15rem;height:15rem;top:96.5rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDICPlLFClnfKtnvu5KVDluplqlGHAgX { width:11.4375rem;height:3.4375rem;top:27.874218702316rem;left:4.2812498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #dltHwWRo5R8MIeEywcS8DbDcgD5TAsHT { display:block; }
 }@media only screen and (max-width: 763px) { #NW9fHlClh4zBQKI9CkZMxhzW92S7aD05 { width:11.4375rem;height:3.4375rem;top:58.560936927796rem;left:4.2812498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5tg8P7BQbIsySsa3ZOON1FEyWCTPGuN { display:block; }
 }@media only screen and (max-width: 763px) { #lT4oik5FFA7MOOy72FerRleUJWE3THvl { width:11.4375rem;height:3.4375rem;top:91.425000190738rem;left:4.2812498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCeTFQIaFFqrNN8IVnd35O8tpmODZV8Z { display:block; }
 }@media only screen and (max-width: 763px) { #hWsSxICztyTtgErJN5G3xa2nxsXZfGO1 { width:11.4375rem;height:3.4375rem;top:122.3125rem;left:4.2812498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6uN6nbtvpde0yt7pWqST2kpf9Vwd9ar { display:block; }
 }@media only screen and (max-width: 763px) { #TpteCmcddtakKCz0fdlEyMCEhxGSLcsf { display:block; }#TpteCmcddtakKCz0fdlEyMCEhxGSLcsf > .row .container { width:20rem;height:9.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T8Apdqz3FpwtPPMFRbE6TZf8DKf6K6Vr { width:18.8125rem;height:4.7109375rem;top:0.79843759536744rem;left:0.59375rem;font-size:1.8125rem;text-shadow:0.125rem 0.125rem 0.0625rem #000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PJMQLsdTVElB8OhkVPpQJFiA1ytDXxLf { width:20rem;height:1.86875rem;top:6.4500007629394rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ckJ2a0UMpHDI1NWVlJLnp4W6hTVAKfcS { display:block; }#ckJ2a0UMpHDI1NWVlJLnp4W6hTVAKfcS > .row .container { width:20rem;height:137.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o8iF8frI2lLRR6T2Rr0Tgsh1M6u8ygoT { width:17.625rem;height:4.7109375rem;top:8.6749992370606rem;left:1.1875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtXZyv9gGv0dfotCPuKvKXeSlI4zJ2o2 { width:14.0625rem;height:5.1972625rem;top:2.5593748092651rem;left:5.9375rem;font-size:2rem;text-shadow:0.125rem 0.125rem 0.125rem #000000;display:block; }
 }@media only screen and (max-width: 763px) { #fAQVPfcTber8PhgMybdFbucBbbRVQFEi { width:6.6875rem;height:10.31875rem;top:0rem;left:0rem;font-size:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #McrTfg1y6aA5oJBBeoueg45qQnFJ1ASz { width:14.75rem;height:14.75rem;top:121.43750190735rem;left:2.6250001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNe6V8T2Ra37bLPo4ncv2Ta4DVAfKz6y { width:15.0625rem;height:15.0625rem;top:14.375000476837rem;left:3.0000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFzpNT7OUeG0vbK6FzLzsIKaxLt7NZTT { width:15.9375rem;height:15.9375rem;top:28.837500572204rem;left:2.0312501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBfHONZGMAIBTyaqTdf1ma0riFQmAGnS { width:15.125rem;height:15.125rem;top:106.36250114441rem;left:2.4375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPt3JM8MkGKOaCrnVz2IdX7LxdtlV6Xu { width:15.875rem;height:15.875rem;top:90.537501335144rem;left:2.9875000715256rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHNnQe25SwOa6B1u2yEoZE3eMMFMpa6T { width:15.875rem;height:15.875rem;top:74.712501525881rem;left:2.0625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qin26IL33MeCiUHa00pUv1gaisUmDKg1 { width:15.625rem;height:15.625rem;top:60.337501525879rem;left:3.2375000715256rem;display:block; }
 }@media only screen and (max-width: 763px) { #acgTLWKQgslXHzJ7FDLUtKDkWkFEdCEx { width:15.5625rem;height:15.5625rem;top:44.775001525879rem;left:3.0625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5zm3vJGKZVo6IstmNyCXb2r0kduFbWV { display:block; }#Z5zm3vJGKZVo6IstmNyCXb2r0kduFbWV > .row .container { width:20rem;height:53.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ccynyInqyeLRqcvgry7nOAONbyalBqUx { width:20rem;height:4.55rem;top:3.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #IMykI3tVr37ntLF2LKRmGa1lTgcuzvF6 { width:1.8125rem;height:1.8125rem;top:8.4375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptCve76UB7aKNT92Xnmr044TS4XCTpxx { width:1.1875rem;height:1.1875rem;top:8.75rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dg1qKphWcR16LyGdzrO9P4GW5QvONgFV { width:1.1875rem;height:1.1875rem;top:8.75rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NW3TJ8CdkT8NkvP75rb6eJCDs8abatog { width:1.1875rem;height:1.1875rem;top:23.4375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #znlOBLKSzVwxMLQadLwg0i7xhwFfhXtT { width:2.375rem;height:2.375rem;top:32.0625rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvIWrVdqB9Ur9bApkZE4TXBXplDtMkhe { width:2.75rem;height:2.75rem;top:23.8125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfAyNCHDNa9s7uirJFOHFhy44wcJpzZc { width:1.4375rem;height:1.4375rem;top:19.125rem;left:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQboQwM7vxXHGov9TLUeRh7Md9EB0VZL { width:1.1875rem;height:1.1875rem;top:12.0625rem;left:1.6875rem;z-index:15050;display:block; }
 }@media only screen and (max-width: 763px) { #mRencgGXcKIK1ABGZPEfsBeE79XF6ChT { width:2.375rem;height:2.375rem;top:50.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDarbXDxmcpF34QfT2OTXyVP70gFMkzC { width:2.75rem;height:2.75rem;top:6.625rem;left:17.25rem;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #m9o73v6acgZaV8NQu40M290caFpduDy2 { width:4.5rem;height:4.5rem;top:47.3125rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBsv9WLv1lPXDHd55QOqaDINW6ekTK34 { width:1.4375rem;height:1.4375rem;top:35.875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJ3L0dRWcQxmubGKHQepmtlmKVKaUpBa { display:flex;width:3.8125rem;height:3.8125rem;top:12.0625rem;left:8.0625rem; }
 }@media only screen and (max-width: 763px) { #TUflnJwfyk6VS9ecJg88vPtTokTFg6ra { width:18.25rem;height:2.35625rem;top:15.75rem;left:0.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZXxNr8f5ic7br0fwLBbDcLCdWJug1yE { width:18.1875rem;height:3.49805rem;top:18.09375rem;left:0.90625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUarVGdZ33JW1tPMa8VPis4meTW0o0I8 { width:12.875rem;height:12.5rem;top:10.9375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxRJK3omTo5Q60xXazli3xmBoQKlQFmo { width:12.875rem;height:12.5rem;top:24.875rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbOpmkoP8pTsMvfoQTkPfV6HJPV9eT8S { width:12.875rem;height:12.5rem;top:38.6875rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2qDl1PaPGqPym5ArhUt98yXgJBcf09c { display:flex;width:3.5625rem;height:3.5625rem;top:26.4375rem;left:8.1875rem; }
 }@media only screen and (max-width: 763px) { #mRXXFmLxNvMg3vTEhDPA4vhKxsKCg4Wk { width:18.25rem;height:2.35625rem;top:30rem;left:0.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OG2WrKd35DhFC43sDTxcJs1T0SC3NFcN { width:18.1875rem;height:3.49805rem;top:32.4375rem;left:0.90625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4HTTogAPwz8KCnMFnWdZhVyR7C5EmpA { display:flex;width:3.3125rem;height:3.3125rem;top:40.25rem;left:8.125rem; }
 }@media only screen and (max-width: 763px) { #odZBxucxT3rwnO73ISJ4qR7qTpUBtLhh { width:18.25rem;height:2.35625rem;top:44.0625rem;left:0.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2fC2q2580ALGvEodeHKyGVXMfI6yyFF { width:18.1875rem;height:1.75rem;top:46.418750762939rem;left:0.90625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyG9fg8dXCbO8gEHtA9ZyoHa0KnqlXFg { display:block; }#zyG9fg8dXCbO8gEHtA9ZyoHa0KnqlXFg > .row .container { width:20rem;height:66.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u959auWiJM2wvfdtZCQlb0lqrpCJxInn { width:12.5rem;height:12.9345625rem;top:33.5625rem;left:5.3125rem;font-size:1.125rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #pvdy3Bd89c12uUSnn24s4qy4XEETtv8w { width:16.4375rem;height:5.1972625rem;top:2.6875rem;left:1.8125rem;font-size:2rem;text-align:center;text-align-last:center;text-shadow:0.125rem 0.125rem 0.125rem #000000;display:block; }
 }@media only screen and (max-width: 763px) { #o2kPnUhBaUscZGGa6qgdoAP7A3LbiTmS { width:1.8125rem;height:1.8125rem;top:9.75rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQ7ffUSiFfTJ2Zvs1QEDCNn70LRfVLJf { width:1.1875rem;height:1.1875rem;top:10.125rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgo2qc1x38Sdf2TAb5BFHIyt3nSDZkbP { width:1.1875rem;height:1.1875rem;top:10.125rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N931DM1L7xVS3NiHR953hODuXmTKDhRl { width:20rem;height:20rem;top:11.5625rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #T1QtOvaTThraHey9SMlwZyKhtspmxshJ { width:20rem;height:4.4375rem;top:32.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jf8CDToCBsp3eTldkFO9ryQtOzPZKFz1 { width:12.5rem;height:10.34765rem;top:48.6875rem;left:5.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ilt1E71AqxGWoGwGbOSGwK1FrR22h5m0 { width:20rem;height:4.4375rem;top:37.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9qUHxKA7FmPXye4u2wdKULN6mhew6wN { width:20rem;height:4.4375rem;top:53.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxQVc5l6TcllHFU7UEZrZ9mowz7g6q78 { width:20rem;height:4.4375rem;top:42.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #btbpWiubk50Fz10rVL7aVnRazvu8f4rW { width:20rem;height:4.4375rem;top:47.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lsa63c2bnvZtd6Vx0KyyghGokxO5g0ST { width:3.1875rem;height:2.25rem;top:33.75rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeoR5kEIcls4F2lkb4q8ZzVGCUwmnDTT { width:3.1875rem;height:2.1875rem;top:38.8125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRLR4hgTTUm6BLF16eNvU7UtJp1paEs5 { width:3.1875rem;height:2.1875rem;top:54.3125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qdfx3mddSt2FfskyFeAU67hCsD9wHJEr { width:3.1875rem;height:2.1875rem;top:49rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQPorM1tppE2um8r7HuA54qlRgSA9bUi { width:3.1875rem;height:2.1875rem;top:43.9375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3vx69AnerMgayLZZsAUZM9xfxeCMKSx { width:13.0625rem;height:3.4375rem;top:60.3125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaQ9zV6iZpPVg6pZdGI970hR69EJECqn { display:block; }
 }@media only screen and (max-width: 763px) { #sQ2aslQTsJ2Rc30zMVtdDovN3oDeuCEG { width:1.4375rem;height:1.4375rem;top:28.5625rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1im36ROQZogordIT0eDtL9cyacbDAnn { width:1.5rem;height:1.5rem;top:12.6875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZL0V5bS8L8Bx5UT0PydrAwL7yQ7vyKQ { width:2.625rem;height:2.625rem;top:30rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HN1nFq0qDpAH23GUFVbhi9D0MawBwZ7S { width:15rem;height:1.86875rem;top:7.875rem;left:2.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNfOHczOwxeq1FSAG2opEPTUiJP0Zw8I { display:block; }#aNfOHczOwxeq1FSAG2opEPTUiJP0Zw8I > .row .container { width:20rem;height:11.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ve3LKDnvqAv1oRqhA4nk8uZLdfZnHTkd { width:20rem;height:5.1972625rem;top:3.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdS6EMp2dGBdlPQxFvfRTIOtuQgV2Hpi { width:1.8125rem;height:1.8125rem;top:9.5625rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfhmGArkUsoBtpOCPrJOwwqp56OJFhXn { width:1.1875rem;height:1.1875rem;top:9.875rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFMZ47PHHPzppXoF02TmHCWrN6XWRNE2 { width:1.1875rem;height:1.1875rem;top:9.9375rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvKbzk2mJJZxmwxTI9nONqEq8k00auSb { display:block; }#wvKbzk2mJJZxmwxTI9nONqEq8k00auSb > .row .container { width:20rem;height:53.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JBzT3D9TqCwVrmshUKUQC2ZetebkUBog { width:20rem;height:30.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMF8Tmc0t4TEV1VwFF8cqHxQC76FIkok { width:17.5rem;height:24.917rem;top:2.9375rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgA4WnaVWx3H1ToCmxQ8MAOipB62tJlZ { width:12.5rem;height:1.3rem;top:28.875rem;left:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzWUbQgDMNTPh3E4SFQCyH6O4NvgQMcL { width:20rem;height:20rem;top:33.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpkNuZDZqeZdWuzJO2LtwQMw4dkKEyvw { width:17.5rem;height:13.2890625rem;top:34.9375rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IV4RF2tpcDuvWTTv4zaCq4CabXlbZ4Fi { width:12.5rem;height:1.3rem;top:48.8125rem;left:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWsG9q4PasLTEiDeoZP5fxEgcxpLiwtE { width:8.625rem;height:1.3rem;top:50.1123046875rem;left:10.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMMzQck2K2fJ7h03b1TnRkELR4xVonvr { display:block; }#RMMzQck2K2fJ7h03b1TnRkELR4xVonvr > .row .container { width:20rem;height:43.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uUgqEAA7rHovtOdGzKVwWQP21d8BBDbq { width:20rem;height:20.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2oAbUDu2mbnucX4CKFr2x6WJxVxKRbE { width:17.5rem;height:13.2890625rem;top:2.9375rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEIWdnbviZtNa1fl2sbC8vC2K29F39NF { width:12.5rem;height:1.3rem;top:17.3125rem;left:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxTae5IPx9bvO61CtJ6cr8IFyJcWZdJ6 { width:20rem;height:19.5625rem;top:22.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EguP0PkOWnrfNDZ57cqgiOpK0ebTEcKp { width:17.4375rem;height:11.6279375rem;top:24.1875rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwJHPdg8GFpXuarHTASXft1EEvVtXIcP { width:12.5rem;height:1.3rem;top:37.4375rem;left:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6w9HiqVWL2JSxKcemTpw2sBnLdvRbNF { width:8.625rem;height:1.3rem;top:38.6875rem;left:10.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrUOsH9TGzW8PyPJi35U36QuVHOZmEBm { width:8.625rem;height:1.3rem;top:18.57470703125rem;left:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDT71KdxXRUfdGyRhU71hDrmcxD9TxRc { display:block; }#iDT71KdxXRUfdGyRhU71hDrmcxD9TxRc > .row .container { width:20rem;height:36.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NGFacSXyHzZ4mbvkvrdRN1OcFdkyiwTn { width:20rem;height:15.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxRROpv5xv73iJlJQgRTJcbvQTC7IQOu { width:17.5rem;height:9.9668125rem;top:2.9375rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTXtaCb3mCMayoQZPfTn21fXPEb63ni7 { width:12.5rem;height:1.3rem;top:13.8125rem;left:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJSNtqrrGxhdW41auTnX1UTBvoimPbdH { width:20rem;height:17.625rem;top:17.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4Zqf5G0hSpC42JvrxJO0XopQmEC92GT { width:8.625rem;height:1.3rem;top:31.8125rem;left:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5Ol0m7Z0o0D47biOCasZi4XH7sLynI2 { width:12.5rem;height:1.3rem;top:30.4375rem;left:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCBdKfZH8o3zkt2UGdn7SCH6RqIEPFI8 { width:17.5rem;height:9.9668125rem;top:19.75rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShvDzuVlC7bLEPRlw0xm68rTRAxTKRw1 { display:block; }#ShvDzuVlC7bLEPRlw0xm68rTRAxTKRw1 > .row .container { width:20rem;height:47.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #knyT1VmDHkMErcghuQqsK6W1XFsobdfz { width:20rem;height:46.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT6iZs4OQpdpwIWT3vhGESbZIVUyS1xP { width:17.5rem;height:41.5283125rem;top:1.875rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNMyxZmKhzzFLrJ73QBstKmG5eRvTUuw { width:12.5rem;height:1.3rem;top:44.3125rem;left:6.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUxiWxUOdBsf87wM6iOmkxDRaVUJ8I31 { display:block; }#bUxiWxUOdBsf87wM6iOmkxDRaVUJ8I31 > .row .container { width:20rem;height:2.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IsKJVUGWmT4ibalLe7UCdVUifrBE4OsO { width:0.5625rem;height:0.5625rem;top:1.0625rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqCfBKmzAvHRZI5345VJZmGVxBbThr2U { width:0.5625rem;height:0.5625rem;top:1.0625rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFdEozK8QcdzvZyKdmJiouKo5XRnibXl { width:0.5625rem;height:0.5625rem;top:1.0625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #agvOpm0SroAkMwoWzHpq4N8zl9rfE5eZ { width:0.5625rem;height:0.5625rem;top:1.0625rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5MqJfpWtzZVmx6OyoSyzHMnQx7LxOmw { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3bb61c16-da74-423c-9d33-585ce4be8cd2/tonastronobozy24.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#T5MqJfpWtzZVmx6OyoSyzHMnQx7LxOmw.adaptive-delivery-prevent-bg, #T5MqJfpWtzZVmx6OyoSyzHMnQx7LxOmw.lazyload, #T5MqJfpWtzZVmx6OyoSyzHMnQx7LxOmw.lazyloading { background-image: none; }#T5MqJfpWtzZVmx6OyoSyzHMnQx7LxOmw > .row .container { background-color: transparent; background-image: none; }#T5MqJfpWtzZVmx6OyoSyzHMnQx7LxOmw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T5MqJfpWtzZVmx6OyoSyzHMnQx7LxOmw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T5MqJfpWtzZVmx6OyoSyzHMnQx7LxOmw > .row .container > .video-iframe-container { display: none; }#T5MqJfpWtzZVmx6OyoSyzHMnQx7LxOmw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T5MqJfpWtzZVmx6OyoSyzHMnQx7LxOmw > .row > .video-iframe-container { display: none; }#T5MqJfpWtzZVmx6OyoSyzHMnQx7LxOmw > .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); }#T5MqJfpWtzZVmx6OyoSyzHMnQx7LxOmw > .row .container { width:20rem;height:63.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rUTAqfrDRW5N14yIfukaFTGF7y19R1qX { width:20rem;height:2.6rem;top:3.6875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jm5m4sMQAvAB8hkbK3QURn6eo45rRZNV { width:1.8125rem;height:1.8125rem;top:11.0625rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLdrovxZg2mTW6rIifQOsV2bMhUoxE7A { width:1.1875rem;height:1.1875rem;top:11.375rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5wCMA0KWCXhZpxtDIyi9dUq5PTzlGA6 { width:1.1875rem;height:1.1875rem;top:11.4375rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzMdMWCXM1TRWFKRawHUVO07d5UBSgx7 { width:20rem;height:10.9350625rem;top:13.125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BKosMymO5a4UeeCRr6CNpRbgGrt1Uv8W { width:17.5rem;height:3.4375rem;top:58.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uq1htgJG4db5JLZh85EhR2ihqAWUW618 { display:block; }
 }@media only screen and (max-width: 763px) { #ZMpRRh4ITn2GJ1rCqKcL5Kt6wJgB6Fca { width:19.625rem;height:15.0835rem;top:38.1875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IS5hMzf7W5rKbZPl76KeTX0cDHS9XQui { width:13.3125rem;height:9.875rem;top:24.375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMRX40MEHkqls0r0TKLQ4SJUxvM4kKrs { width:13.625rem;height:9.8125rem;top:31.125rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBtGDBcDdLgfdNGTwZ4r6UJnSndgCGJd { width:5.0625rem;height:9.1875rem;top:49rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbGwpf14TZnaVdbTsNDz5kvUSlCTytvc { width:7.875rem;height:1.86875rem;top:6.28750038147rem;left:3.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eemUpDVoWItqga9ZWPviye31TNGbuxRP { width:8.8125rem;height:8.8125rem;top:4rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5wApF3FqmZTPmgfC8bGPUZ0koBHDVpf { display:block; }#G5wApF3FqmZTPmgfC8bGPUZ0koBHDVpf > .row .container { width:20rem;height:48.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ICMgmaB31te4pT61bnzhClsx1mWf9vDT { width:20rem;height:7.795875rem;top:1.75rem;left:0rem;font-size:2rem;text-shadow:0.125rem 0.125rem 0.0625rem #000000;display:block; }
 }@media only screen and (max-width: 763px) { #drzQ7EOCCFO4vCu9nMUh0n63UdkiTezT { width:1.8125rem;height:1.8125rem;top:9.875rem;left:9.1250003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIVCIXnPXqddP9UgCXAU7wbmqe4zKVVN { width:1.1875rem;height:1.1875rem;top:10.1875rem;left:11.062500357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3V0MtydKu0zCLdalyhGo7Rp62dCOPXm { width:1.1875rem;height:1.1875rem;top:10.25rem;left:7.7500003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6X4U3TgEr6Hb1bMHOuVtrtEaFZQopC2 { width:20rem;height:8.90625rem;top:12.125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGTTLpIXzssfbBpM2TqBB6WMNAalt1Q3 { width:19.1875rem;height:3.4375rem;top:43.0625rem;left:0.8125rem;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lETWDB2mRiOXageAvpyz0pF3KsBXlfwP { display:block; }
 }@media only screen and (max-width: 763px) { #ADmyJgTdt6V0oM6v32QT42d0PONpDZh5 { width:8.5rem;height:8.5rem;top:28.1875rem;left:1.9375001192093rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #b9NR8M8x5q00TpxqntUtRiGvO9nNHt6P { width:9.1875rem;height:9.1875rem;top:24rem;left:8.9375003576281rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #LUQbXhnfRFEe1pq7NMhbE7JezPLulfOi { width:9.1875rem;height:9.1875rem;top:31.312500953674rem;left:9.1250003576281rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #dqSsHFhe9M8mH5Jp1Z5WAdsfNTMb9npw { width:9.1875rem;height:9.1875rem;top:21.0625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWAVJdWx5OmBQmbzC22EUlwNUAzG77Qq { width:7.4375rem;height:7.3125rem;top:34.737501144409rem;left:3.5500000715256rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #tEyMt5SwyFTUNZJHhm30a9viM4CRDDp7 { display:block; }#tEyMt5SwyFTUNZJHhm30a9viM4CRDDp7 > .row .container { width:20rem;height:34.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RbAiS0p8I4yWTAlngqc3M8L0Ts4cuEBP { width:20rem;height:5.1972625rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqD7okwWtnIbMBdQl1HM8rCrnAVyOIfr { width:1.8125rem;height:1.8125rem;top:7.25rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #czfBVWi43S0DIZx9STiWTgDiHqkbNlpm { width:1.1875rem;height:1.1875rem;top:7.625rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaA1SUvLdtCnzr6EvAwDnZRKPGzsPQUz { width:1.1875rem;height:1.1875rem;top:7.5625rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xs6598CEfXewtqQb8O8RNhdqB5FAOaXF { width:16.8125rem;height:4.00195rem;top:10.1875rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXPTcAikRduuhHnKqTzhiXxQgM2I9JPk { width:17.3125rem;height:6.00293125rem;top:15.25rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCoiI4SlfeEeTCRJ35AWdzAn2Ct5z9Wu { width:17.3125rem;height:6.00293125rem;top:22.4375rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1fPe1G9ZhOETuNwdTFWDyT1A8mKXQCq { display:flex;width:1.75rem;height:1.75rem;top:11.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rl3rmLd1P7tqU34PXVA1GcwaRKStteNJ { display:flex;width:1.75rem;height:1.75rem;top:17.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nRD70xTdzaoSI4WFvAsZyDSAHVrIyObU { display:flex;width:1.75rem;height:1.75rem;top:24.5625rem;left:0.0625rem; }
 }@media only screen and (max-width: 763px) { #B6ocX6hKwia36ZuvNbs8dyhe71xnSPzf { width:20rem;height:3.25rem;top:29.71875rem;left:0rem;font-size:0.875rem;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;display:block; }
 }@media only screen and (max-width: 763px) { #TB2t2oZ1Q12WEbzU82XPTeCTVTEUv9Mb { display:block; }
 }@media only screen and (max-width: 763px) { #d6nmCqefR9C8JEFHbtvnMWtK6QWGlZQ6 { display:block; }#d6nmCqefR9C8JEFHbtvnMWtK6QWGlZQ6 > .row .container { width:20rem;height:56.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q7zBlQCeTdlNvVUUxQzHBdWkFzFqhJqk { width:20rem;height:2.6rem;top:2.6875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ffU7zkhDgrSrQTAwhVt8FlCI4nE1m32B { width:1.8125rem;height:1.8125rem;top:5.3125rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #glEZbLn7Hd00EPQTxV1KD7BGQwAebxVP { width:1.1875rem;height:1.1875rem;top:5.625rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bywI2yKHd6ATtPXPTmkMxy1LpNc5tTfq { width:1.1875rem;height:1.1875rem;top:5.625rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAz4CNcWGlgCKPK30eP4HcsFuc0uoywB { width:6.4375rem;height:1.5625rem;top:11.25rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuxR2EVB3xpqO26sZSnVLk1aHxl9nCAb { display:block; }
 }@media only screen and (max-width: 763px) { #oUfVEkISwrWm7kAUog6HvMtyszeHGOU0 { width:6.4375rem;height:1.5625rem;top:13.125rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBZRfugs5raa5r6JnLhk1dAyte6ozbJM { display:block; }
 }@media only screen and (max-width: 763px) { #rTdBCIzH8Czox5mF5I5zInTefts0E8py { width:13.9375rem;height:1.5625rem;top:16.125rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCILcrE1lITDavBV7ZgAT8DO0t0J5Tbc { display:block; }
 }@media only screen and (max-width: 763px) { #NfBDbRODstNcBQh2EB3n8LHuLnVtyALb { width:15.0625rem;height:9.4995rem;top:19.9375rem;left:4.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOhgGLnGF2fzalMOOw9qxxTyQg7Wiag5 { width:20rem;height:26.5rem;top:7.9365234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdOA9FpTINJKcMP5cUmLDELJwOsieEBV { display:flex;width:2.5625rem;height:2.5625rem;top:19.6875rem;left:1.625rem; }
 }@media only screen and (max-width: 763px) { #laMquUENLHIgCuULr8SyRgGdCR3z2S5z { display:flex;width:2.1875rem;height:2.1875rem;top:10.875rem;left:1.8125rem; }
 }@media only screen and (max-width: 763px) { #cSCSxHXUPwqF7a0RRwaW2lUg30hTRmQ7 { display:flex;width:2.1875rem;height:2.1875rem;top:15.75rem;left:1.8125rem; }
 }@media only screen and (max-width: 763px) { #AKqOBQmy2FqZeEZLc8yRono87EdPTdHg { width:15rem;height:1.8369125rem;top:8.4990234375rem;left:2.34228515625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxqzrIGZvDsmdxyRSO8OG1WWpg2FiRzw { width:20rem;height:19.75rem;top:35.4990234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pfyfu7IoIiObViCbypdLJ24wT2Eslao9 { width:15rem;height:1.8369125rem;top:36.37353515625rem;left:1.62451171875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfAHldOk2PvO85SsJMhNipwyDkKhvGgZ { width:18.1875rem;height:14.006825rem;top:39.43505859375rem;left:1.81201171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCOrMDpK8WNOZCWix7ilZHBiIWgk2waS { display:flex;width:9.75rem;height:9.75rem;top:40.90283203125rem;left:10.24951171875rem;z-index:15013; }
 }@media only screen and (max-width: 763px) { #XAJSSulhQoF0kZL4IRQrr9Pg8xSu97tr { display:flex;width:2.5rem;height:2.5rem;top:29.4345703125rem;left:1.6552734375rem; }
 }@media only screen and (max-width: 763px) { #MVqqkX6P7T8a2AeuUhqMOzWzvsPMX6Ur { width:18.1875rem;height:1.8999rem;top:32.62939453125rem;left:0.9052734375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzw2r57i7tiMpEGITIuApxrncyiv0T1U { display:block; }#dzw2r57i7tiMpEGITIuApxrncyiv0T1U > .row .container { width:20rem;height:17.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b3Xu5ARk2TBrXwytkVJ25x8sTlGNsK9W { width:11.125rem;height:2.625rem;top:1.25rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rw3dpyz7CzofCmPGsLca9u7ZgQdRU4Fp { display:flex;width:2.125rem;height:2.125rem;top:5.125rem;left:8.9375rem; }
#Rw3dpyz7CzofCmPGsLca9u7ZgQdRU4Fp > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #Cpik8EcCtb28De8yCynLG0UZeZxirMy8 { width:20rem;height:1.0563125rem;top:8.5rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N7Cxhiy30xdArkOS9Zx86PbbCtZKHeuv { display:flex;width:2.125rem;height:2.125rem;top:10.80625rem;left:8.9375rem; }
#N7Cxhiy30xdArkOS9Zx86PbbCtZKHeuv > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #TdMpN62XC2hiCyz3bIZKvs7TmmW0LKB2 { display:flex;width:2.125rem;height:2.125rem;top:14.181274414062rem;left:8.9375rem; }
#TdMpN62XC2hiCyz3bIZKvs7TmmW0LKB2 > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }