.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:230,219,251;--color-primary-1:172,135,243;--color-primary-2:89,15,230;--color-primary-3:45,8,115;--color-primary-4:13,2,35;--color-secondary-0:255,255,255;--color-secondary-1:255,255,255;--color-secondary-2:255,255,255;--color-secondary-3:128,128,128;--color-secondary-4:38,38,38;--color-tertiary-0:255,255,255;--color-tertiary-1:255,255,255;--color-tertiary-2:255,255,255;--color-tertiary-3:128,128,128;--color-tertiary-4:38,38,38;--headlines-font-family:Noto Sans;--paragraphs-font-family:Noto Sans; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#000000;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); }#zMMCWyq72rHZHewOHbl4U29qu7e0UKd9 { 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/92a24a91-b5b9-44dd-ae2e-2ca2119fceb2/Landingresumenmacroevento12.png");background-position:bottom 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; }#zMMCWyq72rHZHewOHbl4U29qu7e0UKd9.adaptive-delivery-prevent-bg, #zMMCWyq72rHZHewOHbl4U29qu7e0UKd9.lazyload, #zMMCWyq72rHZHewOHbl4U29qu7e0UKd9.lazyloading { background-image: none; }#zMMCWyq72rHZHewOHbl4U29qu7e0UKd9 > .row .container { background-color: transparent; background-image: none; }#zMMCWyq72rHZHewOHbl4U29qu7e0UKd9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zMMCWyq72rHZHewOHbl4U29qu7e0UKd9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zMMCWyq72rHZHewOHbl4U29qu7e0UKd9 > .row .container > .video-iframe-container { display: none; }#zMMCWyq72rHZHewOHbl4U29qu7e0UKd9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zMMCWyq72rHZHewOHbl4U29qu7e0UKd9 > .row > .video-iframe-container { display: none; }#zMMCWyq72rHZHewOHbl4U29qu7e0UKd9 > .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); }#zMMCWyq72rHZHewOHbl4U29qu7e0UKd9 > .row .container { border-width: 0; border-radius: 0; }#zMMCWyq72rHZHewOHbl4U29qu7e0UKd9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zMMCWyq72rHZHewOHbl4U29qu7e0UKd9 > .row .container { font-size:0.875rem;font-family:arial;height:26.5rem;width:75rem;position:relative;display:block; }#vhOfQRpQVnJspKktwKRoRmfLtfr6M3Mt { color:rgba(var(--color-tertiary-0),1);display:block;width:45.625rem;position:absolute;font-family:"noto sans";font-size:4.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.7215909957886rem;left:14.687500476837rem;height:5.36221875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yBiialJKBwbX4VqKzum3REPLEu5441N4 { color:rgba(var(--color-tertiary-0),1);display:block;width:39.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:21.1875rem;left:17.749218940735rem;height:4.55rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BJFDbQJD1GdLkrTPaCS6qu0Pp7e1ErTL { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:28.375rem;top:8.875rem;left:23.312500953674rem;overflow:hidden;display:block; }
#MhsaTzURs7JoCbfxmAheMBHoPTJMfgAm { position:relative;display:block; }#MhsaTzURs7JoCbfxmAheMBHoPTJMfgAm { background-color: transparent; background-image: none; }#MhsaTzURs7JoCbfxmAheMBHoPTJMfgAm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MhsaTzURs7JoCbfxmAheMBHoPTJMfgAm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MhsaTzURs7JoCbfxmAheMBHoPTJMfgAm > .row .container > .video-iframe-container { display: none; }#MhsaTzURs7JoCbfxmAheMBHoPTJMfgAm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MhsaTzURs7JoCbfxmAheMBHoPTJMfgAm > .row > .video-iframe-container { display: none; }#MhsaTzURs7JoCbfxmAheMBHoPTJMfgAm > .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); }#MhsaTzURs7JoCbfxmAheMBHoPTJMfgAm { border-width: 0; border-radius: 0; }#MhsaTzURs7JoCbfxmAheMBHoPTJMfgAm > .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; }#MhsaTzURs7JoCbfxmAheMBHoPTJMfgAm > .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:441.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SCvPISQildlvBL9h4tD9QqJT9zdDAVbZ { color:rgba(var(--color-tertiary-0),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:37.249289512634rem;left:19.468750476837rem;height:6.1875rem;text-align:center;text-align-last:center;display:block; }
#DMzXn8tU0rfi578E36x7peeJ9vakWQMg { color:rgba(var(--color-tertiary-0),1);display:block;width:31.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:52.25rem;left:40.000002384186rem;height:14.4375rem;display:block; }
#memz3JDlKOJa2FL0Z0ZKGDSUcMr3f4fT { color:rgba(var(--color-tertiary-0),1);display:block;width:64.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:44.749998092651rem;left:6.8117899894712rem;height:2.92471875rem;font-style:normal;display:block; }
#bdhIOhItpEmbJMEmdrsBKPvzgOGXVZJc { color:rgba(var(--color-tertiary-0),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:128.50002288818rem;left:3.7500004768372rem;height:14.4375rem;display:block; }
#CmnhER0fwcXpaZiAEnmiRkGCCWCl9VgP { color:rgba(var(--color-tertiary-0),1);display:block;width:29.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:72.250000953675rem;left:3.7500004768372rem;height:10.3125rem;display:block; }
#Fv35r8yVJNJskOR5IAWe7hZWBdlPnyyw { color:rgba(var(--color-tertiary-0),1);display:block;width:31.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:89.749999046325rem;left:3.7500004768372rem;height:12.375rem;display:block; }
#S8Eud7yXVdxZnMV8dzS4NTuXN0WRoX9b { color:rgba(var(--color-tertiary-0),1);display:block;width:31.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:111.21875rem;left:3.7500004768372rem;height:10.3125rem;display:block; }
#J4hC5DaBOqwWaIxyA6CPKhKZ3VhRcq4Z { color:rgba(var(--color-tertiary-0),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:148.50001907349rem;left:18.750000476837rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OkWScqqOlUDEuu236a8QnuI1pcIB2RrR { color:rgba(var(--color-tertiary-0),1);display:block;width:60.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:152.25001907349rem;left:6.2500004768369rem;height:6.1875rem;text-align:center;text-align-last:center;display:block; }
#dP7utUQTVHqM93TwwKUhFD2flEaksOBR { color:rgba(var(--color-tertiary-0),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:181rem;left:20rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UJHe983UURFNBTa8GHx9xmqR5dL2rTql { color:rgba(var(--color-tertiary-0),1);display:block;width:67.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:184.75rem;left:3.75rem;height:6.1875rem;text-align:center;text-align-last:center;display:block; }
#bD266fOyXSGTFLdRcgRrq6ykKb5Uo8X3 { color:rgba(var(--color-tertiary-0),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:282.25000953674rem;left:21.875000476837rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w9Mro8xMozP9xCK7R492UVuhRDT8xQPx { color:rgba(var(--color-tertiary-0),1);display:block;width:61.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:286.00001525879rem;left:8.1867899894713rem;height:4.125rem;text-align:center;text-align-last:center;display:block; }
#tT221LmEg0g3y49CTQucXs335TrORAD2 { color:rgba(var(--color-tertiary-0),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:393rem;left:21.25rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QzTatHXSEvMh1DLNam74wymyKwStXbkD { color:rgba(var(--color-tertiary-0),1);display:block;width:62.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:396.75rem;left:6.25rem;height:6.1875rem;text-align:center;text-align-last:center;display:block; }
#ddyJT9CeTGAvAteL0NcH9f5wDXKy2mzO { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.0625rem;width:28.8125rem;top:51.1875rem;left:3.7500004768372rem;overflow:hidden;display:block; }
#BysfESpahDSnmBm756DtFWvLqliBZa3K { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.8125rem;width:30.625rem;top:127.68752288818rem;left:40.624292850494rem;overflow:hidden;display:block; }
#iG67N81VEuxMVHwo7iaPKflQEZ36HzLW { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16rem;width:31.1875rem;top:69.346596120206rem;left:39.962755276979rem;overflow:hidden;display:block; }
#JUmZ9QMXoELFU7JKXi5F0D6qhGCJEu2h { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.0625rem;width:31.25rem;top:88.687499046325rem;left:40.000002384186rem;overflow:hidden;display:block; }
#RQTfOTAJDPtACix3Q48xDGglDUgK6XaW { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.75rem;width:31.125rem;top:108.50000572204rem;left:40.000002384186rem;overflow:hidden;display:block; }
#vTuTWr4bF8KbV8n9APUdwuzvVth2bihP { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:20.0625rem;top:162.25002479553rem;left:1.25rem;overflow:hidden;display:block; }
#QGXN6PLqVmUgE0HstJUNf0z83xcFmVAZ { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.0625rem;width:20.1875rem;top:162.25002479553rem;left:53.562502384186rem;overflow:hidden;display:block; }
#IEfgVeQM4NFM6tCTP7osek7Gb1MDvuZN { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:15rem;top:193.5rem;left:2.5rem;overflow:hidden;display:block; }
#I2I3oel6kidw8ivG1duR0CCPToCsR1PC { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:15rem;top:193.5rem;left:20.6875rem;overflow:hidden;display:block; }
#VeNm2hUZi0AFCaMXLAW34uM61WSodfip { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:15rem;top:193.5rem;left:39.3125rem;overflow:hidden;display:block; }
#WVDTqZ6xcdvtMXVNTMoDMPHkbtca3ADQ { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:15rem;top:193.5rem;left:57.5rem;overflow:hidden;display:block; }
#PexKhwdScyTex8zqtLoaXeu96ZZ5FlZ4 { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.4375rem;width:37.6875rem;top:291.81249523163rem;left:20.000000476837rem;overflow:hidden;display:block; }
#SVCqE5aqqpXpzpOt9EAKm60erFNokCqP { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:15rem;top:371.81181526184rem;left:56.232954502106rem;overflow:hidden;display:block; }
#KQAsphVK7lxtkoetFXu5fhb14qDu1KG1 { position:absolute;display:block;z-index:15026;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:15rem;top:320.25rem;left:22.3125rem;overflow:hidden;display:block; }
#ydn8C6iM8n4QNNh2FQxhckRz0Cu4NW8x { position:absolute;display:block;z-index:15027;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:15rem;top:320.1875rem;left:39.375rem;overflow:hidden;display:block; }
#kPcBzVEs11MFobew6aQMw2bKUtEpG7aB { position:absolute;display:block;z-index:15027;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:15rem;top:320.1875rem;left:56.6875rem;overflow:hidden;display:block; }
#MnAcrSDOCgqfPFNacQyXux0FAUWQqAnN { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.0625rem;width:48.8125rem;top:404.4375rem;left:13.75rem;overflow:hidden;display:block; }
#KCmDCrQmZAWaKqsIUT5aHVUJBRySa9um { color:rgba(var(--color-tertiary-0),1);display:block;width:32.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:12.374290466309rem;left:21.437500476837rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Po0QUOG19pKB5KHBRzCvFZ3JpMpLXRUX { color:rgba(var(--color-tertiary-0),1);display:block;width:50.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:0.73671913146975rem;left:13.405468940735rem;height:8.25rem;text-align:center;text-align-last:center;display:block; }
#sLUuDAdQqqcKXyysDr1eBqNGxwa0dVNG { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:27.3125rem;top:162.25000953674rem;left:23.750000476837rem;overflow:hidden;display:block; }
#ucCFoRNe66cc66aWCRRIHWU0BJfNhiIv { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:15rem;top:337.25rem;left:5rem;overflow:hidden;display:block; }
#h9zMuGT6oM5IhcJ0BM2UrGoSIMBHHvzU { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:15rem;top:337.25003886223rem;left:21.875000476837rem;overflow:hidden;display:block; }
#EbJURavRoPk8V2EADQUiOykWedgTauUK { position:absolute;display:block;z-index:15031;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:15rem;top:320.25rem;left:5rem;overflow:hidden;display:block; }
#b1ZWDk6ZVfOnkFbl11OsfNcEIv8xoGT3 { position:absolute;display:block;z-index:15031;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.375rem;width:14.375rem;top:337.5625rem;left:56.6875rem;overflow:hidden;display:block; }
#SkhyRxebBkOnoKfBMeIG14mAs2D1dl23 { position:absolute;display:block;z-index:15027;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:15rem;top:211rem;left:57.5rem;overflow:hidden;display:block; }
#uf03QLVnrrdof3T3Tlit5c1il93vNkWv { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:15rem;top:228.5rem;left:2.5rem;overflow:hidden;display:block; }
#MZTuUZq6IVexlvsZ6Nu7VQdSUN61p21H { position:absolute;display:block;z-index:15031;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:15rem;top:228.5rem;left:39.3125rem;overflow:hidden;display:block; }
#a0iLt1QgmrNCG47TvpkseCzlIf6yhaVu { position:absolute;display:block;z-index:15031;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:15rem;top:228.5rem;left:57.5rem;overflow:hidden;display:block; }
#ya16JbdsaITWc9v6spUl9KEWM7x5Obwv { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:15rem;top:246.00002670288rem;left:20.687500476837rem;overflow:hidden;display:block; }
#JKA2dMB9GzwBaBGBAnpWswlbqWf3XEy0 { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:15rem;top:246rem;left:57.5rem;overflow:hidden;display:block; }
#wkKEIgnSKUALdRlqGnbB1CDsJTBLbAbF { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:15rem;top:246rem;left:2.5rem;overflow:hidden;display:block; }
#G6mvkbWsaOzHLauFyv3zEAZRBlehuZOD { color:rgba(var(--color-tertiary-0),1);display:block;width:62.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:436.75rem;left:6.25rem;height:2.0625rem;text-align:center;text-align-last:center;display:block; }
#RQTqJbLgHyEgqbfI5JgM9fuBOmgxu1Qu { position:absolute;display:block;z-index:15036;height:17.875rem;width:31.9375rem;top:16.562500715256rem;left:21.531250476837rem;display:block; }
#vVTzC3WrmN3lvxTzS2qfxkLJeBWTSICH { position:absolute;display:block;z-index:15037;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:15rem;top:263.5rem;left:2.5rem;overflow:hidden;display:block; }
#yy172L8RxqdLuaLcdO2ODOnHkwpuLIuR { position:absolute;display:block;z-index:15039;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:15rem;top:263.5rem;left:39.3125rem;overflow:hidden;display:block; }
#gIPVKLNnz0zTH6elwlil3wgBBCDZk2kd { position:absolute;display:block;z-index:15039;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:15rem;top:263.5rem;left:57.5rem;overflow:hidden;display:block; }
#Hn5rO9Z9OTQRZTXbzfQCGiycFzHDoDES { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:15rem;top:354.1875rem;left:5rem;overflow:hidden;display:block; }
#XgZZJZQOnDQE1AOQP2LnaKDky8AzU1Eh { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:15rem;top:371.81251144409rem;left:5.0454545021057rem;overflow:hidden;display:block; }
#P2AXUGVUXukB7GT2mM5PwCSTRenDfUkI { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.375rem;width:14.375rem;top:354.5rem;left:56.6875rem;overflow:hidden;display:block; }
#FKxiCbp8sIwZOS4Q6bogTFDqrMhPXzu4 { position:absolute;display:block;z-index:15037;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:15rem;top:354.18753910065rem;left:21.875000476837rem;overflow:hidden;display:block; }
#zCXOJNkHrcKLWnQAXefdJrS3SOGvb5q0 { position:absolute;display:block;z-index:15038;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:15rem;top:371.81251144409rem;left:21.875000476837rem;overflow:hidden;display:block; }
#w3Pwp6NthFqzLt9vtFSRbrsbzTrB8DGu { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:15rem;top:371.81251144409rem;left:39.420454502106rem;overflow:hidden;display:block; }
#wirKpaGlmpwmcTeVk1f0MMAiMrW5l9RT { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:15rem;top:211.00000572204rem;left:2.5000004768372rem;overflow:hidden;display:block; }
#WB5PywAKqmPkOGnxck1FXW41mOcL0pEE { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:15rem;top:211.00000572204rem;left:20.687500476837rem;overflow:hidden;display:block; }
#eh0eHviIvRngJMAm22pEtpATuguQz14Q { position:absolute;display:block;z-index:15026;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:15rem;top:211rem;left:39.3125rem;overflow:hidden;display:block; }
#WspXkhfmduMwhdvTmaO5Lur1Ue9uEKld { position:absolute;display:block;z-index:15036;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:15rem;top:246.00002670288rem;left:39.312502384186rem;overflow:hidden;display:block; }
#dkb2CFb4Wf6JD1TNUtsbOJa3uPBfRSlX { position:absolute;display:block;z-index:15036;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:15rem;top:228.5rem;left:20.625000476837rem;overflow:hidden;display:block; }
#cEBNWVEtevDFt8npgW27vDgClaARBPJA { position:absolute;display:block;z-index:15037;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:15rem;top:263.49928760529rem;left:20.625000476837rem;overflow:hidden;display:block; }
#GcHIkqCFn8rpwTkdL8M7FEZ7QcCNSvqJ { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:15rem;top:354.1875rem;left:39.420454502106rem;overflow:hidden;display:block; }
#Lyvhvp0vzpBzOJtxxDxca3Fq3yMpu5ii { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:15rem;top:337.24931240082rem;left:39.420454502106rem;overflow:hidden;display:block; }
#T4IfZCCREqo9lF6NEoJy3ShTs1Zn9A3w { position:relative;display:block; }#T4IfZCCREqo9lF6NEoJy3ShTs1Zn9A3w { background-color: transparent; background-image: none; }#T4IfZCCREqo9lF6NEoJy3ShTs1Zn9A3w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4IfZCCREqo9lF6NEoJy3ShTs1Zn9A3w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4IfZCCREqo9lF6NEoJy3ShTs1Zn9A3w > .row .container > .video-iframe-container { display: none; }#T4IfZCCREqo9lF6NEoJy3ShTs1Zn9A3w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4IfZCCREqo9lF6NEoJy3ShTs1Zn9A3w > .row > .video-iframe-container { display: none; }#T4IfZCCREqo9lF6NEoJy3ShTs1Zn9A3w > .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); }#T4IfZCCREqo9lF6NEoJy3ShTs1Zn9A3w { border-width: 0; border-radius: 0; }#T4IfZCCREqo9lF6NEoJy3ShTs1Zn9A3w > .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; }#T4IfZCCREqo9lF6NEoJy3ShTs1Zn9A3w > .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:7.8125rem;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; }#ZiiWNeJx84bSIVIoVE6Evw2zOgQ75Nk3 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:48.5625rem;height:4.25rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.7812509536743rem;left:13.874218940735rem;display:block; }
#i6ThLP745cnn5u11D3f3P2Kf3139JDyh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hN3gTm11SCA5hkOIikybxwgvdMkX8XPu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d44c13b2-49f2-4162-97d7-12691e708c57/LandingPageExternaReveal.png");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; }#hN3gTm11SCA5hkOIikybxwgvdMkX8XPu.adaptive-delivery-prevent-bg, #hN3gTm11SCA5hkOIikybxwgvdMkX8XPu.lazyload, #hN3gTm11SCA5hkOIikybxwgvdMkX8XPu.lazyloading { background-image: none; }#hN3gTm11SCA5hkOIikybxwgvdMkX8XPu > .row .container { background-color: transparent; background-image: none; }#hN3gTm11SCA5hkOIikybxwgvdMkX8XPu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hN3gTm11SCA5hkOIikybxwgvdMkX8XPu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hN3gTm11SCA5hkOIikybxwgvdMkX8XPu > .row .container > .video-iframe-container { display: none; }#hN3gTm11SCA5hkOIikybxwgvdMkX8XPu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hN3gTm11SCA5hkOIikybxwgvdMkX8XPu > .row > .video-iframe-container { display: none; }#hN3gTm11SCA5hkOIikybxwgvdMkX8XPu > .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); }#hN3gTm11SCA5hkOIikybxwgvdMkX8XPu > .row .container { border-width: 0; border-radius: 0; }#hN3gTm11SCA5hkOIikybxwgvdMkX8XPu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hN3gTm11SCA5hkOIikybxwgvdMkX8XPu > .row .container { font-size:0.875rem;font-family:arial;height:18.1875rem;width:75rem;position:relative;display:block; }#kEvghhZnhvb5EpVbldTn46i0QM3ZMpWN { 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:4.5rem;width:20.3125rem;top:2.8125rem;left:27.281250953674rem;overflow:hidden;display:block; }
#fhXO7dmiLEXTs7tOTHCciEslDobf3obZ { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:13.625rem;left:42.562500953674rem; }
#fhXO7dmiLEXTs7tOTHCciEslDobf3obZ > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#t8hPNrRF1MfGWh1wUDTLJd9Gl9MiATpV { box-sizing:content-box;color:#5d92ff;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:13.71875rem;left:30.000000953674rem; }
#t8hPNrRF1MfGWh1wUDTLJd9Gl9MiATpV > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#siNI0vfAh2B60S8DPkHDciK3SNkIrOAT { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:2.6875rem;top:13.6875rem;left:49.187500953674rem;overflow:hidden;display:block; }
#LbWgbuBX7SChiIDTZL5EainOaZucgcOh { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:13.75rem;left:36.1875rem; }
#LbWgbuBX7SChiIDTZL5EainOaZucgcOh > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#NBmZIN7MLwarMhkdxkoh7DmfsGp8VUqN { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:3.25rem;top:13.40625rem;left:23.437500953674rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zMMCWyq72rHZHewOHbl4U29qu7e0UKd9 { display:block; }#zMMCWyq72rHZHewOHbl4U29qu7e0UKd9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vhOfQRpQVnJspKktwKRoRmfLtfr6M3Mt { top:2.6875rem;left:1.0625004768372rem;width:45.625rem;height:5.3125rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBiialJKBwbX4VqKzum3REPLEu5441N4 { top:21.1875rem;left:4.1242189407349rem;width:39.5rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJFDbQJD1GdLkrTPaCS6qu0Pp7e1ErTL { top:8.875rem;left:9.6875009536744rem;width:28.375rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhsaTzURs7JoCbfxmAheMBHoPTJMfgAm { display:block; }#MhsaTzURs7JoCbfxmAheMBHoPTJMfgAm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SCvPISQildlvBL9h4tD9QqJT9zdDAVbZ { top:37.1875rem;left:5.8437504768372rem;width:33.75rem;height:6.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMzXn8tU0rfi578E36x7peeJ9vakWQMg { top:52.25rem;left:16.5625rem;width:31.1875rem;height:14.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #memz3JDlKOJa2FL0Z0ZKGDSUcMr3f4fT { top:44.6875rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdhIOhItpEmbJMEmdrsBKPvzgOGXVZJc { top:128.5rem;left:0rem;width:33.75rem;height:14.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmnhER0fwcXpaZiAEnmiRkGCCWCl9VgP { top:72.25rem;left:0rem;width:29.625rem;height:10.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fv35r8yVJNJskOR5IAWe7hZWBdlPnyyw { top:89.6875rem;left:0rem;width:31.375rem;height:12.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8Eud7yXVdxZnMV8dzS4NTuXN0WRoX9b { top:111.1875rem;left:0rem;width:31.0625rem;height:10.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4hC5DaBOqwWaIxyA6CPKhKZ3VhRcq4Z { top:148.5rem;left:5.1250004768372rem;width:33.75rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkWScqqOlUDEuu236a8QnuI1pcIB2RrR { top:152.25rem;left:0rem;width:47.75rem;height:6.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dP7utUQTVHqM93TwwKUhFD2flEaksOBR { top:181rem;left:6.375rem;width:33.75rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJHe983UURFNBTa8GHx9xmqR5dL2rTql { top:184.75rem;left:0rem;width:47.75rem;height:6.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bD266fOyXSGTFLdRcgRrq6ykKb5Uo8X3 { top:282.25rem;left:8.2500004768369rem;width:33.75rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9Mro8xMozP9xCK7R492UVuhRDT8xQPx { top:286rem;left:0rem;width:47.75rem;height:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tT221LmEg0g3y49CTQucXs335TrORAD2 { top:393rem;left:7.625rem;width:33.75rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzTatHXSEvMh1DLNam74wymyKwStXbkD { top:396.75rem;left:0rem;width:47.75rem;height:6.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddyJT9CeTGAvAteL0NcH9f5wDXKy2mzO { top:51.1875rem;left:0rem;width:28.8125rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BysfESpahDSnmBm756DtFWvLqliBZa3K { top:127.6875rem;left:17.125rem;width:30.625rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iG67N81VEuxMVHwo7iaPKflQEZ36HzLW { top:69.3125rem;left:16.5625rem;width:31.1875rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUmZ9QMXoELFU7JKXi5F0D6qhGCJEu2h { top:88.625rem;left:16.5rem;width:31.25rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQTfOTAJDPtACix3Q48xDGglDUgK6XaW { top:108.5rem;left:16.625rem;width:31.125rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTuTWr4bF8KbV8n9APUdwuzvVth2bihP { top:162.25rem;left:0rem;width:20.0625rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGXN6PLqVmUgE0HstJUNf0z83xcFmVAZ { top:162.25rem;left:27.5625rem;width:20.1875rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEfgVeQM4NFM6tCTP7osek7Gb1MDvuZN { top:193.5rem;left:0rem;width:15rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2I3oel6kidw8ivG1duR0CCPToCsR1PC { top:193.5rem;left:7.0625rem;width:15rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeNm2hUZi0AFCaMXLAW34uM61WSodfip { top:193.5rem;left:25.6875rem;width:15rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVDTqZ6xcdvtMXVNTMoDMPHkbtca3ADQ { top:193.5rem;left:32.75rem;width:15rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #PexKhwdScyTex8zqtLoaXeu96ZZ5FlZ4 { top:291.75rem;left:6.3750004768369rem;width:37.6875rem;height:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVCqE5aqqpXpzpOt9EAKm60erFNokCqP { top:371.75rem;left:32.75rem;width:15rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQAsphVK7lxtkoetFXu5fhb14qDu1KG1 { top:320.25rem;left:8.6875rem;width:15rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydn8C6iM8n4QNNh2FQxhckRz0Cu4NW8x { top:320.1875rem;left:25.75rem;width:15rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPcBzVEs11MFobew6aQMw2bKUtEpG7aB { top:320.1875rem;left:32.75rem;width:15rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnAcrSDOCgqfPFNacQyXux0FAUWQqAnN { top:404.4375rem;left:0rem;width:47.75rem;height:30.386363636364rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCmDCrQmZAWaKqsIUT5aHVUJBRySa9um { top:12.3125rem;left:7.8125004768369rem;width:32.125rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Po0QUOG19pKB5KHBRzCvFZ3JpMpLXRUX { top:0.6875rem;left:0rem;width:47.75rem;height:8.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLUuDAdQqqcKXyysDr1eBqNGxwa0dVNG { top:162.25rem;left:10.125000476837rem;width:27.3125rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucCFoRNe66cc66aWCRRIHWU0BJfNhiIv { top:337.25rem;left:0rem;width:15rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9zMuGT6oM5IhcJ0BM2UrGoSIMBHHvzU { top:337.25rem;left:8.2500004768369rem;width:15rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbJURavRoPk8V2EADQUiOykWedgTauUK { top:320.25rem;left:0rem;width:15rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1ZWDk6ZVfOnkFbl11OsfNcEIv8xoGT3 { top:337.5625rem;left:33.3125rem;width:14.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkhyRxebBkOnoKfBMeIG14mAs2D1dl23 { top:211rem;left:32.75rem;width:15rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #uf03QLVnrrdof3T3Tlit5c1il93vNkWv { top:228.5rem;left:0rem;width:15rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZTuUZq6IVexlvsZ6Nu7VQdSUN61p21H { top:228.5rem;left:25.6875rem;width:15rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0iLt1QgmrNCG47TvpkseCzlIf6yhaVu { top:228.5rem;left:32.75rem;width:15rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #ya16JbdsaITWc9v6spUl9KEWM7x5Obwv { top:246rem;left:7.0625004768369rem;width:15rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKA2dMB9GzwBaBGBAnpWswlbqWf3XEy0 { top:246rem;left:32.75rem;width:15rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkKEIgnSKUALdRlqGnbB1CDsJTBLbAbF { top:246rem;left:0rem;width:15rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6mvkbWsaOzHLauFyv3zEAZRBlehuZOD { top:436.75rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQTqJbLgHyEgqbfI5JgM9fuBOmgxu1Qu { top:16.5625rem;left:7.9062504768369rem;width:31.9375rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVTzC3WrmN3lvxTzS2qfxkLJeBWTSICH { top:263.5rem;left:0rem;width:15rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #yy172L8RxqdLuaLcdO2ODOnHkwpuLIuR { top:263.5rem;left:25.6875rem;width:15rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIPVKLNnz0zTH6elwlil3wgBBCDZk2kd { top:263.5rem;left:32.75rem;width:15rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hn5rO9Z9OTQRZTXbzfQCGiycFzHDoDES { top:354.1875rem;left:0rem;width:15rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgZZJZQOnDQE1AOQP2LnaKDky8AzU1Eh { top:371.8125rem;left:0rem;width:15rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2AXUGVUXukB7GT2mM5PwCSTRenDfUkI { top:354.5rem;left:33.3125rem;width:14.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKxiCbp8sIwZOS4Q6bogTFDqrMhPXzu4 { top:354.1875rem;left:8.2500004768369rem;width:15rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCXOJNkHrcKLWnQAXefdJrS3SOGvb5q0 { top:371.8125rem;left:8.2500004768369rem;width:15rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3Pwp6NthFqzLt9vtFSRbrsbzTrB8DGu { top:371.8125rem;left:25.795454502106rem;width:15rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #wirKpaGlmpwmcTeVk1f0MMAiMrW5l9RT { top:211rem;left:0rem;width:15rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #WB5PywAKqmPkOGnxck1FXW41mOcL0pEE { top:211rem;left:7.0625004768369rem;width:15rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #eh0eHviIvRngJMAm22pEtpATuguQz14Q { top:211rem;left:25.6875rem;width:15rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #WspXkhfmduMwhdvTmaO5Lur1Ue9uEKld { top:246rem;left:25.687502384186rem;width:15rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkb2CFb4Wf6JD1TNUtsbOJa3uPBfRSlX { top:228.5rem;left:7.0000004768369rem;width:15rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEBNWVEtevDFt8npgW27vDgClaARBPJA { top:263.4375rem;left:7.0000004768369rem;width:15rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcHIkqCFn8rpwTkdL8M7FEZ7QcCNSvqJ { top:354.1875rem;left:25.795454502106rem;width:15rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lyvhvp0vzpBzOJtxxDxca3Fq3yMpu5ii { top:337.1875rem;left:25.795454502106rem;width:15rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4IfZCCREqo9lF6NEoJy3ShTs1Zn9A3w { display:block; }#T4IfZCCREqo9lF6NEoJy3ShTs1Zn9A3w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZiiWNeJx84bSIVIoVE6Evw2zOgQ75Nk3 { width:46.75rem;height:4.25rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6ThLP745cnn5u11D3f3P2Kf3139JDyh { display:block; }
 }@media only screen and (max-width: 763px) { #hN3gTm11SCA5hkOIikybxwgvdMkX8XPu { display:block; }#hN3gTm11SCA5hkOIikybxwgvdMkX8XPu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kEvghhZnhvb5EpVbldTn46i0QM3ZMpWN { top:2.8125rem;left:13.656250953674rem;width:20.3125rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhXO7dmiLEXTs7tOTHCciEslDobf3obZ { top:13.625rem;left:28.937500953674rem;width:2.8125rem;height:2.8125rem;display:block; }
#fhXO7dmiLEXTs7tOTHCciEslDobf3obZ > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #t8hPNrRF1MfGWh1wUDTLJd9Gl9MiATpV { top:13.6875rem;left:16.375000953674rem;width:2.625rem;height:2.625rem;display:block; }
#t8hPNrRF1MfGWh1wUDTLJd9Gl9MiATpV > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #siNI0vfAh2B60S8DPkHDciK3SNkIrOAT { top:13.6875rem;left:35.562500953674rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbWgbuBX7SChiIDTZL5EainOaZucgcOh { top:13.75rem;left:22.5625rem;width:2.5rem;height:2.5rem;display:block; }
#LbWgbuBX7SChiIDTZL5EainOaZucgcOh > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #NBmZIN7MLwarMhkdxkoh7DmfsGp8VUqN { top:13.375rem;left:9.8125009536744rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zMMCWyq72rHZHewOHbl4U29qu7e0UKd9 { display:block; }#zMMCWyq72rHZHewOHbl4U29qu7e0UKd9 > .row .container { width:20rem;height:19.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vhOfQRpQVnJspKktwKRoRmfLtfr6M3Mt { width:20rem;height:2.6rem;top:1.4550782442093rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yBiialJKBwbX4VqKzum3REPLEu5441N4 { width:19.125rem;height:2.6rem;top:16.03125rem;left:0.43671876192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJFDbQJD1GdLkrTPaCS6qu0Pp7e1ErTL { width:18.5rem;height:4.375rem;top:6.5263671875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhsaTzURs7JoCbfxmAheMBHoPTJMfgAm { display:block; }#MhsaTzURs7JoCbfxmAheMBHoPTJMfgAm > .row .container { width:20rem;height:955.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SCvPISQildlvBL9h4tD9QqJT9zdDAVbZ { width:20rem;height:6rem;top:17.311718940735rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMzXn8tU0rfi578E36x7peeJ9vakWQMg { width:20rem;height:12rem;top:57.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #memz3JDlKOJa2FL0Z0ZKGDSUcMr3f4fT { width:20rem;height:3.25rem;top:40.042968273163rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdhIOhItpEmbJMEmdrsBKPvzgOGXVZJc { width:13.5625rem;height:14.4375rem;top:140.26875305176rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmnhER0fwcXpaZiAEnmiRkGCCWCl9VgP { width:12.625rem;height:10.5rem;top:79.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fv35r8yVJNJskOR5IAWe7hZWBdlPnyyw { width:12.9375rem;height:11.8125rem;top:100.21875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8Eud7yXVdxZnMV8dzS4NTuXN0WRoX9b { width:12.8125rem;height:10.5rem;top:121.09609413147rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4hC5DaBOqwWaIxyA6CPKhKZ3VhRcq4Z { width:20rem;height:1.625rem;top:155.8164100647rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkWScqqOlUDEuu236a8QnuI1pcIB2RrR { width:20rem;height:10.5rem;top:158.12890911102rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dP7utUQTVHqM93TwwKUhFD2flEaksOBR { width:20rem;height:1.625rem;top:197.8164100647rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJHe983UURFNBTa8GHx9xmqR5dL2rTql { width:20rem;height:12rem;top:200.1289100647rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bD266fOyXSGTFLdRcgRrq6ykKb5Uo8X3 { width:20rem;height:1.625rem;top:539.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9Mro8xMozP9xCK7R492UVuhRDT8xQPx { width:20rem;height:6rem;top:541.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tT221LmEg0g3y49CTQucXs335TrORAD2 { width:20rem;height:3.25rem;top:628.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzTatHXSEvMh1DLNam74wymyKwStXbkD { width:20rem;height:9rem;top:632.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddyJT9CeTGAvAteL0NcH9f5wDXKy2mzO { width:20rem;height:11.1828125rem;top:44.87890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BysfESpahDSnmBm756DtFWvLqliBZa3K { width:12.875rem;height:6.5625rem;top:133.15859699249rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iG67N81VEuxMVHwo7iaPKflQEZ36HzLW { width:12.625rem;height:6.3125rem;top:72.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUmZ9QMXoELFU7JKXi5F0D6qhGCJEu2h { width:12.75rem;height:6.4375rem;top:93.018751144406rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQTfOTAJDPtACix3Q48xDGglDUgK6XaW { width:12.6875rem;height:6.3125rem;top:114.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTuTWr4bF8KbV8n9APUdwuzvVth2bihP { width:10.4375rem;height:7.8125rem;top:169.8789100647rem;left:4.7812500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGXN6PLqVmUgE0HstJUNf0z83xcFmVAZ { width:10.625rem;height:7.9375rem;top:188.06640625rem;left:4.6875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEfgVeQM4NFM6tCTP7osek7Gb1MDvuZN { width:15rem;height:15rem;top:212.875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2I3oel6kidw8ivG1duR0CCPToCsR1PC { width:15rem;height:15rem;top:229.125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeNm2hUZi0AFCaMXLAW34uM61WSodfip { width:15rem;height:15rem;top:245.375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVDTqZ6xcdvtMXVNTMoDMPHkbtca3ADQ { width:15rem;height:15rem;top:261.625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PexKhwdScyTex8zqtLoaXeu96ZZ5FlZ4 { width:20rem;height:13.4984375rem;top:548.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVCqE5aqqpXpzpOt9EAKm60erFNokCqP { width:15.0625rem;height:15.0625rem;top:277.6875rem;left:2.4687500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQAsphVK7lxtkoetFXu5fhb14qDu1KG1 { width:14.9375rem;height:14.9375rem;top:294.125rem;left:2.5312500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydn8C6iM8n4QNNh2FQxhckRz0Cu4NW8x { width:14.875rem;height:14.875rem;top:310.125rem;left:2.6750000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPcBzVEs11MFobew6aQMw2bKUtEpG7aB { width:15.125rem;height:15.125rem;top:326.3125rem;left:2.4375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnAcrSDOCgqfPFNacQyXux0FAUWQqAnN { width:17.4375rem;height:11.125rem;top:642.75rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCmDCrQmZAWaKqsIUT5aHVUJBRySa9um { width:20rem;height:3.25rem;top:13.500000476837rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Po0QUOG19pKB5KHBRzCvFZ3JpMpLXRUX { width:20rem;height:12rem;top:0.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLUuDAdQqqcKXyysDr1eBqNGxwa0dVNG { width:15.125rem;height:8.5rem;top:178.48984336853rem;left:1.4062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucCFoRNe66cc66aWCRRIHWU0BJfNhiIv { width:15rem;height:15rem;top:579.875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9zMuGT6oM5IhcJ0BM2UrGoSIMBHHvzU { width:15rem;height:15rem;top:596.125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbJURavRoPk8V2EADQUiOykWedgTauUK { width:15rem;height:15rem;top:563.625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1ZWDk6ZVfOnkFbl11OsfNcEIv8xoGT3 { width:14.375rem;height:14.375rem;top:612.375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkhyRxebBkOnoKfBMeIG14mAs2D1dl23 { width:15rem;height:15rem;top:391.0625rem;left:2.5rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #uf03QLVnrrdof3T3Tlit5c1il93vNkWv { width:15rem;height:15rem;top:407.8125rem;left:2.5rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #MZTuUZq6IVexlvsZ6Nu7VQdSUN61p21H { width:15rem;height:15rem;top:457.125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0iLt1QgmrNCG47TvpkseCzlIf6yhaVu { width:15rem;height:15rem;top:473.375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ya16JbdsaITWc9v6spUl9KEWM7x5Obwv { width:15rem;height:15rem;top:505.9375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKA2dMB9GzwBaBGBAnpWswlbqWf3XEy0 { width:15rem;height:15rem;top:522.1875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkKEIgnSKUALdRlqGnbB1CDsJTBLbAbF { width:15rem;height:15rem;top:440.5rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6mvkbWsaOzHLauFyv3zEAZRBlehuZOD { width:20rem;height:3.375rem;top:656.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQTqJbLgHyEgqbfI5JgM9fuBOmgxu1Qu { width:20rem;height:17.875rem;top:660.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVTzC3WrmN3lvxTzS2qfxkLJeBWTSICH { width:15rem;height:15rem;top:761.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yy172L8RxqdLuaLcdO2ODOnHkwpuLIuR { width:15rem;height:15rem;top:793.75rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIPVKLNnz0zTH6elwlil3wgBBCDZk2kd { width:15rem;height:15rem;top:810rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hn5rO9Z9OTQRZTXbzfQCGiycFzHDoDES { width:15rem;height:15rem;top:842.5rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgZZJZQOnDQE1AOQP2LnaKDky8AzU1Eh { width:15rem;height:15rem;top:906.875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2AXUGVUXukB7GT2mM5PwCSTRenDfUkI { width:14.375rem;height:14.375rem;top:891.25rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKxiCbp8sIwZOS4Q6bogTFDqrMhPXzu4 { width:15rem;height:15rem;top:858.75rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCXOJNkHrcKLWnQAXefdJrS3SOGvb5q0 { width:15rem;height:15rem;top:923.125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3Pwp6NthFqzLt9vtFSRbrsbzTrB8DGu { width:15rem;height:15rem;top:939.375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wirKpaGlmpwmcTeVk1f0MMAiMrW5l9RT { width:15rem;height:15rem;top:680rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WB5PywAKqmPkOGnxck1FXW41mOcL0pEE { width:15rem;height:15rem;top:696.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eh0eHviIvRngJMAm22pEtpATuguQz14Q { width:15rem;height:15rem;top:712.5rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WspXkhfmduMwhdvTmaO5Lur1Ue9uEKld { width:15rem;height:15rem;top:745rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkb2CFb4Wf6JD1TNUtsbOJa3uPBfRSlX { width:15rem;height:15rem;top:728.75rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEBNWVEtevDFt8npgW27vDgClaARBPJA { width:15rem;height:15rem;top:777.5rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcHIkqCFn8rpwTkdL8M7FEZ7QcCNSvqJ { width:15rem;height:15rem;top:875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lyvhvp0vzpBzOJtxxDxca3Fq3yMpu5ii { width:15rem;height:15rem;top:826.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4IfZCCREqo9lF6NEoJy3ShTs1Zn9A3w { display:block; }#T4IfZCCREqo9lF6NEoJy3ShTs1Zn9A3w > .row .container { width:20rem;height:7.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZiiWNeJx84bSIVIoVE6Evw2zOgQ75Nk3 { width:14.375rem;height:3.25rem;top:2.25rem;left:2.8125000596046rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6ThLP745cnn5u11D3f3P2Kf3139JDyh { display:block; }
 }@media only screen and (max-width: 763px) { #hN3gTm11SCA5hkOIikybxwgvdMkX8XPu { display:block; }#hN3gTm11SCA5hkOIikybxwgvdMkX8XPu > .row .container { width:20rem;height:9.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kEvghhZnhvb5EpVbldTn46i0QM3ZMpWN { width:13.4375rem;height:3.1875rem;top:1.25rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhXO7dmiLEXTs7tOTHCciEslDobf3obZ { display:flex;width:2rem;height:2rem;top:6.75rem;left:13.1875rem; }
#fhXO7dmiLEXTs7tOTHCciEslDobf3obZ > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #t8hPNrRF1MfGWh1wUDTLJd9Gl9MiATpV { display:flex;width:1.9375rem;height:1.9375rem;top:6.75rem;left:5.625rem; }
#t8hPNrRF1MfGWh1wUDTLJd9Gl9MiATpV > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #siNI0vfAh2B60S8DPkHDciK3SNkIrOAT { width:1.9375rem;height:1.9375rem;top:6.8125rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbWgbuBX7SChiIDTZL5EainOaZucgcOh { display:flex;width:1.9375rem;height:1.9375rem;top:6.75rem;left:9.5625rem; }
#LbWgbuBX7SChiIDTZL5EainOaZucgcOh > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #NBmZIN7MLwarMhkdxkoh7DmfsGp8VUqN { width:2.5625rem;height:2.5625rem;top:6.375rem;left:1.3125rem;display:block; }
 }