.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:246,228,220;--color-primary-1:229,173,150;--color-primary-2:211,118,80;--color-primary-3:152,81,41;--color-primary-4:101,50,19;--color-secondary-0:217,251,234;--color-secondary-1:128,243,187;--color-secondary-2:0,230,118;--color-secondary-3:0,115,59;--color-secondary-4:0,35,18;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"lato";--paragraphs-font-family:"lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;position:relative;display:block; }
#XEmcSWilwC3Q0ZeA8boUS7xKQ9vWTCzV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XEmcSWilwC3Q0ZeA8boUS7xKQ9vWTCzV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XEmcSWilwC3Q0ZeA8boUS7xKQ9vWTCzV > .row > .video-iframe-container { display: none; }#XEmcSWilwC3Q0ZeA8boUS7xKQ9vWTCzV > .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); }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/86243000-6b60-4ece-82a0-f4c07fcbbbe9/AnyConvcom__AdobeStock_109011419.webp");background-position:top center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !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;display:block; }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6.adaptive-delivery-prevent-bg, #XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6.lazyload, #XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6.lazyloading { background-image: none; }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .row .container { background-color: transparent; background-image: none; }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.5); }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .row .container > .video-iframe-container { display: none; }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.5); }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .row > .video-iframe-container { display: none; }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .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); }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .row .container { border-width: 0; border-radius: 0; }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .row .container { width:60rem;height:33.875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#UEfdAhhmRRD45Im14WRBrdyEyQGLVbBF { color:rgba(var(--color-tertiary-0),1);display:block;width:27.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:22.875rem;left:7.125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SoPJ3TzsVczzDtbK1DZW49cpm5H6ziOo { color:rgba(var(--color-tertiary-0),1);display:block;width:41.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:24.5rem;left:0.125rem;height:5.0375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M6LKiDTpNrGQnzikHc4BfV6AdnnkCcfq { color:rgba(var(--color-tertiary-0),1);display:block;width:36.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:30.125rem;left:1.6875rem;height:3.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ymyG5Ef1wPTPEnIhWPiIn2Q3M7TfFuSJ { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.1875rem;width:26.9375rem;top:1.0625rem;left:0.038690476190478rem;overflow:hidden;display:block; }
#uDikbXtc0NsEkWG9JAi6U9r8nnbEAR3w { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:16.5rem;width:41.375rem;top:20.250000476837rem;left:0rem;display:block; }
#t7odZqwykeOivoxrHZxZkAZa5M70gOrT { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-3),0.9);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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:13.5625rem;width:41.375rem;top:20.25rem;left:0rem;display:none; }
#fp1Hoh5e6WL9uObZlBXe5e29TkWSLHMP { 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; }#fp1Hoh5e6WL9uObZlBXe5e29TkWSLHMP > .row .container { background-color: transparent; background-image: none; }#fp1Hoh5e6WL9uObZlBXe5e29TkWSLHMP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fp1Hoh5e6WL9uObZlBXe5e29TkWSLHMP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fp1Hoh5e6WL9uObZlBXe5e29TkWSLHMP > .row .container > .video-iframe-container { display: none; }#fp1Hoh5e6WL9uObZlBXe5e29TkWSLHMP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fp1Hoh5e6WL9uObZlBXe5e29TkWSLHMP > .row > .video-iframe-container { display: none; }#fp1Hoh5e6WL9uObZlBXe5e29TkWSLHMP > .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); }#fp1Hoh5e6WL9uObZlBXe5e29TkWSLHMP > .row .container { border-width: 0; border-radius: 0; }#fp1Hoh5e6WL9uObZlBXe5e29TkWSLHMP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fp1Hoh5e6WL9uObZlBXe5e29TkWSLHMP > .row .container { font-size:0.875rem;font-family:arial;height:21.5rem;width:60rem;position:relative;display:block; }#cfc6kbHLx8f0MEnX25dlBUi30KZhKCaE { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13rem;width:19.5625rem;top:6.5625rem;left:40.3125rem;overflow:hidden;display:block; }
#tozaPAJxWrBR5UtyhcxuCnBF8gKU4R6d { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13rem;width:19.5625rem;top:6.5617184638975rem;left:0rem;overflow:hidden;display:block; }
#LoeHSNauCQLD6e8iEWr9Z34qxMPpbQSE { 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:12.9375rem;width:19.5625rem;top:6.5617184638975rem;left:20.156251907349rem;overflow:hidden;display:block; }
#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .row .container { background-color: transparent; background-image: none; }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .row .container > .video-iframe-container { display: none; }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .row > .video-iframe-container { display: none; }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .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); }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .row .container { border-width: 0; border-radius: 0; }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .row .container { width:60rem;height:68.9375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#ikKrI7e1t7uEQwEIeWVhh1pWsAEzrLV2 { color:rgba(var(--color-primary-2),1);display:block;width:31.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:4.9375rem;left:28.3125rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#N6Npmt3LSkG55QsgGUDoAUXSDUVauTVE { color:rgba(var(--color-tertiary-4),1);display:block;width:31.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:7.0625rem;left:28.3125rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#P7Q1Jm4C08FbpRbORxiLdKbPk5eSDaXV { color:rgba(var(--color-tertiary-4),1);display:block;width:31.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.7;letter-spacing:0;top:12.375rem;left:28.3125rem;height:7.65rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#EEHcX1bBC4Vws0MVCv6NGqAMcbNOoKgm { color:rgba(var(--color-primary-2),1);display:block;width:31.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:25.25rem;left:28.3125rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#G22qCQ7b6ONehRxIHzbLrzHdH77nblTW { color:rgba(var(--color-tertiary-4),1);display:block;width:31.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:27.375rem;left:28.3125rem;height:3.4125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#x2ONNTUqLlLKlHr5wUdJtVQT0LsNu0yd { color:rgba(var(--color-tertiary-4),1);display:block;width:31.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.7;letter-spacing:0;top:32.6875rem;left:28.3125rem;height:9.5625rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#gWEbnlg8cVQX4xcKkQEPDzAHmODmz4sd { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:25.8125rem;top:3.6875rem;left:0rem;overflow:hidden;display:block; }
#NNHCUs2yQA7IWeyQzXPSu32mk42wNzkJ { color:rgba(var(--color-tertiary-4),1);display:block;width:31.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.7;letter-spacing:0;top:53.9375rem;left:28.375rem;height:9.5625rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#eoMxiL9TABhzCJkp3QXR0HDlQQfdouSq { color:rgba(var(--color-tertiary-4),1);display:block;width:31.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:48.625rem;left:28.375rem;height:3.4125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#X42c6icCsAOip3Eqf46P2cgmWe96UTyc { color:rgba(var(--color-primary-2),1);display:block;width:31.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:46.5rem;left:28.375rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#I2EoXmCJ8Tr4Uq6Rn9QEpfJHMbu1EeOv { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.3125rem;width:8.4375rem;top:35.125rem;left:16.875rem;overflow:hidden;display:block; }
#veUiRyNkJLkoapT3UJmU2nAWLS8xEfJZ { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17rem;width:25.625rem;top:25.0625rem;left:0.0625rem;overflow:hidden;display:block; }
#FMXErMp6LIndh8ETDlXFzVbeXiF1NzsG { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.125rem;width:25.8125rem;top:46.1875rem;left:0rem;overflow:hidden;display:block; }
#Dq8D2BigZxL5aFktN1mOSVvaWQXL7JI5 { background-color:transparent;background-image:url("https://images.assets-landingi.com/2oAH9uxg/fundo2_alt.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !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;display:block; }#Dq8D2BigZxL5aFktN1mOSVvaWQXL7JI5.adaptive-delivery-prevent-bg, #Dq8D2BigZxL5aFktN1mOSVvaWQXL7JI5.lazyload, #Dq8D2BigZxL5aFktN1mOSVvaWQXL7JI5.lazyloading { background-image: none; }#Dq8D2BigZxL5aFktN1mOSVvaWQXL7JI5 > .row .container { background-color: transparent; background-image: none; }#Dq8D2BigZxL5aFktN1mOSVvaWQXL7JI5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.49); }#Dq8D2BigZxL5aFktN1mOSVvaWQXL7JI5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dq8D2BigZxL5aFktN1mOSVvaWQXL7JI5 > .row .container > .video-iframe-container { display: none; }#Dq8D2BigZxL5aFktN1mOSVvaWQXL7JI5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.49); }#Dq8D2BigZxL5aFktN1mOSVvaWQXL7JI5 > .row > .video-iframe-container { display: none; }#Dq8D2BigZxL5aFktN1mOSVvaWQXL7JI5 > .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); }#Dq8D2BigZxL5aFktN1mOSVvaWQXL7JI5 > .row .container { border-width: 0; border-radius: 0; }#Dq8D2BigZxL5aFktN1mOSVvaWQXL7JI5::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Dq8D2BigZxL5aFktN1mOSVvaWQXL7JI5 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Dq8D2BigZxL5aFktN1mOSVvaWQXL7JI5 > .row .container { width:60rem;height:13.1875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#k7KKaV7xTlguFc2WKydMV7AmSTl8qg5D { color:rgba(var(--color-primary-3),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.81);top:4.75rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gT7OWzm2kKTs7yBQhtzTv4CafsrV9U0n { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:6.875rem;left:0rem;height:3.4125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/2oAH9uxg/fundo2_alt.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e.adaptive-delivery-prevent-bg, #f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e.lazyload, #f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e.lazyloading { background-image: none; }#f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e > .row .container { background-color: transparent; background-image: none; }#f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.49); }#f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e > .row .container > .video-iframe-container { display: none; }#f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.49); }#f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e > .row > .video-iframe-container { display: none; }#f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e > .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); }#f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e > .row .container { border-width: 0; border-radius: 0; }#f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:60rem;position:relative;display:block; }#lrTmZ9QKqd9XgwEO5BrQgnpJEVl4L2tM { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.25rem solid rgba(var(--color-primary-3),1);border-left:0.25rem solid rgba(var(--color-primary-3),1);border-right:0.25rem solid rgba(var(--color-primary-3),1);border-bottom:0.25rem solid rgba(var(--color-primary-3),1);border-top-left-radius:10.625rem;border-top-right-radius:7.5rem;border-bottom-left-radius:7.5rem;border-bottom-right-radius:10.625rem;box-shadow: none;height:22.5rem;width:17.5rem;top:1rem;left:1rem;display:block; }
#dzJrx9QQE3oC3c0wQCv2y8krxRLUEDH1 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:12.375rem;left:2.34375rem;height:7.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tD3oBrq1qZaTcWL9aG7Ic6inbKrERdaf { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.6;letter-spacing:0;top:8.625rem;left:2.34375rem;height:2.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QhTgTphtvpA1GrtzFDdTgzyJp37l9CtO { position:absolute;display:block;z-index:15007;background-color:#6a6a6a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:1.875rem;top:7.3125rem;left:9.0625rem;display:block; }
#PBtkdmZvIdkAX64K4hekzvtATVIHEKBr { box-sizing:content-box;color:rgba(var(--color-primary-3),1);font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:3.1875rem;left:8.59375rem;display:block; }
#dNmG3AZktqxr853IPi6ngpIU5vcA3PJ9 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:14.875rem;left:22.34375rem;height:3.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XzM6pvEEXpEoJHyTake9Fa21VOvltLDG { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.6;letter-spacing:0;top:8.625rem;left:22.34375rem;height:4.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PnJdEUdnBGx3Cu46LrLKDCXGpU2AWTWi { position:absolute;display:block;z-index:15012;background-color:#6a6a6a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:1.875rem;top:7.3125rem;left:29.0625rem;display:block; }
#FyEn5hReqScCBqHoq1KQs2V0RdN9JPkV { box-sizing:content-box;color:rgba(var(--color-primary-3),1);font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15014;top:3.1875rem;left:28.59375rem;display:block; }
#ZhlekWNXkgIUIbdOhzVLyvo53yVgDePd { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.6;letter-spacing:0;top:12.375rem;left:42.34375rem;height:5.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#py003cwex05IKoloBR228U0OX0cs5QAF { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15016;line-height:1.6;letter-spacing:0;top:8.625rem;left:42.34375rem;height:2.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tgt80JgDxrIxS15gaUKtE2sX2qB8CEhy { position:absolute;display:block;z-index:15017;background-color:#6a6a6a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:1.875rem;top:7.3125rem;left:49.0625rem;display:block; }
#L8v4H8l9msebxg27T7umewCWzkL5259g { box-sizing:content-box;color:rgba(var(--color-primary-3),1);font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15019;top:3.25rem;left:48.59375rem;display:block; }
#VGhnC5gTXKF7WhRslXuzpPKwII2ziAlI { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),0.62);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:24.8125rem;width:19.75rem;top:0rem;left:0rem;display:block; }
#M0EpJFMEnTbIEfB1TtpVdGmzeGGBCEDW { position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;border-top:0.25rem solid rgba(var(--color-primary-3),1);border-left:0.25rem solid rgba(var(--color-primary-3),1);border-right:0.25rem solid rgba(var(--color-primary-3),1);border-bottom:0.25rem solid rgba(var(--color-primary-3),1);border-top-left-radius:10rem;border-top-right-radius:10rem;border-bottom-left-radius:10rem;border-bottom-right-radius:10rem;box-shadow: none;height:22.5rem;width:17.5rem;top:1rem;left:21rem;display:block; }
#WQ5icEsvLhCRuWrtDQvWbhHrGQkTL6sV { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),0.62);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:24.8125rem;width:19.75rem;top:0rem;left:20rem;display:block; }
#IaVwm122iKqMvvoPdqQbmPN4V2GX95Vf { position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;border-top:0.25rem solid rgba(var(--color-primary-3),1);border-left:0.25rem solid rgba(var(--color-primary-3),1);border-right:0.25rem solid rgba(var(--color-primary-3),1);border-bottom:0.25rem solid rgba(var(--color-primary-3),1);border-top-left-radius:7.5rem;border-top-right-radius:10.625rem;border-bottom-left-radius:10.625rem;border-bottom-right-radius:7.5rem;box-shadow: none;height:22.5rem;width:17.5rem;top:1rem;left:41rem;display:block; }
#VAV8TwgTk0wfUng9UAW4u4bf0ScTv2Ar { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),0.62);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:24.8125rem;width:19.75rem;top:0rem;left:40rem;display:block; }
#Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV { background-color:transparent;background-image:url("https://images.assets-landingi.com/2oAH9uxg/fundo2_alt.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !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;display:block; }#Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV.adaptive-delivery-prevent-bg, #Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV.lazyload, #Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV.lazyloading { background-image: none; }#Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV > .row .container { background-color: transparent; background-image: none; }#Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.49); }#Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV > .row .container > .video-iframe-container { display: none; }#Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.49); }#Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV > .row > .video-iframe-container { display: none; }#Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV > .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); }#Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV > .row .container { border-width: 0; border-radius: 0; }#Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV > .row .container { width:60rem;height:5.625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#vro0CJ3C93XE3wZvVI1KxHTtz9z5qTyZ { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#vro0CJ3C93XE3wZvVI1KxHTtz9z5qTyZ > .row .container { background-color: transparent; background-image: none; }#vro0CJ3C93XE3wZvVI1KxHTtz9z5qTyZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vro0CJ3C93XE3wZvVI1KxHTtz9z5qTyZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vro0CJ3C93XE3wZvVI1KxHTtz9z5qTyZ > .row .container > .video-iframe-container { display: none; }#vro0CJ3C93XE3wZvVI1KxHTtz9z5qTyZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vro0CJ3C93XE3wZvVI1KxHTtz9z5qTyZ > .row > .video-iframe-container { display: none; }#vro0CJ3C93XE3wZvVI1KxHTtz9z5qTyZ > .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); }#vro0CJ3C93XE3wZvVI1KxHTtz9z5qTyZ > .row .container { border-width: 0; border-radius: 0; }#vro0CJ3C93XE3wZvVI1KxHTtz9z5qTyZ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#vro0CJ3C93XE3wZvVI1KxHTtz9z5qTyZ > .row .container { width:60rem;height:13.1875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#y17nz6GyQ6HoHcSdv7rd4WfpZD84NFzP { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:4.75rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OQPRIxEABzBRC1QshZ7I0T6fP6iJuE9b { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:6.875rem;left:0rem;height:3.4125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sHCSAVXe7PGlpLvy7PaBuodBVntGvm1S { 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; }#sHCSAVXe7PGlpLvy7PaBuodBVntGvm1S > .row .container { background-color: transparent; background-image: none; }#sHCSAVXe7PGlpLvy7PaBuodBVntGvm1S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sHCSAVXe7PGlpLvy7PaBuodBVntGvm1S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sHCSAVXe7PGlpLvy7PaBuodBVntGvm1S > .row .container > .video-iframe-container { display: none; }#sHCSAVXe7PGlpLvy7PaBuodBVntGvm1S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sHCSAVXe7PGlpLvy7PaBuodBVntGvm1S > .row > .video-iframe-container { display: none; }#sHCSAVXe7PGlpLvy7PaBuodBVntGvm1S > .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); }#sHCSAVXe7PGlpLvy7PaBuodBVntGvm1S > .row .container { border-width: 0; border-radius: 0; }#sHCSAVXe7PGlpLvy7PaBuodBVntGvm1S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sHCSAVXe7PGlpLvy7PaBuodBVntGvm1S > .row .container { font-size:0.875rem;font-family:arial;height:67.375rem;width:60rem;position:relative;display:block; }#KD9ZVJvyKG2kUiFTFK8ceTqPnbck5pZc { color:rgba(var(--color-tertiary-0),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:6.5625rem;left:1.0625rem;height:14.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wZQavg9t3UO5CZLOoRDfOtcv4uRH4NhO { color:rgba(var(--color-tertiary-0),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.6;letter-spacing:0;top:3.4375rem;left:1.0625rem;height:2.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DkBpqeLssm7GGo0fNBSWatVnuloZM2Pe { color:rgba(var(--color-tertiary-0),1);display:block;width:6.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15006;line-height:1.6;letter-spacing:0;top:34.3125rem;left:0.75rem;height:5.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gIwrqukE7JTGesTxH6T7zltbmTiI9iRf { color:rgba(var(--color-tertiary-0),1);display:block;width:6.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:38rem;left:0.6875rem;height:2.1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nPUzcDlxkI6bRoNx5oFtWqOgFPr8dG3n { color:rgba(var(--color-tertiary-0),1);display:block;width:5.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15008;line-height:1.6;letter-spacing:0;top:35.5625rem;left:12.375rem;height:4.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TV2aWnEcxL1TiTaKC0y65azRKJMx5WsM { color:rgba(var(--color-tertiary-0),1);display:block;width:1.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15008;line-height:1.6;letter-spacing:0;top:38.375rem;left:16.8125rem;height:2.1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nTiKTEyiPaV2p5nLHbrW56uWktDnpX9H { color:rgba(var(--color-tertiary-0),1);display:block;width:1.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:34.75rem;left:12rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ngWcJxt1Cl5E2zESDCsltugtxCatVt3h { color:rgba(var(--color-tertiary-0),1);display:block;width:6.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15014;line-height:1.6;letter-spacing:0;top:42rem;left:0.75rem;height:5.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aMc5dDdWz6X1JF2ylh0myTVBConJaeb4 { color:rgba(var(--color-tertiary-0),1);display:block;width:6.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:45.6875rem;left:0.625rem;height:2.1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E5TfSVnfatdBaBgUUyd3XEKRHexkc6tf { color:rgba(var(--color-tertiary-0),1);display:block;width:1.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15017;line-height:1.6;letter-spacing:0;top:42.4375rem;left:12rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UpBUQZ3NyoNioiJorAIQSaDdRDHU7dPh { color:rgba(var(--color-tertiary-0),1);display:block;width:5.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15016;line-height:1.6;letter-spacing:0;top:43.125rem;left:12.375rem;height:4.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pTXVyNPzzJaRyUXsiJu4g3FoVnTD1yXm { color:rgba(var(--color-tertiary-0),1);display:block;width:1.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15016;line-height:1.6;letter-spacing:0;top:46.0625rem;left:16.812501907349rem;height:2.1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T6tSHtZiuS5czC8NcRWAQxT805TXhGoJ { color:rgba(var(--color-tertiary-0),1);display:block;width:6.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15022;line-height:1.6;letter-spacing:0;top:49.6875rem;left:0.625rem;height:5.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ax2pUgCbt9aaH99bhN6CyBcFLDOcLtHg { color:rgba(var(--color-tertiary-0),1);display:block;width:6.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15023;line-height:1.6;letter-spacing:0;top:53.4375rem;left:0.625rem;height:2.1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mLObgIA9kPM11h2kZaCX3WRHFmlthT9g { color:rgba(var(--color-tertiary-0),1);display:block;width:1.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15025;line-height:1.6;letter-spacing:0;top:50rem;left:11.8125rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C3G0Mu0ULi9nJpLFiIBQkfL1iXsG9JXg { color:rgba(var(--color-tertiary-0),1);display:block;width:5.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15024;line-height:1.6;letter-spacing:0;top:50.875rem;left:12.375rem;height:4.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zcL3AMLVQ8MvzcQpRUdLDTLDkkUCtTyK { color:rgba(var(--color-tertiary-0),1);display:block;width:1.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15024;line-height:1.6;letter-spacing:0;top:53.9375rem;left:16.937501907349rem;height:2.1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NVd3udkm1vvqJBRgqOIwnI9eGLgsCy4m { 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:300;z-index:15006;line-height:1.6;letter-spacing:0;top:58.6875rem;left:1.375rem;height:1.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#G97IFOq2EZUsqNqSvhJd2ILdeBovgSyD { background-color:rgba(var(--color-secondary-2),1);background-image:none;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.875rem;height:2.9375rem;text-decoration:none;z-index:15074;text-align:center;text-align-last:center;top:61.3125rem;left:3.25rem;display:block; }
#pE3tnWcEZDwme6t6XxpWTSkCKITn0TTV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e77UkSuKJAk99Hl9Ex6xvTpTm9XDfNUb { position:absolute;display:block;z-index:14991;background-color:rgba(var(--color-primary-3),0.87);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:66rem;width:19.375rem;top:0.8125rem;left:0rem;display:block; }
#EWOUGGlD7zXcI82UM4dyMB6nnXUpLd3t { color:rgba(var(--color-tertiary-0),1);display:block;width:5.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:27.875rem;left:12.375rem;height:4.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pOeMGW2a1WKlcv4EUhwirr5sLg4MQNSq { color:rgba(var(--color-tertiary-0),1);display:block;width:1.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15016;line-height:1.6;letter-spacing:0;top:27.0625rem;left:12rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#q4br5VoOmyxuiaB0Sdek1CVq2J5Nbf8V { color:rgba(var(--color-tertiary-0),1);display:block;width:6.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15085;line-height:1.6;letter-spacing:0;top:26.625rem;left:0.75rem;height:5.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Bl5RT4sX97N1sfMAdeTbRsb3mLaZTXsa { color:rgba(var(--color-tertiary-0),1);display:block;width:6.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15014;line-height:1.6;letter-spacing:0;top:30.3125rem;left:0.625rem;height:2.1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ibA5S87NGtqNeAoV8EgGbtdOp6XSXS3z { color:rgba(var(--color-tertiary-0),1);display:block;width:1.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:30.6875rem;left:16.812501907349rem;height:2.1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#By0Moq4JsMJBbyJuZb3T1Ilmwll76PtR { color:rgba(var(--color-tertiary-0),1);display:block;width:6.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15014;line-height:1.6;letter-spacing:0;top:27.5rem;left:6.1875rem;height:5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nPAtWA1TSTeE1cXOhEzlQdo2m63Hclyh { color:rgba(var(--color-tertiary-0),1);display:block;width:6.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:35.6875rem;left:6.25rem;height:5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HreOiRP8p1QKGbfSWMz0AmwkWeh5RlfO { color:rgba(var(--color-tertiary-0),1);display:block;width:6.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15016;line-height:1.6;letter-spacing:0;top:43.27499961853rem;left:6.25rem;height:5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#l4dVMFrf5xhpe3FgagzBM8uxzgVI5fGE { color:rgba(var(--color-tertiary-0),1);display:block;width:6.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15017;line-height:1.6;letter-spacing:0;top:50.89999961853rem;left:6.25rem;height:5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nIEBIoxI1LqpwwIDs2US4lVmyJDBFdeC { color:rgba(var(--color-tertiary-0),0.44);display:block;width:6.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15162;line-height:1.6;letter-spacing:0;top:26.4375rem;left:0.6875rem;height:5.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RQObX1SwuE0mmLdMaH6KuvSbIQf2z7as { color:rgba(var(--color-tertiary-0),0.44);display:block;width:6.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15082;line-height:1.6;letter-spacing:0;top:34.125rem;left:0.75rem;height:5.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yp6aHyyyT26T4UsCwTh9D2kG8qbWyc4r { color:rgba(var(--color-tertiary-0),0.44);display:block;width:6.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15073;line-height:1.6;letter-spacing:0;top:41.8125rem;left:0.75rem;height:5.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xokS1SdoDJq9uhDeb1TefB6EaTCUCTrv { color:rgba(var(--color-tertiary-0),0.44);display:block;width:6.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15084;line-height:1.6;letter-spacing:0;top:49.5rem;left:0.75rem;height:5.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QCCsmHbtskb4JdeieSAGw9GAARqmfSfh { position:absolute;display:block;z-index:14992;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:19.375rem;top:26.6875rem;left:0rem;display:block; }
#yWOvlJWBkdCwK0NyOxhsHehaO1fVeqQU { position:absolute;display:block;z-index:14998;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:19.375rem;top:34.375rem;left:0rem;display:block; }
#btmGSUUKXvn2gu51gVfICsEkX3uZiORg { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:19.375rem;top:42.0625rem;left:0rem;display:block; }
#clLX8GW1iBz2DriO0N8wqQlsmE3SNbV2 { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:19.375rem;top:49.75rem;left:0rem;display:block; }
#XewUt9vZw4V4ev6eAHbZV4n4lVM9MZEP { position:absolute;display:block;z-index:14989;background-color:rgba(var(--color-primary-3),0.87);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:66rem;width:19.375rem;top:0.8125rem;left:20.1875rem;display:block; }
#ZlngAgf2XzcSAf1aJDlAaLyXb5tl0yO4 { background-color:rgba(var(--color-secondary-2),1);background-image:none;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.875rem;height:2.9375rem;text-decoration:none;z-index:15111;text-align:center;text-align-last:center;top:61.3125rem;left:23.25rem;display:block; }
#Wbr1caivTIZGkkMH0kXtLWQ9ATH0pviJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TwtWCB56ZpfLnthdATJkodZZrfPTZsMk { 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:300;z-index:15043;line-height:1.6;letter-spacing:0;top:58.6875rem;left:21.375001907349rem;height:1.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ToAbwt7nhiePcQZwn5CaLH9kHIoWDF0y { color:rgba(var(--color-tertiary-0),1);display:block;width:5.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15061;line-height:1.6;letter-spacing:0;top:50.875rem;left:32.375rem;height:4.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ALTQtiMWBkv9TNbclbk9JDkFPJbAiILV { color:rgba(var(--color-tertiary-0),1);display:block;width:1.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15061;line-height:1.6;letter-spacing:0;top:53.9375rem;left:36.9375rem;height:2.1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CTeRr89W2GFRUEklMqK92gzfuELipvFP { color:rgba(var(--color-tertiary-0),1);display:block;width:6.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15054;line-height:1.6;letter-spacing:0;top:50.9375rem;left:26.25rem;height:5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PZGmEJg4ItnrThsg11lMOmiJimJ9K1up { position:absolute;display:block;z-index:15042;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:19.375rem;top:49.75rem;left:20rem;display:block; }
#ES2OWDoVTCeX3QP1ye6xRMRCLczrQQF9 { color:rgba(var(--color-tertiary-0),1);display:block;width:6.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15060;line-height:1.6;letter-spacing:0;top:53.4375rem;left:20.625rem;height:2.1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#o3WFFs7xneZ2n4Cyxtnz9NxTAyvmOLBd { color:rgba(var(--color-tertiary-0),1);display:block;width:6.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15059;line-height:1.6;letter-spacing:0;top:49.6875rem;left:20.625rem;height:5.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#R64xnGMotfuLwtr74d36LwllRPvcEIUH { color:rgba(var(--color-tertiary-0),0.44);display:block;width:6.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15121;line-height:1.6;letter-spacing:0;top:49.5rem;left:20.75rem;height:5.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ITFygw9vSOEGikMcQ80QJzIvXBXtuZ0w { color:rgba(var(--color-tertiary-0),1);display:block;width:6.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15043;line-height:1.6;letter-spacing:0;top:34.3125rem;left:20.75rem;height:5.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#v6qgSRzRSQoOTwLzTZZor2kaqHq7RVHA { color:rgba(var(--color-tertiary-0),1);display:block;width:6.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15044;line-height:1.6;letter-spacing:0;top:38rem;left:20.6875rem;height:2.1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tXCs4DnWdLRDNa8MqKpyIGWzyDT0OuJ7 { color:rgba(var(--color-tertiary-0),1);display:block;width:5.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15045;line-height:1.6;letter-spacing:0;top:35.5625rem;left:32.375rem;height:4.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#egKeGs9ZCACE9nSdOX1nTy3x7ioUHdxe { color:rgba(var(--color-tertiary-0),1);display:block;width:1.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15045;line-height:1.6;letter-spacing:0;top:38.375rem;left:36.8125rem;height:2.1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oaW6kFaryWvKizqp5NEgmXWkUSl66S5B { color:rgba(var(--color-tertiary-0),1);display:block;width:1.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15046;line-height:1.6;letter-spacing:0;top:34.75rem;left:32rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#G9IBEKFGxaehcy0Q9soo5uGAI5UsRAch { color:rgba(var(--color-tertiary-0),1);display:block;width:6.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15051;line-height:1.6;letter-spacing:0;top:42rem;left:20.75rem;height:5.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zRSywkHCe9IsJEI7VnpMO75qITmW1ThK { color:rgba(var(--color-tertiary-0),1);display:block;width:6.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15052;line-height:1.6;letter-spacing:0;top:45.6875rem;left:20.625rem;height:2.1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ewx49GkTfUWNSzLANO5fggphd4ywbhWN { color:rgba(var(--color-tertiary-0),1);display:block;width:1.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15054;line-height:1.6;letter-spacing:0;top:42.4375rem;left:32rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Qx8EuccnpbPyvxe8WtJOwQ6qin8fl5r5 { color:rgba(var(--color-tertiary-0),1);display:block;width:5.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15053;line-height:1.6;letter-spacing:0;top:43.125rem;left:32.375rem;height:4.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZFJ8wNwhu3dlsa2GBUheETx08lEtAqSD { color:rgba(var(--color-tertiary-0),1);display:block;width:1.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15053;line-height:1.6;letter-spacing:0;top:46.0625rem;left:36.8125rem;height:2.1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zTtcgIERDLPcCTE9xJ9TtFiKkWIctJxS { color:rgba(var(--color-tertiary-0),1);display:block;width:1.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15062;line-height:1.6;letter-spacing:0;top:50rem;left:31.8125rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#D0SaKMn19CreNOhd30oDMJCgMqILBypy { color:rgba(var(--color-tertiary-0),1);display:block;width:5.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15052;line-height:1.6;letter-spacing:0;top:27.875rem;left:32.375001907349rem;height:4.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TyATP4mfH0nOhL6786Gk2MAMDo95VHSk { color:rgba(var(--color-tertiary-0),1);display:block;width:1.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15053;line-height:1.6;letter-spacing:0;top:27.0625rem;left:32rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iplo5rpw6Ob9Un6wk5Tzy6lq6TXAbEbs { color:rgba(var(--color-tertiary-0),1);display:block;width:6.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15051;line-height:1.6;letter-spacing:0;top:30.3125rem;left:20.625rem;height:2.1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nqC3axwiKOpTznEw9fOS6NOgbbru0Txm { color:rgba(var(--color-tertiary-0),1);display:block;width:1.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15052;line-height:1.6;letter-spacing:0;top:30.6875rem;left:36.8125rem;height:2.1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EWal4FIE04TO8Ds3QsGa1CuVzhp2VUhi { color:rgba(var(--color-tertiary-0),1);display:block;width:6.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15051;line-height:1.6;letter-spacing:0;top:27.5rem;left:26.1875rem;height:5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KzJnkxgDF8PIK79RFiAg60T25cLX0Nsk { color:rgba(var(--color-tertiary-0),1);display:block;width:6.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15052;line-height:1.6;letter-spacing:0;top:35.6875rem;left:26.25rem;height:5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KI48FpnsLSDZLTdEsw3ECSb4aiPLTc5u { color:rgba(var(--color-tertiary-0),1);display:block;width:6.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15053;line-height:1.6;letter-spacing:0;top:43.3125rem;left:26.25rem;height:5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#d7qMAvTFupbGhg6zrfwdFvupT1AHC9pz { color:rgba(var(--color-tertiary-0),0.44);display:block;width:6.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15119;line-height:1.6;letter-spacing:0;top:34.125rem;left:20.75rem;height:5.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Rs6d6kuRGKbQ0OTGzmnAWLA9vrd6g7wT { color:rgba(var(--color-tertiary-0),0.44);display:block;width:6.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15110;line-height:1.6;letter-spacing:0;top:41.8125rem;left:20.75rem;height:5.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#z7Vc2x8U6eUT4IkN8rBGI2EOgoOhhVvd { position:absolute;display:block;z-index:14990;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:19.375rem;top:26.6875rem;left:20rem;display:block; }
#orRVRq18pPN62fqeTPgDdBkQcTxH432P { position:absolute;display:block;z-index:15035;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:19.375rem;top:34.375rem;left:20rem;display:block; }
#i5wbZCtFvQwzX7as8pz6VW4Jxc4mvikA { position:absolute;display:block;z-index:15038;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:19.375rem;top:42.0625rem;left:20rem;display:block; }
#TxrcX45GK8CysuPKH5MLID2sTyBE4z5o { color:rgba(var(--color-tertiary-0),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15043;line-height:1.6;letter-spacing:0;top:3.4375rem;left:21.0625rem;height:2.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qS9Hy3DMzuFDy0K17nA9OqluXyPpxFsS { color:rgba(var(--color-tertiary-0),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15123;line-height:1.6;letter-spacing:0;top:6.5625rem;left:21.0625rem;height:18rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e4btCtFt6ii8uyfwg0AIkXMaKPCWfvs0 { position:absolute;display:block;z-index:14987;background-color:rgba(var(--color-primary-3),0.87);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:66rem;width:19.375rem;top:0.8125rem;left:40.1875rem;display:block; }
#N34vXyXCaDKyil4WABa5lvNerLWFNKSg { color:rgba(var(--color-tertiary-0),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15080;line-height:1.6;letter-spacing:0;top:3.4375rem;left:41.0625rem;height:2.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oPvHn4FUV5LIQziulUtSkuPLThIO5hdX { color:rgba(var(--color-tertiary-0),1);display:block;width:6.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15080;line-height:1.6;letter-spacing:0;top:34.3125rem;left:40.75rem;height:5.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sOqzgb8LL3bfAVvoIqeHt4JbfEAtNkH9 { color:rgba(var(--color-tertiary-0),1);display:block;width:1.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15083;line-height:1.6;letter-spacing:0;top:34.75rem;left:52rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tJtFQpZGC2rG6vxVLpOvNFDEzmg8MPMW { color:rgba(var(--color-tertiary-0),1);display:block;width:5.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15089;line-height:1.6;letter-spacing:0;top:27.875rem;left:52.374998092651rem;height:4.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nFkGXiANl5SvySyOvrfF1kJeuN0rEKz3 { color:rgba(var(--color-tertiary-0),1);display:block;width:1.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15090;line-height:1.6;letter-spacing:0;top:27.0625rem;left:52rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JuPGulJyP3nbFal2riBkZQeSx73SPXOI { color:rgba(var(--color-tertiary-0),1);display:block;width:6.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15088;line-height:1.6;letter-spacing:0;top:30.3125rem;left:40.625rem;height:2.1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MLXTQWA6nqNDXmFPOsAf6ensb5LJRFIf { color:rgba(var(--color-tertiary-0),1);display:block;width:6.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15088;line-height:1.6;letter-spacing:0;top:27.5rem;left:46.1875rem;height:5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w7EOcO4QaJ05CgVqyoRut8B4ImhpIM7B { color:rgba(var(--color-tertiary-0),0.44);display:block;width:6.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15156;line-height:1.6;letter-spacing:0;top:34.125rem;left:40.75rem;height:5.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AcUqMw5vzCxFL339aouMghXIcXvU69k3 { position:absolute;display:block;z-index:14988;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:19.375rem;top:26.6875rem;left:40rem;display:block; }
#k6uKhinO7dnsfEQIUW78IJizUpqTXQR3 { position:absolute;display:block;z-index:15072;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:19.375rem;top:34.375rem;left:40rem;display:block; }
#eRabwtyrZ18gV6IfM5VfKyCEmTRXJ8eu { color:rgba(var(--color-tertiary-0),1);display:block;width:6.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15081;line-height:1.6;letter-spacing:0;top:38rem;left:40.6875rem;height:2.1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xTXbk3pOoNvIg3qrGiCuk7t9GqVE6bPS { color:rgba(var(--color-tertiary-0),1);display:block;width:5.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15082;line-height:1.6;letter-spacing:0;top:35.5625rem;left:52.375rem;height:4.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qSOveQJaq1lTh6NQ7eupQLgUPxNsag8c { color:rgba(var(--color-tertiary-0),1);display:block;width:6.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15089;line-height:1.6;letter-spacing:0;top:35.6875rem;left:46.25rem;height:5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sAcmNVcwep9uevOOsMgrMxllrmFa40N6 { color:rgba(var(--color-tertiary-0),0.44);display:block;width:6.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15147;line-height:1.6;letter-spacing:0;top:41.8125rem;left:40.75rem;height:5.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EzlPionPCodfcsTECcdXFhD7ot9v9mVo { color:rgba(var(--color-tertiary-0),1);display:block;width:6.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15088;line-height:1.6;letter-spacing:0;top:42rem;left:40.75rem;height:5.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JBRknAwkTTm74w0VqGZLVGeUneeOwOBc { color:rgba(var(--color-tertiary-0),1);display:block;width:1.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15091;line-height:1.6;letter-spacing:0;top:42.4375rem;left:52rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xo1HKsUS8CTLc0KeBDwiL12ryQF2xh7r { position:absolute;display:block;z-index:15075;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:19.375rem;top:42.0625rem;left:40rem;display:block; }
#GLoXQgKMmZpCmLZthqvPyIi3ruHet9TX { color:rgba(var(--color-tertiary-0),1);display:block;width:5.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15090;line-height:1.6;letter-spacing:0;top:43.125rem;left:52.375rem;height:4.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eGmwfPUU6MpgJ7QOdMv0pMT98ynOPLPt { color:rgba(var(--color-tertiary-0),1);display:block;width:6.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15090;line-height:1.6;letter-spacing:0;top:43.3125rem;left:46.25rem;height:5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zaz6Uc97pVD6wOAxIitWafMB3TRklh8z { color:rgba(var(--color-tertiary-0),1);display:block;width:6.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15089;line-height:1.6;letter-spacing:0;top:45.6875rem;left:40.625rem;height:2.1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N1zQ8sUn0gFWACqCMMQ4IHruJglIUe8B { color:rgba(var(--color-tertiary-0),1);display:block;width:6.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15096;line-height:1.6;letter-spacing:0;top:49.6875rem;left:40.625rem;height:5.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T73mWN5xzo5OKrLw7zn5FVGmHeKbDEMG { color:rgba(var(--color-tertiary-0),0.44);display:block;width:6.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15158;line-height:1.6;letter-spacing:0;top:49.5rem;left:40.75rem;height:5.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TKMaiNnQpbZrCP1E4FAQXa6Lmuvozuf0 { color:rgba(var(--color-tertiary-0),1);display:block;width:5.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15098;line-height:1.6;letter-spacing:0;top:50.875rem;left:52.375rem;height:4.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VaQoBgB581L69nyrmqhlShci1MGVVhrm { color:rgba(var(--color-tertiary-0),1);display:block;width:6.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15091;line-height:1.6;letter-spacing:0;top:50.9375rem;left:46.25rem;height:5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lmcTEL0saVU18eyOuC6lS824x7pLSdTu { position:absolute;display:block;z-index:15079;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:19.375rem;top:49.75rem;left:40rem;display:block; }
#OGeDvHl7Pe5m9it6cVC8C5BMTyUWeKhT { color:rgba(var(--color-tertiary-0),1);display:block;width:1.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15099;line-height:1.6;letter-spacing:0;top:50rem;left:51.8125rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#D5IsgmU5cO3JL2acVuuu0Tr9XDiIPDo0 { 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:300;z-index:15080;line-height:1.6;letter-spacing:0;top:58.6875rem;left:41.375001907349rem;height:1.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#p6PCTueCNb4hB8ynKUT3WuS8OzRhThE7 { color:rgba(var(--color-tertiary-0),1);display:block;width:6.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15097;line-height:1.6;letter-spacing:0;top:53.4375rem;left:40.625rem;height:2.1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tk3OXv08ZEy7KhDFqRLCbrVPFKD86PxA { background-color:rgba(var(--color-secondary-2),1);background-image:none;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.875rem;height:2.9375rem;text-decoration:none;z-index:15148;text-align:center;text-align-last:center;top:61.3125rem;left:43.25rem;display:block; }
#Jp8WbFU2P0vE8wPNalhlA1MHQDKRvl8X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dBvAzDkGhJ53Q8szF1epq5gfu9MlXS0X { color:rgba(var(--color-tertiary-0),1);display:block;width:1.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15098;line-height:1.6;letter-spacing:0;top:53.9375rem;left:56.9375rem;height:2.1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W6OsNIGigb2NkT5yTUvxWoElvgEUiiKv { color:rgba(var(--color-tertiary-0),1);display:block;width:1.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15082;line-height:1.6;letter-spacing:0;top:38.375rem;left:56.8125rem;height:2.1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ygGKASUHTgHUve8Qlo7eDEGG9NTbJK3P { color:rgba(var(--color-tertiary-0),1);display:block;width:1.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15090;line-height:1.6;letter-spacing:0;top:46.0625rem;left:56.8125rem;height:2.1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZTHcxT2ETLHlv7PgUVNd2b2W7tDcVlIE { color:rgba(var(--color-tertiary-0),1);display:block;width:1.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15089;line-height:1.6;letter-spacing:0;top:30.6875rem;left:56.8125rem;height:2.1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QUO1uIuhqP2IFrKaLpPPhJdvGK86tLUK { color:rgba(var(--color-tertiary-0),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15161;line-height:1.6;letter-spacing:0;top:6.5625rem;left:41.0625rem;height:16.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WPkfTDiUPuDDBfcv7yU8R8crh1ieXlu7 { color:rgba(var(--color-tertiary-0),0.44);display:block;width:6.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15163;line-height:1.6;letter-spacing:0;top:26.4375rem;left:20.75rem;height:5.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GoooWSqv0e7NQ5TQQwi3ThFFguXALnw6 { color:rgba(var(--color-tertiary-0),0.44);display:block;width:6.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15164;line-height:1.6;letter-spacing:0;top:26.4375rem;left:40.75rem;height:5.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OUQMDT2pzcHTWedA1nUN4mkH7wwiRvBI { color:rgba(var(--color-tertiary-0),1);display:block;width:6.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15086;line-height:1.6;letter-spacing:0;top:26.625rem;left:20.75rem;height:5.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UtBlQnWCPhdxG9lq94PL75yX0IDFTT4L { color:rgba(var(--color-tertiary-0),1);display:block;width:6.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15087;line-height:1.6;letter-spacing:0;top:26.625rem;left:40.75rem;height:5.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vwc1d13gEVhpl2PvhJIAJXOdbi9DsDzX { 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:300;z-index:15007;line-height:1.6;letter-spacing:0;top:56.9375rem;left:1.375rem;height:1.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HS25SrFp9TT59V7BfPeDDiIXQysMCorV { 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:300;z-index:15008;line-height:1.6;letter-spacing:0;top:56.9375rem;left:21.281251907349rem;height:1.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CmaEPWPFbsSzROuzaOl3ZvylOArWw5bB { 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:300;z-index:15009;line-height:1.6;letter-spacing:0;top:56.9375rem;left:41.406251907349rem;height:1.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KnG6mH7zsGx2L6PWMddLdHhJwbWvQS8r { 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; }#KnG6mH7zsGx2L6PWMddLdHhJwbWvQS8r > .row .container { background-color: transparent; background-image: none; }#KnG6mH7zsGx2L6PWMddLdHhJwbWvQS8r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KnG6mH7zsGx2L6PWMddLdHhJwbWvQS8r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KnG6mH7zsGx2L6PWMddLdHhJwbWvQS8r > .row .container > .video-iframe-container { display: none; }#KnG6mH7zsGx2L6PWMddLdHhJwbWvQS8r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KnG6mH7zsGx2L6PWMddLdHhJwbWvQS8r > .row > .video-iframe-container { display: none; }#KnG6mH7zsGx2L6PWMddLdHhJwbWvQS8r > .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); }#KnG6mH7zsGx2L6PWMddLdHhJwbWvQS8r > .row .container { border-width: 0; border-radius: 0; }#KnG6mH7zsGx2L6PWMddLdHhJwbWvQS8r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KnG6mH7zsGx2L6PWMddLdHhJwbWvQS8r > .row .container { font-size:0.875rem;font-family:arial;height:16.25rem;width:60rem;position:relative;display:block; }#PR7nd4sXNwnc3cTJoD6eRMFHPATAdpo9 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:5.8125rem;left:3.375rem;height:3.6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aA1ToHbToNQAg6x0tN670ncZ7wvBPSr3 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:3.3125rem;left:3.375rem;height:2.4rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#knSXo1JRzXwalaPhUiGLz9alAfhF7kTv { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-3),1);background-image:url("https://images.assets-landingi.com/8ZJ5V0zO/fundo.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.25rem;width:29.5rem;top:0.5rem;left:0rem;display:block; }#knSXo1JRzXwalaPhUiGLz9alAfhF7kTv.adaptive-delivery-prevent-bg, #knSXo1JRzXwalaPhUiGLz9alAfhF7kTv.lazyload, #knSXo1JRzXwalaPhUiGLz9alAfhF7kTv.lazyloading { background-image: none; }
#FIDLOoaEbEp7BtIVX2rzaI53qg0UUDuQ { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-3),1);background-image:url("https://images.assets-landingi.com/8ZJ5V0zO/fundo.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.25rem;width:29.5625rem;top:0.5rem;left:30.4375rem;display:block; }#FIDLOoaEbEp7BtIVX2rzaI53qg0UUDuQ.adaptive-delivery-prevent-bg, #FIDLOoaEbEp7BtIVX2rzaI53qg0UUDuQ.lazyload, #FIDLOoaEbEp7BtIVX2rzaI53qg0UUDuQ.lazyloading { background-image: none; }
#JTtlfk0SLTvrnKlkfy7ZUH5Drg6L1wI3 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.6;letter-spacing:0;top:3.3125rem;left:33.8125rem;height:2.4rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hyudBUJA2Z8p2Kg54fUsb6CwDbqdV5om { position:absolute;display:block;z-index:15050;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:7.8125rem;top:3.5rem;left:18.375rem;display:block; }
#RyRh7kmEniG0Nqx2GiT7Egxd2gJEhyFh { color:rgba(var(--color-tertiary-0),1);display:block;width:6.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15052;line-height:1.6;letter-spacing:0;top:4.3125rem;left:18.875rem;height:4.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Jl1KKZU3URUPkCF82o0SoThBMAc79XwP { color:rgba(var(--color-tertiary-0),1);display:block;width:1.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15052;line-height:1.6;letter-spacing:0;top:7.25rem;left:23.9375rem;height:2.1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#maV5G2bAJKGA1TozXwmsfWpHUh4wRE1T { color:rgba(var(--color-tertiary-0),1);display:block;width:1.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15053;line-height:1.6;letter-spacing:0;top:3.3125rem;left:18.8125rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#n6TKsZ0a5BDwlQbmIlbJDVrH97VQknvQ { background-color:rgba(var(--color-secondary-2),1);background-image:none;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.875rem;height:2.125rem;text-decoration:none;z-index:15075;text-align:center;text-align-last:center;top:10.875rem;left:3.375rem;display:block; }
#XIAiq1yRzbKvmGw24yikazDRTUnaTiMd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RMQMn2r6kcAQwCUHKw0TZMbntbUyOWHB { position:absolute;display:block;z-index:15056;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:7.8125rem;top:3.5rem;left:48.75rem;display:block; }
#EV0lUsZup7nBNx47cSdrBeSX6SM8xlXk { color:rgba(var(--color-tertiary-0),1);display:block;width:6.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15058;line-height:1.6;letter-spacing:0;top:4.3125rem;left:49.312498092651rem;height:4.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#baUdpQx8xBaJvl9h3PPphgxsEAgWDfKW { color:rgba(var(--color-tertiary-0),1);display:block;width:1.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15058;line-height:1.6;letter-spacing:0;top:7.25rem;left:54.3125rem;height:2.1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#K8SRifaRmnvlTW8gOA1abKcZy3LRdW9J { color:rgba(var(--color-tertiary-0),1);display:block;width:1.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15059;line-height:1.6;letter-spacing:0;top:3.3125rem;left:49.1875rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RTPeyq5wT9aLnyyvMnoTK86Mlbl09NMg { color:rgba(var(--color-tertiary-0),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:5.8125rem;left:33.8125rem;height:3.6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oBZJ3oFypcUSk1LQB4ROMVeF1FyxZuw0 { background-color:rgba(var(--color-secondary-2),1);background-image:none;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.875rem;height:2.125rem;text-decoration:none;z-index:15076;text-align:center;text-align-last:center;top:10.875rem;left:33.78125rem;display:block; }
#DM9E6yWEvfuKtoJKAIweKvzVmZWxnN4E { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vMLa5fLxsUeEmAtwlud5EX30LWKstpeP { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-3),0.87);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.25rem;width:29.5rem;top:0.5rem;left:0rem;display:block; }
#aClXLhTnAr26Qs9IesJXGR9NypcOXVTA { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),0.87);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.25rem;width:29.5625rem;top:0.5rem;left:30.4375rem;display:block; }
#AbgNfVRZkukWVHWGutnECzl4acGkJTTg { 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; }#AbgNfVRZkukWVHWGutnECzl4acGkJTTg > .row .container { background-color: transparent; background-image: none; }#AbgNfVRZkukWVHWGutnECzl4acGkJTTg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AbgNfVRZkukWVHWGutnECzl4acGkJTTg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AbgNfVRZkukWVHWGutnECzl4acGkJTTg > .row .container > .video-iframe-container { display: none; }#AbgNfVRZkukWVHWGutnECzl4acGkJTTg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AbgNfVRZkukWVHWGutnECzl4acGkJTTg > .row > .video-iframe-container { display: none; }#AbgNfVRZkukWVHWGutnECzl4acGkJTTg > .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); }#AbgNfVRZkukWVHWGutnECzl4acGkJTTg > .row .container { border-width: 0; border-radius: 0; }#AbgNfVRZkukWVHWGutnECzl4acGkJTTg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AbgNfVRZkukWVHWGutnECzl4acGkJTTg > .row .container { font-size:0.875rem;font-family:arial;height:18.5rem;width:60rem;position:relative;display:block; }#oGvRV3EnnXeUIXOkrk3Z3uVSM38oIvUt { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-3),1);background-image:url("https://images.assets-landingi.com/8ZJ5V0zO/fundo.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:29.5rem;top:0.5rem;left:0rem;display:block; }#oGvRV3EnnXeUIXOkrk3Z3uVSM38oIvUt.adaptive-delivery-prevent-bg, #oGvRV3EnnXeUIXOkrk3Z3uVSM38oIvUt.lazyload, #oGvRV3EnnXeUIXOkrk3Z3uVSM38oIvUt.lazyloading { background-image: none; }
#ddTX85HAgSmTT1L8RQrJ0QdZTUpbK1zi { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-3),0.87);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.25rem;width:29.5rem;top:0.5rem;left:0rem;display:block; }
#NTiAGROxX5vGkiB1Kmty7zaGtRm8SaKf { color:rgba(var(--color-tertiary-0),1);display:block;width:25.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:1.0625rem;left:2rem;height:2.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kRGPMeGiyTVDtXJEyFNFP88VMqTzTnyG { color:rgba(var(--color-tertiary-0),1);display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.6;letter-spacing:0;top:4.5rem;left:3.25rem;height:1.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f4AxrTnyc3rUkIzh7Mz9sdpI0thVH7FH { position:absolute;display:block;z-index:15002;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.25rem;width:10.4375rem;top:4rem;left:3.125rem;display:block; }
#sNtzoUwqHEcB6uTRiaBV0EBHrRqXiLNR { color:rgba(var(--color-tertiary-0),1);display:block;width:1.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15065;line-height:1.6;letter-spacing:0;top:6.1875rem;left:5.125rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VvnR5dCrMnTo7b4kTNloabawGgJn7Pke { color:rgba(var(--color-tertiary-0),1);display:block;width:6.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15064;line-height:1.6;letter-spacing:0;top:7rem;left:5rem;height:4.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GP8rVOaxU0vt2ODDcJhwHcVbLCDXoA91 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.6;letter-spacing:0;top:4.25rem;left:16.3125rem;height:1.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ExzGFFUAQ9iV2CQiHJVwtPTNOoO1e1OL { color:rgba(var(--color-tertiary-0),1);display:block;width:1.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15064;line-height:1.6;letter-spacing:0;top:10.125rem;left:9.6875rem;height:2.1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UQO7LIB1hkWEvTBQLNH0kCAHkTHzXvTO { background-color:rgba(var(--color-secondary-2),1);background-image:none;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.875rem;height:2.125rem;text-decoration:none;z-index:15076;text-align:center;text-align-last:center;top:13.0625rem;left:3.375rem;display:block; }
#F0LLziABlqAtpgrv3ybf285vxQwFlOb1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mB8PXUWNfCeCHRsgiuBITIq9OFCJFTIf { color:rgba(var(--color-tertiary-0),1);display:block;width:1.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15063;line-height:1.6;letter-spacing:0;top:6.1875rem;left:18rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CIpLfhVMCFD3OJ02fAfqmdOazIMBJdQK { color:rgba(var(--color-tertiary-0),1);display:block;width:6.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15062;line-height:1.6;letter-spacing:0;top:7rem;left:18.0625rem;height:4.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SG67udeCoVELaQmKzBPJhR2PhgSEXqWe { color:rgba(var(--color-tertiary-0),1);display:block;width:1.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15062;line-height:1.6;letter-spacing:0;top:10.125rem;left:23.125rem;height:2.1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lL4ElNtuxgkPiikDBQsIpGh74JLnWvOM { position:absolute;display:block;z-index:15003;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.25rem;width:10.4375rem;top:4rem;left:16.1875rem;display:block; }
#ixA0T4yCqibeZvVMcvtQT2xyDsRo2C0a { position:absolute;display:block;z-index:15077;border-top:0.25rem solid rgba(var(--color-primary-3),1);border-left:0.25rem solid rgba(var(--color-primary-3),1);border-right:0.25rem solid rgba(var(--color-primary-3),1);border-bottom:0.25rem solid rgba(var(--color-primary-3),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:11rem;top:5.6742191314697rem;left:45.875001907349rem;overflow:hidden;display:block; }
#v2AuvppGGfc3IgVSQZUpvKB9iAa0lAoD { position:absolute;display:block;z-index:15078;border-top:0.25rem solid rgba(var(--color-primary-3),1);border-left:0.25rem solid rgba(var(--color-primary-3),1);border-right:0.25rem solid rgba(var(--color-primary-3),1);border-bottom:0.25rem solid rgba(var(--color-primary-3),1);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.9375rem;width:13.1875rem;top:0.59375rem;left:30.612501144409rem;overflow:hidden;display:block; }
#L37A0xTsXftNWp1EzOoyGD6sPEVO8hlp { 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; }#L37A0xTsXftNWp1EzOoyGD6sPEVO8hlp > .row .container { background-color: transparent; background-image: none; }#L37A0xTsXftNWp1EzOoyGD6sPEVO8hlp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L37A0xTsXftNWp1EzOoyGD6sPEVO8hlp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L37A0xTsXftNWp1EzOoyGD6sPEVO8hlp > .row .container > .video-iframe-container { display: none; }#L37A0xTsXftNWp1EzOoyGD6sPEVO8hlp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L37A0xTsXftNWp1EzOoyGD6sPEVO8hlp > .row > .video-iframe-container { display: none; }#L37A0xTsXftNWp1EzOoyGD6sPEVO8hlp > .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); }#L37A0xTsXftNWp1EzOoyGD6sPEVO8hlp > .row .container { border-width: 0; border-radius: 0; }#L37A0xTsXftNWp1EzOoyGD6sPEVO8hlp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L37A0xTsXftNWp1EzOoyGD6sPEVO8hlp > .row .container { font-size:0.875rem;font-family:arial;height:18.5rem;width:60rem;position:relative;display:block; }#MTXNV9rnahXrTTtCE0XfTMC8PyhKr6Py { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-3),1);background-image:url("https://images.assets-landingi.com/8ZJ5V0zO/fundo.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:29.5rem;top:0.5625rem;left:0rem;display:block; }#MTXNV9rnahXrTTtCE0XfTMC8PyhKr6Py.adaptive-delivery-prevent-bg, #MTXNV9rnahXrTTtCE0XfTMC8PyhKr6Py.lazyload, #MTXNV9rnahXrTTtCE0XfTMC8PyhKr6Py.lazyloading { background-image: none; }
#AOza7g4b3EAX6IZEDKEkKTdWxV3zUJmC { background-color:rgba(var(--color-secondary-2),1);background-image:none;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.875rem;height:2.125rem;text-decoration:none;z-index:15090;text-align:center;text-align-last:center;top:13.125rem;left:3.375rem;display:block; }
#vPXqIHGHWiOgrnsXC7k3eFA4X2XqdmnO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TcRUi6UNGNDComz6Tl5mem66kS7AaMyt { color:rgba(var(--color-tertiary-0),1);display:block;width:6.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15076;line-height:1.6;letter-spacing:0;top:7.0625rem;left:18.0625rem;height:4.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HMR3HTqtADTZKvTcLNFhEC8tQdtByNL4 { color:rgba(var(--color-tertiary-0),1);display:block;width:1.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15076;line-height:1.6;letter-spacing:0;top:9.875rem;left:23.125rem;height:2.1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dVuo6QBFTqXTDmtwK5kZ46FoMZC8NPfN { color:rgba(var(--color-tertiary-0),1);display:block;width:1.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15077;line-height:1.6;letter-spacing:0;top:6.25rem;left:18rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mybl7t8m9qzdnBiZMhpC9teP3nv4R2iJ { color:rgba(var(--color-tertiary-0),1);display:block;width:6.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15078;line-height:1.6;letter-spacing:0;top:7.0625rem;left:4.875rem;height:4.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KHyzlk1iunJ6PPBE4aQ0Sv1eGEX4cSR1 { color:rgba(var(--color-tertiary-0),1);display:block;width:1.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15078;line-height:1.6;letter-spacing:0;top:9.875rem;left:9.8125rem;height:2.1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Qvy0NXQwIJL97CGR2xn6qQHSNm4IwTO6 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15034;line-height:1.6;letter-spacing:0;top:4.4375rem;left:3.125rem;height:1.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tU7oWgaysT7LdBNMaNiFcCtBeAaFirBz { color:rgba(var(--color-tertiary-0),1);display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15035;line-height:1.6;letter-spacing:0;top:4.4375rem;left:16.3125rem;height:1.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t5dIWKQQemsx1JDWFgKuS1XviUFpdwMJ { color:rgba(var(--color-tertiary-0),1);display:block;width:1.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15079;line-height:1.6;letter-spacing:0;top:6.25rem;left:5rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UBpWsqCfl4s6pvJb2IhGecnNKqX1aLDK { color:rgba(var(--color-tertiary-0),1);display:block;width:25.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15023;line-height:1.6;letter-spacing:0;top:1.125rem;left:2rem;height:2.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#l2cut6AlpMVUUn5nlm7OISIDFEJQsdMw { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-3),0.87);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.25rem;width:29.5rem;top:0.5rem;left:0rem;display:block; }
#gSLaBE162iWUFi2qQVuBxlrblxIvG2fk { position:absolute;display:block;z-index:15016;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.25rem;width:10.4375rem;top:4rem;left:3.0125007629394rem;display:block; }
#mJFie5Laz9Jh4v6VS4TucXbnNchSmbJZ { position:absolute;display:block;z-index:15017;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.25rem;width:10.4375rem;top:4.0437507629394rem;left:16.199220657349rem;display:block; }
#AlES5GOnoGfWK5TOEfAv5d3D6y0MinVb { position:absolute;display:block;z-index:15080;border-top:0.25rem solid rgba(var(--color-primary-3),1);border-left:0.25rem solid rgba(var(--color-primary-3),1);border-right:0.25rem solid rgba(var(--color-primary-3),1);border-bottom:0.25rem solid rgba(var(--color-primary-3),1);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.9375rem;width:13.1875rem;top:0.5rem;left:30.625001907349rem;overflow:hidden;display:block; }
#H8TocTzgoncahxsmatOdNzSEpqBWHdOD { position:absolute;display:block;z-index:15079;border-top:0.25rem solid rgba(var(--color-primary-3),1);border-left:0.25rem solid rgba(var(--color-primary-3),1);border-right:0.25rem solid rgba(var(--color-primary-3),1);border-bottom:0.25rem solid rgba(var(--color-primary-3),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:11rem;top:5.6875rem;left:45.875rem;overflow:hidden;display:block; }
#KAkO66AP63HdpIT7hqrsbtpXsMwtW1Xm { 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; }#KAkO66AP63HdpIT7hqrsbtpXsMwtW1Xm > .row .container { background-color: transparent; background-image: none; }#KAkO66AP63HdpIT7hqrsbtpXsMwtW1Xm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KAkO66AP63HdpIT7hqrsbtpXsMwtW1Xm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KAkO66AP63HdpIT7hqrsbtpXsMwtW1Xm > .row .container > .video-iframe-container { display: none; }#KAkO66AP63HdpIT7hqrsbtpXsMwtW1Xm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KAkO66AP63HdpIT7hqrsbtpXsMwtW1Xm > .row > .video-iframe-container { display: none; }#KAkO66AP63HdpIT7hqrsbtpXsMwtW1Xm > .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); }#KAkO66AP63HdpIT7hqrsbtpXsMwtW1Xm > .row .container { border-width: 0; border-radius: 0; }#KAkO66AP63HdpIT7hqrsbtpXsMwtW1Xm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KAkO66AP63HdpIT7hqrsbtpXsMwtW1Xm > .row .container { font-size:0.875rem;font-family:arial;height:20.25rem;width:60rem;position:relative;display:block; }#WJPTwHrcTPTEAStr80NWG4B2gHXfZvJT { position:absolute;display:block;z-index:15081;height:3.1875rem;width:4.0625rem;top:16.937501907349rem;left:55.937498092651rem;display:block; }
#d33Enhixs432OWD9WRs1SSTGkQpJfizV { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-3),0.87);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.25rem;width:29.5rem;top:0.5625rem;left:0.25rem;display:block; }
#NHLCASF31OfS1NmPbofHqXokN6uoDCda { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-3),1);background-image:url("https://images.assets-landingi.com/8ZJ5V0zO/fundo.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.25rem;width:29.5rem;top:0.5625rem;left:0.25rem;display:block; }#NHLCASF31OfS1NmPbofHqXokN6uoDCda.adaptive-delivery-prevent-bg, #NHLCASF31OfS1NmPbofHqXokN6uoDCda.lazyload, #NHLCASF31OfS1NmPbofHqXokN6uoDCda.lazyloading { background-image: none; }
#V4MHtEu693MxcG0hTToSGoc19qBN5eeN { background-color:rgba(var(--color-secondary-2),1);background-image:none;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.875rem;height:2.125rem;text-decoration:none;z-index:15084;text-align:center;text-align-last:center;top:13.125rem;left:3.8125rem;display:block; }
#MOBsxCCqqQgMIFXImAP0PfikJ16ItoTs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DTnfbfXCQ4OvMw5xnRopKXDyioKZ2imA { position:absolute;display:block;z-index:15059;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:7.8125rem;top:5.75rem;left:11.375rem;display:block; }
#iQtvNXy5r9RTyheEha9Lb6t33T0ytT7s { color:rgba(var(--color-tertiary-0),1);display:block;width:6.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15061;line-height:1.6;letter-spacing:0;top:6.4375rem;left:11.875rem;height:4.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tnpgpnAs7nrqXzibdkc66D8wQeaTWzhI { color:rgba(var(--color-tertiary-0),1);display:block;width:1.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15061;line-height:1.6;letter-spacing:0;top:9.5rem;left:16.9375rem;height:2.1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tisy7tgwJrSUgzgMsuurzX2IBxTtgOZz { color:rgba(var(--color-tertiary-0),1);display:block;width:1.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15062;line-height:1.6;letter-spacing:0;top:5.5625rem;left:11.8125rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wRkiQPTaXcv9CBrGNQ11ylnuloXHANr5 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.6;letter-spacing:0;top:3.1875rem;left:8.4375rem;height:1.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dJohgdl4VCImqwFMeHEHJszU3lUA29I7 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15018;line-height:1.6;letter-spacing:0;top:1.125rem;left:7.625rem;height:2.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yMUtGZFWiAD956TiMnPzkEt7xIH5gwsX { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-3),0.87);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.25rem;width:29.5rem;top:0.5625rem;left:30.25rem;display:block; }
#VL31XXTrsSZKSqeTHdDcUwGSl7TrvpKf { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-3),1);background-image:url("https://images.assets-landingi.com/8ZJ5V0zO/fundo.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.25rem;width:29.5rem;top:0.5625rem;left:30.25rem;display:block; }#VL31XXTrsSZKSqeTHdDcUwGSl7TrvpKf.adaptive-delivery-prevent-bg, #VL31XXTrsSZKSqeTHdDcUwGSl7TrvpKf.lazyload, #VL31XXTrsSZKSqeTHdDcUwGSl7TrvpKf.lazyloading { background-image: none; }
#ovUPSaI18F9z5wnuBgQCQbWeJQAQvSDP { background-color:rgba(var(--color-secondary-2),1);background-image:none;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.875rem;height:2.125rem;text-decoration:none;z-index:15093;text-align:center;text-align-last:center;top:13.125rem;left:33.8125rem;display:block; }
#rCMTk3aywJDUmSRWC1kto0yo75GAmvwi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bEdXKeOSGAU30TU4NiP5IneUIbOdTGSe { position:absolute;display:block;z-index:15068;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:7.8125rem;top:5.75rem;left:41.375rem;display:block; }
#JdJVvaRTFNSTdv3rbTggJDVDX0FtD738 { color:rgba(var(--color-tertiary-0),1);display:block;width:6.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15070;line-height:1.6;letter-spacing:0;top:6.4375rem;left:41.875rem;height:4.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t8dx1rOmeJWwI9Ecm7WkQap91KBDRT3o { color:rgba(var(--color-tertiary-0),1);display:block;width:1.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15070;line-height:1.6;letter-spacing:0;top:9.5rem;left:46.9375rem;height:2.1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m3S1M6gPbR2hd5MlSTE5gggxpioesrsC { color:rgba(var(--color-tertiary-0),1);display:block;width:1.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15071;line-height:1.6;letter-spacing:0;top:5.5625rem;left:41.8125rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GJWcAwbnTTwmPona7xkia5JkPoXZ3022 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15026;line-height:1.6;letter-spacing:0;top:3.1875rem;left:38.4375rem;height:1.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wIvWEA8ixox3Fg1B3p37dFTIrboP6F7P { color:rgba(var(--color-tertiary-0),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15027;line-height:1.6;letter-spacing:0;top:1.125rem;left:37.625rem;height:2.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ernZvTkADznTP3incHRTHXNgdWgdhw90 { 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; }#ernZvTkADznTP3incHRTHXNgdWgdhw90 > .row .container { background-color: transparent; background-image: none; }#ernZvTkADznTP3incHRTHXNgdWgdhw90::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ernZvTkADznTP3incHRTHXNgdWgdhw90 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ernZvTkADznTP3incHRTHXNgdWgdhw90 > .row .container > .video-iframe-container { display: none; }#ernZvTkADznTP3incHRTHXNgdWgdhw90 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ernZvTkADznTP3incHRTHXNgdWgdhw90 > .row > .video-iframe-container { display: none; }#ernZvTkADznTP3incHRTHXNgdWgdhw90 > .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); }#ernZvTkADznTP3incHRTHXNgdWgdhw90 > .row .container { border-width: 0; border-radius: 0; }#ernZvTkADznTP3incHRTHXNgdWgdhw90 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ernZvTkADznTP3incHRTHXNgdWgdhw90 > .row .container { font-size:0.875rem;font-family:arial;height:20.25rem;width:60rem;position:relative;display:block; }#ahO4UUSoOLhpt0WC9IGPrKPUD2nJVmFT { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-3),0.87);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.25rem;width:29.5rem;top:0.5625rem;left:0.25rem;display:block; }
#qfcbl6TksZxQW0U11o6xa6pP6rcN06QJ { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-3),1);background-image:url("https://images.assets-landingi.com/8ZJ5V0zO/fundo.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.25rem;width:29.5rem;top:0.5625rem;left:0.25rem;display:block; }#qfcbl6TksZxQW0U11o6xa6pP6rcN06QJ.adaptive-delivery-prevent-bg, #qfcbl6TksZxQW0U11o6xa6pP6rcN06QJ.lazyload, #qfcbl6TksZxQW0U11o6xa6pP6rcN06QJ.lazyloading { background-image: none; }
#uuT2hhv5SLUoz0dGT5bV8BTCbvq1xCQF { background-color:rgba(var(--color-secondary-2),1);background-image:none;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.875rem;height:2.125rem;text-decoration:none;z-index:15084;text-align:center;text-align-last:center;top:13.125rem;left:3.8125rem;display:block; }
#LiMXoXSoXvPB5JdmSiVVaVsoT9i0WCWm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UPd7VioAQlL4qkA0QbJUP48Xox8DC5mT { position:absolute;display:block;z-index:15059;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:7.8125rem;top:5.75rem;left:11.375rem;display:block; }
#r2M7FrIRTnSMSynV9S2LfAygPEeckXxJ { color:rgba(var(--color-tertiary-0),1);display:block;width:6.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15061;line-height:1.6;letter-spacing:0;top:6.4375rem;left:11.875rem;height:4.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#szdZK3lw5R5lRD3STkOG9qcfu6Pl3PAZ { color:rgba(var(--color-tertiary-0),1);display:block;width:1.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15061;line-height:1.6;letter-spacing:0;top:9.5rem;left:16.9375rem;height:2.1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#metzMnpr7kdSuu9lQhMe2KkDyTPAN2TW { color:rgba(var(--color-tertiary-0),1);display:block;width:1.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15062;line-height:1.6;letter-spacing:0;top:5.5625rem;left:11.8125rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cv7cdokgHZtDbAm68DJiRFucWn3hTqMw { color:rgba(var(--color-tertiary-0),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.6;letter-spacing:0;top:3.1875rem;left:8.4375rem;height:1.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gWaXPinJEt1nJUUKffNFDBkP4QDagb27 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15018;line-height:1.6;letter-spacing:0;top:1.125rem;left:7.625rem;height:2.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ucTESgAAEppEx7UqQzQCZXBNdAVT4fEm { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-3),0.87);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.25rem;width:29.5rem;top:0.5625rem;left:30.25rem;display:block; }
#fZG6IXqys5CkBvO4MXFtdrSOF1J765nf { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-3),1);background-image:url("https://images.assets-landingi.com/8ZJ5V0zO/fundo.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.25rem;width:29.5rem;top:0.5625rem;left:30.25rem;display:block; }#fZG6IXqys5CkBvO4MXFtdrSOF1J765nf.adaptive-delivery-prevent-bg, #fZG6IXqys5CkBvO4MXFtdrSOF1J765nf.lazyload, #fZG6IXqys5CkBvO4MXFtdrSOF1J765nf.lazyloading { background-image: none; }
#glOtwhy3d9eewI9kH6ZVZuLhNyqFfO6f { background-color:rgba(var(--color-secondary-2),1);background-image:none;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.875rem;height:2.125rem;text-decoration:none;z-index:15093;text-align:center;text-align-last:center;top:13.125rem;left:33.8125rem;display:block; }
#g6zbycfA3uJ9XRrUceqwGTvaUt3sX4hn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PlBlPTkNPKnSlGVNenBfvN6d9TSsB8ea { color:rgba(var(--color-tertiary-0),1);display:block;width:26.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15026;line-height:1.6;letter-spacing:0;top:6.8875007629394rem;left:31.656251907349rem;height:3.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lJLyzhUfM8mANeVLwneWsiFPabQ2TuTK { color:rgba(var(--color-tertiary-0),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.6;letter-spacing:0;top:1.125rem;left:37.625rem;height:4.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TVLErfzzpoIat9KXgS0B1UiFL92s4cs3 { 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; }#TVLErfzzpoIat9KXgS0B1UiFL92s4cs3 > .row .container { background-color: transparent; background-image: none; }#TVLErfzzpoIat9KXgS0B1UiFL92s4cs3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVLErfzzpoIat9KXgS0B1UiFL92s4cs3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVLErfzzpoIat9KXgS0B1UiFL92s4cs3 > .row .container > .video-iframe-container { display: none; }#TVLErfzzpoIat9KXgS0B1UiFL92s4cs3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVLErfzzpoIat9KXgS0B1UiFL92s4cs3 > .row > .video-iframe-container { display: none; }#TVLErfzzpoIat9KXgS0B1UiFL92s4cs3 > .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); }#TVLErfzzpoIat9KXgS0B1UiFL92s4cs3 > .row .container { border-width: 0; border-radius: 0; }#TVLErfzzpoIat9KXgS0B1UiFL92s4cs3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TVLErfzzpoIat9KXgS0B1UiFL92s4cs3 > .row .container { font-size:0.875rem;font-family:arial;height:0.75rem;width:60rem;position:relative;display:block; }#vx3TlPV6hWyQihUtUQJbOcfhWaQBmdqn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/a438339a-c521-4866-85d5-06013f8d7d49/AnyConvcom__AdobeStock_404155551.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vx3TlPV6hWyQihUtUQJbOcfhWaQBmdqn.adaptive-delivery-prevent-bg, #vx3TlPV6hWyQihUtUQJbOcfhWaQBmdqn.lazyload, #vx3TlPV6hWyQihUtUQJbOcfhWaQBmdqn.lazyloading { background-image: none; }#vx3TlPV6hWyQihUtUQJbOcfhWaQBmdqn > .row .container { background-color: transparent; background-image: none; }#vx3TlPV6hWyQihUtUQJbOcfhWaQBmdqn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vx3TlPV6hWyQihUtUQJbOcfhWaQBmdqn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vx3TlPV6hWyQihUtUQJbOcfhWaQBmdqn > .row .container > .video-iframe-container { display: none; }#vx3TlPV6hWyQihUtUQJbOcfhWaQBmdqn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vx3TlPV6hWyQihUtUQJbOcfhWaQBmdqn > .row > .video-iframe-container { display: none; }#vx3TlPV6hWyQihUtUQJbOcfhWaQBmdqn > .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); }#vx3TlPV6hWyQihUtUQJbOcfhWaQBmdqn > .row .container { border-width: 0; border-radius: 0; }#vx3TlPV6hWyQihUtUQJbOcfhWaQBmdqn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vx3TlPV6hWyQihUtUQJbOcfhWaQBmdqn > .row .container { font-size:0.875rem;font-family:arial;height:32rem;width:60rem;position:relative;display:block; }#azihA5kwvNb4CVmc564To1Hg2v7xTAxU { position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;border-top:0.25rem solid rgba(var(--color-primary-2),1);border-left:0.25rem solid rgba(var(--color-primary-2),1);border-right:0.25rem solid rgba(var(--color-primary-2),1);border-bottom:0.25rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.875rem;width:57.3125rem;top:0.75rem;left:1.125rem;display:block; }
#OTQnrLNfhKJ6xTlKHMiNlTTyaDr0epUB { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15020;line-height:1.6;letter-spacing:0;top:2.625rem;left:21.0625rem;height:2.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TdvFx2TvDWsB2Co5fDBTApRSXiNWkneK { color:rgba(var(--color-tertiary-0),1);display:block;width:46.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15019;line-height:1.6;letter-spacing:0;top:7rem;left:5.3125rem;height:1.7rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wDTrnIkzenL4rz4RutThTShydGkmt9q6 { position:absolute;display:block;z-index:15047;background-color:rgba(37,35,35,0.8);background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.875rem;width:11.625rem;top:15.1875rem;left:17.0625rem;display:block; }
#SLGqFOxp9xXUu6N8wMVTq7uUdtJ5vooC { color:rgba(var(--color-tertiary-0),1);display:block;width:12.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15049;line-height:1.6;letter-spacing:0;top:18.5625rem;left:16.5rem;height:5.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nKGcFsJqHBy0FvouJJ65z7LW3HNCrpC9 { color:rgba(var(--color-tertiary-0),1);display:block;width:6.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15047;line-height:1.6;letter-spacing:0;top:14.125rem;left:46.8125rem;height:5.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VLS4DT8Oc8z4pSso9FfaF42UKmK2OeQJ { color:rgba(var(--color-tertiary-0),1);display:block;width:6.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15048;line-height:1.6;letter-spacing:0;top:18.0625rem;left:46.8125rem;height:2.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DH6Sm2DaVa6rPlT72lshFK2g2RCGLAVg { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15021;line-height:1.6;letter-spacing:0;top:4.75rem;left:21.0625rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#to3uXAZ6CIl3QFNcdGNuF3lszOtyQMTh { color:rgba(var(--color-tertiary-0),1);display:block;width:26.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15020;line-height:1.6;letter-spacing:0;top:9.125rem;left:15.375rem;height:1.7rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UL5CEU7gqzLXqWq4g5CpcbnnRKcCterL { color:rgba(var(--color-tertiary-0),1);display:block;width:9.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15050;line-height:1.6;letter-spacing:0;top:15.1875rem;left:18.375rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GUg41NRHmTAZs6rSfcAwQU9ZBVrqiH8x { color:rgba(var(--color-tertiary-0),1);display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15049;line-height:1.6;letter-spacing:0;top:24.1875rem;left:17.1875rem;height:1.1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SNBCiGdSmoJyCFPKsP5eQkJJHl0Vmybr { position:absolute;display:block;z-index:15046;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.875rem;width:7.75rem;top:12.625rem;left:46.375rem;display:block; }
#K5MqQcQbriaD7uQ3nr0CxHlchBMNucbF { color:rgba(var(--color-tertiary-0),1);display:block;width:7.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15050;line-height:1.6;letter-spacing:0;top:14rem;left:46.625rem;height:1.7rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MDtBDTTW01kiSN9z5efhF4PumBeCUZ3w { color:rgba(var(--color-tertiary-0),1);display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15051;line-height:1.6;letter-spacing:0;top:22.375rem;left:45.75rem;height:2.6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zrxuEQwsVxPdITo25sntWc9lEuUJBAfT { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15078;line-height:1.6;letter-spacing:0;top:12.6875rem;left:18.1875rem;height:1.7rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FXDRFe9FF3KgIkzFyMgGcnBMsFLK3cHx { position:absolute;display:block;z-index:15052;background-color:rgba(37,35,35,0.8);background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.875rem;width:11.625rem;top:15.1875rem;left:30.0625rem;display:block; }
#zLb0KLDLn8nqLtVxVPG4vXxNX2WTgtRi { color:rgba(var(--color-tertiary-0),1);display:block;width:12.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15054;line-height:1.6;letter-spacing:0;top:18.5625rem;left:29.5rem;height:5.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uHwG0oeSnQwezTI6FTXWgeprRdhswTbS { color:rgba(var(--color-tertiary-0),1);display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15054;line-height:1.6;letter-spacing:0;top:24.1875rem;left:30.1875rem;height:1.1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iSVqbdTZDT4J0JpxQ1U1v6qwaekeq76y { color:rgba(var(--color-tertiary-0),1);display:block;width:9.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15055;line-height:1.6;letter-spacing:0;top:15.1875rem;left:31.375rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mSmxeiblJIBMFrRTpeZRLbeWUFAgZXJP { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15081;line-height:1.6;letter-spacing:0;top:12.6875rem;left:31.1875rem;height:1.7rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kT45ov8NER0x6skVp4S8084gmmg6RZvz { background-color:rgba(var(--color-secondary-2),1);background-image:none;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:2.125rem;text-decoration:none;z-index:15077;text-align:center;text-align-last:center;top:26.8125rem;left:44rem;display:block; }
#VXLT7kzyVmXBSLkB0hZMJEyRNlD6yTWk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HKMe0P8kX3I1nHoXSGFEWXEVF61h1otr { position:absolute;display:block;z-index:15003;background-color:rgba(37,35,35,0.7);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32rem;width:60rem;top:0rem;left:0rem;display:block; }
#TV1mVFFlrwUgiRsIpVyR16GUxxAVF5Mf { position:absolute;display:block;z-index:15048;background-color:rgba(37,35,35,0.8);background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:11.625rem;top:12.625rem;left:17.0625rem;display:block; }
#wnis3Vd91Wm024u3vh0tpsrz8nrWelWu { position:absolute;display:block;z-index:15050;background-color:rgba(37,35,35,0.8);background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:11.625rem;top:27rem;left:17.125rem;display:block; }
#oT0PQ4wFdztSR6asDFqL3iholrT5TdE1 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15080;line-height:1.6;letter-spacing:0;top:27.0625rem;left:18.25rem;height:1.7rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JkhFApG1aBxXMU0FBc9QuTaNVVco4vnV { position:absolute;display:block;z-index:15049;background-color:rgba(37,35,35,0.8);background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:11.625rem;top:12.625rem;left:30.0625rem;display:block; }
#DylsAFq2IKlqKHoWvAJiEJTzLRlhIi64 { position:absolute;display:block;z-index:15052;background-color:rgba(37,35,35,0.8);background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:11.625rem;top:27rem;left:30.125rem;display:block; }
#UkEAr0Xm8soDIlhQOQvfDPmPWQ11222X { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15082;line-height:1.6;letter-spacing:0;top:27.0625rem;left:31.25rem;height:1.7rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CLWiPcuTtUI2uXLuPuchmGBTKD3HPRbW { position:absolute;display:block;z-index:15050;background-color:rgba(37,35,35,0.8);background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:11.625rem;top:12.625rem;left:4rem;display:block; }
#G3O5lX2Z2ft2stH4VtmEIb0lzE5l71GA { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15080;line-height:1.6;letter-spacing:0;top:12.6875rem;left:5.125rem;height:1.7rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#q8Zdnbhsered7Hbr3yuViLzqhfs1wcHB { position:absolute;display:block;z-index:15048;background-color:rgba(37,35,35,0.8);background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.875rem;width:11.625rem;top:15.1875rem;left:4rem;display:block; }
#B9Iq4odwAGp1h3ixK9tIgIM2q59Jgk2P { color:rgba(var(--color-tertiary-0),1);display:block;width:9.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15053;line-height:1.6;letter-spacing:0;top:15.1875rem;left:5.3125rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WG7EDMbGmFM9kP7ybNWmFtS98yTkSbxg { color:rgba(var(--color-tertiary-0),1);display:block;width:12.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15052;line-height:1.6;letter-spacing:0;top:18.5625rem;left:3.4375rem;height:5.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZS2s5uKDE5kT1exZvTWgyKuPFSQIzFx6 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15052;line-height:1.6;letter-spacing:0;top:24.1875rem;left:4.125rem;height:1.1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FzFGsbcCk43IwTJ7DrZkaEQxToiR8qcP { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15082;line-height:1.6;letter-spacing:0;top:27.0625rem;left:5.125rem;height:1.7rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vra8Utq9rDcMQBC7LenppnOfS2TzurAE { position:absolute;display:block;z-index:15052;background-color:rgba(37,35,35,0.8);background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:11.625rem;top:27rem;left:4rem;display:block; }
#GUrKbab9ltIq6qwoIywBET58pSSOI5mZ { 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; }#GUrKbab9ltIq6qwoIywBET58pSSOI5mZ > .row .container { background-color: transparent; background-image: none; }#GUrKbab9ltIq6qwoIywBET58pSSOI5mZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GUrKbab9ltIq6qwoIywBET58pSSOI5mZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GUrKbab9ltIq6qwoIywBET58pSSOI5mZ > .row .container > .video-iframe-container { display: none; }#GUrKbab9ltIq6qwoIywBET58pSSOI5mZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GUrKbab9ltIq6qwoIywBET58pSSOI5mZ > .row > .video-iframe-container { display: none; }#GUrKbab9ltIq6qwoIywBET58pSSOI5mZ > .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); }#GUrKbab9ltIq6qwoIywBET58pSSOI5mZ > .row .container { border-width: 0; border-radius: 0; }#GUrKbab9ltIq6qwoIywBET58pSSOI5mZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GUrKbab9ltIq6qwoIywBET58pSSOI5mZ > .row .container { font-size:0.875rem;font-family:arial;height:0.75rem;width:60rem;position:relative;display:block; }#t5kLzk2n78gK7yG7m4O4nzIGD38u2Maa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/9e0d99e7-62a9-470d-bcd5-13defcd7fa5d/AdobeStock_508586281.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#t5kLzk2n78gK7yG7m4O4nzIGD38u2Maa.adaptive-delivery-prevent-bg, #t5kLzk2n78gK7yG7m4O4nzIGD38u2Maa.lazyload, #t5kLzk2n78gK7yG7m4O4nzIGD38u2Maa.lazyloading { background-image: none; }#t5kLzk2n78gK7yG7m4O4nzIGD38u2Maa > .row .container { background-color: transparent; background-image: none; }#t5kLzk2n78gK7yG7m4O4nzIGD38u2Maa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t5kLzk2n78gK7yG7m4O4nzIGD38u2Maa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t5kLzk2n78gK7yG7m4O4nzIGD38u2Maa > .row .container > .video-iframe-container { display: none; }#t5kLzk2n78gK7yG7m4O4nzIGD38u2Maa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t5kLzk2n78gK7yG7m4O4nzIGD38u2Maa > .row > .video-iframe-container { display: none; }#t5kLzk2n78gK7yG7m4O4nzIGD38u2Maa > .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); }#t5kLzk2n78gK7yG7m4O4nzIGD38u2Maa > .row .container { border-width: 0; border-radius: 0; }#t5kLzk2n78gK7yG7m4O4nzIGD38u2Maa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t5kLzk2n78gK7yG7m4O4nzIGD38u2Maa > .row .container { font-size:0.875rem;font-family:arial;height:32rem;width:60rem;position:relative;display:block; }#BQgug02pCixonWuFlgGh8lWkAnnLP7Rt { position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;border-top:0.25rem solid rgba(var(--color-primary-2),1);border-left:0.25rem solid rgba(var(--color-primary-2),1);border-right:0.25rem solid rgba(var(--color-primary-2),1);border-bottom:0.25rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.875rem;width:57.3125rem;top:0.75rem;left:1.125rem;display:block; }
#IPrTSBUOKKt3isb4wAEfBSD45eRJX4wZ { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15020;line-height:1.6;letter-spacing:0;top:2.625rem;left:21.0625rem;height:2.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Xl6BsyZV5LRZZv54bh3R1rIAKJSv5Ahk { color:rgba(var(--color-tertiary-0),1);display:block;width:46.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15019;line-height:1.6;letter-spacing:0;top:7rem;left:5.3125rem;height:1.7rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FN1W2hJiKLaeO5pNAJK85OJIcFbTb9Z6 { position:absolute;display:block;z-index:15047;background-color:rgba(37,35,35,0.8);background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.875rem;width:11.625rem;top:15.1875rem;left:17.0625rem;display:block; }
#QVB1HMhhN2wabzabtnIzIRD4wq3H3qnp { color:rgba(var(--color-tertiary-0),1);display:block;width:12.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15049;line-height:1.6;letter-spacing:0;top:18.5625rem;left:16.5rem;height:5.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W3EMH9swPELMAiBbQsRWLBT2Pu20bRR0 { color:rgba(var(--color-tertiary-0),1);display:block;width:6.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15047;line-height:1.6;letter-spacing:0;top:14.125rem;left:46.8125rem;height:5.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#v3TPwcbVviALwJBcpZfgBGQq31ne9MDD { color:rgba(var(--color-tertiary-0),1);display:block;width:6.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15048;line-height:1.6;letter-spacing:0;top:18.0625rem;left:46.8125rem;height:2.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PxZittxwZbn1BpQZb9QcEH77ooc6AiPa { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15021;line-height:1.6;letter-spacing:0;top:4.75rem;left:21.0625rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ykAJ2vwzCI8L7RiEv34XnwPUMpHX4EfQ { color:rgba(var(--color-tertiary-0),1);display:block;width:26.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15020;line-height:1.6;letter-spacing:0;top:9.125rem;left:15.375rem;height:1.7rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#le7oSgMKDp09qs2TZXanLuDXhphL30GS { color:rgba(var(--color-tertiary-0),1);display:block;width:9.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15050;line-height:1.6;letter-spacing:0;top:15.1875rem;left:18.375rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VrBtZerk4KzhaFrshsTSIwL4zpo27yix { color:rgba(var(--color-tertiary-0),1);display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15049;line-height:1.6;letter-spacing:0;top:24.1875rem;left:17.1875rem;height:1.1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EXDmmo3mJieRkCmMzZKTAKvy6xJr3c9c { position:absolute;display:block;z-index:15046;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.875rem;width:7.75rem;top:12.625rem;left:46.375rem;display:block; }
#r2MfqMhwKAlDuNSixi3N5koVLAfUySkA { color:rgba(var(--color-tertiary-0),1);display:block;width:7.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15050;line-height:1.6;letter-spacing:0;top:14rem;left:46.625rem;height:1.7rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cQT7db8eQNbVi68Kd1dAkTBxWMPDy0QX { color:rgba(var(--color-tertiary-0),1);display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15051;line-height:1.6;letter-spacing:0;top:22.375rem;left:45.75rem;height:2.6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ORJVtggKcJA559PZBL02MLzM0pmLiTdC { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15078;line-height:1.6;letter-spacing:0;top:12.6875rem;left:18.1875rem;height:1.7rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SPUB0qJTMMLIfpXVoPmNgdW05lxkpzua { position:absolute;display:block;z-index:15052;background-color:rgba(37,35,35,0.8);background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.875rem;width:11.625rem;top:15.1875rem;left:30.0625rem;display:block; }
#EBrtRKiTIbCWggHtigoEHirXPx3WCyLf { color:rgba(var(--color-tertiary-0),1);display:block;width:12.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15054;line-height:1.6;letter-spacing:0;top:18.5625rem;left:29.5rem;height:5.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UXGR3MBuiLZronEVhhzOpxeuztXuy1K4 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15054;line-height:1.6;letter-spacing:0;top:24.1875rem;left:30.1875rem;height:1.1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TVPvyV8rEduVcQZrn9AWl4W69WJ5Pz9L { color:rgba(var(--color-tertiary-0),1);display:block;width:9.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15055;line-height:1.6;letter-spacing:0;top:15.1875rem;left:31.375rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E58rNuOycBOv9NnyywqhKIhoCPHCKCW3 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15081;line-height:1.6;letter-spacing:0;top:12.6875rem;left:31.1875rem;height:1.7rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UZoIvw2SQGXvmmwbfzRe5uzbzng7muDG { background-color:rgba(var(--color-secondary-2),1);background-image:none;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:2.125rem;text-decoration:none;z-index:15077;text-align:center;text-align-last:center;top:26.8125rem;left:44rem;display:block; }
#U0yri1yemALhWbD9pKD2Kg2AuAEzCuDR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qDiiQbM1aEVHunLDsqMwTfbV1TKGRmBz { position:absolute;display:block;z-index:15003;background-color:rgba(37,35,35,0.7);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32rem;width:60rem;top:0rem;left:0rem;display:block; }
#VNRzzSx8aC5gGm9wCzMQMoss8DaoEoCL { position:absolute;display:block;z-index:15048;background-color:rgba(37,35,35,0.8);background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:11.625rem;top:12.625rem;left:17.0625rem;display:block; }
#FIGlpFT3zcSUKWDAv1C0T8QxTHMeXDhO { position:absolute;display:block;z-index:15050;background-color:rgba(37,35,35,0.8);background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:11.625rem;top:27rem;left:17.125rem;display:block; }
#ISbmIAW51rSoNSDqidQwq7E7TBqzsq2M { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15080;line-height:1.6;letter-spacing:0;top:27.0625rem;left:18.25rem;height:1.7rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Zmk1KOCmP38RbU4GO2xt5DJFB7GRReAI { position:absolute;display:block;z-index:15049;background-color:rgba(37,35,35,0.8);background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:11.625rem;top:12.625rem;left:30.0625rem;display:block; }
#BdgtFOqyb3oaOynTBvzt8Pw2oCaBZbyS { position:absolute;display:block;z-index:15052;background-color:rgba(37,35,35,0.8);background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:11.625rem;top:27rem;left:30.125rem;display:block; }
#BqTkUeTzPuE6GJvlgXvT2PwzvuLUqdAo { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15082;line-height:1.6;letter-spacing:0;top:27.0625rem;left:31.25rem;height:1.7rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nosIGtpNIwBB8fmRRvTZ1AWGabbGJyP8 { position:absolute;display:block;z-index:15050;background-color:rgba(37,35,35,0.8);background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:11.625rem;top:12.625rem;left:4rem;display:block; }
#xHtAvTSUzKdpyUAnCPLT5m0ndiyruT2b { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15080;line-height:1.6;letter-spacing:0;top:12.6875rem;left:5.125rem;height:1.7rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#H63sDFonTaqPAiiWOibwpxv0CTi3V37m { position:absolute;display:block;z-index:15048;background-color:rgba(37,35,35,0.8);background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.875rem;width:11.625rem;top:15.1875rem;left:4rem;display:block; }
#AskS0ZqMmS5BWNKrmLkmlwFMT1xcOLaD { color:rgba(var(--color-tertiary-0),1);display:block;width:9.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15053;line-height:1.6;letter-spacing:0;top:15.1875rem;left:5.3125rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#g68FxulZhPJrq1I7AFwRWVTtZJLXKlBw { color:rgba(var(--color-tertiary-0),1);display:block;width:12.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15052;line-height:1.6;letter-spacing:0;top:18.5625rem;left:3.4375rem;height:5.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#duM16EQQX475e8T3CETCUtVCAeaBtdnB { color:rgba(var(--color-tertiary-0),1);display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15052;line-height:1.6;letter-spacing:0;top:24.1875rem;left:4.125rem;height:1.1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uGnTCTuacs3xMml9NxBch1xbdq8Qi7Jc { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15082;line-height:1.6;letter-spacing:0;top:27.0625rem;left:5.125rem;height:1.7rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IRWFKq2xin9TxUuyitGPL4JqailCuV9I { position:absolute;display:block;z-index:15052;background-color:rgba(37,35,35,0.8);background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:11.625rem;top:27rem;left:4rem;display:block; }
#zPeUZVnSZ1gOGc8Rzll1N4wdnVWL8sLM { 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; }#zPeUZVnSZ1gOGc8Rzll1N4wdnVWL8sLM > .row .container { background-color: transparent; background-image: none; }#zPeUZVnSZ1gOGc8Rzll1N4wdnVWL8sLM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zPeUZVnSZ1gOGc8Rzll1N4wdnVWL8sLM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zPeUZVnSZ1gOGc8Rzll1N4wdnVWL8sLM > .row .container > .video-iframe-container { display: none; }#zPeUZVnSZ1gOGc8Rzll1N4wdnVWL8sLM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zPeUZVnSZ1gOGc8Rzll1N4wdnVWL8sLM > .row > .video-iframe-container { display: none; }#zPeUZVnSZ1gOGc8Rzll1N4wdnVWL8sLM > .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); }#zPeUZVnSZ1gOGc8Rzll1N4wdnVWL8sLM > .row .container { border-width: 0; border-radius: 0; }#zPeUZVnSZ1gOGc8Rzll1N4wdnVWL8sLM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zPeUZVnSZ1gOGc8Rzll1N4wdnVWL8sLM > .row .container { font-size:0.875rem;font-family:arial;height:0.75rem;width:60rem;position:relative;display:block; }#uRdoWghtLUfT98ok8avvloP0xD9ikVG3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/7f4f9f8b-52c1-42bd-9f53-0eddcd6af1d3/AdobeStock_164481449.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uRdoWghtLUfT98ok8avvloP0xD9ikVG3.adaptive-delivery-prevent-bg, #uRdoWghtLUfT98ok8avvloP0xD9ikVG3.lazyload, #uRdoWghtLUfT98ok8avvloP0xD9ikVG3.lazyloading { background-image: none; }#uRdoWghtLUfT98ok8avvloP0xD9ikVG3 > .row .container { background-color: transparent; background-image: none; }#uRdoWghtLUfT98ok8avvloP0xD9ikVG3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uRdoWghtLUfT98ok8avvloP0xD9ikVG3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uRdoWghtLUfT98ok8avvloP0xD9ikVG3 > .row .container > .video-iframe-container { display: none; }#uRdoWghtLUfT98ok8avvloP0xD9ikVG3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uRdoWghtLUfT98ok8avvloP0xD9ikVG3 > .row > .video-iframe-container { display: none; }#uRdoWghtLUfT98ok8avvloP0xD9ikVG3 > .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); }#uRdoWghtLUfT98ok8avvloP0xD9ikVG3 > .row .container { border-width: 0; border-radius: 0; }#uRdoWghtLUfT98ok8avvloP0xD9ikVG3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uRdoWghtLUfT98ok8avvloP0xD9ikVG3 > .row .container { font-size:0.875rem;font-family:arial;height:32rem;width:60rem;position:relative;display:block; }#TqFTJTytTrN4rxO036UPMPfl36UtNyIM { position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;border-top:0.25rem solid rgba(var(--color-primary-2),1);border-left:0.25rem solid rgba(var(--color-primary-2),1);border-right:0.25rem solid rgba(var(--color-primary-2),1);border-bottom:0.25rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.875rem;width:57.3125rem;top:0.75rem;left:1.125rem;display:block; }
#ErrQqxnAbh6zvitma6kUNCdIqwqeJmB6 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15020;line-height:1.6;letter-spacing:0;top:2.625rem;left:21.0625rem;height:2.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kUVDnFNrNisygcV4Ll0QyhzeDL1nM9Bv { color:rgba(var(--color-tertiary-0),1);display:block;width:46.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15019;line-height:1.6;letter-spacing:0;top:7rem;left:5.3125rem;height:1.7rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TTpsgA2O9avCgCNPOTHiIMi19vfpzrB8 { position:absolute;display:block;z-index:15047;background-color:rgba(37,35,35,0.8);background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.875rem;width:11.625rem;top:15.1875rem;left:17.0625rem;display:block; }
#T1DitDBKpbE3WEkCpL0LrsZys4phZFkM { color:rgba(var(--color-tertiary-0),1);display:block;width:12.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15049;line-height:1.6;letter-spacing:0;top:18.5625rem;left:16.5rem;height:5.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Cr9khQkOruSLSyAbl0dnT2qQlhyrm2KP { color:rgba(var(--color-tertiary-0),1);display:block;width:6.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15047;line-height:1.6;letter-spacing:0;top:14.125rem;left:46.8125rem;height:5.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#X4iWXReqCSS1QePv5OruJZgxwru6gxBn { color:rgba(var(--color-tertiary-0),1);display:block;width:6.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15048;line-height:1.6;letter-spacing:0;top:18.0625rem;left:46.8125rem;height:2.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zf0M98Bw0HhHEfTkqmw7STyeBJcuSdiC { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15021;line-height:1.6;letter-spacing:0;top:4.75rem;left:21.0625rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eEhvmlE9cxQqIGs6mTVOERGhQ9S9X2g9 { color:rgba(var(--color-tertiary-0),1);display:block;width:26.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15020;line-height:1.6;letter-spacing:0;top:9.125rem;left:15.375rem;height:1.7rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KvTt1uGo9oGcPUBV2K0Pihqb21benmnk { color:rgba(var(--color-tertiary-0),1);display:block;width:9.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15050;line-height:1.6;letter-spacing:0;top:15.1875rem;left:18.375rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T83Bxo1WsODonlIOsKmculz7MLl3r84a { color:rgba(var(--color-tertiary-0),1);display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15049;line-height:1.6;letter-spacing:0;top:24.1875rem;left:17.1875rem;height:1.1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AhXeEd2O9qFRgk9DrTMAUW9xiMHNGMqA { position:absolute;display:block;z-index:15046;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.875rem;width:7.75rem;top:12.625rem;left:46.375rem;display:block; }
#dwDKybLnf47UgZhrXoBPyi6IyoKIeb2e { color:rgba(var(--color-tertiary-0),1);display:block;width:7.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15050;line-height:1.6;letter-spacing:0;top:14rem;left:46.625rem;height:1.7rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xdiV30ZwSkhOXJeyD5kNHbQ0fPEGP19X { color:rgba(var(--color-tertiary-0),1);display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15051;line-height:1.6;letter-spacing:0;top:22.375rem;left:45.75rem;height:2.6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pdAUPpNNNFlgTW8pbPlIpgI8niFCmGll { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15078;line-height:1.6;letter-spacing:0;top:12.6875rem;left:18.1875rem;height:1.7rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PnahATu7o6eofuV5yA6RGnvAiV0asizr { position:absolute;display:block;z-index:15052;background-color:rgba(37,35,35,0.8);background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.875rem;width:11.625rem;top:15.1875rem;left:30.0625rem;display:block; }
#fZKefDROclWEa5utNX1TiEXoyQMUhwX4 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:700;z-index:15054;line-height:1.6;letter-spacing:0;top:18.5625rem;left:29.375001907349rem;height:4.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ykeOvlqV4AtFTMzPzzGP2NAkVzbWgkLX { color:rgba(var(--color-tertiary-0),1);display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15054;line-height:1.6;letter-spacing:0;top:24.1875rem;left:30.1875rem;height:1.1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ysExe1WTd25VCkO3nGKXWzk4yGQkO902 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15055;line-height:1.6;letter-spacing:0;top:15.1875rem;left:31.375rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bcJvtO2plla3We4Um9c0KmE6s5ofdKAX { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15081;line-height:1.6;letter-spacing:0;top:12.6875rem;left:31.1875rem;height:1.7rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VqrT387vSTtT9KVWSRTCyKvUghbT7zU2 { background-color:rgba(var(--color-secondary-2),1);background-image:none;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:2.125rem;text-decoration:none;z-index:15077;text-align:center;text-align-last:center;top:26.8125rem;left:44rem;display:block; }
#uSbplhGdGzF9qnhc1rDFKuVE5kMbQoJ2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l7dSrDCeLsoibb2p34pyhJEMKy0HeQ9P { position:absolute;display:block;z-index:15003;background-color:rgba(37,35,35,0.7);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32rem;width:60rem;top:0rem;left:0rem;display:block; }
#hFQBc9GWaskTT7hXNSUCR6nBKhawr972 { position:absolute;display:block;z-index:15048;background-color:rgba(37,35,35,0.8);background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:11.625rem;top:12.625rem;left:17.0625rem;display:block; }
#QtiPilK3sQzx9d0Evh8xFWdRGAkO5xpT { position:absolute;display:block;z-index:15050;background-color:rgba(37,35,35,0.8);background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:11.625rem;top:27rem;left:17.125rem;display:block; }
#nM5roTu1VslpHTwSkTAfD9SBILTqBhce { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15080;line-height:1.6;letter-spacing:0;top:27.0625rem;left:18.25rem;height:1.7rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WPLvMATp9SqFdnn52dMQ6WX7gJBZ989g { position:absolute;display:block;z-index:15049;background-color:rgba(37,35,35,0.8);background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:11.625rem;top:12.625rem;left:30.0625rem;display:block; }
#XhCsOwcsKUcvpEaNme0Nxys2RTemuQEC { position:absolute;display:block;z-index:15052;background-color:rgba(37,35,35,0.8);background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:11.625rem;top:27rem;left:30.125rem;display:block; }
#zKD7PzAMF1lDz2IrKVrlMmNMgEMADOXX { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15082;line-height:1.6;letter-spacing:0;top:27.0625rem;left:31.25rem;height:1.7rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cWSnMrgdM1EyTtBeD2RlFi5y50tKPUbc { position:absolute;display:block;z-index:15050;background-color:rgba(37,35,35,0.8);background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:11.625rem;top:12.625rem;left:4rem;display:block; }
#VsygIJ3X1uEO5UNpLvkSAIk5KHvrPXA0 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15080;line-height:1.6;letter-spacing:0;top:12.6875rem;left:5.125rem;height:1.7rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QCZz2h3mtbKQE54cuPmsWvBFk4MK2caV { position:absolute;display:block;z-index:15048;background-color:rgba(37,35,35,0.8);background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.875rem;width:11.625rem;top:15.1875rem;left:4rem;display:block; }
#u4uKk6q4VwlwEVXHHoyNcvTiUT7uDlRh { color:rgba(var(--color-tertiary-0),1);display:block;width:9.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15053;line-height:1.6;letter-spacing:0;top:15.1875rem;left:5.3125rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ExmvQkv8H6Ps23zvfBEd381QQpQlSi4J { color:rgba(var(--color-tertiary-0),1);display:block;width:12.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15052;line-height:1.6;letter-spacing:0;top:18.5625rem;left:3.4375rem;height:5.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Zg1m7XLLblqQrsxH13WNGPp4OIeeNOOD { color:rgba(var(--color-tertiary-0),1);display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15052;line-height:1.6;letter-spacing:0;top:24.1875rem;left:4.125rem;height:1.1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kLltDv7em6mQnNblNxJOBsdezvbn1ACP { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15082;line-height:1.6;letter-spacing:0;top:27.0625rem;left:5.125rem;height:1.7rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W7cQ9mvG0DQD21xN5yrsZxy5A3wC5thd { position:absolute;display:block;z-index:15052;background-color:rgba(37,35,35,0.8);background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:11.625rem;top:27rem;left:4rem;display:block; }
#weUogad4AK11mKumqSaDXLokrgo5nd2z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/8ZJ5V0zO/fundo.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#weUogad4AK11mKumqSaDXLokrgo5nd2z.adaptive-delivery-prevent-bg, #weUogad4AK11mKumqSaDXLokrgo5nd2z.lazyload, #weUogad4AK11mKumqSaDXLokrgo5nd2z.lazyloading { background-image: none; }#weUogad4AK11mKumqSaDXLokrgo5nd2z > .row .container { background-color: transparent; background-image: none; }#weUogad4AK11mKumqSaDXLokrgo5nd2z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.7); }#weUogad4AK11mKumqSaDXLokrgo5nd2z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#weUogad4AK11mKumqSaDXLokrgo5nd2z > .row .container > .video-iframe-container { display: none; }#weUogad4AK11mKumqSaDXLokrgo5nd2z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.7); }#weUogad4AK11mKumqSaDXLokrgo5nd2z > .row > .video-iframe-container { display: none; }#weUogad4AK11mKumqSaDXLokrgo5nd2z > .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); }#weUogad4AK11mKumqSaDXLokrgo5nd2z > .row .container { border-width: 0; border-radius: 0; }#weUogad4AK11mKumqSaDXLokrgo5nd2z::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#weUogad4AK11mKumqSaDXLokrgo5nd2z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#weUogad4AK11mKumqSaDXLokrgo5nd2z > .row .container { font-size:0.875rem;font-family:arial;height:6.5rem;width:60rem;position:relative;display:block; }#NKTMIXtiSmRExIu6LV7gtrmv5tgpxPvk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#NKTMIXtiSmRExIu6LV7gtrmv5tgpxPvk > .row .container { background-color: transparent; background-image: none; }#NKTMIXtiSmRExIu6LV7gtrmv5tgpxPvk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NKTMIXtiSmRExIu6LV7gtrmv5tgpxPvk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NKTMIXtiSmRExIu6LV7gtrmv5tgpxPvk > .row .container > .video-iframe-container { display: none; }#NKTMIXtiSmRExIu6LV7gtrmv5tgpxPvk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NKTMIXtiSmRExIu6LV7gtrmv5tgpxPvk > .row > .video-iframe-container { display: none; }#NKTMIXtiSmRExIu6LV7gtrmv5tgpxPvk > .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); }#NKTMIXtiSmRExIu6LV7gtrmv5tgpxPvk > .row .container { border-width: 0; border-radius: 0; }#NKTMIXtiSmRExIu6LV7gtrmv5tgpxPvk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NKTMIXtiSmRExIu6LV7gtrmv5tgpxPvk > .row .container { font-size:0.875rem;font-family:arial;height:39.5rem;width:60rem;position:relative;display:block; }#Aig43PGmeJhT1KH0u60bvBLNS6Q8fKWo { color:rgba(var(--color-primary-2),1);display:block;width:14.6875rem;position:absolute;font-family:"marck script";font-size:2.0625rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:12.48593711853rem;left:20.843751907349rem;height:6.80625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nTk0nHKfuV6EEKA9h47rEw9RQpR07nN4 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:27.468749523163rem;left:18.312501907349rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#X5JBT433qmXwvn2MSesGVPpCNTwNLmZJ { position:absolute;display:block;z-index:15010;background-color:#6a6a6a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:14.25rem;top:20rem;left:21.000001907349rem;display:block; }
#DWRmoTHWennO7oSX0UXdSQhn7KoLEUkk { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:10.75rem;left:39.9375rem;height:18.7rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m2HTRthvTTpbHMo08thadnHgcXPrun0r { position:absolute;display:block;z-index:15000;background-color:#252323;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.8125rem;width:38.375rem;top:5.4375rem;left:0.4375rem;display:block; }
#p3DhzQlATpcTy9JmCeuTIK9aMD30ghzs { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:1.25rem solid rgba(var(--color-primary-2),1);border-left:1.25rem solid rgba(var(--color-primary-2),1);border-right:1.25rem solid rgba(var(--color-primary-2),1);border-bottom:1.25rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.5rem;width:55rem;top:6.75rem;left:1.6875rem;display:block; }
#mKESCwTL9bmuk3eQaCrrEldy1XU3X2Vp { color:rgba(var(--color-tertiary-0),1);display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:23.30312538147rem;left:18.312501907349rem;height:1.70625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vGgCq4h4UkPJDDwQASUOd2Kh0Ch7ozMw { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#252323;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:7.5rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:22.4375rem;left:30.468751907349rem;display:block; }
#OFh6PVZEwOxNzHmC1k509e8QXZ8HM6L7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Uvh2cMZWP4Xntb9rIb7rTQN8yP6MDuBk { position:absolute;display:block;z-index:15000;background-color:rgba(37,35,35,0.72);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.4375rem;width:23.6875rem;top:5.65625rem;left:15.15625rem;display:block; }
#pRK7KgK1lIKRwqXpE1ivBuTiBwxuDllq { position:absolute;display:block;z-index:15014;height:21.75rem;width:13.8125rem;top:8.8125rem;left:3.5242195129394rem;display:block; }
#sv8JQFkTLMO280uUBrXXmfmT36vTrOCh { position:absolute;display:block;z-index:15013;background-color:transparent;background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-3),1);border-left:0.1875rem solid rgba(var(--color-primary-3),1);border-right:0.1875rem solid rgba(var(--color-primary-3),1);border-bottom:0.1875rem solid rgba(var(--color-primary-3),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.8125rem;width:12.375rem;top:8.625rem;left:4.1492195129394rem;display:block; }
#dKcVuOdCXTnJ703wu2VI8slgaiox0qr9 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:9.9062504768369rem;left:18.312501907349rem;height:1.70625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Cmwa8JnGqR8td96H3DOTn0WHlu1dhwVg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/8ZJ5V0zO/fundo.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#Cmwa8JnGqR8td96H3DOTn0WHlu1dhwVg.adaptive-delivery-prevent-bg, #Cmwa8JnGqR8td96H3DOTn0WHlu1dhwVg.lazyload, #Cmwa8JnGqR8td96H3DOTn0WHlu1dhwVg.lazyloading { background-image: none; }#Cmwa8JnGqR8td96H3DOTn0WHlu1dhwVg > .row .container { background-color: transparent; background-image: none; }#Cmwa8JnGqR8td96H3DOTn0WHlu1dhwVg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.7); }#Cmwa8JnGqR8td96H3DOTn0WHlu1dhwVg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cmwa8JnGqR8td96H3DOTn0WHlu1dhwVg > .row .container > .video-iframe-container { display: none; }#Cmwa8JnGqR8td96H3DOTn0WHlu1dhwVg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.7); }#Cmwa8JnGqR8td96H3DOTn0WHlu1dhwVg > .row > .video-iframe-container { display: none; }#Cmwa8JnGqR8td96H3DOTn0WHlu1dhwVg > .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); }#Cmwa8JnGqR8td96H3DOTn0WHlu1dhwVg > .row .container { border-width: 0; border-radius: 0; }#Cmwa8JnGqR8td96H3DOTn0WHlu1dhwVg::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Cmwa8JnGqR8td96H3DOTn0WHlu1dhwVg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Cmwa8JnGqR8td96H3DOTn0WHlu1dhwVg > .row .container { font-size:0.875rem;font-family:arial;height:6.5rem;width:60rem;position:relative;display:block; }#guM5tGKSStq57zsM7aPqRcyR4ThVVhw2 { background-color:transparent;background-image:url("https://images.assets-landingi.com/DvobupgU/fundo_alternativo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !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;display:block; }#guM5tGKSStq57zsM7aPqRcyR4ThVVhw2.adaptive-delivery-prevent-bg, #guM5tGKSStq57zsM7aPqRcyR4ThVVhw2.lazyload, #guM5tGKSStq57zsM7aPqRcyR4ThVVhw2.lazyloading { background-image: none; }#guM5tGKSStq57zsM7aPqRcyR4ThVVhw2 > .row .container { background-color: transparent; background-image: none; }#guM5tGKSStq57zsM7aPqRcyR4ThVVhw2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#guM5tGKSStq57zsM7aPqRcyR4ThVVhw2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#guM5tGKSStq57zsM7aPqRcyR4ThVVhw2 > .row .container > .video-iframe-container { display: none; }#guM5tGKSStq57zsM7aPqRcyR4ThVVhw2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#guM5tGKSStq57zsM7aPqRcyR4ThVVhw2 > .row > .video-iframe-container { display: none; }#guM5tGKSStq57zsM7aPqRcyR4ThVVhw2 > .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); }#guM5tGKSStq57zsM7aPqRcyR4ThVVhw2 > .row .container { border-width: 0; border-radius: 0; }#guM5tGKSStq57zsM7aPqRcyR4ThVVhw2 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#guM5tGKSStq57zsM7aPqRcyR4ThVVhw2 > .row .container { width:60rem;height:10.4375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#qDeGREN2fut8ThJszg0oIQwohRAEoM0Z { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.375rem;left:0rem;height:3.4125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OSPpPIwpMv1QdreQxkBxCTkzWsHvJoaA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/DvobupgU/fundo_alternativo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OSPpPIwpMv1QdreQxkBxCTkzWsHvJoaA.adaptive-delivery-prevent-bg, #OSPpPIwpMv1QdreQxkBxCTkzWsHvJoaA.lazyload, #OSPpPIwpMv1QdreQxkBxCTkzWsHvJoaA.lazyloading { background-image: none; }#OSPpPIwpMv1QdreQxkBxCTkzWsHvJoaA > .row .container { background-color: transparent; background-image: none; }#OSPpPIwpMv1QdreQxkBxCTkzWsHvJoaA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OSPpPIwpMv1QdreQxkBxCTkzWsHvJoaA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OSPpPIwpMv1QdreQxkBxCTkzWsHvJoaA > .row .container > .video-iframe-container { display: none; }#OSPpPIwpMv1QdreQxkBxCTkzWsHvJoaA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OSPpPIwpMv1QdreQxkBxCTkzWsHvJoaA > .row > .video-iframe-container { display: none; }#OSPpPIwpMv1QdreQxkBxCTkzWsHvJoaA > .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); }#OSPpPIwpMv1QdreQxkBxCTkzWsHvJoaA > .row .container { border-width: 0; border-radius: 0; }#OSPpPIwpMv1QdreQxkBxCTkzWsHvJoaA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OSPpPIwpMv1QdreQxkBxCTkzWsHvJoaA > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:60rem;position:relative;display:block; }#HDLSPs87TCiRifz3irhTkgdObsvIk36s { position:absolute;display:block;z-index:15001;height:31.25rem;width:60rem;top:0rem;left:0rem;display:block; }
#MylTDuR1f1ygAMOvJLyQlbipClAFTRFZ { background-color:transparent;background-image:url("https://images.assets-landingi.com/DvobupgU/fundo_alternativo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !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;display:block; }#MylTDuR1f1ygAMOvJLyQlbipClAFTRFZ.adaptive-delivery-prevent-bg, #MylTDuR1f1ygAMOvJLyQlbipClAFTRFZ.lazyload, #MylTDuR1f1ygAMOvJLyQlbipClAFTRFZ.lazyloading { background-image: none; }#MylTDuR1f1ygAMOvJLyQlbipClAFTRFZ > .row .container { background-color: transparent; background-image: none; }#MylTDuR1f1ygAMOvJLyQlbipClAFTRFZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MylTDuR1f1ygAMOvJLyQlbipClAFTRFZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MylTDuR1f1ygAMOvJLyQlbipClAFTRFZ > .row .container > .video-iframe-container { display: none; }#MylTDuR1f1ygAMOvJLyQlbipClAFTRFZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MylTDuR1f1ygAMOvJLyQlbipClAFTRFZ > .row > .video-iframe-container { display: none; }#MylTDuR1f1ygAMOvJLyQlbipClAFTRFZ > .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); }#MylTDuR1f1ygAMOvJLyQlbipClAFTRFZ > .row .container { border-width: 0; border-radius: 0; }#MylTDuR1f1ygAMOvJLyQlbipClAFTRFZ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#MylTDuR1f1ygAMOvJLyQlbipClAFTRFZ > .row .container { width:60rem;height:5.625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#aLQep30mbddHrwRTxUMJ1uCi76XeAEWH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aLQep30mbddHrwRTxUMJ1uCi76XeAEWH > .row .container { background-color: transparent; background-image: none; }#aLQep30mbddHrwRTxUMJ1uCi76XeAEWH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aLQep30mbddHrwRTxUMJ1uCi76XeAEWH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aLQep30mbddHrwRTxUMJ1uCi76XeAEWH > .row .container > .video-iframe-container { display: none; }#aLQep30mbddHrwRTxUMJ1uCi76XeAEWH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aLQep30mbddHrwRTxUMJ1uCi76XeAEWH > .row > .video-iframe-container { display: none; }#aLQep30mbddHrwRTxUMJ1uCi76XeAEWH > .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); }#aLQep30mbddHrwRTxUMJ1uCi76XeAEWH > .row .container { border-width: 0; border-radius: 0; }#aLQep30mbddHrwRTxUMJ1uCi76XeAEWH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aLQep30mbddHrwRTxUMJ1uCi76XeAEWH > .row .container { font-size:0.875rem;font-family:arial;height:14.0625rem;width:60rem;position:relative;display:block; }#iTmQaDZIzRB2b44OybT95a9QMTPPETRN { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:0.78125rem;left:23.75rem;overflow:hidden;display:block; }
#ctMEpwOrLhVfs6hgLtGIFyyrMwgi1Dka { color:rgba(var(--color-tertiary-0),1);display:block;width:21.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.65625rem;left:0rem;height:6.825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KbigrrqzJKv9J0hTwDkPcxOmwrczQ2To { color:rgba(var(--color-tertiary-0),1);display:block;width:21.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.65625rem;left:38.375rem;height:6.825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DOFhes8C2ZQPDKSolCowvR70qvULdbu9 { background-color:transparent;background-image:url("https://images.assets-landingi.com/8ZJ5V0zO/fundo.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !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;display:block; }#DOFhes8C2ZQPDKSolCowvR70qvULdbu9.adaptive-delivery-prevent-bg, #DOFhes8C2ZQPDKSolCowvR70qvULdbu9.lazyload, #DOFhes8C2ZQPDKSolCowvR70qvULdbu9.lazyloading { background-image: none; }#DOFhes8C2ZQPDKSolCowvR70qvULdbu9 > .row .container { background-color: transparent; background-image: none; }#DOFhes8C2ZQPDKSolCowvR70qvULdbu9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.75); }#DOFhes8C2ZQPDKSolCowvR70qvULdbu9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DOFhes8C2ZQPDKSolCowvR70qvULdbu9 > .row .container > .video-iframe-container { display: none; }#DOFhes8C2ZQPDKSolCowvR70qvULdbu9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.75); }#DOFhes8C2ZQPDKSolCowvR70qvULdbu9 > .row > .video-iframe-container { display: none; }#DOFhes8C2ZQPDKSolCowvR70qvULdbu9 > .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); }#DOFhes8C2ZQPDKSolCowvR70qvULdbu9 > .row .container { border-width: 0; border-radius: 0; }#DOFhes8C2ZQPDKSolCowvR70qvULdbu9::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#DOFhes8C2ZQPDKSolCowvR70qvULdbu9 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#DOFhes8C2ZQPDKSolCowvR70qvULdbu9 > .row .container { width:60rem;height:13.1875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#ABhsCVTwURyiSF9ae86BURTeOhvKGx8o { color:rgba(var(--color-primary-3),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:4.75rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#u4gK74XBL6oFq8Sd8vDMd69zVQyDV0lu { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:6.875rem;left:0rem;height:3.4125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tFfM05UkpAQe22D44BFQFg8TcR3Mi4gU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/8ZJ5V0zO/fundo.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tFfM05UkpAQe22D44BFQFg8TcR3Mi4gU.adaptive-delivery-prevent-bg, #tFfM05UkpAQe22D44BFQFg8TcR3Mi4gU.lazyload, #tFfM05UkpAQe22D44BFQFg8TcR3Mi4gU.lazyloading { background-image: none; }#tFfM05UkpAQe22D44BFQFg8TcR3Mi4gU > .row .container { background-color: transparent; background-image: none; }#tFfM05UkpAQe22D44BFQFg8TcR3Mi4gU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.75); }#tFfM05UkpAQe22D44BFQFg8TcR3Mi4gU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tFfM05UkpAQe22D44BFQFg8TcR3Mi4gU > .row .container > .video-iframe-container { display: none; }#tFfM05UkpAQe22D44BFQFg8TcR3Mi4gU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.75); }#tFfM05UkpAQe22D44BFQFg8TcR3Mi4gU > .row > .video-iframe-container { display: none; }#tFfM05UkpAQe22D44BFQFg8TcR3Mi4gU > .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); }#tFfM05UkpAQe22D44BFQFg8TcR3Mi4gU > .row .container { border-width: 0; border-radius: 0; }#tFfM05UkpAQe22D44BFQFg8TcR3Mi4gU::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tFfM05UkpAQe22D44BFQFg8TcR3Mi4gU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tFfM05UkpAQe22D44BFQFg8TcR3Mi4gU > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:60rem;position:relative;display:block; }#wDy6RvvTH3si4qZ4A9GD6uHTFm6GmaE5 { position:absolute;display:block;z-index:15000;height:31.25rem;width:60rem;top:0rem;left:0rem;display:block; }
#As3pHxH2gETwGFUuqHiP4CdQqp5DQ87A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/8ZJ5V0zO/fundo.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#As3pHxH2gETwGFUuqHiP4CdQqp5DQ87A.adaptive-delivery-prevent-bg, #As3pHxH2gETwGFUuqHiP4CdQqp5DQ87A.lazyload, #As3pHxH2gETwGFUuqHiP4CdQqp5DQ87A.lazyloading { background-image: none; }#As3pHxH2gETwGFUuqHiP4CdQqp5DQ87A > .row .container { background-color: transparent; background-image: none; }#As3pHxH2gETwGFUuqHiP4CdQqp5DQ87A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.75); }#As3pHxH2gETwGFUuqHiP4CdQqp5DQ87A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#As3pHxH2gETwGFUuqHiP4CdQqp5DQ87A > .row .container > .video-iframe-container { display: none; }#As3pHxH2gETwGFUuqHiP4CdQqp5DQ87A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.75); }#As3pHxH2gETwGFUuqHiP4CdQqp5DQ87A > .row > .video-iframe-container { display: none; }#As3pHxH2gETwGFUuqHiP4CdQqp5DQ87A > .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); }#As3pHxH2gETwGFUuqHiP4CdQqp5DQ87A > .row .container { border-width: 0; border-radius: 0; }#As3pHxH2gETwGFUuqHiP4CdQqp5DQ87A::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#As3pHxH2gETwGFUuqHiP4CdQqp5DQ87A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#As3pHxH2gETwGFUuqHiP4CdQqp5DQ87A > .row .container { font-size:0.875rem;font-family:arial;height:3.875rem;width:60rem;position:relative;display:block; }#vXlsnhhQKVaTqCx5zJ7VxsT7PLrpfmHH { background-color:transparent;background-image:url("https://images.assets-landingi.com/8ZJ5V0zO/fundo.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !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;display:block; }#vXlsnhhQKVaTqCx5zJ7VxsT7PLrpfmHH.adaptive-delivery-prevent-bg, #vXlsnhhQKVaTqCx5zJ7VxsT7PLrpfmHH.lazyload, #vXlsnhhQKVaTqCx5zJ7VxsT7PLrpfmHH.lazyloading { background-image: none; }#vXlsnhhQKVaTqCx5zJ7VxsT7PLrpfmHH > .row .container { background-color: transparent; background-image: none; }#vXlsnhhQKVaTqCx5zJ7VxsT7PLrpfmHH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.75); }#vXlsnhhQKVaTqCx5zJ7VxsT7PLrpfmHH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vXlsnhhQKVaTqCx5zJ7VxsT7PLrpfmHH > .row .container > .video-iframe-container { display: none; }#vXlsnhhQKVaTqCx5zJ7VxsT7PLrpfmHH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.75); }#vXlsnhhQKVaTqCx5zJ7VxsT7PLrpfmHH > .row > .video-iframe-container { display: none; }#vXlsnhhQKVaTqCx5zJ7VxsT7PLrpfmHH > .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); }#vXlsnhhQKVaTqCx5zJ7VxsT7PLrpfmHH > .row .container { border-width: 0; border-radius: 0; }#vXlsnhhQKVaTqCx5zJ7VxsT7PLrpfmHH::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#vXlsnhhQKVaTqCx5zJ7VxsT7PLrpfmHH > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#vXlsnhhQKVaTqCx5zJ7VxsT7PLrpfmHH > .row .container { width:60rem;height:17.25rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#wZq4o2KghxoRm3hmgDhyHs0cJgVyUkTS { color:rgba(var(--color-primary-3),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:5.375rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HqzTKTTUPTLdb61aSvutZ4qk061btuvD { color:rgba(var(--color-tertiary-4),1);display:block;width:30rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:9.125rem;left:0rem;height:3.4125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zAfJbeQSc7I8ShHf9QhdFrMD43ouBtC5 { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/cUwPNAXS/duvidas.jpg");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.25rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:9.375rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:12.5rem;width:30rem;top:3.625rem;left:29.875rem;display:block; }#zAfJbeQSc7I8ShHf9QhdFrMD43ouBtC5.adaptive-delivery-prevent-bg, #zAfJbeQSc7I8ShHf9QhdFrMD43ouBtC5.lazyload, #zAfJbeQSc7I8ShHf9QhdFrMD43ouBtC5.lazyloading { background-image: none; }
#A4rd6pygmHRgryzUk2LFHo6gLoEbxd4F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/8ZJ5V0zO/fundo.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#A4rd6pygmHRgryzUk2LFHo6gLoEbxd4F.adaptive-delivery-prevent-bg, #A4rd6pygmHRgryzUk2LFHo6gLoEbxd4F.lazyload, #A4rd6pygmHRgryzUk2LFHo6gLoEbxd4F.lazyloading { background-image: none; }#A4rd6pygmHRgryzUk2LFHo6gLoEbxd4F > .row .container { background-color: transparent; background-image: none; }#A4rd6pygmHRgryzUk2LFHo6gLoEbxd4F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.75); }#A4rd6pygmHRgryzUk2LFHo6gLoEbxd4F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A4rd6pygmHRgryzUk2LFHo6gLoEbxd4F > .row .container > .video-iframe-container { display: none; }#A4rd6pygmHRgryzUk2LFHo6gLoEbxd4F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.75); }#A4rd6pygmHRgryzUk2LFHo6gLoEbxd4F > .row > .video-iframe-container { display: none; }#A4rd6pygmHRgryzUk2LFHo6gLoEbxd4F > .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); }#A4rd6pygmHRgryzUk2LFHo6gLoEbxd4F > .row .container { border-width: 0; border-radius: 0; }#A4rd6pygmHRgryzUk2LFHo6gLoEbxd4F::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A4rd6pygmHRgryzUk2LFHo6gLoEbxd4F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A4rd6pygmHRgryzUk2LFHo6gLoEbxd4F > .row .container { font-size:0.875rem;font-family:arial;height:25.875rem;width:60rem;position:relative;display:block; }#K9a6wTGSTlSCa6rkb6X0d39oEk8WGZiy { background-color:rgba(var(--color-tertiary-0),0.8);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f1f1f1;border-left:0.0625rem solid #f1f1f1;border-right:0.0625rem solid #f1f1f1;border-bottom:0.0625rem solid #f1f1f1;border-top-left-radius:0.25rem;border-top-right-radius:0rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.25rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0rem;left:0rem;display:block; }
#JWVTRT6rMxpDEVqqnlP2b6AT0kfi9ZlL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x76MlIp9GuHKwtLXkKZX8mQB9B8KvSdh { background-color:rgba(var(--color-tertiary-0),0.8);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f1f1f1;border-left:0.0625rem solid #f1f1f1;border-right:0.0625rem solid #f1f1f1;border-bottom:0.0625rem solid #f1f1f1;border-top-left-radius:0.25rem;border-top-right-radius:0rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.25rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:4.0625rem;left:0rem;display:block; }
#lgicvSXTC2E1nbTHirNKKnA35woHHs7t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#THzCXv7s2VtwNrOl3KBXSmqnPlLyWAq8 { background-color:rgba(var(--color-tertiary-0),0.8);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f1f1f1;border-left:0.0625rem solid #f1f1f1;border-right:0.0625rem solid #f1f1f1;border-bottom:0.0625rem solid #f1f1f1;border-top-left-radius:0.25rem;border-top-right-radius:0rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.25rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:8.125rem;left:0rem;display:block; }
#bIWySGIHe0NpXHOz8zqkQ6sDkyVzi4EG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ogltdz7PiAVeJTbvvN7aVeSyC2NTveD8 { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:3.4375rem;width:3.4375rem;top:8.125rem;left:26.25rem;display:block; }
#GDpUalB9i3S22Zn7Wuzt3bdCGdrEnUTp { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:3.4375rem;width:3.4375rem;top:4.0625rem;left:26.25rem;display:block; }
#SGn488BBrRPLblnov7ll0rg3IplTfNWT { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:3.4375rem;width:3.4375rem;top:0rem;left:26.25rem;display:block; }
#hrR7wBHUc1evXnGfBGc1xhL2EAVV1UTi { background-color:rgba(var(--color-tertiary-0),0.8);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f1f1f1;border-left:0.0625rem solid #f1f1f1;border-right:0.0625rem solid #f1f1f1;border-bottom:0.0625rem solid #f1f1f1;border-top-left-radius:0.25rem;border-top-right-radius:0rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.25rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:12.1875rem;left:0rem;display:block; }
#fyBmECDH3RMdf7TuGeMet0THUbHQ5BeQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZnlRdylVQ0vcW5fWmehzBPWJCkCwSotP { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:3.4375rem;width:3.4375rem;top:12.1875rem;left:26.25rem;display:block; }
#q6SSyvtz5R9xJBSe6MzqoxBo7Zsd9F4A { background-color:rgba(var(--color-tertiary-0),0.8);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f1f1f1;border-left:0.0625rem solid #f1f1f1;border-right:0.0625rem solid #f1f1f1;border-bottom:0.0625rem solid #f1f1f1;border-top-left-radius:0.25rem;border-top-right-radius:0rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.25rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:16.25rem;left:0rem;display:block; }
#x01kRBKRVQp6KdBC7LTON7trMzQR8wLo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MTp32ir6A6ukPx1kuMr2MAoZEL6Ti6wg { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:3.4375rem;width:3.4375rem;top:16.25rem;left:26.25rem;display:block; }
#LscvtW3iKctuTPxLGkB6UUZ57NErmkzJ { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);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:15017;top:0.15625rem;left:26.40625rem;display:block; }
#D0ZMVHtT1DZsGv9JoPu4ke3RlSD6Mvhr { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);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:15018;top:4.21875rem;left:26.40625rem;display:block; }
#UTJPgX011rZFbuJ57JkR6Dlm8VdzlhL5 { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);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:15019;top:8.28125rem;left:26.40625rem;display:block; }
#CEArTT1sQwoIVUi1mgGCsTpZhIv1XsJt { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);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:15020;top:12.34375rem;left:26.40625rem;display:block; }
#m2Lq0yEbvcC6A5CfMy0WwXThdt7l7SCf { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);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:15021;top:16.40625rem;left:26.40625rem;display:block; }
#A0tPW08ZSZTqMwJU6VcU1SSyeu11lwgu { background-color:rgba(var(--color-tertiary-0),0.8);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f1f1f1;border-left:0.0625rem solid #f1f1f1;border-right:0.0625rem solid #f1f1f1;border-bottom:0.0625rem solid #f1f1f1;border-top-left-radius:0.25rem;border-top-right-radius:0rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.25rem;height:3.4375rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:16.25rem;left:33.75rem;display:block; }
#GEzPWUF13hGgTo5OtWrSaHdC3TVdvLOL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pX1Hs3Qkw02VZBFIFKCS5ZbH6vz8HNJe { background-color:rgba(var(--color-tertiary-0),0.8);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f1f1f1;border-left:0.0625rem solid #f1f1f1;border-right:0.0625rem solid #f1f1f1;border-bottom:0.0625rem solid #f1f1f1;border-top-left-radius:0.25rem;border-top-right-radius:0rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.25rem;height:3.4375rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:12.1875rem;left:33.75rem;display:block; }
#DwfDhlfFXtplnc00zgi8xTuS1SaEwtlC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XGqyxQKlTaWPiUf4fv9s1xHVZszJJx0C { background-color:rgba(var(--color-tertiary-0),0.8);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f1f1f1;border-left:0.0625rem solid #f1f1f1;border-right:0.0625rem solid #f1f1f1;border-bottom:0.0625rem solid #f1f1f1;border-top-left-radius:0.25rem;border-top-right-radius:0rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.25rem;height:3.4375rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:0rem;left:33.75rem;display:block; }
#b59TAWST1PVB6E7xdHZPyolVvQ7rILSb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JkT4zu8MVia9BixtAncBLS7P63CMxaAJ { background-color:rgba(var(--color-tertiary-0),0.8);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f1f1f1;border-left:0.0625rem solid #f1f1f1;border-right:0.0625rem solid #f1f1f1;border-bottom:0.0625rem solid #f1f1f1;border-top-left-radius:0.25rem;border-top-right-radius:0rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.25rem;height:3.4375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:4.0625rem;left:33.75rem;display:block; }
#yPG6f9zf6yJnTBZZuuinTo5Zg3GQU5rh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LUpH1zfOJQ4aWiPbDPzgBZLBumrP20dh { background-color:rgba(var(--color-tertiary-0),0.8);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f1f1f1;border-left:0.0625rem solid #f1f1f1;border-right:0.0625rem solid #f1f1f1;border-bottom:0.0625rem solid #f1f1f1;border-top-left-radius:0.25rem;border-top-right-radius:0rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.25rem;height:3.4375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:8.125rem;left:33.75rem;display:block; }
#hBdkLbzNRCuE9t0lXBsCmwZtbvOs11Wo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cw832oqorZ6NRPicn7eBuxsaZmNyeFnQ { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:3.4375rem;width:3.4375rem;top:16.25rem;left:30.375rem;display:block; }
#FCKSb1fBxmPd3uui5MhiKdqyfmOOKr9k { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);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:15031;top:16.4375rem;left:30.5625rem;display:block; }
#M3SLv1F18KsXMaa9Zd6a4s5VeLT2lLR6 { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:3.4375rem;width:3.4375rem;top:8.125rem;left:30.375rem;display:block; }
#VTUQsWwZU9JTEFDkBiMEqtTmGPKQHVN3 { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:3.4375rem;width:3.4375rem;top:12.1875rem;left:30.375rem;display:block; }
#FM5xOaBkDD6fgvLwLLU8U894pK9OkquD { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);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:15029;top:8.3125rem;left:30.5625rem;display:block; }
#gMOsBKUB3LvTB261UWyZ9LEGrOlOmqmU { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);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:15030;top:12.375rem;left:30.5625rem;display:block; }
#vrQ9WLLie6r2HX8OThqqvkWUx3vngqvo { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:3.4375rem;width:3.4375rem;top:4.0625rem;left:30.375rem;display:block; }
#EL6kXExDzkccy17W6I7ZvDoMlRU0IxKO { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);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:15028;top:4.25rem;left:30.5625rem;display:block; }
#bEFE8hKBLxx2WtK8F604kFlgDu1NTsKo { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:3.4375rem;width:3.4375rem;top:0rem;left:30.375rem;display:block; }
#EwM2yB16XDt89IzlCiOBoRK8995ZBDiD { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);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:15027;top:0.1875rem;left:30.5625rem;display:block; }
#ENrSA6G10fUaLzX0DzRqrkcT0T7GA0uG { background-color:rgba(var(--color-tertiary-0),0.8);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f1f1f1;border-left:0.0625rem solid #f1f1f1;border-right:0.0625rem solid #f1f1f1;border-bottom:0.0625rem solid #f1f1f1;border-top-left-radius:0.25rem;border-top-right-radius:0rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.25rem;height:3.4375rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:0rem;left:33.75rem;display:none; }
#BgI45TsDdWg7x6HaVhh7wNS4EwNRZyS1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lRa4C37uF8DJ3sUbnz3XxVw2VSDD91hE { background-color:rgba(var(--color-tertiary-0),0.8);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f1f1f1;border-left:0.0625rem solid #f1f1f1;border-right:0.0625rem solid #f1f1f1;border-bottom:0.0625rem solid #f1f1f1;border-top-left-radius:0.25rem;border-top-right-radius:0rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.25rem;height:3.4375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:4.0625rem;left:33.75rem;display:none; }
#OUDgSICyAvlopoLbGgLkoyqEmN9mEXoW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ig3z4DmpVaNsa3Sfo6W5Pbpq7VibSa4g { background-color:rgba(var(--color-tertiary-0),0.8);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f1f1f1;border-left:0.0625rem solid #f1f1f1;border-right:0.0625rem solid #f1f1f1;border-bottom:0.0625rem solid #f1f1f1;border-top-left-radius:0.25rem;border-top-right-radius:0rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.25rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:8.125rem;left:0rem;display:none; }
#yt04Xpzoy1lWpZFIKzoqMdc27ayBwFcD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wDXWENupOvqLVGNlV9WLptR7n1wTgEu8 { background-color:rgba(var(--color-tertiary-0),0.8);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f1f1f1;border-left:0.0625rem solid #f1f1f1;border-right:0.0625rem solid #f1f1f1;border-bottom:0.0625rem solid #f1f1f1;border-top-left-radius:0.25rem;border-top-right-radius:0rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.25rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:12.1875rem;left:0rem;display:none; }
#lOgR7V1FWXBp0zoUT26f2dGqt3TMDCHT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XCar4g4OqIDHbewdnX9Q8BTeEsZxiwPk { background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#XCar4g4OqIDHbewdnX9Q8BTeEsZxiwPk > .row .container { background-color: transparent; background-image: none; }#XCar4g4OqIDHbewdnX9Q8BTeEsZxiwPk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XCar4g4OqIDHbewdnX9Q8BTeEsZxiwPk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XCar4g4OqIDHbewdnX9Q8BTeEsZxiwPk > .row .container > .video-iframe-container { display: none; }#XCar4g4OqIDHbewdnX9Q8BTeEsZxiwPk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XCar4g4OqIDHbewdnX9Q8BTeEsZxiwPk > .row > .video-iframe-container { display: none; }#XCar4g4OqIDHbewdnX9Q8BTeEsZxiwPk > .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); }#XCar4g4OqIDHbewdnX9Q8BTeEsZxiwPk > .row .container { border-width: 0; border-radius: 0; }#XCar4g4OqIDHbewdnX9Q8BTeEsZxiwPk > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#XCar4g4OqIDHbewdnX9Q8BTeEsZxiwPk > .row .container { width:60rem;height:13.1875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#orMZBEu8DVI2Q6TzIlD5lXhZHt11v6eT { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:4.75rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gHzQacmttVcbmCiJfIdWfThkczX1P2kd { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:6.875rem;left:0rem;height:3.4125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HCKhZRbZ6zKvZ8KXdZIMbTAqJbUqh7L4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HCKhZRbZ6zKvZ8KXdZIMbTAqJbUqh7L4 > .row .container { background-color: transparent; background-image: none; }#HCKhZRbZ6zKvZ8KXdZIMbTAqJbUqh7L4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HCKhZRbZ6zKvZ8KXdZIMbTAqJbUqh7L4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HCKhZRbZ6zKvZ8KXdZIMbTAqJbUqh7L4 > .row .container > .video-iframe-container { display: none; }#HCKhZRbZ6zKvZ8KXdZIMbTAqJbUqh7L4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HCKhZRbZ6zKvZ8KXdZIMbTAqJbUqh7L4 > .row > .video-iframe-container { display: none; }#HCKhZRbZ6zKvZ8KXdZIMbTAqJbUqh7L4 > .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); }#HCKhZRbZ6zKvZ8KXdZIMbTAqJbUqh7L4 > .row .container { border-width: 0; border-radius: 0; }#HCKhZRbZ6zKvZ8KXdZIMbTAqJbUqh7L4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HCKhZRbZ6zKvZ8KXdZIMbTAqJbUqh7L4 > .row .container { font-size:0.875rem;font-family:arial;height:15.5rem;width:60rem;position:relative;display:block; }#NWOILLUvZa542bPh7BrswnxFN19q6mJH { position:absolute;display:block;z-index:15007;height:14.375rem;width:26.5625rem;top:0rem;left:25.75rem;display:block; }
#Qi2xTqPsegryIEDuKMgKUIA1V5tTachD { color:rgba(var(--color-tertiary-0),1);display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:2.96875rem;left:7.75rem;height:8.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kTn67cnoZGkcXysFCtCguOOFiVHpPdkl { position:absolute;display:block;z-index:15000;height:11.25rem;width:20rem;display:none; }
#Nlc6dgP9mlb5nAnQG0WwC8OfzNwlmPUk { 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; }#Nlc6dgP9mlb5nAnQG0WwC8OfzNwlmPUk > .row .container { background-color: transparent; background-image: none; }#Nlc6dgP9mlb5nAnQG0WwC8OfzNwlmPUk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nlc6dgP9mlb5nAnQG0WwC8OfzNwlmPUk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nlc6dgP9mlb5nAnQG0WwC8OfzNwlmPUk > .row .container > .video-iframe-container { display: none; }#Nlc6dgP9mlb5nAnQG0WwC8OfzNwlmPUk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nlc6dgP9mlb5nAnQG0WwC8OfzNwlmPUk > .row > .video-iframe-container { display: none; }#Nlc6dgP9mlb5nAnQG0WwC8OfzNwlmPUk > .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); }#Nlc6dgP9mlb5nAnQG0WwC8OfzNwlmPUk > .row .container { border-width: 0; border-radius: 0; }#Nlc6dgP9mlb5nAnQG0WwC8OfzNwlmPUk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Nlc6dgP9mlb5nAnQG0WwC8OfzNwlmPUk > .row .container { font-size:0.875rem;font-family:arial;height:15.4375rem;width:60rem;position:relative;display:block; }#DTWTnMyechXLMeNR094latv3PoAb4QAt { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15015;top:7.3125rem;left:27.3125rem;display:block; }
#BTlymJtOJTO6NnZQ16vV20pIhIvF60vw { box-sizing:content-box;color:#1877f2;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:15016;top:6.875rem;left:30rem;display:block; }
#iX1veemGT6s6v0qM0oEetRXGHbywSVM3 { box-sizing:content-box;color:#dd6169;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:15017;top:6.875rem;left:33.125rem;display:block; }
#ueAC7NXXCWEcXBWVxTzGUHBTZAMtXeIu { box-sizing:content-box;color:#028445;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:15016;top:6.875rem;left:23.875rem;display:block; }
#qTue2bzJmE2DB4TeRZn6CwHCiydXl8RI { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:1.9375rem;width:1.9375rem;top:7.5rem;left:27.5rem;display:block; }
#KFwmzbq0Gi7Kd6DmnFGu9iSRLnUz8o1T { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5625rem;width:13.4375rem;top:0rem;left:23.3125rem;overflow:hidden;display:block; }
#NP7zQJaKde1cgN9n9iHwWeoEUT7rXkOX { color:rgba(var(--color-tertiary-4),1);display:block;width:13.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:10.125rem;left:23.3125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y1svu8CXaS1kneRIkJs6sgoqERcPt71O { color:rgba(var(--color-tertiary-4),1);display:block;width:28.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:13.8125rem;left:15.75rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UblHc02bItt4dQKGR7r5O1J71LmUoCzM { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.75rem;top:37.5rem;left:4.25rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 { display:block; }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UEfdAhhmRRD45Im14WRBrdyEyQGLVbBF { width:27.25rem;height:1.625rem;top:22.875rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoPJ3TzsVczzDtbK1DZW49cpm5H6ziOo { width:41.1875rem;height:5rem;top:24.5rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6LKiDTpNrGQnzikHc4BfV6AdnnkCcfq { width:36.875rem;height:3.75rem;top:30.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymyG5Ef1wPTPEnIhWPiIn2Q3M7TfFuSJ { top:1.0625rem;left:0rem;width:26.9375rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDikbXtc0NsEkWG9JAi6U9r8nnbEAR3w { top:20.25rem;left:0rem;width:41.375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7odZqwykeOivoxrHZxZkAZa5M70gOrT { top:20.25rem;left:0rem;width:41.375rem;height:13.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fp1Hoh5e6WL9uObZlBXe5e29TkWSLHMP { display:block; }#fp1Hoh5e6WL9uObZlBXe5e29TkWSLHMP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cfc6kbHLx8f0MEnX25dlBUi30KZhKCaE { top:6.5625rem;left:28.0625rem;width:19.5625rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #tozaPAJxWrBR5UtyhcxuCnBF8gKU4R6d { top:6.5rem;left:0rem;width:19.5625rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoeHSNauCQLD6e8iEWr9Z34qxMPpbQSE { top:6.5rem;left:14.031251907349rem;width:19.5625rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 { display:block; }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .row .container { width:47.75rem;height:45.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ikKrI7e1t7uEQwEIeWVhh1pWsAEzrLV2 { width:23.1875rem;height:1.625rem;top:4.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6Npmt3LSkG55QsgGUDoAUXSDUVauTVE { width:23.125rem;height:3.375rem;top:6.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7Q1Jm4C08FbpRbORxiLdKbPk5eSDaXV { width:23.125rem;height:18.75rem;top:22.375rem;left:0rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #EEHcX1bBC4Vws0MVCv6NGqAMcbNOoKgm { width:23.1875rem;height:1.625rem;top:4.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G22qCQ7b6ONehRxIHzbLrzHdH77nblTW { width:23.125rem;height:3.375rem;top:6.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2ONNTUqLlLKlHr5wUdJtVQT0LsNu0yd { width:23.125rem;height:18.75rem;top:22.375rem;left:0rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #gWEbnlg8cVQX4xcKkQEPDzAHmODmz4sd { top:3.6875rem;left:0rem;width:25.8125rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNHCUs2yQA7IWeyQzXPSu32mk42wNzkJ { width:23.125rem;height:18.75rem;top:22.375rem;left:0rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #eoMxiL9TABhzCJkp3QXR0HDlQQfdouSq { width:23.125rem;height:3.375rem;top:6.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X42c6icCsAOip3Eqf46P2cgmWe96UTyc { width:23.1875rem;height:1.625rem;top:4.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2EoXmCJ8Tr4Uq6Rn9QEpfJHMbu1EeOv { top:35.125rem;left:10.75rem;width:8.4375rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #veUiRyNkJLkoapT3UJmU2nAWLS8xEfJZ { top:25.0625rem;left:0rem;width:25.625rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMXErMp6LIndh8ETDlXFzVbeXiF1NzsG { top:46.1875rem;left:0rem;width:25.8125rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dq8D2BigZxL5aFktN1mOSVvaWQXL7JI5 { display:block; }#Dq8D2BigZxL5aFktN1mOSVvaWQXL7JI5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k7KKaV7xTlguFc2WKydMV7AmSTl8qg5D { width:47.75rem;height:1.625rem;top:4.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gT7OWzm2kKTs7yBQhtzTv4CafsrV9U0n { width:47.75rem;height:3.375rem;top:6.875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e { display:block; }#f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lrTmZ9QKqd9XgwEO5BrQgnpJEVl4L2tM { width:13.75rem;height:22.5rem;top:1rem;left:0.8330078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzJrx9QQE3oC3c0wQCv2y8krxRLUEDH1 { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tD3oBrq1qZaTcWL9aG7Ic6inbKrERdaf { width:13.3125rem;height:2.375rem;top:8.625rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhTgTphtvpA1GrtzFDdTgzyJp37l9CtO { width:1.875rem;height:0.0625rem;top:7.3125rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBtkdmZvIdkAX64K4hekzvtATVIHEKBr { width:2.8125rem;height:2.8125rem;top:3.1875rem;left:6.53125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNmG3AZktqxr853IPi6ngpIU5vcA3PJ9 { width:13.3125rem;height:7rem;top:12.375rem;left:17.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzM6pvEEXpEoJHyTake9Fa21VOvltLDG { width:13.3125rem;height:2.375rem;top:8.625rem;left:17.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnJdEUdnBGx3Cu46LrLKDCXGpU2AWTWi { width:1.875rem;height:0.0625rem;top:7.3125rem;left:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyEn5hReqScCBqHoq1KQs2V0RdN9JPkV { width:2.8125rem;height:2.8125rem;top:3.1875rem;left:22.40625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhlekWNXkgIUIbdOhzVLyvo53yVgDePd { width:13.3125rem;height:7rem;top:12.375rem;left:33.134765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #py003cwex05IKoloBR228U0OX0cs5QAF { width:13.3125rem;height:2.375rem;top:8.625rem;left:33.134765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tgt80JgDxrIxS15gaUKtE2sX2qB8CEhy { width:1.875rem;height:0.0625rem;top:7.3125rem;left:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8v4H8l9msebxg27T7umewCWzkL5259g { width:2.8125rem;height:2.8125rem;top:3.25rem;left:38.28125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGhnC5gTXKF7WhRslXuzpPKwII2ziAlI { width:15rem;height:24.8125rem;top:0.09375rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0EpJFMEnTbIEfB1TtpVdGmzeGGBCEDW { width:13.75rem;height:22.5rem;top:1rem;left:0.8330078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQ5icEsvLhCRuWrtDQvWbhHrGQkTL6sV { width:15rem;height:24.8125rem;top:0.09375rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaVwm122iKqMvvoPdqQbmPN4V2GX95Vf { width:13.75rem;height:22.5rem;top:1rem;left:0.8330078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAV8TwgTk0wfUng9UAW4u4bf0ScTv2Ar { width:15rem;height:24.8125rem;top:0.09375rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV { display:block; }#Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vro0CJ3C93XE3wZvVI1KxHTtz9z5qTyZ { display:block; }#vro0CJ3C93XE3wZvVI1KxHTtz9z5qTyZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y17nz6GyQ6HoHcSdv7rd4WfpZD84NFzP { width:47.75rem;height:1.625rem;top:4.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQPRIxEABzBRC1QshZ7I0T6fP6iJuE9b { width:47.75rem;height:3.375rem;top:6.875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHCSAVXe7PGlpLvy7PaBuodBVntGvm1S { display:block; }#sHCSAVXe7PGlpLvy7PaBuodBVntGvm1S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KD9ZVJvyKG2kUiFTFK8ceTqPnbck5pZc { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZQavg9t3UO5CZLOoRDfOtcv4uRH4NhO { width:13.3125rem;height:2.375rem;top:8.625rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkBpqeLssm7GGo0fNBSWatVnuloZM2Pe { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIwrqukE7JTGesTxH6T7zltbmTiI9iRf { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPUzcDlxkI6bRoNx5oFtWqOgFPr8dG3n { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TV2aWnEcxL1TiTaKC0y65azRKJMx5WsM { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTiKTEyiPaV2p5nLHbrW56uWktDnpX9H { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngWcJxt1Cl5E2zESDCsltugtxCatVt3h { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMc5dDdWz6X1JF2ylh0myTVBConJaeb4 { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5TfSVnfatdBaBgUUyd3XEKRHexkc6tf { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpBUQZ3NyoNioiJorAIQSaDdRDHU7dPh { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTXVyNPzzJaRyUXsiJu4g3FoVnTD1yXm { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6tSHtZiuS5czC8NcRWAQxT805TXhGoJ { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ax2pUgCbt9aaH99bhN6CyBcFLDOcLtHg { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLObgIA9kPM11h2kZaCX3WRHFmlthT9g { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3G0Mu0ULi9nJpLFiIBQkfL1iXsG9JXg { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcL3AMLVQ8MvzcQpRUdLDTLDkkUCtTyK { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVd3udkm1vvqJBRgqOIwnI9eGLgsCy4m { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G97IFOq2EZUsqNqSvhJd2ILdeBovgSyD { width:12.875rem;height:2.9375rem;top:61.3125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pE3tnWcEZDwme6t6XxpWTSkCKITn0TTV { display:block; }
 }@media only screen and (max-width: 763px) { #e77UkSuKJAk99Hl9Ex6xvTpTm9XDfNUb { width:13.75rem;height:22.5rem;top:1rem;left:0.8330078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWOUGGlD7zXcI82UM4dyMB6nnXUpLd3t { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOeMGW2a1WKlcv4EUhwirr5sLg4MQNSq { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4br5VoOmyxuiaB0Sdek1CVq2J5Nbf8V { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bl5RT4sX97N1sfMAdeTbRsb3mLaZTXsa { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibA5S87NGtqNeAoV8EgGbtdOp6XSXS3z { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #By0Moq4JsMJBbyJuZb3T1Ilmwll76PtR { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPAtWA1TSTeE1cXOhEzlQdo2m63Hclyh { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HreOiRP8p1QKGbfSWMz0AmwkWeh5RlfO { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4dVMFrf5xhpe3FgagzBM8uxzgVI5fGE { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIEBIoxI1LqpwwIDs2US4lVmyJDBFdeC { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQObX1SwuE0mmLdMaH6KuvSbIQf2z7as { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yp6aHyyyT26T4UsCwTh9D2kG8qbWyc4r { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xokS1SdoDJq9uhDeb1TefB6EaTCUCTrv { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCCsmHbtskb4JdeieSAGw9GAARqmfSfh { top:26.6875rem;left:0rem;width:19.375rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWOvlJWBkdCwK0NyOxhsHehaO1fVeqQU { top:34.375rem;left:0rem;width:19.375rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #btmGSUUKXvn2gu51gVfICsEkX3uZiORg { top:42.0625rem;left:0rem;width:19.375rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #clLX8GW1iBz2DriO0N8wqQlsmE3SNbV2 { top:49.75rem;left:0rem;width:19.375rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XewUt9vZw4V4ev6eAHbZV4n4lVM9MZEP { width:13.75rem;height:22.5rem;top:1rem;left:0.8330078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlngAgf2XzcSAf1aJDlAaLyXb5tl0yO4 { width:12.875rem;height:2.9375rem;top:61.3125rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wbr1caivTIZGkkMH0kXtLWQ9ATH0pviJ { display:block; }
 }@media only screen and (max-width: 763px) { #TwtWCB56ZpfLnthdATJkodZZrfPTZsMk { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToAbwt7nhiePcQZwn5CaLH9kHIoWDF0y { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALTQtiMWBkv9TNbclbk9JDkFPJbAiILV { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTeRr89W2GFRUEklMqK92gzfuELipvFP { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZGmEJg4ItnrThsg11lMOmiJimJ9K1up { top:49.75rem;left:12.375rem;width:19.375rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ES2OWDoVTCeX3QP1ye6xRMRCLczrQQF9 { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3WFFs7xneZ2n4Cyxtnz9NxTAyvmOLBd { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R64xnGMotfuLwtr74d36LwllRPvcEIUH { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITFygw9vSOEGikMcQ80QJzIvXBXtuZ0w { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6qgSRzRSQoOTwLzTZZor2kaqHq7RVHA { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXCs4DnWdLRDNa8MqKpyIGWzyDT0OuJ7 { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #egKeGs9ZCACE9nSdOX1nTy3x7ioUHdxe { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaW6kFaryWvKizqp5NEgmXWkUSl66S5B { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9IBEKFGxaehcy0Q9soo5uGAI5UsRAch { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRSywkHCe9IsJEI7VnpMO75qITmW1ThK { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ewx49GkTfUWNSzLANO5fggphd4ywbhWN { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qx8EuccnpbPyvxe8WtJOwQ6qin8fl5r5 { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFJ8wNwhu3dlsa2GBUheETx08lEtAqSD { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTtcgIERDLPcCTE9xJ9TtFiKkWIctJxS { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0SaKMn19CreNOhd30oDMJCgMqILBypy { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyATP4mfH0nOhL6786Gk2MAMDo95VHSk { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iplo5rpw6Ob9Un6wk5Tzy6lq6TXAbEbs { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqC3axwiKOpTznEw9fOS6NOgbbru0Txm { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWal4FIE04TO8Ds3QsGa1CuVzhp2VUhi { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzJnkxgDF8PIK79RFiAg60T25cLX0Nsk { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KI48FpnsLSDZLTdEsw3ECSb4aiPLTc5u { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7qMAvTFupbGhg6zrfwdFvupT1AHC9pz { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rs6d6kuRGKbQ0OTGzmnAWLA9vrd6g7wT { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7Vc2x8U6eUT4IkN8rBGI2EOgoOhhVvd { top:26.6875rem;left:12.375rem;width:19.375rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #orRVRq18pPN62fqeTPgDdBkQcTxH432P { top:34.375rem;left:12.375rem;width:19.375rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5wbZCtFvQwzX7as8pz6VW4Jxc4mvikA { top:42.0625rem;left:12.375rem;width:19.375rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxrcX45GK8CysuPKH5MLID2sTyBE4z5o { width:13.3125rem;height:2.375rem;top:8.625rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qS9Hy3DMzuFDy0K17nA9OqluXyPpxFsS { width:13.3125rem;height:7rem;top:12.375rem;left:17.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4btCtFt6ii8uyfwg0AIkXMaKPCWfvs0 { width:13.75rem;height:22.5rem;top:1rem;left:0.8330078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N34vXyXCaDKyil4WABa5lvNerLWFNKSg { width:13.3125rem;height:2.375rem;top:8.625rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPvHn4FUV5LIQziulUtSkuPLThIO5hdX { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOqzgb8LL3bfAVvoIqeHt4JbfEAtNkH9 { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJtFQpZGC2rG6vxVLpOvNFDEzmg8MPMW { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFkGXiANl5SvySyOvrfF1kJeuN0rEKz3 { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuPGulJyP3nbFal2riBkZQeSx73SPXOI { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLXTQWA6nqNDXmFPOsAf6ensb5LJRFIf { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7EOcO4QaJ05CgVqyoRut8B4ImhpIM7B { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcUqMw5vzCxFL339aouMghXIcXvU69k3 { top:26.6875rem;left:28.25rem;width:19.375rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6uKhinO7dnsfEQIUW78IJizUpqTXQR3 { top:34.375rem;left:28.25rem;width:19.375rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRabwtyrZ18gV6IfM5VfKyCEmTRXJ8eu { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTXbk3pOoNvIg3qrGiCuk7t9GqVE6bPS { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSOveQJaq1lTh6NQ7eupQLgUPxNsag8c { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAcmNVcwep9uevOOsMgrMxllrmFa40N6 { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzlPionPCodfcsTECcdXFhD7ot9v9mVo { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBRknAwkTTm74w0VqGZLVGeUneeOwOBc { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xo1HKsUS8CTLc0KeBDwiL12ryQF2xh7r { top:42.0625rem;left:28.25rem;width:19.375rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLoXQgKMmZpCmLZthqvPyIi3ruHet9TX { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGmwfPUU6MpgJ7QOdMv0pMT98ynOPLPt { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaz6Uc97pVD6wOAxIitWafMB3TRklh8z { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1zQ8sUn0gFWACqCMMQ4IHruJglIUe8B { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T73mWN5xzo5OKrLw7zn5FVGmHeKbDEMG { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKMaiNnQpbZrCP1E4FAQXa6Lmuvozuf0 { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaQoBgB581L69nyrmqhlShci1MGVVhrm { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmcTEL0saVU18eyOuC6lS824x7pLSdTu { top:49.75rem;left:28.25rem;width:19.375rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGeDvHl7Pe5m9it6cVC8C5BMTyUWeKhT { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5IsgmU5cO3JL2acVuuu0Tr9XDiIPDo0 { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6PCTueCNb4hB8ynKUT3WuS8OzRhThE7 { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tk3OXv08ZEy7KhDFqRLCbrVPFKD86PxA { width:12.875rem;height:2.9375rem;top:61.3125rem;left:32.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jp8WbFU2P0vE8wPNalhlA1MHQDKRvl8X { display:block; }
 }@media only screen and (max-width: 763px) { #dBvAzDkGhJ53Q8szF1epq5gfu9MlXS0X { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6OsNIGigb2NkT5yTUvxWoElvgEUiiKv { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygGKASUHTgHUve8Qlo7eDEGG9NTbJK3P { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTHcxT2ETLHlv7PgUVNd2b2W7tDcVlIE { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUO1uIuhqP2IFrKaLpPPhJdvGK86tLUK { width:13.3125rem;height:7rem;top:12.375rem;left:33.134765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPkfTDiUPuDDBfcv7yU8R8crh1ieXlu7 { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoooWSqv0e7NQ5TQQwi3ThFFguXALnw6 { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUQMDT2pzcHTWedA1nUN4mkH7wwiRvBI { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtBlQnWCPhdxG9lq94PL75yX0IDFTT4L { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwc1d13gEVhpl2PvhJIAJXOdbi9DsDzX { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HS25SrFp9TT59V7BfPeDDiIXQysMCorV { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmaEPWPFbsSzROuzaOl3ZvylOArWw5bB { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnG6mH7zsGx2L6PWMddLdHhJwbWvQS8r { display:block; }#KnG6mH7zsGx2L6PWMddLdHhJwbWvQS8r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PR7nd4sXNwnc3cTJoD6eRMFHPATAdpo9 { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aA1ToHbToNQAg6x0tN670ncZ7wvBPSr3 { width:13.3125rem;height:2.375rem;top:8.625rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #knSXo1JRzXwalaPhUiGLz9alAfhF7kTv { width:13.75rem;height:22.5rem;top:1rem;left:0.8330078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIDLOoaEbEp7BtIVX2rzaI53qg0UUDuQ { width:13.75rem;height:22.5rem;top:1rem;left:0.8330078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTtlfk0SLTvrnKlkfy7ZUH5Drg6L1wI3 { width:13.3125rem;height:2.375rem;top:8.625rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyudBUJA2Z8p2Kg54fUsb6CwDbqdV5om { top:3.5rem;left:15.3125rem;width:7.8125rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyRh7kmEniG0Nqx2GiT7Egxd2gJEhyFh { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jl1KKZU3URUPkCF82o0SoThBMAc79XwP { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #maV5G2bAJKGA1TozXwmsfWpHUh4wRE1T { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6TKsZ0a5BDwlQbmIlbJDVrH97VQknvQ { width:22.875rem;height:2.125rem;top:10.875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIAiq1yRzbKvmGw24yikazDRTUnaTiMd { display:block; }
 }@media only screen and (max-width: 763px) { #RMQMn2r6kcAQwCUHKw0TZMbntbUyOWHB { top:3.5rem;left:39.5625rem;width:7.8125rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EV0lUsZup7nBNx47cSdrBeSX6SM8xlXk { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #baUdpQx8xBaJvl9h3PPphgxsEAgWDfKW { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8SRifaRmnvlTW8gOA1abKcZy3LRdW9J { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTPeyq5wT9aLnyyvMnoTK86Mlbl09NMg { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBZJ3oFypcUSk1LQB4ROMVeF1FyxZuw0 { width:22.875rem;height:2.125rem;top:10.875rem;left:24.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DM9E6yWEvfuKtoJKAIweKvzVmZWxnN4E { display:block; }
 }@media only screen and (max-width: 763px) { #vMLa5fLxsUeEmAtwlud5EX30LWKstpeP { width:13.75rem;height:22.5rem;top:1rem;left:0.8330078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aClXLhTnAr26Qs9IesJXGR9NypcOXVTA { width:13.75rem;height:22.5rem;top:1rem;left:0.8330078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbgNfVRZkukWVHWGutnECzl4acGkJTTg { display:block; }#AbgNfVRZkukWVHWGutnECzl4acGkJTTg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oGvRV3EnnXeUIXOkrk3Z3uVSM38oIvUt { width:13.75rem;height:22.5rem;top:1rem;left:0.8330078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddTX85HAgSmTT1L8RQrJ0QdZTUpbK1zi { width:13.75rem;height:22.5rem;top:1rem;left:0.8330078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTiAGROxX5vGkiB1Kmty7zaGtRm8SaKf { width:13.3125rem;height:2.375rem;top:8.625rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRGPMeGiyTVDtXJEyFNFP88VMqTzTnyG { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4AxrTnyc3rUkIzh7Mz9sdpI0thVH7FH { top:4rem;left:0.0625rem;width:10.4375rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNtzoUwqHEcB6uTRiaBV0EBHrRqXiLNR { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvnR5dCrMnTo7b4kTNloabawGgJn7Pke { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GP8rVOaxU0vt2ODDcJhwHcVbLCDXoA91 { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExzGFFUAQ9iV2CQiHJVwtPTNOoO1e1OL { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQO7LIB1hkWEvTBQLNH0kCAHkTHzXvTO { width:22.875rem;height:2.125rem;top:13.0625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0LLziABlqAtpgrv3ybf285vxQwFlOb1 { display:block; }
 }@media only screen and (max-width: 763px) { #mB8PXUWNfCeCHRsgiuBITIq9OFCJFTIf { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIpLfhVMCFD3OJ02fAfqmdOazIMBJdQK { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SG67udeCoVELaQmKzBPJhR2PhgSEXqWe { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lL4ElNtuxgkPiikDBQsIpGh74JLnWvOM { top:4rem;left:13.125rem;width:10.4375rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixA0T4yCqibeZvVMcvtQT2xyDsRo2C0a { top:5.625rem;left:36.25rem;width:11rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2AuvppGGfc3IgVSQZUpvKB9iAa0lAoD { top:0.5625rem;left:23.875rem;width:13.1875rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L37A0xTsXftNWp1EzOoyGD6sPEVO8hlp { display:block; }#L37A0xTsXftNWp1EzOoyGD6sPEVO8hlp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MTXNV9rnahXrTTtCE0XfTMC8PyhKr6Py { width:13.75rem;height:22.5rem;top:1rem;left:0.8330078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOza7g4b3EAX6IZEDKEkKTdWxV3zUJmC { width:22.875rem;height:2.125rem;top:13.125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPXqIHGHWiOgrnsXC7k3eFA4X2XqdmnO { display:block; }
 }@media only screen and (max-width: 763px) { #TcRUi6UNGNDComz6Tl5mem66kS7AaMyt { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMR3HTqtADTZKvTcLNFhEC8tQdtByNL4 { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVuo6QBFTqXTDmtwK5kZ46FoMZC8NPfN { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mybl7t8m9qzdnBiZMhpC9teP3nv4R2iJ { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHyzlk1iunJ6PPBE4aQ0Sv1eGEX4cSR1 { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qvy0NXQwIJL97CGR2xn6qQHSNm4IwTO6 { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tU7oWgaysT7LdBNMaNiFcCtBeAaFirBz { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5dIWKQQemsx1JDWFgKuS1XviUFpdwMJ { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBpWsqCfl4s6pvJb2IhGecnNKqX1aLDK { width:13.3125rem;height:2.375rem;top:8.625rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2cut6AlpMVUUn5nlm7OISIDFEJQsdMw { width:13.75rem;height:22.5rem;top:1rem;left:0.8330078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSLaBE162iWUFi2qQVuBxlrblxIvG2fk { top:4rem;left:0rem;width:10.4375rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJFie5Laz9Jh4v6VS4TucXbnNchSmbJZ { top:4rem;left:13.136720657349rem;width:10.4375rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlES5GOnoGfWK5TOEfAv5d3D6y0MinVb { top:0.5rem;left:23.875rem;width:13.1875rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8TocTzgoncahxsmatOdNzSEpqBWHdOD { top:5.6875rem;left:36.25rem;width:11rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAkO66AP63HdpIT7hqrsbtpXsMwtW1Xm { display:block; }#KAkO66AP63HdpIT7hqrsbtpXsMwtW1Xm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WJPTwHrcTPTEAStr80NWG4B2gHXfZvJT { top:16.9375rem;left:43.6875rem;width:4.0625rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d33Enhixs432OWD9WRs1SSTGkQpJfizV { width:13.75rem;height:22.5rem;top:1rem;left:0.8330078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHLCASF31OfS1NmPbofHqXokN6uoDCda { width:13.75rem;height:22.5rem;top:1rem;left:0.8330078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4MHtEu693MxcG0hTToSGoc19qBN5eeN { width:22.875rem;height:2.125rem;top:13.125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOBsxCCqqQgMIFXImAP0PfikJ16ItoTs { display:block; }
 }@media only screen and (max-width: 763px) { #DTnfbfXCQ4OvMw5xnRopKXDyioKZ2imA { top:5.75rem;left:8.3125rem;width:7.8125rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQtvNXy5r9RTyheEha9Lb6t33T0ytT7s { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnpgpnAs7nrqXzibdkc66D8wQeaTWzhI { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tisy7tgwJrSUgzgMsuurzX2IBxTtgOZz { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRkiQPTaXcv9CBrGNQ11ylnuloXHANr5 { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJohgdl4VCImqwFMeHEHJszU3lUA29I7 { width:13.3125rem;height:2.375rem;top:8.625rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMUtGZFWiAD956TiMnPzkEt7xIH5gwsX { width:13.75rem;height:22.5rem;top:1rem;left:0.8330078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VL31XXTrsSZKSqeTHdDcUwGSl7TrvpKf { width:13.75rem;height:22.5rem;top:1rem;left:0.8330078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovUPSaI18F9z5wnuBgQCQbWeJQAQvSDP { width:22.875rem;height:2.125rem;top:13.125rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCMTk3aywJDUmSRWC1kto0yo75GAmvwi { display:block; }
 }@media only screen and (max-width: 763px) { #bEdXKeOSGAU30TU4NiP5IneUIbOdTGSe { top:5.75rem;left:32.1875rem;width:7.8125rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdJVvaRTFNSTdv3rbTggJDVDX0FtD738 { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8dx1rOmeJWwI9Ecm7WkQap91KBDRT3o { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3S1M6gPbR2hd5MlSTE5gggxpioesrsC { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJWcAwbnTTwmPona7xkia5JkPoXZ3022 { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIvWEA8ixox3Fg1B3p37dFTIrboP6F7P { width:13.3125rem;height:2.375rem;top:8.625rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ernZvTkADznTP3incHRTHXNgdWgdhw90 { display:block; }#ernZvTkADznTP3incHRTHXNgdWgdhw90 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ahO4UUSoOLhpt0WC9IGPrKPUD2nJVmFT { width:13.75rem;height:22.5rem;top:1rem;left:0.8330078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfcbl6TksZxQW0U11o6xa6pP6rcN06QJ { width:13.75rem;height:22.5rem;top:1rem;left:0.8330078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuT2hhv5SLUoz0dGT5bV8BTCbvq1xCQF { width:22.875rem;height:2.125rem;top:13.125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiMXoXSoXvPB5JdmSiVVaVsoT9i0WCWm { display:block; }
 }@media only screen and (max-width: 763px) { #UPd7VioAQlL4qkA0QbJUP48Xox8DC5mT { top:5.75rem;left:8.3125rem;width:7.8125rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2M7FrIRTnSMSynV9S2LfAygPEeckXxJ { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #szdZK3lw5R5lRD3STkOG9qcfu6Pl3PAZ { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #metzMnpr7kdSuu9lQhMe2KkDyTPAN2TW { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cv7cdokgHZtDbAm68DJiRFucWn3hTqMw { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWaXPinJEt1nJUUKffNFDBkP4QDagb27 { width:13.3125rem;height:2.375rem;top:8.625rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucTESgAAEppEx7UqQzQCZXBNdAVT4fEm { width:13.75rem;height:22.5rem;top:1rem;left:0.8330078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZG6IXqys5CkBvO4MXFtdrSOF1J765nf { width:13.75rem;height:22.5rem;top:1rem;left:0.8330078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #glOtwhy3d9eewI9kH6ZVZuLhNyqFfO6f { width:22.875rem;height:2.125rem;top:13.125rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6zbycfA3uJ9XRrUceqwGTvaUt3sX4hn { display:block; }
 }@media only screen and (max-width: 763px) { #PlBlPTkNPKnSlGVNenBfvN6d9TSsB8ea { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJLyzhUfM8mANeVLwneWsiFPabQ2TuTK { width:13.3125rem;height:2.375rem;top:8.625rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVLErfzzpoIat9KXgS0B1UiFL92s4cs3 { display:block; }#TVLErfzzpoIat9KXgS0B1UiFL92s4cs3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vx3TlPV6hWyQihUtUQJbOcfhWaQBmdqn { display:block; }#vx3TlPV6hWyQihUtUQJbOcfhWaQBmdqn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #azihA5kwvNb4CVmc564To1Hg2v7xTAxU { width:13.75rem;height:22.5rem;top:1rem;left:0.8330078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTQnrLNfhKJ6xTlKHMiNlTTyaDr0epUB { width:13.3125rem;height:2.375rem;top:8.625rem;left:17.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdvFx2TvDWsB2Co5fDBTApRSXiNWkneK { width:13.3125rem;height:7rem;top:12.375rem;left:17.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDTrnIkzenL4rz4RutThTShydGkmt9q6 { top:15.1875rem;left:10.9375rem;width:11.625rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLGqFOxp9xXUu6N8wMVTq7uUdtJ5vooC { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKGcFsJqHBy0FvouJJ65z7LW3HNCrpC9 { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLS4DT8Oc8z4pSso9FfaF42UKmK2OeQJ { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DH6Sm2DaVa6rPlT72lshFK2g2RCGLAVg { width:13.3125rem;height:2.375rem;top:8.625rem;left:17.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #to3uXAZ6CIl3QFNcdGNuF3lszOtyQMTh { width:13.3125rem;height:7rem;top:12.375rem;left:17.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UL5CEU7gqzLXqWq4g5CpcbnnRKcCterL { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUg41NRHmTAZs6rSfcAwQU9ZBVrqiH8x { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNBCiGdSmoJyCFPKsP5eQkJJHl0Vmybr { top:12.625rem;left:40rem;width:7.75rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5MqQcQbriaD7uQ3nr0CxHlchBMNucbF { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDtBDTTW01kiSN9z5efhF4PumBeCUZ3w { width:13.3125rem;height:7rem;top:12.375rem;left:17.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrxuEQwsVxPdITo25sntWc9lEuUJBAfT { width:13.3125rem;height:2.375rem;top:8.625rem;left:17.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXDRFe9FF3KgIkzFyMgGcnBMsFLK3cHx { top:15.1875rem;left:23.9375rem;width:11.625rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLb0KLDLn8nqLtVxVPG4vXxNX2WTgtRi { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHwG0oeSnQwezTI6FTXWgeprRdhswTbS { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSVqbdTZDT4J0JpxQ1U1v6qwaekeq76y { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSmxeiblJIBMFrRTpeZRLbeWUFAgZXJP { width:13.3125rem;height:2.375rem;top:8.625rem;left:17.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT45ov8NER0x6skVp4S8084gmmg6RZvz { width:12.5rem;height:2.125rem;top:26.8125rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXLT7kzyVmXBSLkB0hZMJEyRNlD6yTWk { display:block; }
 }@media only screen and (max-width: 763px) { #HKMe0P8kX3I1nHoXSGFEWXEVF61h1otr { width:13.75rem;height:22.5rem;top:1rem;left:0.8330078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TV1mVFFlrwUgiRsIpVyR16GUxxAVF5Mf { top:12.625rem;left:10.9375rem;width:11.625rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnis3Vd91Wm024u3vh0tpsrz8nrWelWu { top:27rem;left:11rem;width:11.625rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oT0PQ4wFdztSR6asDFqL3iholrT5TdE1 { width:13.3125rem;height:2.375rem;top:8.625rem;left:17.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkhFApG1aBxXMU0FBc9QuTaNVVco4vnV { top:12.625rem;left:23.9375rem;width:11.625rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DylsAFq2IKlqKHoWvAJiEJTzLRlhIi64 { top:27rem;left:24rem;width:11.625rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkEAr0Xm8soDIlhQOQvfDPmPWQ11222X { width:13.3125rem;height:2.375rem;top:8.625rem;left:17.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLWiPcuTtUI2uXLuPuchmGBTKD3HPRbW { top:12.625rem;left:0rem;width:11.625rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3O5lX2Z2ft2stH4VtmEIb0lzE5l71GA { width:13.3125rem;height:2.375rem;top:8.625rem;left:17.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8Zdnbhsered7Hbr3yuViLzqhfs1wcHB { top:15.1875rem;left:0rem;width:11.625rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9Iq4odwAGp1h3ixK9tIgIM2q59Jgk2P { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WG7EDMbGmFM9kP7ybNWmFtS98yTkSbxg { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZS2s5uKDE5kT1exZvTWgyKuPFSQIzFx6 { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzFGsbcCk43IwTJ7DrZkaEQxToiR8qcP { width:13.3125rem;height:2.375rem;top:8.625rem;left:17.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vra8Utq9rDcMQBC7LenppnOfS2TzurAE { top:27rem;left:0rem;width:11.625rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUrKbab9ltIq6qwoIywBET58pSSOI5mZ { display:block; }#GUrKbab9ltIq6qwoIywBET58pSSOI5mZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t5kLzk2n78gK7yG7m4O4nzIGD38u2Maa { display:block; }#t5kLzk2n78gK7yG7m4O4nzIGD38u2Maa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BQgug02pCixonWuFlgGh8lWkAnnLP7Rt { width:13.75rem;height:22.5rem;top:1rem;left:0.8330078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPrTSBUOKKt3isb4wAEfBSD45eRJX4wZ { width:13.3125rem;height:2.375rem;top:8.625rem;left:17.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xl6BsyZV5LRZZv54bh3R1rIAKJSv5Ahk { width:13.3125rem;height:7rem;top:12.375rem;left:17.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FN1W2hJiKLaeO5pNAJK85OJIcFbTb9Z6 { top:15.1875rem;left:10.9375rem;width:11.625rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVB1HMhhN2wabzabtnIzIRD4wq3H3qnp { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3EMH9swPELMAiBbQsRWLBT2Pu20bRR0 { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3TPwcbVviALwJBcpZfgBGQq31ne9MDD { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxZittxwZbn1BpQZb9QcEH77ooc6AiPa { width:13.3125rem;height:2.375rem;top:8.625rem;left:17.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykAJ2vwzCI8L7RiEv34XnwPUMpHX4EfQ { width:13.3125rem;height:7rem;top:12.375rem;left:17.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #le7oSgMKDp09qs2TZXanLuDXhphL30GS { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrBtZerk4KzhaFrshsTSIwL4zpo27yix { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXDmmo3mJieRkCmMzZKTAKvy6xJr3c9c { top:12.625rem;left:40rem;width:7.75rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2MfqMhwKAlDuNSixi3N5koVLAfUySkA { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQT7db8eQNbVi68Kd1dAkTBxWMPDy0QX { width:13.3125rem;height:7rem;top:12.375rem;left:17.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORJVtggKcJA559PZBL02MLzM0pmLiTdC { width:13.3125rem;height:2.375rem;top:8.625rem;left:17.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPUB0qJTMMLIfpXVoPmNgdW05lxkpzua { top:15.1875rem;left:23.9375rem;width:11.625rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBrtRKiTIbCWggHtigoEHirXPx3WCyLf { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXGR3MBuiLZronEVhhzOpxeuztXuy1K4 { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVPvyV8rEduVcQZrn9AWl4W69WJ5Pz9L { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E58rNuOycBOv9NnyywqhKIhoCPHCKCW3 { width:13.3125rem;height:2.375rem;top:8.625rem;left:17.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZoIvw2SQGXvmmwbfzRe5uzbzng7muDG { width:12.5rem;height:2.125rem;top:26.8125rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0yri1yemALhWbD9pKD2Kg2AuAEzCuDR { display:block; }
 }@media only screen and (max-width: 763px) { #qDiiQbM1aEVHunLDsqMwTfbV1TKGRmBz { width:13.75rem;height:22.5rem;top:1rem;left:0.8330078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNRzzSx8aC5gGm9wCzMQMoss8DaoEoCL { top:12.625rem;left:10.9375rem;width:11.625rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIGlpFT3zcSUKWDAv1C0T8QxTHMeXDhO { top:27rem;left:11rem;width:11.625rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISbmIAW51rSoNSDqidQwq7E7TBqzsq2M { width:13.3125rem;height:2.375rem;top:8.625rem;left:17.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zmk1KOCmP38RbU4GO2xt5DJFB7GRReAI { top:12.625rem;left:23.9375rem;width:11.625rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdgtFOqyb3oaOynTBvzt8Pw2oCaBZbyS { top:27rem;left:24rem;width:11.625rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqTkUeTzPuE6GJvlgXvT2PwzvuLUqdAo { width:13.3125rem;height:2.375rem;top:8.625rem;left:17.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nosIGtpNIwBB8fmRRvTZ1AWGabbGJyP8 { top:12.625rem;left:0rem;width:11.625rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHtAvTSUzKdpyUAnCPLT5m0ndiyruT2b { width:13.3125rem;height:2.375rem;top:8.625rem;left:17.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H63sDFonTaqPAiiWOibwpxv0CTi3V37m { top:15.1875rem;left:0rem;width:11.625rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AskS0ZqMmS5BWNKrmLkmlwFMT1xcOLaD { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g68FxulZhPJrq1I7AFwRWVTtZJLXKlBw { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #duM16EQQX475e8T3CETCUtVCAeaBtdnB { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGnTCTuacs3xMml9NxBch1xbdq8Qi7Jc { width:13.3125rem;height:2.375rem;top:8.625rem;left:17.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRWFKq2xin9TxUuyitGPL4JqailCuV9I { top:27rem;left:0rem;width:11.625rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPeUZVnSZ1gOGc8Rzll1N4wdnVWL8sLM { display:block; }#zPeUZVnSZ1gOGc8Rzll1N4wdnVWL8sLM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uRdoWghtLUfT98ok8avvloP0xD9ikVG3 { display:block; }#uRdoWghtLUfT98ok8avvloP0xD9ikVG3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TqFTJTytTrN4rxO036UPMPfl36UtNyIM { width:13.75rem;height:22.5rem;top:1rem;left:0.8330078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErrQqxnAbh6zvitma6kUNCdIqwqeJmB6 { width:13.3125rem;height:2.375rem;top:8.625rem;left:17.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUVDnFNrNisygcV4Ll0QyhzeDL1nM9Bv { width:13.3125rem;height:7rem;top:12.375rem;left:17.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTpsgA2O9avCgCNPOTHiIMi19vfpzrB8 { top:15.1875rem;left:10.9375rem;width:11.625rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1DitDBKpbE3WEkCpL0LrsZys4phZFkM { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cr9khQkOruSLSyAbl0dnT2qQlhyrm2KP { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4iWXReqCSS1QePv5OruJZgxwru6gxBn { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zf0M98Bw0HhHEfTkqmw7STyeBJcuSdiC { width:13.3125rem;height:2.375rem;top:8.625rem;left:17.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEhvmlE9cxQqIGs6mTVOERGhQ9S9X2g9 { width:13.3125rem;height:7rem;top:12.375rem;left:17.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvTt1uGo9oGcPUBV2K0Pihqb21benmnk { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T83Bxo1WsODonlIOsKmculz7MLl3r84a { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhXeEd2O9qFRgk9DrTMAUW9xiMHNGMqA { top:12.625rem;left:40rem;width:7.75rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwDKybLnf47UgZhrXoBPyi6IyoKIeb2e { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdiV30ZwSkhOXJeyD5kNHbQ0fPEGP19X { width:13.3125rem;height:7rem;top:12.375rem;left:17.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdAUPpNNNFlgTW8pbPlIpgI8niFCmGll { width:13.3125rem;height:2.375rem;top:8.625rem;left:17.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnahATu7o6eofuV5yA6RGnvAiV0asizr { top:15.1875rem;left:23.9375rem;width:11.625rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZKefDROclWEa5utNX1TiEXoyQMUhwX4 { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykeOvlqV4AtFTMzPzzGP2NAkVzbWgkLX { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysExe1WTd25VCkO3nGKXWzk4yGQkO902 { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcJvtO2plla3We4Um9c0KmE6s5ofdKAX { width:13.3125rem;height:2.375rem;top:8.625rem;left:17.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqrT387vSTtT9KVWSRTCyKvUghbT7zU2 { width:12.5rem;height:2.125rem;top:26.8125rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSbplhGdGzF9qnhc1rDFKuVE5kMbQoJ2 { display:block; }
 }@media only screen and (max-width: 763px) { #l7dSrDCeLsoibb2p34pyhJEMKy0HeQ9P { width:13.75rem;height:22.5rem;top:1rem;left:0.8330078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFQBc9GWaskTT7hXNSUCR6nBKhawr972 { top:12.625rem;left:10.9375rem;width:11.625rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtiPilK3sQzx9d0Evh8xFWdRGAkO5xpT { top:27rem;left:11rem;width:11.625rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nM5roTu1VslpHTwSkTAfD9SBILTqBhce { width:13.3125rem;height:2.375rem;top:8.625rem;left:17.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPLvMATp9SqFdnn52dMQ6WX7gJBZ989g { top:12.625rem;left:23.9375rem;width:11.625rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhCsOwcsKUcvpEaNme0Nxys2RTemuQEC { top:27rem;left:24rem;width:11.625rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKD7PzAMF1lDz2IrKVrlMmNMgEMADOXX { width:13.3125rem;height:2.375rem;top:8.625rem;left:17.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWSnMrgdM1EyTtBeD2RlFi5y50tKPUbc { top:12.625rem;left:0rem;width:11.625rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsygIJ3X1uEO5UNpLvkSAIk5KHvrPXA0 { width:13.3125rem;height:2.375rem;top:8.625rem;left:17.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCZz2h3mtbKQE54cuPmsWvBFk4MK2caV { top:15.1875rem;left:0rem;width:11.625rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4uKk6q4VwlwEVXHHoyNcvTiUT7uDlRh { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExmvQkv8H6Ps23zvfBEd381QQpQlSi4J { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zg1m7XLLblqQrsxH13WNGPp4OIeeNOOD { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLltDv7em6mQnNblNxJOBsdezvbn1ACP { width:13.3125rem;height:2.375rem;top:8.625rem;left:17.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7cQ9mvG0DQD21xN5yrsZxy5A3wC5thd { top:27rem;left:0rem;width:11.625rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #weUogad4AK11mKumqSaDXLokrgo5nd2z { display:block; }#weUogad4AK11mKumqSaDXLokrgo5nd2z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NKTMIXtiSmRExIu6LV7gtrmv5tgpxPvk { display:block; }#NKTMIXtiSmRExIu6LV7gtrmv5tgpxPvk > .row .container { width:47.75rem;height:39.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Aig43PGmeJhT1KH0u60bvBLNS6Q8fKWo { width:19.75rem;height:4.6875rem;top:10.5rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTk0nHKfuV6EEKA9h47rEw9RQpR07nN4 { width:19.75rem;height:2rem;top:15.625rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5JBT433qmXwvn2MSesGVPpCNTwNLmZJ { width:14.25rem;height:0.0625rem;top:19.9375rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWRmoTHWennO7oSX0UXdSQhn7KoLEUkk { width:16.875rem;height:7rem;top:21.9375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2HTRthvTTpbHMo08thadnHgcXPrun0r { width:38.375rem;height:28.8125rem;top:5.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3DhzQlATpcTy9JmCeuTIK9aMD30ghzs { width:45.25rem;height:23.5rem;top:6.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKESCwTL9bmuk3eQaCrrEldy1XU3X2Vp { width:19.75rem;height:2rem;top:15.625rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGgCq4h4UkPJDDwQASUOd2Kh0Ch7ozMw { width:7.5rem;height:3.4375rem;top:22.4375rem;left:24.343751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFh6PVZEwOxNzHmC1k509e8QXZ8HM6L7 { display:block; }
 }@media only screen and (max-width: 763px) { #Uvh2cMZWP4Xntb9rIb7rTQN8yP6MDuBk { width:38.375rem;height:28.8125rem;top:5.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRK7KgK1lIKRwqXpE1ivBuTiBwxuDllq { top:8.8125rem;left:0rem;width:13.8125rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sv8JQFkTLMO280uUBrXXmfmT36vTrOCh { top:8.625rem;left:0rem;width:12.375rem;height:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKcVuOdCXTnJ703wu2VI8slgaiox0qr9 { width:19.75rem;height:2rem;top:15.625rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cmwa8JnGqR8td96H3DOTn0WHlu1dhwVg { display:block; }#Cmwa8JnGqR8td96H3DOTn0WHlu1dhwVg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #guM5tGKSStq57zsM7aPqRcyR4ThVVhw2 { display:block; }#guM5tGKSStq57zsM7aPqRcyR4ThVVhw2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qDeGREN2fut8ThJszg0oIQwohRAEoM0Z { width:47.75rem;height:3.375rem;top:4.375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSPpPIwpMv1QdreQxkBxCTkzWsHvJoaA { display:block; }#OSPpPIwpMv1QdreQxkBxCTkzWsHvJoaA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HDLSPs87TCiRifz3irhTkgdObsvIk36s { top:0rem;left:0rem;width:47.75rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MylTDuR1f1ygAMOvJLyQlbipClAFTRFZ { display:block; }#MylTDuR1f1ygAMOvJLyQlbipClAFTRFZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aLQep30mbddHrwRTxUMJ1uCi76XeAEWH { display:block; }#aLQep30mbddHrwRTxUMJ1uCi76XeAEWH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iTmQaDZIzRB2b44OybT95a9QMTPPETRN { top:0.75rem;left:17.625rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctMEpwOrLhVfs6hgLtGIFyyrMwgi1Dka { width:21.625rem;height:6.75rem;top:3.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbigrrqzJKv9J0hTwDkPcxOmwrczQ2To { width:21.625rem;height:6.75rem;top:3.625rem;left:26.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOFhes8C2ZQPDKSolCowvR70qvULdbu9 { display:block; }#DOFhes8C2ZQPDKSolCowvR70qvULdbu9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ABhsCVTwURyiSF9ae86BURTeOhvKGx8o { width:47.75rem;height:1.625rem;top:4.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4gK74XBL6oFq8Sd8vDMd69zVQyDV0lu { width:47.75rem;height:3.375rem;top:6.875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFfM05UkpAQe22D44BFQFg8TcR3Mi4gU { display:block; }#tFfM05UkpAQe22D44BFQFg8TcR3Mi4gU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wDy6RvvTH3si4qZ4A9GD6uHTFm6GmaE5 { top:0rem;left:0rem;width:47.75rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #As3pHxH2gETwGFUuqHiP4CdQqp5DQ87A { display:block; }#As3pHxH2gETwGFUuqHiP4CdQqp5DQ87A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vXlsnhhQKVaTqCx5zJ7VxsT7PLrpfmHH { display:block; }#vXlsnhhQKVaTqCx5zJ7VxsT7PLrpfmHH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wZq4o2KghxoRm3hmgDhyHs0cJgVyUkTS { width:30rem;height:1.625rem;top:5.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqzTKTTUPTLdb61aSvutZ4qk061btuvD { width:30rem;height:3.375rem;top:9.125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAfJbeQSc7I8ShHf9QhdFrMD43ouBtC5 { top:3.625rem;left:17.75rem;width:30rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4rd6pygmHRgryzUk2LFHo6gLoEbxd4F { display:block; }#A4rd6pygmHRgryzUk2LFHo6gLoEbxd4F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K9a6wTGSTlSCa6rkb6X0d39oEk8WGZiy { width:26.25rem;height:3.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWVTRT6rMxpDEVqqnlP2b6AT0kfi9ZlL { display:block; }
 }@media only screen and (max-width: 763px) { #x76MlIp9GuHKwtLXkKZX8mQB9B8KvSdh { width:26.25rem;height:3.4375rem;top:4.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgicvSXTC2E1nbTHirNKKnA35woHHs7t { display:block; }
 }@media only screen and (max-width: 763px) { #THzCXv7s2VtwNrOl3KBXSmqnPlLyWAq8 { width:26.25rem;height:3.4375rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIWySGIHe0NpXHOz8zqkQ6sDkyVzi4EG { display:block; }
 }@media only screen and (max-width: 763px) { #ogltdz7PiAVeJTbvvN7aVeSyC2NTveD8 { top:8.125rem;left:20.125rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDpUalB9i3S22Zn7Wuzt3bdCGdrEnUTp { top:4.0625rem;left:20.125rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGn488BBrRPLblnov7ll0rg3IplTfNWT { top:0rem;left:20.125rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrR7wBHUc1evXnGfBGc1xhL2EAVV1UTi { width:26.25rem;height:3.4375rem;top:12.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyBmECDH3RMdf7TuGeMet0THUbHQ5BeQ { display:block; }
 }@media only screen and (max-width: 763px) { #ZnlRdylVQ0vcW5fWmehzBPWJCkCwSotP { top:12.1875rem;left:20.125rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6SSyvtz5R9xJBSe6MzqoxBo7Zsd9F4A { width:26.25rem;height:3.4375rem;top:16.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x01kRBKRVQp6KdBC7LTON7trMzQR8wLo { display:block; }
 }@media only screen and (max-width: 763px) { #MTp32ir6A6ukPx1kuMr2MAoZEL6Ti6wg { top:16.25rem;left:20.125rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LscvtW3iKctuTPxLGkB6UUZ57NErmkzJ { top:0.125rem;left:20.28125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0ZMVHtT1DZsGv9JoPu4ke3RlSD6Mvhr { top:4.1875rem;left:20.28125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTJPgX011rZFbuJ57JkR6Dlm8VdzlhL5 { top:8.25rem;left:20.28125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEArTT1sQwoIVUi1mgGCsTpZhIv1XsJt { top:12.3125rem;left:20.28125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2Lq0yEbvcC6A5CfMy0WwXThdt7l7SCf { top:16.375rem;left:20.28125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0tPW08ZSZTqMwJU6VcU1SSyeu11lwgu { width:26.25rem;height:3.4375rem;top:16.25rem;left:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEzPWUF13hGgTo5OtWrSaHdC3TVdvLOL { display:block; }
 }@media only screen and (max-width: 763px) { #pX1Hs3Qkw02VZBFIFKCS5ZbH6vz8HNJe { width:26.25rem;height:3.4375rem;top:12.1875rem;left:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwfDhlfFXtplnc00zgi8xTuS1SaEwtlC { display:block; }
 }@media only screen and (max-width: 763px) { #XGqyxQKlTaWPiUf4fv9s1xHVZszJJx0C { width:26.25rem;height:3.4375rem;top:0rem;left:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b59TAWST1PVB6E7xdHZPyolVvQ7rILSb { display:block; }
 }@media only screen and (max-width: 763px) { #JkT4zu8MVia9BixtAncBLS7P63CMxaAJ { width:26.25rem;height:3.4375rem;top:4.0625rem;left:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPG6f9zf6yJnTBZZuuinTo5Zg3GQU5rh { display:block; }
 }@media only screen and (max-width: 763px) { #LUpH1zfOJQ4aWiPbDPzgBZLBumrP20dh { width:26.25rem;height:3.4375rem;top:8.125rem;left:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBdkLbzNRCuE9t0lXBsCmwZtbvOs11Wo { display:block; }
 }@media only screen and (max-width: 763px) { #cw832oqorZ6NRPicn7eBuxsaZmNyeFnQ { top:16.25rem;left:24.25rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCKSb1fBxmPd3uui5MhiKdqyfmOOKr9k { top:16.4375rem;left:24.4375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3SLv1F18KsXMaa9Zd6a4s5VeLT2lLR6 { top:8.125rem;left:24.25rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTUQsWwZU9JTEFDkBiMEqtTmGPKQHVN3 { top:12.1875rem;left:24.25rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FM5xOaBkDD6fgvLwLLU8U894pK9OkquD { top:8.3125rem;left:24.4375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMOsBKUB3LvTB261UWyZ9LEGrOlOmqmU { top:12.375rem;left:24.4375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrQ9WLLie6r2HX8OThqqvkWUx3vngqvo { top:4.0625rem;left:24.25rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EL6kXExDzkccy17W6I7ZvDoMlRU0IxKO { top:4.25rem;left:24.4375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEFE8hKBLxx2WtK8F604kFlgDu1NTsKo { top:0rem;left:24.25rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwM2yB16XDt89IzlCiOBoRK8995ZBDiD { top:0.1875rem;left:24.4375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENrSA6G10fUaLzX0DzRqrkcT0T7GA0uG { width:26.25rem;height:3.4375rem;top:0rem;left:21.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #BgI45TsDdWg7x6HaVhh7wNS4EwNRZyS1 { display:block; }
 }@media only screen and (max-width: 763px) { #lRa4C37uF8DJ3sUbnz3XxVw2VSDD91hE { width:26.25rem;height:3.4375rem;top:4.0625rem;left:21.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #OUDgSICyAvlopoLbGgLkoyqEmN9mEXoW { display:block; }
 }@media only screen and (max-width: 763px) { #Ig3z4DmpVaNsa3Sfo6W5Pbpq7VibSa4g { width:26.25rem;height:3.4375rem;top:8.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yt04Xpzoy1lWpZFIKzoqMdc27ayBwFcD { display:block; }
 }@media only screen and (max-width: 763px) { #wDXWENupOvqLVGNlV9WLptR7n1wTgEu8 { width:26.25rem;height:3.4375rem;top:12.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lOgR7V1FWXBp0zoUT26f2dGqt3TMDCHT { display:block; }
 }@media only screen and (max-width: 763px) { #XCar4g4OqIDHbewdnX9Q8BTeEsZxiwPk { display:block; }#XCar4g4OqIDHbewdnX9Q8BTeEsZxiwPk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #orMZBEu8DVI2Q6TzIlD5lXhZHt11v6eT { width:47.75rem;height:1.625rem;top:4.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHzQacmttVcbmCiJfIdWfThkczX1P2kd { width:47.75rem;height:3.375rem;top:6.875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCKhZRbZ6zKvZ8KXdZIMbTAqJbUqh7L4 { display:block; }#HCKhZRbZ6zKvZ8KXdZIMbTAqJbUqh7L4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NWOILLUvZa542bPh7BrswnxFN19q6mJH { top:0rem;left:19.625rem;width:26.5625rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qi2xTqPsegryIEDuKMgKUIA1V5tTachD { width:16.875rem;height:7rem;top:21.9375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTn67cnoZGkcXysFCtCguOOFiVHpPdkl { display:none; }
 }@media only screen and (max-width: 763px) { #Nlc6dgP9mlb5nAnQG0WwC8OfzNwlmPUk { display:block; }#Nlc6dgP9mlb5nAnQG0WwC8OfzNwlmPUk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DTWTnMyechXLMeNR094latv3PoAb4QAt { top:7.3125rem;left:21.1875rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTlymJtOJTO6NnZQ16vV20pIhIvF60vw { top:6.875rem;left:23.875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iX1veemGT6s6v0qM0oEetRXGHbywSVM3 { top:6.875rem;left:27rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueAC7NXXCWEcXBWVxTzGUHBTZAMtXeIu { top:6.875rem;left:17.75rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTue2bzJmE2DB4TeRZn6CwHCiydXl8RI { top:7.5rem;left:21.375rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFwmzbq0Gi7Kd6DmnFGu9iSRLnUz8o1T { top:0rem;left:17.1875rem;width:13.4375rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NP7zQJaKde1cgN9n9iHwWeoEUT7rXkOX { width:16.875rem;height:7rem;top:21.9375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1svu8CXaS1kneRIkJs6sgoqERcPt71O { width:16.875rem;height:7rem;top:21.9375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UblHc02bItt4dQKGR7r5O1J71LmUoCzM { top:37.5rem;left:0rem;width:12.5rem;height:3.75rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a1bb0892-d72b-4132-982d-095b5b3cacde/PAGINAINICIAL1.jpg");background-position:top right !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:cover !important;display:block; }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6.adaptive-delivery-prevent-bg, #XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6.lazyload, #XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6.lazyloading { background-image: none; }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .row .container { background-color: transparent; background-image: none; }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.5); }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .row .container > .video-iframe-container { display: none; }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.5); }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .row > .video-iframe-container { display: none; }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .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); }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .row .container { width:20rem;height:37.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UEfdAhhmRRD45Im14WRBrdyEyQGLVbBF { width:20rem;height:1.3rem;top:22.1875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SoPJ3TzsVczzDtbK1DZW49cpm5H6ziOo { width:20rem;height:5.25rem;top:24.25rem;left:0rem;text-align:center;text-align-last:center;line-height:1;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6LKiDTpNrGQnzikHc4BfV6AdnnkCcfq { width:18.5rem;height:6.8rem;top:30.5625rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymyG5Ef1wPTPEnIhWPiIn2Q3M7TfFuSJ { width:18.25rem;height:8.875rem;top:0.708984375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDikbXtc0NsEkWG9JAi6U9r8nnbEAR3w { width:20rem;height:17.3125rem;top:20.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7odZqwykeOivoxrHZxZkAZa5M70gOrT { width:20rem;height:10rem;top:0rem;left:0rem;z-index:15001;background-color:rgba(255,255,255,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #fp1Hoh5e6WL9uObZlBXe5e29TkWSLHMP { display:block; }#fp1Hoh5e6WL9uObZlBXe5e29TkWSLHMP > .row .container { width:20rem;height:45.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cfc6kbHLx8f0MEnX25dlBUi30KZhKCaE { width:19.5625rem;height:13rem;top:1.75rem;left:0.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tozaPAJxWrBR5UtyhcxuCnBF8gKU4R6d { width:19.5625rem;height:13rem;top:16rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoeHSNauCQLD6e8iEWr9Z34qxMPpbQSE { width:19.5625rem;height:12.9375rem;top:30.3125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 { display:block; }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .row .container { width:20rem;height:107.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ikKrI7e1t7uEQwEIeWVhh1pWsAEzrLV2 { width:20rem;height:1.38125rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6Npmt3LSkG55QsgGUDoAUXSDUVauTVE { width:20rem;height:4.875rem;top:4.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7Q1Jm4C08FbpRbORxiLdKbPk5eSDaXV { width:20rem;height:10.2rem;top:24.8154296875rem;left:0rem;text-align:center;text-align-last:center;line-height:1.7;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEHcX1bBC4Vws0MVCv6NGqAMcbNOoKgm { width:20rem;height:1.38125rem;top:38.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G22qCQ7b6ONehRxIHzbLrzHdH77nblTW { width:20rem;height:4.875rem;top:40.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2ONNTUqLlLKlHr5wUdJtVQT0LsNu0yd { width:20rem;height:10.2rem;top:60.8154296875rem;left:0rem;text-align:center;text-align-last:center;line-height:1.7;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWEbnlg8cVQX4xcKkQEPDzAHmODmz4sd { width:20rem;height:13.3125rem;top:10.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNHCUs2yQA7IWeyQzXPSu32mk42wNzkJ { width:20rem;height:11.9rem;top:93.455474853512rem;left:0rem;text-align:center;text-align-last:center;line-height:1.7;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoMxiL9TABhzCJkp3QXR0HDlQQfdouSq { width:20rem;height:2.4375rem;top:76.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X42c6icCsAOip3Eqf46P2cgmWe96UTyc { width:20rem;height:1.38125rem;top:74.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2EoXmCJ8Tr4Uq6Rn9QEpfJHMbu1EeOv { width:6.5rem;height:6.375rem;top:54.8818359375rem;left:13.02734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #veUiRyNkJLkoapT3UJmU2nAWLS8xEfJZ { width:20rem;height:13.25rem;top:46.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMXErMp6LIndh8ETDlXFzVbeXiF1NzsG { width:20rem;height:13.268765133172rem;top:79.625006675719rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dq8D2BigZxL5aFktN1mOSVvaWQXL7JI5 { background-color:#f4f4f4;background-image:none;display:block; }#Dq8D2BigZxL5aFktN1mOSVvaWQXL7JI5 > .row .container { background-color: transparent; background-image: none; }#Dq8D2BigZxL5aFktN1mOSVvaWQXL7JI5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dq8D2BigZxL5aFktN1mOSVvaWQXL7JI5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dq8D2BigZxL5aFktN1mOSVvaWQXL7JI5 > .row .container > .video-iframe-container { display: none; }#Dq8D2BigZxL5aFktN1mOSVvaWQXL7JI5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dq8D2BigZxL5aFktN1mOSVvaWQXL7JI5 > .row > .video-iframe-container { display: none; }#Dq8D2BigZxL5aFktN1mOSVvaWQXL7JI5 > .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); }#Dq8D2BigZxL5aFktN1mOSVvaWQXL7JI5 > .row .container { width:20rem;height:10.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k7KKaV7xTlguFc2WKydMV7AmSTl8qg5D { width:20rem;height:2.275rem;top:2.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gT7OWzm2kKTs7yBQhtzTv4CafsrV9U0n { width:20rem;height:2.4375rem;top:5.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e { background-color:#f4f4f4;background-image:none;display:block; }#f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e > .row .container { background-color: transparent; background-image: none; }#f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e > .row .container > .video-iframe-container { display: none; }#f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e > .row > .video-iframe-container { display: none; }#f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e > .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); }#f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e > .row .container { width:20rem;height:55rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lrTmZ9QKqd9XgwEO5BrQgnpJEVl4L2tM { width:17.5rem;height:15.875rem;top:0.90625rem;left:1rem;border-top-left-radius:9.375rem;border-top-right-radius:6.875rem;border-bottom-left-radius:6.875rem;border-bottom-right-radius:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzJrx9QQE3oC3c0wQCv2y8krxRLUEDH1 { width:13.875rem;height:6.4rem;top:9.1875rem;left:3.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tD3oBrq1qZaTcWL9aG7Ic6inbKrERdaf { width:15.3125rem;height:2.2rem;top:6.6875rem;left:2.375rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhTgTphtvpA1GrtzFDdTgzyJp37l9CtO { width:1.875rem;height:0.0625rem;top:6rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBtkdmZvIdkAX64K4hekzvtATVIHEKBr { width:2.8125rem;height:2.8125rem;top:2.5625rem;left:8.625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNmG3AZktqxr853IPi6ngpIU5vcA3PJ9 { width:12.75rem;height:3.2rem;top:29.6875rem;left:3.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzM6pvEEXpEoJHyTake9Fa21VOvltLDG { width:15.3125rem;height:4.4rem;top:24.9375rem;left:2.375rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnJdEUdnBGx3Cu46LrLKDCXGpU2AWTWi { width:1.875rem;height:0.0625rem;top:24.25rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyEn5hReqScCBqHoq1KQs2V0RdN9JPkV { width:2.8125rem;height:2.8125rem;top:20.8125rem;left:8.625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhlekWNXkgIUIbdOhzVLyvo53yVgDePd { width:15.3125rem;height:3.2rem;top:46.5rem;left:2.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #py003cwex05IKoloBR228U0OX0cs5QAF { width:15.3125rem;height:2.2rem;top:43.5rem;left:2.375rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tgt80JgDxrIxS15gaUKtE2sX2qB8CEhy { width:1.875rem;height:0.0625rem;top:42.8125rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8v4H8l9msebxg27T7umewCWzkL5259g { width:2.8125rem;height:2.8125rem;top:39.375rem;left:8.625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGhnC5gTXKF7WhRslXuzpPKwII2ziAlI { width:19.75rem;height:17.5rem;top:0.34375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0EpJFMEnTbIEfB1TtpVdGmzeGGBCEDW { width:17.5rem;height:15.875rem;top:19.4375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQ5icEsvLhCRuWrtDQvWbhHrGQkTL6sV { width:19.75rem;height:17.5rem;top:18.875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaVwm122iKqMvvoPdqQbmPN4V2GX95Vf { width:17.5rem;height:15.875rem;top:38rem;left:1rem;border-top-left-radius:6.875rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAV8TwgTk0wfUng9UAW4u4bf0ScTv2Ar { width:19.75rem;height:17.5rem;top:37.4375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV { background-color:#f4f4f4;background-image:none;display:block; }#Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV > .row .container { background-color: transparent; background-image: none; }#Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV > .row .container > .video-iframe-container { display: none; }#Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV > .row > .video-iframe-container { display: none; }#Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV > .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); }#Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vro0CJ3C93XE3wZvVI1KxHTtz9z5qTyZ { display:block; }#vro0CJ3C93XE3wZvVI1KxHTtz9z5qTyZ > .row .container { width:20rem;height:8.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y17nz6GyQ6HoHcSdv7rd4WfpZD84NFzP { width:20rem;height:1.1375rem;top:2.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQPRIxEABzBRC1QshZ7I0T6fP6iJuE9b { width:20rem;height:2.275rem;top:4.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHCSAVXe7PGlpLvy7PaBuodBVntGvm1S { background-color:#ffffff;background-image:none;display:block; }#sHCSAVXe7PGlpLvy7PaBuodBVntGvm1S > .row .container { background-color: transparent; background-image: none; }#sHCSAVXe7PGlpLvy7PaBuodBVntGvm1S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sHCSAVXe7PGlpLvy7PaBuodBVntGvm1S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sHCSAVXe7PGlpLvy7PaBuodBVntGvm1S > .row .container > .video-iframe-container { display: none; }#sHCSAVXe7PGlpLvy7PaBuodBVntGvm1S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sHCSAVXe7PGlpLvy7PaBuodBVntGvm1S > .row > .video-iframe-container { display: none; }#sHCSAVXe7PGlpLvy7PaBuodBVntGvm1S > .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); }#sHCSAVXe7PGlpLvy7PaBuodBVntGvm1S > .row .container { width:20rem;height:173.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KD9ZVJvyKG2kUiFTFK8ceTqPnbck5pZc { width:17.1875rem;height:11.2rem;top:6.25rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZQavg9t3UO5CZLOoRDfOtcv4uRH4NhO { width:15.3125rem;height:2.3rem;top:2.625rem;left:2.375rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkBpqeLssm7GGo0fNBSWatVnuloZM2Pe { width:6.875rem;height:4.5rem;top:25.0625rem;left:2.1875001192093rem;text-align:center;text-align-last:center;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIwrqukE7JTGesTxH6T7zltbmTiI9iRf { width:6.875rem;height:1.8rem;top:28.125rem;left:2.1875001192093rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPUzcDlxkI6bRoNx5oFtWqOgFPr8dG3n { width:5.0625rem;height:4rem;top:26.0625rem;left:11.750000357628rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TV2aWnEcxL1TiTaKC0y65azRKJMx5WsM { width:1.875rem;height:1.8rem;top:28.3125rem;left:15.687500357628rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTiKTEyiPaV2p5nLHbrW56uWktDnpX9H { width:1.875rem;height:1.8rem;top:25.625rem;left:11.062500357628rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngWcJxt1Cl5E2zESDCsltugtxCatVt3h { width:6.875rem;height:4.5rem;top:31.3125rem;left:2.1875001192093rem;text-align:center;text-align-last:center;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMc5dDdWz6X1JF2ylh0myTVBConJaeb4 { width:6.875rem;height:1.8rem;top:34.375rem;left:2.1875001192093rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5TfSVnfatdBaBgUUyd3XEKRHexkc6tf { width:1.875rem;height:1.8rem;top:31.875rem;left:11.062500357628rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpBUQZ3NyoNioiJorAIQSaDdRDHU7dPh { width:5.0625rem;height:4rem;top:32.25rem;left:11.750000357628rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTXVyNPzzJaRyUXsiJu4g3FoVnTD1yXm { width:1.875rem;height:1.8rem;top:34.5rem;left:15.687500357628rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6tSHtZiuS5czC8NcRWAQxT805TXhGoJ { width:6.875rem;height:4.5rem;top:37.375rem;left:2.1875001192093rem;text-align:center;text-align-last:center;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ax2pUgCbt9aaH99bhN6CyBcFLDOcLtHg { width:6.875rem;height:1.8rem;top:40.4375rem;left:2.1875001192093rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLObgIA9kPM11h2kZaCX3WRHFmlthT9g { width:1.875rem;height:1.8rem;top:37.9375rem;left:11.062500357628rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3G0Mu0ULi9nJpLFiIBQkfL1iXsG9JXg { width:5.0625rem;height:4rem;top:38.25rem;left:11.750000357628rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcL3AMLVQ8MvzcQpRUdLDTLDkkUCtTyK { width:1.875rem;height:1.8rem;top:40.5rem;left:15.687500357628rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVd3udkm1vvqJBRgqOIwnI9eGLgsCy4m { width:17.1875rem;height:1.4rem;top:45.8125rem;left:1.6875001192093rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G97IFOq2EZUsqNqSvhJd2ILdeBovgSyD { width:12.875rem;height:2.9375rem;top:48.375rem;left:3.5624998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #pE3tnWcEZDwme6t6XxpWTSkCKITn0TTV { display:block; }
 }@media only screen and (max-width: 763px) { #e77UkSuKJAk99Hl9Ex6xvTpTm9XDfNUb { width:19.375rem;height:54.375rem;top:0rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWOUGGlD7zXcI82UM4dyMB6nnXUpLd3t { width:5.0625rem;height:4rem;top:20.1875rem;left:11.75rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOeMGW2a1WKlcv4EUhwirr5sLg4MQNSq { width:1.875rem;height:1.8rem;top:19.6875rem;left:11.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4br5VoOmyxuiaB0Sdek1CVq2J5Nbf8V { width:6.875rem;height:4.5rem;top:19.1875rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bl5RT4sX97N1sfMAdeTbRsb3mLaZTXsa { width:6.875rem;height:1.8rem;top:22.1875rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibA5S87NGtqNeAoV8EgGbtdOp6XSXS3z { width:1.875rem;height:1.8rem;top:22.3125rem;left:15.6875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #By0Moq4JsMJBbyJuZb3T1Ilmwll76PtR { width:6.875rem;height:3.2rem;top:20.587500572204rem;left:6.5624998807906rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPAtWA1TSTeE1cXOhEzlQdo2m63Hclyh { width:6.875rem;height:3.2rem;top:26.411712646484rem;left:6.5624998807906rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HreOiRP8p1QKGbfSWMz0AmwkWeh5RlfO { width:6.875rem;height:3.2rem;top:32.661712646484rem;left:6.5624998807906rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4dVMFrf5xhpe3FgagzBM8uxzgVI5fGE { width:6.875rem;height:3.2rem;top:38.723449707031rem;left:6.5624998807906rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIEBIoxI1LqpwwIDs2US4lVmyJDBFdeC { width:6.875rem;height:4.5rem;top:19.0625rem;left:2.0625001192093rem;text-align:center;text-align-last:center;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQObX1SwuE0mmLdMaH6KuvSbIQf2z7as { width:6.875rem;height:4.5rem;top:24.936737060547rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yp6aHyyyT26T4UsCwTh9D2kG8qbWyc4r { width:6.875rem;height:4.5rem;top:31.1875rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xokS1SdoDJq9uhDeb1TefB6EaTCUCTrv { width:6.875rem;height:4.5rem;top:37.25rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCCsmHbtskb4JdeieSAGw9GAARqmfSfh { width:19.375rem;height:4.875rem;top:19.481249809265rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWOvlJWBkdCwK0NyOxhsHehaO1fVeqQU { width:19.375rem;height:4.875rem;top:25.44921875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #btmGSUUKXvn2gu51gVfICsEkX3uZiORg { width:19.375rem;height:4.875rem;top:31.624237060547rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #clLX8GW1iBz2DriO0N8wqQlsmE3SNbV2 { width:19.375rem;height:4.875rem;top:37.75rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XewUt9vZw4V4ev6eAHbZV4n4lVM9MZEP { width:19.4375rem;height:57rem;top:56.5625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlngAgf2XzcSAf1aJDlAaLyXb5tl0yO4 { width:12.875rem;height:2.9375rem;top:107.4375rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wbr1caivTIZGkkMH0kXtLWQ9ATH0pviJ { display:block; }
 }@media only screen and (max-width: 763px) { #TwtWCB56ZpfLnthdATJkodZZrfPTZsMk { width:17.1875rem;height:1.4rem;top:104.8125rem;left:1.5rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToAbwt7nhiePcQZwn5CaLH9kHIoWDF0y { width:5.0625rem;height:4rem;top:97.5625rem;left:11.75rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALTQtiMWBkv9TNbclbk9JDkFPJbAiILV { width:1.875rem;height:1.8rem;top:100.0625rem;left:15.6875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTeRr89W2GFRUEklMqK92gzfuELipvFP { width:6.875rem;height:3.2rem;top:97.625rem;left:6.375rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZGmEJg4ItnrThsg11lMOmiJimJ9K1up { width:19.375rem;height:4.875rem;top:96.875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ES2OWDoVTCeX3QP1ye6xRMRCLczrQQF9 { width:6.875rem;height:1.8rem;top:99.6875rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3WFFs7xneZ2n4Cyxtnz9NxTAyvmOLBd { width:6.875rem;height:4.5rem;top:96.5625rem;left:2.125rem;text-align:center;text-align-last:center;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R64xnGMotfuLwtr74d36LwllRPvcEIUH { width:6.875rem;height:4.5rem;top:96.4375rem;left:2rem;text-align:center;text-align-last:center;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITFygw9vSOEGikMcQ80QJzIvXBXtuZ0w { width:6.875rem;height:4.5rem;top:84.3125rem;left:2.25rem;text-align:center;text-align-last:center;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6qgSRzRSQoOTwLzTZZor2kaqHq7RVHA { width:6.875rem;height:1.8rem;top:87.5625rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXCs4DnWdLRDNa8MqKpyIGWzyDT0OuJ7 { width:5.0625rem;height:4rem;top:85.3125rem;left:11.75rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #egKeGs9ZCACE9nSdOX1nTy3x7ioUHdxe { width:1.875rem;height:1.8rem;top:87.8125rem;left:15.6875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaW6kFaryWvKizqp5NEgmXWkUSl66S5B { width:1.875rem;height:1.8rem;top:85.125rem;left:11.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9IBEKFGxaehcy0Q9soo5uGAI5UsRAch { width:6.875rem;height:4.5rem;top:90.625rem;left:2.125rem;text-align:center;text-align-last:center;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRSywkHCe9IsJEI7VnpMO75qITmW1ThK { width:6.875rem;height:1.8rem;top:93.75rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ewx49GkTfUWNSzLANO5fggphd4ywbhWN { width:1.875rem;height:1.8rem;top:91.1875rem;left:11.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qx8EuccnpbPyvxe8WtJOwQ6qin8fl5r5 { width:5.0625rem;height:4rem;top:91.375rem;left:11.75rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFJ8wNwhu3dlsa2GBUheETx08lEtAqSD { width:1.875rem;height:1.8rem;top:93.875rem;left:15.6875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTtcgIERDLPcCTE9xJ9TtFiKkWIctJxS { width:1.875rem;height:1.8rem;top:97.375rem;left:11.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0SaKMn19CreNOhd30oDMJCgMqILBypy { width:5.0625rem;height:4rem;top:79.3125rem;left:11.75rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyATP4mfH0nOhL6786Gk2MAMDo95VHSk { width:1.875rem;height:1.8rem;top:78.9375rem;left:11.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iplo5rpw6Ob9Un6wk5Tzy6lq6TXAbEbs { width:6.875rem;height:1.8rem;top:81.3125rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqC3axwiKOpTznEw9fOS6NOgbbru0Txm { width:1.875rem;height:1.8rem;top:81.8125rem;left:15.6875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWal4FIE04TO8Ds3QsGa1CuVzhp2VUhi { width:6.875rem;height:3.2rem;top:79.5rem;left:6.5625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzJnkxgDF8PIK79RFiAg60T25cLX0Nsk { width:6.875rem;height:3.2rem;top:85.6875rem;left:6.5625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KI48FpnsLSDZLTdEsw3ECSb4aiPLTc5u { width:6.875rem;height:3.2rem;top:92rem;left:6.5625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7qMAvTFupbGhg6zrfwdFvupT1AHC9pz { width:6.875rem;height:4.5rem;top:84.1875rem;left:2.125rem;text-align:center;text-align-last:center;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rs6d6kuRGKbQ0OTGzmnAWLA9vrd6g7wT { width:6.875rem;height:4.5rem;top:90.5rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7Vc2x8U6eUT4IkN8rBGI2EOgoOhhVvd { width:19.375rem;height:4.875rem;top:78.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #orRVRq18pPN62fqeTPgDdBkQcTxH432P { width:19.375rem;height:4.875rem;top:84.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5wbZCtFvQwzX7as8pz6VW4Jxc4mvikA { width:19.375rem;height:4.875rem;top:90.8125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxrcX45GK8CysuPKH5MLID2sTyBE4z5o { width:17.1875rem;height:2.3rem;top:59.1875rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qS9Hy3DMzuFDy0K17nA9OqluXyPpxFsS { width:17.1875rem;height:14.4rem;top:62.1875rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4btCtFt6ii8uyfwg0AIkXMaKPCWfvs0 { width:19.375rem;height:55.8125rem;top:115.75rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N34vXyXCaDKyil4WABa5lvNerLWFNKSg { width:17.1875rem;height:2.3rem;top:118.4375rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPvHn4FUV5LIQziulUtSkuPLThIO5hdX { width:6.875rem;height:4.5rem;top:141.9375rem;left:2.25rem;text-align:center;text-align-last:center;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOqzgb8LL3bfAVvoIqeHt4JbfEAtNkH9 { width:1.875rem;height:1.8rem;top:142.8125rem;left:11.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJtFQpZGC2rG6vxVLpOvNFDEzmg8MPMW { width:5.0625rem;height:4rem;top:136.9375rem;left:11.75rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFkGXiANl5SvySyOvrfF1kJeuN0rEKz3 { width:1.875rem;height:1.8rem;top:136.75rem;left:11.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuPGulJyP3nbFal2riBkZQeSx73SPXOI { width:6.875rem;height:1.8rem;top:139.25rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLXTQWA6nqNDXmFPOsAf6ensb5LJRFIf { width:6.875rem;height:3.2rem;top:137.0625rem;left:6.375rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7EOcO4QaJ05CgVqyoRut8B4ImhpIM7B { width:6.875rem;height:4.5rem;top:141.8125rem;left:2.125rem;text-align:center;text-align-last:center;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcUqMw5vzCxFL339aouMghXIcXvU69k3 { width:19.375rem;height:4.875rem;top:136.4375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6uKhinO7dnsfEQIUW78IJizUpqTXQR3 { width:19.375rem;height:4.875rem;top:142.5625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRabwtyrZ18gV6IfM5VfKyCEmTRXJ8eu { width:6.875rem;height:1.8rem;top:145.25rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTXbk3pOoNvIg3qrGiCuk7t9GqVE6bPS { width:5.0625rem;height:4rem;top:143rem;left:11.75rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSOveQJaq1lTh6NQ7eupQLgUPxNsag8c { width:6.875rem;height:3.2rem;top:143.5rem;left:6.375rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAcmNVcwep9uevOOsMgrMxllrmFa40N6 { width:6.875rem;height:4.5rem;top:148.1875rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzlPionPCodfcsTECcdXFhD7ot9v9mVo { width:6.875rem;height:4.5rem;top:148.3125rem;left:2.25rem;text-align:center;text-align-last:center;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBRknAwkTTm74w0VqGZLVGeUneeOwOBc { width:1.875rem;height:1.8rem;top:148.9375rem;left:11.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xo1HKsUS8CTLc0KeBDwiL12ryQF2xh7r { width:19.375rem;height:4.875rem;top:148.6875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLoXQgKMmZpCmLZthqvPyIi3ruHet9TX { width:5.0625rem;height:4rem;top:149.125rem;left:11.75rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGmwfPUU6MpgJ7QOdMv0pMT98ynOPLPt { width:6.875rem;height:3.2rem;top:149.625rem;left:6.375rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaz6Uc97pVD6wOAxIitWafMB3TRklh8z { width:6.875rem;height:1.8rem;top:151.4375rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1zQ8sUn0gFWACqCMMQ4IHruJglIUe8B { width:6.875rem;height:4.5rem;top:154.4375rem;left:2.25rem;text-align:center;text-align-last:center;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T73mWN5xzo5OKrLw7zn5FVGmHeKbDEMG { width:6.875rem;height:4.5rem;top:154.3125rem;left:2.125rem;text-align:center;text-align-last:center;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKMaiNnQpbZrCP1E4FAQXa6Lmuvozuf0 { width:5.0625rem;height:4rem;top:155.375rem;left:11.75rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaQoBgB581L69nyrmqhlShci1MGVVhrm { width:6.875rem;height:3.2rem;top:155.75rem;left:6.375rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmcTEL0saVU18eyOuC6lS824x7pLSdTu { width:19.375rem;height:4.875rem;top:154.875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGeDvHl7Pe5m9it6cVC8C5BMTyUWeKhT { width:1.875rem;height:1.8rem;top:155.0625rem;left:11.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5IsgmU5cO3JL2acVuuu0Tr9XDiIPDo0 { width:17.1875rem;height:1.4rem;top:162.8125rem;left:1.5rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6PCTueCNb4hB8ynKUT3WuS8OzRhThE7 { width:6.875rem;height:1.8rem;top:157.5625rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tk3OXv08ZEy7KhDFqRLCbrVPFKD86PxA { width:12.875rem;height:2.9375rem;top:165.4375rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jp8WbFU2P0vE8wPNalhlA1MHQDKRvl8X { display:block; }
 }@media only screen and (max-width: 763px) { #dBvAzDkGhJ53Q8szF1epq5gfu9MlXS0X { width:1.875rem;height:1.8rem;top:157.9375rem;left:15.6875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6OsNIGigb2NkT5yTUvxWoElvgEUiiKv { width:1.875rem;height:1.8rem;top:145.6875rem;left:15.6875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygGKASUHTgHUve8Qlo7eDEGG9NTbJK3P { width:1.875rem;height:1.8rem;top:151.75rem;left:15.6875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTHcxT2ETLHlv7PgUVNd2b2W7tDcVlIE { width:1.875rem;height:1.8rem;top:139.375rem;left:15.6875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUO1uIuhqP2IFrKaLpPPhJdvGK86tLUK { width:17.1875rem;height:12.8rem;top:121.5625rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPkfTDiUPuDDBfcv7yU8R8crh1ieXlu7 { width:6.875rem;height:4.5rem;top:77.9375rem;left:2.125rem;text-align:center;text-align-last:center;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoooWSqv0e7NQ5TQQwi3ThFFguXALnw6 { width:6.875rem;height:4.5rem;top:136rem;left:2.125rem;text-align:center;text-align-last:center;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUQMDT2pzcHTWedA1nUN4mkH7wwiRvBI { width:6.875rem;height:4.5rem;top:78.0625rem;left:2.25rem;text-align:center;text-align-last:center;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtBlQnWCPhdxG9lq94PL75yX0IDFTT4L { width:6.875rem;height:4.5rem;top:136.125rem;left:2.25rem;text-align:center;text-align-last:center;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwc1d13gEVhpl2PvhJIAJXOdbi9DsDzX { width:17.1875rem;height:1.4rem;top:43.825012207031rem;left:1.4062501192093rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HS25SrFp9TT59V7BfPeDDiIXQysMCorV { width:17.1875rem;height:1.4rem;top:103.0625rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmaEPWPFbsSzROuzaOl3ZvylOArWw5bB { width:17.1875rem;height:1.4rem;top:161.0625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnG6mH7zsGx2L6PWMddLdHhJwbWvQS8r { display:block; }#KnG6mH7zsGx2L6PWMddLdHhJwbWvQS8r > .row .container { width:20rem;height:44.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PR7nd4sXNwnc3cTJoD6eRMFHPATAdpo9 { width:14.3125rem;height:3.2rem;top:5.125rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aA1ToHbToNQAg6x0tN670ncZ7wvBPSr3 { width:12.125rem;height:2.3rem;top:2.75rem;left:3.9375rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #knSXo1JRzXwalaPhUiGLz9alAfhF7kTv { width:19.375rem;height:20rem;top:0.625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIDLOoaEbEp7BtIVX2rzaI53qg0UUDuQ { width:19.375rem;height:20rem;top:22.5rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTtlfk0SLTvrnKlkfy7ZUH5Drg6L1wI3 { width:15.3125rem;height:2.3rem;top:24.625rem;left:2.3750001192093rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyudBUJA2Z8p2Kg54fUsb6CwDbqdV5om { width:7.8125rem;height:4.6875rem;top:9.0625rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyRh7kmEniG0Nqx2GiT7Egxd2gJEhyFh { width:6.8125rem;height:4rem;top:9.5625rem;left:6.625rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jl1KKZU3URUPkCF82o0SoThBMAc79XwP { width:1.875rem;height:1.8rem;top:11.875rem;left:11.75rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #maV5G2bAJKGA1TozXwmsfWpHUh4wRE1T { width:1.875rem;height:1.8rem;top:9.1875rem;left:6.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6TKsZ0a5BDwlQbmIlbJDVrH97VQknvQ { width:12.875rem;height:2.9375rem;top:15rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIAiq1yRzbKvmGw24yikazDRTUnaTiMd { display:block; }
 }@media only screen and (max-width: 763px) { #RMQMn2r6kcAQwCUHKw0TZMbntbUyOWHB { width:7.8125rem;height:4.6875rem;top:31.0625rem;left:6.1874998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #EV0lUsZup7nBNx47cSdrBeSX6SM8xlXk { width:6.8125rem;height:4rem;top:31.5rem;left:6.6874998807906rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #baUdpQx8xBaJvl9h3PPphgxsEAgWDfKW { width:1.875rem;height:1.8rem;top:33.875rem;left:11.750000357628rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8SRifaRmnvlTW8gOA1abKcZy3LRdW9J { width:1.875rem;height:1.8rem;top:31.1875rem;left:6.5624998807906rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTPeyq5wT9aLnyyvMnoTK86Mlbl09NMg { width:14.3125rem;height:3.2rem;top:27rem;left:2.8750001192093rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBZJ3oFypcUSk1LQB4ROMVeF1FyxZuw0 { width:12.875rem;height:2.9375rem;top:37rem;left:3.6249998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #DM9E6yWEvfuKtoJKAIweKvzVmZWxnN4E { display:block; }
 }@media only screen and (max-width: 763px) { #vMLa5fLxsUeEmAtwlud5EX30LWKstpeP { width:19.375rem;height:20rem;top:0.625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aClXLhTnAr26Qs9IesJXGR9NypcOXVTA { width:19.375rem;height:20rem;top:22.5rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbgNfVRZkukWVHWGutnECzl4acGkJTTg { display:block; }#AbgNfVRZkukWVHWGutnECzl4acGkJTTg > .row .container { width:20rem;height:29.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oGvRV3EnnXeUIXOkrk3Z3uVSM38oIvUt { width:19.375rem;height:21.6875rem;top:5.875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddTX85HAgSmTT1L8RQrJ0QdZTUpbK1zi { width:19.375rem;height:21.6875rem;top:5.875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTiAGROxX5vGkiB1Kmty7zaGtRm8SaKf { width:18.375rem;height:4.6rem;top:8rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRGPMeGiyTVDtXJEyFNFP88VMqTzTnyG { width:8.75rem;height:1.6rem;top:14.125rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4AxrTnyc3rUkIzh7Mz9sdpI0thVH7FH { width:9.0625rem;height:7.125rem;top:13.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNtzoUwqHEcB6uTRiaBV0EBHrRqXiLNR { width:1.875rem;height:1.8rem;top:15.75rem;left:2rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvnR5dCrMnTo7b4kTNloabawGgJn7Pke { width:6.8125rem;height:4rem;top:16.0625rem;left:1.875rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GP8rVOaxU0vt2ODDcJhwHcVbLCDXoA91 { width:8.25rem;height:1.6rem;top:14.125rem;left:10.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExzGFFUAQ9iV2CQiHJVwtPTNOoO1e1OL { width:1.875rem;height:1.8rem;top:18.3125rem;left:6.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQO7LIB1hkWEvTBQLNH0kCAHkTHzXvTO { width:12.875rem;height:2.9375rem;top:22.375001907349rem;left:3.5624998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0LLziABlqAtpgrv3ybf285vxQwFlOb1 { display:block; }
 }@media only screen and (max-width: 763px) { #mB8PXUWNfCeCHRsgiuBITIq9OFCJFTIf { width:1.875rem;height:1.8rem;top:15.75rem;left:11.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIpLfhVMCFD3OJ02fAfqmdOazIMBJdQK { width:6.8125rem;height:4rem;top:16.0625rem;left:11.25rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SG67udeCoVELaQmKzBPJhR2PhgSEXqWe { width:1.875rem;height:1.8rem;top:18.3125rem;left:16.4375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lL4ElNtuxgkPiikDBQsIpGh74JLnWvOM { width:9.0625rem;height:7.125rem;top:13.5rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixA0T4yCqibeZvVMcvtQT2xyDsRo2C0a { width:7.0625rem;height:6.8125rem;top:0.6875rem;left:6.1875rem;z-index:15079;border-top-left-radius:30rem;border-top-right-radius:30rem;border-bottom-left-radius:30rem;border-bottom-right-radius:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2AuvppGGfc3IgVSQZUpvKB9iAa0lAoD { width:7rem;height:6.8125rem;top:36.15625rem;left:3.8749998807907rem;border-top-left-radius:28.125rem;border-top-right-radius:28.125rem;border-bottom-left-radius:28.125rem;border-bottom-right-radius:28.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #L37A0xTsXftNWp1EzOoyGD6sPEVO8hlp { display:block; }#L37A0xTsXftNWp1EzOoyGD6sPEVO8hlp > .row .container { width:20rem;height:29.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MTXNV9rnahXrTTtCE0XfTMC8PyhKr6Py { width:19.3125rem;height:21.625rem;top:5.9375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOza7g4b3EAX6IZEDKEkKTdWxV3zUJmC { width:12.875rem;height:2.9375rem;top:22.687501907349rem;left:3.5624998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPXqIHGHWiOgrnsXC7k3eFA4X2XqdmnO { display:block; }
 }@media only screen and (max-width: 763px) { #TcRUi6UNGNDComz6Tl5mem66kS7AaMyt { width:6.8125rem;height:4rem;top:16.4375rem;left:11.1875rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMR3HTqtADTZKvTcLNFhEC8tQdtByNL4 { width:1.875rem;height:1.8rem;top:18.6875rem;left:16.375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVuo6QBFTqXTDmtwK5kZ46FoMZC8NPfN { width:1.875rem;height:1.8rem;top:16rem;left:11.25rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mybl7t8m9qzdnBiZMhpC9teP3nv4R2iJ { width:6.8125rem;height:4rem;top:16.4375rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHyzlk1iunJ6PPBE4aQ0Sv1eGEX4cSR1 { width:1.875rem;height:1.8rem;top:18.6875rem;left:6.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qvy0NXQwIJL97CGR2xn6qQHSNm4IwTO6 { width:8.3125rem;height:1.6rem;top:14.1875rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tU7oWgaysT7LdBNMaNiFcCtBeAaFirBz { width:9.5625rem;height:1.6rem;top:14.1875rem;left:10rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5dIWKQQemsx1JDWFgKuS1XviUFpdwMJ { width:1.875rem;height:1.8rem;top:16rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBpWsqCfl4s6pvJb2IhGecnNKqX1aLDK { width:12.5625rem;height:4.6rem;top:8.125rem;left:3.6875rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2cut6AlpMVUUn5nlm7OISIDFEJQsdMw { width:19.375rem;height:21.6875rem;top:5.875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSLaBE162iWUFi2qQVuBxlrblxIvG2fk { width:9.0625rem;height:7.125rem;top:13.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJFie5Laz9Jh4v6VS4TucXbnNchSmbJZ { width:9.0625rem;height:7.125rem;top:13.75rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlES5GOnoGfWK5TOEfAv5d3D6y0MinVb { width:13.75rem;height:13.5rem;top:18.75rem;left:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #H8TocTzgoncahxsmatOdNzSEpqBWHdOD { width:7.0625rem;height:6.8125rem;top:0.75rem;left:6.1875rem;border-top-left-radius:30rem;border-top-right-radius:30rem;border-bottom-left-radius:30rem;border-bottom-right-radius:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAkO66AP63HdpIT7hqrsbtpXsMwtW1Xm { display:block; }#KAkO66AP63HdpIT7hqrsbtpXsMwtW1Xm > .row .container { width:20rem;height:42.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WJPTwHrcTPTEAStr80NWG4B2gHXfZvJT { width:6.25rem;height:1.875rem;top:40.309375762939rem;left:13.750000357628rem;z-index:15081;display:block; }
 }@media only screen and (max-width: 763px) { #d33Enhixs432OWD9WRs1SSTGkQpJfizV { width:19.375rem;height:18.625rem;top:0rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHLCASF31OfS1NmPbofHqXokN6uoDCda { width:19.375rem;height:18.625rem;top:0.04998779296875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4MHtEu693MxcG0hTToSGoc19qBN5eeN { width:12.875rem;height:2.9375rem;top:13.186706542969rem;left:3.5624998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOBsxCCqqQgMIFXImAP0PfikJ16ItoTs { display:block; }
 }@media only screen and (max-width: 763px) { #DTnfbfXCQ4OvMw5xnRopKXDyioKZ2imA { width:7.8125rem;height:4.6875rem;top:7.1875rem;left:6.0624998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQtvNXy5r9RTyheEha9Lb6t33T0ytT7s { width:6.8125rem;height:4rem;top:7.6875rem;left:6.4999998807906rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnpgpnAs7nrqXzibdkc66D8wQeaTWzhI { width:1.875rem;height:1.8rem;top:9.875rem;left:11.562500357628rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tisy7tgwJrSUgzgMsuurzX2IBxTtgOZz { width:1.875rem;height:1.8rem;top:7.4375rem;left:6.4999998807906rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRkiQPTaXcv9CBrGNQ11ylnuloXHANr5 { width:13.6875rem;height:1.6rem;top:4.5rem;left:3.1250001192093rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJohgdl4VCImqwFMeHEHJszU3lUA29I7 { width:15.3125rem;height:2.3rem;top:2.125rem;left:2.3437501192093rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMUtGZFWiAD956TiMnPzkEt7xIH5gwsX { width:19.375rem;height:19.375rem;top:20.809375762939rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VL31XXTrsSZKSqeTHdDcUwGSl7TrvpKf { width:19.375rem;height:15.25rem;top:21.309375762939rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovUPSaI18F9z5wnuBgQCQbWeJQAQvSDP { width:12.875rem;height:2.9375rem;top:34.796875rem;left:3.5624998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCMTk3aywJDUmSRWC1kto0yo75GAmvwi { display:block; }
 }@media only screen and (max-width: 763px) { #bEdXKeOSGAU30TU4NiP5IneUIbOdTGSe { width:7.8125rem;height:5.875rem;top:27.625rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdJVvaRTFNSTdv3rbTggJDVDX0FtD738 { width:6.8125rem;height:4rem;top:28.3125rem;left:6.5625rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8dx1rOmeJWwI9Ecm7WkQap91KBDRT3o { width:1.875rem;height:1.8rem;top:30.5rem;left:11.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3S1M6gPbR2hd5MlSTE5gggxpioesrsC { width:1.875rem;height:1.8rem;top:28.034376144409rem;left:6.4999998807906rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJWcAwbnTTwmPona7xkia5JkPoXZ3022 { width:13.6875rem;height:1.6rem;top:25.234375rem;left:3.1562501192093rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIvWEA8ixox3Fg1B3p37dFTIrboP6F7P { width:16.3125rem;height:2.3rem;top:22.934375762939rem;left:1.8437501192093rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ernZvTkADznTP3incHRTHXNgdWgdhw90 { display:block; }#ernZvTkADznTP3incHRTHXNgdWgdhw90 > .row .container { width:20rem;height:43.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ahO4UUSoOLhpt0WC9IGPrKPUD2nJVmFT { width:19.375rem;height:18.625rem;top:0rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfcbl6TksZxQW0U11o6xa6pP6rcN06QJ { width:19.375rem;height:18.625rem;top:0.04998779296875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuT2hhv5SLUoz0dGT5bV8BTCbvq1xCQF { width:12.875rem;height:2.9375rem;top:13.185943603516rem;left:3.5624998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiMXoXSoXvPB5JdmSiVVaVsoT9i0WCWm { display:block; }
 }@media only screen and (max-width: 763px) { #UPd7VioAQlL4qkA0QbJUP48Xox8DC5mT { width:7.8125rem;height:4.6875rem;top:7.1875rem;left:6.0624998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2M7FrIRTnSMSynV9S2LfAygPEeckXxJ { width:6.8125rem;height:4rem;top:7.6875rem;left:6.4999998807906rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #szdZK3lw5R5lRD3STkOG9qcfu6Pl3PAZ { width:1.875rem;height:1.8rem;top:9.875rem;left:11.562500357628rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #metzMnpr7kdSuu9lQhMe2KkDyTPAN2TW { width:1.875rem;height:1.8rem;top:7.4375rem;left:6.4999998807906rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cv7cdokgHZtDbAm68DJiRFucWn3hTqMw { width:13.6875rem;height:1.6rem;top:4.5rem;left:3.1250001192093rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWaXPinJEt1nJUUKffNFDBkP4QDagb27 { width:15.3125rem;height:2.3rem;top:2.125rem;left:2.3437501192093rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucTESgAAEppEx7UqQzQCZXBNdAVT4fEm { width:19.375rem;height:20.3125rem;top:20.809387207031rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZG6IXqys5CkBvO4MXFtdrSOF1J765nf { width:19.375rem;height:15.25rem;top:21.309375762939rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #glOtwhy3d9eewI9kH6ZVZuLhNyqFfO6f { width:12.875rem;height:2.9375rem;top:35.671875rem;left:3.5624998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6zbycfA3uJ9XRrUceqwGTvaUt3sX4hn { display:block; }
 }@media only screen and (max-width: 763px) { #PlBlPTkNPKnSlGVNenBfvN6d9TSsB8ea { width:13.6875rem;height:6.4rem;top:28.359375rem;left:3.1562501192093rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJLyzhUfM8mANeVLwneWsiFPabQ2TuTK { width:16.3125rem;height:4.6rem;top:22.934375762939rem;left:1.8437501192093rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVLErfzzpoIat9KXgS0B1UiFL92s4cs3 { display:block; }#TVLErfzzpoIat9KXgS0B1UiFL92s4cs3 > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vx3TlPV6hWyQihUtUQJbOcfhWaQBmdqn { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f2a1c6b4-1123-4a01-8769-99a8e5d32521/AdobeStock_404155551.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#vx3TlPV6hWyQihUtUQJbOcfhWaQBmdqn.adaptive-delivery-prevent-bg, #vx3TlPV6hWyQihUtUQJbOcfhWaQBmdqn.lazyload, #vx3TlPV6hWyQihUtUQJbOcfhWaQBmdqn.lazyloading { background-image: none; }#vx3TlPV6hWyQihUtUQJbOcfhWaQBmdqn > .row .container { background-color: transparent; background-image: none; }#vx3TlPV6hWyQihUtUQJbOcfhWaQBmdqn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vx3TlPV6hWyQihUtUQJbOcfhWaQBmdqn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vx3TlPV6hWyQihUtUQJbOcfhWaQBmdqn > .row .container > .video-iframe-container { display: none; }#vx3TlPV6hWyQihUtUQJbOcfhWaQBmdqn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vx3TlPV6hWyQihUtUQJbOcfhWaQBmdqn > .row > .video-iframe-container { display: none; }#vx3TlPV6hWyQihUtUQJbOcfhWaQBmdqn > .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); }#vx3TlPV6hWyQihUtUQJbOcfhWaQBmdqn > .row .container { width:20rem;height:55.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #azihA5kwvNb4CVmc564To1Hg2v7xTAxU { width:19.5rem;height:52.875rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTQnrLNfhKJ6xTlKHMiNlTTyaDr0epUB { width:15.3125rem;height:2.4rem;top:3.1875rem;left:2.28125rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdvFx2TvDWsB2Co5fDBTApRSXiNWkneK { width:8rem;height:4.5rem;top:8.3125rem;left:1rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDTrnIkzenL4rz4RutThTShydGkmt9q6 { width:8.75rem;height:8.125rem;top:23.0625rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLGqFOxp9xXUu6N8wMVTq7uUdtJ5vooC { width:8.75rem;height:3.2rem;top:25.0625rem;left:10.5rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKGcFsJqHBy0FvouJJ65z7LW3HNCrpC9 { width:6.875rem;height:4rem;top:9.0625rem;left:11.1875rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLS4DT8Oc8z4pSso9FfaF42UKmK2OeQJ { width:6.875rem;height:2.2rem;top:12.125rem;left:11.1875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DH6Sm2DaVa6rPlT72lshFK2g2RCGLAVg { width:15.3125rem;height:1.5rem;top:5rem;left:2.28125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #to3uXAZ6CIl3QFNcdGNuF3lszOtyQMTh { width:6.625rem;height:3rem;top:13.6875rem;left:1rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UL5CEU7gqzLXqWq4g5CpcbnnRKcCterL { width:8.75rem;height:2rem;top:23.6875rem;left:10.5rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUg41NRHmTAZs6rSfcAwQU9ZBVrqiH8x { width:7.1875rem;height:2rem;top:28.1875rem;left:11.312500119209rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNBCiGdSmoJyCFPKsP5eQkJJHl0Vmybr { width:7.75rem;height:7.125rem;top:7.6875rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5MqQcQbriaD7uQ3nr0CxHlchBMNucbF { width:7.25rem;height:1.6rem;top:8.3125rem;left:11rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDtBDTTW01kiSN9z5efhF4PumBeCUZ3w { width:8.25rem;height:2.4rem;top:15.212500381284rem;left:10.500000357628rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrxuEQwsVxPdITo25sntWc9lEuUJBAfT { width:8.75rem;height:1.3rem;top:20.5rem;left:10.5rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXDRFe9FF3KgIkzFyMgGcnBMsFLK3cHx { width:18.5rem;height:6.1875rem;top:39.9375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLb0KLDLn8nqLtVxVPG4vXxNX2WTgtRi { width:6.8125rem;height:3.2rem;top:41.0625rem;left:7rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHwG0oeSnQwezTI6FTXWgeprRdhswTbS { width:11.5625rem;height:1rem;top:44.25rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSVqbdTZDT4J0JpxQ1U1v6qwaekeq76y { width:3.4375rem;height:2rem;top:40.875rem;left:4.4375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSmxeiblJIBMFrRTpeZRLbeWUFAgZXJP { width:5.625rem;height:1.3rem;top:37.4375rem;left:7.0625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT45ov8NER0x6skVp4S8084gmmg6RZvz { width:13.75rem;height:2.125rem;top:50.625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXLT7kzyVmXBSLkB0hZMJEyRNlD6yTWk { display:block; }
 }@media only screen and (max-width: 763px) { #HKMe0P8kX3I1nHoXSGFEWXEVF61h1otr { width:20rem;height:54.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TV1mVFFlrwUgiRsIpVyR16GUxxAVF5Mf { width:7.0625rem;height:1.8125rem;top:20.25rem;left:11.356249928474rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnis3Vd91Wm024u3vh0tpsrz8nrWelWu { width:7.125rem;height:3rem;top:32.199951171875rem;left:11.324999928474rem;display:block; }
 }@media only screen and (max-width: 763px) { #oT0PQ4wFdztSR6asDFqL3iholrT5TdE1 { width:6.375rem;height:2.6rem;top:32.449951171875rem;left:11.750000119209rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkhFApG1aBxXMU0FBc9QuTaNVVco4vnV { width:16.625rem;height:1.875rem;top:37.1875rem;left:1.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #DylsAFq2IKlqKHoWvAJiEJTzLRlhIi64 { width:16.625rem;height:1.9375rem;top:47.0625rem;left:1.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkEAr0Xm8soDIlhQOQvfDPmPWQ11222X { width:14.9375rem;height:1.3rem;top:47.375rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLWiPcuTtUI2uXLuPuchmGBTKD3HPRbW { width:7.0625rem;height:1.8125rem;top:20.25rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3O5lX2Z2ft2stH4VtmEIb0lzE5l71GA { width:5.625rem;height:1.3rem;top:20.500000953674rem;left:2.3750001192093rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8Zdnbhsered7Hbr3yuViLzqhfs1wcHB { width:8.75rem;height:8.125rem;top:23.0625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9Iq4odwAGp1h3ixK9tIgIM2q59Jgk2P { width:9.125rem;height:2rem;top:23.6875rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WG7EDMbGmFM9kP7ybNWmFtS98yTkSbxg { width:6.8125rem;height:3.2rem;top:25.0625rem;left:1.625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZS2s5uKDE5kT1exZvTWgyKuPFSQIzFx6 { width:5.9375rem;height:2rem;top:28.1875rem;left:2.0937501192093rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzFGsbcCk43IwTJ7DrZkaEQxToiR8qcP { width:5.125rem;height:2.6rem;top:32.4375rem;left:2.625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vra8Utq9rDcMQBC7LenppnOfS2TzurAE { width:7.125rem;height:3rem;top:32.1875rem;left:1.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUrKbab9ltIq6qwoIywBET58pSSOI5mZ { display:block; }#GUrKbab9ltIq6qwoIywBET58pSSOI5mZ > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t5kLzk2n78gK7yG7m4O4nzIGD38u2Maa { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9e0d99e7-62a9-470d-bcd5-13defcd7fa5d/AdobeStock_508586281.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#t5kLzk2n78gK7yG7m4O4nzIGD38u2Maa.adaptive-delivery-prevent-bg, #t5kLzk2n78gK7yG7m4O4nzIGD38u2Maa.lazyload, #t5kLzk2n78gK7yG7m4O4nzIGD38u2Maa.lazyloading { background-image: none; }#t5kLzk2n78gK7yG7m4O4nzIGD38u2Maa > .row .container { background-color: transparent; background-image: none; }#t5kLzk2n78gK7yG7m4O4nzIGD38u2Maa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t5kLzk2n78gK7yG7m4O4nzIGD38u2Maa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t5kLzk2n78gK7yG7m4O4nzIGD38u2Maa > .row .container > .video-iframe-container { display: none; }#t5kLzk2n78gK7yG7m4O4nzIGD38u2Maa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t5kLzk2n78gK7yG7m4O4nzIGD38u2Maa > .row > .video-iframe-container { display: none; }#t5kLzk2n78gK7yG7m4O4nzIGD38u2Maa > .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); }#t5kLzk2n78gK7yG7m4O4nzIGD38u2Maa > .row .container { width:20rem;height:55.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BQgug02pCixonWuFlgGh8lWkAnnLP7Rt { width:19.5rem;height:52.875rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPrTSBUOKKt3isb4wAEfBSD45eRJX4wZ { width:15.3125rem;height:2.4rem;top:3.1875rem;left:2.28125rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xl6BsyZV5LRZZv54bh3R1rIAKJSv5Ahk { width:8rem;height:4.5rem;top:8.3125rem;left:1rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FN1W2hJiKLaeO5pNAJK85OJIcFbTb9Z6 { width:8.75rem;height:8.125rem;top:23.0625rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVB1HMhhN2wabzabtnIzIRD4wq3H3qnp { width:8.75rem;height:3.2rem;top:25.0625rem;left:10.5rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3EMH9swPELMAiBbQsRWLBT2Pu20bRR0 { width:6.875rem;height:4rem;top:9.0625rem;left:11.1875rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3TPwcbVviALwJBcpZfgBGQq31ne9MDD { width:6.875rem;height:2.2rem;top:12.125rem;left:11.1875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxZittxwZbn1BpQZb9QcEH77ooc6AiPa { width:15.3125rem;height:1.5rem;top:5rem;left:2.28125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykAJ2vwzCI8L7RiEv34XnwPUMpHX4EfQ { width:6.625rem;height:3rem;top:13.6875rem;left:1rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #le7oSgMKDp09qs2TZXanLuDXhphL30GS { width:8.75rem;height:2rem;top:23.6875rem;left:10.5rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrBtZerk4KzhaFrshsTSIwL4zpo27yix { width:7.1875rem;height:2rem;top:28.1875rem;left:11.312500119209rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXDmmo3mJieRkCmMzZKTAKvy6xJr3c9c { width:7.75rem;height:7.125rem;top:7.6875rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2MfqMhwKAlDuNSixi3N5koVLAfUySkA { width:7.25rem;height:1.6rem;top:8.3125rem;left:11rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQT7db8eQNbVi68Kd1dAkTBxWMPDy0QX { width:8.25rem;height:2.4rem;top:15.212500381284rem;left:10.500000357628rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORJVtggKcJA559PZBL02MLzM0pmLiTdC { width:8.75rem;height:1.3rem;top:20.5rem;left:10.5rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPUB0qJTMMLIfpXVoPmNgdW05lxkpzua { width:18.5rem;height:6.1875rem;top:39.9375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBrtRKiTIbCWggHtigoEHirXPx3WCyLf { width:6.8125rem;height:3.2rem;top:41.0625rem;left:7rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXGR3MBuiLZronEVhhzOpxeuztXuy1K4 { width:11.5625rem;height:1rem;top:44.25rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVPvyV8rEduVcQZrn9AWl4W69WJ5Pz9L { width:3.4375rem;height:2rem;top:40.875rem;left:4.4375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E58rNuOycBOv9NnyywqhKIhoCPHCKCW3 { width:5.625rem;height:1.3rem;top:37.4375rem;left:7.0625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZoIvw2SQGXvmmwbfzRe5uzbzng7muDG { width:13.75rem;height:2.125rem;top:50.625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0yri1yemALhWbD9pKD2Kg2AuAEzCuDR { display:block; }
 }@media only screen and (max-width: 763px) { #qDiiQbM1aEVHunLDsqMwTfbV1TKGRmBz { width:20rem;height:54.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNRzzSx8aC5gGm9wCzMQMoss8DaoEoCL { width:7.0625rem;height:1.8125rem;top:20.25rem;left:11.356249928474rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIGlpFT3zcSUKWDAv1C0T8QxTHMeXDhO { width:7.125rem;height:3rem;top:32.199951171875rem;left:11.324999928474rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISbmIAW51rSoNSDqidQwq7E7TBqzsq2M { width:6.375rem;height:2.6rem;top:32.449951171875rem;left:11.750000119209rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zmk1KOCmP38RbU4GO2xt5DJFB7GRReAI { width:16.625rem;height:1.875rem;top:37.1875rem;left:1.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdgtFOqyb3oaOynTBvzt8Pw2oCaBZbyS { width:16.625rem;height:1.9375rem;top:47.0625rem;left:1.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqTkUeTzPuE6GJvlgXvT2PwzvuLUqdAo { width:14.9375rem;height:1.3rem;top:47.375rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nosIGtpNIwBB8fmRRvTZ1AWGabbGJyP8 { width:7.0625rem;height:1.8125rem;top:20.25rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHtAvTSUzKdpyUAnCPLT5m0ndiyruT2b { width:5.625rem;height:1.3rem;top:20.500000953674rem;left:2.3750001192093rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H63sDFonTaqPAiiWOibwpxv0CTi3V37m { width:8.75rem;height:8.125rem;top:23.0625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AskS0ZqMmS5BWNKrmLkmlwFMT1xcOLaD { width:9.125rem;height:2rem;top:23.6875rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g68FxulZhPJrq1I7AFwRWVTtZJLXKlBw { width:6.8125rem;height:3.2rem;top:25.0625rem;left:1.625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #duM16EQQX475e8T3CETCUtVCAeaBtdnB { width:5.9375rem;height:2rem;top:28.1875rem;left:2.0937501192093rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGnTCTuacs3xMml9NxBch1xbdq8Qi7Jc { width:5.125rem;height:2.6rem;top:32.4375rem;left:2.625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRWFKq2xin9TxUuyitGPL4JqailCuV9I { width:7.125rem;height:3rem;top:32.1875rem;left:1.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPeUZVnSZ1gOGc8Rzll1N4wdnVWL8sLM { display:block; }#zPeUZVnSZ1gOGc8Rzll1N4wdnVWL8sLM > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uRdoWghtLUfT98ok8avvloP0xD9ikVG3 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7f4f9f8b-52c1-42bd-9f53-0eddcd6af1d3/AdobeStock_164481449.crop_4887x4032_1161,0.preview.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#uRdoWghtLUfT98ok8avvloP0xD9ikVG3.adaptive-delivery-prevent-bg, #uRdoWghtLUfT98ok8avvloP0xD9ikVG3.lazyload, #uRdoWghtLUfT98ok8avvloP0xD9ikVG3.lazyloading { background-image: none; }#uRdoWghtLUfT98ok8avvloP0xD9ikVG3 > .row .container { background-color: transparent; background-image: none; }#uRdoWghtLUfT98ok8avvloP0xD9ikVG3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uRdoWghtLUfT98ok8avvloP0xD9ikVG3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uRdoWghtLUfT98ok8avvloP0xD9ikVG3 > .row .container > .video-iframe-container { display: none; }#uRdoWghtLUfT98ok8avvloP0xD9ikVG3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uRdoWghtLUfT98ok8avvloP0xD9ikVG3 > .row > .video-iframe-container { display: none; }#uRdoWghtLUfT98ok8avvloP0xD9ikVG3 > .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); }#uRdoWghtLUfT98ok8avvloP0xD9ikVG3 > .row .container { width:20rem;height:55.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TqFTJTytTrN4rxO036UPMPfl36UtNyIM { width:19.5rem;height:52.875rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErrQqxnAbh6zvitma6kUNCdIqwqeJmB6 { width:15.3125rem;height:2.4rem;top:3.1875rem;left:2.28125rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUVDnFNrNisygcV4Ll0QyhzeDL1nM9Bv { width:8rem;height:4.5rem;top:8.3125rem;left:1rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTpsgA2O9avCgCNPOTHiIMi19vfpzrB8 { width:8.75rem;height:8.125rem;top:23.0625rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1DitDBKpbE3WEkCpL0LrsZys4phZFkM { width:8.75rem;height:3.2rem;top:25.0625rem;left:10.5rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cr9khQkOruSLSyAbl0dnT2qQlhyrm2KP { width:6.875rem;height:4rem;top:9.0625rem;left:11.1875rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4iWXReqCSS1QePv5OruJZgxwru6gxBn { width:6.875rem;height:2.2rem;top:12.125rem;left:11.1875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zf0M98Bw0HhHEfTkqmw7STyeBJcuSdiC { width:15.3125rem;height:1.5rem;top:5rem;left:2.28125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEhvmlE9cxQqIGs6mTVOERGhQ9S9X2g9 { width:6.625rem;height:3rem;top:13.6875rem;left:1rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvTt1uGo9oGcPUBV2K0Pihqb21benmnk { width:8.75rem;height:2rem;top:23.6875rem;left:10.5rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T83Bxo1WsODonlIOsKmculz7MLl3r84a { width:7.1875rem;height:2rem;top:28.1875rem;left:11.312500119209rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhXeEd2O9qFRgk9DrTMAUW9xiMHNGMqA { width:7.75rem;height:7.125rem;top:7.6875rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwDKybLnf47UgZhrXoBPyi6IyoKIeb2e { width:7.25rem;height:1.6rem;top:8.3125rem;left:11rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdiV30ZwSkhOXJeyD5kNHbQ0fPEGP19X { width:8.25rem;height:2.4rem;top:15.212500381284rem;left:10.500000357628rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdAUPpNNNFlgTW8pbPlIpgI8niFCmGll { width:8.75rem;height:1.3rem;top:20.5rem;left:10.5rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnahATu7o6eofuV5yA6RGnvAiV0asizr { width:18.5rem;height:6.1875rem;top:39.9375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZKefDROclWEa5utNX1TiEXoyQMUhwX4 { width:6.8125rem;height:3.2rem;top:41.0625rem;left:7rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykeOvlqV4AtFTMzPzzGP2NAkVzbWgkLX { width:11.5625rem;height:1rem;top:44.25rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysExe1WTd25VCkO3nGKXWzk4yGQkO902 { width:3.4375rem;height:2rem;top:40.875rem;left:4.4375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcJvtO2plla3We4Um9c0KmE6s5ofdKAX { width:5.625rem;height:1.3rem;top:37.4375rem;left:7.0625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqrT387vSTtT9KVWSRTCyKvUghbT7zU2 { width:13.75rem;height:2.125rem;top:50.625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSbplhGdGzF9qnhc1rDFKuVE5kMbQoJ2 { display:block; }
 }@media only screen and (max-width: 763px) { #l7dSrDCeLsoibb2p34pyhJEMKy0HeQ9P { width:20rem;height:54.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFQBc9GWaskTT7hXNSUCR6nBKhawr972 { width:7.0625rem;height:1.8125rem;top:20.25rem;left:11.356249928474rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtiPilK3sQzx9d0Evh8xFWdRGAkO5xpT { width:7.125rem;height:3rem;top:32.199951171875rem;left:11.324999928474rem;display:block; }
 }@media only screen and (max-width: 763px) { #nM5roTu1VslpHTwSkTAfD9SBILTqBhce { width:6.375rem;height:2.6rem;top:32.449951171875rem;left:11.750000119209rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPLvMATp9SqFdnn52dMQ6WX7gJBZ989g { width:16.625rem;height:1.875rem;top:37.1875rem;left:1.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhCsOwcsKUcvpEaNme0Nxys2RTemuQEC { width:16.625rem;height:1.9375rem;top:47.0625rem;left:1.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKD7PzAMF1lDz2IrKVrlMmNMgEMADOXX { width:14.9375rem;height:1.3rem;top:47.375rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWSnMrgdM1EyTtBeD2RlFi5y50tKPUbc { width:7.0625rem;height:1.8125rem;top:20.25rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsygIJ3X1uEO5UNpLvkSAIk5KHvrPXA0 { width:5.625rem;height:1.3rem;top:20.500000953674rem;left:2.3750001192093rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCZz2h3mtbKQE54cuPmsWvBFk4MK2caV { width:8.75rem;height:8.125rem;top:23.0625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4uKk6q4VwlwEVXHHoyNcvTiUT7uDlRh { width:9.125rem;height:2rem;top:23.6875rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExmvQkv8H6Ps23zvfBEd381QQpQlSi4J { width:6.8125rem;height:3.2rem;top:25.0625rem;left:1.625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zg1m7XLLblqQrsxH13WNGPp4OIeeNOOD { width:5.9375rem;height:2rem;top:28.1875rem;left:2.0937501192093rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLltDv7em6mQnNblNxJOBsdezvbn1ACP { width:5.125rem;height:2.6rem;top:32.4375rem;left:2.625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7cQ9mvG0DQD21xN5yrsZxy5A3wC5thd { width:7.125rem;height:3rem;top:32.1875rem;left:1.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #weUogad4AK11mKumqSaDXLokrgo5nd2z { display:block; }#weUogad4AK11mKumqSaDXLokrgo5nd2z > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NKTMIXtiSmRExIu6LV7gtrmv5tgpxPvk { display:block; }#NKTMIXtiSmRExIu6LV7gtrmv5tgpxPvk > .row .container { width:20rem;height:68.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Aig43PGmeJhT1KH0u60bvBLNS6Q8fKWo { width:16.0625rem;height:3.7125rem;top:7.8624997138975rem;left:1.9687501192093rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTk0nHKfuV6EEKA9h47rEw9RQpR07nN4 { width:19.75rem;height:1.70625rem;top:45.875000953674rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5JBT433qmXwvn2MSesGVPpCNTwNLmZJ { width:14.25rem;height:0.0625rem;top:15.375rem;left:2.8750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWRmoTHWennO7oSX0UXdSQhn7KoLEUkk { width:16.875rem;height:14.0625rem;top:48.875rem;left:1.5625001192093rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #m2HTRthvTTpbHMo08thadnHgcXPrun0r { width:20rem;height:64.875rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3DhzQlATpcTy9JmCeuTIK9aMD30ghzs { width:17.5rem;height:61rem;top:2.7867431640625rem;left:0.39921879768372rem;z-index:15001;border-top:0.875rem solid #d37650;border-left:0.875rem solid #d37650;border-right:0.875rem solid #d37650;border-bottom:0.875rem solid #d37650;display:block; }
 }@media only screen and (max-width: 763px) { #mKESCwTL9bmuk3eQaCrrEldy1XU3X2Vp { width:18.125rem;height:1.54375rem;top:12.75rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGgCq4h4UkPJDDwQASUOd2Kh0Ch7ozMw { width:12.3125rem;height:3.4375rem;top:40.656250953674rem;left:3.8437498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFh6PVZEwOxNzHmC1k509e8QXZ8HM6L7 { display:block; }
 }@media only screen and (max-width: 763px) { #Uvh2cMZWP4Xntb9rIb7rTQN8yP6MDuBk { width:14.4375rem;height:10.8125rem;top:73.65625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pRK7KgK1lIKRwqXpE1ivBuTiBwxuDllq { width:13.8125rem;height:21.75rem;top:17.625rem;left:3.125rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #sv8JQFkTLMO280uUBrXXmfmT36vTrOCh { width:12.375rem;height:21.8125rem;top:17.4375rem;left:3.6875rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #dKcVuOdCXTnJ703wu2VI8slgaiox0qr9 { width:19.75rem;height:1.54375rem;top:4.9304690361023rem;left:0.125rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cmwa8JnGqR8td96H3DOTn0WHlu1dhwVg { display:block; }#Cmwa8JnGqR8td96H3DOTn0WHlu1dhwVg > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #guM5tGKSStq57zsM7aPqRcyR4ThVVhw2 { background-color:transparent;background-image:url("https://images.assets-landingi.com/DvobupgU/fundo_alternativo.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:cover !important;display:block; }#guM5tGKSStq57zsM7aPqRcyR4ThVVhw2.adaptive-delivery-prevent-bg, #guM5tGKSStq57zsM7aPqRcyR4ThVVhw2.lazyload, #guM5tGKSStq57zsM7aPqRcyR4ThVVhw2.lazyloading { background-image: none; }#guM5tGKSStq57zsM7aPqRcyR4ThVVhw2 > .row .container { background-color: transparent; background-image: none; }#guM5tGKSStq57zsM7aPqRcyR4ThVVhw2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#guM5tGKSStq57zsM7aPqRcyR4ThVVhw2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#guM5tGKSStq57zsM7aPqRcyR4ThVVhw2 > .row .container > .video-iframe-container { display: none; }#guM5tGKSStq57zsM7aPqRcyR4ThVVhw2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#guM5tGKSStq57zsM7aPqRcyR4ThVVhw2 > .row > .video-iframe-container { display: none; }#guM5tGKSStq57zsM7aPqRcyR4ThVVhw2 > .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); }#guM5tGKSStq57zsM7aPqRcyR4ThVVhw2 > .row .container { width:20rem;height:8.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qDeGREN2fut8ThJszg0oIQwohRAEoM0Z { width:20rem;height:2.4375rem;top:3.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSPpPIwpMv1QdreQxkBxCTkzWsHvJoaA { display:block; }#OSPpPIwpMv1QdreQxkBxCTkzWsHvJoaA > .row .container { width:20rem;height:31.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HDLSPs87TCiRifz3irhTkgdObsvIk36s { width:20rem;height:31.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MylTDuR1f1ygAMOvJLyQlbipClAFTRFZ { display:block; }#MylTDuR1f1ygAMOvJLyQlbipClAFTRFZ > .row .container { width:20rem;height:2.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aLQep30mbddHrwRTxUMJ1uCi76XeAEWH { display:block; }#aLQep30mbddHrwRTxUMJ1uCi76XeAEWH > .row .container { width:20rem;height:20.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iTmQaDZIzRB2b44OybT95a9QMTPPETRN { width:9.375rem;height:9.375rem;top:5.6875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctMEpwOrLhVfs6hgLtGIFyyrMwgi1Dka { width:20rem;height:3.575rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbigrrqzJKv9J0hTwDkPcxOmwrczQ2To { width:20rem;height:3.575rem;top:16.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOFhes8C2ZQPDKSolCowvR70qvULdbu9 { display:block; }#DOFhes8C2ZQPDKSolCowvR70qvULdbu9 > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ABhsCVTwURyiSF9ae86BURTeOhvKGx8o { width:17.1875rem;height:2.275rem;top:2.625rem;left:1.40625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4gK74XBL6oFq8Sd8vDMd69zVQyDV0lu { width:20rem;height:2.4375rem;top:5.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFfM05UkpAQe22D44BFQFg8TcR3Mi4gU { display:block; }#tFfM05UkpAQe22D44BFQFg8TcR3Mi4gU > .row .container { width:20rem;height:33.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wDy6RvvTH3si4qZ4A9GD6uHTFm6GmaE5 { width:20rem;height:31.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #As3pHxH2gETwGFUuqHiP4CdQqp5DQ87A { background-color:#ffffff;background-image:none;display:block; }#As3pHxH2gETwGFUuqHiP4CdQqp5DQ87A > .row .container { background-color: transparent; background-image: none; }#As3pHxH2gETwGFUuqHiP4CdQqp5DQ87A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#As3pHxH2gETwGFUuqHiP4CdQqp5DQ87A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#As3pHxH2gETwGFUuqHiP4CdQqp5DQ87A > .row .container > .video-iframe-container { display: none; }#As3pHxH2gETwGFUuqHiP4CdQqp5DQ87A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#As3pHxH2gETwGFUuqHiP4CdQqp5DQ87A > .row > .video-iframe-container { display: none; }#As3pHxH2gETwGFUuqHiP4CdQqp5DQ87A > .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); }#As3pHxH2gETwGFUuqHiP4CdQqp5DQ87A > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vXlsnhhQKVaTqCx5zJ7VxsT7PLrpfmHH { display:block; }#vXlsnhhQKVaTqCx5zJ7VxsT7PLrpfmHH > .row .container { width:20rem;height:23rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wZq4o2KghxoRm3hmgDhyHs0cJgVyUkTS { width:19.0625rem;height:2.275rem;top:2.625rem;left:0.46875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqzTKTTUPTLdb61aSvutZ4qk061btuvD { width:20rem;height:2.4375rem;top:5.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAfJbeQSc7I8ShHf9QhdFrMD43ouBtC5 { width:19.6875rem;height:12.5rem;top:10.125rem;left:0.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4rd6pygmHRgryzUk2LFHo6gLoEbxd4F { display:block; }#A4rd6pygmHRgryzUk2LFHo6gLoEbxd4F > .row .container { width:20rem;height:40.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K9a6wTGSTlSCa6rkb6X0d39oEk8WGZiy { width:19rem;height:3.4375rem;top:1.25rem;left:0.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JWVTRT6rMxpDEVqqnlP2b6AT0kfi9ZlL { display:block; }
 }@media only screen and (max-width: 763px) { #x76MlIp9GuHKwtLXkKZX8mQB9B8KvSdh { width:19rem;height:3.4375rem;top:8.75rem;left:0.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lgicvSXTC2E1nbTHirNKKnA35woHHs7t { display:block; }
 }@media only screen and (max-width: 763px) { #THzCXv7s2VtwNrOl3KBXSmqnPlLyWAq8 { width:19rem;height:3.4375rem;top:16.25rem;left:0.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #bIWySGIHe0NpXHOz8zqkQ6sDkyVzi4EG { display:block; }
 }@media only screen and (max-width: 763px) { #ogltdz7PiAVeJTbvvN7aVeSyC2NTveD8 { width:3.4375rem;height:3.4375rem;top:16.25rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDpUalB9i3S22Zn7Wuzt3bdCGdrEnUTp { width:3.4375rem;height:3.4375rem;top:8.75rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGn488BBrRPLblnov7ll0rg3IplTfNWT { width:3.4375rem;height:3.4375rem;top:1.25rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrR7wBHUc1evXnGfBGc1xhL2EAVV1UTi { width:19rem;height:3.4375rem;top:23.75rem;left:0.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #fyBmECDH3RMdf7TuGeMet0THUbHQ5BeQ { display:block; }
 }@media only screen and (max-width: 763px) { #ZnlRdylVQ0vcW5fWmehzBPWJCkCwSotP { width:3.4375rem;height:3.4375rem;top:23.75rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6SSyvtz5R9xJBSe6MzqoxBo7Zsd9F4A { width:19rem;height:3.4375rem;top:31.25rem;left:0.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #x01kRBKRVQp6KdBC7LTON7trMzQR8wLo { display:block; }
 }@media only screen and (max-width: 763px) { #MTp32ir6A6ukPx1kuMr2MAoZEL6Ti6wg { width:3.4375rem;height:3.4375rem;top:31.25rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LscvtW3iKctuTPxLGkB6UUZ57NErmkzJ { width:3.125rem;height:3.125rem;top:1.4375rem;left:16.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0ZMVHtT1DZsGv9JoPu4ke3RlSD6Mvhr { width:3.125rem;height:3.125rem;top:8.9375rem;left:16.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTJPgX011rZFbuJ57JkR6Dlm8VdzlhL5 { width:3.125rem;height:3.125rem;top:16.4375rem;left:16.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEArTT1sQwoIVUi1mgGCsTpZhIv1XsJt { width:3.125rem;height:3.125rem;top:23.9375rem;left:16.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2Lq0yEbvcC6A5CfMy0WwXThdt7l7SCf { width:3.125rem;height:3.125rem;top:31.4375rem;left:16.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0tPW08ZSZTqMwJU6VcU1SSyeu11lwgu { width:19rem;height:3.4375rem;top:35rem;left:0.5rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #GEzPWUF13hGgTo5OtWrSaHdC3TVdvLOL { display:block; }
 }@media only screen and (max-width: 763px) { #pX1Hs3Qkw02VZBFIFKCS5ZbH6vz8HNJe { width:19rem;height:3.4375rem;top:27.5rem;left:0.5rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #DwfDhlfFXtplnc00zgi8xTuS1SaEwtlC { display:block; }
 }@media only screen and (max-width: 763px) { #XGqyxQKlTaWPiUf4fv9s1xHVZszJJx0C { width:19rem;height:3.4375rem;top:5rem;left:0.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #b59TAWST1PVB6E7xdHZPyolVvQ7rILSb { display:block; }
 }@media only screen and (max-width: 763px) { #JkT4zu8MVia9BixtAncBLS7P63CMxaAJ { width:19rem;height:3.4375rem;top:12.5rem;left:0.5rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #yPG6f9zf6yJnTBZZuuinTo5Zg3GQU5rh { display:block; }
 }@media only screen and (max-width: 763px) { #LUpH1zfOJQ4aWiPbDPzgBZLBumrP20dh { width:19rem;height:3.4375rem;top:20rem;left:0.5rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #hBdkLbzNRCuE9t0lXBsCmwZtbvOs11Wo { display:block; }
 }@media only screen and (max-width: 763px) { #cw832oqorZ6NRPicn7eBuxsaZmNyeFnQ { width:3.4375rem;height:3.4375rem;top:35rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCKSb1fBxmPd3uui5MhiKdqyfmOOKr9k { width:3.125rem;height:3.125rem;top:35.1875rem;left:16.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3SLv1F18KsXMaa9Zd6a4s5VeLT2lLR6 { width:3.4375rem;height:3.4375rem;top:20rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTUQsWwZU9JTEFDkBiMEqtTmGPKQHVN3 { width:3.4375rem;height:3.4375rem;top:27.5rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FM5xOaBkDD6fgvLwLLU8U894pK9OkquD { width:3.125rem;height:3.125rem;top:20.1875rem;left:16.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMOsBKUB3LvTB261UWyZ9LEGrOlOmqmU { width:3.125rem;height:3.125rem;top:27.6875rem;left:16.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrQ9WLLie6r2HX8OThqqvkWUx3vngqvo { width:3.4375rem;height:3.4375rem;top:12.5rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EL6kXExDzkccy17W6I7ZvDoMlRU0IxKO { width:3.125rem;height:3.125rem;top:12.6875rem;left:16.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEFE8hKBLxx2WtK8F604kFlgDu1NTsKo { width:3.4375rem;height:3.4375rem;top:5rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwM2yB16XDt89IzlCiOBoRK8995ZBDiD { width:3.125rem;height:3.125rem;top:5.1875rem;left:16.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENrSA6G10fUaLzX0DzRqrkcT0T7GA0uG { width:19rem;height:3.4375rem;top:5rem;left:0.5rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #BgI45TsDdWg7x6HaVhh7wNS4EwNRZyS1 { display:block; }
 }@media only screen and (max-width: 763px) { #lRa4C37uF8DJ3sUbnz3XxVw2VSDD91hE { width:19rem;height:3.4375rem;top:12.5rem;left:0.5rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #OUDgSICyAvlopoLbGgLkoyqEmN9mEXoW { display:block; }
 }@media only screen and (max-width: 763px) { #Ig3z4DmpVaNsa3Sfo6W5Pbpq7VibSa4g { width:19rem;height:3.4375rem;top:16.25rem;left:0.5rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #yt04Xpzoy1lWpZFIKzoqMdc27ayBwFcD { display:block; }
 }@media only screen and (max-width: 763px) { #wDXWENupOvqLVGNlV9WLptR7n1wTgEu8 { width:19rem;height:3.4375rem;top:23.75rem;left:0.5rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #lOgR7V1FWXBp0zoUT26f2dGqt3TMDCHT { display:block; }
 }@media only screen and (max-width: 763px) { #XCar4g4OqIDHbewdnX9Q8BTeEsZxiwPk { display:block; }#XCar4g4OqIDHbewdnX9Q8BTeEsZxiwPk > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #orMZBEu8DVI2Q6TzIlD5lXhZHt11v6eT { width:17rem;height:2.275rem;top:2.625rem;left:1.5rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHzQacmttVcbmCiJfIdWfThkczX1P2kd { width:20rem;height:2.4375rem;top:5.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCKhZRbZ6zKvZ8KXdZIMbTAqJbUqh7L4 { display:block; }#HCKhZRbZ6zKvZ8KXdZIMbTAqJbUqh7L4 > .row .container { width:20rem;height:24rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NWOILLUvZa542bPh7BrswnxFN19q6mJH { width:20rem;height:16.625rem;top:35.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qi2xTqPsegryIEDuKMgKUIA1V5tTachD { width:15rem;height:7.5rem;top:0rem;left:2.5rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTn67cnoZGkcXysFCtCguOOFiVHpPdkl { top:8.875rem;left:0rem;width:20rem;height:12.5rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #Nlc6dgP9mlb5nAnQG0WwC8OfzNwlmPUk { display:block; }#Nlc6dgP9mlb5nAnQG0WwC8OfzNwlmPUk > .row .container { width:20rem;height:17.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DTWTnMyechXLMeNR094latv3PoAb4QAt { width:2.375rem;height:2.375rem;top:8.1875rem;left:7.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTlymJtOJTO6NnZQ16vV20pIhIvF60vw { width:3.125rem;height:3.125rem;top:7.8125rem;left:9.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iX1veemGT6s6v0qM0oEetRXGHbywSVM3 { width:3.125rem;height:3.125rem;top:7.8125rem;left:12.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueAC7NXXCWEcXBWVxTzGUHBTZAMtXeIu { width:3.125rem;height:3.125rem;top:7.8125rem;left:4.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTue2bzJmE2DB4TeRZn6CwHCiydXl8RI { width:1.9375rem;height:1.9375rem;top:8.4375rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFwmzbq0Gi7Kd6DmnFGu9iSRLnUz8o1T { width:13.4375rem;height:6.5625rem;top:0rem;left:3.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NP7zQJaKde1cgN9n9iHwWeoEUT7rXkOX { width:15rem;height:1.5rem;top:10.9375rem;left:2.5rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1svu8CXaS1kneRIkJs6sgoqERcPt71O { width:20rem;height:2.125rem;top:53.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UblHc02bItt4dQKGR7r5O1J71LmUoCzM { top:14.9375rem;left:3.75rem;width:12.5rem;height:1.7875rem;z-index:15019;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }