.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:222,242,219;--color-primary-1:144,212,135;--color-primary-2:33,169,14;--color-primary-3:17,85,7;--color-primary-4:5,25,2;--color-secondary-0:216,249,244;--color-secondary-1:137,236,222;--color-secondary-2:59,223,200;--color-secondary-3:34,167,190;--color-secondary-4:12,45,40;--color-tertiary-0:255,255,255;--color-tertiary-1:107,107,107;--color-tertiary-2:36,36,36;--color-tertiary-3:19,19,19;--color-tertiary-4:0,0,0;--headlines-font-family:"Open Sans";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tld8G5xJRPVxRCuG12nr4GeUMhvPxSGw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));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; }#tld8G5xJRPVxRCuG12nr4GeUMhvPxSGw > .row .container { background-color: transparent; background-image: none; }#tld8G5xJRPVxRCuG12nr4GeUMhvPxSGw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tld8G5xJRPVxRCuG12nr4GeUMhvPxSGw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tld8G5xJRPVxRCuG12nr4GeUMhvPxSGw > .row .container > .video-iframe-container { display: none; }#tld8G5xJRPVxRCuG12nr4GeUMhvPxSGw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tld8G5xJRPVxRCuG12nr4GeUMhvPxSGw > .row > .video-iframe-container { display: none; }#tld8G5xJRPVxRCuG12nr4GeUMhvPxSGw > .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); }#tld8G5xJRPVxRCuG12nr4GeUMhvPxSGw > .row .container { border-width: 0; border-radius: 0; }#tld8G5xJRPVxRCuG12nr4GeUMhvPxSGw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tld8G5xJRPVxRCuG12nr4GeUMhvPxSGw > .row .container { font-size:0.875rem;font-family:arial;height:3.8125rem;width:75rem;position:relative;display:block; }#cKqIeiPNlRP1iHVSQ5JkAgz0Pvpxmw2G { color:rgba(var(--color-tertiary-0),1);display:block;width:71.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15013;line-height:1;letter-spacing:0;top:0.59375rem;left:1.59375rem;height:2.5rem;text-align:center;text-align-last:center;display:block; }
#JfnfFvVtqqHTWaVGKhLCGWGWvvtJ1oLw { color:#d81c01;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:1.4375rem;left:0rem;height:3rem;text-align:left;text-align-last:left;display:none; }
#dp6qByzgkgeCno2TKWOEGkFGh9ok23A8 { color:#d81c01;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:1.4375rem;left:0rem;height:3rem;text-align:left;text-align-last:left;display:none; }
#tKTcZNG3ZD0poFJVyoTMFSrTLoTNOvZn { 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; }#tKTcZNG3ZD0poFJVyoTMFSrTLoTNOvZn > .row .container { background-color: transparent; background-image: none; }#tKTcZNG3ZD0poFJVyoTMFSrTLoTNOvZn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tKTcZNG3ZD0poFJVyoTMFSrTLoTNOvZn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tKTcZNG3ZD0poFJVyoTMFSrTLoTNOvZn > .row .container > .video-iframe-container { display: none; }#tKTcZNG3ZD0poFJVyoTMFSrTLoTNOvZn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tKTcZNG3ZD0poFJVyoTMFSrTLoTNOvZn > .row > .video-iframe-container { display: none; }#tKTcZNG3ZD0poFJVyoTMFSrTLoTNOvZn > .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); }#tKTcZNG3ZD0poFJVyoTMFSrTLoTNOvZn > .row .container { border-width: 0; border-radius: 0; }#tKTcZNG3ZD0poFJVyoTMFSrTLoTNOvZn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tKTcZNG3ZD0poFJVyoTMFSrTLoTNOvZn > .row .container { font-size:0.875rem;font-family:arial;height:35.1875rem;width:75rem;position:relative;display:block; }#SCD1LO8x1iU8PCpdkPQtRZDXsurG9EQ2 { color:#f46082;display:block;width:50.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:normal;z-index:15016;line-height:1.1;letter-spacing:0;top:0rem;left:0rem;height:12.375rem;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; }
#RVmU0ILNgCA4s4wnTUtCgKzGZl2SF2oC { color:rgba(var(--color-tertiary-3),1);display:block;width:40.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15015;line-height:1.2;letter-spacing:0;top:13rem;left:0rem;height:6.2988125rem;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; }
#DEKU0U9v8AgJHDBq1Q4IM4OfWiklVvvr { z-index:15005;top:28.9375rem;left:3.125rem;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:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(165,26,58,0.6) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.9375rem;height:3.99805rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#kQBhM8d00TIIVNSHvwUJiJ4X12mGul4C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gxsVn40Cpox1gRdowsqXnwAFsZ2VvG3R { color:rgba(var(--color-tertiary-1),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:78.25rem;left:36.9375rem;height:1.75rem;text-align:left;text-align-last:left;display:none; }
#RyeERiR6EVX1TubSC7pOmm842oqsWmnP { z-index:15005;top:25.75rem;left:57.125rem;background-color:#f3577c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(165,26,58,0.6) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#qp13GRHXMpFK8nRWiAyfJeF8lgvtUPoQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cFUMIMzdQETsNytZMzLUm08HnfBdHGIF { position:absolute;display:block;z-index:15146;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.1875rem;width:16.75rem;top:15.375rem;left:39.125rem;overflow:hidden;display:block; }
#Rq7R3BOJS1ml6Ea7HvWvph9XEtIbZscO { position:absolute;display:block;z-index:15092;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:26.0625rem;width:26.0625rem;top:1.125rem;left:48.9375rem;overflow:hidden;display:block; }
#BkFLvWg3uaBN5aMKvKwQWQ3M2AARkGFs { color:rgba(var(--color-tertiary-4),1);display:block;width:28.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15148;line-height:1.3;letter-spacing:0;top:32.9375rem;left:3.6875rem;height:1.29980625rem;display:block; }
#X6y13Wd2q7IyaXVSatExU2tgcIombZZd { color:rgba(var(--color-tertiary-4),1);display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15149;line-height:1.3;letter-spacing:0;top:20.568359375rem;left:0rem;height:7.7988375rem;display:block; }
#SZDV1eQxdM5f2ZDLLcKvz7yRbF14Akq9 { border-top:0;border-left:0;border-right:0;border-bottom:0;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;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SZDV1eQxdM5f2ZDLLcKvz7yRbF14Akq9.adaptive-delivery-prevent-bg, #SZDV1eQxdM5f2ZDLLcKvz7yRbF14Akq9.lazyload, #SZDV1eQxdM5f2ZDLLcKvz7yRbF14Akq9.lazyloading { background-image: none; }#SZDV1eQxdM5f2ZDLLcKvz7yRbF14Akq9 > .row .container { background-color: transparent; background-image: none; }#SZDV1eQxdM5f2ZDLLcKvz7yRbF14Akq9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SZDV1eQxdM5f2ZDLLcKvz7yRbF14Akq9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SZDV1eQxdM5f2ZDLLcKvz7yRbF14Akq9 > .row .container > .video-iframe-container { display: none; }#SZDV1eQxdM5f2ZDLLcKvz7yRbF14Akq9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SZDV1eQxdM5f2ZDLLcKvz7yRbF14Akq9 > .row > .video-iframe-container { display: none; }#SZDV1eQxdM5f2ZDLLcKvz7yRbF14Akq9 > .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); }#SZDV1eQxdM5f2ZDLLcKvz7yRbF14Akq9 > .row .container { border-width: 0; border-radius: 0; }#SZDV1eQxdM5f2ZDLLcKvz7yRbF14Akq9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SZDV1eQxdM5f2ZDLLcKvz7yRbF14Akq9 > .row .container { font-size:0.875rem;font-family:arial;height:69.375rem;width:75rem;position:relative;display:block; }#RAkNNpdgquv6Kw0AMJNz6L62nmd32QVO { color:rgba(var(--color-tertiary-1),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:58.75rem;left:37.0625rem;height:3.0859375rem;text-align:left;text-align-last:left;display:block; }#RAkNNpdgquv6Kw0AMJNz6L62nmd32QVO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RAkNNpdgquv6Kw0AMJNz6L62nmd32QVO li:before{  }
#PZUur9GyyS5qONBI3TSTTNMIyXTEk2wd { color:rgba(var(--color-tertiary-1),1);display:block;width:29.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:61.8125rem;left:37.0625rem;height:1.54296875rem;text-align:left;text-align-last:left;display:block; }#PZUur9GyyS5qONBI3TSTTNMIyXTEk2wd li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PZUur9GyyS5qONBI3TSTTNMIyXTEk2wd li:before{  }
#wPX4p54DdodClcpSze5JAJzqr4cvX1fK { color:rgba(var(--color-tertiary-1),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:66rem;left:37.0625rem;height:1.7871125rem;text-align:left;text-align-last:left;display:block; }#wPX4p54DdodClcpSze5JAJzqr4cvX1fK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wPX4p54DdodClcpSze5JAJzqr4cvX1fK li:before{  }
#TEaeSAsATMRTQwng9rkKzX9nCfv1sDp4 { color:rgba(var(--color-tertiary-1),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:63.35546875rem;left:37.0625rem;height:1.7871125rem;text-align:left;text-align-last:left;display:block; }#TEaeSAsATMRTQwng9rkKzX9nCfv1sDp4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TEaeSAsATMRTQwng9rkKzX9nCfv1sDp4 li:before{  }
#CUBu95guEhRWC7FVfkUdqpIApoJn1PkX { color:#d81c01;display:block;width:18.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:normal;z-index:15093;line-height:1.3;letter-spacing:0;top:4.4375rem;left:25.4375rem;height:3.16796875rem;text-align:left;text-align-last:left;display:block; }
#EPfT7Rs7QOfAztbAklM6zBbiFeknFlTU { color:#d81c01;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:1.4375rem;left:0rem;height:3rem;text-align:left;text-align-last:left;display:none; }
#Ro77CwPLzSkA96ukz6UJs57lAC9UISDA { color:#d81c01;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:1.4375rem;left:0rem;height:3rem;text-align:left;text-align-last:left;display:none; }
#NomWKo556S503Z24Sb2ilObWJavfTJWF { color:#d81c01;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:4.4375rem;left:0rem;height:3rem;text-align:left;text-align-last:left;display:none; }
#ra5L1fQubwGAvV0GDlVyWT3sZ9O2yyOW { color:#d81c01;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:1.4375rem;left:0rem;height:3rem;text-align:left;text-align-last:left;display:none; }
#C3zt3T8TIAyJANFtwwBufGdarX0F37wT { color:#d81c01;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:1.4375rem;left:0rem;height:3rem;text-align:left;text-align-last:left;display:none; }
#KFqqWflalExfb8t8WK5obf3eQWVpdFl3 { color:#d81c01;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:1.4375rem;left:0rem;height:3rem;text-align:left;text-align-last:left;display:none; }
#ZQVVVOT14OTImZpcf2IcavGuG2Qte81N { color:#d81c01;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:1.4375rem;left:0rem;height:3rem;text-align:left;text-align-last:left;display:none; }
#wWZM34axm4qoou4VsKX14bKTWBGGnVRu { color:#d81c01;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:1.4375rem;left:0rem;height:3rem;text-align:left;text-align-last:left;display:none; }
#BgTeSD8GXmgrLyN0g559ZHFcoUxMknsx { color:#d81c01;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:1.4375rem;left:0rem;height:3rem;text-align:left;text-align-last:left;display:none; }
#LVc439HcKxyoVWTWorvnOPzIuw0qASL4 { color:#d81c01;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:1.4375rem;left:0rem;height:3rem;text-align:left;text-align-last:left;display:none; }
#zMafFfcqMpaw4wHOJyT6KUEUnrzv9TIC { color:#d81c01;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:1.4375rem;left:0rem;height:3rem;text-align:left;text-align-last:left;display:none; }
#fwJIV3eQKum34x5v4UJCicNFNpiE0LQr { color:#d81c01;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:1.4375rem;left:0rem;height:3rem;text-align:left;text-align-last:left;display:none; }
#nPghsL5oaQENKtnsgbgHNmGNcZQ9lqfP { color:#d81c01;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:1.4375rem;left:0rem;height:3rem;text-align:left;text-align-last:left;display:none; }
#JBtK38rPsWS0IToO56TnX56fTXyGwyC6 { color:#d81c01;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:1.4375rem;left:0rem;height:3rem;text-align:left;text-align-last:left;display:none; }
#ABBhW1bI6OTBhxz9rF7wMpv7b74MqMu6 { position:absolute;display:block;z-index:15085;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:17.0625rem;width:25.6875rem;top:42.375rem;left:0.9375rem;overflow:hidden;display:block; }
#GaTeJZMxV8sT6BZXe5CzB52CoaU5rU7h { position:absolute;display:block;z-index:15087;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:32.6875rem;width:58.4375rem;top:7.5625rem;left:6.375rem;display:block; }
#JQGAb1cJPTXRQ044aNlaTRpMhhkFArks { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15089;line-height:1.3;letter-spacing:0;top:48.6875rem;left:34.5625rem;height:0;display:block; }
#Xz4h56O91Xp8VVcGuRgynLnsQ09V8mwu { z-index:15013;top:43.25rem;left:47.375rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:1.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ZG8zfwbvDwAvHyAJ2MMWp3c8KyZhCPIx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vOQybqMOZ1meBsKRuouwHs0HksLKr9H0 { z-index:15014;top:43.25rem;left:44.25rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.96875rem;height:1.84375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Pq6uTIciepu5R9eNg7I1D1MRZqBIccRk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RnHlSBuAQZBBmqqP1bkLBu06e9WrNl8T { color:#434142;display:block;width:37.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:49.1875rem;left:34.5625rem;height:1.7871125rem;text-align:left;text-align-last:left;display:block; }
#EJHA0tLGV3qoeXbXrV1gXxkplMcSGHxg { color:#434142;display:block;width:37.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:52.5rem;left:34.5625rem;height:1.7871125rem;text-align:left;text-align-last:left;display:block; }
#zc2hbOcRgigbe5wRy2Ps1D2IK5E3an4w { color:#434142;display:block;width:37.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:55.9375rem;left:34.5625rem;height:1.7871125rem;text-align:left;text-align-last:left;display:block; }
#UfrQ1qyVX55UNLy1LsRyrTVAbQVdQgX0 { color:#050505;display:block;width:27.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:41.8125rem;left:34.5625rem;height:6.3359375rem;text-align:left;text-align-last:left;display:block; }
#bpBaXg5zu94wy55BkRH53sZScb5fB6Ux { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.1875rem;top:25.75rem;left:0rem;display:none; }
#mf8GV0gS4xiGgAmzrQRllWcOu6Tmo7Lc { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:1.6875rem;left:2.125rem;display:none; }
#okADphCAwfxAnNw7HZmH6PApaXIZPZ7N { 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:15090;line-height:1.3;letter-spacing:0;top:8.25rem;left:16.0625rem;height:0;display:block; }
#ryKuX1yLKA8xODiLEZ3odCVtqavXMNN7 { color:#d81c01;display:block;width:18.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:normal;z-index:15094;line-height:1.3;letter-spacing:0;top:1.25rem;left:26.125rem;height:3.16796875rem;text-align:left;text-align-last:left;display:block; }
#r09N0Z1H4IrbCLoF5VWpWgSWPxrsrq65 { color:#5b4f4d;display:block;width:53rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:normal;z-index:15094;line-height:1.3;letter-spacing:0;top:0.6875rem;left:9.09375rem;height:3.16796875rem;text-align:left;text-align-last:left;display:block; }
#e791T8LPpVh2IOtUCzehf3gFhHCVOTIw { color:#434142;display:block;width:37.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:57.6875rem;left:34.25rem;height:1.7871125rem;text-align:left;text-align-last:left;display:none; }
#fL5RtfVXDMN4A4rVXr5plgRanRsnytlf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),1);background-image:url("https://images.assets-landingi.com/2rlmWuhm/Modelo_5_Vertical_Horizontal.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; }#fL5RtfVXDMN4A4rVXr5plgRanRsnytlf.adaptive-delivery-prevent-bg, #fL5RtfVXDMN4A4rVXr5plgRanRsnytlf.lazyload, #fL5RtfVXDMN4A4rVXr5plgRanRsnytlf.lazyloading { background-image: none; }#fL5RtfVXDMN4A4rVXr5plgRanRsnytlf > .row .container { background-color: transparent; background-image: none; }#fL5RtfVXDMN4A4rVXr5plgRanRsnytlf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fL5RtfVXDMN4A4rVXr5plgRanRsnytlf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fL5RtfVXDMN4A4rVXr5plgRanRsnytlf > .row .container > .video-iframe-container { display: none; }#fL5RtfVXDMN4A4rVXr5plgRanRsnytlf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fL5RtfVXDMN4A4rVXr5plgRanRsnytlf > .row > .video-iframe-container { display: none; }#fL5RtfVXDMN4A4rVXr5plgRanRsnytlf > .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); }#fL5RtfVXDMN4A4rVXr5plgRanRsnytlf > .row .container { border-width: 0; border-radius: 0; }#fL5RtfVXDMN4A4rVXr5plgRanRsnytlf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fL5RtfVXDMN4A4rVXr5plgRanRsnytlf > .row .container { font-size:0.875rem;font-family:arial;height:30.5rem;width:75rem;position:relative;display:block; }#Q9sOhTZmHlaayhcQIu97TtUrB9FhKTNP { z-index:15007;top:2.498046875rem;left:48.779296875rem;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:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(165,26,58,0.6) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.436525rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#MlHwISHwhLJQ8hCEmcQCpqTZ5687TUZb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PkmlLCyOrQmWDQrd55G7a7Lead6Uaah4 { color:rgba(var(--color-tertiary-2),1);display:block;width:12.499rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15084;line-height:1.3;letter-spacing:0;top:6.484375rem;left:49.5595703125rem;height:1.94965rem;text-align:center;text-align-last:center;display:block; }
#V4dCzOCGwuh8HVzRyTnmT1DLbVUEp1rK { color:#f46082;display:block;width:33.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:14.62060546875rem;left:38.935546875rem;height:13rem;text-align:left;text-align-last:left;display:block; }
#kzdCzMOnQQy4AqtRW3WZHTecNmtJI0xv { z-index:15005;top:25.75rem;left:57.125rem;background-color:#f3577c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(165,26,58,0.6) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#ONlUqnUBkPDekyG2isDwcnsS9baATeqD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BOQHVKl13JIrHT0iqNOobSKJMFTdD1IQ { color:#f46082;display:block;width:33.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:13.875rem;left:30.875rem;height:6.388875rem;text-align:left;text-align-last:left;display:none; }
#bOFebpo6KEhkM4UHgRMecaNs4bIZgwV0 { position:absolute;display:block;z-index:15085;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:15.5625rem;width:28.375rem;top:11.05859375rem;left:0rem;overflow:hidden;display:block; }
#IMnfo1tNCKOIax1hMs1sgGXsvrmFuhRq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffdfd;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; }#IMnfo1tNCKOIax1hMs1sgGXsvrmFuhRq > .row .container { background-color: transparent; background-image: none; }#IMnfo1tNCKOIax1hMs1sgGXsvrmFuhRq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IMnfo1tNCKOIax1hMs1sgGXsvrmFuhRq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IMnfo1tNCKOIax1hMs1sgGXsvrmFuhRq > .row .container > .video-iframe-container { display: none; }#IMnfo1tNCKOIax1hMs1sgGXsvrmFuhRq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IMnfo1tNCKOIax1hMs1sgGXsvrmFuhRq > .row > .video-iframe-container { display: none; }#IMnfo1tNCKOIax1hMs1sgGXsvrmFuhRq > .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); }#IMnfo1tNCKOIax1hMs1sgGXsvrmFuhRq > .row .container { border-width: 0; border-radius: 0; }#IMnfo1tNCKOIax1hMs1sgGXsvrmFuhRq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IMnfo1tNCKOIax1hMs1sgGXsvrmFuhRq > .row .container { font-size:0.875rem;font-family:arial;height:6rem;width:75rem;position:relative;display:block; }#De0tXQ8oo4QiVMlEoadzrpS6OmJpg3OT { color:rgba(var(--color-tertiary-4),1);display:block;width:69.686875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.31787109375rem;left:4.37548828125rem;height:5.361325rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Wt3rgDPETTQvhsuKpRxqZn52vgWUbSg8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),1);background-image:url("https://images.assets-landingi.com/8pLronnu/Modelo_6.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; }#Wt3rgDPETTQvhsuKpRxqZn52vgWUbSg8.adaptive-delivery-prevent-bg, #Wt3rgDPETTQvhsuKpRxqZn52vgWUbSg8.lazyload, #Wt3rgDPETTQvhsuKpRxqZn52vgWUbSg8.lazyloading { background-image: none; }#Wt3rgDPETTQvhsuKpRxqZn52vgWUbSg8 > .row .container { background-color: transparent; background-image: none; }#Wt3rgDPETTQvhsuKpRxqZn52vgWUbSg8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wt3rgDPETTQvhsuKpRxqZn52vgWUbSg8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wt3rgDPETTQvhsuKpRxqZn52vgWUbSg8 > .row .container > .video-iframe-container { display: none; }#Wt3rgDPETTQvhsuKpRxqZn52vgWUbSg8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wt3rgDPETTQvhsuKpRxqZn52vgWUbSg8 > .row > .video-iframe-container { display: none; }#Wt3rgDPETTQvhsuKpRxqZn52vgWUbSg8 > .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); }#Wt3rgDPETTQvhsuKpRxqZn52vgWUbSg8 > .row .container { border-width: 0; border-radius: 0; }#Wt3rgDPETTQvhsuKpRxqZn52vgWUbSg8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wt3rgDPETTQvhsuKpRxqZn52vgWUbSg8 > .row .container { font-size:0.875rem;font-family:arial;height:34.3125rem;width:75rem;position:relative;display:block; }#nLk0rHU053UOA1GC3Leau8NuJmPnwaJb { position:absolute;display:block;z-index:15000;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;box-shadow: none;height:17rem;width:12.6875rem;top:1.6220703125rem;left:3.5264121338912rem;overflow:hidden;display:block; }
#SwXKqQskX3qbt8GceRLeu1VNKQuMwF4C { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.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:block;z-index:15001;top:18.625rem;left:5.0625rem;display:block; }
#pCIKKVwFWmy1tSCMeHX9ZfKr8ZBq4rqo { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.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:block;z-index:15002;top:18.625rem;left:6.75rem;display:block; }
#shbe2szqRRwXEcCurafRaMn8zUmKvdLc { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.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:block;z-index:15003;top:18.625rem;left:8.5rem;display:block; }
#As6Bl7vGxQnmBA9FCMTz9125G30AdV28 { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.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:block;z-index:15004;top:18.625rem;left:10.25rem;display:block; }
#X3kMQT5t2T0IomJUTL63dHCQIExxQ0mD { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.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:block;z-index:15005;top:18.625rem;left:12rem;display:block; }
#TBZ2cZBd8yDPxgGTEZDPPZDyOUU97O3b { color:rgba(var(--color-tertiary-0),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:20.375rem;left:2.125rem;height:6.499rem;text-align:center;text-align-last:center;display:block; }
#lbQCVyW3ccPCxKFz8DLUzECPlHNkW2pz { color:rgba(var(--color-tertiary-0),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:27.8125rem;left:0.96875rem;height:1.13671875rem;text-align:center;text-align-last:center;display:block; }
#MK1sKVklxZ1q81h19ZZifPlnMTmldDut { color:rgba(var(--color-tertiary-0),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:22.5126953125rem;left:30.40625rem;height:6.499rem;text-align:center;text-align-last:center;display:block; }
#tRpzQLephJwfhJ8BDNNKzFhn1KuiHoyn { color:rgba(var(--color-tertiary-0),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:29.75rem;left:29.5625rem;height:1.13715rem;text-align:center;text-align-last:center;display:block; }
#M2BksNrzAyuW9OTnPWEtwbs01K5liwII { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.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:block;z-index:15012;top:20.375rem;left:39.6875rem;display:block; }
#RBQzSy9lqbe5T1JFSgfhBDzeRV6bxNWz { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.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:block;z-index:15013;top:20.375rem;left:41.375rem;display:block; }
#cbPE88pfX0K9OzMr9xuShgziHU8g6l6R { position:absolute;display:block;z-index:15008;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;box-shadow: none;height:17.875rem;width:13.3125rem;top:1.9375rem;left:58.96875rem;overflow:hidden;display:block; }
#Mlc36Uz0dJVXkp6I9TR0hWPDmyTEgQor { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.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:block;z-index:15011;top:20.375rem;left:37.875rem;display:block; }
#L6FGv6Wl1zriny6C0dqT6fWXBhNJy2Sd { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.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:block;z-index:15010;top:20.375rem;left:36.125rem;display:block; }
#qDQJP1qGem7pR1nAatdirJ1h6mVH0yIz { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.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:block;z-index:15009;top:20.375rem;left:34.3125rem;display:block; }
#S64hX0dMXGmGpOkvIRLQUe3xWOPeuVPL { color:rgba(var(--color-tertiary-0),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:30.3125rem;left:57.25rem;height:1.13671875rem;text-align:center;text-align-last:center;display:block; }
#DcWTVIXwqLm1cboEtN2MfpPT86xQTJQw { color:rgba(var(--color-tertiary-0),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:22.5126953125rem;left:56.0625rem;height:6.499rem;text-align:center;text-align-last:center;display:block; }
#o7l4Ff0hmOwEKdT3G6xPRD27dwlLxG5o { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.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:block;z-index:15020;top:21.125rem;left:66.4375rem;display:block; }
#M6Svvh8ScTfQAe2VvfPMtW8O3qHyRyfS { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.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:block;z-index:15021;top:21.125rem;left:68.1875rem;display:block; }
#vRFvauIOTmNZatMCLgESfhD2uzeLmmlH { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.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:block;z-index:15019;top:21.125rem;left:64.6875rem;display:block; }
#tGawHx2s6W2dQ8G1EpD5eKz1d7SZZRfc { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.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:block;z-index:15018;top:21.1875rem;left:63rem;display:block; }
#BUzXyFEkmhD5R9pb6b3vST9MaeulWT8g { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.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:block;z-index:15017;top:21.1875rem;left:61.3125rem;display:block; }
#pbXS4AcPbD3CdSnaLnFcSCtAd2sCWpmR { 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:block;z-index:15000;display:none; }
#tRwqKK9EXGWasGnzk3psa6GlPcnyFCBW { 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:block;z-index:15000;display:none; }
#AQw9QBgGNwC6wc8pEWN4TWxSCTIkdZ08 { 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:block;z-index:15000;display:none; }
#sgvCRspMaUBcehS14kWmJBCd9pBu3Oe1 { 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:block;z-index:15000;display:none; }
#LTueyCRvmwI7V843DycfkmSRUEH6zUQ7 { 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:block;z-index:15000;display:none; }
#eHGzqQnanalqDz0ZdiRm6ZtWQab6woNd { 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:block;z-index:15000;display:none; }
#pRTKA9SUoyumxsnS79CXCn17HIUPmSpc { 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:block;z-index:15000;display:none; }
#grSbs4W0B6PO7fesh0fWT2DRJH7ImCXi { 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:block;z-index:15000;display:none; }
#fZaaO8TSarkBUhroaBNDB5UEvVb9amP4 { 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:block;z-index:15000;display:none; }
#GWFwpUyV8KcESQ9raqv8kMTLKfxmAJ9q { 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:block;z-index:15000;display:none; }
#e7SSAKT8nDnnmHhp20oByurPlaNAhipw { 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:block;z-index:15000;display:none; }
#lZLDKTcHtV1HgIw4pivEINklUC7SP2fz { 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:block;z-index:15000;display:none; }
#xX92TFXuF13aiOXT31HMwgBTJP534th0 { 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:block;z-index:15000;display:none; }
#eTHNbDGsBDuowEvXHaVx0Pd019HqZynG { 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:block;z-index:15000;display:none; }
#ndkubGzVO3SZmkxKszhI9SpBMKowGMvn { 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:block;z-index:15000;display:none; }
#RTixoKZsg7vCout18bwr2Q9udxaiT0tT { color:rgba(var(--color-tertiary-0),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:16.5rem;left:55.1875rem;height:5rem;text-align:center;text-align-last:center;display:none; }
#VKTS8ZI3Hb3mVPBmEQrsrnnys9AnCuCk { 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:18.5625rem;width:10.3125rem;top:1.6220703125rem;left:33.5625rem;overflow:hidden;display:block; }
#HrDePTfT4Wzcy4HvpCk5zWuQsnEQzLIO { position:relative;display:block; }#HrDePTfT4Wzcy4HvpCk5zWuQsnEQzLIO { background-color: transparent; background-image: none; }#HrDePTfT4Wzcy4HvpCk5zWuQsnEQzLIO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HrDePTfT4Wzcy4HvpCk5zWuQsnEQzLIO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HrDePTfT4Wzcy4HvpCk5zWuQsnEQzLIO > .row .container > .video-iframe-container { display: none; }#HrDePTfT4Wzcy4HvpCk5zWuQsnEQzLIO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HrDePTfT4Wzcy4HvpCk5zWuQsnEQzLIO > .row > .video-iframe-container { display: none; }#HrDePTfT4Wzcy4HvpCk5zWuQsnEQzLIO > .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); }#HrDePTfT4Wzcy4HvpCk5zWuQsnEQzLIO { border-width: 0; border-radius: 0; }#HrDePTfT4Wzcy4HvpCk5zWuQsnEQzLIO > .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; }#HrDePTfT4Wzcy4HvpCk5zWuQsnEQzLIO > .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:46.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TUqE2QkXCpc90lTcTFGhaLUlBABRECkM { position:absolute;display:block;z-index:15078;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:39.4375rem;width:23.375rem;top:4.291015625rem;left:25.93359375rem;display:block; }
#KZ24FkTq0vUbyh28arhKL9ipZ29N8VhC { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;top:0.642578125rem;left:27.5595703125rem;height:2.35546875rem;text-align:center;text-align-last:center;display:block; }
#c7lKlUTGqPnTLckAr5cEdySxkAWkwbqB { position:absolute;display:block;z-index:15049;background-color:rgba(var(--color-secondary-3),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:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:43.5625rem;width:24.6875rem;top:0.1982421875rem;left:1.23046875rem;display:block; }
#JMKhnuPzpR0TQ4pxsl4eVzKbPg62398k { position:absolute;display:block;z-index:15094;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:39.5625rem;width:23.375rem;top:3.9765625rem;left:1.541015625rem;display:block; }
#T22gULpbXNzDdyBpcfv9NLD4OIZ4xcAy { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5615rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:normal;z-index:15114;line-height:1.3;letter-spacing:0;top:0.642578125rem;left:2.29296875rem;height:2.35546875rem;text-align:center;text-align-last:center;display:block; }
#rrJZI0EVzDellX8zU1hBNscUohKy3wBo { color:rgba(var(--color-tertiary-2),1);display:block;width:2.749025rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15112;line-height:1.3;letter-spacing:0;top:29.3125rem;left:14.924999952316rem;height:0;display:none; }
#t6K6MEi92XsSMTBhW2BdVb8BENcWGToa { color:#f33e67;display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.625rem;font-weight:normal;z-index:15112;line-height:1.3;letter-spacing:0;top:24.4365234375rem;left:10.0615234375rem;height:6.01171875rem;text-align:center;text-align-last:center;display:block; }
#X1GSalOars4weSSohnTTpqU2RungWohP { color:rgba(var(--color-tertiary-2),1);display:block;width:2.74609375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15112;line-height:1.3;letter-spacing:0;top:25.3828125rem;left:8.439453125rem;height:1.5434rem;display:block; }
#uBs8TM8slGbFxEZh7u7Axxw5tVyJHKSa { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15111;line-height:1.3;letter-spacing:0;top:23.7490234375rem;left:3.5625rem;height:1.5434rem;display:block; }
#PhTT6HBGUuxzJMUsWxfLtwevSCXF6uC1 { color:rgba(var(--color-tertiary-2),1);display:block;width:4.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:normal;z-index:15112;line-height:1.3;letter-spacing:0;top:26.2646484375rem;left:4.41796875rem;height:2.3559rem;display:block; }
#wH2SAW9emJWLXuBg3zBQrMiDvvtw2NXE { position:absolute;display:block;z-index:15139;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6249999999.9375rem;border-top-right-radius:6249999999.9375rem;border-bottom-left-radius:6249999999.9375rem;border-bottom-right-radius:6249999999.9375rem;box-shadow: none;height:1.561525rem;width:13.4985rem;top:30.4482421875rem;left:6.99658203125rem;display:block; }
#SoJRmZXhGn4H3co6vxn6ETQNl6NhvQBv { color:rgba(var(--color-tertiary-2),1);display:block;width:12.4980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15140;line-height:1.3;letter-spacing:0;top:30.4482421875rem;left:7.32421875rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#mB7JbpOx7NVtnPT6TwoDnRAE0TMkv59x { color:#f33e67;display:block;width:12.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.625rem;font-weight:normal;z-index:15113;line-height:1.3;letter-spacing:0;top:24.4365234375rem;left:34.71484375rem;height:6.01171875rem;text-align:center;text-align-last:center;display:block; }
#VoXO2eS6wZT0Q2Awd7rbxJlQxkSTXuE0 { color:rgba(var(--color-tertiary-2),1);display:block;width:2.74511875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15113;line-height:1.3;letter-spacing:0;top:25.3828125rem;left:32.9130859375rem;height:1.5434rem;display:block; }
#im43GcuUec9Ca2WiZW67zZos15ZcXh3o { color:rgba(var(--color-tertiary-2),1);display:block;width:12.4980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15112;line-height:1.3;letter-spacing:0;top:23.73779296875rem;left:29.0595703125rem;height:1.54394375rem;display:block; }
#w7ugrXl8ZixCxPX4HZVRa9KIfHZaJEEH { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15113;line-height:1.3;letter-spacing:0;top:29.011718273163rem;left:52.537499189377rem;height:1.54394375rem;display:none; }
#raZIX7ZLQrw4h68u4u0DW3tXennefzSv { position:absolute;display:block;z-index:15140;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6249999999.9375rem;border-top-right-radius:6249999999.9375rem;border-bottom-left-radius:6249999999.9375rem;border-bottom-right-radius:6249999999.9375rem;box-shadow: none;height:1.5625rem;width:13.49925rem;top:31.26171875rem;left:52.537499189377rem;display:none; }
#CBIO2mxW29UnUMaLmoakSlTVpIywOIFS { color:rgba(var(--color-tertiary-2),1);display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15141;line-height:1.3;letter-spacing:0;top:29.931640625rem;left:31.37255859375rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#P5caU8fIDzWhKTFfWMQlS4UEmZDPmvyW { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(81,81,81,0.65) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:2.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.0625rem;height:5.0625rem;text-decoration:none;z-index:15143;text-align:center;text-align-last:center;top:32.009765625rem;left:27.58984375rem;display:block; }
#TqeC0UR7OS4Z56hIX8FN7O6uRTefH80C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HgsHIGChZTcnU1uTIFt2cn2OQzDiuTys { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(81,81,81,0.65) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:2.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.0625rem;height:5.0625rem;text-decoration:none;z-index:15144;text-align:center;text-align-last:center;top:32.4326171875rem;left:3.18505859375rem;display:block; }
#fxqAq2TNG7yuTT2mUdADk1tQwNESg9Ty { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uHKza82dMJBvnTrhMonZGoncxmeyq2vi { color:#f33e67;display:block;width:18.6220625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15114;line-height:1.3;letter-spacing:0;top:4.291015625rem;left:28.52734375rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#iCeHRXBmKB4JV9BCQQJUH0oVKX0zA8TD { position:absolute;display:block;z-index:15139;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5rem;width:10.625rem;top:5.935546875rem;left:26.9375rem;overflow:hidden;display:block; }
#J4EvPdiDH6q85WwL5kJa1TnrVmrRpPvr { position:absolute;display:block;z-index:15139;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.375rem;width:11.4375rem;top:7.2158203125rem;left:36.7451171875rem;overflow:hidden;display:block; }
#gL6HCDyPDFLdoQqlgGlOhPv2gtuPfhO2 { color:rgba(var(--color-tertiary-2),1);display:block;width:4.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:normal;z-index:15113;line-height:1.3;letter-spacing:0;top:26.2646484375rem;left:29.0595703125rem;height:2.3559rem;display:block; }
#CxaLQg85vowFdgx40lhwi2U1FTKNGSl7 { position:absolute;display:block;z-index:15145;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:8.75rem;top:38.1328125rem;left:9.19921875rem;overflow:hidden;display:block; }
#QfnIHNl9W5HqHhWQIPzVP2zR4DOKfX5U { position:absolute;display:block;z-index:15146;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:9.5625rem;top:37.9140625rem;left:32.77734375rem;overflow:hidden;display:block; }
#MHsOFl4Tv1Let0Pv9Ec8PTcogFDEyC5H { position:absolute;display:block;z-index:15140;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6249999999.9375rem;border-top-right-radius:6249999999.9375rem;border-bottom-left-radius:6249999999.9375rem;border-bottom-right-radius:6249999999.9375rem;box-shadow: none;height:1.561525rem;width:13.4985rem;top:31.7607421875rem;left:52.75439453125rem;display:none; }
#QvTlcHnQvXWf2wQHaZps0DiByUGJEM7f { color:rgba(var(--color-tertiary-4),1);display:block;width:12.4980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:24.0625rem;left:10.875rem;height:2.3559rem;text-align:center;text-align-last:center;display:block; }
#ub3W3dTODh6xGT2ELHgf3RTrIKMGVuWC { color:rgba(var(--color-tertiary-4),1);display:block;width:12.4980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:23.375rem;left:4rem;height:2.3559rem;text-align:center;text-align-last:center;display:block; }
#pdDOEuSbNQCPrbdKWIPa9pMimH5gKDIL { color:rgba(var(--color-tertiary-2),1);display:block;width:14.499rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15113;line-height:1.3;letter-spacing:0;top:23.61328125rem;left:11.6875rem;height:1.5434rem;display:block; }
#Mqbz1DL7R1n17E6agTHXzqS7uCpD4GAA { position:absolute;display:block;z-index:15140;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6249999999.9375rem;border-top-right-radius:6249999999.9375rem;border-bottom-left-radius:6249999999.9375rem;border-bottom-right-radius:6249999999.9375rem;box-shadow: none;height:1.561525rem;width:13.4970625rem;top:29.8232421875rem;left:30.7470703125rem;display:block; }
#yev7MgJJGPccb5KwlN2ukWK7AZhcE0zg { color:rgba(var(--color-tertiary-2),1);display:block;width:14.4975625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15114;line-height:1.3;letter-spacing:0;top:23.73779296875rem;left:36.27685546875rem;height:1.54394375rem;display:block; }
#idTHScLcigINnWeMSwiBHdQPSWytNnnM { position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-secondary-3),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:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:44.25rem;width:24.1875rem;top:0.087890625rem;left:25.5263671875rem;display:block; }
#OwWVFKmPxAR5AkXObuK5NfLohfroTaIR { position:absolute;display:block;z-index:15048;background-color:rgba(var(--color-secondary-3),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:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:43.4375rem;width:24.3125rem;top:0.4375rem;left:50.75rem;display:block; }
#rEKrHG0l2kFPzI53Py6oNwA7T6PrFKpm { position:absolute;display:block;z-index:15093;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:39.4375rem;width:23.25rem;top:4.0625rem;left:51.1875rem;display:block; }
#ky3RWnTVQkXUCy9Nbr5tbKBF6ZNwrqq7 { position:absolute;display:block;z-index:15161;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.9375rem;width:8.875rem;top:38.1953125rem;left:58.46875rem;overflow:hidden;display:block; }
#XtlA1dT5TGEMqsfx1Urkgynwdz24S86n { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(81,81,81,0.65) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:2.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.3125rem;height:5.0625rem;text-decoration:none;z-index:15158;text-align:center;text-align-last:center;top:32.01708984375rem;left:51.64892578125rem;display:block; }
#vWwdFWtmtDOdZVXHEkAR3eRPm52dDIAC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RGVGGRJ2R2FQ1ZFL1XdCMgyTu3hLy8hE { color:rgba(var(--color-tertiary-2),1);display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15156;line-height:1.3;letter-spacing:0;top:29.931640625rem;left:56.4375rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#UPKRHqSrSBrAuiuuDu9RMOZ9MzkqUvIr { position:absolute;display:block;z-index:15155;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6249999999.9375rem;border-top-right-radius:6249999999.9375rem;border-bottom-left-radius:6249999999.9375rem;border-bottom-right-radius:6249999999.9375rem;box-shadow: none;height:1.561525rem;width:13.4970625rem;top:29.82275390625rem;left:56.05517578125rem;display:block; }
#dP8w7I9iX5uDPNoZtuN3lNXnRiZSFTXw { color:#f33e67;display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.625rem;font-weight:normal;z-index:15128;line-height:1.3;letter-spacing:0;top:24.4365234375rem;left:59.40625rem;height:6.01171875rem;text-align:center;text-align-last:center;display:block; }
#dcuFnybpzWeisJ8KXgO0enK6FNsu5QRH { color:rgba(var(--color-tertiary-2),1);display:block;width:4.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:normal;z-index:15128;line-height:1.3;letter-spacing:0;top:26.2646484375rem;left:53.4365234375rem;height:2.3559rem;display:block; }
#Tm0S3TnUK7J5TmXODTeOKgG5GHe7oSXM { color:rgba(var(--color-tertiary-2),1);display:block;width:2.74511875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15128;line-height:1.3;letter-spacing:0;top:25.3828125rem;left:57.8740234375rem;height:1.5434rem;display:block; }
#s29RbV2cS6c31Zh29v0WwJU4z39e5w3R { color:rgba(var(--color-tertiary-2),1);display:block;width:12.4980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15127;line-height:1.3;letter-spacing:0;top:23.73779296875rem;left:53.1494140625rem;height:1.5434rem;display:block; }
#zGaBWhR4xVtstVMpcMnWHwKanhiiVc2q { position:absolute;display:block;z-index:15154;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.3125rem;width:8.5625rem;top:5.935546875rem;left:50.7724609375rem;overflow:hidden;display:block; }
#glkRTyI8aeI5uKvqtHMe7TZ3iP8ceTrR { color:rgba(var(--color-tertiary-2),1);display:block;width:14.4975625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15129;line-height:1.3;letter-spacing:0;top:23.73779296875rem;left:60.5625rem;height:1.54394375rem;display:block; }
#xye8hk2XVyST1dJ53U0PuzaB25Ih9KuP { position:absolute;display:block;z-index:15154;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5rem;width:8.8125rem;top:13.6865234375rem;left:59.242788461539rem;overflow:hidden;display:block; }
#OTGr1SUmJLkoo5cCfnW2M5n15ZWAbS4g { color:#f33e67;display:block;width:20.4980625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15129;line-height:1.3;letter-spacing:0;top:4.0625rem;left:52.65625rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#AL1kBmzet9dWbUUiMpgxV2vFtE58ENsN { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:normal;z-index:15113;line-height:1.3;letter-spacing:0;top:0.642578125rem;left:52.625rem;height:2.35546875rem;text-align:center;text-align-last:center;display:block; }
#sWytMcEd9unNfTxS0mtlTZMwR22zzDz2 { position:absolute;display:block;z-index:15155;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.875rem;width:9.0625rem;top:5.291015625rem;left:65.29rem;overflow:hidden;display:block; }
#h8EGsHT4lHWIt3FdW7RCnuxmSEMLb5vf { color:rgba(var(--color-tertiary-2),1);display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15141;line-height:1.3;letter-spacing:0;top:30.5576171875rem;left:31.373046875rem;height:1.4619125rem;text-align:center;text-align-last:center;display:none; }
#giFpTmaFXHglawLq2bOCRBBPfqDtT06C { position:absolute;display:block;z-index:15140;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6249999999.9375rem;border-top-right-radius:6249999999.9375rem;border-bottom-left-radius:6249999999.9375rem;border-bottom-right-radius:6249999999.9375rem;box-shadow: none;height:1.5625rem;width:13.49925rem;top:31.26171875rem;left:52.537499189377rem;display:none; }
#HTPg1BgqRivShXStnENfDGXhTO5mw1la { position:absolute;display:block;z-index:15140;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.125rem;width:13.9375rem;top:5.291015625rem;left:2.5615234375rem;overflow:hidden;display:block; }
#ZcBdgQ6FnDhPi5QpfmShBsToSSGM7vy5 { position:absolute;display:block;z-index:15140;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5rem;width:10.625rem;top:13.9453125rem;left:25.23046875rem;overflow:hidden;display:block; }
#hUIv9awTPtVybPCJw7h3ugSsooAhAfMo { position:absolute;display:block;z-index:15141;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5rem;width:10.625rem;top:14.8271484375rem;left:34.71484375rem;overflow:hidden;display:block; }
#uXFpClrxpDxIoSVeZcKqXX1neZ8ZxcgF { position:absolute;display:block;z-index:15141;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.6875rem;width:12.625rem;top:11.7578125rem;left:10.6845703125rem;overflow:hidden;display:block; }
#Ffg0NWFl21biwnU8GVVh7LmfcKLzifDE { position:absolute;display:block;z-index:15156;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.75rem;width:9rem;top:17.1044921875rem;left:65.0234375rem;overflow:hidden;display:block; }
#GHsTgIcMRSCxTRLkrT4TKLikp0b53dLZ { position:absolute;display:block;z-index:15157;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.6875rem;width:8.9375rem;top:15.7578125rem;left:50.7724609375rem;overflow:hidden;display:block; }
#nCKO2rlvSeX2D4fCBpwSAOf6H1su89d3 { position:absolute;display:block;z-index:15155;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:8.8125rem;top:7.935546875rem;left:58.0224609375rem;overflow:hidden;display:block; }
#uydFrzpTLsBr0f9IKTZcrTamUzqFce9P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),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; }#uydFrzpTLsBr0f9IKTZcrTamUzqFce9P > .row .container { background-color: transparent; background-image: none; }#uydFrzpTLsBr0f9IKTZcrTamUzqFce9P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uydFrzpTLsBr0f9IKTZcrTamUzqFce9P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uydFrzpTLsBr0f9IKTZcrTamUzqFce9P > .row .container > .video-iframe-container { display: none; }#uydFrzpTLsBr0f9IKTZcrTamUzqFce9P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uydFrzpTLsBr0f9IKTZcrTamUzqFce9P > .row > .video-iframe-container { display: none; }#uydFrzpTLsBr0f9IKTZcrTamUzqFce9P > .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); }#uydFrzpTLsBr0f9IKTZcrTamUzqFce9P > .row .container { border-width: 0; border-radius: 0; }#uydFrzpTLsBr0f9IKTZcrTamUzqFce9P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uydFrzpTLsBr0f9IKTZcrTamUzqFce9P > .row .container { font-size:0.875rem;font-family:arial;height:26.9375rem;width:75rem;position:relative;display:block; }#QRWBOeF11bpxl5tRBgzr0dK2AZ5OxZv2 { color:rgba(var(--color-tertiary-0),1);display:block;width:52.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.5rem;left:0.8125rem;height:4.0625rem;display:block; }
#ma5T3NWm5mETXMIUuOpeOgGxnTEa86vw { color:rgba(var(--color-tertiary-0),1);display:block;width:41.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.81163024902344rem;left:0.81163215637206rem;height:3.73730625rem;display:block; }
#OAr47EHCiMWOiPbg1rzllsFhRCeuKh8p { position:absolute;display:block;z-index:15004;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:5.375rem;width:5.375rem;top:11.1875rem;left:2.59375rem;display:block; }
#osR6gmCFJ3hq0WrIA5pSXzvaPJ5yA0H8 { box-sizing:content-box;color:rgba(var(--color-secondary-3),1);font-size:2.5625rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:12.0625rem;left:3.46875rem;display:block; }
#BUznEvqTbCFAW4DahELMQQNpTu7Z3JWo { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:11.1875rem;left:8.59375rem;height:1.8681625rem;display:block; }
#BIbDXdDlWhoQFMByGUPyUlhGmEPID8li { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;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:13rem;left:8.59375rem;height:3.8994125rem;display:block; }
#R3CgxU8TTBJwXOm9kblLqH208y7DdP0k { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:20.8125rem;left:8.625rem;height:3.8994125rem;display:block; }
#VWWRaLJWRhrXI7qudwSDFor9qh4qxwGF { position:absolute;display:block;z-index:15008;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:5.375rem;width:5.375rem;top:19rem;left:2.625rem;display:block; }
#LTIxVkTv35uvisdMQdSeL03UW0PT21ow { box-sizing:content-box;color:rgba(var(--color-secondary-3),1);font-size:2.5625rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:19.875rem;left:3.5rem;display:block; }
#NGAikl77q1MTPf2xEO9ZiI5QUDl2WR9N { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:19rem;left:8.625rem;height:1.8681625rem;display:block; }
#L6sWbxXVNf6wciKdlFqhmGw74m69emhw { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:12.9375rem;left:29.25rem;height:3.8994125rem;display:block; }
#ykO859ptZMLuwd7bN8BSqCaVkwvwz6vx { color:rgba(var(--color-tertiary-0),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:11.125rem;left:29.25rem;height:1.8681625rem;display:block; }
#iNRJAZQgKlzTqIev0GvW9NvfTmU66R02 { 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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:5.375rem;width:5.375rem;top:11.125rem;left:23.25rem;display:block; }
#kr7IvxMZCg2QrFMUa02eIrDUNKXt74vc { box-sizing:content-box;color:rgba(var(--color-secondary-3),1);font-size:2.5625rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15016;top:12rem;left:24.125rem;display:block; }
#IJivdmCiHV0nxdrq0uHTV6K6cTorCgT8 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:20.875rem;left:29.3125rem;height:3.8994125rem;display:block; }
#e6GHOKS1nUlF2QiCeQidoIlJ88DB8ZGn { 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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:5.375rem;width:5.375rem;top:19.0625rem;left:23.3125rem;display:block; }
#e7zTzsBBZkkUUnRwl4Eb8A9gelyJVRlH { box-sizing:content-box;color:rgba(var(--color-secondary-3),1);font-size:2.5625rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15020;top:19.9375rem;left:24.1875rem;display:block; }
#zAOTzQ8Oqux3CaT9lLVychbkDwChNcHz { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:19.0625rem;left:29.3125rem;height:1.8681625rem;display:block; }
#PyRNKdhNSBxV2HNaRWVTuGKTXRozOi0P { 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:15.6875rem;width:15.6875rem;top:5.625rem;left:51.812501907349rem;overflow:hidden;display:block; }
#SQWHUI1O6gURaU1iGV3E6spDTVydGqTo { 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; }#SQWHUI1O6gURaU1iGV3E6spDTVydGqTo > .row .container { background-color: transparent; background-image: none; }#SQWHUI1O6gURaU1iGV3E6spDTVydGqTo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SQWHUI1O6gURaU1iGV3E6spDTVydGqTo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SQWHUI1O6gURaU1iGV3E6spDTVydGqTo > .row .container > .video-iframe-container { display: none; }#SQWHUI1O6gURaU1iGV3E6spDTVydGqTo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SQWHUI1O6gURaU1iGV3E6spDTVydGqTo > .row > .video-iframe-container { display: none; }#SQWHUI1O6gURaU1iGV3E6spDTVydGqTo > .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); }#SQWHUI1O6gURaU1iGV3E6spDTVydGqTo > .row .container { border-width: 0; border-radius: 0; }#SQWHUI1O6gURaU1iGV3E6spDTVydGqTo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SQWHUI1O6gURaU1iGV3E6spDTVydGqTo > .row .container { font-size:0.875rem;font-family:arial;height:21.0625rem;width:75rem;position:relative;display:block; }#ick6x1RTsokC6eWgv9NaJwha6yRhg9d6 { color:rgba(var(--color-tertiary-4),1);display:block;width:27.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.25rem;left:18.750001907349rem;height:2.4375rem;display:block; }
#W8NDeHS7r8yN04MugbOoMGENTmqo0Vle { color:rgba(var(--color-tertiary-4),1);display:block;width:43.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5.74951171875rem;left:18.75rem;height:2.84375rem;display:block; }
#Wsi4KPtWJFHHK8BaWWeqKN6eTaTTGL73 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:10.1875rem;left:18.75rem;height:5.19921875rem;display:block; }
#UUzo1SZgm57HInCtXVLu4hRAZD3TRdd6 { z-index:15005;top:16.937509536743rem;left:29.031251907349rem;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:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(165,26,58,0.6) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#qeVV1OMFBkNUI5XTJHKDFwDPJox8ElBF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UlqqgbT69xzxo73t5eJ9pNmlhJhv4XZ8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#UlqqgbT69xzxo73t5eJ9pNmlhJhv4XZ8 > .row .container { background-color: transparent; background-image: none; }#UlqqgbT69xzxo73t5eJ9pNmlhJhv4XZ8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UlqqgbT69xzxo73t5eJ9pNmlhJhv4XZ8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UlqqgbT69xzxo73t5eJ9pNmlhJhv4XZ8 > .row .container > .video-iframe-container { display: none; }#UlqqgbT69xzxo73t5eJ9pNmlhJhv4XZ8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UlqqgbT69xzxo73t5eJ9pNmlhJhv4XZ8 > .row > .video-iframe-container { display: none; }#UlqqgbT69xzxo73t5eJ9pNmlhJhv4XZ8 > .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); }#UlqqgbT69xzxo73t5eJ9pNmlhJhv4XZ8 > .row .container { border-width: 0; border-radius: 0; }#UlqqgbT69xzxo73t5eJ9pNmlhJhv4XZ8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UlqqgbT69xzxo73t5eJ9pNmlhJhv4XZ8 > .row .container { font-size:0.875rem;font-family:arial;height:17.1875rem;width:75rem;position:relative;display:block; }#BxOD0izXKOrQytVWTamBxyD5S3aaDUqv { color:rgba(var(--color-tertiary-0),1);display:block;width:13.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:13.6875rem;left:30.1875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#cDtq0T2vM5Zc3FfEdla8Gkr9uODpptoK { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),0.5);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:43.75rem;top:14.875rem;left:15rem;display:block; }
#VMPI8W1SpS7sdRy0UPamXFmXwwCZeQoX { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:5.3125rem;left:6.5625rem;height:2.03125rem;display:block; }
#Fw5vJOsRbEI9USowwNfOVGwKA5qDSnk2 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),0.5);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:1.875rem;top:7.25rem;left:6.5rem;display:block; }
#oL4LyUsVtqDqVvWK9yqxNR4MFb5zqddT { color:rgba(var(--color-tertiary-0),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:8.0625rem;left:6.5625rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#rcWqR47umm6ZcnXR9PEttnvSiFQ0L66q { color:rgba(var(--color-tertiary-0),1);display:block;width:33.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:15rem;left:18.8125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#aTQGQ2UwzeVcms8n3fTD9lk333rDVHaB { color:#ffe500;display:block;width:13.75rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#xShTsUTS8mm1GWFqcT3z8BfF0JA9BayU { 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:5.0625rem;width:14.8730625rem;top:5.5rem;left:45.1875rem;overflow:hidden;display:block; }
#muUHkHbBxl2kWVx8tMN3MNG0kTAmwVb4 { z-index:15009;top:2.796875rem;left:15rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:1.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ktFBOsIDqUx4myLOlpP3KE7BLrbvNKPC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rtJ4gfSzaB0rWpAFK32wprH6JlQVqTE6 { z-index:15012;top:2.8125rem;left:35.5625rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.96875rem;height:1.84375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#tzEx4BnGJ069fanVCdtRe6evJOQGy9Na { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #tld8G5xJRPVxRCuG12nr4GeUMhvPxSGw { display:block; }#tld8G5xJRPVxRCuG12nr4GeUMhvPxSGw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cKqIeiPNlRP1iHVSQ5JkAgz0Pvpxmw2G { width:47.75rem;height:2.5rem;top:0.5625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfnfFvVtqqHTWaVGKhLCGWGWvvtJ1oLw { width:47.75rem;height:3rem;top:1.4375rem;left:0rem;font-size:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dp6qByzgkgeCno2TKWOEGkFGh9ok23A8 { width:47.75rem;height:3rem;top:1.4375rem;left:0rem;font-size:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tKTcZNG3ZD0poFJVyoTMFSrTLoTNOvZn { display:block; }#tKTcZNG3ZD0poFJVyoTMFSrTLoTNOvZn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SCD1LO8x1iU8PCpdkPQtRZDXsurG9EQ2 { width:47.75rem;height:12.375rem;top:0rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVmU0ILNgCA4s4wnTUtCgKzGZl2SF2oC { width:40.3125rem;height:6.25rem;top:13rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEKU0U9v8AgJHDBq1Q4IM4OfWiklVvvr { top:28.9375rem;left:0rem;width:21.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQBhM8d00TIIVNSHvwUJiJ4X12mGul4C { display:block; }
 }@media only screen and (max-width: 763px) { #gxsVn40Cpox1gRdowsqXnwAFsZ2VvG3R { width:19.75rem;height:5.25rem;top:35.3125rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RyeERiR6EVX1TubSC7pOmm842oqsWmnP { top:25.75rem;left:33.6875rem;width:14.0625rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qp13GRHXMpFK8nRWiAyfJeF8lgvtUPoQ { display:block; }
 }@media only screen and (max-width: 763px) { #cFUMIMzdQETsNytZMzLUm08HnfBdHGIF { width:16.75rem;height:18.1875rem;top:15.375rem;left:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rq7R3BOJS1ml6Ea7HvWvph9XEtIbZscO { width:26.0625rem;height:26.0625rem;top:1.125rem;left:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkFLvWg3uaBN5aMKvKwQWQ3M2AARkGFs { top:32.9375rem;left:0rem;width:28.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6y13Wd2q7IyaXVSatExU2tgcIombZZd { top:20.5625rem;left:0rem;width:19.125rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZDV1eQxdM5f2ZDLLcKvz7yRbF14Akq9 { display:none; }#SZDV1eQxdM5f2ZDLLcKvz7yRbF14Akq9 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RAkNNpdgquv6Kw0AMJNz6L62nmd32QVO { width:18.1875rem;height:3.0625rem;top:58.75rem;left:23.4375rem;font-size:1.1875rem;display:block; }#RAkNNpdgquv6Kw0AMJNz6L62nmd32QVO li:before{  }
 }@media only screen and (max-width: 763px) { #PZUur9GyyS5qONBI3TSTTNMIyXTEk2wd { width:29.875rem;height:1.5rem;top:61.8125rem;left:17.875rem;font-size:1.1875rem;display:block; }#PZUur9GyyS5qONBI3TSTTNMIyXTEk2wd li:before{  }
 }@media only screen and (max-width: 763px) { #wPX4p54DdodClcpSze5JAJzqr4cvX1fK { width:15.5rem;height:1.75rem;top:66rem;left:23.4375rem;font-size:1.625rem;display:block; }#wPX4p54DdodClcpSze5JAJzqr4cvX1fK li:before{  }
 }@media only screen and (max-width: 763px) { #TEaeSAsATMRTQwng9rkKzX9nCfv1sDp4 { width:15.5rem;height:1.75rem;top:63.3125rem;left:23.4375rem;font-size:1.625rem;display:block; }#TEaeSAsATMRTQwng9rkKzX9nCfv1sDp4 li:before{  }
 }@media only screen and (max-width: 763px) { #CUBu95guEhRWC7FVfkUdqpIApoJn1PkX { width:18.9375rem;height:3.125rem;top:4.4375rem;left:11.8125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPfT7Rs7QOfAztbAklM6zBbiFeknFlTU { width:47.75rem;height:3rem;top:1.4375rem;left:0rem;font-size:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ro77CwPLzSkA96ukz6UJs57lAC9UISDA { width:47.75rem;height:3rem;top:1.4375rem;left:0rem;font-size:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NomWKo556S503Z24Sb2ilObWJavfTJWF { width:47.75rem;height:3rem;top:4.4375rem;left:0rem;font-size:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ra5L1fQubwGAvV0GDlVyWT3sZ9O2yyOW { width:47.75rem;height:3rem;top:1.4375rem;left:0rem;font-size:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #C3zt3T8TIAyJANFtwwBufGdarX0F37wT { width:47.75rem;height:3rem;top:1.4375rem;left:0rem;font-size:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KFqqWflalExfb8t8WK5obf3eQWVpdFl3 { width:47.75rem;height:3rem;top:1.4375rem;left:0rem;font-size:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZQVVVOT14OTImZpcf2IcavGuG2Qte81N { width:47.75rem;height:3rem;top:1.4375rem;left:0rem;font-size:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wWZM34axm4qoou4VsKX14bKTWBGGnVRu { width:47.75rem;height:3rem;top:1.4375rem;left:0rem;font-size:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BgTeSD8GXmgrLyN0g559ZHFcoUxMknsx { width:47.75rem;height:3rem;top:1.4375rem;left:0rem;font-size:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LVc439HcKxyoVWTWorvnOPzIuw0qASL4 { width:47.75rem;height:3rem;top:1.4375rem;left:0rem;font-size:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zMafFfcqMpaw4wHOJyT6KUEUnrzv9TIC { width:47.75rem;height:3rem;top:1.4375rem;left:0rem;font-size:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fwJIV3eQKum34x5v4UJCicNFNpiE0LQr { width:47.75rem;height:3rem;top:1.4375rem;left:0rem;font-size:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nPghsL5oaQENKtnsgbgHNmGNcZQ9lqfP { width:47.75rem;height:3rem;top:1.4375rem;left:0rem;font-size:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JBtK38rPsWS0IToO56TnX56fTXyGwyC6 { width:47.75rem;height:3rem;top:1.4375rem;left:0rem;font-size:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ABBhW1bI6OTBhxz9rF7wMpv7b74MqMu6 { width:25.6875rem;height:17.0625rem;top:42.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaTeJZMxV8sT6BZXe5CzB52CoaU5rU7h { width:47.75rem;height:26.70935828877rem;top:7.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQGAb1cJPTXRQ044aNlaTRpMhhkFArks { top:48.6875rem;left:20.9375rem;width:20rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xz4h56O91Xp8VVcGuRgynLnsQ09V8mwu { top:43.25rem;left:33.6875rem;width:14.0625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZG8zfwbvDwAvHyAJ2MMWp3c8KyZhCPIx { display:block; }
 }@media only screen and (max-width: 763px) { #vOQybqMOZ1meBsKRuouwHs0HksLKr9H0 { top:43.25rem;left:30.625rem;width:14.9375rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pq6uTIciepu5R9eNg7I1D1MRZqBIccRk { display:block; }
 }@media only screen and (max-width: 763px) { #RnHlSBuAQZBBmqqP1bkLBu06e9WrNl8T { width:37.6875rem;height:1.75rem;top:49.1875rem;left:10.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJHA0tLGV3qoeXbXrV1gXxkplMcSGHxg { width:37.6875rem;height:1.75rem;top:52.5rem;left:10.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zc2hbOcRgigbe5wRy2Ps1D2IK5E3an4w { width:37.6875rem;height:1.75rem;top:55.9375rem;left:10.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfrQ1qyVX55UNLy1LsRyrTVAbQVdQgX0 { width:27.5rem;height:6.3125rem;top:41.8125rem;left:20.25rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpBaXg5zu94wy55BkRH53sZScb5fB6Ux { width:20rem;height:5.1875rem;top:25.75rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #mf8GV0gS4xiGgAmzrQRllWcOu6Tmo7Lc { width:20rem;height:2.5625rem;top:1.6875rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #okADphCAwfxAnNw7HZmH6PApaXIZPZ7N { top:8.25rem;left:2.4375rem;width:12.5rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryKuX1yLKA8xODiLEZ3odCVtqavXMNN7 { width:18.9375rem;height:0;top:1.25rem;left:12.5rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r09N0Z1H4IrbCLoF5VWpWgSWPxrsrq65 { width:47.75rem;height:3.125rem;top:0.6875rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e791T8LPpVh2IOtUCzehf3gFhHCVOTIw { width:18.75rem;height:3.0625rem;top:0rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fL5RtfVXDMN4A4rVXr5plgRanRsnytlf { display:none; }#fL5RtfVXDMN4A4rVXr5plgRanRsnytlf > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Q9sOhTZmHlaayhcQIu97TtUrB9FhKTNP { top:2.4375rem;left:33.6875rem;width:14.0625rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlHwISHwhLJQ8hCEmcQCpqTZ5687TUZb { display:block; }
 }@media only screen and (max-width: 763px) { #PkmlLCyOrQmWDQrd55G7a7Lead6Uaah4 { width:12.4375rem;height:1.9375rem;top:6.4375rem;left:35.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4dCzOCGwuh8HVzRyTnmT1DLbVUEp1rK { width:33.75rem;height:13.0625rem;top:14.5625rem;left:14rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzdCzMOnQQy4AqtRW3WZHTecNmtJI0xv { top:25.75rem;left:33.6875rem;width:14.0625rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ONlUqnUBkPDekyG2isDwcnsS9baATeqD { display:block; }
 }@media only screen and (max-width: 763px) { #BOQHVKl13JIrHT0iqNOobSKJMFTdD1IQ { width:9.8125rem;height:;top:3.4375rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bOFebpo6KEhkM4UHgRMecaNs4bIZgwV0 { width:28.375rem;height:15.5625rem;top:11rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMnfo1tNCKOIax1hMs1sgGXsvrmFuhRq { display:block; }#IMnfo1tNCKOIax1hMs1sgGXsvrmFuhRq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #De0tXQ8oo4QiVMlEoadzrpS6OmJpg3OT { top:0.3125rem;left:0rem;width:47.75rem;height:5.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wt3rgDPETTQvhsuKpRxqZn52vgWUbSg8 { display:block; }#Wt3rgDPETTQvhsuKpRxqZn52vgWUbSg8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nLk0rHU053UOA1GC3Leau8NuJmPnwaJb { width:12.6875rem;height:17rem;top:1.5625rem;left:0.12016213389121rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwXKqQskX3qbt8GceRLeu1VNKQuMwF4C { width:1.75rem;height:1.75rem;top:18.625rem;left:1.65625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCIKKVwFWmy1tSCMeHX9ZfKr8ZBq4rqo { width:1.75rem;height:1.75rem;top:18.625rem;left:3.34375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #shbe2szqRRwXEcCurafRaMn8zUmKvdLc { width:1.75rem;height:1.75rem;top:18.625rem;left:5.09375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #As6Bl7vGxQnmBA9FCMTz9125G30AdV28 { width:1.75rem;height:1.75rem;top:18.625rem;left:6.84375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3kMQT5t2T0IomJUTL63dHCQIExxQ0mD { width:1.75rem;height:1.75rem;top:18.625rem;left:8.59375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBZ2cZBd8yDPxgGTEZDPPZDyOUU97O3b { width:14.5rem;height:6.4375rem;top:20.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbQCVyW3ccPCxKFz8DLUzECPlHNkW2pz { width:16.8125rem;height:1.125rem;top:27.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MK1sKVklxZ1q81h19ZZifPlnMTmldDut { width:16.6875rem;height:6.4375rem;top:22.5rem;left:7.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRpzQLephJwfhJ8BDNNKzFhn1KuiHoyn { width:16.8125rem;height:1.125rem;top:29.75rem;left:7.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2BksNrzAyuW9OTnPWEtwbs01K5liwII { width:1.75rem;height:1.75rem;top:20.375rem;left:23.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBQzSy9lqbe5T1JFSgfhBDzeRV6bxNWz { width:1.75rem;height:1.75rem;top:20.375rem;left:24.34375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbPE88pfX0K9OzMr9xuShgziHU8g6l6R { width:13.3125rem;height:17.875rem;top:1.9375rem;left:34.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mlc36Uz0dJVXkp6I9TR0hWPDmyTEgQor { width:1.75rem;height:1.75rem;top:20.375rem;left:23.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6FGv6Wl1zriny6C0dqT6fWXBhNJy2Sd { width:1.75rem;height:1.75rem;top:20.375rem;left:22.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDQJP1qGem7pR1nAatdirJ1h6mVH0yIz { width:1.75rem;height:1.75rem;top:20.375rem;left:22.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S64hX0dMXGmGpOkvIRLQUe3xWOPeuVPL { width:16.8125rem;height:1.125rem;top:30.3125rem;left:30.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcWTVIXwqLm1cboEtN2MfpPT86xQTJQw { width:18.9375rem;height:6.4375rem;top:22.5rem;left:16.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7l4Ff0hmOwEKdT3G6xPRD27dwlLxG5o { width:1.75rem;height:1.75rem;top:21.125rem;left:42.59375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6Svvh8ScTfQAe2VvfPMtW8O3qHyRyfS { width:1.75rem;height:1.75rem;top:21.125rem;left:44.34375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRFvauIOTmNZatMCLgESfhD2uzeLmmlH { width:1.75rem;height:1.75rem;top:21.125rem;left:40.84375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGawHx2s6W2dQ8G1EpD5eKz1d7SZZRfc { width:1.75rem;height:1.75rem;top:21.1875rem;left:39.15625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUzXyFEkmhD5R9pb6b3vST9MaeulWT8g { width:1.75rem;height:1.75rem;top:21.1875rem;left:37.46875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbXS4AcPbD3CdSnaLnFcSCtAd2sCWpmR { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tRwqKK9EXGWasGnzk3psa6GlPcnyFCBW { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AQw9QBgGNwC6wc8pEWN4TWxSCTIkdZ08 { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sgvCRspMaUBcehS14kWmJBCd9pBu3Oe1 { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LTueyCRvmwI7V843DycfkmSRUEH6zUQ7 { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eHGzqQnanalqDz0ZdiRm6ZtWQab6woNd { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pRTKA9SUoyumxsnS79CXCn17HIUPmSpc { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #grSbs4W0B6PO7fesh0fWT2DRJH7ImCXi { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fZaaO8TSarkBUhroaBNDB5UEvVb9amP4 { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GWFwpUyV8KcESQ9raqv8kMTLKfxmAJ9q { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #e7SSAKT8nDnnmHhp20oByurPlaNAhipw { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lZLDKTcHtV1HgIw4pivEINklUC7SP2fz { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xX92TFXuF13aiOXT31HMwgBTJP534th0 { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eTHNbDGsBDuowEvXHaVx0Pd019HqZynG { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ndkubGzVO3SZmkxKszhI9SpBMKowGMvn { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RTixoKZsg7vCout18bwr2Q9udxaiT0tT { width:14.4375rem;height:7.75rem;top:83.3125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #VKTS8ZI3Hb3mVPBmEQrsrnnys9AnCuCk { width:10.3125rem;height:18.5625rem;top:1.5625rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrDePTfT4Wzcy4HvpCk5zWuQsnEQzLIO { display:block; }#HrDePTfT4Wzcy4HvpCk5zWuQsnEQzLIO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TUqE2QkXCpc90lTcTFGhaLUlBABRECkM { width:23.375rem;height:39.4375rem;top:4.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZ24FkTq0vUbyh28arhKL9ipZ29N8VhC { width:20.5rem;height:2.3125rem;top:0.625rem;left:3.375rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #c7lKlUTGqPnTLckAr5cEdySxkAWkwbqB { width:24.6875rem;height:43.5625rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMKhnuPzpR0TQ4pxsl4eVzKbPg62398k { width:23.375rem;height:39.5625rem;top:3.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T22gULpbXNzDdyBpcfv9NLD4OIZ4xcAy { width:22.5rem;height:2.3125rem;top:0.625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrJZI0EVzDellX8zU1hBNscUohKy3wBo { width:2.6875rem;height:1.4375rem;top:29.9375rem;left:8.7374999523163rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #t6K6MEi92XsSMTBhW2BdVb8BENcWGToa { width:12.1875rem;height:6rem;top:24.375rem;left:3.2490234375rem;font-size:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #X1GSalOars4weSSohnTTpqU2RungWohP { width:2.6875rem;height:1.5rem;top:25.375rem;left:1.626953125rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uBs8TM8slGbFxEZh7u7Axxw5tVyJHKSa { width:12.4375rem;height:1.5rem;top:23.6875rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PhTT6HBGUuxzJMUsWxfLtwevSCXF6uC1 { width:4.3125rem;height:2.375rem;top:26.25rem;left:0rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wH2SAW9emJWLXuBg3zBQrMiDvvtw2NXE { top:30.4375rem;left:0.18408203125rem;width:13.4375rem;height:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #SoJRmZXhGn4H3co6vxn6ETQNl6NhvQBv { width:12.4375rem;height:1.4375rem;top:30.4375rem;left:0.51171875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mB7JbpOx7NVtnPT6TwoDnRAE0TMkv59x { width:12.625rem;height:6rem;top:24.375rem;left:11.25rem;font-size:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VoXO2eS6wZT0Q2Awd7rbxJlQxkSTXuE0 { width:2.6875rem;height:1.5rem;top:25.375rem;left:21.1875rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #im43GcuUec9Ca2WiZW67zZos15ZcXh3o { width:12.4375rem;height:1.5rem;top:23.6875rem;left:11.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #w7ugrXl8ZixCxPX4HZVRa9KIfHZaJEEH { width:12.5rem;height:1.5rem;top:29rem;left:32.099785327911rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #raZIX7ZLQrw4h68u4u0DW3tXennefzSv { top:31.25rem;left:32.099999189377rem;width:13.4375rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CBIO2mxW29UnUMaLmoakSlTVpIywOIFS { width:12.9375rem;height:1.4375rem;top:29.875rem;left:10.9375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #P5caU8fIDzWhKTFfWMQlS4UEmZDPmvyW { width:20.0625rem;height:5.0625rem;top:32rem;left:3.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TqeC0UR7OS4Z56hIX8FN7O6uRTefH80C { display:block; }
 }@media only screen and (max-width: 763px) { #HgsHIGChZTcnU1uTIFt2cn2OQzDiuTys { width:20.0625rem;height:5.0625rem;top:32.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fxqAq2TNG7yuTT2mUdADk1tQwNESg9Ty { display:block; }
 }@media only screen and (max-width: 763px) { #uHKza82dMJBvnTrhMonZGoncxmeyq2vi { width:18.5625rem;height:2.875rem;top:4.25rem;left:5.3125rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iCeHRXBmKB4JV9BCQQJUH0oVKX0zA8TD { width:10.625rem;height:11.5rem;top:5.875rem;left:13.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #J4EvPdiDH6q85WwL5kJa1TnrVmrRpPvr { width:11.4375rem;height:12.375rem;top:7.1875rem;left:12.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gL6HCDyPDFLdoQqlgGlOhPv2gtuPfhO2 { width:4.375rem;height:2.3125rem;top:26.25rem;left:19.5rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CxaLQg85vowFdgx40lhwi2U1FTKNGSl7 { width:8.75rem;height:4.8125rem;top:38.125rem;left:2.38671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfnIHNl9W5HqHhWQIPzVP2zR4DOKfX5U { width:9.5625rem;height:5.25rem;top:37.875rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHsOFl4Tv1Let0Pv9Ec8PTcogFDEyC5H { top:31.75rem;left:32.31689453125rem;width:13.4375rem;height:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #QvTlcHnQvXWf2wQHaZps0DiByUGJEM7f { width:12.4375rem;height:2.3125rem;top:24.0625rem;left:4.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ub3W3dTODh6xGT2ELHgf3RTrIKMGVuWC { width:12.4375rem;height:2.3125rem;top:23.375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdDOEuSbNQCPrbdKWIPa9pMimH5gKDIL { width:14.4375rem;height:1.5rem;top:23.5625rem;left:4.875rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mqbz1DL7R1n17E6agTHXzqS7uCpD4GAA { top:29.8125rem;left:10.4375rem;width:13.4375rem;height:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #yev7MgJJGPccb5KwlN2ukWK7AZhcE0zg { width:14.4375rem;height:1.5rem;top:23.6875rem;left:9.4375rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #idTHScLcigINnWeMSwiBHdQPSWytNnnM { width:24.1875rem;height:44.25rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwWVFKmPxAR5AkXObuK5NfLohfroTaIR { width:24.3125rem;height:43.4375rem;top:0.4375rem;left:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEKrHG0l2kFPzI53Py6oNwA7T6PrFKpm { width:23.25rem;height:39.4375rem;top:4.0625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ky3RWnTVQkXUCy9Nbr5tbKBF6ZNwrqq7 { width:8.875rem;height:4.9375rem;top:38.1875rem;left:38.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtlA1dT5TGEMqsfx1Urkgynwdz24S86n { width:22.3125rem;height:5.0625rem;top:32rem;left:25.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vWwdFWtmtDOdZVXHEkAR3eRPm52dDIAC { display:block; }
 }@media only screen and (max-width: 763px) { #RGVGGRJ2R2FQ1ZFL1XdCMgyTu3hLy8hE { width:12.9375rem;height:1.4375rem;top:29.875rem;left:34.8125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UPKRHqSrSBrAuiuuDu9RMOZ9MzkqUvIr { top:29.8125rem;left:34.3125rem;width:13.4375rem;height:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #dP8w7I9iX5uDPNoZtuN3lNXnRiZSFTXw { width:13.1875rem;height:6rem;top:24.375rem;left:34.5625rem;font-size:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dcuFnybpzWeisJ8KXgO0enK6FNsu5QRH { width:4.4375rem;height:2.3125rem;top:26.25rem;left:32.9990234375rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tm0S3TnUK7J5TmXODTeOKgG5GHe7oSXM { width:2.6875rem;height:1.5rem;top:25.375rem;left:37.4365234375rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #s29RbV2cS6c31Zh29v0WwJU4z39e5w3R { width:12.4375rem;height:1.5rem;top:23.6875rem;left:32.7119140625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zGaBWhR4xVtstVMpcMnWHwKanhiiVc2q { width:8.5625rem;height:9.3125rem;top:5.875rem;left:30.3349609375rem;display:none; }
 }@media only screen and (max-width: 763px) { #glkRTyI8aeI5uKvqtHMe7TZ3iP8ceTrR { width:14.4375rem;height:1.5rem;top:23.6875rem;left:33.3125rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xye8hk2XVyST1dJ53U0PuzaB25Ih9KuP { width:8.8125rem;height:9.5rem;top:13.625rem;left:38.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OTGr1SUmJLkoo5cCfnW2M5n15ZWAbS4g { width:20.4375rem;height:2.875rem;top:4.0625rem;left:27.3125rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AL1kBmzet9dWbUUiMpgxV2vFtE58ENsN { width:20.5rem;height:2.3125rem;top:0.625rem;left:27.25rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sWytMcEd9unNfTxS0mtlTZMwR22zzDz2 { width:9.0625rem;height:9.875rem;top:5.25rem;left:37.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #h8EGsHT4lHWIt3FdW7RCnuxmSEMLb5vf { width:12.9375rem;height:1.4375rem;top:30.5rem;left:10.9375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #giFpTmaFXHglawLq2bOCRBBPfqDtT06C { top:31.25rem;left:32.099999189377rem;width:13.4375rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HTPg1BgqRivShXStnENfDGXhTO5mw1la { width:13.9375rem;height:15.125rem;top:5.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZcBdgQ6FnDhPi5QpfmShBsToSSGM7vy5 { width:10.625rem;height:11.5rem;top:13.9375rem;left:13.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #hUIv9awTPtVybPCJw7h3ugSsooAhAfMo { width:10.625rem;height:11.5rem;top:14.8125rem;left:13.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #uXFpClrxpDxIoSVeZcKqXX1neZ8ZxcgF { width:12.625rem;height:13.6875rem;top:11.75rem;left:3.8720703125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ffg0NWFl21biwnU8GVVh7LmfcKLzifDE { width:9rem;height:9.75rem;top:17.0625rem;left:38.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #GHsTgIcMRSCxTRLkrT4TKLikp0b53dLZ { width:8.9375rem;height:9.6875rem;top:15.75rem;left:30.3349609375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nCKO2rlvSeX2D4fCBpwSAOf6H1su89d3 { width:8.8125rem;height:9.5625rem;top:7.875rem;left:37.5849609375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uydFrzpTLsBr0f9IKTZcrTamUzqFce9P { display:block; }#uydFrzpTLsBr0f9IKTZcrTamUzqFce9P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QRWBOeF11bpxl5tRBgzr0dK2AZ5OxZv2 { width:47.75rem;height:2.3863625rem;top:4.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ma5T3NWm5mETXMIUuOpeOgGxnTEa86vw { width:41.3125rem;height:3.6875rem;top:0.75rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAr47EHCiMWOiPbg1rzllsFhRCeuKh8p { width:5.375rem;height:5.375rem;top:11.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #osR6gmCFJ3hq0WrIA5pSXzvaPJ5yA0H8 { width:3.6875rem;height:3.6875rem;top:12.0625rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUznEvqTbCFAW4DahELMQQNpTu7Z3JWo { width:12.5rem;height:1.81818125rem;top:11.1875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIbDXdDlWhoQFMByGUPyUlhGmEPID8li { width:12.5rem;height:3.75rem;top:13rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3CgxU8TTBJwXOm9kblLqH208y7DdP0k { width:12.5rem;height:3.75rem;top:20.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWWRaLJWRhrXI7qudwSDFor9qh4qxwGF { width:5.375rem;height:5.375rem;top:19rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTIxVkTv35uvisdMQdSeL03UW0PT21ow { width:3.6875rem;height:3.6875rem;top:19.875rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGAikl77q1MTPf2xEO9ZiI5QUDl2WR9N { width:12.5rem;height:1.81818125rem;top:19rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6sWbxXVNf6wciKdlFqhmGw74m69emhw { width:12.5rem;height:3.75rem;top:12.875rem;left:15.624267578125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykO859ptZMLuwd7bN8BSqCaVkwvwz6vx { width:17.3125rem;height:1.81818125rem;top:11.125rem;left:15.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNRJAZQgKlzTqIev0GvW9NvfTmU66R02 { width:5.375rem;height:5.375rem;top:11.125rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kr7IvxMZCg2QrFMUa02eIrDUNKXt74vc { width:3.6875rem;height:3.6875rem;top:12rem;left:10.5rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJivdmCiHV0nxdrq0uHTV6K6cTorCgT8 { width:12.5rem;height:3.75rem;top:20.875rem;left:15.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6GHOKS1nUlF2QiCeQidoIlJ88DB8ZGn { width:5.375rem;height:5.375rem;top:19.0625rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7zTzsBBZkkUUnRwl4Eb8A9gelyJVRlH { width:3.6875rem;height:3.6875rem;top:19.9375rem;left:10.5625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAOTzQ8Oqux3CaT9lLVychbkDwChNcHz { width:12.5rem;height:1.81818125rem;top:19.0625rem;left:15.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyRNKdhNSBxV2HNaRWVTuGKTXRozOi0P { width:15.6875rem;height:15.6875rem;top:5.625rem;left:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQWHUI1O6gURaU1iGV3E6spDTVydGqTo { display:block; }#SQWHUI1O6gURaU1iGV3E6spDTVydGqTo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ick6x1RTsokC6eWgv9NaJwha6yRhg9d6 { width:27.9375rem;height:2.4375rem;top:2.25rem;left:5.1250019073486rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8NDeHS7r8yN04MugbOoMGENTmqo0Vle { width:43.1875rem;height:2.8125rem;top:5.6875rem;left:4.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wsi4KPtWJFHHK8BaWWeqKN6eTaTTGL73 { width:32.75rem;height:5.1875rem;top:10.1875rem;left:5.1250019073486rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUzo1SZgm57HInCtXVLu4hRAZD3TRdd6 { top:16.9375rem;left:15.406251907349rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeVV1OMFBkNUI5XTJHKDFwDPJox8ElBF { display:block; }
 }@media only screen and (max-width: 763px) { #UlqqgbT69xzxo73t5eJ9pNmlhJhv4XZ8 { display:block; }#UlqqgbT69xzxo73t5eJ9pNmlhJhv4XZ8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BxOD0izXKOrQytVWTamBxyD5S3aaDUqv { width:13.375rem;height:1.25rem;top:13.6875rem;left:16.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDtq0T2vM5Zc3FfEdla8Gkr9uODpptoK { width:43.75rem;height:0.0625rem;top:14.875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMPI8W1SpS7sdRy0UPamXFmXwwCZeQoX { width:12.5rem;height:2rem;top:5.3125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fw5vJOsRbEI9USowwNfOVGwKA5qDSnk2 { width:1.875rem;height:0.125rem;top:7.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oL4LyUsVtqDqVvWK9yqxNR4MFb5zqddT { width:17.1875rem;height:2.5625rem;top:8.0625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcWqR47umm6ZcnXR9PEttnvSiFQ0L66q { width:33.6875rem;height:1.25rem;top:15rem;left:5.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTQGQ2UwzeVcms8n3fTD9lk333rDVHaB { width:13.75rem;height:1.25rem;top:0rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xShTsUTS8mm1GWFqcT3z8BfF0JA9BayU { width:14.8125rem;height:5.0418857078023rem;top:5.5rem;left:31.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #muUHkHbBxl2kWVx8tMN3MNG0kTAmwVb4 { top:2.75rem;left:1.375rem;width:15rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktFBOsIDqUx4myLOlpP3KE7BLrbvNKPC { display:block; }
 }@media only screen and (max-width: 763px) { #rtJ4gfSzaB0rWpAFK32wprH6JlQVqTE6 { top:2.8125rem;left:21.9375rem;width:14.9375rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzEx4BnGJ069fanVCdtRe6evJOQGy9Na { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#f3577c;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #tld8G5xJRPVxRCuG12nr4GeUMhvPxSGw { position:relative;z-index:auto;display:block; }#tld8G5xJRPVxRCuG12nr4GeUMhvPxSGw > .row .container { width:20rem;height:3.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cKqIeiPNlRP1iHVSQ5JkAgz0Pvpxmw2G { width:20rem;height:2.625rem;top:0.34765625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfnfFvVtqqHTWaVGKhLCGWGWvvtJ1oLw { width:13.375rem;height:0;top:0rem;left:-0.71875rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #dp6qByzgkgeCno2TKWOEGkFGh9ok23A8 { width:7rem;height:0;top:0rem;left:-0.71875rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15020;display:none; }
 }@media only screen and (max-width: 763px) { #tKTcZNG3ZD0poFJVyoTMFSrTLoTNOvZn { display:block; }#tKTcZNG3ZD0poFJVyoTMFSrTLoTNOvZn > .row .container { width:20rem;height:60.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SCD1LO8x1iU8PCpdkPQtRZDXsurG9EQ2 { width:19.9375rem;height:9.07425rem;top:0.625rem;left:0rem;font-size:2.0625rem;text-align:center;text-align-last:center;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #RVmU0ILNgCA4s4wnTUtCgKzGZl2SF2oC { width:19.996125rem;height:10.4980625rem;top:34.177734375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DEKU0U9v8AgJHDBq1Q4IM4OfWiklVvvr { top:54.25rem;left:0.625rem;width:17.496125rem;height:2.93555rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQBhM8d00TIIVNSHvwUJiJ4X12mGul4C { display:block; }
 }@media only screen and (max-width: 763px) { #gxsVn40Cpox1gRdowsqXnwAFsZ2VvG3R { width:19.746125rem;height:0;top:82.717456817625rem;left:0rem;font-size:1.375rem;z-index:15040;text-align:center;text-align-last:center;color:#5a5555;display:none; }
 }@media only screen and (max-width: 763px) { #RyeERiR6EVX1TubSC7pOmm842oqsWmnP { top:110.447265625rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #qp13GRHXMpFK8nRWiAyfJeF8lgvtUPoQ { display:block; }
 }@media only screen and (max-width: 763px) { #cFUMIMzdQETsNytZMzLUm08HnfBdHGIF { width:9rem;height:9.8125rem;top:26.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rq7R3BOJS1ml6Ea7HvWvph9XEtIbZscO { width:19.9375rem;height:19.9375rem;top:10.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkFLvWg3uaBN5aMKvKwQWQ3M2AARkGFs { width:17.5625rem;height:2.5996125rem;top:57.1875rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6y13Wd2q7IyaXVSatExU2tgcIombZZd { width:19.375rem;height:7.7988375rem;top:45.23828125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZDV1eQxdM5f2ZDLLcKvz7yRbF14Akq9 { display:block; }#SZDV1eQxdM5f2ZDLLcKvz7yRbF14Akq9 > .row .container { width:20rem;height:63.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RAkNNpdgquv6Kw0AMJNz6L62nmd32QVO { width:15.5rem;height:4.2246125rem;top:45rem;left:2.625rem;font-size:1.625rem;display:block; }#RAkNNpdgquv6Kw0AMJNz6L62nmd32QVO li:before{  }
 }@media only screen and (max-width: 763px) { #PZUur9GyyS5qONBI3TSTTNMIyXTEk2wd { width:15.5rem;height:6.3369375rem;top:52.75rem;left:2.625rem;font-size:1.625rem;display:block; }#PZUur9GyyS5qONBI3TSTTNMIyXTEk2wd li:before{  }
 }@media only screen and (max-width: 763px) { #wPX4p54DdodClcpSze5JAJzqr4cvX1fK { width:15.5rem;height:2.11230625rem;top:59.7119140625rem;left:2.25rem;font-size:1.625rem;display:block; }#wPX4p54DdodClcpSze5JAJzqr4cvX1fK li:before{  }
 }@media only screen and (max-width: 763px) { #TEaeSAsATMRTQwng9rkKzX9nCfv1sDp4 { width:15.4995rem;height:2.11230625rem;top:49.875rem;left:2.625rem;font-size:1.625rem;display:block; }#TEaeSAsATMRTQwng9rkKzX9nCfv1sDp4 li:before{  }
 }@media only screen and (max-width: 763px) { #CUBu95guEhRWC7FVfkUdqpIApoJn1PkX { width:18.9375rem;height:auto;top:4.4375rem;left:0.5rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #EPfT7Rs7QOfAztbAklM6zBbiFeknFlTU { width:20rem;height:0;top:2.3958320617676rem;left:1.0208333134651rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #Ro77CwPLzSkA96ukz6UJs57lAC9UISDA { width:20rem;height:0;top:24.270832061767rem;left:1.0208333134651rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15017;color:#a21400;display:none; }
 }@media only screen and (max-width: 763px) { #NomWKo556S503Z24Sb2ilObWJavfTJWF { width:20rem;height:0;top:3.6458320617676rem;left:1.5833333134651rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #ra5L1fQubwGAvV0GDlVyWT3sZ9O2yyOW { width:20rem;height:0;top:4.25rem;left:1.40625rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #C3zt3T8TIAyJANFtwwBufGdarX0F37wT { width:20rem;height:0;top:5.513671875rem;left:1.40625rem;font-size:2.125rem;text-align:center;text-align-last:center;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #KFqqWflalExfb8t8WK5obf3eQWVpdFl3 { width:20rem;height:0;top:3.1875rem;left:1.40625rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #ZQVVVOT14OTImZpcf2IcavGuG2Qte81N { width:20rem;height:0;top:4.125rem;left:1.40625rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #wWZM34axm4qoou4VsKX14bKTWBGGnVRu { width:20rem;height:0;top:4.125rem;left:1.40625rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #BgTeSD8GXmgrLyN0g559ZHFcoUxMknsx { width:20rem;height:0;top:4.75rem;left:1.40625rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #LVc439HcKxyoVWTWorvnOPzIuw0qASL4 { width:20rem;height:0;top:3.125rem;left:1.40625rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #zMafFfcqMpaw4wHOJyT6KUEUnrzv9TIC { width:20rem;height:0;top:3.1875rem;left:1.40625rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #fwJIV3eQKum34x5v4UJCicNFNpiE0LQr { width:20rem;height:0;top:1.201171875rem;left:1.40625rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #nPghsL5oaQENKtnsgbgHNmGNcZQ9lqfP { width:20rem;height:0;top:2.625rem;left:1.40625rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #JBtK38rPsWS0IToO56TnX56fTXyGwyC6 { width:20rem;height:0;top:2.3125rem;left:1.40625rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #ABBhW1bI6OTBhxz9rF7wMpv7b74MqMu6 { width:19.5625rem;height:12.875rem;top:31rem;left:0.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GaTeJZMxV8sT6BZXe5CzB52CoaU5rU7h { height:10.75rem;width:19.5625rem;top:6.3125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQGAb1cJPTXRQ044aNlaTRpMhhkFArks { width:20rem;height:0;top:16.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xz4h56O91Xp8VVcGuRgynLnsQ09V8mwu { top:20.75rem;left:2.9375rem;width:14.0625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZG8zfwbvDwAvHyAJ2MMWp3c8KyZhCPIx { display:block; }
 }@media only screen and (max-width: 763px) { #vOQybqMOZ1meBsKRuouwHs0HksLKr9H0 { top:24.25rem;left:2.5rem;width:14.9375rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pq6uTIciepu5R9eNg7I1D1MRZqBIccRk { display:block; }
 }@media only screen and (max-width: 763px) { #RnHlSBuAQZBBmqqP1bkLBu06e9WrNl8T { width:18.625rem;height:3.0859375rem;top:22.375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EJHA0tLGV3qoeXbXrV1gXxkplMcSGHxg { width:18.3125rem;height:3.0859375rem;top:24.875rem;left:0.875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zc2hbOcRgigbe5wRy2Ps1D2IK5E3an4w { width:17.9375rem;height:3.0859375rem;top:27.9375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UfrQ1qyVX55UNLy1LsRyrTVAbQVdQgX0 { width:20rem;height:auto;top:41.8125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #bpBaXg5zu94wy55BkRH53sZScb5fB6Ux { top:16.5625rem;left:2.8125rem;width:17.1875rem;height:5.19921875rem;z-index:15045;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mf8GV0gS4xiGgAmzrQRllWcOu6Tmo7Lc { top:3.6875rem;left:3.125rem;width:14.9375rem;height:2.5996125rem;z-index:15044;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #okADphCAwfxAnNw7HZmH6PApaXIZPZ7N { width:12.5rem;height:0;top:53.0625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryKuX1yLKA8xODiLEZ3odCVtqavXMNN7 { width:18.9375rem;height:auto;top:1.25rem;left:0.5rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #r09N0Z1H4IrbCLoF5VWpWgSWPxrsrq65 { width:20rem;height:auto;top:0.6875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #e791T8LPpVh2IOtUCzehf3gFhHCVOTIw { width:18.75rem;height:3.0859375rem;top:0.6640625rem;left:0.625rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15035;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #fL5RtfVXDMN4A4rVXr5plgRanRsnytlf { background-color:#22a7be;background-image:url("https://images.assets-landingi.com/eWw8eAxZ/Modelo_7_Vertical.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#fL5RtfVXDMN4A4rVXr5plgRanRsnytlf.adaptive-delivery-prevent-bg, #fL5RtfVXDMN4A4rVXr5plgRanRsnytlf.lazyload, #fL5RtfVXDMN4A4rVXr5plgRanRsnytlf.lazyloading { background-image: none; }#fL5RtfVXDMN4A4rVXr5plgRanRsnytlf > .row .container { background-color: transparent; background-image: none; }#fL5RtfVXDMN4A4rVXr5plgRanRsnytlf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fL5RtfVXDMN4A4rVXr5plgRanRsnytlf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fL5RtfVXDMN4A4rVXr5plgRanRsnytlf > .row .container > .video-iframe-container { display: none; }#fL5RtfVXDMN4A4rVXr5plgRanRsnytlf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fL5RtfVXDMN4A4rVXr5plgRanRsnytlf > .row > .video-iframe-container { display: none; }#fL5RtfVXDMN4A4rVXr5plgRanRsnytlf > .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); }#fL5RtfVXDMN4A4rVXr5plgRanRsnytlf > .row .container { width:20rem;height:34rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q9sOhTZmHlaayhcQIu97TtUrB9FhKTNP { top:2.4375rem;left:2.9375rem;width:14.0625rem;height:3.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MlHwISHwhLJQ8hCEmcQCpqTZ5687TUZb { display:block; }
 }@media only screen and (max-width: 763px) { #PkmlLCyOrQmWDQrd55G7a7Lead6Uaah4 { width:12.5rem;height:0;top:5.625rem;left:3.75rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #V4dCzOCGwuh8HVzRyTnmT1DLbVUEp1rK { width:20rem;height:11.3720625rem;top:10.7822265625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #kzdCzMOnQQy4AqtRW3WZHTecNmtJI0xv { top:2.7490234375rem;left:3.4375rem;width:13.125rem;height:3.124025rem;z-index:15008;background-color:#21a90e;background-image:none;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONlUqnUBkPDekyG2isDwcnsS9baATeqD { display:block; }
 }@media only screen and (max-width: 763px) { #BOQHVKl13JIrHT0iqNOobSKJMFTdD1IQ { width:14.6875rem;height:2.5996125rem;top:6.7470703125rem;left:2.65625rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15017;line-height:1.6;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #bOFebpo6KEhkM4UHgRMecaNs4bIZgwV0 { width:20rem;height:10.5rem;top:22.7158203125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #IMnfo1tNCKOIax1hMs1sgGXsvrmFuhRq { display:block; }#IMnfo1tNCKOIax1hMs1sgGXsvrmFuhRq > .row .container { width:20rem;height:6.94140625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #De0tXQ8oo4QiVMlEoadzrpS6OmJpg3OT { width:20rem;height:5.84765625rem;top:1.09375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wt3rgDPETTQvhsuKpRxqZn52vgWUbSg8 { background-color:#22a7be;background-image:url("https://images.assets-landingi.com/68N24TCH/Modelo_7_Horizontal.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#Wt3rgDPETTQvhsuKpRxqZn52vgWUbSg8.adaptive-delivery-prevent-bg, #Wt3rgDPETTQvhsuKpRxqZn52vgWUbSg8.lazyload, #Wt3rgDPETTQvhsuKpRxqZn52vgWUbSg8.lazyloading { background-image: none; }#Wt3rgDPETTQvhsuKpRxqZn52vgWUbSg8 > .row .container { background-color: transparent; background-image: none; }#Wt3rgDPETTQvhsuKpRxqZn52vgWUbSg8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wt3rgDPETTQvhsuKpRxqZn52vgWUbSg8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wt3rgDPETTQvhsuKpRxqZn52vgWUbSg8 > .row .container > .video-iframe-container { display: none; }#Wt3rgDPETTQvhsuKpRxqZn52vgWUbSg8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wt3rgDPETTQvhsuKpRxqZn52vgWUbSg8 > .row > .video-iframe-container { display: none; }#Wt3rgDPETTQvhsuKpRxqZn52vgWUbSg8 > .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); }#Wt3rgDPETTQvhsuKpRxqZn52vgWUbSg8 > .row .container { width:20rem;height:100.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nLk0rHU053UOA1GC3Leau8NuJmPnwaJb { width:14.4375rem;height:19.125rem;top:1.6875rem;left:2.8125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #SwXKqQskX3qbt8GceRLeu1VNKQuMwF4C { width:1.75rem;height:1.75rem;top:17.5rem;left:9.125rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pCIKKVwFWmy1tSCMeHX9ZfKr8ZBq4rqo { width:1.75rem;height:1.75rem;top:20.5rem;left:9.125rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #shbe2szqRRwXEcCurafRaMn8zUmKvdLc { width:1.75rem;height:1.75rem;top:23.5rem;left:9.125rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #As6Bl7vGxQnmBA9FCMTz9125G30AdV28 { width:1.75rem;height:1.75rem;top:26.5rem;left:9.125rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #X3kMQT5t2T0IomJUTL63dHCQIExxQ0mD { width:1.75rem;height:1.75rem;top:29.5rem;left:9.125rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TBZ2cZBd8yDPxgGTEZDPPZDyOUU97O3b { width:14.5rem;height:6.499rem;top:22.1875rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbQCVyW3ccPCxKFz8DLUzECPlHNkW2pz { width:16.8125rem;height:1.13671875rem;top:29.5rem;left:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MK1sKVklxZ1q81h19ZZifPlnMTmldDut { width:14.4980625rem;height:7.7988125rem;top:50.6875rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRpzQLephJwfhJ8BDNNKzFhn1KuiHoyn { width:16.8105625rem;height:1.13671875rem;top:58.4375rem;left:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2BksNrzAyuW9OTnPWEtwbs01K5liwII { width:1.75rem;height:1.75rem;top:66.375rem;left:9.125rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RBQzSy9lqbe5T1JFSgfhBDzeRV6bxNWz { width:1.75rem;height:1.75rem;top:69.375rem;left:9.125rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cbPE88pfX0K9OzMr9xuShgziHU8g6l6R { width:14.375rem;height:19.25rem;top:28.6875rem;left:2.9375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Mlc36Uz0dJVXkp6I9TR0hWPDmyTEgQor { width:1.75rem;height:1.75rem;top:63.375rem;left:9.125rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #L6FGv6Wl1zriny6C0dqT6fWXBhNJy2Sd { width:1.75rem;height:1.75rem;top:60.375rem;left:9.125rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qDQJP1qGem7pR1nAatdirJ1h6mVH0yIz { width:1.75rem;height:1.75rem;top:57.375rem;left:9.125rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #S64hX0dMXGmGpOkvIRLQUe3xWOPeuVPL { width:16.8095625rem;height:1.13671875rem;top:91.9375rem;left:1.625rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #DcWTVIXwqLm1cboEtN2MfpPT86xQTJQw { width:14.5rem;height:0;top:74.375rem;left:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #o7l4Ff0hmOwEKdT3G6xPRD27dwlLxG5o { width:1.75rem;height:1.75rem;top:106.25rem;left:9.125rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #M6Svvh8ScTfQAe2VvfPMtW8O3qHyRyfS { width:1.75rem;height:1.75rem;top:109.25rem;left:9.125rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vRFvauIOTmNZatMCLgESfhD2uzeLmmlH { width:1.75rem;height:1.75rem;top:103.25rem;left:9.125rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tGawHx2s6W2dQ8G1EpD5eKz1d7SZZRfc { width:1.75rem;height:1.75rem;top:100.25rem;left:9.125rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BUzXyFEkmhD5R9pb6b3vST9MaeulWT8g { width:1.75rem;height:1.75rem;top:97.25rem;left:9.125rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pbXS4AcPbD3CdSnaLnFcSCtAd2sCWpmR { top:20.75rem;left:6.25rem;width:1.5rem;height:1.5rem;z-index:15032;color:#ffffff;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRwqKK9EXGWasGnzk3psa6GlPcnyFCBW { top:20.75rem;left:7.75rem;width:1.5rem;height:1.5rem;z-index:15033;color:#ffffff;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQw9QBgGNwC6wc8pEWN4TWxSCTIkdZ08 { top:20.75rem;left:9.25rem;width:1.5rem;height:1.5rem;z-index:15034;color:#ffffff;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgvCRspMaUBcehS14kWmJBCd9pBu3Oe1 { top:20.75rem;left:10.75rem;width:1.5rem;height:1.5rem;z-index:15035;color:#ffffff;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTueyCRvmwI7V843DycfkmSRUEH6zUQ7 { top:20.75rem;left:12.25rem;width:1.5rem;height:1.5rem;z-index:15036;color:#ffffff;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHGzqQnanalqDz0ZdiRm6ZtWQab6woNd { top:48.75rem;left:10.8125rem;width:1.5rem;height:1.5rem;z-index:15040;color:#ffffff;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRTKA9SUoyumxsnS79CXCn17HIUPmSpc { top:48.75rem;left:12.3125rem;width:1.5rem;height:1.5rem;z-index:15041;color:#ffffff;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #grSbs4W0B6PO7fesh0fWT2DRJH7ImCXi { top:48.75rem;left:9.375rem;width:1.5rem;height:1.5rem;z-index:15039;color:#ffffff;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZaaO8TSarkBUhroaBNDB5UEvVb9amP4 { top:48.75rem;left:7.8125rem;width:1.5rem;height:1.5rem;z-index:15038;color:#ffffff;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWFwpUyV8KcESQ9raqv8kMTLKfxmAJ9q { top:48.75rem;left:6.3125rem;width:1.5rem;height:1.5rem;z-index:15037;color:#ffffff;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7SSAKT8nDnnmHhp20oByurPlaNAhipw { top:81.8125rem;left:12.5625rem;width:1.5rem;height:1.5rem;z-index:15046;color:#ffffff;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZLDKTcHtV1HgIw4pivEINklUC7SP2fz { top:81.8125rem;left:10.9375rem;width:1.5rem;height:1.5rem;z-index:15045;color:#ffffff;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xX92TFXuF13aiOXT31HMwgBTJP534th0 { top:81.8125rem;left:9.3125rem;width:1.5rem;height:1.5rem;z-index:15044;color:#ffffff;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTHNbDGsBDuowEvXHaVx0Pd019HqZynG { top:81.8125rem;left:6.125rem;width:1.5rem;height:1.5rem;z-index:15043;color:#ffffff;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndkubGzVO3SZmkxKszhI9SpBMKowGMvn { top:81.8125rem;left:7.8125rem;width:1.5rem;height:1.5rem;z-index:15042;color:#ffffff;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTixoKZsg7vCout18bwr2Q9udxaiT0tT { width:14.496125rem;height:7.7988125rem;top:83.3125rem;left:2.8125rem;font-size:1rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #VKTS8ZI3Hb3mVPBmEQrsrnnys9AnCuCk { width:11.5rem;height:20.5rem;top:60.75rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrDePTfT4Wzcy4HvpCk5zWuQsnEQzLIO { 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; }#HrDePTfT4Wzcy4HvpCk5zWuQsnEQzLIO > .row .container { background-color: transparent; background-image: none; }#HrDePTfT4Wzcy4HvpCk5zWuQsnEQzLIO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HrDePTfT4Wzcy4HvpCk5zWuQsnEQzLIO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HrDePTfT4Wzcy4HvpCk5zWuQsnEQzLIO > .row .container > .video-iframe-container { display: none; }#HrDePTfT4Wzcy4HvpCk5zWuQsnEQzLIO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HrDePTfT4Wzcy4HvpCk5zWuQsnEQzLIO > .row > .video-iframe-container { display: none; }#HrDePTfT4Wzcy4HvpCk5zWuQsnEQzLIO > .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); }#HrDePTfT4Wzcy4HvpCk5zWuQsnEQzLIO > .row .container { border-width: 0; border-radius: 0; }#HrDePTfT4Wzcy4HvpCk5zWuQsnEQzLIO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HrDePTfT4Wzcy4HvpCk5zWuQsnEQzLIO > .row .container { width:20rem;height:128.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TUqE2QkXCpc90lTcTFGhaLUlBABRECkM { width:20rem;height:37.3125rem;top:46.121095657349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZ24FkTq0vUbyh28arhKL9ipZ29N8VhC { width:17.9375rem;height:1.70605625rem;top:43.810546875rem;left:1.03125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7lKlUTGqPnTLckAr5cEdySxkAWkwbqB { width:20rem;height:38.6875rem;top:0.875rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #JMKhnuPzpR0TQ4pxsl4eVzKbPg62398k { width:20rem;height:34.6875rem;top:4.5013027191162rem;left:0rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #T22gULpbXNzDdyBpcfv9NLD4OIZ4xcAy { width:20rem;height:1.70605625rem;top:1.7955732345581rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrJZI0EVzDellX8zU1hBNscUohKy3wBo { width:2.6875rem;height:0;top:101.1rem;left:8.625rem;font-size:1.1875rem;z-index:15112;display:none; }
 }@media only screen and (max-width: 763px) { #t6K6MEi92XsSMTBhW2BdVb8BENcWGToa { width:9.8125rem;height:4.46875rem;top:22.0009765625rem;left:7.59375rem;font-size:3.4375rem;z-index:15112;display:block; }
 }@media only screen and (max-width: 763px) { #X1GSalOars4weSSohnTTpqU2RungWohP { width:2.68555rem;height:1.5434rem;top:21.0732421875rem;left:8.65625rem;font-size:1.1875rem;z-index:15112;display:block; }
 }@media only screen and (max-width: 763px) { #uBs8TM8slGbFxEZh7u7Axxw5tVyJHKSa { width:6.5625rem;height:1.5434rem;top:21.0732421875rem;left:1.03125rem;font-size:1.1875rem;z-index:15111;display:block; }
 }@media only screen and (max-width: 763px) { #PhTT6HBGUuxzJMUsWxfLtwevSCXF6uC1 { width:4.875rem;height:2.3559rem;top:23.0576171875rem;left:4.5185546875rem;font-size:1.8125rem;z-index:15112;display:block; }
 }@media only screen and (max-width: 763px) { #wH2SAW9emJWLXuBg3zBQrMiDvvtw2NXE { width:13.4375rem;height:1.5625rem;top:26.892755508423rem;left:3.2812500596046rem;z-index:15139;display:block; }
 }@media only screen and (max-width: 763px) { #SoJRmZXhGn4H3co6vxn6ETQNl6NhvQBv { width:12.4360625rem;height:1.381075rem;top:26.950531005859rem;left:3.4687500596046rem;font-size:1.0625rem;z-index:15140;display:block; }
 }@media only screen and (max-width: 763px) { #mB7JbpOx7NVtnPT6TwoDnRAE0TMkv59x { width:10.0625rem;height:4.46875rem;top:64.634765625rem;left:8.34375rem;font-size:3.4375rem;z-index:15112;display:block; }
 }@media only screen and (max-width: 763px) { #VoXO2eS6wZT0Q2Awd7rbxJlQxkSTXuE0 { width:2.68505625rem;height:1.54394375rem;top:64.634765625rem;left:6.6474609375rem;font-size:1.1875rem;z-index:15112;display:block; }
 }@media only screen and (max-width: 763px) { #im43GcuUec9Ca2WiZW67zZos15ZcXh3o { width:6.0625rem;height:1.4619125rem;top:64.51953125rem;left:0rem;font-size:1.125rem;z-index:15111;display:block; }
 }@media only screen and (max-width: 763px) { #w7ugrXl8ZixCxPX4HZVRa9KIfHZaJEEH { width:3.1875rem;height:2.3559rem;top:66.177734375rem;left:4.46875rem;font-size:1.8125rem;z-index:15112;display:block; }
 }@media only screen and (max-width: 763px) { #raZIX7ZLQrw4h68u4u0DW3tXennefzSv { width:13.437rem;height:1.561525rem;top:69.525161743162rem;left:3.3020833730697rem;z-index:15139;display:block; }
 }@media only screen and (max-width: 763px) { #CBIO2mxW29UnUMaLmoakSlTVpIywOIFS { width:12.4369375rem;height:1.21875rem;top:69.712890625rem;left:3.7177734375rem;font-size:0.9375rem;z-index:15140;display:block; }
 }@media only screen and (max-width: 763px) { #P5caU8fIDzWhKTFfWMQlS4UEmZDPmvyW { width:19rem;height:3.625rem;top:72.180999755863rem;left:0.49869793653488rem;font-size:2rem;background-color:#5fb007;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;z-index:15159;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqeC0UR7OS4Z56hIX8FN7O6uRTefH80C { display:block; }
 }@media only screen and (max-width: 763px) { #HgsHIGChZTcnU1uTIFt2cn2OQzDiuTys { width:19rem;height:3.8125rem;top:29.079437255859rem;left:0.49869793653488rem;font-size:2rem;background-color:#5fb007;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;z-index:15159;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxqAq2TNG7yuTT2mUdADk1tQwNESg9Ty { display:block; }
 }@media only screen and (max-width: 763px) { #uHKza82dMJBvnTrhMonZGoncxmeyq2vi { width:18.625rem;height:2.4375rem;top:47.9716796875rem;left:0.6875rem;font-size:1.875rem;z-index:15112;display:block; }
 }@media only screen and (max-width: 763px) { #iCeHRXBmKB4JV9BCQQJUH0oVKX0zA8TD { width:8.4375rem;height:9.1875rem;top:49.1572265625rem;left:1.03125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #J4EvPdiDH6q85WwL5kJa1TnrVmrRpPvr { width:8.125rem;height:8.8125rem;top:55.884765625rem;left:1.03125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gL6HCDyPDFLdoQqlgGlOhPv2gtuPfhO2 { width:12.4350625rem;height:0;top:88.892578125rem;left:6.369140625rem;font-size:1.1875rem;z-index:15112;display:none; }
 }@media only screen and (max-width: 763px) { #CxaLQg85vowFdgx40lhwi2U1FTKNGSl7 { width:10.1875rem;height:5.8125rem;top:77.05859375rem;left:4.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfnIHNl9W5HqHhWQIPzVP2zR4DOKfX5U { width:9.625rem;height:5.5rem;top:33.7509765625rem;left:5.1875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #MHsOFl4Tv1Let0Pv9Ec8PTcogFDEyC5H { width:13.4375rem;height:1.5rem;top:90.06005859375rem;left:1.33740234375rem;z-index:15139;display:none; }
 }@media only screen and (max-width: 763px) { #QvTlcHnQvXWf2wQHaZps0DiByUGJEM7f { width:12.434875rem;height:0;top:91.89323125rem;left:3.75rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ub3W3dTODh6xGT2ELHgf3RTrIKMGVuWC { width:12.434875rem;height:0;top:86.14453125rem;left:3.75rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pdDOEuSbNQCPrbdKWIPa9pMimH5gKDIL { width:8.5rem;height:1.5434rem;top:18.787109375rem;left:5.25rem;font-size:1.1875rem;z-index:15112;display:block; }
 }@media only screen and (max-width: 763px) { #Mqbz1DL7R1n17E6agTHXzqS7uCpD4GAA { width:13.4375rem;height:1.5625rem;top:97.64193125rem;left:3.25rem;z-index:15139;display:none; }
 }@media only screen and (max-width: 763px) { #yev7MgJJGPccb5KwlN2ukWK7AZhcE0zg { width:8.5625rem;height:1.5434rem;top:62.560546875rem;left:5.71875rem;font-size:1.1875rem;z-index:15112;display:block; }
 }@media only screen and (max-width: 763px) { #idTHScLcigINnWeMSwiBHdQPSWytNnnM { width:20rem;height:41.5rem;top:42.58203125rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #OwWVFKmPxAR5AkXObuK5NfLohfroTaIR { width:20rem;height:42.4375rem;top:85.029529094694rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #rEKrHG0l2kFPzI53Py6oNwA7T6PrFKpm { width:20rem;height:38.5rem;top:88.768229126931rem;left:0rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #ky3RWnTVQkXUCy9Nbr5tbKBF6ZNwrqq7 { width:7.6875rem;height:4.375rem;top:122.955078125rem;left:6.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtlA1dT5TGEMqsfx1Urkgynwdz24S86n { width:19rem;height:5.0625rem;top:117.1875rem;left:0.5rem;font-size:2rem;background-color:#5fb007;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;z-index:15159;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWwdFWtmtDOdZVXHEkAR3eRPm52dDIAC { display:block; }
 }@media only screen and (max-width: 763px) { #RGVGGRJ2R2FQ1ZFL1XdCMgyTu3hLy8hE { width:12.9375rem;height:1.21875rem;top:114.65538215637rem;left:3.5312501192093rem;font-size:0.9375rem;z-index:15140;display:block; }
 }@media only screen and (max-width: 763px) { #UPKRHqSrSBrAuiuuDu9RMOZ9MzkqUvIr { width:13.4375rem;height:1.5rem;top:126.0917734375rem;left:4.86767578125rem;z-index:15139;display:none; }
 }@media only screen and (max-width: 763px) { #dP8w7I9iX5uDPNoZtuN3lNXnRiZSFTXw { width:11.7495rem;height:4.46875rem;top:110.18748474121rem;left:7.3125001192094rem;font-size:3.4375rem;z-index:15112;display:block; }
 }@media only screen and (max-width: 763px) { #dcuFnybpzWeisJ8KXgO0enK6FNsu5QRH { width:12.4375rem;height:0;top:121.9550546875rem;left:3.71923828125rem;font-size:1.1875rem;z-index:15112;display:none; }
 }@media only screen and (max-width: 763px) { #Tm0S3TnUK7J5TmXODTeOKgG5GHe7oSXM { width:2.686525rem;height:1.5434rem;top:110.86283874512rem;left:7.0529514551162rem;font-size:1.1875rem;z-index:15112;display:block; }
 }@media only screen and (max-width: 763px) { #s29RbV2cS6c31Zh29v0WwJU4z39e5w3R { width:7.375rem;height:1.4619125rem;top:109.46440124512rem;left:1.03125rem;font-size:1.125rem;z-index:15111;display:block; }
 }@media only screen and (max-width: 763px) { #zGaBWhR4xVtstVMpcMnWHwKanhiiVc2q { width:7.75rem;height:8.375rem;top:91.7763671875rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #glkRTyI8aeI5uKvqtHMe7TZ3iP8ceTrR { width:8.3125rem;height:1.5434rem;top:108.04079914093rem;left:5.8437501192093rem;font-size:1.1875rem;z-index:15112;display:block; }
 }@media only screen and (max-width: 763px) { #xye8hk2XVyST1dJ53U0PuzaB25Ih9KuP { width:7.6875rem;height:8.3125rem;top:101.2138671875rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #OTGr1SUmJLkoo5cCfnW2M5n15ZWAbS4g { width:19.999rem;height:2.4375rem;top:89.9375rem;left:0rem;font-size:1.875rem;z-index:15112;display:block; }
 }@media only screen and (max-width: 763px) { #AL1kBmzet9dWbUUiMpgxV2vFtE58ENsN { width:19.999125rem;height:1.70605625rem;top:86.437482833863rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWytMcEd9unNfTxS0mtlTZMwR22zzDz2 { width:7.875rem;height:8.5625rem;top:91.6826171875rem;left:12.125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #h8EGsHT4lHWIt3FdW7RCnuxmSEMLb5vf { width:12.4365rem;height:1.21875rem;top:74.14892578125rem;left:3.779296875rem;font-size:0.9375rem;z-index:15141;display:block; }
 }@media only screen and (max-width: 763px) { #giFpTmaFXHglawLq2bOCRBBPfqDtT06C { width:13.436625rem;height:1.5607625rem;top:114.48350715637rem;left:3.2803817987442rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #HTPg1BgqRivShXStnENfDGXhTO5mw1la { width:12.0625rem;height:13.125rem;top:4.5009765625rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ZcBdgQ6FnDhPi5QpfmShBsToSSGM7vy5 { width:7.625rem;height:8.25rem;top:93.873046875rem;left:5.9375rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hUIv9awTPtVybPCJw7h3ugSsooAhAfMo { width:7.5rem;height:8.125rem;top:99.4150390625rem;left:6.25rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #uXFpClrxpDxIoSVeZcKqXX1neZ8ZxcgF { width:7.875rem;height:8.5625rem;top:100.9638671875rem;left:12.125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Ffg0NWFl21biwnU8GVVh7LmfcKLzifDE { width:10.1875rem;height:11.0625rem;top:10.0732421875rem;left:8.84375rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GHsTgIcMRSCxTRLkrT4TKLikp0b53dLZ { width:8.5rem;height:9.25rem;top:49.1572265625rem;left:10.53125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #nCKO2rlvSeX2D4fCBpwSAOf6H1su89d3 { width:8.25rem;height:8.9375rem;top:55.759765625rem;left:10.21875rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #uydFrzpTLsBr0f9IKTZcrTamUzqFce9P { display:block; }#uydFrzpTLsBr0f9IKTZcrTamUzqFce9P > .row .container { width:20rem;height:88.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QRWBOeF11bpxl5tRBgzr0dK2AZ5OxZv2 { width:20rem;height:4.875rem;top:5.9111328125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ma5T3NWm5mETXMIUuOpeOgGxnTEa86vw { width:20rem;height:4.548825rem;top:1.4736328125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OAr47EHCiMWOiPbg1rzllsFhRCeuKh8p { width:5.375rem;height:5.375rem;top:11.875rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #osR6gmCFJ3hq0WrIA5pSXzvaPJ5yA0H8 { width:3.6875rem;height:3.6875rem;top:12.75rem;left:8.25rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUznEvqTbCFAW4DahELMQQNpTu7Z3JWo { width:12.5rem;height:1.8684875rem;top:18.5rem;left:3.8125rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BIbDXdDlWhoQFMByGUPyUlhGmEPID8li { width:12.5rem;height:3.8994125rem;top:21.5625rem;left:3.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R3CgxU8TTBJwXOm9kblLqH208y7DdP0k { width:12.5rem;height:3.8994125rem;top:50.9375rem;left:3.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VWWRaLJWRhrXI7qudwSDFor9qh4qxwGF { width:5.375rem;height:5.375rem;top:41.25rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTIxVkTv35uvisdMQdSeL03UW0PT21ow { width:3.6875rem;height:3.6875rem;top:42.125rem;left:8.25rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGAikl77q1MTPf2xEO9ZiI5QUDl2WR9N { width:12.5rem;height:1.8684875rem;top:47.875rem;left:3.8125rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L6sWbxXVNf6wciKdlFqhmGw74m69emhw { width:12.5rem;height:3.8994125rem;top:36.25rem;left:3.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ykO859ptZMLuwd7bN8BSqCaVkwvwz6vx { width:17.3125rem;height:1.8684875rem;top:33.1875rem;left:1.375rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iNRJAZQgKlzTqIev0GvW9NvfTmU66R02 { width:5.375rem;height:5.375rem;top:26.5625rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kr7IvxMZCg2QrFMUa02eIrDUNKXt74vc { width:3.6875rem;height:3.6875rem;top:27.4375rem;left:8.25rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJivdmCiHV0nxdrq0uHTV6K6cTorCgT8 { width:12.5rem;height:3.8994125rem;top:65.625rem;left:3.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e6GHOKS1nUlF2QiCeQidoIlJ88DB8ZGn { width:5.375rem;height:5.375rem;top:55.9375rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7zTzsBBZkkUUnRwl4Eb8A9gelyJVRlH { width:3.6875rem;height:3.6875rem;top:56.8125rem;left:8.25rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAOTzQ8Oqux3CaT9lLVychbkDwChNcHz { width:12.5rem;height:1.8684875rem;top:62.5625rem;left:3.8125rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PyRNKdhNSBxV2HNaRWVTuGKTXRozOi0P { width:15.6875rem;height:15.6875rem;top:70.773452758787rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQWHUI1O6gURaU1iGV3E6spDTVydGqTo { display:block; }#SQWHUI1O6gURaU1iGV3E6spDTVydGqTo > .row .container { width:20rem;height:24.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ick6x1RTsokC6eWgv9NaJwha6yRhg9d6 { width:20rem;height:2.0317375rem;top:2.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8NDeHS7r8yN04MugbOoMGENTmqo0Vle { width:20rem;height:5.19965rem;top:5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wsi4KPtWJFHHK8BaWWeqKN6eTaTTGL73 { width:20rem;height:5.68359375rem;top:10.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUzo1SZgm57HInCtXVLu4hRAZD3TRdd6 { top:19.625rem;left:1.84375rem;width:16.3125rem;height:3.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeVV1OMFBkNUI5XTJHKDFwDPJox8ElBF { display:block; }
 }@media only screen and (max-width: 763px) { #UlqqgbT69xzxo73t5eJ9pNmlhJhv4XZ8 { display:block; }#UlqqgbT69xzxo73t5eJ9pNmlhJhv4XZ8 > .row .container { width:20rem;height:22.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BxOD0izXKOrQytVWTamBxyD5S3aaDUqv { width:20rem;height:0.89355625rem;top:16.625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDtq0T2vM5Zc3FfEdla8Gkr9uODpptoK { width:20rem;height:0.06171875rem;top:16.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMPI8W1SpS7sdRy0UPamXFmXwwCZeQoX { width:12.5rem;height:1.54296875rem;top:2.8125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fw5vJOsRbEI9USowwNfOVGwKA5qDSnk2 { width:1.875rem;height:0.125rem;top:4.9375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oL4LyUsVtqDqVvWK9yqxNR4MFb5zqddT { width:15.8125rem;height:1.7871125rem;top:19.8125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcWqR47umm6ZcnXR9PEttnvSiFQ0L66q { width:20rem;height:0.89355625rem;top:18.125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTQGQ2UwzeVcms8n3fTD9lk333rDVHaB { width:13.75rem;height:1.29980625rem;top:0.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xShTsUTS8mm1GWFqcT3z8BfF0JA9BayU { width:14.875rem;height:5.0625rem;top:10.9375rem;left:2.5625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #muUHkHbBxl2kWVx8tMN3MNG0kTAmwVb4 { top:5.625rem;left:2.5rem;width:15rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktFBOsIDqUx4myLOlpP3KE7BLrbvNKPC { display:block; }
 }@media only screen and (max-width: 763px) { #rtJ4gfSzaB0rWpAFK32wprH6JlQVqTE6 { top:8.5rem;left:2.53125rem;width:14.9375rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzEx4BnGJ069fanVCdtRe6evJOQGy9Na { display:block; }
 }