.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:242,218,218;--color-primary-1:215,144,144;--color-primary-2:189,70,70;--color-primary-3:173,24,24;--color-primary-4:119,33,33;--color-secondary-0:255,255,255;--color-secondary-1:224,224,224;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:0,0,0;--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; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vwJxilv5pJcFuxXLeFfJssEtGbTr4daX { 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;z-index:auto;display:block; }#vwJxilv5pJcFuxXLeFfJssEtGbTr4daX > .row .container { background-color: transparent; background-image: none; }#vwJxilv5pJcFuxXLeFfJssEtGbTr4daX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vwJxilv5pJcFuxXLeFfJssEtGbTr4daX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vwJxilv5pJcFuxXLeFfJssEtGbTr4daX > .row .container > .video-iframe-container { display: none; }#vwJxilv5pJcFuxXLeFfJssEtGbTr4daX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vwJxilv5pJcFuxXLeFfJssEtGbTr4daX > .row > .video-iframe-container { display: none; }#vwJxilv5pJcFuxXLeFfJssEtGbTr4daX > .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); }#vwJxilv5pJcFuxXLeFfJssEtGbTr4daX > .row .container { border-width: 0; border-radius: 0; }#vwJxilv5pJcFuxXLeFfJssEtGbTr4daX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vwJxilv5pJcFuxXLeFfJssEtGbTr4daX > .row .container { font-size:0.875rem;font-family:arial;height:7.625rem;width:60rem;position:relative;display:block; }#mPSAeq0kXtwIX9sHyFc93hBkT8sqayGi { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:2.7495125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:2.436767578125rem;left:24.624267578125rem;display:block; }
#iik1HEW5qLmgNuaH12X8d4XmGgirUppD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wQIFummNbeRuUIBRC40B5EwvbomZqS9x { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6rem;height:2.7495125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:2.436767578125rem;left:33.311767578125rem;display:block; }
#LumJi0bWr8MdEbmd32mfpAwao9CanCwJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Xt4HBqp2ddFT73gtCpDxd8ZfXPZBhaD8 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.3733125rem;height:2.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:2.436767578125rem;left:39.48486328125rem;display:block; }
#siB3ZCdiu0kPuGlsxNVu7H7hPm90SqxT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BCi4IDLXdGHab38dt6cFshoG7E3sTEhZ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:2.436767578125rem;left:46.99951171875rem;display:block; }
#fmxks2MoanVMDwBdeluiJu4VG08V0NXq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iFZQPdhTKk4ViKtmf8RJ6BsITtHvbfTt { background-color:transparent;background-image:none;border-top:0.125rem solid #dd2817;border-left:0.125rem solid #dd2817;border-right:0.125rem solid #dd2817;border-bottom:0.125rem solid #dd2817;border-top-left-radius:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.74975rem;height:2.9375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.3115234375rem;left:53.187744140625rem;display:block; }
#Zm9cUkaFcWON4PZwEiiLOlqPG7XiD11G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kMdWUoM4mghJ60LiBAk4L5r4vwkSrBrJ { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:17.187rem;top:1.0927734375rem;left:0.8115234375rem;overflow:hidden;display:block; }
#Qkvvsa5ngLupdgc83811Zcn3H6tfUQWh { position:relative;display:none; }#Qkvvsa5ngLupdgc83811Zcn3H6tfUQWh { border-width: 0; border-radius: 0; }#Qkvvsa5ngLupdgc83811Zcn3H6tfUQWh > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Qkvvsa5ngLupdgc83811Zcn3H6tfUQWh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#iefotZKBw5QF9ZA5qsJlKJWEmD6w1avo { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.24975625rem;width:9.312rem;top:0.249755859375rem;left:0.68701171875rem;overflow:hidden;display:none; }
#maaWierhnbmn1V1mlLLVmhoP6UkPkum3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/986e9d70-a10f-4efa-86f1-465d344d23df/Imagem26052026as1658.jpeg");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#maaWierhnbmn1V1mlLLVmhoP6UkPkum3.adaptive-delivery-prevent-bg, #maaWierhnbmn1V1mlLLVmhoP6UkPkum3.lazyload, #maaWierhnbmn1V1mlLLVmhoP6UkPkum3.lazyloading { background-image: none; }#maaWierhnbmn1V1mlLLVmhoP6UkPkum3 > .row .container { background-color: transparent; background-image: none; }#maaWierhnbmn1V1mlLLVmhoP6UkPkum3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(144,200,0,0.17); }#maaWierhnbmn1V1mlLLVmhoP6UkPkum3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#maaWierhnbmn1V1mlLLVmhoP6UkPkum3 > .row .container > .video-iframe-container { display: none; }#maaWierhnbmn1V1mlLLVmhoP6UkPkum3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(144,200,0,0.17); }#maaWierhnbmn1V1mlLLVmhoP6UkPkum3 > .row > .video-iframe-container { display: none; }#maaWierhnbmn1V1mlLLVmhoP6UkPkum3 > .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); }#maaWierhnbmn1V1mlLLVmhoP6UkPkum3 > .row .container { border-width: 0; border-radius: 0; }#maaWierhnbmn1V1mlLLVmhoP6UkPkum3::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; }#maaWierhnbmn1V1mlLLVmhoP6UkPkum3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#maaWierhnbmn1V1mlLLVmhoP6UkPkum3 > .row .container { font-size:0.875rem;font-family:arial;height:28.875rem;width:60rem;position:relative;display:block; }#viA9dtWtPXJcnv0e42MLUEsZQTvShSUr { color:rgba(var(--color-tertiary-0),1);display:block;width:56.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.1875rem;left:0rem;height:10.724825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MhgMssXh3aHHGJ5TI2GpLhaheuFvyG1C { color:rgba(var(--color-tertiary-0),1);display:block;width:51.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:14.25rem;left:0rem;height:4.38720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QHc7arZORCFN7lkAoiCkBTd1lpnZ4T5S { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;box-sizing:border-box;color:#dd2817;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.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.8108125rem;height:3.6870125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:21.123779296875rem;left:0rem;display:block; }
#B3mTFZbdBzmBqO7CvtmGXkZtvuT8Z5ZQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nv40di79PRQcdVSzu16JgPtFA1ZZdlyU { 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; }#nv40di79PRQcdVSzu16JgPtFA1ZZdlyU > .row .container { background-color: transparent; background-image: none; }#nv40di79PRQcdVSzu16JgPtFA1ZZdlyU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nv40di79PRQcdVSzu16JgPtFA1ZZdlyU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nv40di79PRQcdVSzu16JgPtFA1ZZdlyU > .row .container > .video-iframe-container { display: none; }#nv40di79PRQcdVSzu16JgPtFA1ZZdlyU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nv40di79PRQcdVSzu16JgPtFA1ZZdlyU > .row > .video-iframe-container { display: none; }#nv40di79PRQcdVSzu16JgPtFA1ZZdlyU > .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); }#nv40di79PRQcdVSzu16JgPtFA1ZZdlyU > .row .container { border-width: 0; border-radius: 0; }#nv40di79PRQcdVSzu16JgPtFA1ZZdlyU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nv40di79PRQcdVSzu16JgPtFA1ZZdlyU > .row .container { font-size:0.875rem;font-family:arial;height:6.9375rem;width:60rem;position:relative;display:block; }#iTgWfetfUzNvStzKRlJpzkTWObRrkZ5B { box-sizing:content-box;height:0.312011875rem;width:25.93725rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;box-shadow: none;border-top:0rem dotted rgba(var(--color-secondary-3),1);border-left:0rem dotted rgba(var(--color-secondary-3),1);border-right:0rem dotted rgba(var(--color-secondary-3),1);border-bottom:0.375rem dotted #dd2817;top:4.9375rem;left:0rem;display:block; }
#aJPXDhL1K1iyDhKdG584Bg9zd8JEJ2DD { color:#dd2817;display:block;width:17.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.75rem;left:0rem;height:3.249025rem;font-style:normal;display:block; }
#AKD6etcT2Rgp8BbdS4ytMeO4XNnKHrKb { 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; }#AKD6etcT2Rgp8BbdS4ytMeO4XNnKHrKb > .row .container { background-color: transparent; background-image: none; }#AKD6etcT2Rgp8BbdS4ytMeO4XNnKHrKb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AKD6etcT2Rgp8BbdS4ytMeO4XNnKHrKb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AKD6etcT2Rgp8BbdS4ytMeO4XNnKHrKb > .row .container > .video-iframe-container { display: none; }#AKD6etcT2Rgp8BbdS4ytMeO4XNnKHrKb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AKD6etcT2Rgp8BbdS4ytMeO4XNnKHrKb > .row > .video-iframe-container { display: none; }#AKD6etcT2Rgp8BbdS4ytMeO4XNnKHrKb > .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); }#AKD6etcT2Rgp8BbdS4ytMeO4XNnKHrKb > .row .container { border-width: 0; border-radius: 0; }#AKD6etcT2Rgp8BbdS4ytMeO4XNnKHrKb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AKD6etcT2Rgp8BbdS4ytMeO4XNnKHrKb > .row .container { font-size:0.875rem;font-family:arial;height:56.5625rem;width:60rem;position:relative;display:block; }#nfqG2INEL9Tmco0kuVMsL2lmb2ffoqmM { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:14.2119125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FIr1vW4zd6p7pBsVGvqBO7LBLO7AUJAJ { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.0625rem 0.6875rem rgba(var(--color-tertiary-4),0.39) ;height:28.812rem;width:43.3125rem;top:16.75rem;left:8.625rem;overflow:hidden;display:block; }
#uhVNq7KoB0CvdkFqVfw2OJyURKKOkTXW { box-sizing:content-box;height:29.0625rem;width:1.6245125rem;position:absolute;display:block;z-index:15032;background-color:#dd2817;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.625rem;left:8.0625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#dRbxkc4tgkx88T5xFRM844LqM9xSwnRx { background-color:#dd2817;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.93725rem;height:3.375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:49.4375rem;left:20rem;display:block; }
#pMk0vttn77A3Ti6ZUXK9TXpRZhlQ0a3O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KW9QMHlqf6M9vRsdMuSXfTiR3Vyd1Bop { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dd2817;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; }#KW9QMHlqf6M9vRsdMuSXfTiR3Vyd1Bop > .row .container { background-color: transparent; background-image: none; }#KW9QMHlqf6M9vRsdMuSXfTiR3Vyd1Bop::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KW9QMHlqf6M9vRsdMuSXfTiR3Vyd1Bop > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KW9QMHlqf6M9vRsdMuSXfTiR3Vyd1Bop > .row .container > .video-iframe-container { display: none; }#KW9QMHlqf6M9vRsdMuSXfTiR3Vyd1Bop > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KW9QMHlqf6M9vRsdMuSXfTiR3Vyd1Bop > .row > .video-iframe-container { display: none; }#KW9QMHlqf6M9vRsdMuSXfTiR3Vyd1Bop > .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); }#KW9QMHlqf6M9vRsdMuSXfTiR3Vyd1Bop > .row .container { border-width: 0; border-radius: 0; }#KW9QMHlqf6M9vRsdMuSXfTiR3Vyd1Bop > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KW9QMHlqf6M9vRsdMuSXfTiR3Vyd1Bop > .row .container { font-size:0.875rem;font-family:arial;height:6.6875rem;width:60rem;position:relative;display:block; }#oSKBzlnpv3sUTZuUR5JXqm6oVJqXCGup { color:rgba(var(--color-tertiary-0),1);display:block;width:59.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.375rem;left:0rem;height:3.249025rem;font-style:normal;display:block; }
#ebyRKHDatsgnXc4vROpEIQGehCV4RyDE { color:rgba(var(--color-tertiary-0),1);display:block;width:59.187rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.06103515625rem;left:0rem;height:1.62524375rem;font-style:normal;display:block; }
#JA6PvIzLvuDWmCu9328XbeaMh4rXoHNU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dd2817;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; }#JA6PvIzLvuDWmCu9328XbeaMh4rXoHNU > .row .container { background-color: transparent; background-image: none; }#JA6PvIzLvuDWmCu9328XbeaMh4rXoHNU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JA6PvIzLvuDWmCu9328XbeaMh4rXoHNU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JA6PvIzLvuDWmCu9328XbeaMh4rXoHNU > .row .container > .video-iframe-container { display: none; }#JA6PvIzLvuDWmCu9328XbeaMh4rXoHNU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JA6PvIzLvuDWmCu9328XbeaMh4rXoHNU > .row > .video-iframe-container { display: none; }#JA6PvIzLvuDWmCu9328XbeaMh4rXoHNU > .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); }#JA6PvIzLvuDWmCu9328XbeaMh4rXoHNU > .row .container { border-width: 0; border-radius: 0; }#JA6PvIzLvuDWmCu9328XbeaMh4rXoHNU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JA6PvIzLvuDWmCu9328XbeaMh4rXoHNU > .row .container { font-size:0.875rem;font-family:arial;height:23.6875rem;width:60rem;position:relative;display:block; }#bC7uByGS9UOpTtV4MfvTqGxiWBsMNuzb { box-sizing:content-box;height:19.9375rem;width:15.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(var(--color-tertiary-4),0.6) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.125rem;left:2.125rem;border-top-right-radius:0.6875rem;border-bottom-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-top-left-radius:0.6875rem;display:block; }
#NcWtqL7M6Rr4vcfWFzUT8BaCvHzU0MnI { color:rgba(var(--color-secondary-4),1);display:block;width:12.81225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:9.85986328125rem;left:43.02978515625rem;height:7.7160625rem;font-style:normal;display:block; }
#rV5MGpo46Qhb80zvHcPxkU5AbOedR3Oc { color:#dd2817;display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.4375rem;left:23.125rem;height:7.1484375rem;font-style:normal;display:block; }
#yLrK4KvED8iZbs7qZKqlhlFDtST7zkcs { color:rgba(var(--color-secondary-4),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:11.5625rem;left:23.125rem;height:7.7160625rem;font-style:normal;display:block; }
#bvJQBSzEmhDLCBQQKdM4RvLA8n9XLTvT { color:#dd2817;display:block;width:10.37475rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.375rem;left:3.0625rem;height:3.57421875rem;font-style:normal;display:block; }
#W8V9Xh9TKvIhwLvlKzLZzEklKKmV54XI { color:rgba(var(--color-secondary-4),1);display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:7.6875rem;left:3.0625rem;height:6.501rem;font-style:normal;display:block; }
#lfpfoSSS2JXZzTP6oyGAld5ASr1QLa3i { color:#dd2817;display:block;width:14rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.437255859375rem;left:43.02978515625rem;height:5.361325rem;font-style:normal;display:block; }
#y4MewHQqKVWDTqUZQtptx2pEyBVBCNWt { box-sizing:content-box;height:19.93725rem;width:15.75rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(var(--color-tertiary-4),0.6) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.125rem;left:22.125rem;border-top-right-radius:0.6875rem;border-bottom-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-top-left-radius:0.6875rem;display:block; }
#Re2nFZLm4agWmRdnlsXPileQLlRXhLWs { box-sizing:content-box;height:19.9365rem;width:15.75rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(var(--color-tertiary-4),0.6) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.1240234375rem;left:42.12451171875rem;border-top-right-radius:0.6875rem;border-bottom-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-top-left-radius:0.6875rem;display:block; }
#ILDId9aNFVD0EBLBJIKVa7uGJ4ytJqcN { box-sizing:content-box;height:19.93725rem;width:15.75rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(var(--color-tertiary-4),0.6) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.125rem;left:22.125rem;border-top-right-radius:0.6875rem;border-bottom-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-top-left-radius:0.6875rem;display:none; }
#BdOt4zDt6yVGF9hk3RWA6yhTiZ5m2Mcf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dd2817;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; }#BdOt4zDt6yVGF9hk3RWA6yhTiZ5m2Mcf > .row .container { background-color: transparent; background-image: none; }#BdOt4zDt6yVGF9hk3RWA6yhTiZ5m2Mcf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BdOt4zDt6yVGF9hk3RWA6yhTiZ5m2Mcf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BdOt4zDt6yVGF9hk3RWA6yhTiZ5m2Mcf > .row .container > .video-iframe-container { display: none; }#BdOt4zDt6yVGF9hk3RWA6yhTiZ5m2Mcf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BdOt4zDt6yVGF9hk3RWA6yhTiZ5m2Mcf > .row > .video-iframe-container { display: none; }#BdOt4zDt6yVGF9hk3RWA6yhTiZ5m2Mcf > .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); }#BdOt4zDt6yVGF9hk3RWA6yhTiZ5m2Mcf > .row .container { border-width: 0; border-radius: 0; }#BdOt4zDt6yVGF9hk3RWA6yhTiZ5m2Mcf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BdOt4zDt6yVGF9hk3RWA6yhTiZ5m2Mcf > .row .container { font-size:0.875rem;font-family:arial;height:21.875rem;width:60rem;position:relative;display:block; }#eVdApHdATFd2ESCfIchzg3kyA1bMeCKl { color:rgba(var(--color-secondary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:6.125rem;left:3rem;height:9.259275rem;font-style:normal;display:block; }
#fWrT6f59EPguDlGaq3XS7DIT0g99G7mW { color:#dd2817;display:block;width:10.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.3125rem;left:3rem;height:3.57421875rem;font-style:normal;display:block; }
#uxf7kRTUxOZGVFfWSScfRUpcXXFOSkgW { box-sizing:content-box;height:19.9365rem;width:15.75rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(var(--color-tertiary-4),0.6) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:2.125rem;border-top-right-radius:0.6875rem;border-bottom-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-top-left-radius:0.6875rem;display:block; }
#ZcgQ4JuS4VeZ0vEpoNzSe6SXTpvgcOey { box-sizing:content-box;height:19.93725rem;width:15.75rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(var(--color-tertiary-4),0.6) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:22.125rem;border-top-right-radius:0.6875rem;border-bottom-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-top-left-radius:0.6875rem;display:block; }
#e35iozhs6MpKCTLJG4Vx85K77mTUIEuU { box-sizing:content-box;height:19.9365rem;width:15.75rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(var(--color-tertiary-4),0.6) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:42.125rem;border-top-right-radius:0.6875rem;border-bottom-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-top-left-radius:0.6875rem;display:block; }
#HsBoSnmRqbTz1Qk5Am4wR4Xu8KM80WVr { color:#dd2817;display:block;width:13.437rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.5rem;left:23.125rem;height:5.361325rem;font-style:normal;display:block; }
#UPQHcqzoeMhBTw9dh9xueS1uxQKxZ5vd { color:rgba(var(--color-secondary-4),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:7.75rem;left:23.125rem;height:8.12625rem;font-style:normal;display:block; }
#WfIPBeHe26XzOgqFou6swTIdv8gyeH9i { color:rgba(var(--color-secondary-4),1);display:block;width:12.4365rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:7.75rem;left:43.25rem;height:6.501rem;font-style:normal;display:block; }
#IzDBqwD1deJfCm02T0QAK3g35ziPZmf9 { color:#dd2817;display:block;width:14.124rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.125rem;left:43.25rem;height:5.361325rem;font-style:normal;display:block; }
#MzndT143x1k4RPU8S1FQglzEka1QtAB7 { 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; }#MzndT143x1k4RPU8S1FQglzEka1QtAB7 > .row .container { background-color: transparent; background-image: none; }#MzndT143x1k4RPU8S1FQglzEka1QtAB7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MzndT143x1k4RPU8S1FQglzEka1QtAB7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MzndT143x1k4RPU8S1FQglzEka1QtAB7 > .row .container > .video-iframe-container { display: none; }#MzndT143x1k4RPU8S1FQglzEka1QtAB7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MzndT143x1k4RPU8S1FQglzEka1QtAB7 > .row > .video-iframe-container { display: none; }#MzndT143x1k4RPU8S1FQglzEka1QtAB7 > .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); }#MzndT143x1k4RPU8S1FQglzEka1QtAB7 > .row .container { border-width: 0; border-radius: 0; }#MzndT143x1k4RPU8S1FQglzEka1QtAB7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MzndT143x1k4RPU8S1FQglzEka1QtAB7 > .row .container { font-size:0.875rem;font-family:arial;height:6.9375rem;width:60rem;position:relative;display:block; }#kPuqqI8qVucTsT6bfnvtVkdShc7pVG5l { box-sizing:content-box;height:0.312011875rem;width:25.93725rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;box-shadow: none;border-top:0rem dotted rgba(var(--color-secondary-3),1);border-left:0rem dotted rgba(var(--color-secondary-3),1);border-right:0rem dotted rgba(var(--color-secondary-3),1);border-bottom:0.375rem dotted #dd2817;top:4.9375rem;left:0rem;display:block; }
#MJAK2Mm0dAafDPLNbMIFnmHdb5oXnVTc { color:#dd2817;display:block;width:27.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.749755859375rem;left:0rem;height:3.249025rem;font-style:normal;display:block; }
#ArTX0Bu7luiyF1UawhCgKad8OX6v3g8a { 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; }#ArTX0Bu7luiyF1UawhCgKad8OX6v3g8a > .row .container { background-color: transparent; background-image: none; }#ArTX0Bu7luiyF1UawhCgKad8OX6v3g8a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ArTX0Bu7luiyF1UawhCgKad8OX6v3g8a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ArTX0Bu7luiyF1UawhCgKad8OX6v3g8a > .row .container > .video-iframe-container { display: none; }#ArTX0Bu7luiyF1UawhCgKad8OX6v3g8a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ArTX0Bu7luiyF1UawhCgKad8OX6v3g8a > .row > .video-iframe-container { display: none; }#ArTX0Bu7luiyF1UawhCgKad8OX6v3g8a > .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); }#ArTX0Bu7luiyF1UawhCgKad8OX6v3g8a > .row .container { border-width: 0; border-radius: 0; }#ArTX0Bu7luiyF1UawhCgKad8OX6v3g8a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ArTX0Bu7luiyF1UawhCgKad8OX6v3g8a > .row .container { font-size:0.875rem;font-family:arial;height:22.75rem;width:60rem;position:relative;display:block; }#AH9OilVf53zZi7AEUTnwB8NpDzis8VSb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.6875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:1.87353515625rem;left:5.15625rem; }
#zcOEXtmFNC4oLlf0OPTMlmbsfZEOrZuH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.99975625rem;width:3.99975625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:2.21826171875rem;left:20.562255859375rem; }
#wVzsEgpxqt3LGuxDHhntT7BUs8DoXm96 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.56225625rem;width:4.56225625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:1.99951171875rem;left:35.218505859375rem; }
#Lv08WotDrH3STS8Q4Myr936wVMXMlHZN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.37475625rem;width:4.37475625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:2.125rem;left:50.3125rem; }
#fHUMoFGw3TdpD3Mnoc9wLeBPf6D8MdaB { box-sizing:content-box;height:6.312rem;width:6.312rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14999;background-color:#dd2817;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.125rem;left:4.375rem;display:block; }
#zJV6HQfmS4RsKDTsbT25E21BWaHGhmfB { box-sizing:content-box;height:6.31125rem;width:6.31125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#dd2817;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.125rem;left:19.343994140625rem;display:block; }
#vasqVzLTCGvpb45EJMxCwmwdWav0BW3W { box-sizing:content-box;height:6.3105625rem;width:6.3105625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15001;background-color:#dd2817;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.125rem;left:34.343994140625rem;display:block; }
#tr7qHM4x6VfAFPNlk4MHbzauTWtkU3Ia { box-sizing:content-box;height:6.3105625rem;width:6.3105625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15002;background-color:#dd2817;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.125rem;left:49.375rem;display:block; }
#rLs0xvRhnIz3zeXLAPcw69MsBulW9ByH { color:#dd2817;display:block;width:8.31225rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:8.156982421875rem;left:3.342041015625rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XRDdD7xB41TEQT0UgSIl0gnxFxRFxT6A { color:rgba(var(--color-secondary-4),1);display:block;width:12.81225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:12.43505859375rem;left:1.093505859375rem;height:4.87573125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T2axecO3uLbTsPB2y2o0br8gTOKu8lgS { color:#dd2817;display:block;width:10.437rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:8.156982421875rem;left:17.280029296875rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eLTiNSL45PZwzGPu8saUa7szIaLdJuXM { color:rgba(var(--color-secondary-4),1);display:block;width:13.56225rem;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:12.43505859375rem;left:15.717041015625rem;height:8.12625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TSnGrft7oT7k5ap6PTpmwvMCATSFo9zT { color:#dd2817;display:block;width:10.43625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:8.156982421875rem;left:32.28076171875rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H9nM6xc7ZQQKsniPSVz41FGb4uVFMeiG { color:rgba(var(--color-secondary-4),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:12.43505859375rem;left:30.65625rem;height:3.2504875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RG0ISGlStOmrRpK8KaW4b0zKiA1EwWzp { color:#dd2817;display:block;width:10.4355625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:8.156982421875rem;left:47.281494140625rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DA3THXJ4ReF7nW6VpyJoEX2r2ncPt15O { color:rgba(var(--color-secondary-4),1);display:block;width:11.31225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:12.43505859375rem;left:46.843505859375rem;height:4.87573125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vvbKcFWatsgfuGlx0sUmX8ikNpffRTNp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),0.65);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; }#vvbKcFWatsgfuGlx0sUmX8ikNpffRTNp > .row .container { background-color: transparent; background-image: none; }#vvbKcFWatsgfuGlx0sUmX8ikNpffRTNp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vvbKcFWatsgfuGlx0sUmX8ikNpffRTNp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vvbKcFWatsgfuGlx0sUmX8ikNpffRTNp > .row .container > .video-iframe-container { display: none; }#vvbKcFWatsgfuGlx0sUmX8ikNpffRTNp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vvbKcFWatsgfuGlx0sUmX8ikNpffRTNp > .row > .video-iframe-container { display: none; }#vvbKcFWatsgfuGlx0sUmX8ikNpffRTNp > .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); }#vvbKcFWatsgfuGlx0sUmX8ikNpffRTNp > .row .container { border-width: 0; border-radius: 0; }#vvbKcFWatsgfuGlx0sUmX8ikNpffRTNp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vvbKcFWatsgfuGlx0sUmX8ikNpffRTNp > .row .container { font-size:0.875rem;font-family:arial;height:6.9375rem;width:60rem;position:relative;display:block; }#Il714L2deHTMntKCQyA4l83eXPTTKC8e { box-sizing:content-box;height:0.312011875rem;width:25.93725rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;box-shadow: none;border-top:0rem dotted rgba(var(--color-secondary-3),1);border-left:0rem dotted rgba(var(--color-secondary-3),1);border-right:0rem dotted rgba(var(--color-secondary-3),1);border-bottom:0.375rem dotted #dd2817;top:4.9375rem;left:0rem;display:block; }
#holhJLDPGpxTCMCn7i8SrtteUPKWckNh { color:#dd2817;display:block;width:27.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.749755859375rem;left:0rem;height:3.249025rem;font-style:normal;display:block; }
#FiE7tb8qBcbR7V8GV6ErnT6t0Oog2ux6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),0.65);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; }#FiE7tb8qBcbR7V8GV6ErnT6t0Oog2ux6 > .row .container { background-color: transparent; background-image: none; }#FiE7tb8qBcbR7V8GV6ErnT6t0Oog2ux6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FiE7tb8qBcbR7V8GV6ErnT6t0Oog2ux6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FiE7tb8qBcbR7V8GV6ErnT6t0Oog2ux6 > .row .container > .video-iframe-container { display: none; }#FiE7tb8qBcbR7V8GV6ErnT6t0Oog2ux6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FiE7tb8qBcbR7V8GV6ErnT6t0Oog2ux6 > .row > .video-iframe-container { display: none; }#FiE7tb8qBcbR7V8GV6ErnT6t0Oog2ux6 > .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); }#FiE7tb8qBcbR7V8GV6ErnT6t0Oog2ux6 > .row .container { border-width: 0; border-radius: 0; }#FiE7tb8qBcbR7V8GV6ErnT6t0Oog2ux6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FiE7tb8qBcbR7V8GV6ErnT6t0Oog2ux6 > .row .container { font-size:0.875rem;font-family:arial;height:62.4375rem;width:60rem;position:relative;display:block; }#hnioFb9Jx5nRPZlawtKy8wgAky4rnelh { position:absolute;display:block;z-index:15120;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.7495125rem;width:11.31225rem;top:2.4990234375rem;left:4.435546875rem;overflow:hidden;display:block; }
#LOuKTRMxLPbiLe3zXcQWhZaO92oqQfXP { position:absolute;display:block;z-index:15119;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-4),1);border-left:0.125rem solid rgba(var(--color-secondary-4),1);border-right:0.125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.125rem solid rgba(var(--color-secondary-4),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.125rem 0.125rem rgba(0,0,0,0.21) ;height:7.4355625rem;width:12.75rem;top:1.5625rem;left:3.625rem;display:block; }
#aJVaEAhHoFPRaFPSrg70rw5r4rGQIqe8 { position:absolute;display:block;z-index:15111;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-4),1);border-left:0.125rem solid rgba(var(--color-secondary-4),1);border-right:0.125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.125rem solid rgba(var(--color-secondary-4),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.125rem 0.125rem rgba(0,0,0,0.21) ;height:7.4355625rem;width:12.75rem;top:10.0625rem;left:3.625rem;display:block; }
#cVkCW6PpDad9MumD8JS5Az7qwPyzt17h { position:absolute;display:block;z-index:15114;border-top:0;border-left:0;border-right: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.4995rem;width:8.31225rem;top:10.622314453125rem;left:5.933349609375rem;overflow:hidden;display:block; }
#t5GBaogzyQVNJKt818tPunqiA7x2nM59 { position:absolute;display:block;z-index:15110;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-4),1);border-left:0.125rem solid rgba(var(--color-secondary-4),1);border-right:0.125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.125rem solid rgba(var(--color-secondary-4),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.125rem 0.125rem rgba(0,0,0,0.21) ;height:7.43625rem;width:12.75rem;top:10.0625rem;left:17.125rem;display:block; }
#WOD1DwkpedeWc3hPomLXxFxuzI7Jiisl { position:absolute;display:block;z-index:15118;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-4),1);border-left:0.125rem solid rgba(var(--color-secondary-4),1);border-right:0.125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.125rem solid rgba(var(--color-secondary-4),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.125rem 0.125rem rgba(0,0,0,0.21) ;height:7.43625rem;width:12.75rem;top:1.5625rem;left:17.125rem;display:block; }
#XNVnsENGg8cLO4yKbumD4P1oMJ81RDhr { position:absolute;display:block;z-index:15121;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:7.062rem;top:1.998779296875rem;left:20.06103515625rem;overflow:hidden;display:block; }
#PlcbJWdmuKR2bDW6VgTl6SfFtQdsAi5b { position:absolute;display:block;z-index:15115;border-top:0;border-left:0;border-right: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.81225rem;width:7.56225rem;top:10.465576171875rem;left:19.810546875rem;overflow:hidden;display:block; }
#WRgtBTC0aehDg7Mty3m41x6WJZZm4vII { position:absolute;display:block;z-index:15116;border-top:0;border-left:0;border-right: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.8745rem;width:10.125rem;top:10.434814453125rem;left:32.09326171875rem;overflow:hidden;display:block; }
#iF51TvuHEMiLTqlg6UxcIiONPJAJT8t4 { position:absolute;display:block;z-index:15109;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-4),1);border-left:0.125rem solid rgba(var(--color-secondary-4),1);border-right:0.125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.125rem solid rgba(var(--color-secondary-4),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.125rem 0.125rem rgba(0,0,0,0.21) ;height:7.437rem;width:12.75rem;top:10.0625rem;left:30.6875rem;display:block; }
#ese2OimWW9CKc1Qpob4bQiSLOGif4zDl { position:absolute;display:block;z-index:15117;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-4),1);border-left:0.125rem solid rgba(var(--color-secondary-4),1);border-right:0.125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.125rem solid rgba(var(--color-secondary-4),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.125rem 0.125rem rgba(0,0,0,0.21) ;height:7.437rem;width:12.75rem;top:1.5625rem;left:30.6875rem;display:block; }
#ICieZFQcAW4Wh8iTsoz54PuDemfUx2kM { position:absolute;display:block;z-index:15122;border-top:0;border-left:0;border-right: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.43725rem;width:8.49975rem;top:2.1533203125rem;left:32.904052734375rem;overflow:hidden;display:block; }
#UFHohmVBl4zRNSX9A2qk3UsG1Prx82x0 { position:absolute;display:block;z-index:15103;border-top:0;border-left:0;border-right: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.4995rem;width:9.1875rem;top:19.18505859375rem;left:18.999755859375rem;overflow:hidden;display:block; }
#PcaveCKy7usDTxIBfCiJW9sgSnTyVxG9 { position:absolute;display:block;z-index:15101;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-4),1);border-left:0.125rem solid rgba(var(--color-secondary-4),1);border-right:0.125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.125rem solid rgba(var(--color-secondary-4),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.125rem 0.125rem rgba(0,0,0,0.21) ;height:7.437rem;width:12.75rem;top:18.625rem;left:30.6875rem;display:block; }
#DLG2uyOgharudAzQ57EHGVqZUkwRS7vh { position:absolute;display:block;z-index:15102;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-4),1);border-left:0.125rem solid rgba(var(--color-secondary-4),1);border-right:0.125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.125rem solid rgba(var(--color-secondary-4),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.125rem 0.125rem rgba(0,0,0,0.21) ;height:7.43625rem;width:12.75rem;top:18.625rem;left:17.125rem;display:block; }
#Ngehg2EN6Jn54MOnfL7enQTlmWhEHnKx { position:absolute;display:block;z-index:15103;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-4),1);border-left:0.125rem solid rgba(var(--color-secondary-4),1);border-right:0.125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.125rem solid rgba(var(--color-secondary-4),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.125rem 0.125rem rgba(0,0,0,0.21) ;height:7.4355625rem;width:12.75rem;top:18.625rem;left:3.625rem;display:block; }
#ls2BVuQCZvfaQCATe1GqwuIw1U2PzStE { position:absolute;display:block;z-index:15109;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.18725rem;width:7.3125rem;top:18.8408203125rem;left:6.434326171875rem;overflow:hidden;display:block; }
#zxGaI7O4CVHtbU1QT0pwZWd6oHzDkq5M { position:absolute;display:block;z-index:15105;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:6.75rem;top:19.05908203125rem;left:33.78076171875rem;overflow:hidden;display:block; }
#tQfr1SdTdBfgO2wBvy2b1rySiDTZHTSh { position:absolute;display:block;z-index:15100;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-4),1);border-left:0.125rem solid rgba(var(--color-secondary-4),1);border-right:0.125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.125rem solid rgba(var(--color-secondary-4),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.125rem 0.125rem rgba(0,0,0,0.21) ;height:7.4375rem;width:12.75rem;top:18.5625rem;left:44.25rem;display:block; }
#KwlvJeHIpy4bpAJUQJhXMmThV5cEnSfa { position:absolute;display:block;z-index:15108;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-4),1);border-left:0.125rem solid rgba(var(--color-secondary-4),1);border-right:0.125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.125rem solid rgba(var(--color-secondary-4),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.125rem 0.125rem rgba(0,0,0,0.21) ;height:7.4375rem;width:12.75rem;top:10.0625rem;left:44.25rem;display:block; }
#RbHSkgR0HT9PPmEKfWRiEXAerzGagfZW { position:absolute;display:block;z-index:15116;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-4),1);border-left:0.125rem solid rgba(var(--color-secondary-4),1);border-right:0.125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.125rem solid rgba(var(--color-secondary-4),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.125rem 0.125rem rgba(0,0,0,0.21) ;height:7.4375rem;width:12.75rem;top:1.5625rem;left:44.25rem;display:block; }
#WDFeyJafSDIId7datcDUb2czMWNactXZ { position:absolute;display:block;z-index:15117;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.125rem;width:7.9995rem;top:10.31103515625rem;left:46.717529296875rem;overflow:hidden;display:block; }
#ExdpMqF0ABaDyQ4yIRV6i3hzi6GvW8mi { position:absolute;display:block;z-index:15124;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:11.8125rem;top:20.37158203125rem;left:44.8125rem;overflow:hidden;display:block; }
#seZvzdKlXH896qRyCv473rOCyoeRoP3l { position:absolute;display:block;z-index:15123;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.2495rem;width:6.99975rem;top:1.74755859375rem;left:47.217041015625rem;overflow:hidden;display:block; }
#GQJn4UqVANMc8LkSOGOKqaHDb8n1774X { position:absolute;display:block;z-index:15103;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-4),1);border-left:0.125rem solid rgba(var(--color-secondary-4),1);border-right:0.125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.125rem solid rgba(var(--color-secondary-4),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.125rem 0.125rem rgba(0,0,0,0.21) ;height:7.4355625rem;width:12.75rem;top:27.186767578125rem;left:3.621826171875rem;display:block; }
#WsTlg8iQ33IZkQ7s82pwcUqz7ucDbwvO { position:absolute;display:block;z-index:15104;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-4),1);border-left:0.125rem solid rgba(var(--color-secondary-4),1);border-right:0.125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.125rem solid rgba(var(--color-secondary-4),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.125rem 0.125rem rgba(0,0,0,0.21) ;height:7.4355625rem;width:12.75rem;top:27.186767578125rem;left:17.124755859375rem;display:block; }
#ZRuGFLCU08zb2chg5IeiqUXiXJ6rLWl0 { position:absolute;display:block;z-index:15105;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-4),1);border-left:0.125rem solid rgba(var(--color-secondary-4),1);border-right:0.125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.125rem solid rgba(var(--color-secondary-4),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.125rem 0.125rem rgba(0,0,0,0.21) ;height:7.4355625rem;width:12.75rem;top:27.186767578125rem;left:30.684814453125rem;display:block; }
#z6kZTobRX02DQF9G8CNuzcFETExB7zWD { position:absolute;display:block;z-index:15106;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-4),1);border-left:0.125rem solid rgba(var(--color-secondary-4),1);border-right:0.125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.125rem solid rgba(var(--color-secondary-4),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.125rem 0.125rem rgba(0,0,0,0.21) ;height:7.4355625rem;width:12.75rem;top:27.186767578125rem;left:44.25rem;display:block; }
#bWer7Txl6zgWikpkVWFCTOrnZqu3ZXA2 { position:absolute;display:block;z-index:15110;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.81225625rem;width:11.562rem;top:29.091796875rem;left:4.3095703125rem;overflow:hidden;display:block; }
#EgBchw6nBIG4OzyCR3WZ5XxOPbP1ewI5 { position:absolute;display:block;z-index:15111;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.74975625rem;width:11.7495rem;top:28.937255859375rem;left:17.71728515625rem;overflow:hidden;display:block; }
#uTA7z0hZuRmFbw1RsX6WqM3sDWFVtyE6 { position:absolute;display:block;z-index:15112;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.87475625rem;width:10.5rem;top:28.060546875rem;left:31.90576171875rem;overflow:hidden;display:block; }
#oKIwvl3Z1geeQPx0pKFVS8QCPqCAxPTb { position:absolute;display:block;z-index:15113;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:8.3745rem;top:27.623291015625rem;left:46.530029296875rem;overflow:hidden;display:block; }
#hTzVqJiWCUsmzOTVgSMnrlnwSBJJCGtk { position:absolute;display:block;z-index:15104;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-4),1);border-left:0.125rem solid rgba(var(--color-secondary-4),1);border-right:0.125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.125rem solid rgba(var(--color-secondary-4),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.125rem 0.125rem rgba(0,0,0,0.21) ;height:7.4355625rem;width:12.75rem;top:35.6865234375rem;left:3.621826171875rem;display:block; }
#ktbw9f3arMtqypaFvETncds5tqrok5us { position:absolute;display:block;z-index:15105;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-4),1);border-left:0.125rem solid rgba(var(--color-secondary-4),1);border-right:0.125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.125rem solid rgba(var(--color-secondary-4),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.125rem 0.125rem rgba(0,0,0,0.21) ;height:7.4355625rem;width:12.75rem;top:35.6865234375rem;left:17.124755859375rem;display:block; }
#IegECatBICbKGr3csuP57DRbANeEblvr { position:absolute;display:block;z-index:15106;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-4),1);border-left:0.125rem solid rgba(var(--color-secondary-4),1);border-right:0.125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.125rem solid rgba(var(--color-secondary-4),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.125rem 0.125rem rgba(0,0,0,0.21) ;height:7.4355625rem;width:12.75rem;top:35.6865234375rem;left:30.684814453125rem;display:block; }
#hzSNouDM5A5PpTTVJykwVGVdzeui3bgR { position:absolute;display:block;z-index:15107;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-4),1);border-left:0.125rem solid rgba(var(--color-secondary-4),1);border-right:0.125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.125rem solid rgba(var(--color-secondary-4),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.125rem 0.125rem rgba(0,0,0,0.21) ;height:7.4355625rem;width:12.75rem;top:35.6865234375rem;left:44.25rem;display:block; }
#MN2CAbnFoXxdMKgW8vfc71drT5KyynrA { position:absolute;display:block;z-index:15111;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0620125rem;width:11.31225rem;top:37.467041015625rem;left:4.433349609375rem;overflow:hidden;display:block; }
#GTn5UamfKMOaaeOXCCNfZM2uOMgqrpqF { position:absolute;display:block;z-index:15112;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:12.06225rem;top:37.810546875rem;left:31.122802734375rem;overflow:hidden;display:block; }
#dxwzCymShbys1BW6006dvHdAX5UcThpk { position:absolute;display:block;z-index:15113;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:11.3745rem;top:37.716796875rem;left:17.90478515625rem;overflow:hidden;display:block; }
#THPt4Q7O5LZO5HESnUmVRPySdiXq0fRf { position:absolute;display:block;z-index:15114;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.87475625rem;width:11.87475rem;top:38.060302734375rem;left:44.779541015625rem;overflow:hidden;display:block; }
#iSAtseBf1JHh6EywWVw3TVquT6qfFDSk { position:absolute;display:block;z-index:15105;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-4),1);border-left:0.125rem solid rgba(var(--color-secondary-4),1);border-right:0.125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.125rem solid rgba(var(--color-secondary-4),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.125rem 0.125rem rgba(0,0,0,0.21) ;height:7.4355625rem;width:12.75rem;top:44.186279296875rem;left:3.621826171875rem;display:block; }
#kIXk7ryUyXPRSxiwMXbRIxcMdZ9TJ1VA { position:absolute;display:block;z-index:15112;border-top:0;border-left:0;border-right: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.375rem;width:7.5rem;top:44.810302734375rem;left:6.340576171875rem;overflow:hidden;display:block; }
#aCtzqRJ3mquaM4fDRqKnHwiiPOBPuKlb { position:absolute;display:block;z-index:15106;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-4),1);border-left:0.125rem solid rgba(var(--color-secondary-4),1);border-right:0.125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.125rem solid rgba(var(--color-secondary-4),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.125rem 0.125rem rgba(0,0,0,0.21) ;height:7.4355625rem;width:12.75rem;top:44.186279296875rem;left:17.124755859375rem;display:block; }
#kvcOzWRFmcLEOgPvtWQKLJSgzd5cN3i6 { position:absolute;display:block;z-index:15107;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-4),1);border-left:0.125rem solid rgba(var(--color-secondary-4),1);border-right:0.125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.125rem solid rgba(var(--color-secondary-4),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.125rem 0.125rem rgba(0,0,0,0.21) ;height:7.4355625rem;width:12.75rem;top:44.186279296875rem;left:30.684814453125rem;display:block; }
#Aeub2SdK4NpJ6XeLDUqoKXlOOAfoDqVS { position:absolute;display:block;z-index:15108;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-4),1);border-left:0.125rem solid rgba(var(--color-secondary-4),1);border-right:0.125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.125rem solid rgba(var(--color-secondary-4),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.125rem 0.125rem rgba(0,0,0,0.21) ;height:7.4355625rem;width:12.75rem;top:44.186279296875rem;left:44.25rem;display:block; }
#n36wBCdkSkPfg2qEb86ETp5ydIvzXAL2 { position:absolute;display:block;z-index:15106;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-4),1);border-left:0.125rem solid rgba(var(--color-secondary-4),1);border-right:0.125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.125rem solid rgba(var(--color-secondary-4),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.125rem 0.125rem rgba(0,0,0,0.21) ;height:7.4355625rem;width:12.75rem;top:52.623046875rem;left:3.621826171875rem;display:block; }
#izRcTwgn0TrrbyvMcXeq0uXnlktGf3Xn { position:absolute;display:block;z-index:15107;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-4),1);border-left:0.125rem solid rgba(var(--color-secondary-4),1);border-right:0.125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.125rem solid rgba(var(--color-secondary-4),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.125rem 0.125rem rgba(0,0,0,0.21) ;height:7.4355625rem;width:12.75rem;top:52.623046875rem;left:17.124755859375rem;display:block; }
#HUFMmqb1XQpiGS2egMCKBhF0u7sw5yhF { position:absolute;display:block;z-index:15108;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-4),1);border-left:0.125rem solid rgba(var(--color-secondary-4),1);border-right:0.125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.125rem solid rgba(var(--color-secondary-4),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.125rem 0.125rem rgba(0,0,0,0.21) ;height:7.4355625rem;width:12.75rem;top:52.623046875rem;left:30.684814453125rem;display:block; }
#VstwH5O8l7LEKRhiiKCZKwmEvukrTe7k { position:absolute;display:block;z-index:15109;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-4),1);border-left:0.125rem solid rgba(var(--color-secondary-4),1);border-right:0.125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.125rem solid rgba(var(--color-secondary-4),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.125rem 0.125rem rgba(0,0,0,0.21) ;height:7.4355625rem;width:12.75rem;top:52.623046875rem;left:44.25rem;display:block; }
#Gdz3z7TW6gDbh712vvWVk9IQgdgJu3W6 { position:absolute;display:block;z-index:15115;border-top:0;border-left:0;border-right: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.687rem;width:9.99975rem;top:44.65283203125rem;left:45.717041015625rem;overflow:hidden;display:block; }
#pilsABopKKEWEsam0XM1TDrqKcuxENfE { position:absolute;display:block;z-index:15113;border-top:0;border-left:0;border-right: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.62475rem;width:7.875rem;top:44.68359375rem;left:33.21826171875rem;overflow:hidden;display:block; }
#HfxyScdrg2TwxweTrbinaw46yKbDkzrw { position:absolute;display:block;z-index:15114;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:10.3125rem;top:44.904052734375rem;left:18.437255859375rem;overflow:hidden;display:block; }
#JKZvIWmfApDqIX6SHS8iPd6kEcl7eBhg { position:absolute;display:block;z-index:15116;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.2495rem;width:8.25rem;top:52.808349609375rem;left:46.59375rem;overflow:hidden;display:block; }
#XtmNKpR7yQR4x5CZs4c56kRaATeGJc6q { position:absolute;display:block;z-index:15114;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.125rem;width:10.18725rem;top:52.8720703125rem;left:32.061767578125rem;overflow:hidden;display:block; }
#QbRyGq7c853bV4VPD74kbG3xV2Ph4quT { position:absolute;display:block;z-index:15115;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6870125rem;width:12.375rem;top:54.591064453125rem;left:17.406005859375rem;overflow:hidden;display:block; }
#XQ6MOu0H5qzdTfn4l6rANVzDUagFGaot { position:absolute;display:block;z-index:15113;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.31225625rem;width:11.31225rem;top:53.778076171875rem;left:4.433349609375rem;overflow:hidden;display:block; }
#FLKQVlKXoHJXQe8fmTO9BdyFdTtzgW9l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dd2817;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; }#FLKQVlKXoHJXQe8fmTO9BdyFdTtzgW9l > .row .container { background-color: transparent; background-image: none; }#FLKQVlKXoHJXQe8fmTO9BdyFdTtzgW9l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FLKQVlKXoHJXQe8fmTO9BdyFdTtzgW9l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FLKQVlKXoHJXQe8fmTO9BdyFdTtzgW9l > .row .container > .video-iframe-container { display: none; }#FLKQVlKXoHJXQe8fmTO9BdyFdTtzgW9l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FLKQVlKXoHJXQe8fmTO9BdyFdTtzgW9l > .row > .video-iframe-container { display: none; }#FLKQVlKXoHJXQe8fmTO9BdyFdTtzgW9l > .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); }#FLKQVlKXoHJXQe8fmTO9BdyFdTtzgW9l > .row .container { border-width: 0; border-radius: 0; }#FLKQVlKXoHJXQe8fmTO9BdyFdTtzgW9l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FLKQVlKXoHJXQe8fmTO9BdyFdTtzgW9l > .row .container { font-size:0.875rem;font-family:arial;height:9.5rem;width:60rem;position:relative;display:block; }#aUOt0Br7E9HygkeVzKuIpgc27825BCWV { color:rgba(var(--color-tertiary-0),1);display:block;width:18.12375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2rem;left:0rem;height:3.65625rem;font-style:normal;display:block; }
#mkXKT7b6KZ0bQt6CVDMfQEU16B9sa0S3 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:5.75rem;left:0rem;height:1.7871125rem;font-style:normal;display:block; }
#xLSLuNQhJeBXwTdWRxXk7iBw0gUkaexn { position:absolute;display:block;z-index:15005;height:5.5620125rem;width:9.9375rem;top:1.968017578125rem;left:42.9375rem;display:block; }
#uEBLytRefBcteumluIFbA3o58cdwg3Pb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dd2817;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; }#uEBLytRefBcteumluIFbA3o58cdwg3Pb > .row .container { background-color: transparent; background-image: none; }#uEBLytRefBcteumluIFbA3o58cdwg3Pb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uEBLytRefBcteumluIFbA3o58cdwg3Pb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uEBLytRefBcteumluIFbA3o58cdwg3Pb > .row .container > .video-iframe-container { display: none; }#uEBLytRefBcteumluIFbA3o58cdwg3Pb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uEBLytRefBcteumluIFbA3o58cdwg3Pb > .row > .video-iframe-container { display: none; }#uEBLytRefBcteumluIFbA3o58cdwg3Pb > .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); }#uEBLytRefBcteumluIFbA3o58cdwg3Pb > .row .container { border-width: 0; border-radius: 0; }#uEBLytRefBcteumluIFbA3o58cdwg3Pb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uEBLytRefBcteumluIFbA3o58cdwg3Pb > .row .container { font-size:0.875rem;font-family:arial;height:24.375rem;width:60rem;position:relative;display:block; }#HJMqArtocXRJT4T3dyWz6qHSsQQfl1Bi { color:rgba(var(--color-tertiary-0),1);display:block;width:19.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:13.186767578125rem;left:3.624755859375rem;height:3.2504875rem;display:block; }
#TpNvvWgXQZWA8Z7StXu2wJmS2xJZuW27 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.4995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:5.375rem;left:3.625rem;height:1.62524375rem;display:block; }
#AeQyvK8zQ3n2Wqsov8BDZ0Gx18trXkFb { color:rgba(var(--color-tertiary-0),1);display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:0rem;left:3.625rem;height:3.2504875rem;display:block; }
#TtZmOqOOc5vZUhOKKniGu8WmiGBSbGl0 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:9.375rem;left:3.625rem;height:1.62524375rem;display:block; }
#LRRruqGbgPUTzvHfTfSJQavVCViTHRAf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5620125rem;width:2.5620125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:0.3125rem;left:0rem; }
#l9duEF2PiI17hIEpcQow03Pzpl6FzSKg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.74975625rem;width:1.74975625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:5.3125rem;left:0.5625rem; }
#l9duEF2PiI17hIEpcQow03Pzpl6FzSKg > img { max-width: 100%;max-height:100%; width:1.74975625rem; height:1.74975625rem; }#xvTh0WhtkDNgbz7hsNoiyIOIdii43uII { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.93725625rem;width:1.93725625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:9.1875rem;left:0.375rem; }
#CPqK7svEylKq0LsHJtRDQqsovEJlitq4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:13.8125rem;left:0.125rem; }
#eDshedTyPh71hwbkNapFaUp7zEvGUo3E { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:19.0625rem;left:0.3125rem; }
#uMS2lac8DTJpxCsrXBtuPBBqNSCDVdS6 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:19.3125rem;left:3.625rem;height:1.62524375rem;display:block; }
#e44aaySOUnaG9pTRvAeQDHqMgNVpWVyA { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.25rem;border-top-right-radius:3.25rem;border-bottom-left-radius:3.25rem;border-bottom-right-radius:3.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),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.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.8108125rem;height:3.6870125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:8.34375rem;left:36.686279296875rem;display:block; }
#J2lLuB3HHXyQF64h12CTzWmoT9PriG4h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rTTChfehEFUCbSzq7yu1VNCfETEnp39i { 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; }#rTTChfehEFUCbSzq7yu1VNCfETEnp39i > .row .container { background-color: transparent; background-image: none; }#rTTChfehEFUCbSzq7yu1VNCfETEnp39i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTTChfehEFUCbSzq7yu1VNCfETEnp39i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTTChfehEFUCbSzq7yu1VNCfETEnp39i > .row .container > .video-iframe-container { display: none; }#rTTChfehEFUCbSzq7yu1VNCfETEnp39i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTTChfehEFUCbSzq7yu1VNCfETEnp39i > .row > .video-iframe-container { display: none; }#rTTChfehEFUCbSzq7yu1VNCfETEnp39i > .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); }#rTTChfehEFUCbSzq7yu1VNCfETEnp39i > .row .container { border-width: 0; border-radius: 0; }#rTTChfehEFUCbSzq7yu1VNCfETEnp39i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rTTChfehEFUCbSzq7yu1VNCfETEnp39i > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:60rem;position:relative;display:block; }#ay48lEXHcTU6XKxPCnM6SZJPbRwNXrvm { color:rgba(var(--color-tertiary-4),1);display:block;width:46.9995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5.624267578125rem;left:6.498779296875rem;height:1.29931875rem;text-align:center;text-align-last:center;display:block; }
#okFs8uxcDd28iA7wn7oXFxFWK4ISKGfL { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.24975625rem;width:9.31125rem;top:1.469970703125rem;left:25.34326171875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vwJxilv5pJcFuxXLeFfJssEtGbTr4daX { display:block; }#vwJxilv5pJcFuxXLeFfJssEtGbTr4daX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mPSAeq0kXtwIX9sHyFc93hBkT8sqayGi { width:8.625rem;height:2.6875rem;top:2.375rem;left:18.499267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iik1HEW5qLmgNuaH12X8d4XmGgirUppD { display:block; }
 }@media only screen and (max-width: 763px) { #wQIFummNbeRuUIBRC40B5EwvbomZqS9x { width:6rem;height:2.6875rem;top:2.375rem;left:27.186767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LumJi0bWr8MdEbmd32mfpAwao9CanCwJ { display:block; }
 }@media only screen and (max-width: 763px) { #Xt4HBqp2ddFT73gtCpDxd8ZfXPZBhaD8 { width:7.3125rem;height:2.75rem;top:2.375rem;left:33.35986328125rem;display:block; }
 }@media only screen and (max-width: 763px) { #siB3ZCdiu0kPuGlsxNVu7H7hPm90SqxT { display:block; }
 }@media only screen and (max-width: 763px) { #BCi4IDLXdGHab38dt6cFshoG7E3sTEhZ { width:5.625rem;height:2.75rem;top:2.375rem;left:40.87451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmxks2MoanVMDwBdeluiJu4VG08V0NXq { display:block; }
 }@media only screen and (max-width: 763px) { #iFZQPdhTKk4ViKtmf8RJ6BsITtHvbfTt { width:6.6875rem;height:2.9375rem;top:2.25rem;left:40.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zm9cUkaFcWON4PZwEiiLOlqPG7XiD11G { display:block; }
 }@media only screen and (max-width: 763px) { #kMdWUoM4mghJ60LiBAk4L5r4vwkSrBrJ { top:1.0625rem;left:0rem;width:17.125rem;height:5.4178848839239rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qkvvsa5ngLupdgc83811Zcn3H6tfUQWh { display:none; }#Qkvvsa5ngLupdgc83811Zcn3H6tfUQWh > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iefotZKBw5QF9ZA5qsJlKJWEmD6w1avo { top:0.1875rem;left:0rem;width:9.25rem;height:3.2281191272015rem;display:none; }
 }@media only screen and (max-width: 763px) { #maaWierhnbmn1V1mlLLVmhoP6UkPkum3 { display:block; }#maaWierhnbmn1V1mlLLVmhoP6UkPkum3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #viA9dtWtPXJcnv0e42MLUEsZQTvShSUr { top:2.1875rem;left:0rem;width:47.75rem;height:10.6875rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhgMssXh3aHHGJ5TI2GpLhaheuFvyG1C { top:14.25rem;left:0rem;width:47.75rem;height:4.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHc7arZORCFN7lkAoiCkBTd1lpnZ4T5S { width:21.75rem;height:3.625rem;top:21.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3mTFZbdBzmBqO7CvtmGXkZtvuT8Z5ZQ { display:block; }
 }@media only screen and (max-width: 763px) { #nv40di79PRQcdVSzu16JgPtFA1ZZdlyU { display:block; }#nv40di79PRQcdVSzu16JgPtFA1ZZdlyU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iTgWfetfUzNvStzKRlJpzkTWObRrkZ5B { top:4.9375rem;left:0rem;width:25.875rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJPXDhL1K1iyDhKdG584Bg9zd8JEJ2DD { top:1.75rem;left:0rem;width:17.25rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKD6etcT2Rgp8BbdS4ytMeO4XNnKHrKb { display:block; }#AKD6etcT2Rgp8BbdS4ytMeO4XNnKHrKb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nfqG2INEL9Tmco0kuVMsL2lmb2ffoqmM { top:0rem;left:0rem;width:47.75rem;height:14.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIr1vW4zd6p7pBsVGvqBO7LBLO7AUJAJ { top:16.75rem;left:2.5rem;width:43.3125rem;height:28.81125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhVNq7KoB0CvdkFqVfw2OJyURKKOkTXW { top:16.625rem;left:1.9375rem;width:1.5625rem;height:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRbxkc4tgkx88T5xFRM844LqM9xSwnRx { width:19.875rem;height:3.375rem;top:49.4375rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMk0vttn77A3Ti6ZUXK9TXpRZhlQ0a3O { display:block; }
 }@media only screen and (max-width: 763px) { #KW9QMHlqf6M9vRsdMuSXfTiR3Vyd1Bop { display:block; }#KW9QMHlqf6M9vRsdMuSXfTiR3Vyd1Bop > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oSKBzlnpv3sUTZuUR5JXqm6oVJqXCGup { top:1.375rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebyRKHDatsgnXc4vROpEIQGehCV4RyDE { top:5rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JA6PvIzLvuDWmCu9328XbeaMh4rXoHNU { display:block; }#JA6PvIzLvuDWmCu9328XbeaMh4rXoHNU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bC7uByGS9UOpTtV4MfvTqGxiWBsMNuzb { top:2.125rem;left:0.0625rem;width:15.75rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcWtqL7M6Rr4vcfWFzUT8BaCvHzU0MnI { top:9.8125rem;left:32.71728515625rem;width:12.75rem;height:7.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rV5MGpo46Qhb80zvHcPxkU5AbOedR3Oc { top:3.4375rem;left:16.9375rem;width:14.25rem;height:7.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLrK4KvED8iZbs7qZKqlhlFDtST7zkcs { top:11.5rem;left:16.937255859375rem;width:12.75rem;height:7.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvJQBSzEmhDLCBQQKdM4RvLA8n9XLTvT { top:3.375rem;left:1rem;width:10.3125rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8V9Xh9TKvIhwLvlKzLZzEklKKmV54XI { top:7.6875rem;left:1rem;width:13.0625rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfpfoSSS2JXZzTP6oyGAld5ASr1QLa3i { top:3.375rem;left:32.71728515625rem;width:13.9375rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4MewHQqKVWDTqUZQtptx2pEyBVBCNWt { top:2.125rem;left:15.9375rem;width:15.75rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Re2nFZLm4agWmRdnlsXPileQLlRXhLWs { top:2.0625rem;left:31.81201171875rem;width:15.75rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILDId9aNFVD0EBLBJIKVa7uGJ4ytJqcN { top:2.125rem;left:15.9375rem;width:15.75rem;height:19.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BdOt4zDt6yVGF9hk3RWA6yhTiZ5m2Mcf { display:block; }#BdOt4zDt6yVGF9hk3RWA6yhTiZ5m2Mcf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eVdApHdATFd2ESCfIchzg3kyA1bMeCKl { top:6.0625rem;left:0.9375rem;width:13.75rem;height:9.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWrT6f59EPguDlGaq3XS7DIT0g99G7mW { top:1.3125rem;left:0.9375rem;width:10.6875rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxf7kRTUxOZGVFfWSScfRUpcXXFOSkgW { top:0rem;left:0.0625rem;width:15.75rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcgQ4JuS4VeZ0vEpoNzSe6SXTpvgcOey { top:0rem;left:15.9375rem;width:15.75rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e35iozhs6MpKCTLJG4Vx85K77mTUIEuU { top:0rem;left:31.8125rem;width:15.75rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsBoSnmRqbTz1Qk5Am4wR4Xu8KM80WVr { top:1.5rem;left:16.9375rem;width:13.375rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPQHcqzoeMhBTw9dh9xueS1uxQKxZ5vd { top:7.75rem;left:16.9375rem;width:13.6875rem;height:8.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfIPBeHe26XzOgqFou6swTIdv8gyeH9i { top:7.75rem;left:32.9375rem;width:12.375rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzDBqwD1deJfCm02T0QAK3g35ziPZmf9 { top:1.125rem;left:32.9375rem;width:14.0625rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzndT143x1k4RPU8S1FQglzEka1QtAB7 { display:block; }#MzndT143x1k4RPU8S1FQglzEka1QtAB7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kPuqqI8qVucTsT6bfnvtVkdShc7pVG5l { top:4.9375rem;left:0rem;width:25.875rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJAK2Mm0dAafDPLNbMIFnmHdb5oXnVTc { top:1.6875rem;left:0rem;width:27.75rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArTX0Bu7luiyF1UawhCgKad8OX6v3g8a { display:block; }#ArTX0Bu7luiyF1UawhCgKad8OX6v3g8a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AH9OilVf53zZi7AEUTnwB8NpDzis8VSb { top:1.8125rem;left:3.625rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcOEXtmFNC4oLlf0OPTMlmbsfZEOrZuH { top:2.1875rem;left:15.968505859375rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVzsEgpxqt3LGuxDHhntT7BUs8DoXm96 { top:1.9375rem;left:27.562255859375rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lv08WotDrH3STS8Q4Myr936wVMXMlHZN { top:2.125rem;left:39.59375rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHUMoFGw3TdpD3Mnoc9wLeBPf6D8MdaB { top:1.125rem;left:2.84375rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJV6HQfmS4RsKDTsbT25E21BWaHGhmfB { top:1.125rem;left:14.750244140625rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vasqVzLTCGvpb45EJMxCwmwdWav0BW3W { top:1.125rem;left:26.687744140625rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tr7qHM4x6VfAFPNlk4MHbzauTWtkU3Ia { top:1.125rem;left:38.65625rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLs0xvRhnIz3zeXLAPcw69MsBulW9ByH { top:8.125rem;left:1.810791015625rem;width:8.25rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRDdD7xB41TEQT0UgSIl0gnxFxRFxT6A { top:12.375rem;left:0rem;width:12.75rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2axecO3uLbTsPB2y2o0br8gTOKu8lgS { top:8.125rem;left:12.686279296875rem;width:10.375rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLTiNSL45PZwzGPu8saUa7szIaLdJuXM { top:12.375rem;left:10.375rem;width:13.5rem;height:8.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSnGrft7oT7k5ap6PTpmwvMCATSFo9zT { top:8.125rem;left:24.62451171875rem;width:10.375rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9nM6xc7ZQQKsniPSVz41FGb4uVFMeiG { top:12.375rem;left:22.125rem;width:13.6875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RG0ISGlStOmrRpK8KaW4b0zKiA1EwWzp { top:8.125rem;left:36.562744140625rem;width:10.375rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DA3THXJ4ReF7nW6VpyJoEX2r2ncPt15O { top:12.375rem;left:36.124755859375rem;width:11.25rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvbKcFWatsgfuGlx0sUmX8ikNpffRTNp { display:block; }#vvbKcFWatsgfuGlx0sUmX8ikNpffRTNp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Il714L2deHTMntKCQyA4l83eXPTTKC8e { top:4.9375rem;left:0rem;width:25.875rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #holhJLDPGpxTCMCn7i8SrtteUPKWckNh { top:1.6875rem;left:0rem;width:27.75rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiE7tb8qBcbR7V8GV6ErnT6t0Oog2ux6 { display:block; }#FiE7tb8qBcbR7V8GV6ErnT6t0Oog2ux6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hnioFb9Jx5nRPZlawtKy8wgAky4rnelh { top:2.4375rem;left:0rem;width:11.25rem;height:5.7178735994166rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOuKTRMxLPbiLe3zXcQWhZaO92oqQfXP { width:12.75rem;height:7.375rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJVaEAhHoFPRaFPSrg70rw5r4rGQIqe8 { width:12.75rem;height:7.375rem;top:10.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVkCW6PpDad9MumD8JS5Az7qwPyzt17h { top:10.5625rem;left:0rem;width:8.25rem;height:6.4508255887395rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5GBaogzyQVNJKt818tPunqiA7x2nM59 { width:12.75rem;height:7.375rem;top:10.0625rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOD1DwkpedeWc3hPomLXxFxuzI7Jiisl { width:12.75rem;height:7.375rem;top:1.5625rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNVnsENGg8cLO4yKbumD4P1oMJ81RDhr { top:1.9375rem;left:13.93603515625rem;width:7rem;height:6.6907391673747rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlcbJWdmuKR2bDW6VgTl6SfFtQdsAi5b { top:10.4375rem;left:13.685546875rem;width:7.5rem;height:6.7561737578102rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRgtBTC0aehDg7Mty3m41x6WJZZm4vII { top:10.375rem;left:25.96826171875rem;width:10.125rem;height:6.8745rem;display:block; }
 }@media only screen and (max-width: 763px) { #iF51TvuHEMiLTqlg6UxcIiONPJAJT8t4 { width:12.75rem;height:7.375rem;top:10.0625rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ese2OimWW9CKc1Qpob4bQiSLOGif4zDl { width:12.75rem;height:7.375rem;top:1.5625rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICieZFQcAW4Wh8iTsoz54PuDemfUx2kM { top:2.125rem;left:26.779052734375rem;width:8.4375rem;height:6.390105223683rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFHohmVBl4zRNSX9A2qk3UsG1Prx82x0 { top:19.125rem;left:12.874755859375rem;width:9.1875rem;height:6.4995rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcaveCKy7usDTxIBfCiJW9sgSnTyVxG9 { width:12.75rem;height:7.375rem;top:18.625rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLG2uyOgharudAzQ57EHGVqZUkwRS7vh { width:12.75rem;height:7.375rem;top:18.625rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ngehg2EN6Jn54MOnfL7enQTlmWhEHnKx { width:12.75rem;height:7.375rem;top:18.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ls2BVuQCZvfaQCATe1GqwuIw1U2PzStE { top:18.8125rem;left:0.309326171875rem;width:7.3125rem;height:7.18725rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxGaI7O4CVHtbU1QT0pwZWd6oHzDkq5M { top:19rem;left:27.65576171875rem;width:6.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQfr1SdTdBfgO2wBvy2b1rySiDTZHTSh { width:12.75rem;height:7.375rem;top:18.5625rem;left:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwlvJeHIpy4bpAJUQJhXMmThV5cEnSfa { width:12.75rem;height:7.375rem;top:10.0625rem;left:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbHSkgR0HT9PPmEKfWRiEXAerzGagfZW { width:12.75rem;height:7.375rem;top:1.5625rem;left:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDFeyJafSDIId7datcDUb2czMWNactXZ { top:10.25rem;left:39.75rem;width:7.9375rem;height:7.0697777986124rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExdpMqF0ABaDyQ4yIRV6i3hzi6GvW8mi { top:20.3125rem;left:35.9375rem;width:11.8125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #seZvzdKlXH896qRyCv473rOCyoeRoP3l { top:1.6875rem;left:40.75rem;width:6.9375rem;height:7.1850289296046rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQJn4UqVANMc8LkSOGOKqaHDb8n1774X { width:12.75rem;height:7.375rem;top:27.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsTlg8iQ33IZkQ7s82pwcUqz7ucDbwvO { width:12.75rem;height:7.375rem;top:27.125rem;left:10.999755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRuGFLCU08zb2chg5IeiqUXiXJ6rLWl0 { width:12.75rem;height:7.375rem;top:27.125rem;left:24.559814453125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6kZTobRX02DQF9G8CNuzcFETExB7zWD { width:12.75rem;height:7.375rem;top:27.125rem;left:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWer7Txl6zgWikpkVWFCTOrnZqu3ZXA2 { top:29.0625rem;left:0rem;width:11.5rem;height:3.7918134297699rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgBchw6nBIG4OzyCR3WZ5XxOPbP1ewI5 { top:28.875rem;left:11.59228515625rem;width:11.6875rem;height:4.7246926398464rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTA7z0hZuRmFbw1RsX6WqM3sDWFVtyE6 { top:28rem;left:25.78076171875rem;width:10.5rem;height:5.87475625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKIwvl3Z1geeQPx0pKFVS8QCPqCAxPTb { top:27.5625rem;left:39.375rem;width:8.3125rem;height:6.7000268672757rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTzVqJiWCUsmzOTVgSMnrlnwSBJJCGtk { width:12.75rem;height:7.375rem;top:35.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktbw9f3arMtqypaFvETncds5tqrok5us { width:12.75rem;height:7.375rem;top:35.625rem;left:10.999755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IegECatBICbKGr3csuP57DRbANeEblvr { width:12.75rem;height:7.375rem;top:35.625rem;left:24.559814453125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzSNouDM5A5PpTTVJykwVGVdzeui3bgR { width:12.75rem;height:7.375rem;top:35.625rem;left:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MN2CAbnFoXxdMKgW8vfc71drT5KyynrA { top:37.4375rem;left:0rem;width:11.25rem;height:4.0396597162368rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTn5UamfKMOaaeOXCCNfZM2uOMgqrpqF { top:37.75rem;left:24.997802734375rem;width:12rem;height:3.3575825405708rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxwzCymShbys1BW6006dvHdAX5UcThpk { top:37.6875rem;left:11.77978515625rem;width:11.3125rem;height:3.5430815640248rem;display:block; }
 }@media only screen and (max-width: 763px) { #THPt4Q7O5LZO5HESnUmVRPySdiXq0fRf { top:38rem;left:35.875rem;width:11.8125rem;height:2.8596861578665rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSAtseBf1JHh6EywWVw3TVquT6qfFDSk { width:12.75rem;height:7.375rem;top:44.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIXk7ryUyXPRSxiwMXbRIxcMdZ9TJ1VA { top:44.75rem;left:0.215576171875rem;width:7.5rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCtzqRJ3mquaM4fDRqKnHwiiPOBPuKlb { width:12.75rem;height:7.375rem;top:44.125rem;left:10.999755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvcOzWRFmcLEOgPvtWQKLJSgzd5cN3i6 { width:12.75rem;height:7.375rem;top:44.125rem;left:24.559814453125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aeub2SdK4NpJ6XeLDUqoKXlOOAfoDqVS { width:12.75rem;height:7.375rem;top:44.125rem;left:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n36wBCdkSkPfg2qEb86ETp5ydIvzXAL2 { width:12.75rem;height:7.375rem;top:52.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #izRcTwgn0TrrbyvMcXeq0uXnlktGf3Xn { width:12.75rem;height:7.375rem;top:52.5625rem;left:10.999755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUFMmqb1XQpiGS2egMCKBhF0u7sw5yhF { width:12.75rem;height:7.375rem;top:52.5625rem;left:24.559814453125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VstwH5O8l7LEKRhiiKCZKwmEvukrTe7k { width:12.75rem;height:7.375rem;top:52.5625rem;left:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gdz3z7TW6gDbh712vvWVk9IQgdgJu3W6 { top:44.625rem;left:37.75rem;width:9.9375rem;height:6.6453723843096rem;display:block; }
 }@media only screen and (max-width: 763px) { #pilsABopKKEWEsam0XM1TDrqKcuxENfE { top:44.625rem;left:27.09326171875rem;width:7.875rem;height:6.62475rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfxyScdrg2TwxweTrbinaw46yKbDkzrw { top:44.875rem;left:12.312255859375rem;width:10.3125rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKZvIWmfApDqIX6SHS8iPd6kEcl7eBhg { top:52.75rem;left:39.5rem;width:8.25rem;height:7.2495rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtmNKpR7yQR4x5CZs4c56kRaATeGJc6q { top:52.8125rem;left:25.936767578125rem;width:10.125rem;height:7.0814621217699rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbRyGq7c853bV4VPD74kbG3xV2Ph4quT { top:54.5625rem;left:11.281005859375rem;width:12.375rem;height:3.6870125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQ6MOu0H5qzdTfn4l6rANVzDUagFGaot { top:53.75rem;left:0rem;width:11.25rem;height:5.2830235198568rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLKQVlKXoHJXQe8fmTO9BdyFdTtzgW9l { display:block; }#FLKQVlKXoHJXQe8fmTO9BdyFdTtzgW9l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aUOt0Br7E9HygkeVzKuIpgc27825BCWV { top:2rem;left:0rem;width:18.0625rem;height:3.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkXKT7b6KZ0bQt6CVDMfQEU16B9sa0S3 { top:5.6875rem;left:0rem;width:19.875rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLSLuNQhJeBXwTdWRxXk7iBw0gUkaexn { top:1.9375rem;left:36.8125rem;width:9.9375rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEBLytRefBcteumluIFbA3o58cdwg3Pb { display:block; }#uEBLytRefBcteumluIFbA3o58cdwg3Pb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HJMqArtocXRJT4T3dyWz6qHSsQQfl1Bi { top:13.125rem;left:0rem;width:19.5rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpNvvWgXQZWA8Z7StXu2wJmS2xJZuW27 { top:5.375rem;left:0rem;width:12.4375rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeQyvK8zQ3n2Wqsov8BDZ0Gx18trXkFb { top:0rem;left:0rem;width:15.375rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtZmOqOOc5vZUhOKKniGu8WmiGBSbGl0 { top:9.375rem;left:0rem;width:16.875rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRRruqGbgPUTzvHfTfSJQavVCViTHRAf { top:0.3125rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9duEF2PiI17hIEpcQow03Pzpl6FzSKg { top:5.3125rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
#l9duEF2PiI17hIEpcQow03Pzpl6FzSKg > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #xvTh0WhtkDNgbz7hsNoiyIOIdii43uII { top:9.1875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPqK7svEylKq0LsHJtRDQqsovEJlitq4 { top:13.8125rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDshedTyPh71hwbkNapFaUp7zEvGUo3E { top:19.0625rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMS2lac8DTJpxCsrXBtuPBBqNSCDVdS6 { top:19.3125rem;left:0rem;width:15.5625rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e44aaySOUnaG9pTRvAeQDHqMgNVpWVyA { width:21.75rem;height:3.625rem;top:8.3125rem;left:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2lLuB3HHXyQF64h12CTzWmoT9PriG4h { display:block; }
 }@media only screen and (max-width: 763px) { #rTTChfehEFUCbSzq7yu1VNCfETEnp39i { display:block; }#rTTChfehEFUCbSzq7yu1VNCfETEnp39i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ay48lEXHcTU6XKxPCnM6SZJPbRwNXrvm { top:5.5625rem;left:0.373779296875rem;width:46.9375rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #okFs8uxcDd28iA7wn7oXFxFWK4ISKGfL { top:1.4375rem;left:19.21826171875rem;width:9.25rem;height:3.2283791448517rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vwJxilv5pJcFuxXLeFfJssEtGbTr4daX { position:relative;z-index:auto;display:none; }#vwJxilv5pJcFuxXLeFfJssEtGbTr4daX > .row .container { width:20rem;height:11.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mPSAeq0kXtwIX9sHyFc93hBkT8sqayGi { width:3.625rem;height:2.25rem;top:3.0625rem;left:0.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iik1HEW5qLmgNuaH12X8d4XmGgirUppD { display:block; }
 }@media only screen and (max-width: 763px) { #wQIFummNbeRuUIBRC40B5EwvbomZqS9x { width:3.4375rem;height:2.1875rem;top:3.09375rem;left:3.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LumJi0bWr8MdEbmd32mfpAwao9CanCwJ { display:block; }
 }@media only screen and (max-width: 763px) { #Xt4HBqp2ddFT73gtCpDxd8ZfXPZBhaD8 { width:2.8125rem;height:2.1875rem;top:3.09375rem;left:7.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #siB3ZCdiu0kPuGlsxNVu7H7hPm90SqxT { display:block; }
 }@media only screen and (max-width: 763px) { #BCi4IDLXdGHab38dt6cFshoG7E3sTEhZ { width:3.4375rem;height:2.1875rem;top:3.09375rem;left:9.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmxks2MoanVMDwBdeluiJu4VG08V0NXq { display:block; }
 }@media only screen and (max-width: 763px) { #iFZQPdhTKk4ViKtmf8RJ6BsITtHvbfTt { width:3.4375rem;height:2.1875rem;top:3.09375rem;left:13.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zm9cUkaFcWON4PZwEiiLOlqPG7XiD11G { display:block; }
 }@media only screen and (max-width: 763px) { #kMdWUoM4mghJ60LiBAk4L5r4vwkSrBrJ { width:9.25rem;height:3.2283791448517rem;top:6.562255859375rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qkvvsa5ngLupdgc83811Zcn3H6tfUQWh { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Qkvvsa5ngLupdgc83811Zcn3H6tfUQWh > .row .container { background-color: transparent; background-image: none; }#Qkvvsa5ngLupdgc83811Zcn3H6tfUQWh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qkvvsa5ngLupdgc83811Zcn3H6tfUQWh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qkvvsa5ngLupdgc83811Zcn3H6tfUQWh > .row .container > .video-iframe-container { display: none; }#Qkvvsa5ngLupdgc83811Zcn3H6tfUQWh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qkvvsa5ngLupdgc83811Zcn3H6tfUQWh > .row > .video-iframe-container { display: none; }#Qkvvsa5ngLupdgc83811Zcn3H6tfUQWh > .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); }#Qkvvsa5ngLupdgc83811Zcn3H6tfUQWh > .row .container { border-width: 0; border-radius: 0; }#Qkvvsa5ngLupdgc83811Zcn3H6tfUQWh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qkvvsa5ngLupdgc83811Zcn3H6tfUQWh > .row .container { width:20rem;height:6rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iefotZKBw5QF9ZA5qsJlKJWEmD6w1avo { width:10.93725rem;height:3.75rem;top:1.15576171875rem;left:4.53076171875rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #maaWierhnbmn1V1mlLLVmhoP6UkPkum3 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/757c9a5b-4493-4716-be67-fee935b0756e/Imagem26052026as1659.jpeg");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:auto !important;display:block; }#maaWierhnbmn1V1mlLLVmhoP6UkPkum3.adaptive-delivery-prevent-bg, #maaWierhnbmn1V1mlLLVmhoP6UkPkum3.lazyload, #maaWierhnbmn1V1mlLLVmhoP6UkPkum3.lazyloading { background-image: none; }#maaWierhnbmn1V1mlLLVmhoP6UkPkum3 > .row .container { background-color: transparent; background-image: none; }#maaWierhnbmn1V1mlLLVmhoP6UkPkum3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.19); }#maaWierhnbmn1V1mlLLVmhoP6UkPkum3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#maaWierhnbmn1V1mlLLVmhoP6UkPkum3 > .row .container > .video-iframe-container { display: none; }#maaWierhnbmn1V1mlLLVmhoP6UkPkum3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.19); }#maaWierhnbmn1V1mlLLVmhoP6UkPkum3 > .row > .video-iframe-container { display: none; }#maaWierhnbmn1V1mlLLVmhoP6UkPkum3 > .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); }#maaWierhnbmn1V1mlLLVmhoP6UkPkum3 > .row .container { width:20rem;height:26.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #viA9dtWtPXJcnv0e42MLUEsZQTvShSUr { width:15.75rem;height:10.72265625rem;top:1.874267578125rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MhgMssXh3aHHGJ5TI2GpLhaheuFvyG1C { width:17.25rem;height:5.1972625rem;top:13.15869140625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHc7arZORCFN7lkAoiCkBTd1lpnZ4T5S { width:16.6230625rem;height:3.62475625rem;top:19.998779296875rem;left:1.6875rem;font-size:1.125rem;color:#dd2817;display:block; }
 }@media only screen and (max-width: 763px) { #B3mTFZbdBzmBqO7CvtmGXkZtvuT8Z5ZQ { display:block; }
 }@media only screen and (max-width: 763px) { #nv40di79PRQcdVSzu16JgPtFA1ZZdlyU { display:block; }#nv40di79PRQcdVSzu16JgPtFA1ZZdlyU > .row .container { width:20rem;height:3.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iTgWfetfUzNvStzKRlJpzkTWObRrkZ5B { width:20rem;height:0.25rem;top:3.9990234375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aJPXDhL1K1iyDhKdG584Bg9zd8JEJ2DD { width:12.99975rem;height:2.4375rem;top:0.812255859375rem;left:3.49951171875rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AKD6etcT2Rgp8BbdS4ytMeO4XNnKHrKb { display:block; }#AKD6etcT2Rgp8BbdS4ytMeO4XNnKHrKb > .row .container { width:20rem;height:52.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nfqG2INEL9Tmco0kuVMsL2lmb2ffoqmM { width:19.9995rem;height:30.3808625rem;top:0.43701171875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIr1vW4zd6p7pBsVGvqBO7LBLO7AUJAJ { width:18.75rem;height:12.43725rem;top:32.125rem;left:0.625rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #uhVNq7KoB0CvdkFqVfw2OJyURKKOkTXW { width:0.6870125rem;height:12.62475rem;top:32.0625rem;left:0.625rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #dRbxkc4tgkx88T5xFRM844LqM9xSwnRx { width:15.43725rem;height:2.5620125rem;top:47.6875rem;left:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMk0vttn77A3Ti6ZUXK9TXpRZhlQ0a3O { display:block; }
 }@media only screen and (max-width: 763px) { #KW9QMHlqf6M9vRsdMuSXfTiR3Vyd1Bop { display:block; }#KW9QMHlqf6M9vRsdMuSXfTiR3Vyd1Bop > .row .container { width:20rem;height:8.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oSKBzlnpv3sUTZuUR5JXqm6oVJqXCGup { width:9.81225rem;height:2.4375rem;top:1.375rem;left:5.0625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ebyRKHDatsgnXc4vROpEIQGehCV4RyDE { width:18.9375rem;height:2.59863125rem;top:4.3125rem;left:0.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JA6PvIzLvuDWmCu9328XbeaMh4rXoHNU { display:block; }#JA6PvIzLvuDWmCu9328XbeaMh4rXoHNU > .row .container { width:20rem;height:62.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bC7uByGS9UOpTtV4MfvTqGxiWBsMNuzb { width:17.4375rem;height:13.875rem;top:1.25rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #NcWtqL7M6Rr4vcfWFzUT8BaCvHzU0MnI { width:13.3125rem;height:8.12625rem;top:51.25rem;left:3.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rV5MGpo46Qhb80zvHcPxkU5AbOedR3Oc { width:14.0625rem;height:7.1484375rem;top:21.999755859375rem;left:3.062255859375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLrK4KvED8iZbs7qZKqlhlFDtST7zkcs { width:14.625rem;height:8.12625rem;top:30.12451171875rem;left:3.12451171875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvJQBSzEmhDLCBQQKdM4RvLA8n9XLTvT { width:10.3125rem;height:3.57421875rem;top:0.87451171875rem;left:3.062255859375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8V9Xh9TKvIhwLvlKzLZzEklKKmV54XI { width:13.74975rem;height:6.501rem;top:5.63525390625rem;left:3.12451171875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfpfoSSS2JXZzTP6oyGAld5ASr1QLa3i { width:13.437rem;height:7.1484375rem;top:43.3125rem;left:2.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4MewHQqKVWDTqUZQtptx2pEyBVBCNWt { width:15.75rem;height:19.875rem;top:21.1875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Re2nFZLm4agWmRdnlsXPileQLlRXhLWs { width:15.75rem;height:19.875rem;top:42.6884765625rem;left:2.1240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILDId9aNFVD0EBLBJIKVa7uGJ4ytJqcN { width:15.75rem;height:19.875rem;top:0rem;left:2.1240234375rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #BdOt4zDt6yVGF9hk3RWA6yhTiZ5m2Mcf { display:block; }#BdOt4zDt6yVGF9hk3RWA6yhTiZ5m2Mcf > .row .container { width:20rem;height:65.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eVdApHdATFd2ESCfIchzg3kyA1bMeCKl { width:13.3125rem;height:9.7514625rem;top:6.936767578125rem;left:2.99853515625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWrT6f59EPguDlGaq3XS7DIT0g99G7mW { width:13.437rem;height:3.57421875rem;top:2.25rem;left:2.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxf7kRTUxOZGVFfWSScfRUpcXXFOSkgW { width:15.75rem;height:19.875rem;top:44rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcgQ4JuS4VeZ0vEpoNzSe6SXTpvgcOey { width:15.75rem;height:19.875rem;top:22.6875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e35iozhs6MpKCTLJG4Vx85K77mTUIEuU { width:15.75rem;height:19.875rem;top:1.375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsBoSnmRqbTz1Qk5Am4wR4Xu8KM80WVr { width:14.0625rem;height:3.57421875rem;top:23.74951171875rem;left:2.9677734375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPQHcqzoeMhBTw9dh9xueS1uxQKxZ5vd { width:13.6245rem;height:8.12625rem;top:28.6865234375rem;left:3.18603515625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfIPBeHe26XzOgqFou6swTIdv8gyeH9i { width:13.5rem;height:4.87573125rem;top:52.24951171875rem;left:3.2490234375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzDBqwD1deJfCm02T0QAK3g35ziPZmf9 { width:15.0608125rem;height:5.361325rem;top:45.68701171875rem;left:2.99853515625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzndT143x1k4RPU8S1FQglzEka1QtAB7 { display:block; }#MzndT143x1k4RPU8S1FQglzEka1QtAB7 > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kPuqqI8qVucTsT6bfnvtVkdShc7pVG5l { width:20rem;height:0.25rem;top:4.93701171875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MJAK2Mm0dAafDPLNbMIFnmHdb5oXnVTc { width:17.187rem;height:2.4375rem;top:1.125rem;left:1.405517578125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ArTX0Bu7luiyF1UawhCgKad8OX6v3g8a { display:block; }#ArTX0Bu7luiyF1UawhCgKad8OX6v3g8a > .row .container { width:20rem;height:78.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AH9OilVf53zZi7AEUTnwB8NpDzis8VSb { display:flex;width:4.6875rem;height:4.6875rem;top:2.062255859375rem;left:7.687255859375rem; }
 }@media only screen and (max-width: 763px) { #zcOEXtmFNC4oLlf0OPTMlmbsfZEOrZuH { display:flex;width:3.9375rem;height:3.9375rem;top:20.7919921875rem;left:8.093017578125rem; }
 }@media only screen and (max-width: 763px) { #wVzsEgpxqt3LGuxDHhntT7BUs8DoXm96 { display:flex;width:4.5rem;height:4.5rem;top:42.6875rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #Lv08WotDrH3STS8Q4Myr936wVMXMlHZN { display:flex;width:4.3125rem;height:4.3125rem;top:59.6875rem;left:7.8125rem; }
 }@media only screen and (max-width: 763px) { #fHUMoFGw3TdpD3Mnoc9wLeBPf6D8MdaB { width:6.25rem;height:6.25rem;top:1.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJV6HQfmS4RsKDTsbT25E21BWaHGhmfB { width:6.25rem;height:6.25rem;top:19.69921875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vasqVzLTCGvpb45EJMxCwmwdWav0BW3W { width:6.25rem;height:6.25rem;top:41.8125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tr7qHM4x6VfAFPNlk4MHbzauTWtkU3Ia { width:6.25rem;height:6.25rem;top:58.6875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLs0xvRhnIz3zeXLAPcw69MsBulW9ByH { width:8.25rem;height:3.57421875rem;top:8.75rem;left:5.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRDdD7xB41TEQT0UgSIl0gnxFxRFxT6A { width:12.75rem;height:4.87573125rem;top:13.57421875rem;left:3.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2axecO3uLbTsPB2y2o0br8gTOKu8lgS { width:10.37475rem;height:3.57421875rem;top:27.19921875rem;left:4.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLTiNSL45PZwzGPu8saUa7szIaLdJuXM { width:13.5rem;height:8.12625rem;top:32.0234375rem;left:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSnGrft7oT7k5ap6PTpmwvMCATSFo9zT { width:10.37475rem;height:3.57421875rem;top:49.3125rem;left:4.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9nM6xc7ZQQKsniPSVz41FGb4uVFMeiG { width:13.6875rem;height:3.2504875rem;top:54.1875rem;left:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RG0ISGlStOmrRpK8KaW4b0zKiA1EwWzp { width:10.37475rem;height:3.57421875rem;top:66.1875rem;left:4.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DA3THXJ4ReF7nW6VpyJoEX2r2ncPt15O { width:11.25rem;height:4.87573125rem;top:71rem;left:4.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvbKcFWatsgfuGlx0sUmX8ikNpffRTNp { display:block; }#vvbKcFWatsgfuGlx0sUmX8ikNpffRTNp > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Il714L2deHTMntKCQyA4l83eXPTTKC8e { width:20rem;height:0.25rem;top:4.93701171875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #holhJLDPGpxTCMCn7i8SrtteUPKWckNh { width:17.187rem;height:2.4375rem;top:1.34326171875rem;left:1.405517578125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiE7tb8qBcbR7V8GV6ErnT6t0Oog2ux6 { display:block; }#FiE7tb8qBcbR7V8GV6ErnT6t0Oog2ux6 > .row .container { width:20rem;height:247.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hnioFb9Jx5nRPZlawtKy8wgAky4rnelh { width:8.49975rem;height:4.3125rem;top:2.8740234375rem;left:5.748046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOuKTRMxLPbiLe3zXcQWhZaO92oqQfXP { width:12.75rem;height:7.375rem;top:1.25rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJVaEAhHoFPRaFPSrg70rw5r4rGQIqe8 { width:12.75rem;height:7.375rem;top:36.499rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVkCW6PpDad9MumD8JS5Az7qwPyzt17h { width:7.9995rem;height:6.24975625rem;top:37.154296875rem;left:5.99853515625rem;z-index:15124;display:block; }
 }@media only screen and (max-width: 763px) { #t5GBaogzyQVNJKt818tPunqiA7x2nM59 { width:12.75rem;height:7.375rem;top:45.31125rem;left:3.5625rem;z-index:15099;display:block; }
 }@media only screen and (max-width: 763px) { #WOD1DwkpedeWc3hPomLXxFxuzI7Jiisl { width:12.75rem;height:7.375rem;top:10.06225rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNVnsENGg8cLO4yKbumD4P1oMJ81RDhr { width:5.8125rem;height:5.5620125rem;top:11.089837890625rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlcbJWdmuKR2bDW6VgTl6SfFtQdsAi5b { width:6.99975rem;height:6.312rem;top:45.933837890625rem;left:6.498046875rem;z-index:15101;display:block; }
 }@media only screen and (max-width: 763px) { #WRgtBTC0aehDg7Mty3m41x6WJZZm4vII { width:9.1245rem;height:6.312rem;top:54.746337890625rem;left:5.43603515625rem;z-index:15102;display:block; }
 }@media only screen and (max-width: 763px) { #iF51TvuHEMiLTqlg6UxcIiONPJAJT8t4 { width:12.75rem;height:7.375rem;top:54.1235rem;left:3.5625rem;z-index:15098;display:block; }
 }@media only screen and (max-width: 763px) { #ese2OimWW9CKc1Qpob4bQiSLOGif4zDl { width:12.75rem;height:7.37475rem;top:18.87158203125rem;left:3.5302734375rem;z-index:15089;display:block; }
 }@media only screen and (max-width: 763px) { #ICieZFQcAW4Wh8iTsoz54PuDemfUx2kM { width:8.25rem;height:6.24975625rem;top:19.529296875rem;left:5.8740234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFHohmVBl4zRNSX9A2qk3UsG1Prx82x0 { width:8.87475rem;height:6.24975625rem;top:81.216064453125rem;left:5.560546875rem;z-index:15104;display:block; }
 }@media only screen and (max-width: 763px) { #PcaveCKy7usDTxIBfCiJW9sgSnTyVxG9 { width:12.75rem;height:7.375rem;top:89.3725rem;left:3.5625rem;z-index:15090;display:block; }
 }@media only screen and (max-width: 763px) { #DLG2uyOgharudAzQ57EHGVqZUkwRS7vh { width:12.75rem;height:7.375rem;top:80.56025rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ngehg2EN6Jn54MOnfL7enQTlmWhEHnKx { width:12.75rem;height:7.375rem;top:71.748rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ls2BVuQCZvfaQCATe1GqwuIw1U2PzStE { width:6.99975rem;height:6.81225rem;top:72.120849609375rem;left:6.498046875rem;z-index:15103;display:block; }
 }@media only screen and (max-width: 763px) { #zxGaI7O4CVHtbU1QT0pwZWd6oHzDkq5M { width:6.4995rem;height:6.4995rem;top:89.90185546875rem;left:6.74853515625rem;z-index:15105;display:block; }
 }@media only screen and (max-width: 763px) { #tQfr1SdTdBfgO2wBvy2b1rySiDTZHTSh { width:12.75rem;height:7.375rem;top:97.9375rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwlvJeHIpy4bpAJUQJhXMmThV5cEnSfa { width:12.75rem;height:7.375rem;top:62.93575rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbHSkgR0HT9PPmEKfWRiEXAerzGagfZW { width:12.75rem;height:7.375rem;top:27.68675rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDFeyJafSDIId7datcDUb2czMWNactXZ { width:7.5rem;height:6.75rem;top:63.34130859375rem;left:6.2490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExdpMqF0ABaDyQ4yIRV6i3hzi6GvW8mi { width:10.56225rem;height:3.6870125rem;top:99.87451171875rem;left:4.716796875rem;z-index:15106;display:block; }
 }@media only screen and (max-width: 763px) { #seZvzdKlXH896qRyCv473rOCyoeRoP3l { width:6.312rem;height:6.4995rem;top:28.2158203125rem;left:6.84228515625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GQJn4UqVANMc8LkSOGOKqaHDb8n1774X { width:12.75rem;height:7.375rem;top:106.6875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsTlg8iQ33IZkQ7s82pwcUqz7ucDbwvO { width:12.75rem;height:7.375rem;top:115.5rem;left:3.5rem;z-index:15097;display:block; }
 }@media only screen and (max-width: 763px) { #ZRuGFLCU08zb2chg5IeiqUXiXJ6rLWl0 { width:12.75rem;height:7.375rem;top:124.3125rem;left:3.5rem;z-index:15096;display:block; }
 }@media only screen and (max-width: 763px) { #z6kZTobRX02DQF9G8CNuzcFETExB7zWD { width:12.75rem;height:7.375rem;top:133.125rem;left:3.5rem;z-index:15095;display:block; }
 }@media only screen and (max-width: 763px) { #bWer7Txl6zgWikpkVWFCTOrnZqu3ZXA2 { width:11.187rem;height:3.75rem;top:108.59326171875rem;left:4.40478515625rem;z-index:15103;display:block; }
 }@media only screen and (max-width: 763px) { #EgBchw6nBIG4OzyCR3WZ5XxOPbP1ewI5 { width:11.25rem;height:4.5rem;top:117.03076171875rem;left:4.3740234375rem;z-index:15103;display:block; }
 }@media only screen and (max-width: 763px) { #uTA7z0hZuRmFbw1RsX6WqM3sDWFVtyE6 { width:9.62475rem;height:5.4375rem;top:125.37451171875rem;left:5.185546875rem;z-index:15103;display:block; }
 }@media only screen and (max-width: 763px) { #oKIwvl3Z1geeQPx0pKFVS8QCPqCAxPTb { width:8.4375rem;height:6.81225rem;top:133.49853515625rem;left:5.7802734375rem;z-index:15103;display:block; }
 }@media only screen and (max-width: 763px) { #hTzVqJiWCUsmzOTVgSMnrlnwSBJJCGtk { width:12.75rem;height:7.375rem;top:141.9375rem;left:3.5rem;z-index:15094;display:block; }
 }@media only screen and (max-width: 763px) { #ktbw9f3arMtqypaFvETncds5tqrok5us { width:12.75rem;height:7.375rem;top:150.75rem;left:3.5rem;z-index:15093;display:block; }
 }@media only screen and (max-width: 763px) { #IegECatBICbKGr3csuP57DRbANeEblvr { width:12.75rem;height:7.375rem;top:159.5625rem;left:3.5rem;z-index:15092;display:block; }
 }@media only screen and (max-width: 763px) { #hzSNouDM5A5PpTTVJykwVGVdzeui3bgR { width:12.75rem;height:7.375rem;top:168.375rem;left:3.5rem;z-index:15091;display:block; }
 }@media only screen and (max-width: 763px) { #MN2CAbnFoXxdMKgW8vfc71drT5KyynrA { width:10.812rem;height:3.8745125rem;top:143.78100585938rem;left:4.59228515625rem;z-index:15103;display:block; }
 }@media only screen and (max-width: 763px) { #GTn5UamfKMOaaeOXCCNfZM2uOMgqrpqF { width:11.87475rem;height:3.3120125rem;top:161.68725585938rem;left:4.060546875rem;z-index:15103;display:block; }
 }@media only screen and (max-width: 763px) { #dxwzCymShbys1BW6006dvHdAX5UcThpk { width:11.8125rem;height:3.6870125rem;top:152.68725585938rem;left:4.0927734375rem;z-index:15103;display:block; }
 }@media only screen and (max-width: 763px) { #THPt4Q7O5LZO5HESnUmVRPySdiXq0fRf { width:11.3745rem;height:2.7495125rem;top:170.78100585938rem;left:4.31103515625rem;z-index:15103;display:block; }
 }@media only screen and (max-width: 763px) { #iSAtseBf1JHh6EywWVw3TVquT6qfFDSk { width:12.75rem;height:7.375rem;top:177.18725rem;left:3.5625rem;z-index:15094;display:block; }
 }@media only screen and (max-width: 763px) { #kIXk7ryUyXPRSxiwMXbRIxcMdZ9TJ1VA { width:7.5rem;height:6.375rem;top:177.8112734375rem;left:6.28125rem;z-index:15103;display:block; }
 }@media only screen and (max-width: 763px) { #aCtzqRJ3mquaM4fDRqKnHwiiPOBPuKlb { width:12.75rem;height:7.375rem;top:185.9995rem;left:3.5625rem;z-index:15093;display:block; }
 }@media only screen and (max-width: 763px) { #kvcOzWRFmcLEOgPvtWQKLJSgzd5cN3i6 { width:12.75rem;height:7.375rem;top:194.81175rem;left:3.5625rem;z-index:15092;display:block; }
 }@media only screen and (max-width: 763px) { #Aeub2SdK4NpJ6XeLDUqoKXlOOAfoDqVS { width:12.75rem;height:7.375rem;top:203.624rem;left:3.5625rem;z-index:15091;display:block; }
 }@media only screen and (max-width: 763px) { #n36wBCdkSkPfg2qEb86ETp5ydIvzXAL2 { width:12.75rem;height:7.375rem;top:212.43625rem;left:3.5625rem;z-index:15094;display:block; }
 }@media only screen and (max-width: 763px) { #izRcTwgn0TrrbyvMcXeq0uXnlktGf3Xn { width:12.75rem;height:7.375rem;top:221.2485rem;left:3.5625rem;z-index:15093;display:block; }
 }@media only screen and (max-width: 763px) { #HUFMmqb1XQpiGS2egMCKBhF0u7sw5yhF { width:12.75rem;height:7.375rem;top:230.06075rem;left:3.5625rem;z-index:15092;display:block; }
 }@media only screen and (max-width: 763px) { #VstwH5O8l7LEKRhiiKCZKwmEvukrTe7k { width:12.75rem;height:7.375rem;top:238.873rem;left:3.5625rem;z-index:15091;display:block; }
 }@media only screen and (max-width: 763px) { #Gdz3z7TW6gDbh712vvWVk9IQgdgJu3W6 { width:9.9375rem;height:6.6453723843096rem;top:204.09055273437rem;left:5.029541015625rem;z-index:15103;display:block; }
 }@media only screen and (max-width: 763px) { #pilsABopKKEWEsam0XM1TDrqKcuxENfE { width:7.6245rem;height:6.375rem;top:195.404296875rem;left:6.18603515625rem;z-index:15103;display:block; }
 }@media only screen and (max-width: 763px) { #HfxyScdrg2TwxweTrbinaw46yKbDkzrw { width:10.3125rem;height:6.1875rem;top:186.7172734375rem;left:4.875rem;z-index:15103;display:block; }
 }@media only screen and (max-width: 763px) { #JKZvIWmfApDqIX6SHS8iPd6kEcl7eBhg { width:8.25rem;height:7.2495rem;top:239.05830273437rem;left:5.90625rem;z-index:15103;display:block; }
 }@media only screen and (max-width: 763px) { #XtmNKpR7yQR4x5CZs4c56kRaATeGJc6q { width:10.125rem;height:7.0814621217699rem;top:230.3097734375rem;left:4.939453125rem;z-index:15103;display:block; }
 }@media only screen and (max-width: 763px) { #QbRyGq7c853bV4VPD74kbG3xV2Ph4quT { width:12.375rem;height:3.6870125rem;top:223.21651757813rem;left:3.84375rem;z-index:15103;display:block; }
 }@media only screen and (max-width: 763px) { #XQ6MOu0H5qzdTfn4l6rANVzDUagFGaot { width:11.25rem;height:5.2830235198568rem;top:213.59127929688rem;left:4.3740234375rem;z-index:15103;display:block; }
 }@media only screen and (max-width: 763px) { #FLKQVlKXoHJXQe8fmTO9BdyFdTtzgW9l { display:block; }#FLKQVlKXoHJXQe8fmTO9BdyFdTtzgW9l > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aUOt0Br7E9HygkeVzKuIpgc27825BCWV { width:18.1245rem;height:2.4375rem;top:1.5625rem;left:0.9375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mkXKT7b6KZ0bQt6CVDMfQEU16B9sa0S3 { width:13.2495rem;height:1.29931875rem;top:4.5625rem;left:3.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xLSLuNQhJeBXwTdWRxXk7iBw0gUkaexn { width:4.56225625rem;height:2.49975625rem;top:1.53076171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEBLytRefBcteumluIFbA3o58cdwg3Pb { display:block; }#uEBLytRefBcteumluIFbA3o58cdwg3Pb > .row .container { width:20rem;height:33.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HJMqArtocXRJT4T3dyWz6qHSsQQfl1Bi { width:15.4995rem;height:2.59863125rem;top:14.75rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpNvvWgXQZWA8Z7StXu2wJmS2xJZuW27 { width:9.312rem;height:1.29931875rem;top:5.5rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeQyvK8zQ3n2Wqsov8BDZ0Gx18trXkFb { width:12.4995rem;height:2.5986375rem;top:0rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtZmOqOOc5vZUhOKKniGu8WmiGBSbGl0 { width:12.4995rem;height:1.29931875rem;top:10.25rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRRruqGbgPUTzvHfTfSJQavVCViTHRAf { display:flex;width:2.49975625rem;height:2.49975625rem;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #l9duEF2PiI17hIEpcQow03Pzpl6FzSKg { display:flex;width:1.6875rem;height:1.6875rem;top:5.3125rem;left:0.375rem; }
#l9duEF2PiI17hIEpcQow03Pzpl6FzSKg > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #xvTh0WhtkDNgbz7hsNoiyIOIdii43uII { display:flex;width:1.875rem;height:1.875rem;top:9.9375rem;left:0.3125rem; }
 }@media only screen and (max-width: 763px) { #CPqK7svEylKq0LsHJtRDQqsovEJlitq4 { display:flex;width:2.25rem;height:2.25rem;top:14.9375rem;left:0.125rem; }
 }@media only screen and (max-width: 763px) { #eDshedTyPh71hwbkNapFaUp7zEvGUo3E { display:flex;width:2.0625rem;height:2.0625rem;top:21.125rem;left:0.1875rem; }
 }@media only screen and (max-width: 763px) { #uMS2lac8DTJpxCsrXBtuPBBqNSCDVdS6 { width:15.5625rem;height:1.29931875rem;top:21.5rem;left:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e44aaySOUnaG9pTRvAeQDHqMgNVpWVyA { width:18.99975rem;height:3.62475625rem;top:26.316650390625rem;left:0.498046875rem;font-size:1.125rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #J2lLuB3HHXyQF64h12CTzWmoT9PriG4h { display:block; }
 }@media only screen and (max-width: 763px) { #rTTChfehEFUCbSzq7yu1VNCfETEnp39i { display:block; }#rTTChfehEFUCbSzq7yu1VNCfETEnp39i > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ay48lEXHcTU6XKxPCnM6SZJPbRwNXrvm { width:19.9980625rem;height:2.1108375rem;top:5.625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #okFs8uxcDd28iA7wn7oXFxFWK4ISKGfL { width:9.24975rem;height:3.2285125rem;top:1.625rem;left:5.375rem;display:block; }
 }