.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:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:239,233,227;--color-secondary-1:203,182,162;--color-secondary-2:150,109,68;--color-secondary-3:75,55,34;--color-secondary-4:23,16,10;--color-tertiary-0:255,255,255;--color-tertiary-1:218,179,176;--color-tertiary-2:194,128,124;--color-tertiary-3:150,109,68;--color-tertiary-4:154,43,37;--headlines-font-family:"League Spartan Medium";--paragraphs-font-family:"League Spartan"; }@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:#b86219;background-image:url("https://images.assets-landingi.com/uc/0253d6b5-b765-4d92-abdf-c525fdde12c0/bg1.jpg");background-position:top center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#lPaSyVS85tg38x28pl6qGebAlRGBx5AN { position:relative;display:none; } #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection *:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="text"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="email"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="tel"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection textarea:focus-visible { outline: none; } #lPaSyVS85tg38x28pl6qGebAlRGBx5AN > .row .container { position:relative;display:none; }#uxTcU04zzBMpwF8KZMDSUgTvauROfsVi { position:relative;display:none; } #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection *:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="text"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="email"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="tel"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection textarea:focus-visible { outline: none; } #uxTcU04zzBMpwF8KZMDSUgTvauROfsVi > .row .container { position:relative;display:none; }#ISmtyqvZ1f9RvkSCA41ceczel6eadTH3 { position:relative;display:none; } #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection *:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="text"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="email"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="tel"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection textarea:focus-visible { outline: none; } #ISmtyqvZ1f9RvkSCA41ceczel6eadTH3 > .row .container { position:relative;display:none; }#K5yVrHbd6RQB3TtO8RvEnQn8skXxnkJo { position:relative;display:none; } #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection *:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="text"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="email"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="tel"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection textarea:focus-visible { outline: none; } #K5yVrHbd6RQB3TtO8RvEnQn8skXxnkJo > .row .container { position:relative;display:none; }#NToOaD62EGrvvT6qSXgi8WrDnc7XrKJ5 { position:relative;display:block; } #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection *:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="text"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="email"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="tel"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection textarea:focus-visible { outline: none; } #NToOaD62EGrvvT6qSXgi8WrDnc7XrKJ5 > .row .container { position:relative;display:block; }#ZOBDfhQcyBpvBqes2Z1lXVTk2KbQVo9c { position:relative;display:block; } #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection *:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="text"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="email"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="tel"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection textarea:focus-visible { outline: none; } #ZOBDfhQcyBpvBqes2Z1lXVTk2KbQVo9c > .row .container { position:relative;display:block; }#ROmwTy1ZFvVMrbyFUQJQSaXtttKNhiGE { position:relative;display:block; } #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection *:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="text"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="email"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="tel"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection textarea:focus-visible { outline: none; } #ROmwTy1ZFvVMrbyFUQJQSaXtttKNhiGE > .row .container { position:relative;display:block; }#R1C8aTRy2L8v1b13xONx2ocxepxTJl5z { position:relative;display:block; } #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection *:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="text"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="email"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="tel"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection textarea:focus-visible { outline: none; } #R1C8aTRy2L8v1b13xONx2ocxepxTJl5z > .row .container { position:relative;display:block; }#sWEZz7O1Pd80PDZnTdnAWewIWNVz4k27 { position:relative;display:block; } #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection *:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="text"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="email"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="tel"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection textarea:focus-visible { outline: none; } #sWEZz7O1Pd80PDZnTdnAWewIWNVz4k27 > .row .container { position:relative;display:block; }#sHC2Sx8hX58byPd3I5JVqS6sqpQWwzJi { position:relative;display:block; }#sHC2Sx8hX58byPd3I5JVqS6sqpQWwzJi { background-color: transparent; background-image: none; }#sHC2Sx8hX58byPd3I5JVqS6sqpQWwzJi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sHC2Sx8hX58byPd3I5JVqS6sqpQWwzJi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sHC2Sx8hX58byPd3I5JVqS6sqpQWwzJi > .row .container > .video-iframe-container { display: none; }#sHC2Sx8hX58byPd3I5JVqS6sqpQWwzJi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sHC2Sx8hX58byPd3I5JVqS6sqpQWwzJi > .row > .video-iframe-container { display: none; }#sHC2Sx8hX58byPd3I5JVqS6sqpQWwzJi > .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); }#sHC2Sx8hX58byPd3I5JVqS6sqpQWwzJi { border-width: 0; border-radius: 0; }#sHC2Sx8hX58byPd3I5JVqS6sqpQWwzJi > .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; }#sHC2Sx8hX58byPd3I5JVqS6sqpQWwzJi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:5.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VanrTJs4T3ZGnv5J6z1VdXu6MaIdbf42 { 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-tertiary-0),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.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.5rem;text-decoration:none;z-index:15000;text-align:left;text-align-last:left;top:1.53125rem;left:6.625rem;display:block; }
#bRxJVEie3XpD3S8VAEA3TTN6D0yGPf10 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p0RNOteO8C2eWFLuoPW9sKfqZQUXtaI6 { 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-tertiary-0),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.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5625rem;height:2.5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.53125rem;left:14rem;display:block; }
#t8dUvUXKDtQ4fpX2Wc2BwHV60mMldwoV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BJnH55esJXK72QpT9ZqvadeLl6eyyIZv { 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-tertiary-0),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.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.75rem;height:2.5rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.53125rem;left:20.75rem;display:block; }
#OzU31xOTdWBnO2Bio7exBkQbVI4WLhSq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kIfpFEXUqIS9lPwOTAhamDKebQyZvgDe { 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-tertiary-0),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.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.8125rem;height:2.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.53125rem;left:31.6875rem;display:block; }
#VpWuTaTfz4JHLOuSQKaVXTko3sCFJzqw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ly6TsuK3lpRW6py9NCrKq0UVrUuaXUpS { 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-tertiary-0),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.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.8125rem;height:2.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.53125rem;left:38.875rem;display:block; }
#o7JzUxmMnezVLZNxiReFRg5TzMFcKJOq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iyTEcyqHcigGTIdKIRygEuSUdm3TFBRZ { 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-tertiary-0),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.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8125rem;height:2.5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.53125rem;left:45.875rem;display:block; }
#qPe4EzNHHxAyRvTWZu2eiD8TVCdx0ua4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pLM5GrXq05TzbZnLfwKQln6llaSNGgHV { 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-tertiary-0),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.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9rem;height:2.5rem;text-decoration:none;z-index:15006;text-align:right;text-align-last:right;top:1.53125rem;left:58.625rem;display:block; }
#ZEwISt4IkheANpfT0nk1RQDhKdfTspLd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ohBIpoOgJQrwkDyTd7mZzRiQoLBaUS3L { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#zGJR0feIm02zbLa59EJVSTHVTuAnIVwU { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#HrdUrDtEN6PAogpI8EdKL3GaS0CMM6Sg { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#GnFiB0Uu1uMwQwElr84qwDI6TkKT1Iqt { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#zt6lTCp0tpEoc6yluTWWPgRkzmvFETO5 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#JeO3dxfmXTI3JlSUDEVMCkgPdhTsxB7x { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#V272z3lRhRWDUxdIF2Ekvms8eqQnThqh { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#ad0LfSLA5TLykxQlFdSh5kWxTK0ouxbu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#ad0LfSLA5TLykxQlFdSh5kWxTK0ouxbu > .row .container { background-color: transparent; background-image: none; }#ad0LfSLA5TLykxQlFdSh5kWxTK0ouxbu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad0LfSLA5TLykxQlFdSh5kWxTK0ouxbu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad0LfSLA5TLykxQlFdSh5kWxTK0ouxbu > .row .container > .video-iframe-container { display: none; }#ad0LfSLA5TLykxQlFdSh5kWxTK0ouxbu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad0LfSLA5TLykxQlFdSh5kWxTK0ouxbu > .row > .video-iframe-container { display: none; }#ad0LfSLA5TLykxQlFdSh5kWxTK0ouxbu > .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); }#ad0LfSLA5TLykxQlFdSh5kWxTK0ouxbu > .row .container { border-width: 0; border-radius: 0; }#ad0LfSLA5TLykxQlFdSh5kWxTK0ouxbu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ad0LfSLA5TLykxQlFdSh5kWxTK0ouxbu > .row .container { font-size:0.875rem;font-family:arial;height:28.0625rem;width:75rem;position:relative;display:block; }#PMziXncl4qZDwD1a9asmGoe39cpLEZSV { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.9375rem;width:30.75rem;top:1.25rem;left:21.913834951456rem;overflow:hidden;display:block; }
#pzCSEeIFVohUNs88rG7dSVt1WiTJ2W7g { color:rgba(var(--color-tertiary-0),1);display:block;width:16.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:19.8125rem;left:29.125rem;height:4.7119125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#veavfKFWwh9B1uf7UTticgqQ8q6CfpoG { 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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"futura medium";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.9375rem;height:12.375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.90625rem;left:21.75rem;display:block; }
#QIcwoWeT99dZhgXPzoybTcrihgLynP5L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e4SwJsApfvh0cmokC4OBLK5U0bQ4lcbg { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:7.5625rem;width:23.9375rem;top:18.25rem;left:25.53125rem;display:block; }
#Q8FX4hGmcFo43mLwQytJCQEhrp4Rg7JS { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:0.25rem;width:22.6875rem;top:26.0625rem;left:26.34375rem;display:block; }
#vbeexKRVwnJt90FS3AAGPR3DOmQullaM { position:relative;display:block; }#vbeexKRVwnJt90FS3AAGPR3DOmQullaM { background-color: transparent; background-image: none; }#vbeexKRVwnJt90FS3AAGPR3DOmQullaM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vbeexKRVwnJt90FS3AAGPR3DOmQullaM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vbeexKRVwnJt90FS3AAGPR3DOmQullaM > .row .container > .video-iframe-container { display: none; }#vbeexKRVwnJt90FS3AAGPR3DOmQullaM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vbeexKRVwnJt90FS3AAGPR3DOmQullaM > .row > .video-iframe-container { display: none; }#vbeexKRVwnJt90FS3AAGPR3DOmQullaM > .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); }#vbeexKRVwnJt90FS3AAGPR3DOmQullaM { border-width: 0; border-radius: 0; }#vbeexKRVwnJt90FS3AAGPR3DOmQullaM > .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; }#vbeexKRVwnJt90FS3AAGPR3DOmQullaM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:26.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#iCNGaI2dgHSuu1ESW5czF0ThBcqbBM91 { position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:24rem;width:71.0625rem;top:2.5625rem;left:2.875rem;display:block; }
#NEZMTsTSZe1SM57sPUS1zTT2PiByp4O3 { color:rgba(var(--color-tertiary-3),1);display:block;width:43.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.4375rem;left:25.25rem;height:2.76171875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#a0lLcGB5DgPTuHDWrsuKdyHRp8AXCBpv { color:#000000;display:block;width:43.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:12.6875rem;left:25.25rem;height:5.3994125rem;text-align:justify;text-align-last:initial;display:block; }
#xSbKX9GTWuzQ6rqCuBdUsxEyDiE4TukZ { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5rem;width:18.1875rem;top:0rem;left:0.5625rem;overflow:hidden;display:block; }
#HiuB4wNfA9s2rpskpkOqfqCJvWqWQcvJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:7.4375rem;left:66.6875rem; }
#TA8VMdX0tWit9TTVQxi4C9KSHCyTF33u { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.6875rem;width:8.625rem;top:14.224609375rem;left:5.34375rem;overflow:hidden;display:block; }
#qTSncuSsVZFbW6EAJFs4xzgzRkueQBLg { position:relative;display:block; }#qTSncuSsVZFbW6EAJFs4xzgzRkueQBLg { background-color: transparent; background-image: none; }#qTSncuSsVZFbW6EAJFs4xzgzRkueQBLg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qTSncuSsVZFbW6EAJFs4xzgzRkueQBLg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qTSncuSsVZFbW6EAJFs4xzgzRkueQBLg > .row .container > .video-iframe-container { display: none; }#qTSncuSsVZFbW6EAJFs4xzgzRkueQBLg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qTSncuSsVZFbW6EAJFs4xzgzRkueQBLg > .row > .video-iframe-container { display: none; }#qTSncuSsVZFbW6EAJFs4xzgzRkueQBLg > .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); }#qTSncuSsVZFbW6EAJFs4xzgzRkueQBLg { border-width: 0; border-radius: 0; }#qTSncuSsVZFbW6EAJFs4xzgzRkueQBLg > .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; }#qTSncuSsVZFbW6EAJFs4xzgzRkueQBLg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:54.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VCTa1bLPD2b0Wot7G2wGgF5CtyxC3xwr { color:#000000;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15015;line-height:1.2;letter-spacing:0;top:6.25rem;left:46.812067985534rem;height:16.19825rem;text-align:left;text-align-last:left;display:block; }
#uAL1DSwTeInALu6tbWePg5yEhIaslanz { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.8125rem;width:10.75rem;top:0.6875rem;left:24.25rem;overflow:hidden;display:block; }
#zu4a9BVpFEMa5r9kLVh6srSRdxaXhRBK { color:rgba(var(--color-tertiary-3),1);display:block;width:11.6873125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:42.749024868011rem;left:49.124892234803rem;height:2.2744125rem;text-align:left;text-align-last:left;display:block; }
#ATJT9hyr8I5y0TA35nHWGeEmHZR9NZlg { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:6.875rem;top:1.3125rem;left:11.75rem;overflow:hidden;display:block; }
#mxNxT7OvWucXq192G27iIV6qpKtfB6kK { color:rgba(var(--color-tertiary-3),1);display:block;width:5.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15009;line-height:1.1;letter-spacing:0;top:2.4375rem;left:12.5625rem;height:4.53515625rem;text-align:center;text-align-last:center;display:block; }
#PXI6nlHbmm8DdDSdkPUiy78ONIa6PyoC { color:rgba(var(--color-tertiary-3),1);display:block;width:29.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:11.0625rem;left:7.75rem;height:16.19825rem;text-align:justify;text-align-last:initial;display:block; }
#yVOviy6QzGFcfxfbt4l9q0f7n3PeFipt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:7.4375rem;left:66.6875rem;display:none; }
#OAwgPUHIfTNiI16s7ONHSF4CcebsciBI { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:11.0623125rem;top:23.325522184372rem;left:51.280383110046rem;overflow:hidden;display:block; }
#gmnzgncxGyDmfCVP55vnb11eXE79RWue { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.68739375rem;width:16.3748125rem;top:31.626947402954rem;left:48.624133110046rem;overflow:hidden;display:block; }
#AB1QtdsbOJ8TuAtNXr4Ph2ZJHoRgLfbo { position:absolute;display:block;z-index:15014;background-color:#f4f0ec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:24.5625rem;width:23.625rem;top:1.4995727539062rem;left:45.000002861023rem;display:block; }
#qXNiwGZGkg9MWfGss0Mvh8eGf5AwCCR1 { color:rgba(var(--color-tertiary-3),1);display:block;width:10.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:3.0869140625rem;left:46.8115234375rem;height:2.2744125rem;display:block; }
#JtrusXM6qTTpOXSPTvry5eqVyNBn11at { position:absolute;display:block;z-index:15015;background-color:#f4f0ec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:8.2498125rem;width:23.6246875rem;top:30.409065246582rem;left:44.999457359314rem;display:block; }
#JTtDvfen4CxMc3qfUqU6TrwqLx9ZqaPf { position:absolute;display:block;z-index:15016;background-color:#f4f0ec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:8.2498125rem;width:23.6246875rem;top:40.411786556244rem;left:44.999457359314rem;display:block; }
#pdFO4QQ3KUTfwPE0xUMeDLOZTbAvo3FW { color:#000000;display:block;width:3.937175rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15016;line-height:1.2;letter-spacing:0;top:45.013130187988rem;left:49.124892234803rem;height:1.79980625rem;text-align:justify;text-align-last:initial;display:block; }
#ZdGDNB9cyTMXBWcbqECshgDVqrV5Kp2I { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:54.124375rem;width:71.0625rem;top:0rem;left:2.875rem;display:block; }
#ialqkyFZTh1l4vfNEGCm85AXVhGpmre7 { position:relative;display:block; }#ialqkyFZTh1l4vfNEGCm85AXVhGpmre7 { background-color: transparent; background-image: none; }#ialqkyFZTh1l4vfNEGCm85AXVhGpmre7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ialqkyFZTh1l4vfNEGCm85AXVhGpmre7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ialqkyFZTh1l4vfNEGCm85AXVhGpmre7 > .row .container > .video-iframe-container { display: none; }#ialqkyFZTh1l4vfNEGCm85AXVhGpmre7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ialqkyFZTh1l4vfNEGCm85AXVhGpmre7 > .row > .video-iframe-container { display: none; }#ialqkyFZTh1l4vfNEGCm85AXVhGpmre7 > .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); }#ialqkyFZTh1l4vfNEGCm85AXVhGpmre7 { border-width: 0; border-radius: 0; }#ialqkyFZTh1l4vfNEGCm85AXVhGpmre7 > .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; }#ialqkyFZTh1l4vfNEGCm85AXVhGpmre7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:8.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#udV7uCgaXsIrWd6uLrS9t2PcKCvgSAvo { position:relative;display:block; }#udV7uCgaXsIrWd6uLrS9t2PcKCvgSAvo { background-color: transparent; background-image: none; }#udV7uCgaXsIrWd6uLrS9t2PcKCvgSAvo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#udV7uCgaXsIrWd6uLrS9t2PcKCvgSAvo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#udV7uCgaXsIrWd6uLrS9t2PcKCvgSAvo > .row .container > .video-iframe-container { display: none; }#udV7uCgaXsIrWd6uLrS9t2PcKCvgSAvo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#udV7uCgaXsIrWd6uLrS9t2PcKCvgSAvo > .row > .video-iframe-container { display: none; }#udV7uCgaXsIrWd6uLrS9t2PcKCvgSAvo > .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); }#udV7uCgaXsIrWd6uLrS9t2PcKCvgSAvo { border-width: 0; border-radius: 0; }#udV7uCgaXsIrWd6uLrS9t2PcKCvgSAvo > .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; }#udV7uCgaXsIrWd6uLrS9t2PcKCvgSAvo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:30.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#btfIdx9DNFuK3HCwPIDhNsFGNp42CMVZ { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:27.5625rem;width:71.0625rem;top:2.5625rem;left:2.875rem;display:block; }
#k00s3E9Ddo8AVbL7LS59XkRB9U509Be8 { color:rgba(var(--color-tertiary-3),1);display:block;width:43.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.4375rem;left:25.25rem;height:2.76171875rem;display:block; }
#W50xfzcDQM66SHM31vsMkFiKlGgtX1zF { color:#000000;display:block;width:43.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:12.6875rem;left:25.25rem;height:10.7988125rem;text-align:justify;text-align-last:initial;display:block; }
#XIld59QNapFzlOtARG3JGKOfWBHHsH8T { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5rem;width:18.1875rem;top:0rem;left:0.5625rem;overflow:hidden;display:block; }
#szPwM12cJSMc29BFUVGTqbgmqFFxZ1xF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:7.4375rem;left:66.6875rem; }
#US2ZVDkTpM0idKRUX2xZsCqbVDR56KZ3 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.6875rem;width:8.625rem;top:14.15625rem;left:5.34375rem;overflow:hidden;display:block; }
#R6tT4Ip8GCwCLcUpLRiwh8coEpvm6esH { position:relative;display:block; }#R6tT4Ip8GCwCLcUpLRiwh8coEpvm6esH { background-color: transparent; background-image: none; }#R6tT4Ip8GCwCLcUpLRiwh8coEpvm6esH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R6tT4Ip8GCwCLcUpLRiwh8coEpvm6esH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R6tT4Ip8GCwCLcUpLRiwh8coEpvm6esH > .row .container > .video-iframe-container { display: none; }#R6tT4Ip8GCwCLcUpLRiwh8coEpvm6esH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R6tT4Ip8GCwCLcUpLRiwh8coEpvm6esH > .row > .video-iframe-container { display: none; }#R6tT4Ip8GCwCLcUpLRiwh8coEpvm6esH > .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); }#R6tT4Ip8GCwCLcUpLRiwh8coEpvm6esH { border-width: 0; border-radius: 0; }#R6tT4Ip8GCwCLcUpLRiwh8coEpvm6esH > .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; }#R6tT4Ip8GCwCLcUpLRiwh8coEpvm6esH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:62.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#sqonc9o3VDHCDG8NdR0iacEGKs299zEw { color:#000000;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15015;line-height:1.2;letter-spacing:0;top:6.25rem;left:46.812067985534rem;height:23.3974375rem;text-align:left;text-align-last:left;display:block; }
#UKyPirrkwPvn5VGuKIp4kTpaZNirrvNv { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3125rem;width:10.6875rem;top:0.812385559082rem;left:23.874674797058rem;overflow:hidden;display:block; }
#KqqTZom1SnfPPoNHEEW1rD5wM82RUEKM { color:rgba(var(--color-tertiary-3),1);display:block;width:11.6873125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:50.999025464058rem;left:49.124892234803rem;height:2.2744125rem;text-align:left;text-align-last:left;display:block; }
#NlTJQtddA5eyZAKF4UVRsl8XPOJWFtrV { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:6.875rem;top:1.3125rem;left:11.75rem;overflow:hidden;display:block; }
#zmw7NTaqswUmp9TlXNDHLunzyk0xJHhq { color:rgba(var(--color-tertiary-3),1);display:block;width:5.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15009;line-height:1.1;letter-spacing:0;top:2.4375rem;left:12.5625rem;height:4.53515625rem;text-align:center;text-align-last:center;display:block; }
#lg8Go5HD2mqGkoiC8N2q5teJE7BbCRrP { color:rgba(var(--color-tertiary-3),1);display:block;width:29.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:11.0625rem;left:7.75rem;height:16.19825rem;text-align:justify;text-align-last:initial;display:block; }
#HQ1RemP2wy6rlBLrINDaUln9mTy89uQW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:7.4375rem;left:66.6875rem;display:none; }
#AzIRM2XhKJTRLraqXHzEh5xFWFzJG7XO { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:11rem;top:31.637697339058rem;left:51.280383110046rem;overflow:hidden;display:block; }
#yOD3ponxXPSrbrpP7MHptCaLrryXlB2t { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.68739375rem;width:16.3748125rem;top:39.876520276069rem;left:48.624133110046rem;overflow:hidden;display:block; }
#TVvhB3psu75Fc3yDuOf1yDOZBQyFdZMr { position:absolute;display:block;z-index:15014;background-color:#f4f0ec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:32.6875rem;width:23.625rem;top:1.4995659589768rem;left:45.000002861023rem;display:block; }
#modoh29QOQ58bWQh7zryTXPDSzXxRvSP { color:rgba(var(--color-tertiary-3),1);display:block;width:9.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:3.0869140625rem;left:46.8115234375rem;height:2.2744125rem;display:block; }
#GVCAG6SF8ebSKBKm7AR2KKraAtxlUEZl { position:absolute;display:block;z-index:15015;background-color:#f4f0ec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:8.2498125rem;width:23.6246875rem;top:38.658529400826rem;left:44.999457359314rem;display:block; }
#E3alKRVVo4tpULK10JAfczuPEoUSxnVb { position:absolute;display:block;z-index:15016;background-color:#f4f0ec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:8.2498125rem;width:23.6246875rem;top:48.661787152291rem;left:44.999457359314rem;display:block; }
#HPxMOKPDNCrr67f8Ta4B0ro2VCp1nNWW { color:#000000;display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15016;line-height:1.2;letter-spacing:0;top:53.263021588326rem;left:49.124892234803rem;height:1.79980625rem;text-align:justify;text-align-last:initial;display:block; }
#z6eXVSwDFXdH7RPILVvikitSHcFze94l { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:62.4375rem;width:71.0625rem;top:0rem;left:2.8748912811279rem;display:block; }
#oeyLTVa0JSbuNCzdeLmkQlcTlUArrzsA { position:relative;display:block; }#oeyLTVa0JSbuNCzdeLmkQlcTlUArrzsA { background-color: transparent; background-image: none; }#oeyLTVa0JSbuNCzdeLmkQlcTlUArrzsA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oeyLTVa0JSbuNCzdeLmkQlcTlUArrzsA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oeyLTVa0JSbuNCzdeLmkQlcTlUArrzsA > .row .container > .video-iframe-container { display: none; }#oeyLTVa0JSbuNCzdeLmkQlcTlUArrzsA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oeyLTVa0JSbuNCzdeLmkQlcTlUArrzsA > .row > .video-iframe-container { display: none; }#oeyLTVa0JSbuNCzdeLmkQlcTlUArrzsA > .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); }#oeyLTVa0JSbuNCzdeLmkQlcTlUArrzsA { border-width: 0; border-radius: 0; }#oeyLTVa0JSbuNCzdeLmkQlcTlUArrzsA > .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; }#oeyLTVa0JSbuNCzdeLmkQlcTlUArrzsA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:8.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#cfLGl0ZnkRKwAdnrCgWrxRXT0LP0tllS { position:relative;display:block; }#cfLGl0ZnkRKwAdnrCgWrxRXT0LP0tllS { background-color: transparent; background-image: none; }#cfLGl0ZnkRKwAdnrCgWrxRXT0LP0tllS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cfLGl0ZnkRKwAdnrCgWrxRXT0LP0tllS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cfLGl0ZnkRKwAdnrCgWrxRXT0LP0tllS > .row .container > .video-iframe-container { display: none; }#cfLGl0ZnkRKwAdnrCgWrxRXT0LP0tllS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cfLGl0ZnkRKwAdnrCgWrxRXT0LP0tllS > .row > .video-iframe-container { display: none; }#cfLGl0ZnkRKwAdnrCgWrxRXT0LP0tllS > .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); }#cfLGl0ZnkRKwAdnrCgWrxRXT0LP0tllS { border-width: 0; border-radius: 0; }#cfLGl0ZnkRKwAdnrCgWrxRXT0LP0tllS > .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; }#cfLGl0ZnkRKwAdnrCgWrxRXT0LP0tllS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:40.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KVdmpE5HWXFFxkdncs15uh5S93deRXtx { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:38.25rem;width:71.0625rem;top:2.5625rem;left:2.875rem;display:block; }
#lAI9ZKGU0p7PigzWrB4uZFp8z2GSbcJu { color:rgba(var(--color-tertiary-3),1);display:block;width:43.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.4375rem;left:25.25rem;height:2.76171875rem;display:block; }
#DZxy3xcI1bK9rlySRrTRrxPxfrxQFaCg { color:#000000;display:block;width:43.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:12.6875rem;left:25.25rem;height:23.3974375rem;text-align:justify;text-align-last:initial;display:block; }
#FusJPnhX1AcPyS6V6pWuWWaa1k9x1IPS { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5rem;width:18.1875rem;top:0rem;left:0.5625rem;overflow:hidden;display:block; }
#lSh2ghFBo8b94GyW1yJXtFuBHuDGsfE1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:7.4375rem;left:66.6875rem; }
#WOUiaq9vyd5LOhK4zTnsUVUO1NmHAe1F { position:relative;display:block; }#WOUiaq9vyd5LOhK4zTnsUVUO1NmHAe1F { background-color: transparent; background-image: none; }#WOUiaq9vyd5LOhK4zTnsUVUO1NmHAe1F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOUiaq9vyd5LOhK4zTnsUVUO1NmHAe1F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOUiaq9vyd5LOhK4zTnsUVUO1NmHAe1F > .row .container > .video-iframe-container { display: none; }#WOUiaq9vyd5LOhK4zTnsUVUO1NmHAe1F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOUiaq9vyd5LOhK4zTnsUVUO1NmHAe1F > .row > .video-iframe-container { display: none; }#WOUiaq9vyd5LOhK4zTnsUVUO1NmHAe1F > .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); }#WOUiaq9vyd5LOhK4zTnsUVUO1NmHAe1F { border-width: 0; border-radius: 0; }#WOUiaq9vyd5LOhK4zTnsUVUO1NmHAe1F > .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; }#WOUiaq9vyd5LOhK4zTnsUVUO1NmHAe1F > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:58.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#btSsTAAuQD9s2W6RkPTALaRDIrv48ama { color:#000000;display:block;width:20.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15015;line-height:1.2;letter-spacing:0;top:6.25rem;left:46.8115234375rem;height:19.7978375rem;text-align:left;text-align-last:left;display:block; }
#w8tmUwnaN6hg2aXI524kSgV8PveTyPVw { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.125rem;width:12.4375rem;top:0.8115234375rem;left:23.8740234375rem;overflow:hidden;display:block; }
#LxaK9bDhcNuW0MeJ6HiHyMgdkKTtXX70 { color:rgba(var(--color-tertiary-3),1);display:block;width:11.6873125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:46.4990234375rem;left:49.1240234375rem;height:2.2744125rem;text-align:left;text-align-last:left;display:block; }
#DULCpcQTNC4XCXNNiVbKWu92Q0XLmO9J { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:6.875rem;top:1.3125rem;left:11.75rem;overflow:hidden;display:block; }
#TKLHCheUtbZorLxIbp8IIBTM7OnNTDm0 { color:rgba(var(--color-tertiary-3),1);display:block;width:5.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15009;line-height:1.1;letter-spacing:0;top:2.4375rem;left:12.5625rem;height:4.53515625rem;text-align:center;text-align-last:center;display:block; }
#eDTv0OuRfgwvmFi2t9EmzpTRygKh6Dd0 { color:rgba(var(--color-tertiary-3),1);display:block;width:29.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:11.0625rem;left:7.75rem;height:17.9980625rem;text-align:justify;text-align-last:initial;display:block; }
#TTGWQvm7GL3MPBzxPw5JIx7AEKFtnA3z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:7.4375rem;left:66.6875rem;display:none; }
#Uz0DAktA5anIMJaAnc4IfZtNmaxcNPdW { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:11rem;top:27.2001953125rem;left:51.2802734375rem;overflow:hidden;display:block; }
#nVQ5cHGUrbh8XL9LAig5gB9nRt3EEvPo { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.68739375rem;width:16.3748125rem;top:35.3759765625rem;left:48.6240234375rem;overflow:hidden;display:block; }
#bmbVoTs4ikOPDd4DVDKxLQ3FFvcRVof0 { position:absolute;display:block;z-index:15014;background-color:#f4f0ec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:28.25rem;width:23.625rem;top:1.4990234375rem;left:45rem;display:block; }
#hbPrNKpkTEXi03knbZbPMat7cnZZr81k { color:rgba(var(--color-tertiary-3),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:3.0869140625rem;left:46.8115234375rem;height:2.2744125rem;display:block; }
#tvO30IkFzRPOgelLBmDT40ObDksaPQEQ { position:absolute;display:block;z-index:15015;background-color:#f4f0ec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:8.2498125rem;width:23.6246875rem;top:34.158203125rem;left:44.9990234375rem;display:block; }
#DSuFgy3lOW8cAGfzNPmTJOyOZVPhWEqc { position:absolute;display:block;z-index:15016;background-color:#f4f0ec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:8.2498125rem;width:23.6246875rem;top:44.1611328125rem;left:44.9990234375rem;display:block; }
#cR3zfMPFHpd6lkHV8iXKvvRRLb1RNb8H { color:#000000;display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15016;line-height:1.2;letter-spacing:0;top:48.7626953125rem;left:49.1240234375rem;height:1.79980625rem;text-align:justify;text-align-last:initial;display:block; }
#hv0QoVltsxpILz9pE0fLPVk2oC8XKyiy { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:58.9375rem;width:71.0625rem;top:0rem;left:2.8740234375rem;display:block; }
#pefV3gVTgH0KhyZdxlwy0NtOOB5tWLSA { position:relative;display:block; }#pefV3gVTgH0KhyZdxlwy0NtOOB5tWLSA { background-color: transparent; background-image: none; }#pefV3gVTgH0KhyZdxlwy0NtOOB5tWLSA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pefV3gVTgH0KhyZdxlwy0NtOOB5tWLSA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pefV3gVTgH0KhyZdxlwy0NtOOB5tWLSA > .row .container > .video-iframe-container { display: none; }#pefV3gVTgH0KhyZdxlwy0NtOOB5tWLSA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pefV3gVTgH0KhyZdxlwy0NtOOB5tWLSA > .row > .video-iframe-container { display: none; }#pefV3gVTgH0KhyZdxlwy0NtOOB5tWLSA > .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); }#pefV3gVTgH0KhyZdxlwy0NtOOB5tWLSA { border-width: 0; border-radius: 0; }#pefV3gVTgH0KhyZdxlwy0NtOOB5tWLSA > .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; }#pefV3gVTgH0KhyZdxlwy0NtOOB5tWLSA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:8.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#aoWg6TTNZK0TfzIaMCWHEkHWgB52n2VK { position:relative;display:block; }#aoWg6TTNZK0TfzIaMCWHEkHWgB52n2VK { background-color: transparent; background-image: none; }#aoWg6TTNZK0TfzIaMCWHEkHWgB52n2VK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aoWg6TTNZK0TfzIaMCWHEkHWgB52n2VK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aoWg6TTNZK0TfzIaMCWHEkHWgB52n2VK > .row .container > .video-iframe-container { display: none; }#aoWg6TTNZK0TfzIaMCWHEkHWgB52n2VK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aoWg6TTNZK0TfzIaMCWHEkHWgB52n2VK > .row > .video-iframe-container { display: none; }#aoWg6TTNZK0TfzIaMCWHEkHWgB52n2VK > .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); }#aoWg6TTNZK0TfzIaMCWHEkHWgB52n2VK { border-width: 0; border-radius: 0; }#aoWg6TTNZK0TfzIaMCWHEkHWgB52n2VK > .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; }#aoWg6TTNZK0TfzIaMCWHEkHWgB52n2VK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:35.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TT9drWEzsKkTUBT3g9ET9zqIiSx2HPyZ { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:32.5rem;width:71.0625rem;top:2.5625rem;left:2.875rem;display:block; }
#KGTH3Kmkxf9E1fshoJPeV3R4nFc9THdc { color:rgba(var(--color-tertiary-3),1);display:block;width:43.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.4375rem;left:25.25rem;height:2.76171875rem;display:block; }
#k4RRgIHquCc6FgiFGvN0eSCoDTk3Ou7y { color:#000000;display:block;width:43.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:12.6875rem;left:25.25rem;height:17.9980625rem;text-align:justify;text-align-last:initial;display:block; }
#bUVN0dFd5lB46FodBMO3EHwQAuicRtVo { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.25rem;width:18.1875rem;top:0rem;left:0.5625rem;overflow:hidden;display:block; }
#EE3F2dlwQMe8uDXgCTLb9zKgcvW6dU3L { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:7.4375rem;left:66.6875rem; }
#HBWXb6fGUOTvTkTBhKbm8nklyClqH5Qn { position:relative;display:block; }#HBWXb6fGUOTvTkTBhKbm8nklyClqH5Qn { background-color: transparent; background-image: none; }#HBWXb6fGUOTvTkTBhKbm8nklyClqH5Qn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HBWXb6fGUOTvTkTBhKbm8nklyClqH5Qn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HBWXb6fGUOTvTkTBhKbm8nklyClqH5Qn > .row .container > .video-iframe-container { display: none; }#HBWXb6fGUOTvTkTBhKbm8nklyClqH5Qn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HBWXb6fGUOTvTkTBhKbm8nklyClqH5Qn > .row > .video-iframe-container { display: none; }#HBWXb6fGUOTvTkTBhKbm8nklyClqH5Qn > .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); }#HBWXb6fGUOTvTkTBhKbm8nklyClqH5Qn { border-width: 0; border-radius: 0; }#HBWXb6fGUOTvTkTBhKbm8nklyClqH5Qn > .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; }#HBWXb6fGUOTvTkTBhKbm8nklyClqH5Qn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:58.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yacLVe4VqNzaPSEpRodKxaw5cW928SJZ { color:#000000;display:block;width:19.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15015;line-height:1.2;letter-spacing:0;top:6.25rem;left:47.1240234375rem;height:17.9980875rem;text-align:left;text-align-last:left;display:block; }
#SVQEOWLnTqHEm50k8fa07N6ZWIhtApGg { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.625rem;width:12.4375rem;top:1.6865234375rem;left:23.3115234375rem;overflow:hidden;display:block; }
#S95MSyv7h910TlaSCITarQichSe19HyM { color:rgba(var(--color-tertiary-3),1);display:block;width:14.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:46.4990234375rem;left:49.1240234375rem;height:2.2744125rem;text-align:left;text-align-last:left;display:block; }
#S2JFkaCDM1etT55DuS1LLIAbkpDy2PIi { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:6.875rem;top:1.3125rem;left:11.75rem;overflow:hidden;display:block; }
#d50mM5F2EVDwKGXPqH51IiztwetLBfIZ { color:rgba(var(--color-tertiary-3),1);display:block;width:5.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15009;line-height:1.1;letter-spacing:0;top:2.4375rem;left:12.5625rem;height:4.53515625rem;text-align:center;text-align-last:center;display:block; }
#SCnE6mQSMsRv8Q2QaNqVdQIiuRurlrCK { color:rgba(var(--color-tertiary-3),1);display:block;width:29.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:11.0625rem;left:7.75rem;height:17.9980625rem;text-align:justify;text-align-last:initial;display:block; }
#VlBo15wO61ZIfwa2GIDFXin7Q7NdEd62 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:7.4375rem;left:66.6875rem;display:none; }
#rgw2hci9e8m7WFHJP783DMrJMh69n3WC { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:10.6875rem;top:27.2001953125rem;left:51.2802734375rem;overflow:hidden;display:block; }
#kJseamUdpwf0NRs0WTuKw2VkZXwiebQE { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.68739375rem;width:16.3748125rem;top:35.3759765625rem;left:48.6240234375rem;overflow:hidden;display:block; }
#bZEmX68NlmSWmt8me8AWfsMx8LyUl4zh { position:absolute;display:block;z-index:15014;background-color:#f4f0ec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:28.25rem;width:23.625rem;top:1.4990234375rem;left:45rem;display:block; }
#yeWPX8apx5PBEW82k3wsoGXWoSfLXq63 { color:rgba(var(--color-tertiary-3),1);display:block;width:9.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:3.0869140625rem;left:46.8115234375rem;height:2.2744125rem;display:block; }
#B8o3CvwSTGbFWzLvAXIa5fl3tkbJa1fD { position:absolute;display:block;z-index:15015;background-color:#f4f0ec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:8.2498125rem;width:23.6246875rem;top:34.158203125rem;left:44.9990234375rem;display:block; }
#bnhCo48DK3S31xCccJZG9VtzR5wxVuSk { position:absolute;display:block;z-index:15016;background-color:#f4f0ec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:8.2498125rem;width:23.6246875rem;top:44.1611328125rem;left:44.9990234375rem;display:block; }
#LNIF6VAdSgTi0qOuPF0rJuC3J1tEfoHC { color:#000000;display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15016;line-height:1.2;letter-spacing:0;top:48.7626953125rem;left:49.1240234375rem;height:1.79980625rem;text-align:justify;text-align-last:initial;display:block; }
#wrrPNqb5Pr06l11nC1pK5JucklSh1qpe { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:58.9375rem;width:71.0625rem;top:0rem;left:2.8740234375rem;display:block; }
#sNcOETZTT8VCF88r4et7vDKKX29nRcET { position:relative;display:block; }#sNcOETZTT8VCF88r4et7vDKKX29nRcET { background-color: transparent; background-image: none; }#sNcOETZTT8VCF88r4et7vDKKX29nRcET::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sNcOETZTT8VCF88r4et7vDKKX29nRcET > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sNcOETZTT8VCF88r4et7vDKKX29nRcET > .row .container > .video-iframe-container { display: none; }#sNcOETZTT8VCF88r4et7vDKKX29nRcET > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sNcOETZTT8VCF88r4et7vDKKX29nRcET > .row > .video-iframe-container { display: none; }#sNcOETZTT8VCF88r4et7vDKKX29nRcET > .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); }#sNcOETZTT8VCF88r4et7vDKKX29nRcET { border-width: 0; border-radius: 0; }#sNcOETZTT8VCF88r4et7vDKKX29nRcET > .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; }#sNcOETZTT8VCF88r4et7vDKKX29nRcET > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:8.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KFsPJniuaKAmqK5DMGTGJMhWdT7mMXyP { position:relative;display:block; }#KFsPJniuaKAmqK5DMGTGJMhWdT7mMXyP { background-color: transparent; background-image: none; }#KFsPJniuaKAmqK5DMGTGJMhWdT7mMXyP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KFsPJniuaKAmqK5DMGTGJMhWdT7mMXyP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KFsPJniuaKAmqK5DMGTGJMhWdT7mMXyP > .row .container > .video-iframe-container { display: none; }#KFsPJniuaKAmqK5DMGTGJMhWdT7mMXyP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KFsPJniuaKAmqK5DMGTGJMhWdT7mMXyP > .row > .video-iframe-container { display: none; }#KFsPJniuaKAmqK5DMGTGJMhWdT7mMXyP > .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); }#KFsPJniuaKAmqK5DMGTGJMhWdT7mMXyP { border-width: 0; border-radius: 0; }#KFsPJniuaKAmqK5DMGTGJMhWdT7mMXyP > .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; }#KFsPJniuaKAmqK5DMGTGJMhWdT7mMXyP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:28.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XsxGSSTcW7K4U33iAwGWAiqgSDAzbfQt { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:26rem;width:71.0625rem;top:2.5625rem;left:2.875rem;display:block; }
#HuQNM0XVknZh5OTnfaPxPMWoLp7zLpov { color:rgba(var(--color-tertiary-3),1);display:block;width:39.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.4375rem;left:25.25rem;height:2.76171875rem;display:block; }
#WNa40nPVKmITzblQrtVh9PeMnXvXCQiO { color:#000000;display:block;width:43.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:12.6875rem;left:25.25rem;height:3.5996125rem;text-align:justify;text-align-last:initial;display:block; }
#JT1k9amwnbAOpcZkisuKOFFsbuI26Mrz { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.3125rem;width:18.1875rem;top:0rem;left:0.5625rem;overflow:hidden;display:block; }
#nlfbnn55Mb10xHuwkTnDwoXFW7fe99ba { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:7.4375rem;left:66.6875rem; }
#mwIDEGPKvcsrHMXzIWWCLlvLGI8hXZrB { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.6875rem;width:8.625rem;top:13.8125rem;left:5.34375rem;overflow:hidden;display:block; }
#tKmkOL4GaiMzJUPabeEuFyqIWH8NwVck { position:relative;display:block; }#tKmkOL4GaiMzJUPabeEuFyqIWH8NwVck { background-color: transparent; background-image: none; }#tKmkOL4GaiMzJUPabeEuFyqIWH8NwVck::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tKmkOL4GaiMzJUPabeEuFyqIWH8NwVck > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tKmkOL4GaiMzJUPabeEuFyqIWH8NwVck > .row .container > .video-iframe-container { display: none; }#tKmkOL4GaiMzJUPabeEuFyqIWH8NwVck > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tKmkOL4GaiMzJUPabeEuFyqIWH8NwVck > .row > .video-iframe-container { display: none; }#tKmkOL4GaiMzJUPabeEuFyqIWH8NwVck > .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); }#tKmkOL4GaiMzJUPabeEuFyqIWH8NwVck { border-width: 0; border-radius: 0; }#tKmkOL4GaiMzJUPabeEuFyqIWH8NwVck > .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; }#tKmkOL4GaiMzJUPabeEuFyqIWH8NwVck > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:63.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#md6XmVR8gBsucCi4nN6OpOVAGVJzq9hH { color:#000000;display:block;width:19.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15015;line-height:1.2;letter-spacing:0;top:6.25rem;left:47.1240234375rem;height:26.9971125rem;text-align:left;text-align-last:left;display:block; }
#bTQQ2m7skoFTswwagOUUpV4ZSlu6Veoc { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.0625rem;width:12.3125rem;top:0.9365234375rem;left:23.1865234375rem;overflow:hidden;display:block; }
#khEiCIrTcrfeFVK47ruOSHBWCv43qlGv { color:rgba(var(--color-tertiary-3),1);display:block;width:11.6873125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:52.8740234375rem;left:49.1240234375rem;height:2.2744125rem;text-align:left;text-align-last:left;display:block; }
#cOlNTbKbSV7pg5eXUpRdLuyQZHXzWtgB { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:6.875rem;top:1.3125rem;left:11.75rem;overflow:hidden;display:block; }
#C8bgZTHsup1hDRxqJCsFGcXV9P5R7Mi7 { color:rgba(var(--color-tertiary-3),1);display:block;width:5.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15009;line-height:1.1;letter-spacing:0;top:2.4375rem;left:12.5625rem;height:4.53515625rem;text-align:center;text-align-last:center;display:block; }
#B5fJedSLDEXZfTQon2cxW9Ev4A6zoogF { color:rgba(var(--color-tertiary-3),1);display:block;width:29.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:11.0625rem;left:7.75rem;height:16.19825rem;text-align:justify;text-align-last:initial;display:block; }
#T9JuWngi2iIO1wFVVyhg2ew8JAFU2krG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:7.4375rem;left:66.6875rem;display:none; }
#g9TmaEFshwLqkun8OQEy29osb7Xo2cbM { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:10.6875rem;top:33.5751953125rem;left:51.2802734375rem;overflow:hidden;display:block; }
#aydLckzG4JVXS6204RRESyNw2pxzw9GW { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.68739375rem;width:16.3748125rem;top:41.7509765625rem;left:48.6240234375rem;overflow:hidden;display:block; }
#k5I4XvAC0rTA2TQvVIZE694fJs6rMG1x { position:absolute;display:block;z-index:15014;background-color:#f4f0ec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:34.4375rem;width:23.625rem;top:1.4990234375rem;left:45rem;display:block; }
#c0WBOSMXfKAAbwVrtq4SrRnUoi9xStCh { color:rgba(var(--color-tertiary-3),1);display:block;width:9.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:3.0869140625rem;left:46.8115234375rem;height:2.2744125rem;display:block; }
#ykdWmgEfewwFiHtLA5xgVUQM6v8PRbih { position:absolute;display:block;z-index:15015;background-color:#f4f0ec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:8.2498125rem;width:23.6246875rem;top:40.533203125rem;left:44.9990234375rem;display:block; }
#mDPwp8lMmVDPS5GXSOxV0gsg28EZnKte { position:absolute;display:block;z-index:15016;background-color:#f4f0ec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:8.2498125rem;width:23.6246875rem;top:50.5361328125rem;left:44.9990234375rem;display:block; }
#BoKnRGScRREXlrqi6TSJvr9DN3cMUA0i { color:#000000;display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15016;line-height:1.2;letter-spacing:0;top:55.1376953125rem;left:49.1240234375rem;height:1.79980625rem;text-align:justify;text-align-last:initial;display:block; }
#MFnWLaKk4tnp4G0wW3yfNSCnC6sxULm2 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:63.5rem;width:71.0625rem;top:0rem;left:2.8740234375rem;display:block; }
#HUbdCzWNaPFIfpZe7MieZtQuD3EnWb1X { position:relative;display:block; }#HUbdCzWNaPFIfpZe7MieZtQuD3EnWb1X { background-color: transparent; background-image: none; }#HUbdCzWNaPFIfpZe7MieZtQuD3EnWb1X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HUbdCzWNaPFIfpZe7MieZtQuD3EnWb1X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HUbdCzWNaPFIfpZe7MieZtQuD3EnWb1X > .row .container > .video-iframe-container { display: none; }#HUbdCzWNaPFIfpZe7MieZtQuD3EnWb1X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HUbdCzWNaPFIfpZe7MieZtQuD3EnWb1X > .row > .video-iframe-container { display: none; }#HUbdCzWNaPFIfpZe7MieZtQuD3EnWb1X > .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); }#HUbdCzWNaPFIfpZe7MieZtQuD3EnWb1X { border-width: 0; border-radius: 0; }#HUbdCzWNaPFIfpZe7MieZtQuD3EnWb1X > .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; }#HUbdCzWNaPFIfpZe7MieZtQuD3EnWb1X > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:8.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EE9auGHNqxV0Jf2OUlUKRRfuTrf0NT4Q { position:relative;display:block; }#EE9auGHNqxV0Jf2OUlUKRRfuTrf0NT4Q { background-color: transparent; background-image: none; }#EE9auGHNqxV0Jf2OUlUKRRfuTrf0NT4Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EE9auGHNqxV0Jf2OUlUKRRfuTrf0NT4Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EE9auGHNqxV0Jf2OUlUKRRfuTrf0NT4Q > .row .container > .video-iframe-container { display: none; }#EE9auGHNqxV0Jf2OUlUKRRfuTrf0NT4Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EE9auGHNqxV0Jf2OUlUKRRfuTrf0NT4Q > .row > .video-iframe-container { display: none; }#EE9auGHNqxV0Jf2OUlUKRRfuTrf0NT4Q > .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); }#EE9auGHNqxV0Jf2OUlUKRRfuTrf0NT4Q { border-width: 0; border-radius: 0; }#EE9auGHNqxV0Jf2OUlUKRRfuTrf0NT4Q > .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; }#EE9auGHNqxV0Jf2OUlUKRRfuTrf0NT4Q > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:25.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#X6xMS50CLzdqIJFctt93TycpyLCpuAmL { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:23.3125rem;width:71.0625rem;top:2.5625rem;left:2.875rem;display:block; }
#BOUlWe3wik8mPklUA2SJmX0bFZIDHlwH { color:rgba(var(--color-tertiary-3),1);display:block;width:43.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.4375rem;left:25.25rem;height:2.76171875rem;display:block; }
#e9F56Cu642xADGGXWDwm7e3QbxQvCJVh { color:#000000;display:block;width:43.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:12.6875rem;left:25.25rem;height:7.19925rem;text-align:justify;text-align-last:initial;display:block; }
#qhZp0dMPcPE72TuU0lPFwfxl1U7uo2kg { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.25rem;width:18.125rem;top:0rem;left:0.5625rem;overflow:hidden;display:block; }
#ATJxFSbDzwNZkeOXp150RMXkhc7ZfJux { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:7.4375rem;left:66.6875rem; }
#LoexQcwQCQdXcrzR2hMXpGdTWKkwiOwZ { position:relative;display:block; }#LoexQcwQCQdXcrzR2hMXpGdTWKkwiOwZ { background-color: transparent; background-image: none; }#LoexQcwQCQdXcrzR2hMXpGdTWKkwiOwZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LoexQcwQCQdXcrzR2hMXpGdTWKkwiOwZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LoexQcwQCQdXcrzR2hMXpGdTWKkwiOwZ > .row .container > .video-iframe-container { display: none; }#LoexQcwQCQdXcrzR2hMXpGdTWKkwiOwZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LoexQcwQCQdXcrzR2hMXpGdTWKkwiOwZ > .row > .video-iframe-container { display: none; }#LoexQcwQCQdXcrzR2hMXpGdTWKkwiOwZ > .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); }#LoexQcwQCQdXcrzR2hMXpGdTWKkwiOwZ { border-width: 0; border-radius: 0; }#LoexQcwQCQdXcrzR2hMXpGdTWKkwiOwZ > .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; }#LoexQcwQCQdXcrzR2hMXpGdTWKkwiOwZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:63.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Mu1r3HnQoRi8aeTRnacMKxl0TPwvuhdc { color:#000000;display:block;width:19.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15015;line-height:1.2;letter-spacing:0;top:8.1875rem;left:47.1240234375rem;height:26.9971125rem;text-align:left;text-align-last:left;display:block; }
#zTMmTFc94kR8W3LFWwsercUeSxZKKIBL { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8rem;width:12.0625rem;top:0.9365234375rem;left:22.842527374508rem;overflow:hidden;display:block; }
#s0b2zeOcRcH9fdnf0KTD69tJsLbrDqTZ { color:rgba(var(--color-tertiary-3),1);display:block;width:11.6873125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:54.8115234375rem;left:49.1240234375rem;height:2.2744125rem;text-align:left;text-align-last:left;display:block; }
#B1iogAWTrWtZVaTPvnOivXOLVWrcAyUx { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:6.875rem;top:1.3125rem;left:11.75rem;overflow:hidden;display:block; }
#qpXN5eZhmy3NLbFaBUl9P5067nfs8Ig2 { color:rgba(var(--color-tertiary-3),1);display:block;width:5.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15009;line-height:1.1;letter-spacing:0;top:2.4375rem;left:12.5625rem;height:4.53515625rem;text-align:center;text-align-last:center;display:block; }
#tau7yddiRRXd7XQy4aONel5gZMyn2X4o { color:rgba(var(--color-tertiary-3),1);display:block;width:29.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:11.0625rem;left:7.75rem;height:14.3984375rem;text-align:justify;text-align-last:initial;display:block; }
#SVFqADflkk721hsFKJTzTLFXWmXQHVmp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:7.4375rem;left:66.6875rem;display:none; }
#MRyO107qplt3Iqf0G2zKBupSU1VddArK { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:10.6875rem;top:35.4501953125rem;left:51.2802734375rem;overflow:hidden;display:block; }
#W8z2O2avObtNtIxFL4AQJLuUXfKaDBiU { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.68739375rem;width:16.3748125rem;top:43.6884765625rem;left:48.6240234375rem;overflow:hidden;display:block; }
#lGoU5nGgAacgTw361aGbSVJ7ltLIWQpT { position:absolute;display:block;z-index:15014;background-color:#f4f0ec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:36.4375rem;width:23.625rem;top:1.4990234375rem;left:45rem;display:block; }
#K2TLUqTT6PST4JkoKVddRVA1Gkrb3mpX { color:rgba(var(--color-tertiary-3),1);display:block;width:18.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:normal;z-index:15017;line-height:1.2;letter-spacing:0;top:3.0869140625rem;left:46.8115234375rem;height:4.199225rem;display:block; }
#TCAZuZxK4mO9EXgGNcX2nRGldZ9AqzD7 { position:absolute;display:block;z-index:15015;background-color:#f4f0ec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:8.2498125rem;width:23.6246875rem;top:42.470703125rem;left:44.9990234375rem;display:block; }
#Smtzx7i5Te8NAQLKkK2WZeDwRtanouyN { position:absolute;display:block;z-index:15016;background-color:#f4f0ec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:8.2498125rem;width:23.6246875rem;top:52.4736328125rem;left:44.9990234375rem;display:block; }
#CMZPTUZWzvsUPHpsxRDOJSXs4IHuDrmy { color:#000000;display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15016;line-height:1.2;letter-spacing:0;top:57.0751953125rem;left:49.1240234375rem;height:1.79980625rem;text-align:justify;text-align-last:initial;display:block; }
#UIZ0yd8FBPpI31dQ3FHKqNuGkVr5xOVg { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:63.5rem;width:71.0625rem;top:0rem;left:2.8740234375rem;display:block; }
#EPiedcvX3M7Wcz60DUTTVpOXOxDc1UH0 { position:relative;display:block; }#EPiedcvX3M7Wcz60DUTTVpOXOxDc1UH0 { background-color: transparent; background-image: none; }#EPiedcvX3M7Wcz60DUTTVpOXOxDc1UH0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EPiedcvX3M7Wcz60DUTTVpOXOxDc1UH0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EPiedcvX3M7Wcz60DUTTVpOXOxDc1UH0 > .row .container > .video-iframe-container { display: none; }#EPiedcvX3M7Wcz60DUTTVpOXOxDc1UH0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EPiedcvX3M7Wcz60DUTTVpOXOxDc1UH0 > .row > .video-iframe-container { display: none; }#EPiedcvX3M7Wcz60DUTTVpOXOxDc1UH0 > .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); }#EPiedcvX3M7Wcz60DUTTVpOXOxDc1UH0 { border-width: 0; border-radius: 0; }#EPiedcvX3M7Wcz60DUTTVpOXOxDc1UH0 > .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; }#EPiedcvX3M7Wcz60DUTTVpOXOxDc1UH0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:8.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MIb1U4xzLm7UmTxkP0hsKru1qx6HhBJA { position:relative;display:block; }#MIb1U4xzLm7UmTxkP0hsKru1qx6HhBJA { background-color: transparent; background-image: none; }#MIb1U4xzLm7UmTxkP0hsKru1qx6HhBJA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MIb1U4xzLm7UmTxkP0hsKru1qx6HhBJA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MIb1U4xzLm7UmTxkP0hsKru1qx6HhBJA > .row .container > .video-iframe-container { display: none; }#MIb1U4xzLm7UmTxkP0hsKru1qx6HhBJA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MIb1U4xzLm7UmTxkP0hsKru1qx6HhBJA > .row > .video-iframe-container { display: none; }#MIb1U4xzLm7UmTxkP0hsKru1qx6HhBJA > .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); }#MIb1U4xzLm7UmTxkP0hsKru1qx6HhBJA { border-width: 0; border-radius: 0; }#MIb1U4xzLm7UmTxkP0hsKru1qx6HhBJA > .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; }#MIb1U4xzLm7UmTxkP0hsKru1qx6HhBJA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:27.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#v5UR7cI87p2bNUozefOT4AT3Zrw3n6LU { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:24.6875rem;width:71.0625rem;top:2.5625rem;left:2.875rem;display:block; }
#dT0bp2z0enu7T6Jk7SpEEkCopNEw0Tf2 { color:rgba(var(--color-tertiary-3),1);display:block;width:43.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.4375rem;left:25.25rem;height:2.76171875rem;display:block; }
#aJeDBHrSLcBOW78cQV685WnQcHBNHKNT { color:#000000;display:block;width:43.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:12.6875rem;left:25.25rem;height:8.999rem;text-align:justify;text-align-last:initial;display:block; }
#My4gaU4g221wTBBHKRaDO5AnNQT8UXUx { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.25rem;width:18.125rem;top:0rem;left:0.5625rem;overflow:hidden;display:block; }
#eENQP7a6W1kJrm3KG62gTc3VLhcy1qgR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:7.4375rem;left:66.6875rem; }
#D8tmVNhZ8QlM2HovAOxJpzcTdyXFNTPh { position:relative;display:block; }#D8tmVNhZ8QlM2HovAOxJpzcTdyXFNTPh { background-color: transparent; background-image: none; }#D8tmVNhZ8QlM2HovAOxJpzcTdyXFNTPh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D8tmVNhZ8QlM2HovAOxJpzcTdyXFNTPh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D8tmVNhZ8QlM2HovAOxJpzcTdyXFNTPh > .row .container > .video-iframe-container { display: none; }#D8tmVNhZ8QlM2HovAOxJpzcTdyXFNTPh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D8tmVNhZ8QlM2HovAOxJpzcTdyXFNTPh > .row > .video-iframe-container { display: none; }#D8tmVNhZ8QlM2HovAOxJpzcTdyXFNTPh > .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); }#D8tmVNhZ8QlM2HovAOxJpzcTdyXFNTPh { border-width: 0; border-radius: 0; }#D8tmVNhZ8QlM2HovAOxJpzcTdyXFNTPh > .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; }#D8tmVNhZ8QlM2HovAOxJpzcTdyXFNTPh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:70.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZCQ0GNSpOtmS8a1GFEMLfV9K8RT9PDe0 { color:#000000;display:block;width:19.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15015;line-height:1.2;letter-spacing:0;top:8.1875rem;left:47.1240234375rem;height:32.3964625rem;text-align:left;text-align-last:left;display:block; }
#kWGsQAE9VesfAGvlb5hAeExw5vcUkVl3 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8rem;width:9.9375rem;top:0.9365234375rem;left:22.842527374508rem;overflow:hidden;display:block; }
#vb1rB9iT7HzqWhJnTF9mh9hDzPyzTvih { color:rgba(var(--color-tertiary-3),1);display:block;width:11.6873125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:60.5615234375rem;left:49.1240234375rem;height:2.2744125rem;text-align:left;text-align-last:left;display:block; }
#Suabo8GAkmM9wwvXxkSRwVOoHxvMEDTx { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:6.875rem;top:1.3125rem;left:11.75rem;overflow:hidden;display:block; }
#XHC9A7tT0I6kNTBPSEyLW5y9bzlKiTVE { color:rgba(var(--color-tertiary-3),1);display:block;width:5.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15009;line-height:1.1;letter-spacing:0;top:2.4375rem;left:12.5625rem;height:4.53515625rem;text-align:center;text-align-last:center;display:block; }
#iTeRNyxbI737WpuL6w85XbWh1ViUfCGw { color:rgba(var(--color-tertiary-3),1);display:block;width:29.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:11.0625rem;left:7.75rem;height:10.79880625rem;text-align:justify;text-align-last:initial;display:block; }
#CLTS6bdMl64gP3mkIf3BF9DsE79dQkcQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:7.4375rem;left:66.6875rem;display:none; }
#cdr0ErZ2oTcPr4cCoLtmr2KDqQgH8RN2 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:7.1875rem;top:40.5751953125rem;left:53.1552734375rem;overflow:hidden;display:block; }
#nH9TnnAeQQOnzArTpESZHFN6GKlCqORG { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.68739375rem;width:16.3748125rem;top:49.4384765625rem;left:48.6240234375rem;overflow:hidden;display:block; }
#qBUFb27EJZDGcXR7yMx1galmU4clcBTT { position:absolute;display:block;z-index:15014;background-color:#f4f0ec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:42.0625rem;width:23.625rem;top:1.4990234375rem;left:45rem;display:block; }
#HrL3JXO7DiUckaMBba8hONNXRefWaVxm { color:rgba(var(--color-tertiary-3),1);display:block;width:19.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:normal;z-index:15017;line-height:1.2;letter-spacing:0;top:3.0869140625rem;left:46.8115234375rem;height:4.19921875rem;display:block; }
#OJgOrBVRZQUEnwiJk6PBxl5Ty5HeH62d { position:absolute;display:block;z-index:15015;background-color:#f4f0ec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:8.2498125rem;width:23.6246875rem;top:48.220703125rem;left:44.9990234375rem;display:block; }
#GatmQ7bMgym3JDAZymITnlfCQyTpBIAE { position:absolute;display:block;z-index:15016;background-color:#f4f0ec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:8.2498125rem;width:23.6246875rem;top:58.2236328125rem;left:44.9990234375rem;display:block; }
#IfmtGrGTc1RNabrBttgrovZDP0uScA4a { color:#000000;display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15016;line-height:1.2;letter-spacing:0;top:62.8251953125rem;left:49.1240234375rem;height:1.79980625rem;text-align:justify;text-align-last:initial;display:block; }
#EveNbMCltQ9VGi9ZN2fBpgGAeG5pbyJ8 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:70.5625rem;width:71.0625rem;top:0rem;left:2.8740234375rem;display:block; }
#ASUmKm7yVOo0MNFNGxPO0DpwPn9I1c6x { position:relative;display:block; }#ASUmKm7yVOo0MNFNGxPO0DpwPn9I1c6x { background-color: transparent; background-image: none; }#ASUmKm7yVOo0MNFNGxPO0DpwPn9I1c6x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ASUmKm7yVOo0MNFNGxPO0DpwPn9I1c6x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ASUmKm7yVOo0MNFNGxPO0DpwPn9I1c6x > .row .container > .video-iframe-container { display: none; }#ASUmKm7yVOo0MNFNGxPO0DpwPn9I1c6x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ASUmKm7yVOo0MNFNGxPO0DpwPn9I1c6x > .row > .video-iframe-container { display: none; }#ASUmKm7yVOo0MNFNGxPO0DpwPn9I1c6x > .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); }#ASUmKm7yVOo0MNFNGxPO0DpwPn9I1c6x { border-width: 0; border-radius: 0; }#ASUmKm7yVOo0MNFNGxPO0DpwPn9I1c6x > .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; }#ASUmKm7yVOo0MNFNGxPO0DpwPn9I1c6x > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:8.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VaLJ7zzbKFKbZmfMHRBhRZ5TonAKu8el { position:relative;display:block; }#VaLJ7zzbKFKbZmfMHRBhRZ5TonAKu8el { background-color: transparent; background-image: none; }#VaLJ7zzbKFKbZmfMHRBhRZ5TonAKu8el::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VaLJ7zzbKFKbZmfMHRBhRZ5TonAKu8el > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VaLJ7zzbKFKbZmfMHRBhRZ5TonAKu8el > .row .container > .video-iframe-container { display: none; }#VaLJ7zzbKFKbZmfMHRBhRZ5TonAKu8el > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VaLJ7zzbKFKbZmfMHRBhRZ5TonAKu8el > .row > .video-iframe-container { display: none; }#VaLJ7zzbKFKbZmfMHRBhRZ5TonAKu8el > .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); }#VaLJ7zzbKFKbZmfMHRBhRZ5TonAKu8el { border-width: 0; border-radius: 0; }#VaLJ7zzbKFKbZmfMHRBhRZ5TonAKu8el > .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; }#VaLJ7zzbKFKbZmfMHRBhRZ5TonAKu8el > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:42.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EfhUEkam0aqzKIFarwQylkcRnWdfMMfM { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:40.4375rem;width:71.0625rem;top:2.5625rem;left:2.875rem;display:block; }
#tf3t8e4SHs3g9Grhpo7yG97lzkKZAQTH { color:rgba(var(--color-tertiary-3),1);display:block;width:43.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.4375rem;left:25.25rem;height:2.76171875rem;display:block; }
#G5UttyHb4SaElFWZwGLA3wRovRwk5TC9 { color:#000000;display:block;width:43.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:12.6875rem;left:25.25rem;height:25.19725rem;text-align:justify;text-align-last:initial;display:block; }
#KfaOJIL6cNRTequegWXm6rOqK5EXyIKn { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.25rem;width:18rem;top:0rem;left:0.5625rem;overflow:hidden;display:block; }
#K6C06IGzgt048ABV7htSxgZVJx3oqxyF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:7.4375rem;left:66.6875rem; }
#a898AIrfEcFt8PJmNLW3eyf4dysgdE69 { position:relative;display:block; }#a898AIrfEcFt8PJmNLW3eyf4dysgdE69 { background-color: transparent; background-image: none; }#a898AIrfEcFt8PJmNLW3eyf4dysgdE69::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a898AIrfEcFt8PJmNLW3eyf4dysgdE69 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a898AIrfEcFt8PJmNLW3eyf4dysgdE69 > .row .container > .video-iframe-container { display: none; }#a898AIrfEcFt8PJmNLW3eyf4dysgdE69 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a898AIrfEcFt8PJmNLW3eyf4dysgdE69 > .row > .video-iframe-container { display: none; }#a898AIrfEcFt8PJmNLW3eyf4dysgdE69 > .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); }#a898AIrfEcFt8PJmNLW3eyf4dysgdE69 { border-width: 0; border-radius: 0; }#a898AIrfEcFt8PJmNLW3eyf4dysgdE69 > .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; }#a898AIrfEcFt8PJmNLW3eyf4dysgdE69 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:69.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XKiusX1IcWIzEGUFwZV9Q3Pq37Mub5Ip { color:#000000;display:block;width:19.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15015;line-height:1.2;letter-spacing:0;top:8.1875rem;left:47.1240234375rem;height:28.7968375rem;text-align:left;text-align-last:left;display:block; }
#T7AURXxP932vDNi0Bp9DBLsUEt45wz2T { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.25rem;width:9.9375rem;top:1rem;left:22.841796875rem;overflow:hidden;display:block; }
#PD5pU2Ia0BePx2SAMAh8ApUD306mEGEO { color:rgba(var(--color-tertiary-3),1);display:block;width:11.6873125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:57.6865234375rem;left:49.1240234375rem;height:2.2744125rem;text-align:left;text-align-last:left;display:block; }
#GA7OuQAOBexJJNnkAixoZUehtOtvvT2a { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:6.875rem;top:1.3125rem;left:11.75rem;overflow:hidden;display:block; }
#WKUJUlAvqcHrm69zSsG05wZJH4m96Ww9 { color:rgba(var(--color-tertiary-3),1);display:block;width:5.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15009;line-height:1.1;letter-spacing:0;top:2.4375rem;left:12.5625rem;height:4.53515625rem;text-align:center;text-align-last:center;display:block; }
#rgWwRfT1tByOHgvLcgloh3d9V8ygROSK { color:rgba(var(--color-tertiary-3),1);display:block;width:29.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:11.0625rem;left:7.75rem;height:10.7988125rem;text-align:justify;text-align-last:initial;display:block; }
#QcIzJAJlAlcii8PHZMSgMWlI9Skkpwf9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:7.4375rem;left:66.6875rem;display:none; }
#HIT4ty6BFLGGfNt90mZA07UsXTI1CKcV { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:11.875rem;top:37.5751953125rem;left:50.8115234375rem;overflow:hidden;display:block; }
#pPUMf2UcG4garpoaMN3rrm8GUgo6K4be { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.68739375rem;width:16.3748125rem;top:46.5634765625rem;left:48.6240234375rem;overflow:hidden;display:block; }
#ym3cpEIJMR6BDQxwPNCd5nGd7nO56MPy { position:absolute;display:block;z-index:15014;background-color:#f4f0ec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:39.0625rem;width:23.625rem;top:1.4990234375rem;left:45rem;display:block; }
#uc1r5xpG0E7MfJHNC6tHTZZuneDqdiNJ { color:rgba(var(--color-tertiary-3),1);display:block;width:15.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:normal;z-index:15017;line-height:1.2;letter-spacing:0;top:3.0869140625rem;left:46.8115234375rem;height:4.19921875rem;display:block; }
#S110I130zJORV8xUSBivL6WtpsraiCG9 { position:absolute;display:block;z-index:15015;background-color:#f4f0ec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:8.2498125rem;width:23.6246875rem;top:45.345703125rem;left:44.9990234375rem;display:block; }
#aoc7TDRelDTAkZoES9hd6heTZfVMQ7Gf { position:absolute;display:block;z-index:15016;background-color:#f4f0ec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:8.2498125rem;width:23.6246875rem;top:55.3486328125rem;left:44.9990234375rem;display:block; }
#b8IEPrh8FxBE5ryFMpKSIK1QA2kn0T5b { color:#000000;display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15016;line-height:1.2;letter-spacing:0;top:59.9501953125rem;left:49.1240234375rem;height:1.79980625rem;text-align:justify;text-align-last:initial;display:block; }
#phBb1WKRi03X6AOZA2QviEtrQx4KzI24 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:69.1875rem;width:71.0625rem;top:0rem;left:2.8740234375rem;display:block; }
#VMTT3BAPA6loreC07eT7iaOTp96leE1d { position:relative;display:block; }#VMTT3BAPA6loreC07eT7iaOTp96leE1d { background-color: transparent; background-image: none; }#VMTT3BAPA6loreC07eT7iaOTp96leE1d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VMTT3BAPA6loreC07eT7iaOTp96leE1d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VMTT3BAPA6loreC07eT7iaOTp96leE1d > .row .container > .video-iframe-container { display: none; }#VMTT3BAPA6loreC07eT7iaOTp96leE1d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VMTT3BAPA6loreC07eT7iaOTp96leE1d > .row > .video-iframe-container { display: none; }#VMTT3BAPA6loreC07eT7iaOTp96leE1d > .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); }#VMTT3BAPA6loreC07eT7iaOTp96leE1d { border-width: 0; border-radius: 0; }#VMTT3BAPA6loreC07eT7iaOTp96leE1d > .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; }#VMTT3BAPA6loreC07eT7iaOTp96leE1d > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:8.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LMDOTumNh7eTVtsglkZb8sE06xvCHBFo { position:relative;display:block; }#LMDOTumNh7eTVtsglkZb8sE06xvCHBFo { background-color: transparent; background-image: none; }#LMDOTumNh7eTVtsglkZb8sE06xvCHBFo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LMDOTumNh7eTVtsglkZb8sE06xvCHBFo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LMDOTumNh7eTVtsglkZb8sE06xvCHBFo > .row .container > .video-iframe-container { display: none; }#LMDOTumNh7eTVtsglkZb8sE06xvCHBFo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LMDOTumNh7eTVtsglkZb8sE06xvCHBFo > .row > .video-iframe-container { display: none; }#LMDOTumNh7eTVtsglkZb8sE06xvCHBFo > .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); }#LMDOTumNh7eTVtsglkZb8sE06xvCHBFo { border-width: 0; border-radius: 0; }#LMDOTumNh7eTVtsglkZb8sE06xvCHBFo > .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; }#LMDOTumNh7eTVtsglkZb8sE06xvCHBFo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:29.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZAcn9ERTbfe9DnnD5eJTVx6tV6IdZl3p { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:27.0625rem;width:71.0625rem;top:2.5625rem;left:2.875rem;display:block; }
#fEIiKtyhHzm0Krz2lndCbBTTuRdmAKBy { color:rgba(var(--color-tertiary-3),1);display:block;width:43.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.4375rem;left:25.25rem;height:2.76171875rem;display:block; }
#r4xCNT58Et1dCiWSIuJTWIddc593Bs3C { color:#000000;display:block;width:43.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:12.6875rem;left:25.25rem;height:10.7988125rem;text-align:justify;text-align-last:initial;display:block; }
#ogZdcMlIZf8Hp34NWP19VXdNVvCbSqr0 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.0625rem;width:18rem;top:0rem;left:0.5625rem;overflow:hidden;display:block; }
#IMkyUco1gl1GPnSAz0IXxEki4w8o7Dty { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:7.4375rem;left:66.6875rem; }
#C471rqTm8F42Wuzo0QtC8VDdBZBSEvPz { position:relative;display:block; }#C471rqTm8F42Wuzo0QtC8VDdBZBSEvPz { background-color: transparent; background-image: none; }#C471rqTm8F42Wuzo0QtC8VDdBZBSEvPz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C471rqTm8F42Wuzo0QtC8VDdBZBSEvPz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C471rqTm8F42Wuzo0QtC8VDdBZBSEvPz > .row .container > .video-iframe-container { display: none; }#C471rqTm8F42Wuzo0QtC8VDdBZBSEvPz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C471rqTm8F42Wuzo0QtC8VDdBZBSEvPz > .row > .video-iframe-container { display: none; }#C471rqTm8F42Wuzo0QtC8VDdBZBSEvPz > .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); }#C471rqTm8F42Wuzo0QtC8VDdBZBSEvPz { border-width: 0; border-radius: 0; }#C471rqTm8F42Wuzo0QtC8VDdBZBSEvPz > .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; }#C471rqTm8F42Wuzo0QtC8VDdBZBSEvPz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:65.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UqNzD8Z3KzyJDsTrrEDy0l7pEPZzmyl3 { color:#000000;display:block;width:19.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15015;line-height:1.2;letter-spacing:0;top:8.1875rem;left:47.1240234375rem;height:23.3974375rem;text-align:left;text-align-last:left;display:block; }
#raQhdzuTI5xVz8lwoZGIlNIGZtscJ1on { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.25rem;width:15rem;top:1.4990234375rem;left:21.654296875rem;overflow:hidden;display:block; }
#Et59kOnJtdIW4fOZTcPM6PlnaPAMTH5v { color:rgba(var(--color-tertiary-3),1);display:block;width:11.6873125rem;position:absolute;font-family:futura-bold-03;font-size:1.25rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:52.9365234375rem;left:49.1240234375rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#L4NUea1roWTWbBG8poHEARI2kSzT7Gk6 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:6.875rem;top:1.3125rem;left:11.75rem;overflow:hidden;display:block; }
#kRS87twzIl9qiB23J6XKqQTSy4mbWl83 { color:rgba(var(--color-tertiary-3),1);display:block;width:5.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15009;line-height:1.1;letter-spacing:0;top:2.4375rem;left:12.5625rem;height:4.53515625rem;text-align:center;text-align-last:center;display:block; }
#IHqJ8HUggyeSoWordhL7uIW2OWsrkmqG { color:rgba(var(--color-tertiary-3),1);display:block;width:29.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:11.0625rem;left:7.75rem;height:12.598625rem;text-align:justify;text-align-last:initial;display:block; }
#I50mcEMdueUItTrJMMc98rU4Qn6rZiCW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:7.4375rem;left:66.6875rem;display:none; }
#BFiO9K0nQtFv1q0wV4VQoSZBXXHO1SpE { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:5.4375rem;top:32.3876953125rem;left:54.6240234375rem;overflow:hidden;display:block; }
#K6RK2X08eOlMV8QyyRRRbGmyz5RoM7IE { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.68739375rem;width:16.3748125rem;top:41.8134765625rem;left:48.6240234375rem;overflow:hidden;display:block; }
#sq9oHHBd7S9mSdHwc5qwKhhRN5iZUw3q { position:absolute;display:block;z-index:15014;background-color:#f4f0ec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:33.75rem;width:23.625rem;top:1.4990234375rem;left:45rem;display:block; }
#Xdue3111ytV49z2f3ZlvJRqVAx7mvFNT { color:rgba(var(--color-tertiary-3),1);display:block;width:15.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:normal;z-index:15017;line-height:1.2;letter-spacing:0;top:3.0869140625rem;left:46.8115234375rem;height:4.19921875rem;display:block; }
#N6haq9EZPf26F8UBb79BJZOpTMGXldu0 { position:absolute;display:block;z-index:15015;background-color:#f4f0ec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:8.2498125rem;width:23.6246875rem;top:40.595703125rem;left:44.9990234375rem;display:block; }
#rMsHxA7UaAACq4PxxHqmly7ArHiTdVen { position:absolute;display:block;z-index:15016;background-color:#f4f0ec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:8.2498125rem;width:23.6246875rem;top:50.5986328125rem;left:44.9990234375rem;display:block; }
#okHdiNyvvWZQ6tIQ7zxeakWWvAK3Uf2b { color:#000000;display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15016;line-height:1.2;letter-spacing:0;top:55.2001953125rem;left:49.1240234375rem;height:2.0996125rem;text-align:justify;text-align-last:initial;display:block; }
#UfgA2A5DRFLNGoc2rrtZPXfw60E9HF14 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:65.75rem;width:71.0625rem;top:0rem;left:2.8740234375rem;display:block; }
#bb7t3bg79192TSSxBVlZ2CHk4nFM00At { position:relative;display:block; }#bb7t3bg79192TSSxBVlZ2CHk4nFM00At { background-color: transparent; background-image: none; }#bb7t3bg79192TSSxBVlZ2CHk4nFM00At::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bb7t3bg79192TSSxBVlZ2CHk4nFM00At > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bb7t3bg79192TSSxBVlZ2CHk4nFM00At > .row .container > .video-iframe-container { display: none; }#bb7t3bg79192TSSxBVlZ2CHk4nFM00At > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bb7t3bg79192TSSxBVlZ2CHk4nFM00At > .row > .video-iframe-container { display: none; }#bb7t3bg79192TSSxBVlZ2CHk4nFM00At > .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); }#bb7t3bg79192TSSxBVlZ2CHk4nFM00At { border-width: 0; border-radius: 0; }#bb7t3bg79192TSSxBVlZ2CHk4nFM00At > .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; }#bb7t3bg79192TSSxBVlZ2CHk4nFM00At > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:8.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GLw5SxcKZQwLzikiREl9euB55clAz68T { position:relative;display:block; }#GLw5SxcKZQwLzikiREl9euB55clAz68T { background-color: transparent; background-image: none; }#GLw5SxcKZQwLzikiREl9euB55clAz68T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GLw5SxcKZQwLzikiREl9euB55clAz68T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GLw5SxcKZQwLzikiREl9euB55clAz68T > .row .container > .video-iframe-container { display: none; }#GLw5SxcKZQwLzikiREl9euB55clAz68T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GLw5SxcKZQwLzikiREl9euB55clAz68T > .row > .video-iframe-container { display: none; }#GLw5SxcKZQwLzikiREl9euB55clAz68T > .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); }#GLw5SxcKZQwLzikiREl9euB55clAz68T { border-width: 0; border-radius: 0; }#GLw5SxcKZQwLzikiREl9euB55clAz68T > .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; }#GLw5SxcKZQwLzikiREl9euB55clAz68T > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:32.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VGk06ef8EHyuOwg8XLGlcqaWbGTtqGZf { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:29.6875rem;width:71.0625rem;top:2.5625rem;left:2.875rem;display:block; }
#sc7MbyoMBLRBUigstuVNxB3vTmCd0OLC { color:rgba(var(--color-tertiary-3),1);display:block;width:43.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.4375rem;left:25.25rem;height:2.76171875rem;display:block; }
#OhRqQ1x6pA6mKaZINaCs4oaBOR97oRFp { color:#000000;display:block;width:43.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:12.6875rem;left:25.25rem;height:14.3984375rem;text-align:justify;text-align-last:initial;display:block; }
#XckVelqR0x3PdgOECRr5UIZereKQC0C7 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.0625rem;width:17.9375rem;top:0rem;left:0.5625rem;overflow:hidden;display:block; }
#cOLev2rwi3I2VBbttP26qhmRGr4DmGio { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:7.4375rem;left:66.6875rem; }
#skliMWeRBMnXrmByEpu1UDOzWaPWM8XW { position:relative;display:block; }#skliMWeRBMnXrmByEpu1UDOzWaPWM8XW { background-color: transparent; background-image: none; }#skliMWeRBMnXrmByEpu1UDOzWaPWM8XW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#skliMWeRBMnXrmByEpu1UDOzWaPWM8XW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#skliMWeRBMnXrmByEpu1UDOzWaPWM8XW > .row .container > .video-iframe-container { display: none; }#skliMWeRBMnXrmByEpu1UDOzWaPWM8XW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#skliMWeRBMnXrmByEpu1UDOzWaPWM8XW > .row > .video-iframe-container { display: none; }#skliMWeRBMnXrmByEpu1UDOzWaPWM8XW > .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); }#skliMWeRBMnXrmByEpu1UDOzWaPWM8XW { border-width: 0; border-radius: 0; }#skliMWeRBMnXrmByEpu1UDOzWaPWM8XW > .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; }#skliMWeRBMnXrmByEpu1UDOzWaPWM8XW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:63.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GmdSneNVz0nFZkoC8wb3wzL97w76CNW7 { color:#000000;display:block;width:19.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15015;line-height:1.2;letter-spacing:0;top:8.1875rem;left:47.1240234375rem;height:21.5976875rem;text-align:left;text-align-last:left;display:block; }
#vi5o3QOP0RScvPMnP48gcGFUHVF0Tmfx { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.25rem;width:13.4375rem;top:1.4990234375rem;left:21.654296875rem;overflow:hidden;display:block; }
#s0vhoEdXqAeel0Z7SDMCTHq4DgroAg4f { color:rgba(var(--color-tertiary-3),1);display:block;width:11.6873125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:50.6240234375rem;left:49.1240234375rem;height:2.2744125rem;text-align:left;text-align-last:left;display:block; }
#Nmyc15vatMOadhoV3piJvKNkbzf1ZkUB { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:6.875rem;top:1.3125rem;left:11.75rem;overflow:hidden;display:block; }
#JH5graXlXyeQ5FxwIM6iyRU8t7XPcxNT { color:rgba(var(--color-tertiary-3),1);display:block;width:5.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15009;line-height:1.1;letter-spacing:0;top:2.4375rem;left:12.5625rem;height:4.53515625rem;text-align:center;text-align-last:center;display:block; }
#tnMXeTmvmzuS5xfszBXU5bJcoGSCC50I { color:rgba(var(--color-tertiary-3),1);display:block;width:29.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:11.0625rem;left:7.75rem;height:19.797875rem;text-align:justify;text-align-last:initial;display:block; }
#U763QGKexTfG2qMADElaAXkVhQdVO0yz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:7.4375rem;left:66.6875rem;display:none; }
#EDSf0UqmHXHy1Tb3hgOyJUf3TwwEMhdl { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:5.4375rem;top:30.5126953125rem;left:54.6240234375rem;overflow:hidden;display:block; }
#KrorZdpTAZuyxMb5e67hLzDfoqonoRTU { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.68739375rem;width:16.3748125rem;top:39.5009765625rem;left:48.6240234375rem;overflow:hidden;display:block; }
#NyK4CH3HKlVdkO5swXKTgoG8soVnIbDh { position:absolute;display:block;z-index:15014;background-color:#f4f0ec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:31.9375rem;width:23.625rem;top:1.4990234375rem;left:45rem;display:block; }
#FTmdV6nwDfRZAoV7QWrw36LSJsohJVF0 { color:rgba(var(--color-tertiary-3),1);display:block;width:15.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:normal;z-index:15017;line-height:1.2;letter-spacing:0;top:3.0869140625rem;left:46.8115234375rem;height:4.19921875rem;display:block; }
#gTp4AhsB8bxCUhqzLh0Q0Ba0XdiBIBxH { position:absolute;display:block;z-index:15015;background-color:#f4f0ec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:8.2498125rem;width:23.6246875rem;top:38.283203125rem;left:44.9990234375rem;display:block; }
#cQnsQxdwwkU7d5FhgAnxgEOctsAgdPKv { position:absolute;display:block;z-index:15016;background-color:#f4f0ec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:8.2498125rem;width:23.6246875rem;top:48.2861328125rem;left:44.9990234375rem;display:block; }
#TZQDmET3iLAWfeqzZ2PfmClbOXVoKebi { color:#000000;display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15016;line-height:1.2;letter-spacing:0;top:52.8876953125rem;left:49.1240234375rem;height:1.79980625rem;text-align:justify;text-align-last:initial;display:block; }
#pOCz9hsn97UcsMupwpLZ1xdgXvD9IddM { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:63.625rem;width:71.0625rem;top:0rem;left:2.8740234375rem;display:block; }
#UVvTR0qK0pBW40hIkdbA07HN73eNgtt3 { position:relative;display:block; }#UVvTR0qK0pBW40hIkdbA07HN73eNgtt3 { background-color: transparent; background-image: none; }#UVvTR0qK0pBW40hIkdbA07HN73eNgtt3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UVvTR0qK0pBW40hIkdbA07HN73eNgtt3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UVvTR0qK0pBW40hIkdbA07HN73eNgtt3 > .row .container > .video-iframe-container { display: none; }#UVvTR0qK0pBW40hIkdbA07HN73eNgtt3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UVvTR0qK0pBW40hIkdbA07HN73eNgtt3 > .row > .video-iframe-container { display: none; }#UVvTR0qK0pBW40hIkdbA07HN73eNgtt3 > .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); }#UVvTR0qK0pBW40hIkdbA07HN73eNgtt3 { border-width: 0; border-radius: 0; }#UVvTR0qK0pBW40hIkdbA07HN73eNgtt3 > .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; }#UVvTR0qK0pBW40hIkdbA07HN73eNgtt3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:8.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZqWsgKt9JTA8gqVqttR5WI2DzpSgRLeV { position:relative;display:block; }#ZqWsgKt9JTA8gqVqttR5WI2DzpSgRLeV { background-color: transparent; background-image: none; }#ZqWsgKt9JTA8gqVqttR5WI2DzpSgRLeV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZqWsgKt9JTA8gqVqttR5WI2DzpSgRLeV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZqWsgKt9JTA8gqVqttR5WI2DzpSgRLeV > .row .container > .video-iframe-container { display: none; }#ZqWsgKt9JTA8gqVqttR5WI2DzpSgRLeV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZqWsgKt9JTA8gqVqttR5WI2DzpSgRLeV > .row > .video-iframe-container { display: none; }#ZqWsgKt9JTA8gqVqttR5WI2DzpSgRLeV > .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); }#ZqWsgKt9JTA8gqVqttR5WI2DzpSgRLeV { border-width: 0; border-radius: 0; }#ZqWsgKt9JTA8gqVqttR5WI2DzpSgRLeV > .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; }#ZqWsgKt9JTA8gqVqttR5WI2DzpSgRLeV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:38.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZfgzJm7U0RG9G0FkEGq7l3pgPyrqwTSs { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:34.6875rem;width:71.0625rem;top:3.75rem;left:2.875rem;display:block; }
#MeGlokf5b8BAJpBm57QL5wUAydyuOIKi { color:rgba(var(--color-tertiary-3),1);display:block;width:43.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.4375rem;left:25.25rem;height:2.76171875rem;display:block; }
#aK2TVDsi3MATOUmzWuwMTEokTtJCtyAN { color:#000000;display:block;width:43.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:12.6875rem;left:25.25rem;height:21.597625rem;text-align:justify;text-align-last:initial;display:block; }
#LxbygFRZHEwha8Mnvfp1qszZAkUJ4qaw { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.0625rem;width:17.8125rem;top:0rem;left:0.5625rem;overflow:hidden;display:block; }
#T9KFTZXZsQ3DADKDypL3vkopFIOTC982 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:7.4375rem;left:66.6875rem; }
#ro0TfEoFWMbuZto99QxNp2hGBhlTv1sp { position:relative;display:block; }#ro0TfEoFWMbuZto99QxNp2hGBhlTv1sp { background-color: transparent; background-image: none; }#ro0TfEoFWMbuZto99QxNp2hGBhlTv1sp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ro0TfEoFWMbuZto99QxNp2hGBhlTv1sp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ro0TfEoFWMbuZto99QxNp2hGBhlTv1sp > .row .container > .video-iframe-container { display: none; }#ro0TfEoFWMbuZto99QxNp2hGBhlTv1sp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ro0TfEoFWMbuZto99QxNp2hGBhlTv1sp > .row > .video-iframe-container { display: none; }#ro0TfEoFWMbuZto99QxNp2hGBhlTv1sp > .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); }#ro0TfEoFWMbuZto99QxNp2hGBhlTv1sp { border-width: 0; border-radius: 0; }#ro0TfEoFWMbuZto99QxNp2hGBhlTv1sp > .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; }#ro0TfEoFWMbuZto99QxNp2hGBhlTv1sp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:77.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xbGAmRHZoARF5ptuBSWbRbzODsggzh0i { color:#000000;display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15015;line-height:1.2;letter-spacing:0;top:5.9375rem;left:47.1865234375rem;height:39.5956875rem;text-align:left;text-align-last:left;display:block; }
#HxNymo0PrbMZHTpNsbDBM61eTUMCmUtK { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.25rem;width:8.9375rem;top:1.4990234375rem;left:22.279296875rem;overflow:hidden;display:block; }
#ToD67WSEJdoc3WndUTtKWNBnA6J9M24h { color:rgba(var(--color-tertiary-3),1);display:block;width:11.6873125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:65.650390625rem;left:49.1240234375rem;height:2.2744125rem;text-align:left;text-align-last:left;display:block; }
#n3N6w7GJrAom4xNsvsGtErsubuFIif5g { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:6.875rem;top:1.3125rem;left:11.75rem;overflow:hidden;display:block; }
#CAAJCmKwDbSpCXr3VmOv14ZJuFvAV9xA { color:rgba(var(--color-tertiary-3),1);display:block;width:5.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15009;line-height:1.1;letter-spacing:0;top:2.4375rem;left:12.5625rem;height:4.53515625rem;text-align:center;text-align-last:center;display:block; }
#vWVZPbmliz4Aki6MLfVK3ab9WacSGbki { color:rgba(var(--color-tertiary-3),1);display:block;width:29.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:11.0625rem;left:7.75rem;height:26.9970625rem;text-align:justify;text-align-last:initial;display:block; }
#o5RmZeDyFcHGBGoobV13FJXxT03MAXB7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:7.4375rem;left:66.6875rem;display:none; }
#zDm5e99mGuvLrklQIV3us0D9sTOxZ7B6 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:7rem;top:45.5390625rem;left:54.248046875rem;overflow:hidden;display:block; }
#kQ3aPlWavLXSzO9mwWsftIvnNTtJ0tqB { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.68739375rem;width:16.3748125rem;top:54.52734375rem;left:48.6240234375rem;overflow:hidden;display:block; }
#uyKX2pS7S0g8Ul7hllXlFkNWB1AMVPLz { position:absolute;display:block;z-index:15014;background-color:#f4f0ec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:47.125rem;width:23.625rem;top:1.4990234375rem;left:45rem;display:block; }
#PJpNCBIk1TRmZiwolviNT0env9ebVGf7 { color:rgba(var(--color-tertiary-3),1);display:block;width:15.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:normal;z-index:15017;line-height:1.2;letter-spacing:0;top:3.3369140625rem;left:47.0615234375rem;height:2.0996125rem;display:block; }
#Up7vfuDpRyhFuiwZglVwP6SnJAnhWwAI { position:absolute;display:block;z-index:15015;background-color:#f4f0ec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:8.2498125rem;width:23.6246875rem;top:53.3095703125rem;left:44.9990234375rem;display:block; }
#kK2TItARy5t1lfP0L3XVuy9zI9s0DBk9 { position:absolute;display:block;z-index:15016;background-color:#f4f0ec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:8.2498125rem;width:23.6246875rem;top:63.3125rem;left:44.9990234375rem;display:block; }
#ueGhwozlL5b1IoSyVpcBXMS6exSm4qJO { color:#000000;display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15016;line-height:1.2;letter-spacing:0;top:67.9140625rem;left:49.1240234375rem;height:1.79980625rem;text-align:justify;text-align-last:initial;display:block; }
#RwuRuEArw2AwDv5TbeVLX716PwAgqpSq { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:77.25rem;width:71.0625rem;top:0rem;left:2.8740234375rem;display:block; }
#TICI4Fq8E4w9AeE30E6e1Xz7AcETJ98a { position:relative;display:block; }#TICI4Fq8E4w9AeE30E6e1Xz7AcETJ98a { background-color: transparent; background-image: none; }#TICI4Fq8E4w9AeE30E6e1Xz7AcETJ98a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TICI4Fq8E4w9AeE30E6e1Xz7AcETJ98a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TICI4Fq8E4w9AeE30E6e1Xz7AcETJ98a > .row .container > .video-iframe-container { display: none; }#TICI4Fq8E4w9AeE30E6e1Xz7AcETJ98a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TICI4Fq8E4w9AeE30E6e1Xz7AcETJ98a > .row > .video-iframe-container { display: none; }#TICI4Fq8E4w9AeE30E6e1Xz7AcETJ98a > .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); }#TICI4Fq8E4w9AeE30E6e1Xz7AcETJ98a { border-width: 0; border-radius: 0; }#TICI4Fq8E4w9AeE30E6e1Xz7AcETJ98a > .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; }#TICI4Fq8E4w9AeE30E6e1Xz7AcETJ98a > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:8.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WaRITpZJRrmALWx5aCBSEoUWqXPsbRSc { position:relative;display:block; }#WaRITpZJRrmALWx5aCBSEoUWqXPsbRSc { background-color: transparent; background-image: none; }#WaRITpZJRrmALWx5aCBSEoUWqXPsbRSc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WaRITpZJRrmALWx5aCBSEoUWqXPsbRSc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WaRITpZJRrmALWx5aCBSEoUWqXPsbRSc > .row .container > .video-iframe-container { display: none; }#WaRITpZJRrmALWx5aCBSEoUWqXPsbRSc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WaRITpZJRrmALWx5aCBSEoUWqXPsbRSc > .row > .video-iframe-container { display: none; }#WaRITpZJRrmALWx5aCBSEoUWqXPsbRSc > .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); }#WaRITpZJRrmALWx5aCBSEoUWqXPsbRSc { border-width: 0; border-radius: 0; }#WaRITpZJRrmALWx5aCBSEoUWqXPsbRSc > .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; }#WaRITpZJRrmALWx5aCBSEoUWqXPsbRSc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:25.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LZI7FZf8pU0P2han33xx3qwJgSfnMi0S { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:21.375rem;width:71.0625rem;top:3.75rem;left:2.875rem;display:block; }
#sLw61ofHSJqcuVIZuhnUnVvSsFTXTlkH { color:rgba(var(--color-tertiary-3),1);display:block;width:43.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.4375rem;left:25.25rem;height:2.76171875rem;display:block; }
#ZA59FXQMyOJJnMDPTNsGs31WJZlZ2X1H { color:#000000;display:block;width:43.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:12.6875rem;left:25.25rem;height:7.19925rem;text-align:justify;text-align-last:initial;display:block; }
#Dye4FKpREUd8JyvQncg4yT3Eh7ukZQi1 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.875rem;width:17.8125rem;top:0rem;left:0.5625rem;overflow:hidden;display:block; }
#JegChThEU36ruXr87t8aWhsqMFtmDe5w { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:7.4375rem;left:66.6875rem; }
#QlsANGV7JodoVlqDqtAdD5GHwmZsP4Ph { position:relative;display:block; }#QlsANGV7JodoVlqDqtAdD5GHwmZsP4Ph { background-color: transparent; background-image: none; }#QlsANGV7JodoVlqDqtAdD5GHwmZsP4Ph::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QlsANGV7JodoVlqDqtAdD5GHwmZsP4Ph > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QlsANGV7JodoVlqDqtAdD5GHwmZsP4Ph > .row .container > .video-iframe-container { display: none; }#QlsANGV7JodoVlqDqtAdD5GHwmZsP4Ph > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QlsANGV7JodoVlqDqtAdD5GHwmZsP4Ph > .row > .video-iframe-container { display: none; }#QlsANGV7JodoVlqDqtAdD5GHwmZsP4Ph > .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); }#QlsANGV7JodoVlqDqtAdD5GHwmZsP4Ph { border-width: 0; border-radius: 0; }#QlsANGV7JodoVlqDqtAdD5GHwmZsP4Ph > .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; }#QlsANGV7JodoVlqDqtAdD5GHwmZsP4Ph > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:38.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wiJTLW2N8VgCsep77ahPawDvmzRqreH8 { color:#000000;display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15015;line-height:1.2;letter-spacing:0;top:5.9375rem;left:47.1865234375rem;height:1.79980625rem;text-align:left;text-align-last:left;display:block; }
#Z1p1ETdZzIDJSTVtTwZc49V9qraxg8La { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:10rem;top:1.4990234375rem;left:22.279296875rem;overflow:hidden;display:block; }
#Xu8DAreGtdugVRLkVRqkDChTENSZaZue { color:rgba(var(--color-tertiary-3),1);display:block;width:11.6873125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:19.775390625rem;left:47.0625rem;height:2.2744125rem;text-align:left;text-align-last:left;display:block; }
#onsXDh6xCrmDpRREyOo9096u57nSA7OE { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:6.875rem;top:1.3125rem;left:11.75rem;overflow:hidden;display:block; }
#NPMwlm6cTba8mqTw0pA9u3ORzZtcln2a { color:rgba(var(--color-tertiary-3),1);display:block;width:5.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15009;line-height:1.1;letter-spacing:0;top:2.4375rem;left:12.5625rem;height:4.53515625rem;text-align:center;text-align-last:center;display:block; }
#LCJLWtOKvl5WKXB6GtQgDd9BMT8f9BMl { color:rgba(var(--color-tertiary-3),1);display:block;width:29.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:11.0625rem;left:7.75rem;height:25.19725rem;text-align:justify;text-align-last:initial;display:block; }
#ZJl3PRrUHWyAKZAixvQVVMLRKc5QlgN8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:7.4375rem;left:66.6875rem;display:none; }
#a0gxAx371JTyZyvr85AvxJQDEqgNdFUz { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:5.125rem;top:10.5390625rem;left:53.935546875rem;overflow:hidden;display:block; }
#ve8amMezUzWkS88akCKJbehmKFRPZXIK { position:absolute;display:block;z-index:15014;background-color:#f4f0ec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:11.875rem;width:23.625rem;top:1.4990234375rem;left:45rem;display:block; }
#e8JryHees01eXwQLZi7uO4o0fknsF52W { color:rgba(var(--color-tertiary-3),1);display:block;width:15.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:normal;z-index:15017;line-height:1.2;letter-spacing:0;top:3.3369140625rem;left:47.0615234375rem;height:2.0996125rem;display:block; }
#ckT0BJh4RlM4cXiTMhxZyF1Q4GMsm82T { position:absolute;display:block;z-index:15016;background-color:#f4f0ec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:8.2498125rem;width:23.6246875rem;top:17.4375rem;left:44.9990234375rem;display:block; }
#OvuK0Tv92ezv9XG7RdB6bqebyXMWrpzi { color:#000000;display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15016;line-height:1.2;letter-spacing:0;top:22.0390625rem;left:47.0625rem;height:1.79980625rem;text-align:justify;text-align-last:initial;display:block; }
#KfPqlg02GyTWk6PoDiITb5Hc3SyxNEEE { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:38.375rem;width:71.0625rem;top:0rem;left:2.8740234375rem;display:block; }
#UOzIZk0gVmgOzRRb9Xq2AdJwqdJcn28P { position:relative;display:block; }#UOzIZk0gVmgOzRRb9Xq2AdJwqdJcn28P { background-color: transparent; background-image: none; }#UOzIZk0gVmgOzRRb9Xq2AdJwqdJcn28P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UOzIZk0gVmgOzRRb9Xq2AdJwqdJcn28P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UOzIZk0gVmgOzRRb9Xq2AdJwqdJcn28P > .row .container > .video-iframe-container { display: none; }#UOzIZk0gVmgOzRRb9Xq2AdJwqdJcn28P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UOzIZk0gVmgOzRRb9Xq2AdJwqdJcn28P > .row > .video-iframe-container { display: none; }#UOzIZk0gVmgOzRRb9Xq2AdJwqdJcn28P > .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); }#UOzIZk0gVmgOzRRb9Xq2AdJwqdJcn28P { border-width: 0; border-radius: 0; }#UOzIZk0gVmgOzRRb9Xq2AdJwqdJcn28P > .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; }#UOzIZk0gVmgOzRRb9Xq2AdJwqdJcn28P > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:8.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zTisatWeJ8nyM8lGaLKDVOnskfDZ0LuW { position:relative;display:block; }#zTisatWeJ8nyM8lGaLKDVOnskfDZ0LuW { background-color: transparent; background-image: none; }#zTisatWeJ8nyM8lGaLKDVOnskfDZ0LuW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTisatWeJ8nyM8lGaLKDVOnskfDZ0LuW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTisatWeJ8nyM8lGaLKDVOnskfDZ0LuW > .row .container > .video-iframe-container { display: none; }#zTisatWeJ8nyM8lGaLKDVOnskfDZ0LuW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTisatWeJ8nyM8lGaLKDVOnskfDZ0LuW > .row > .video-iframe-container { display: none; }#zTisatWeJ8nyM8lGaLKDVOnskfDZ0LuW > .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); }#zTisatWeJ8nyM8lGaLKDVOnskfDZ0LuW { border-width: 0; border-radius: 0; }#zTisatWeJ8nyM8lGaLKDVOnskfDZ0LuW > .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; }#zTisatWeJ8nyM8lGaLKDVOnskfDZ0LuW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:28.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#J9pXBn489sdu27nh8BTpzed8SOuhfuV6 { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:26.0625rem;width:71.0625rem;top:2.5625rem;left:2.875rem;display:block; }
#rJWHn8KFUoy0WMnTsgTX62vlZGwzuWVu { color:rgba(var(--color-tertiary-3),1);display:block;width:43.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.4375rem;left:25.25rem;height:2.76171875rem;display:block; }
#cuEivOhh8GZgo3ghcOJxKnZbCNZ5POWB { color:#000000;display:block;width:43.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:12.6875rem;left:25.25rem;height:10.7988125rem;text-align:justify;text-align-last:initial;display:block; }
#oit5wdQT4bkGpVrIPVwJkmpCihMA5VGI { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.125rem;width:19.875rem;top:0rem;left:0.5625rem;overflow:hidden;display:block; }
#XhDMPBSTELVE4dFnxw90wKx0nhkgFJoK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:7.4375rem;left:66.6875rem; }
#uLDFVnV2bdkk6ymw7KpzG0S8i9h8bKuM { position:relative;display:block; }#uLDFVnV2bdkk6ymw7KpzG0S8i9h8bKuM { background-color: transparent; background-image: none; }#uLDFVnV2bdkk6ymw7KpzG0S8i9h8bKuM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uLDFVnV2bdkk6ymw7KpzG0S8i9h8bKuM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uLDFVnV2bdkk6ymw7KpzG0S8i9h8bKuM > .row .container > .video-iframe-container { display: none; }#uLDFVnV2bdkk6ymw7KpzG0S8i9h8bKuM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uLDFVnV2bdkk6ymw7KpzG0S8i9h8bKuM > .row > .video-iframe-container { display: none; }#uLDFVnV2bdkk6ymw7KpzG0S8i9h8bKuM > .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); }#uLDFVnV2bdkk6ymw7KpzG0S8i9h8bKuM { border-width: 0; border-radius: 0; }#uLDFVnV2bdkk6ymw7KpzG0S8i9h8bKuM > .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; }#uLDFVnV2bdkk6ymw7KpzG0S8i9h8bKuM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:42.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#eMXXzD0lJcSTKnstXH6G08Akqwbgh2EO { color:#000000;display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15015;line-height:1.2;letter-spacing:0;top:5.9375rem;left:47.1865234375rem;height:3.5996125rem;text-align:left;text-align-last:left;display:block; }
#QExBSCDaXLcIEOwwTd209gUD6bXqUkih { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8125rem;width:9.5625rem;top:1.4990234375rem;left:22.279296875rem;overflow:hidden;display:block; }
#krlpTxdwF8TLAlTTtiJdBhMyAuR6TKBU { color:rgba(var(--color-tertiary-3),1);display:block;width:11.6873125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:19.775390625rem;left:47.0625rem;height:2.2744125rem;text-align:left;text-align-last:left;display:block; }
#rPKKboDiqia5UO2fBOand0TvVMQMq5Eg { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:6.875rem;top:1.3125rem;left:11.75rem;overflow:hidden;display:block; }
#L6XyNiFvCnCzF5fTyrHOOVcyESJfULer { color:rgba(var(--color-tertiary-3),1);display:block;width:5.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15009;line-height:1.1;letter-spacing:0;top:2.4375rem;left:12.5625rem;height:4.53515625rem;text-align:center;text-align-last:center;display:block; }
#fAqn4916DIleiRIWtpAoylyeo3TOgsoJ { color:rgba(var(--color-tertiary-3),1);display:block;width:29.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:11.0625rem;left:7.75rem;height:28.796875rem;text-align:justify;text-align-last:initial;display:block; }
#uIe2RUHhfE4Z1FKTzaoAqTghmFXHQbTw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:7.4375rem;left:66.6875rem;display:none; }
#xdAHzPKkCCOuZ2zGMscIzokRd0Hk7lPI { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:5.125rem;top:10.5390625rem;left:53.935546875rem;overflow:hidden;display:block; }
#s3WeLCBTfcKZqCnWrKNKHW6mgLvkbZIK { position:absolute;display:block;z-index:15014;background-color:#f4f0ec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:11.875rem;width:23.625rem;top:1.4990234375rem;left:45rem;display:block; }
#eXfwTbwz4yMgaATtMS5teAWdfVsCUJfT { color:rgba(var(--color-tertiary-3),1);display:block;width:15.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:normal;z-index:15017;line-height:1.2;letter-spacing:0;top:3.3369140625rem;left:47.0615234375rem;height:2.0996125rem;display:block; }
#w2vOT6kIVDh2NvTDaLkxDAvqLchbJlR2 { position:absolute;display:block;z-index:15016;background-color:#f4f0ec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:8.2498125rem;width:23.6246875rem;top:17.4375rem;left:44.9990234375rem;display:block; }
#TRdf3aV46W1ieZSP045zASEcsPC0Ov9S { color:#000000;display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15016;line-height:1.2;letter-spacing:0;top:22.0390625rem;left:47.0625rem;height:1.79980625rem;text-align:justify;text-align-last:initial;display:block; }
#W7UVovTEmxHboEFSRcriAi0AF2mCoDZk { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:42.8125rem;width:71.0625rem;top:0rem;left:2.8740234375rem;display:block; }
#KlZ1kppp00WuBWXEdBAs3vARTL0v1vMF { position:relative;display:block; }#KlZ1kppp00WuBWXEdBAs3vARTL0v1vMF { background-color: transparent; background-image: none; }#KlZ1kppp00WuBWXEdBAs3vARTL0v1vMF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KlZ1kppp00WuBWXEdBAs3vARTL0v1vMF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KlZ1kppp00WuBWXEdBAs3vARTL0v1vMF > .row .container > .video-iframe-container { display: none; }#KlZ1kppp00WuBWXEdBAs3vARTL0v1vMF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KlZ1kppp00WuBWXEdBAs3vARTL0v1vMF > .row > .video-iframe-container { display: none; }#KlZ1kppp00WuBWXEdBAs3vARTL0v1vMF > .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); }#KlZ1kppp00WuBWXEdBAs3vARTL0v1vMF { border-width: 0; border-radius: 0; }#KlZ1kppp00WuBWXEdBAs3vARTL0v1vMF > .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; }#KlZ1kppp00WuBWXEdBAs3vARTL0v1vMF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:8.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WmgPwFT7NzE4R051WXHFq0RsLWWUN2FR { position:relative;display:block; }#WmgPwFT7NzE4R051WXHFq0RsLWWUN2FR { background-color: transparent; background-image: none; }#WmgPwFT7NzE4R051WXHFq0RsLWWUN2FR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WmgPwFT7NzE4R051WXHFq0RsLWWUN2FR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WmgPwFT7NzE4R051WXHFq0RsLWWUN2FR > .row .container > .video-iframe-container { display: none; }#WmgPwFT7NzE4R051WXHFq0RsLWWUN2FR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WmgPwFT7NzE4R051WXHFq0RsLWWUN2FR > .row > .video-iframe-container { display: none; }#WmgPwFT7NzE4R051WXHFq0RsLWWUN2FR > .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); }#WmgPwFT7NzE4R051WXHFq0RsLWWUN2FR { border-width: 0; border-radius: 0; }#WmgPwFT7NzE4R051WXHFq0RsLWWUN2FR > .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; }#WmgPwFT7NzE4R051WXHFq0RsLWWUN2FR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:26.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GayqeoLnXAdC2T3BXCvnx7QfUngCxhUP { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:23.5rem;width:71.0625rem;top:2.5625rem;left:2.875rem;display:block; }
#WgKntJli1o63oNQ2XFIlMz3nqBUIriHz { color:rgba(var(--color-tertiary-3),1);display:block;width:43.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.4375rem;left:25.25rem;height:2.76171875rem;display:block; }
#rPKqJ4gwJlwiDlDFyNFsBFdxR4B6bEwW { color:#000000;display:block;width:43.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:12.6875rem;left:25.25rem;height:7.19925rem;text-align:justify;text-align-last:initial;display:block; }
#tlihrd2oZrFlzH8pwq7qGFuMTAxS1CVN { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.0625rem;width:17.9375rem;top:0rem;left:0.5625rem;overflow:hidden;display:block; }
#CI66SqtNs4TMkmGzZ5DSDfu5lf6urBiV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:7.4375rem;left:66.6875rem; }
#DJ2G79A1flmurebvAKeBLgt71ZqHRdEr { position:relative;display:block; }#DJ2G79A1flmurebvAKeBLgt71ZqHRdEr { background-color: transparent; background-image: none; }#DJ2G79A1flmurebvAKeBLgt71ZqHRdEr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DJ2G79A1flmurebvAKeBLgt71ZqHRdEr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DJ2G79A1flmurebvAKeBLgt71ZqHRdEr > .row .container > .video-iframe-container { display: none; }#DJ2G79A1flmurebvAKeBLgt71ZqHRdEr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DJ2G79A1flmurebvAKeBLgt71ZqHRdEr > .row > .video-iframe-container { display: none; }#DJ2G79A1flmurebvAKeBLgt71ZqHRdEr > .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); }#DJ2G79A1flmurebvAKeBLgt71ZqHRdEr { border-width: 0; border-radius: 0; }#DJ2G79A1flmurebvAKeBLgt71ZqHRdEr > .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; }#DJ2G79A1flmurebvAKeBLgt71ZqHRdEr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:42.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#eggirhetfOZaK05u2DSQqzKsEJgfH8ww { color:#000000;display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15015;line-height:1.2;letter-spacing:0;top:5.9375rem;left:47.1865234375rem;height:12.598625rem;text-align:left;text-align-last:left;display:block; }
#Im7HHl7g9QWvsrRxl5pZMD543S72UI1t { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.6875rem;width:10.875rem;top:0.9990234375rem;left:21.966796875rem;overflow:hidden;display:block; }
#f4AfNzSE95VKzZP3iGnAWrp5QsR9wD3s { color:rgba(var(--color-tertiary-3),1);display:block;width:11.6873125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:28.650390625rem;left:47.0625rem;height:2.2744125rem;text-align:left;text-align-last:left;display:block; }
#nglbfpIrGucqy9DBZHAIuZQnwL5FNxuo { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:6.875rem;top:1.3125rem;left:11.75rem;overflow:hidden;display:block; }
#IUrFFHyT5uQTaPZrTmPPtBvQ1975AJVT { color:rgba(var(--color-tertiary-3),1);display:block;width:5.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15009;line-height:1.1;letter-spacing:0;top:2.4375rem;left:12.5625rem;height:4.53515625rem;text-align:center;text-align-last:center;display:block; }
#MK0ybnahIOLUgnH8J1CFCxq0bE9X2pza { color:rgba(var(--color-tertiary-3),1);display:block;width:29.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:11.0625rem;left:7.75rem;height:23.3974375rem;text-align:justify;text-align-last:initial;display:block; }
#NltS71MU5O8D21iARRfhCet5unwrNFBs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:7.4375rem;left:66.6875rem;display:none; }
#bSnHl2ocxVIzTqxMNwSLDunKrk7bRWS3 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:10.8125rem;top:19.4140625rem;left:51.498046875rem;overflow:hidden;display:block; }
#CgxngDJSF5c8XPXPWfI0VXUVdAFRRprM { position:absolute;display:block;z-index:15014;background-color:#f4f0ec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:20.4375rem;width:23.625rem;top:1.4990234375rem;left:45rem;display:block; }
#JTST6IGOrZH0BmfgTOcspD8S9CsZCA5N { color:rgba(var(--color-tertiary-3),1);display:block;width:15.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:normal;z-index:15017;line-height:1.2;letter-spacing:0;top:3.3369140625rem;left:47.0615234375rem;height:2.0996125rem;display:block; }
#QQH9mXd8QbK5m6FRo8MJqvrJxqOt0uRO { position:absolute;display:block;z-index:15016;background-color:#f4f0ec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:8.2498125rem;width:23.6246875rem;top:26.3125rem;left:44.9990234375rem;display:block; }
#Lo0EIHlKT4OTDcLw7KCgQzQNVDQTsNWL { color:#000000;display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15016;line-height:1.2;letter-spacing:0;top:30.9140625rem;left:47.0625rem;height:1.79980625rem;text-align:justify;text-align-last:initial;display:block; }
#TUczq86QmvLsv6pteT7u6rrPtlbKdeK8 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:42.8125rem;width:71.0625rem;top:0rem;left:2.8740234375rem;display:block; }
#axSlyua2v7ISM8HOo794Ry07E50rb4l1 { position:relative;display:block; }#axSlyua2v7ISM8HOo794Ry07E50rb4l1 { background-color: transparent; background-image: none; }#axSlyua2v7ISM8HOo794Ry07E50rb4l1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#axSlyua2v7ISM8HOo794Ry07E50rb4l1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#axSlyua2v7ISM8HOo794Ry07E50rb4l1 > .row .container > .video-iframe-container { display: none; }#axSlyua2v7ISM8HOo794Ry07E50rb4l1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#axSlyua2v7ISM8HOo794Ry07E50rb4l1 > .row > .video-iframe-container { display: none; }#axSlyua2v7ISM8HOo794Ry07E50rb4l1 > .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); }#axSlyua2v7ISM8HOo794Ry07E50rb4l1 { border-width: 0; border-radius: 0; }#axSlyua2v7ISM8HOo794Ry07E50rb4l1 > .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; }#axSlyua2v7ISM8HOo794Ry07E50rb4l1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:8.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#sge22gRvmLcAuI0UtfzHm2DBU7c6mofZ { position:relative;display:block; }#sge22gRvmLcAuI0UtfzHm2DBU7c6mofZ { background-color: transparent; background-image: none; }#sge22gRvmLcAuI0UtfzHm2DBU7c6mofZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sge22gRvmLcAuI0UtfzHm2DBU7c6mofZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sge22gRvmLcAuI0UtfzHm2DBU7c6mofZ > .row .container > .video-iframe-container { display: none; }#sge22gRvmLcAuI0UtfzHm2DBU7c6mofZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sge22gRvmLcAuI0UtfzHm2DBU7c6mofZ > .row > .video-iframe-container { display: none; }#sge22gRvmLcAuI0UtfzHm2DBU7c6mofZ > .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); }#sge22gRvmLcAuI0UtfzHm2DBU7c6mofZ { border-width: 0; border-radius: 0; }#sge22gRvmLcAuI0UtfzHm2DBU7c6mofZ > .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; }#sge22gRvmLcAuI0UtfzHm2DBU7c6mofZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:25.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#O9Hskiv6xiPRPqiNs8bk6q52Q6Mo5ucM { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:21.375rem;width:71.0625rem;top:3.75rem;left:2.875rem;display:block; }
#bo7Wti41uhMeLqgpxuemNouvX78KkWGP { color:rgba(var(--color-tertiary-3),1);display:block;width:43.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.4375rem;left:25.25rem;height:2.76171875rem;display:block; }
#Xn3bmh5H0hiQcQrVUdJ2kCWNKiCaPvhg { color:#000000;display:block;width:43.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:12.6875rem;left:25.25rem;height:7.19925rem;text-align:justify;text-align-last:initial;display:block; }
#Q2r7giUvGbVxqp48dmZ9D3hqXOUw83uK { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.875rem;width:17.75rem;top:0rem;left:0.5625rem;overflow:hidden;display:block; }
#ZcnPztR4f0o22yifbqWBIrRowTo6TS8y { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:7.4375rem;left:66.6875rem; }
#etn2zXDv5DeV7T5ef4BzouatS5BwpSU1 { position:relative;display:block; }#etn2zXDv5DeV7T5ef4BzouatS5BwpSU1 { background-color: transparent; background-image: none; }#etn2zXDv5DeV7T5ef4BzouatS5BwpSU1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#etn2zXDv5DeV7T5ef4BzouatS5BwpSU1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#etn2zXDv5DeV7T5ef4BzouatS5BwpSU1 > .row .container > .video-iframe-container { display: none; }#etn2zXDv5DeV7T5ef4BzouatS5BwpSU1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#etn2zXDv5DeV7T5ef4BzouatS5BwpSU1 > .row > .video-iframe-container { display: none; }#etn2zXDv5DeV7T5ef4BzouatS5BwpSU1 > .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); }#etn2zXDv5DeV7T5ef4BzouatS5BwpSU1 { border-width: 0; border-radius: 0; }#etn2zXDv5DeV7T5ef4BzouatS5BwpSU1 > .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; }#etn2zXDv5DeV7T5ef4BzouatS5BwpSU1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:36.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HzcdQr9I9tQDpz3hU9ItI5NizuDJpTUJ { color:#000000;display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15015;line-height:1.2;letter-spacing:0;top:5.9375rem;left:47.1865234375rem;height:3.5996125rem;text-align:left;text-align-last:left;display:block; }
#TpZeTlTtTfAD8rXOK22Fef7BEEw2Umg0 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.6875rem;width:10.125rem;top:0.9990234375rem;left:21.966796875rem;overflow:hidden;display:block; }
#gtZKvN6nywA0mJod5ut6gKF4ZpCg6Ar0 { color:rgba(var(--color-tertiary-3),1);display:block;width:11.6873125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:21.150390625rem;left:47.0625rem;height:2.2744125rem;text-align:left;text-align-last:left;display:block; }
#AlaTFhdOfDGZHRcou8lREohRWPJxVlPA { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:6.875rem;top:1.3125rem;left:11.75rem;overflow:hidden;display:block; }
#OFs5kPfptIEUzb320Ziq1uErxh1S2VSK { color:rgba(var(--color-tertiary-3),1);display:block;width:5.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15009;line-height:1.1;letter-spacing:0;top:2.4375rem;left:12.5625rem;height:4.53515625rem;text-align:center;text-align-last:center;display:block; }
#xONE9XsToA1EryCTvJgOfUyH1OCWEW7D { color:rgba(var(--color-tertiary-3),1);display:block;width:29.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:11.0625rem;left:7.75rem;height:19.797875rem;text-align:justify;text-align-last:initial;display:block; }
#nsXWE4s8cPWs21pUXwVAG4U6TmbSWnbt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:7.4375rem;left:66.6875rem;display:none; }
#ZXX72qC3rr2e8TTFgHh3ynpuxPdMxz3G { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:4.9375rem;top:11.0625rem;left:54.5927734375rem;overflow:hidden;display:block; }
#VtFppZ6VC26fWDvg1hafzQwxEBrypE7T { position:absolute;display:block;z-index:15014;background-color:#f4f0ec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:11.9375rem;width:23.625rem;top:1.6240234375rem;left:45rem;display:block; }
#qA9THpx0fT6WZXv9zraBcH7dxLMFG1T8 { color:rgba(var(--color-tertiary-3),1);display:block;width:15.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:normal;z-index:15017;line-height:1.2;letter-spacing:0;top:3.3369140625rem;left:47.0615234375rem;height:2.0996125rem;display:block; }
#ui6CRhwcA2XqA5UUDf40cutnrfiC4yWQ { position:absolute;display:block;z-index:15016;background-color:#f4f0ec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:8.2498125rem;width:23.6246875rem;top:18.8125rem;left:44.9990234375rem;display:block; }
#G964Fli8MTaUAbsJoBwkq04CANUQHbHi { color:#000000;display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15016;line-height:1.2;letter-spacing:0;top:23.4140625rem;left:47.0625rem;height:1.79980625rem;text-align:justify;text-align-last:initial;display:block; }
#eHWN2zBC1qNQnMQbkU5CQ9mIuFSM3mDo { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:36.8125rem;width:71.0625rem;top:0rem;left:2.8740234375rem;display:block; }
#AcgHxyoT4pTpTyMI4ZpGC7yrsV9zGAay { position:relative;display:block; }#AcgHxyoT4pTpTyMI4ZpGC7yrsV9zGAay { background-color: transparent; background-image: none; }#AcgHxyoT4pTpTyMI4ZpGC7yrsV9zGAay::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AcgHxyoT4pTpTyMI4ZpGC7yrsV9zGAay > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AcgHxyoT4pTpTyMI4ZpGC7yrsV9zGAay > .row .container > .video-iframe-container { display: none; }#AcgHxyoT4pTpTyMI4ZpGC7yrsV9zGAay > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AcgHxyoT4pTpTyMI4ZpGC7yrsV9zGAay > .row > .video-iframe-container { display: none; }#AcgHxyoT4pTpTyMI4ZpGC7yrsV9zGAay > .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); }#AcgHxyoT4pTpTyMI4ZpGC7yrsV9zGAay { border-width: 0; border-radius: 0; }#AcgHxyoT4pTpTyMI4ZpGC7yrsV9zGAay > .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; }#AcgHxyoT4pTpTyMI4ZpGC7yrsV9zGAay > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:8.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mmuWPFto3pMKmkZPDsweatNldd8FhDT2 { position:relative;display:block; }#mmuWPFto3pMKmkZPDsweatNldd8FhDT2 { background-color: transparent; background-image: none; }#mmuWPFto3pMKmkZPDsweatNldd8FhDT2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmuWPFto3pMKmkZPDsweatNldd8FhDT2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmuWPFto3pMKmkZPDsweatNldd8FhDT2 > .row .container > .video-iframe-container { display: none; }#mmuWPFto3pMKmkZPDsweatNldd8FhDT2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmuWPFto3pMKmkZPDsweatNldd8FhDT2 > .row > .video-iframe-container { display: none; }#mmuWPFto3pMKmkZPDsweatNldd8FhDT2 > .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); }#mmuWPFto3pMKmkZPDsweatNldd8FhDT2 { border-width: 0; border-radius: 0; }#mmuWPFto3pMKmkZPDsweatNldd8FhDT2 > .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; }#mmuWPFto3pMKmkZPDsweatNldd8FhDT2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:26.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qQ8h9H2SZTxb58hh1Qfn8wio86b5LRgI { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:22.8125rem;width:71.0625rem;top:3.75rem;left:2.875rem;display:block; }
#PcuBbMzssweKOLyMuxtONQRhmMTw3UMU { color:rgba(var(--color-tertiary-3),1);display:block;width:43.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.4375rem;left:25.25rem;height:2.76171875rem;display:block; }
#Qnx1NRkfn8HIRtzHePTdSqqnxXUKyEqU { color:#000000;display:block;width:43.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:12.6875rem;left:25.25rem;height:8.999rem;text-align:justify;text-align-last:initial;display:block; }
#eKZlFffBzLuT1uDQdCJmQy8d5VexPaqV { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.875rem;width:17.75rem;top:0rem;left:0.5625rem;overflow:hidden;display:block; }
#TPKgwNUAX4FBwnsyIKTAylUpCxzmWeuA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:7.4375rem;left:66.6875rem; }
#WRv4HsEzbSNSGuCd8knBxSDzfUt3K6Bv { position:relative;display:block; }#WRv4HsEzbSNSGuCd8knBxSDzfUt3K6Bv { background-color: transparent; background-image: none; }#WRv4HsEzbSNSGuCd8knBxSDzfUt3K6Bv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WRv4HsEzbSNSGuCd8knBxSDzfUt3K6Bv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WRv4HsEzbSNSGuCd8knBxSDzfUt3K6Bv > .row .container > .video-iframe-container { display: none; }#WRv4HsEzbSNSGuCd8knBxSDzfUt3K6Bv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WRv4HsEzbSNSGuCd8knBxSDzfUt3K6Bv > .row > .video-iframe-container { display: none; }#WRv4HsEzbSNSGuCd8knBxSDzfUt3K6Bv > .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); }#WRv4HsEzbSNSGuCd8knBxSDzfUt3K6Bv { border-width: 0; border-radius: 0; }#WRv4HsEzbSNSGuCd8knBxSDzfUt3K6Bv > .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; }#WRv4HsEzbSNSGuCd8knBxSDzfUt3K6Bv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:36.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wLMHHFpC0B4lMEXNZu9kfdwR7f25nHao { color:#000000;display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15015;line-height:1.2;letter-spacing:0;top:5.9375rem;left:47.1865234375rem;height:3.5996125rem;text-align:left;text-align-last:left;display:block; }
#GRAx1LVz8tX8Rxlpz3q8TEsX2t5ESlen { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4375rem;width:10.125rem;top:1.3740234375rem;left:21.966796875rem;overflow:hidden;display:block; }
#i1PkWTE4nR7MLIBzSQf3UzykROFaBoq5 { color:rgba(var(--color-tertiary-3),1);display:block;width:11.6873125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:21.150390625rem;left:47.0625rem;height:2.2744125rem;text-align:left;text-align-last:left;display:block; }
#vdF0Ek6vTgbCxZgzND6WtBI0RMp4luS7 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:6.875rem;top:1.3125rem;left:11.75rem;overflow:hidden;display:block; }
#Dyknmfbkc0HPVNZB9vqmFIUyHy0FlwuZ { color:rgba(var(--color-tertiary-3),1);display:block;width:5.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15009;line-height:1.1;letter-spacing:0;top:2.4375rem;left:12.5625rem;height:4.53515625rem;text-align:center;text-align-last:center;display:block; }
#Ik533DgI5CGZTCyN1yywrb7stTRIDvJU { color:rgba(var(--color-tertiary-3),1);display:block;width:29.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:11.0625rem;left:7.75rem;height:19.797875rem;text-align:justify;text-align-last:initial;display:block; }
#Mk0Oqx3vGKPycRquWm1WTFILrk40T0bu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:7.4375rem;left:66.6875rem;display:none; }
#LHbMwbazbeFhcpVA1o12Ti9cXQrhP5Oy { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:8.1875rem;top:11.0625rem;left:52.7802734375rem;overflow:hidden;display:block; }
#VsoZwLk3gRVPoxXWfQc0KdhTLrdcROt1 { position:absolute;display:block;z-index:15014;background-color:#f4f0ec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:11.9375rem;width:23.625rem;top:1.6240234375rem;left:45rem;display:block; }
#btlDypM7t7bNLrvIqSNcGqFAnG2XP4yJ { color:rgba(var(--color-tertiary-3),1);display:block;width:15.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:normal;z-index:15017;line-height:1.2;letter-spacing:0;top:3.3369140625rem;left:47.0615234375rem;height:2.0996125rem;display:block; }
#cJvxozuKZvsJFKrWb5I5riGWsynBBSgx { position:absolute;display:block;z-index:15016;background-color:#f4f0ec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:8.2498125rem;width:23.6246875rem;top:18.8125rem;left:44.9990234375rem;display:block; }
#PHFg9eRv2ahdfACiIXBeiuhSl577ecEG { color:#000000;display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15016;line-height:1.2;letter-spacing:0;top:23.4140625rem;left:47.0625rem;height:1.79980625rem;text-align:justify;text-align-last:initial;display:block; }
#WX3Ta7FieRIObZ0ylw3tbLZTPncnDKNq { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:36.8125rem;width:71.0625rem;top:0rem;left:2.8740234375rem;display:block; }
#oKEDiHc3qeLRyg9IrJSHzmg36AtL3yvN { position:relative;display:block; }#oKEDiHc3qeLRyg9IrJSHzmg36AtL3yvN { background-color: transparent; background-image: none; }#oKEDiHc3qeLRyg9IrJSHzmg36AtL3yvN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oKEDiHc3qeLRyg9IrJSHzmg36AtL3yvN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oKEDiHc3qeLRyg9IrJSHzmg36AtL3yvN > .row .container > .video-iframe-container { display: none; }#oKEDiHc3qeLRyg9IrJSHzmg36AtL3yvN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oKEDiHc3qeLRyg9IrJSHzmg36AtL3yvN > .row > .video-iframe-container { display: none; }#oKEDiHc3qeLRyg9IrJSHzmg36AtL3yvN > .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); }#oKEDiHc3qeLRyg9IrJSHzmg36AtL3yvN { border-width: 0; border-radius: 0; }#oKEDiHc3qeLRyg9IrJSHzmg36AtL3yvN > .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; }#oKEDiHc3qeLRyg9IrJSHzmg36AtL3yvN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:8.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HS60F2DDSzcGPPIGRWvImq8Kx1Pc005K { position:relative;display:block; }#HS60F2DDSzcGPPIGRWvImq8Kx1Pc005K { background-color: transparent; background-image: none; }#HS60F2DDSzcGPPIGRWvImq8Kx1Pc005K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HS60F2DDSzcGPPIGRWvImq8Kx1Pc005K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HS60F2DDSzcGPPIGRWvImq8Kx1Pc005K > .row .container > .video-iframe-container { display: none; }#HS60F2DDSzcGPPIGRWvImq8Kx1Pc005K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HS60F2DDSzcGPPIGRWvImq8Kx1Pc005K > .row > .video-iframe-container { display: none; }#HS60F2DDSzcGPPIGRWvImq8Kx1Pc005K > .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); }#HS60F2DDSzcGPPIGRWvImq8Kx1Pc005K { border-width: 0; border-radius: 0; }#HS60F2DDSzcGPPIGRWvImq8Kx1Pc005K > .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; }#HS60F2DDSzcGPPIGRWvImq8Kx1Pc005K > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:29.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ktxp5aqQEzbh71GaEoQLVwEaeeA6peVW { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:25.375rem;width:71.0625rem;top:3.75rem;left:2.875rem;display:block; }
#MtpnrJiFuBaf0RXZqakqhFUwGxxtJwD9 { color:rgba(var(--color-tertiary-3),1);display:block;width:43.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.4375rem;left:25.25rem;height:2.76171875rem;display:block; }
#fm01FvbatOet7cTixp6aClg9xK7bbWmE { color:#000000;display:block;width:43.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:12.6875rem;left:25.25rem;height:12.598625rem;text-align:justify;text-align-last:initial;display:block; }
#Ndt0ud2MbKJUF8nuENCp8l6Wrm1I5t8O { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.75rem;width:17.75rem;top:0rem;left:0.5625rem;overflow:hidden;display:block; }
#cuNg3E6Tfa3GFhB3nD1VrJlRHZTHgv10 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:7.4375rem;left:66.6875rem; }
#gRxFRyU7ZTcZisZPQaHsmohFMtkH6B7i { position:relative;display:block; }#gRxFRyU7ZTcZisZPQaHsmohFMtkH6B7i { background-color: transparent; background-image: none; }#gRxFRyU7ZTcZisZPQaHsmohFMtkH6B7i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gRxFRyU7ZTcZisZPQaHsmohFMtkH6B7i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gRxFRyU7ZTcZisZPQaHsmohFMtkH6B7i > .row .container > .video-iframe-container { display: none; }#gRxFRyU7ZTcZisZPQaHsmohFMtkH6B7i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gRxFRyU7ZTcZisZPQaHsmohFMtkH6B7i > .row > .video-iframe-container { display: none; }#gRxFRyU7ZTcZisZPQaHsmohFMtkH6B7i > .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); }#gRxFRyU7ZTcZisZPQaHsmohFMtkH6B7i { border-width: 0; border-radius: 0; }#gRxFRyU7ZTcZisZPQaHsmohFMtkH6B7i > .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; }#gRxFRyU7ZTcZisZPQaHsmohFMtkH6B7i > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:36.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#brwZxerZZnQcRznlRz70JzXgHmLBh4ke { color:#000000;display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15015;line-height:1.2;letter-spacing:0;top:5.9375rem;left:47.1865234375rem;height:3.5996125rem;text-align:left;text-align-last:left;display:block; }
#HLkzMWlmenlBdqct6WxHMSTiZ1PoCTRi { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.25rem;width:11.1875rem;top:0.8740234375rem;left:21.966796875rem;overflow:hidden;display:block; }
#bQhguG78PWAuS8UAGUH3EMNuP66HS2QG { color:rgba(var(--color-tertiary-3),1);display:block;width:11.6873125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:21.150390625rem;left:47.0625rem;height:2.2744125rem;text-align:left;text-align-last:left;display:block; }
#cPP4khcpu4GDThz0Bf5dRpD7hKFEznSu { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:6.875rem;top:1.3125rem;left:11.75rem;overflow:hidden;display:block; }
#fPErXSBB2LXnvyP3n4IsIxRenD9tyPg9 { color:rgba(var(--color-tertiary-3),1);display:block;width:5.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15009;line-height:1.1;letter-spacing:0;top:2.4375rem;left:12.5625rem;height:4.53515625rem;text-align:center;text-align-last:center;display:block; }
#mnXo6Oyp4owMxFOMUkxXGw8ezGpqg0wM { color:rgba(var(--color-tertiary-3),1);display:block;width:29.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:11.0625rem;left:7.75rem;height:23.3974375rem;text-align:justify;text-align-last:initial;display:block; }
#XugKbtHedbWMNJrkffphP2SWbStznCCp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:7.4375rem;left:66.6875rem;display:none; }
#OFA3zyWFBe8W5LL9T4hhfWTw8nlm0M6n { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:5.3125rem;top:11.0625rem;left:54.4052734375rem;overflow:hidden;display:block; }
#citAR14ex0Ssqt6Mgpr4WDPCmCTZFAgO { position:absolute;display:block;z-index:15014;background-color:#f4f0ec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:11.9375rem;width:23.625rem;top:1.6240234375rem;left:45rem;display:block; }
#P7WVfKeK1XJTWaJ9Fi7K7J2S9gIbbobd { color:rgba(var(--color-tertiary-3),1);display:block;width:15.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:normal;z-index:15017;line-height:1.2;letter-spacing:0;top:3.3369140625rem;left:47.0615234375rem;height:2.0996125rem;display:block; }
#ZXxsdZub5dHZurxFDm3sbswdAH7mzDHZ { position:absolute;display:block;z-index:15016;background-color:#f4f0ec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:8.2498125rem;width:23.6246875rem;top:18.8125rem;left:44.9990234375rem;display:block; }
#UV5cdqGoPHqFzwdS85x7r5S9XJsPZMTq { color:#000000;display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15016;line-height:1.2;letter-spacing:0;top:23.4140625rem;left:47.0625rem;height:1.79980625rem;text-align:justify;text-align-last:initial;display:block; }
#UnRQUPkTqwwOdRPGf56n4dUOIWV6u0LJ { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:36.8125rem;width:71.0625rem;top:0rem;left:2.8740234375rem;display:block; }
#D8AoyBFniX2f2dPyNT8V8tzoKwGeA7qO { position:relative;display:block; }#D8AoyBFniX2f2dPyNT8V8tzoKwGeA7qO { background-color: transparent; background-image: none; }#D8AoyBFniX2f2dPyNT8V8tzoKwGeA7qO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D8AoyBFniX2f2dPyNT8V8tzoKwGeA7qO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D8AoyBFniX2f2dPyNT8V8tzoKwGeA7qO > .row .container > .video-iframe-container { display: none; }#D8AoyBFniX2f2dPyNT8V8tzoKwGeA7qO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D8AoyBFniX2f2dPyNT8V8tzoKwGeA7qO > .row > .video-iframe-container { display: none; }#D8AoyBFniX2f2dPyNT8V8tzoKwGeA7qO > .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); }#D8AoyBFniX2f2dPyNT8V8tzoKwGeA7qO { border-width: 0; border-radius: 0; }#D8AoyBFniX2f2dPyNT8V8tzoKwGeA7qO > .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; }#D8AoyBFniX2f2dPyNT8V8tzoKwGeA7qO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:8.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OxFfSdibFeapWxgfiq1rz740Woo0ygT6 { position:relative;display:block; }#OxFfSdibFeapWxgfiq1rz740Woo0ygT6 { background-color: transparent; background-image: none; }#OxFfSdibFeapWxgfiq1rz740Woo0ygT6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OxFfSdibFeapWxgfiq1rz740Woo0ygT6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OxFfSdibFeapWxgfiq1rz740Woo0ygT6 > .row .container > .video-iframe-container { display: none; }#OxFfSdibFeapWxgfiq1rz740Woo0ygT6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OxFfSdibFeapWxgfiq1rz740Woo0ygT6 > .row > .video-iframe-container { display: none; }#OxFfSdibFeapWxgfiq1rz740Woo0ygT6 > .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); }#OxFfSdibFeapWxgfiq1rz740Woo0ygT6 { border-width: 0; border-radius: 0; }#OxFfSdibFeapWxgfiq1rz740Woo0ygT6 > .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; }#OxFfSdibFeapWxgfiq1rz740Woo0ygT6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:29.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kv4idUGu0puB5WrDbTcr1E2IcAB0t8WV { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:25.375rem;width:71.0625rem;top:3.75rem;left:2.875rem;display:block; }
#hO68yJrJ47sg4hbG4b4hVAubPf2wShVo { color:rgba(var(--color-tertiary-3),1);display:block;width:43.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.4375rem;left:25.25rem;height:2.76171875rem;display:block; }
#gRqMnEZEO8wzrSqFvatitHJiJiGem0P0 { color:#000000;display:block;width:43.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:12.6875rem;left:25.25rem;height:12.598625rem;text-align:justify;text-align-last:initial;display:block; }
#Bo05hVTzIqTQlidkgDRqPL4lDUe9dCAT { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.75rem;width:17.6875rem;top:0rem;left:0.5625rem;overflow:hidden;display:block; }
#VPVD63Fo6IxiTRhkfkQ8BompzdlxGBJ9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:7.4375rem;left:66.6875rem; }
#S6CAU8LilB9Brw2l9PQ2A9iXDGTTHtfu { position:relative;display:block; }#S6CAU8LilB9Brw2l9PQ2A9iXDGTTHtfu { background-color: transparent; background-image: none; }#S6CAU8LilB9Brw2l9PQ2A9iXDGTTHtfu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S6CAU8LilB9Brw2l9PQ2A9iXDGTTHtfu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S6CAU8LilB9Brw2l9PQ2A9iXDGTTHtfu > .row .container > .video-iframe-container { display: none; }#S6CAU8LilB9Brw2l9PQ2A9iXDGTTHtfu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S6CAU8LilB9Brw2l9PQ2A9iXDGTTHtfu > .row > .video-iframe-container { display: none; }#S6CAU8LilB9Brw2l9PQ2A9iXDGTTHtfu > .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); }#S6CAU8LilB9Brw2l9PQ2A9iXDGTTHtfu { border-width: 0; border-radius: 0; }#S6CAU8LilB9Brw2l9PQ2A9iXDGTTHtfu > .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; }#S6CAU8LilB9Brw2l9PQ2A9iXDGTTHtfu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:36.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZATSdTEiBWVMaZeIFWOuLpUT6xvlpAbO { color:#000000;display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15015;line-height:1.2;letter-spacing:0;top:5.9375rem;left:47.1865234375rem;height:1.79980625rem;text-align:left;text-align-last:left;display:block; }
#qkXMqXm0noK4l082WW9T9JItKXA7t0Xf { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7rem;width:7.375rem;top:1.1875rem;left:23.029296875rem;overflow:hidden;display:block; }
#NT9BnJsdGJ3D8qZwv3EuToIUeX7i6asu { color:rgba(var(--color-tertiary-3),1);display:block;width:11.6873125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:21.150390625rem;left:47.0625rem;height:2.2744125rem;text-align:left;text-align-last:left;display:block; }
#q4n5AbuhhAlwlgA05usMcqv177mNmKG0 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:6.875rem;top:1.3125rem;left:11.75rem;overflow:hidden;display:block; }
#kXKEsmPNPHfUcG5JzHoxuUmH9h9fBKnn { color:rgba(var(--color-tertiary-3),1);display:block;width:5.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15009;line-height:1.1;letter-spacing:0;top:2.4375rem;left:12.5625rem;height:4.53515625rem;text-align:center;text-align-last:center;display:block; }
#qknzGeBzyuDlFdEDTra92Bt7A0STvzuu { color:rgba(var(--color-tertiary-3),1);display:block;width:29.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:11.0625rem;left:7.75rem;height:21.597625rem;text-align:justify;text-align-last:initial;display:block; }
#fosvN0CExdhnvkIakzz3e6rFXfmfSOxI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:7.4375rem;left:66.6875rem;display:none; }
#P9sZptTgJ8If6oUDT2wZJLnkm8qTAm4q { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:4.375rem;top:11.0625rem;left:55.375rem;overflow:hidden;display:block; }
#VVyw4Lf0ZBM7ATWeMWLKUbeV8RnAwctS { position:absolute;display:block;z-index:15014;background-color:#f4f0ec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:11.9375rem;width:23.625rem;top:1.6240234375rem;left:45rem;display:block; }
#IQbTmFDAe4iLdWl9TdI5ogUoXovv3R3w { color:rgba(var(--color-tertiary-3),1);display:block;width:15.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:normal;z-index:15017;line-height:1.2;letter-spacing:0;top:3.3369140625rem;left:47.0615234375rem;height:2.0996125rem;display:block; }
#BAbVcVhHTOiToD80SFuWUBMG9ocoU25U { position:absolute;display:block;z-index:15016;background-color:#f4f0ec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:8.2498125rem;width:23.6246875rem;top:18.8125rem;left:44.9990234375rem;display:block; }
#aZRnbWiS8bQ4Om1T2brD7XqHXHZNLv4K { color:#000000;display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15016;line-height:1.2;letter-spacing:0;top:23.4140625rem;left:47.0625rem;height:1.79980625rem;text-align:justify;text-align-last:initial;display:block; }
#mq6UgtgRNV9dvN2is9mrgZKLoe8XP6ne { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:36.8125rem;width:71.0625rem;top:0rem;left:2.8740234375rem;display:block; }
#pe58xd9HWvnmRycobUgTlWN4Ou1bSXyo { position:relative;display:block; }#pe58xd9HWvnmRycobUgTlWN4Ou1bSXyo { background-color: transparent; background-image: none; }#pe58xd9HWvnmRycobUgTlWN4Ou1bSXyo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pe58xd9HWvnmRycobUgTlWN4Ou1bSXyo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pe58xd9HWvnmRycobUgTlWN4Ou1bSXyo > .row .container > .video-iframe-container { display: none; }#pe58xd9HWvnmRycobUgTlWN4Ou1bSXyo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pe58xd9HWvnmRycobUgTlWN4Ou1bSXyo > .row > .video-iframe-container { display: none; }#pe58xd9HWvnmRycobUgTlWN4Ou1bSXyo > .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); }#pe58xd9HWvnmRycobUgTlWN4Ou1bSXyo { border-width: 0; border-radius: 0; }#pe58xd9HWvnmRycobUgTlWN4Ou1bSXyo > .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; }#pe58xd9HWvnmRycobUgTlWN4Ou1bSXyo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:8.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LhB0LU7mIreFGH1ylLA2IALIvEQyJX3C { position:relative;display:block; }#LhB0LU7mIreFGH1ylLA2IALIvEQyJX3C { background-color: transparent; background-image: none; }#LhB0LU7mIreFGH1ylLA2IALIvEQyJX3C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LhB0LU7mIreFGH1ylLA2IALIvEQyJX3C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LhB0LU7mIreFGH1ylLA2IALIvEQyJX3C > .row .container > .video-iframe-container { display: none; }#LhB0LU7mIreFGH1ylLA2IALIvEQyJX3C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LhB0LU7mIreFGH1ylLA2IALIvEQyJX3C > .row > .video-iframe-container { display: none; }#LhB0LU7mIreFGH1ylLA2IALIvEQyJX3C > .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); }#LhB0LU7mIreFGH1ylLA2IALIvEQyJX3C { border-width: 0; border-radius: 0; }#LhB0LU7mIreFGH1ylLA2IALIvEQyJX3C > .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; }#LhB0LU7mIreFGH1ylLA2IALIvEQyJX3C > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:25.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KGwuJWxUUoNsfDRUsUWtBIDpqzS4nG1e { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:22.1875rem;width:71.0625rem;top:3.75rem;left:2.875rem;display:block; }
#LU4u02J6bO5cTCgcIzBzi2lAoqmPlCCF { color:rgba(var(--color-tertiary-3),1);display:block;width:43.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.4375rem;left:25.25rem;height:2.76171875rem;display:block; }
#BmftueqCb9sOd5NPNM0AMB8bcsAUQKwW { color:#000000;display:block;width:43.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:12.6875rem;left:25.25rem;height:8.999rem;text-align:justify;text-align-last:initial;display:block; }
#Gg9IbzwIzRQ3PiLMqe9qwFRHVTKF7MUu { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.75rem;width:17.625rem;top:0rem;left:0.5625rem;overflow:hidden;display:block; }
#g201NTffJuJ7dcO498Vfu7OCoPQ5ZSvR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:7.4375rem;left:66.6875rem; }
#lMXZeKChlnxLPOT8HTVpODHBz1hppLVU { position:relative;display:block; }#lMXZeKChlnxLPOT8HTVpODHBz1hppLVU { background-color: transparent; background-image: none; }#lMXZeKChlnxLPOT8HTVpODHBz1hppLVU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lMXZeKChlnxLPOT8HTVpODHBz1hppLVU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lMXZeKChlnxLPOT8HTVpODHBz1hppLVU > .row .container > .video-iframe-container { display: none; }#lMXZeKChlnxLPOT8HTVpODHBz1hppLVU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lMXZeKChlnxLPOT8HTVpODHBz1hppLVU > .row > .video-iframe-container { display: none; }#lMXZeKChlnxLPOT8HTVpODHBz1hppLVU > .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); }#lMXZeKChlnxLPOT8HTVpODHBz1hppLVU { border-width: 0; border-radius: 0; }#lMXZeKChlnxLPOT8HTVpODHBz1hppLVU > .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; }#lMXZeKChlnxLPOT8HTVpODHBz1hppLVU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:36.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#cJLc0oT3tbV7pfMdqFAzJfnuLRAbTHGP { color:#000000;display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15015;line-height:1.2;letter-spacing:0;top:5.9375rem;left:47.1865234375rem;height:3.5996125rem;text-align:left;text-align-last:left;display:block; }
#o2GZG6gtliqP8oCgzBgniJ9VGUeLd7Eb { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:16.4375rem;top:2rem;left:20.466796875rem;overflow:hidden;display:block; }
#qypu4fLg2U81TkuaU8dI0s1J9mu2fr1m { color:rgba(var(--color-tertiary-3),1);display:block;width:11.6873125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:21.150390625rem;left:47.0625rem;height:2.2744125rem;text-align:left;text-align-last:left;display:block; }
#RPELICiv5LZVUF7KXyV0C1U5Ei9JzTOz { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:6.875rem;top:1.3125rem;left:11.75rem;overflow:hidden;display:block; }
#vKuLaqTEe5ZxfL55JAFEoHi7mQpaSWJ4 { color:rgba(var(--color-tertiary-3),1);display:block;width:5.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15009;line-height:1.1;letter-spacing:0;top:2.4375rem;left:12.5625rem;height:4.53515625rem;text-align:center;text-align-last:center;display:block; }
#qZTuTo6tWTaT6OM4z8mssKCwiGlaukG6 { color:rgba(var(--color-tertiary-3),1);display:block;width:29.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:11.0625rem;left:7.75rem;height:19.797875rem;text-align:justify;text-align-last:initial;display:block; }
#pyDdzhavxL6tRgwv9LrlTX3bDwnPDn9V { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:7.4375rem;left:66.6875rem;display:none; }
#cHVr3ZmMl8DH12aqXBHP6Kp0Jtw9Mnol { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:5.5625rem;top:10.4375rem;left:54.03125rem;overflow:hidden;display:block; }
#gtsRUuZSJRX8UnpNKEppbz7shkNwBXlf { position:absolute;display:block;z-index:15014;background-color:#f4f0ec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:11.9375rem;width:23.625rem;top:1.6240234375rem;left:45rem;display:block; }
#tPKIJOmZnQhKKvlCwmC4TfOxZqB3Bmwx { color:rgba(var(--color-tertiary-3),1);display:block;width:15.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:normal;z-index:15017;line-height:1.2;letter-spacing:0;top:3.3369140625rem;left:47.0615234375rem;height:2.0996125rem;display:block; }
#axThSMuotE03pdJv0fa7M8DohSk9ygTv { position:absolute;display:block;z-index:15016;background-color:#f4f0ec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:8.2498125rem;width:23.6246875rem;top:18.8125rem;left:44.9990234375rem;display:block; }
#LW8p4ZakI6TpDXUzZo8c0gnbOZwsqEVt { color:#000000;display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15016;line-height:1.2;letter-spacing:0;top:23.4140625rem;left:47.0625rem;height:1.79980625rem;text-align:justify;text-align-last:initial;display:block; }
#pJLAsfhSJvvsLpoIW3O0bWFlz0gc9zPI { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:36.8125rem;width:71.0625rem;top:0rem;left:2.8740234375rem;display:block; }
#xeEyg0iD394zgxkhJiTb5AsHVCgV5LOb { position:relative;display:block; }#xeEyg0iD394zgxkhJiTb5AsHVCgV5LOb { background-color: transparent; background-image: none; }#xeEyg0iD394zgxkhJiTb5AsHVCgV5LOb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xeEyg0iD394zgxkhJiTb5AsHVCgV5LOb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xeEyg0iD394zgxkhJiTb5AsHVCgV5LOb > .row .container > .video-iframe-container { display: none; }#xeEyg0iD394zgxkhJiTb5AsHVCgV5LOb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xeEyg0iD394zgxkhJiTb5AsHVCgV5LOb > .row > .video-iframe-container { display: none; }#xeEyg0iD394zgxkhJiTb5AsHVCgV5LOb > .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); }#xeEyg0iD394zgxkhJiTb5AsHVCgV5LOb { border-width: 0; border-radius: 0; }#xeEyg0iD394zgxkhJiTb5AsHVCgV5LOb > .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; }#xeEyg0iD394zgxkhJiTb5AsHVCgV5LOb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:8.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NZTzxEO5n81Lr9k2SSBU3yVG9IRnrGOX { position:relative;display:block; }#NZTzxEO5n81Lr9k2SSBU3yVG9IRnrGOX { background-color: transparent; background-image: none; }#NZTzxEO5n81Lr9k2SSBU3yVG9IRnrGOX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NZTzxEO5n81Lr9k2SSBU3yVG9IRnrGOX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NZTzxEO5n81Lr9k2SSBU3yVG9IRnrGOX > .row .container > .video-iframe-container { display: none; }#NZTzxEO5n81Lr9k2SSBU3yVG9IRnrGOX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NZTzxEO5n81Lr9k2SSBU3yVG9IRnrGOX > .row > .video-iframe-container { display: none; }#NZTzxEO5n81Lr9k2SSBU3yVG9IRnrGOX > .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); }#NZTzxEO5n81Lr9k2SSBU3yVG9IRnrGOX { border-width: 0; border-radius: 0; }#NZTzxEO5n81Lr9k2SSBU3yVG9IRnrGOX > .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; }#NZTzxEO5n81Lr9k2SSBU3yVG9IRnrGOX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:28.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#K4TnhdSKe5k9kOTSvUPwXV80s0l4QlKw { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:24.375rem;width:71.0625rem;top:3.75rem;left:2.875rem;display:block; }
#IHUPyg82RrWmaKh8xRGTOXkghnSfXpym { color:rgba(var(--color-tertiary-3),1);display:block;width:37.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.4375rem;left:25.25rem;height:2.76171875rem;display:block; }
#qTRcZbxSdZeQcOn3yy5SkEsk4oOr40kV { color:#000000;display:block;width:43.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:12.5rem;left:25.25rem;height:10.7988125rem;text-align:justify;text-align-last:initial;display:block; }
#xNLG7RHFmeGSx6tLKoqVssnpb60MMDrJ { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.75rem;width:17.625rem;top:0rem;left:0.5625rem;overflow:hidden;display:block; }
#Q5pW9ZGvQg2Z3mUZULr2t4K1ZmKTcJXc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:7.4375rem;left:66.6875rem; }
#rB5zyBf6Op7ATxZbSiXdPPmRRDn3oSk9 { position:relative;display:block; }#rB5zyBf6Op7ATxZbSiXdPPmRRDn3oSk9 { background-color: transparent; background-image: none; }#rB5zyBf6Op7ATxZbSiXdPPmRRDn3oSk9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rB5zyBf6Op7ATxZbSiXdPPmRRDn3oSk9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rB5zyBf6Op7ATxZbSiXdPPmRRDn3oSk9 > .row .container > .video-iframe-container { display: none; }#rB5zyBf6Op7ATxZbSiXdPPmRRDn3oSk9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rB5zyBf6Op7ATxZbSiXdPPmRRDn3oSk9 > .row > .video-iframe-container { display: none; }#rB5zyBf6Op7ATxZbSiXdPPmRRDn3oSk9 > .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); }#rB5zyBf6Op7ATxZbSiXdPPmRRDn3oSk9 { border-width: 0; border-radius: 0; }#rB5zyBf6Op7ATxZbSiXdPPmRRDn3oSk9 > .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; }#rB5zyBf6Op7ATxZbSiXdPPmRRDn3oSk9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:40.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rfAHDkMF7HpuWc6x8ut6ikLxofivRCBh { color:#000000;display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15015;line-height:1.2;letter-spacing:0;top:5.9375rem;left:47.1865234375rem;height:3.5996125rem;text-align:left;text-align-last:left;display:block; }
#eb49q97vKiBHSfxzl2HhIcxMaTBMii7A { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:10.1875rem;top:1.6240234375rem;left:22.029296875rem;overflow:hidden;display:block; }
#rhfUV5L1W6iGwHqzzo3Wpf40dAgUT4dI { color:rgba(var(--color-tertiary-3),1);display:block;width:11.6873125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:21.150390625rem;left:47.0625rem;height:2.2744125rem;text-align:left;text-align-last:left;display:block; }
#Ae21e3EpzqdUTQz8XyCT8GFbmE1XQGy9 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:6.875rem;top:1.3125rem;left:11.75rem;overflow:hidden;display:block; }
#xLTLrlG4lUZxk4ACWio1CLS4I0ZSGLpK { color:rgba(var(--color-tertiary-3),1);display:block;width:5.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15009;line-height:1.1;letter-spacing:0;top:2.4375rem;left:12.5625rem;height:4.53515625rem;text-align:center;text-align-last:center;display:block; }
#h6iGvZ2e64mkBIhcFWFVTLEMcW1IagV9 { color:rgba(var(--color-tertiary-3),1);display:block;width:29.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:11.0625rem;left:7.75rem;height:26.9970625rem;text-align:justify;text-align-last:initial;display:block; }
#TURTbqcOn3akvAwT2kyoCHbbgC2zQAw2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:7.4375rem;left:66.6875rem;display:none; }
#yUzZZQNwZNJ4mEdxrkopTQ506s6BhbsR { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:5.25rem;top:10.4375rem;left:54.03125rem;overflow:hidden;display:block; }
#VrcvwqSiklpmg1P7apNtmmAAveya2K7S { position:absolute;display:block;z-index:15014;background-color:#f4f0ec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:11.9375rem;width:23.625rem;top:1.6240234375rem;left:45rem;display:block; }
#CoCcLGQqs5euZ583ciTUaAU3RgBftdHc { color:rgba(var(--color-tertiary-3),1);display:block;width:15.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:normal;z-index:15017;line-height:1.2;letter-spacing:0;top:3.3369140625rem;left:47.0615234375rem;height:2.0996125rem;display:block; }
#hGtDrwT29XzoiPh4IoxSviZGO6zI6TBt { position:absolute;display:block;z-index:15016;background-color:#f4f0ec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:8.2498125rem;width:23.6246875rem;top:18.8125rem;left:44.9990234375rem;display:block; }
#CZkXJFmZy90FA05NBfCyfttsUxJEM5qE { color:#000000;display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15016;line-height:1.2;letter-spacing:0;top:23.4140625rem;left:47.0625rem;height:1.79980625rem;text-align:left;text-align-last:left;display:block; }
#RputaANwmgEIdRdTzgSPcN01hv8Hzaxe { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:39.9375rem;width:71.0625rem;top:0rem;left:2.8740234375rem;display:block; }
#PszfR6HVKxWdFZBXG81GBxbwT0dXT1Xt { position:relative;display:block; }#PszfR6HVKxWdFZBXG81GBxbwT0dXT1Xt { background-color: transparent; background-image: none; }#PszfR6HVKxWdFZBXG81GBxbwT0dXT1Xt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PszfR6HVKxWdFZBXG81GBxbwT0dXT1Xt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PszfR6HVKxWdFZBXG81GBxbwT0dXT1Xt > .row .container > .video-iframe-container { display: none; }#PszfR6HVKxWdFZBXG81GBxbwT0dXT1Xt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PszfR6HVKxWdFZBXG81GBxbwT0dXT1Xt > .row > .video-iframe-container { display: none; }#PszfR6HVKxWdFZBXG81GBxbwT0dXT1Xt > .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); }#PszfR6HVKxWdFZBXG81GBxbwT0dXT1Xt { border-width: 0; border-radius: 0; }#PszfR6HVKxWdFZBXG81GBxbwT0dXT1Xt > .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; }#PszfR6HVKxWdFZBXG81GBxbwT0dXT1Xt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:8.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Xz2fUHG3OTu16izFb70ompF2civyQ1WZ { position:relative;display:block; }#Xz2fUHG3OTu16izFb70ompF2civyQ1WZ { background-color: transparent; background-image: none; }#Xz2fUHG3OTu16izFb70ompF2civyQ1WZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xz2fUHG3OTu16izFb70ompF2civyQ1WZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xz2fUHG3OTu16izFb70ompF2civyQ1WZ > .row .container > .video-iframe-container { display: none; }#Xz2fUHG3OTu16izFb70ompF2civyQ1WZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xz2fUHG3OTu16izFb70ompF2civyQ1WZ > .row > .video-iframe-container { display: none; }#Xz2fUHG3OTu16izFb70ompF2civyQ1WZ > .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); }#Xz2fUHG3OTu16izFb70ompF2civyQ1WZ { border-width: 0; border-radius: 0; }#Xz2fUHG3OTu16izFb70ompF2civyQ1WZ > .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; }#Xz2fUHG3OTu16izFb70ompF2civyQ1WZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:27.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#H5TbtDRs8DZGVJFp8iHzVMBLXyTPSQ6T { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:23.4375rem;width:71.0625rem;top:3.75rem;left:2.875rem;display:block; }
#RcepSmLumUe839mEHw2tOTfKurR1QWb1 { color:rgba(var(--color-tertiary-3),1);display:block;width:37.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.4375rem;left:25.25rem;height:2.76171875rem;display:block; }
#STOmrukZ5V87tlkbpGqm2bnzuwqr7r49 { color:#000000;display:block;width:43.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:12.5rem;left:25.25rem;height:8.999rem;text-align:justify;text-align-last:initial;display:block; }
#VfaD94Z6X6cthkVeIIlAXoyb01ZWaUEA { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.75rem;width:17.625rem;top:0rem;left:0.5625rem;overflow:hidden;display:block; }
#eDxGIQvghLzBetlzcQNaDwi74fmpO1wp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:7.4375rem;left:66.6875rem; }
#ICBi8ycvu5uRqEuEQeM7BPtMbxJTXNMS { position:relative;display:block; }#ICBi8ycvu5uRqEuEQeM7BPtMbxJTXNMS { background-color: transparent; background-image: none; }#ICBi8ycvu5uRqEuEQeM7BPtMbxJTXNMS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ICBi8ycvu5uRqEuEQeM7BPtMbxJTXNMS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ICBi8ycvu5uRqEuEQeM7BPtMbxJTXNMS > .row .container > .video-iframe-container { display: none; }#ICBi8ycvu5uRqEuEQeM7BPtMbxJTXNMS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ICBi8ycvu5uRqEuEQeM7BPtMbxJTXNMS > .row > .video-iframe-container { display: none; }#ICBi8ycvu5uRqEuEQeM7BPtMbxJTXNMS > .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); }#ICBi8ycvu5uRqEuEQeM7BPtMbxJTXNMS { border-width: 0; border-radius: 0; }#ICBi8ycvu5uRqEuEQeM7BPtMbxJTXNMS > .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; }#ICBi8ycvu5uRqEuEQeM7BPtMbxJTXNMS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:40.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lTeypcgxpHkgyBbaKV3TvBnHrtLq4tNR { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15015;line-height:1.2;letter-spacing:0;top:5.9375rem;left:47.1865234375rem;height:5.3994125rem;text-align:left;text-align-last:left;display:block; }
#DcuXIzdOUt9m8LU3FBJWL4xmhq1S3KP4 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:11.5625rem;top:2.3125rem;left:21.654296875rem;overflow:hidden;display:block; }
#Zaa0yzwT1qno6xbP6z0DJsg98moBHpOf { color:rgba(var(--color-tertiary-3),1);display:block;width:11.6873125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:22.775390625rem;left:47.0625rem;height:2.2744125rem;text-align:left;text-align-last:left;display:block; }
#wlMpl6J9cMKmb9TxB3LaxBsGZKBrWC6O { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:6.875rem;top:1.3125rem;left:11.75rem;overflow:hidden;display:block; }
#KCT8W2V865OXTTrtcRTs0DgulwlNz4Zm { color:rgba(var(--color-tertiary-3),1);display:block;width:5.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15009;line-height:1.1;letter-spacing:0;top:2.4375rem;left:12.5625rem;height:4.53515625rem;text-align:center;text-align-last:center;display:block; }
#o4IWanMDUsTM9r7iqEOTIJWr30O6Vkx3 { color:rgba(var(--color-tertiary-3),1);display:block;width:29.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:11.0625rem;left:7.75rem;height:17.9980625rem;text-align:justify;text-align-last:initial;display:block; }
#H7qdasTVPR8NHegLMPnlTLt3KBoHWcRr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:7.4375rem;left:66.6875rem;display:none; }
#IwqDfhAR2S3LWDEvZTS2IooyoLgTxW3v { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:7.625rem;top:12.125rem;left:52.9052734375rem;overflow:hidden;display:block; }
#BVc8tiEZqydNaI343V6KqMkpx9d3g4Px { position:absolute;display:block;z-index:15014;background-color:#f4f0ec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:12.9375rem;width:23.625rem;top:1.6240234375rem;left:45rem;display:block; }
#eEox6f7oLroiP9OUDETZGQ3wzc4wEIGc { color:rgba(var(--color-tertiary-3),1);display:block;width:15.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:normal;z-index:15017;line-height:1.2;letter-spacing:0;top:3.3369140625rem;left:47.0615234375rem;height:2.0996125rem;display:block; }
#N0uhVQm12o2dguESXmJHWiL2Irv92JGB { position:absolute;display:block;z-index:15016;background-color:#f4f0ec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:8.2490234375rem;width:23.6240234375rem;top:20.3759765625rem;left:44.9052734375rem;display:block; }
#p5I9WdlOaTXvpuM4r5pix2PIPZTnptXy { color:#000000;display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15016;line-height:1.2;letter-spacing:0;top:25.0390625rem;left:47.0625rem;height:1.79980625rem;text-align:left;text-align-last:left;display:block; }
#MhwuExJDAhZZC7dqwNaETd4JaMUeqWPJ { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:39.9375rem;width:71.0625rem;top:0rem;left:2.8740234375rem;display:block; }
#B8BK45Jf2pUdLwI4LT03aXqdiuXuWd3X { position:relative;display:block; }#B8BK45Jf2pUdLwI4LT03aXqdiuXuWd3X { background-color: transparent; background-image: none; }#B8BK45Jf2pUdLwI4LT03aXqdiuXuWd3X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B8BK45Jf2pUdLwI4LT03aXqdiuXuWd3X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B8BK45Jf2pUdLwI4LT03aXqdiuXuWd3X > .row .container > .video-iframe-container { display: none; }#B8BK45Jf2pUdLwI4LT03aXqdiuXuWd3X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B8BK45Jf2pUdLwI4LT03aXqdiuXuWd3X > .row > .video-iframe-container { display: none; }#B8BK45Jf2pUdLwI4LT03aXqdiuXuWd3X > .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); }#B8BK45Jf2pUdLwI4LT03aXqdiuXuWd3X { border-width: 0; border-radius: 0; }#B8BK45Jf2pUdLwI4LT03aXqdiuXuWd3X > .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; }#B8BK45Jf2pUdLwI4LT03aXqdiuXuWd3X > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:8.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FcL1BFegIvuWJ7LvrZ5BToIMom4PzO1I { position:relative;display:block; }#FcL1BFegIvuWJ7LvrZ5BToIMom4PzO1I { background-color: transparent; background-image: none; }#FcL1BFegIvuWJ7LvrZ5BToIMom4PzO1I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FcL1BFegIvuWJ7LvrZ5BToIMom4PzO1I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FcL1BFegIvuWJ7LvrZ5BToIMom4PzO1I > .row .container > .video-iframe-container { display: none; }#FcL1BFegIvuWJ7LvrZ5BToIMom4PzO1I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FcL1BFegIvuWJ7LvrZ5BToIMom4PzO1I > .row > .video-iframe-container { display: none; }#FcL1BFegIvuWJ7LvrZ5BToIMom4PzO1I > .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); }#FcL1BFegIvuWJ7LvrZ5BToIMom4PzO1I { border-width: 0; border-radius: 0; }#FcL1BFegIvuWJ7LvrZ5BToIMom4PzO1I > .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; }#FcL1BFegIvuWJ7LvrZ5BToIMom4PzO1I > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:22.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QN0tfGtE6u4lsrtyb00RZeB1PXt7KVcZ { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:19.0625rem;width:71.0625rem;top:3.75rem;left:2.875rem;display:block; }
#kMFbI1NDmJdeP5mATW4dsXPH4HLT5tw7 { color:rgba(var(--color-tertiary-3),1);display:block;width:37.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.4375rem;left:25.25rem;height:2.76171875rem;display:block; }
#tfVKZTNzq9TTUJs4TtNnWguToE8eqHvU { color:#000000;display:block;width:43.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:12.5rem;left:25.25rem;height:3.5996125rem;text-align:justify;text-align-last:initial;display:block; }
#hxyyzXcV60m4v6WVMA5447NOJOf0CEhZ { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.75rem;width:17.625rem;top:0rem;left:0.5625rem;overflow:hidden;display:block; }
#HkMEJodB72fovZqiseygJnJemP3tOIA0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:7.4375rem;left:66.6875rem; }
#IJzuCh2iEUrwrpH3yyq6whsDf5XDOh84 { position:relative;display:block; }#IJzuCh2iEUrwrpH3yyq6whsDf5XDOh84 { background-color: transparent; background-image: none; }#IJzuCh2iEUrwrpH3yyq6whsDf5XDOh84::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IJzuCh2iEUrwrpH3yyq6whsDf5XDOh84 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IJzuCh2iEUrwrpH3yyq6whsDf5XDOh84 > .row .container > .video-iframe-container { display: none; }#IJzuCh2iEUrwrpH3yyq6whsDf5XDOh84 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IJzuCh2iEUrwrpH3yyq6whsDf5XDOh84 > .row > .video-iframe-container { display: none; }#IJzuCh2iEUrwrpH3yyq6whsDf5XDOh84 > .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); }#IJzuCh2iEUrwrpH3yyq6whsDf5XDOh84 { border-width: 0; border-radius: 0; }#IJzuCh2iEUrwrpH3yyq6whsDf5XDOh84 > .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; }#IJzuCh2iEUrwrpH3yyq6whsDf5XDOh84 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:40.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BMzNG2JA8D2KABHcbW8USdk9EaVOB8uK { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15015;line-height:1.2;letter-spacing:0;top:5.9375rem;left:47.1865234375rem;height:5.3994125rem;text-align:left;text-align-last:left;display:block; }
#BxxRVqRxfHbEmzDhUl6PXhdiIFrI9Uvt { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:14.8125rem;top:3.3369140625rem;left:21.654296875rem;overflow:hidden;display:block; }
#bbHkIqrBIS4xMaoxw3gDeec53TdA8qvZ { color:rgba(var(--color-tertiary-3),1);display:block;width:11.6873125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:22.775390625rem;left:47.0625rem;height:2.2744125rem;text-align:left;text-align-last:left;display:block; }
#lfJy5ZS9RpkxM6vdTRxt0N6lSiGPBlbK { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:6.875rem;top:1.3125rem;left:11.75rem;overflow:hidden;display:block; }
#O4AFh7G6K5Wo75bgnty93VT64Ie49Co0 { color:rgba(var(--color-tertiary-3),1);display:block;width:5.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:2.4375rem;left:12.5625rem;height:4.53515625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OVi73nURul39Sxv959oyol2IJ4HPrZKS { color:rgba(var(--color-tertiary-3),1);display:block;width:29.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:11.0625rem;left:7.75rem;height:21.597625rem;text-align:justify;text-align-last:initial;display:block; }
#gdXaDZPk2KWTPM96pMipaz8nOxrxCLcM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:7.4375rem;left:66.6875rem;display:none; }
#JHblh5o95v1oZrmtfxUPbk4Se8ZnL9QM { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:7.5rem;top:12.125rem;left:52.9052734375rem;overflow:hidden;display:block; }
#sXIr87E3wGnARfTemBptkDSLh4M1nOEz { position:absolute;display:block;z-index:15014;background-color:#f4f0ec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:12.9375rem;width:23.625rem;top:1.6240234375rem;left:45rem;display:block; }
#fC4wHA57JrORT7hREUGmqd69ez3MmCVN { color:rgba(var(--color-tertiary-3),1);display:block;width:15.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:normal;z-index:15017;line-height:1.2;letter-spacing:0;top:3.3369140625rem;left:47.0615234375rem;height:2.0996125rem;display:block; }
#F8A32OAeCAMKoNPH8GJAU3w0xAuy26Rt { position:absolute;display:block;z-index:15016;background-color:#f4f0ec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:8.2490234375rem;width:23.6240234375rem;top:20.3759765625rem;left:44.9052734375rem;display:block; }
#hTlcrmoNw0wUakEPuEfVqTOTlSbE0S2T { color:#000000;display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15016;line-height:1.2;letter-spacing:0;top:25.0390625rem;left:47.0625rem;height:1.79980625rem;text-align:left;text-align-last:left;display:block; }
#rTKo07J1cTXsRdZ6I7pzfiLcvTr09oAW { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:39.9375rem;width:71.0625rem;top:0rem;left:2.8740234375rem;display:block; }
#t2xtRTKwcsyhANZVnbwT0iPBQF1uyna0 { position:relative;display:block; }#t2xtRTKwcsyhANZVnbwT0iPBQF1uyna0 { background-color: transparent; background-image: none; }#t2xtRTKwcsyhANZVnbwT0iPBQF1uyna0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2xtRTKwcsyhANZVnbwT0iPBQF1uyna0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2xtRTKwcsyhANZVnbwT0iPBQF1uyna0 > .row .container > .video-iframe-container { display: none; }#t2xtRTKwcsyhANZVnbwT0iPBQF1uyna0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2xtRTKwcsyhANZVnbwT0iPBQF1uyna0 > .row > .video-iframe-container { display: none; }#t2xtRTKwcsyhANZVnbwT0iPBQF1uyna0 > .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); }#t2xtRTKwcsyhANZVnbwT0iPBQF1uyna0 { border-width: 0; border-radius: 0; }#t2xtRTKwcsyhANZVnbwT0iPBQF1uyna0 > .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; }#t2xtRTKwcsyhANZVnbwT0iPBQF1uyna0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:8.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rO7W4cSRJgswSIMW5U9nzQZ1rUQmQyr7 { position:relative;display:block; }#rO7W4cSRJgswSIMW5U9nzQZ1rUQmQyr7 { background-color: transparent; background-image: none; }#rO7W4cSRJgswSIMW5U9nzQZ1rUQmQyr7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rO7W4cSRJgswSIMW5U9nzQZ1rUQmQyr7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rO7W4cSRJgswSIMW5U9nzQZ1rUQmQyr7 > .row .container > .video-iframe-container { display: none; }#rO7W4cSRJgswSIMW5U9nzQZ1rUQmQyr7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rO7W4cSRJgswSIMW5U9nzQZ1rUQmQyr7 > .row > .video-iframe-container { display: none; }#rO7W4cSRJgswSIMW5U9nzQZ1rUQmQyr7 > .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); }#rO7W4cSRJgswSIMW5U9nzQZ1rUQmQyr7 { border-width: 0; border-radius: 0; }#rO7W4cSRJgswSIMW5U9nzQZ1rUQmQyr7 > .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; }#rO7W4cSRJgswSIMW5U9nzQZ1rUQmQyr7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:30.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#O8a1aDnhUURSFVLIEERIph5Waph2N0zC { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:26.625rem;width:71.0625rem;top:3.75rem;left:2.875rem;display:block; }
#wwOS9u7wsA1rm665Q5FJae9LwfqmITR4 { color:rgba(var(--color-tertiary-3),1);display:block;width:43.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.4375rem;left:25.25rem;height:2.76171875rem;display:block; }
#ctAZThIp1VvCuxINi7zyI8isuOOCpJ6F { color:#000000;display:block;width:43.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:12.625rem;left:25.25rem;height:12.5986125rem;text-align:justify;text-align-last:initial;display:block; }
#M3zCFKhoO0ou2xbFsHzpOfJPgAgzJ7rc { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.75rem;width:17.625rem;top:0rem;left:0.5625rem;overflow:hidden;display:block; }
#d5fqzw4QwTsatuLIpzwS9c4uR6Wbd7Bh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:7.4375rem;left:66.6875rem; }
#TpaO5fWg3ORa8bBMFWLT2dBppPNuRJnZ { position:relative;display:block; }#TpaO5fWg3ORa8bBMFWLT2dBppPNuRJnZ { background-color: transparent; background-image: none; }#TpaO5fWg3ORa8bBMFWLT2dBppPNuRJnZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpaO5fWg3ORa8bBMFWLT2dBppPNuRJnZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpaO5fWg3ORa8bBMFWLT2dBppPNuRJnZ > .row .container > .video-iframe-container { display: none; }#TpaO5fWg3ORa8bBMFWLT2dBppPNuRJnZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpaO5fWg3ORa8bBMFWLT2dBppPNuRJnZ > .row > .video-iframe-container { display: none; }#TpaO5fWg3ORa8bBMFWLT2dBppPNuRJnZ > .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); }#TpaO5fWg3ORa8bBMFWLT2dBppPNuRJnZ { border-width: 0; border-radius: 0; }#TpaO5fWg3ORa8bBMFWLT2dBppPNuRJnZ > .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; }#TpaO5fWg3ORa8bBMFWLT2dBppPNuRJnZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:47.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dCWWEfKooGslc4h1bvEIlSEkt2HEHtC1 { color:#000000;display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15015;line-height:1.2;letter-spacing:0;top:5.9375rem;left:47.1865234375rem;height:3.5996125rem;text-align:left;text-align-last:left;display:block; }
#UT6fCCEG8zanrtVqOCPPwTfPJaMCbHc0 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:12.875rem;top:1.4990234375rem;left:22.279296875rem;overflow:hidden;display:block; }
#fhzzZaebVApfVcThw8OnWeteWWCp45FF { color:rgba(var(--color-tertiary-3),1);display:block;width:11.6873125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:30.1875rem;left:49.6875rem;height:2.2744125rem;text-align:left;text-align-last:left;display:block; }
#L2ueE89eTuiaKIdGZWPQvwr87vqenhXy { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:6.875rem;top:1.3125rem;left:11.75rem;overflow:hidden;display:block; }
#WiRGFyQ3mg4VsquU71r8KpslLtU3ZEGJ { color:rgba(var(--color-tertiary-3),1);display:block;width:5.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:2.4375rem;left:12.5625rem;height:4.53515625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hL89DQZ5MKnmCJngSVEu6TW9CFtT6TsF { color:rgba(var(--color-tertiary-3),1);display:block;width:29.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:11.0625rem;left:7.75rem;height:7.19925rem;text-align:justify;text-align-last:initial;display:block; }
#UU75scA6K7IOgBPDmSbDOnAthJ9xU5eO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:7.4375rem;left:66.6875rem;display:none; }
#rbg1Xt8RJF5Tt2f7BtRHsUOWhnodzMsp { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:7rem;top:13.3125rem;left:53.5615234375rem;overflow:hidden;display:block; }
#JnIlpw8C31d4wmPTe5ECQnKh3PvElexD { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.68739375rem;width:16.3748125rem;top:20.125rem;left:49.1875rem;overflow:hidden;display:block; }
#DcOF5TiFU1cya9dUXnRI0saJdDQTWS9G { color:rgba(var(--color-tertiary-3),1);display:block;width:15.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:normal;z-index:15017;line-height:1.2;letter-spacing:0;top:3.3369140625rem;left:47.0615234375rem;height:2.0996125rem;display:block; }
#sJEvBqqfKdDsTGrNOTCeBQFpEfu7ShNG { position:absolute;display:block;z-index:15015;background-color:#f4f0ec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:8.2498125rem;width:23.6246875rem;top:18.9375rem;left:45.5625rem;display:block; }
#ESbr9aaodFD5kQvwZ2kspUCN0nmcswBT { position:absolute;display:block;z-index:15016;background-color:#f4f0ec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:11.9375rem;width:23.625rem;top:28.9375rem;left:45.5625rem;display:block; }
#DUdQktQvKmuxRTxOKhEB1HNn2bVTvhi4 { color:#000000;display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15016;line-height:1.2;letter-spacing:0;top:32.3125rem;left:49.6875rem;height:7.199225rem;text-align:left;text-align-last:left;display:block; }
#hOWs5xGUoLX65QPn8K8Zbhi2Cmz2sUTH { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:46.6875rem;width:71.0625rem;top:0rem;left:2.8740234375rem;display:block; }
#Kw6VMHZ1kxLhB0gTqZbg2KWU34THU3PD { position:absolute;display:block;z-index:14999;background-color:#f4f0ec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:13.6875rem;width:23.625rem;top:2.4375rem;left:45.248046875rem;display:block; }
#Lhmy3NDfK3M8ON63JWefLogd3bgcglTT { position:relative;display:block; }#Lhmy3NDfK3M8ON63JWefLogd3bgcglTT { background-color: transparent; background-image: none; }#Lhmy3NDfK3M8ON63JWefLogd3bgcglTT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lhmy3NDfK3M8ON63JWefLogd3bgcglTT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lhmy3NDfK3M8ON63JWefLogd3bgcglTT > .row .container > .video-iframe-container { display: none; }#Lhmy3NDfK3M8ON63JWefLogd3bgcglTT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lhmy3NDfK3M8ON63JWefLogd3bgcglTT > .row > .video-iframe-container { display: none; }#Lhmy3NDfK3M8ON63JWefLogd3bgcglTT > .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); }#Lhmy3NDfK3M8ON63JWefLogd3bgcglTT { border-width: 0; border-radius: 0; }#Lhmy3NDfK3M8ON63JWefLogd3bgcglTT > .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; }#Lhmy3NDfK3M8ON63JWefLogd3bgcglTT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:8.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KqOxpIWUeoacr2fBGGBRnz52zTb6xVno { position:relative;display:block; }#KqOxpIWUeoacr2fBGGBRnz52zTb6xVno { background-color: transparent; background-image: none; }#KqOxpIWUeoacr2fBGGBRnz52zTb6xVno::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KqOxpIWUeoacr2fBGGBRnz52zTb6xVno > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KqOxpIWUeoacr2fBGGBRnz52zTb6xVno > .row .container > .video-iframe-container { display: none; }#KqOxpIWUeoacr2fBGGBRnz52zTb6xVno > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KqOxpIWUeoacr2fBGGBRnz52zTb6xVno > .row > .video-iframe-container { display: none; }#KqOxpIWUeoacr2fBGGBRnz52zTb6xVno > .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); }#KqOxpIWUeoacr2fBGGBRnz52zTb6xVno { border-width: 0; border-radius: 0; }#KqOxpIWUeoacr2fBGGBRnz52zTb6xVno > .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; }#KqOxpIWUeoacr2fBGGBRnz52zTb6xVno > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:27.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VRUczUkRTl77aLZamcMfUu8BXULyQi2G { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:23.875rem;width:71.0625rem;top:3.75rem;left:2.875rem;display:block; }
#TKuIrJ5wUbWUqxeySc9DSpMUuo4tfTwu { color:rgba(var(--color-tertiary-3),1);display:block;width:37.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.4375rem;left:25.25rem;height:5.5234375rem;display:block; }
#rBdWuaIQST6huRGnTMowd4RkElu4DQ72 { color:#000000;display:block;width:43.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:15.625rem;left:25.25rem;height:5.3994125rem;text-align:justify;text-align-last:initial;display:block; }
#uvwV1KgPOH22mGxg920Fz5nMZ6IwhOHU { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.75rem;width:17.625rem;top:0rem;left:0.5625rem;overflow:hidden;display:block; }
#rEi4X2AnHfkoGwIt6cXGFkqRVdSpImVb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:7.4375rem;left:66.6875rem; }
#fD8KCLWV18oDZQEkTAuay6gNnWkPLBGL { position:relative;display:block; }#fD8KCLWV18oDZQEkTAuay6gNnWkPLBGL { background-color: transparent; background-image: none; }#fD8KCLWV18oDZQEkTAuay6gNnWkPLBGL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fD8KCLWV18oDZQEkTAuay6gNnWkPLBGL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fD8KCLWV18oDZQEkTAuay6gNnWkPLBGL > .row .container > .video-iframe-container { display: none; }#fD8KCLWV18oDZQEkTAuay6gNnWkPLBGL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fD8KCLWV18oDZQEkTAuay6gNnWkPLBGL > .row > .video-iframe-container { display: none; }#fD8KCLWV18oDZQEkTAuay6gNnWkPLBGL > .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); }#fD8KCLWV18oDZQEkTAuay6gNnWkPLBGL { border-width: 0; border-radius: 0; }#fD8KCLWV18oDZQEkTAuay6gNnWkPLBGL > .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; }#fD8KCLWV18oDZQEkTAuay6gNnWkPLBGL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:66rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#nVLNcGstQMZf76dnIAXzuHgO7xKmn6MF { color:#000000;display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15015;line-height:1.2;letter-spacing:0;top:5.9375rem;left:47.1865234375rem;height:2.0996125rem;text-align:left;text-align-last:left;display:block; }
#skZgoTzWvFcm3zM1aRnxwxJsAqMGB6vX { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.25rem;width:9.625rem;top:0.4365234375rem;left:22.154296875rem;overflow:hidden;display:block; }
#eUlmC0abAgsvV8ThKsJodbaIJIKUtTaO { color:rgba(var(--color-tertiary-3),1);display:block;width:11.6873125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:51.125rem;left:49.375rem;height:2.2744125rem;text-align:left;text-align-last:left;display:block; }
#tBMlX1v3OZkAA6lbIwQEnt3rPNXCMcE0 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:6.875rem;top:1.3125rem;left:11.75rem;overflow:hidden;display:block; }
#KtQdXut5fx9ATIGPIpP6fl1oSRszgbih { color:rgba(var(--color-tertiary-3),1);display:block;width:5.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:2.4375rem;left:12.5625rem;height:4.53515625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ad20TeQlcix7OrvPKuTBWOlyyIAaalsU { color:rgba(var(--color-tertiary-3),1);display:block;width:29.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:11.0625rem;left:7.75rem;height:21.597625rem;text-align:justify;text-align-last:initial;display:block; }
#ri6qWsw0M6xTsDZsD3a3ZXLFcIHWlDaO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:7.4375rem;left:66.6875rem;display:none; }
#NJgDtkqTXPFqKGSFRyavw8vdNPsow3uD { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:14.125rem;top:32.0625rem;left:49.9990234375rem;overflow:hidden;display:block; }
#VFNZ3bH33cJNnoLzDWR74J7K4WG8Q6AN { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.68739375rem;width:16.3748125rem;top:40.3125rem;left:48.875rem;overflow:hidden;display:block; }
#JHSmpbHF9ys9s0pDg2bJ9NHxK7TrdlAw { position:absolute;display:block;z-index:15014;background-color:#f4f0ec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:32.0625rem;width:23.625rem;top:2.3740234375rem;left:45rem;display:block; }
#lcLE309n3eF5rUmoi30r6bGODqDOrKGe { color:rgba(var(--color-tertiary-3),1);display:block;width:15.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:normal;z-index:15017;line-height:1.2;letter-spacing:0;top:3.3369140625rem;left:47.0615234375rem;height:2.0996125rem;display:block; }
#xp24S0hbJug8xgfEV3w0XKzzzPqsxfuT { position:absolute;display:block;z-index:15015;background-color:#f4f0ec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:8.2498125rem;width:23.6246875rem;top:39.125rem;left:45.25rem;display:block; }
#JTruRCftPBSXXzDFN92mSxT6QtP3owCg { position:absolute;display:block;z-index:15016;background-color:#f4f0ec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:11.125rem;width:23.625rem;top:49.125rem;left:45.25rem;display:block; }
#XPS1Lg9W2Dev9ShO9Sxb7P2BJkhJlPOQ { color:#000000;display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15016;line-height:1.2;letter-spacing:0;top:53.4375rem;left:49.375rem;height:5.39941875rem;text-align:left;text-align-last:left;display:block; }
#Fh5lxFu3fE4FIPHC39NKwns89cUvHRo1 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:66rem;width:71.0625rem;top:0rem;left:2.8740234375rem;display:block; }
#vTiw96QXP1BNSOMmyq8zrbCiU0RLE2cC { color:#000000;display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15016;line-height:1.2;letter-spacing:0;top:8.4375rem;left:47.1865234375rem;height:16.19825rem;text-align:left;text-align-last:left;display:block; }
#ua7WvH23P6rzmc48KQ6sR6fSPurc5rsI { color:#000000;display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15016;line-height:1.2;letter-spacing:0;top:25.9375rem;left:47.1865234375rem;height:2.0996125rem;text-align:left;text-align-last:left;display:block; }
#yhGy0B1v4nOSvcaWWSokzEJPUZifuIsv { color:#000000;display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15017;line-height:1.2;letter-spacing:0;top:28.6875rem;left:47.1865234375rem;height:1.79980625rem;text-align:left;text-align-last:left;display:block; }
#V0oDAm8v6q2T8fo2zBKZ4TVJeCxfhCEz { position:relative;display:block; }#V0oDAm8v6q2T8fo2zBKZ4TVJeCxfhCEz { background-color: transparent; background-image: none; }#V0oDAm8v6q2T8fo2zBKZ4TVJeCxfhCEz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0oDAm8v6q2T8fo2zBKZ4TVJeCxfhCEz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0oDAm8v6q2T8fo2zBKZ4TVJeCxfhCEz > .row .container > .video-iframe-container { display: none; }#V0oDAm8v6q2T8fo2zBKZ4TVJeCxfhCEz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0oDAm8v6q2T8fo2zBKZ4TVJeCxfhCEz > .row > .video-iframe-container { display: none; }#V0oDAm8v6q2T8fo2zBKZ4TVJeCxfhCEz > .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); }#V0oDAm8v6q2T8fo2zBKZ4TVJeCxfhCEz { border-width: 0; border-radius: 0; }#V0oDAm8v6q2T8fo2zBKZ4TVJeCxfhCEz > .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; }#V0oDAm8v6q2T8fo2zBKZ4TVJeCxfhCEz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:8.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NTT0kZ9AffJwqbavDnD9rEVBaEtwyyFA { position:relative;display:block; }#NTT0kZ9AffJwqbavDnD9rEVBaEtwyyFA { background-color: transparent; background-image: none; }#NTT0kZ9AffJwqbavDnD9rEVBaEtwyyFA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTT0kZ9AffJwqbavDnD9rEVBaEtwyyFA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTT0kZ9AffJwqbavDnD9rEVBaEtwyyFA > .row .container > .video-iframe-container { display: none; }#NTT0kZ9AffJwqbavDnD9rEVBaEtwyyFA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTT0kZ9AffJwqbavDnD9rEVBaEtwyyFA > .row > .video-iframe-container { display: none; }#NTT0kZ9AffJwqbavDnD9rEVBaEtwyyFA > .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); }#NTT0kZ9AffJwqbavDnD9rEVBaEtwyyFA { border-width: 0; border-radius: 0; }#NTT0kZ9AffJwqbavDnD9rEVBaEtwyyFA > .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; }#NTT0kZ9AffJwqbavDnD9rEVBaEtwyyFA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:24.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Z23fC0Z20CZhir6W5ClgTa88GPxVRtTP { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:20.5rem;width:71.0625rem;top:3.75rem;left:2.875rem;display:block; }
#H0R5DNGeI0Bf6a3xGtcls5bGXz7Jd2KE { color:rgba(var(--color-tertiary-3),1);display:block;width:37.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.4375rem;left:25.25rem;height:2.76171875rem;display:block; }
#JPwOskTfN832UyhSysQQbnCu1TzM0zCL { color:#000000;display:block;width:43.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:12.5rem;left:25.25rem;height:7.19925rem;text-align:justify;text-align-last:initial;display:block; }
#Cp9sJaXU2EPOhoBVlDAtAt3dE3wxfsfy { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.75rem;width:17.625rem;top:0rem;left:0.5625rem;overflow:hidden;display:block; }
#rzRTnIcx7u38iNb5Lqy4Efrlg2Ak1dc0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:7.4375rem;left:66.6875rem; }
#RSwFmsKBwQNuoywUTZepCShhZhUna4Mf { position:relative;display:block; }#RSwFmsKBwQNuoywUTZepCShhZhUna4Mf { background-color: transparent; background-image: none; }#RSwFmsKBwQNuoywUTZepCShhZhUna4Mf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RSwFmsKBwQNuoywUTZepCShhZhUna4Mf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RSwFmsKBwQNuoywUTZepCShhZhUna4Mf > .row .container > .video-iframe-container { display: none; }#RSwFmsKBwQNuoywUTZepCShhZhUna4Mf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RSwFmsKBwQNuoywUTZepCShhZhUna4Mf > .row > .video-iframe-container { display: none; }#RSwFmsKBwQNuoywUTZepCShhZhUna4Mf > .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); }#RSwFmsKBwQNuoywUTZepCShhZhUna4Mf { border-width: 0; border-radius: 0; }#RSwFmsKBwQNuoywUTZepCShhZhUna4Mf > .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; }#RSwFmsKBwQNuoywUTZepCShhZhUna4Mf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:63.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Z9yarz6F730ITcJDUFvZ40k9u6VE0dt6 { color:#000000;display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15015;line-height:1.2;letter-spacing:0;top:5.9375rem;left:47.1865234375rem;height:1.79980625rem;text-align:left;text-align-last:left;display:block; }
#p9721zZmflByg6ynL5GXicxNUif7Z7w5 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.6875rem;width:15.375rem;top:1.6240234375rem;left:21.591796875rem;overflow:hidden;display:block; }
#R01h3PWcxyGAeebLqq1DX9qacO4eAyz2 { color:rgba(var(--color-tertiary-3),1);display:block;width:11.6873125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:29.125rem;left:49.375rem;height:2.2744125rem;text-align:left;text-align-last:left;display:block; }
#sKOXR1zuPbexd3wczftgRHnilTXFOnSx { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:6.875rem;top:1.3125rem;left:11.75rem;overflow:hidden;display:block; }
#Ps4X5C74grQiO8Sf3QlfkKgtz4gDJIy1 { color:rgba(var(--color-tertiary-3),1);display:block;width:5.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:2.4375rem;left:12.5625rem;height:4.53515625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#K6p3R1toKDSfgUDzOGxFQ78VSr5P2r8E { color:rgba(var(--color-tertiary-3),1);display:block;width:29.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:11.0625rem;left:7.75rem;height:23.3974375rem;text-align:justify;text-align-last:initial;display:block; }
#VZ8O1fM8QaeUyHL6lJPTK1csKsbF9GTw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:7.4375rem;left:66.6875rem;display:none; }
#K46peVC5t6vTaynOD7prmKkyLgQH8LG2 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:5.125rem;top:9.0615234375rem;left:54.4990234375rem;overflow:hidden;display:block; }
#T6QNU9pQHUcS9mERqJ0pQXoAVsz7ZLH5 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.68739375rem;width:16.3748125rem;top:18rem;left:48.875rem;overflow:hidden;display:block; }
#AL5FBQ44RmXKTQCvO59zupl81yMVokJC { position:absolute;display:block;z-index:15014;background-color:#f4f0ec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:10.3125rem;width:23.625rem;top:1.4990234375rem;left:45rem;display:block; }
#VAr4Pku8VKr6GtNiqK4pRx2Q3Mo123ZZ { color:rgba(var(--color-tertiary-3),1);display:block;width:15.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:normal;z-index:15017;line-height:1.2;letter-spacing:0;top:3.3369140625rem;left:47.0615234375rem;height:2.0996125rem;display:block; }
#gUJI2qLp5yZqbcPznTmGznRbpgZ7Pi0a { position:absolute;display:block;z-index:15015;background-color:#f4f0ec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:8.2498125rem;width:23.6246875rem;top:16.8125rem;left:45.25rem;display:block; }
#ngv8HXemFEGP7zi0DyZS9TwimZq2sxQq { position:absolute;display:block;z-index:15016;background-color:#f4f0ec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:31.4375rem;width:23.625rem;top:26.8125rem;left:45.25rem;display:block; }
#L6HXi3vL94Z8iFWzS1EOTi4OpOdtG1AV { color:#000000;display:block;width:19.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15016;line-height:1.2;letter-spacing:0;top:31.4375rem;left:49.375rem;height:25.1972875rem;text-align:left;text-align-last:left;display:block; }
#qVmHnMwB8Pa9iPpuWOq6UTiJg7BtUxy2 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:63.6875rem;width:71.0625rem;top:0rem;left:2.8740234375rem;display:block; }
#C8BUL5dGTKRm2Ee8ESNMErJuhXF5t3eP { position:relative;display:block; }#C8BUL5dGTKRm2Ee8ESNMErJuhXF5t3eP { background-color: transparent; background-image: none; }#C8BUL5dGTKRm2Ee8ESNMErJuhXF5t3eP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C8BUL5dGTKRm2Ee8ESNMErJuhXF5t3eP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C8BUL5dGTKRm2Ee8ESNMErJuhXF5t3eP > .row .container > .video-iframe-container { display: none; }#C8BUL5dGTKRm2Ee8ESNMErJuhXF5t3eP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C8BUL5dGTKRm2Ee8ESNMErJuhXF5t3eP > .row > .video-iframe-container { display: none; }#C8BUL5dGTKRm2Ee8ESNMErJuhXF5t3eP > .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); }#C8BUL5dGTKRm2Ee8ESNMErJuhXF5t3eP { border-width: 0; border-radius: 0; }#C8BUL5dGTKRm2Ee8ESNMErJuhXF5t3eP > .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; }#C8BUL5dGTKRm2Ee8ESNMErJuhXF5t3eP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:8.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#nKSilQACJhZq15NWCORdtLIMLcylA045 { position:relative;display:block; }#nKSilQACJhZq15NWCORdtLIMLcylA045 { background-color: transparent; background-image: none; }#nKSilQACJhZq15NWCORdtLIMLcylA045::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nKSilQACJhZq15NWCORdtLIMLcylA045 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nKSilQACJhZq15NWCORdtLIMLcylA045 > .row .container > .video-iframe-container { display: none; }#nKSilQACJhZq15NWCORdtLIMLcylA045 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nKSilQACJhZq15NWCORdtLIMLcylA045 > .row > .video-iframe-container { display: none; }#nKSilQACJhZq15NWCORdtLIMLcylA045 > .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); }#nKSilQACJhZq15NWCORdtLIMLcylA045 { border-width: 0; border-radius: 0; }#nKSilQACJhZq15NWCORdtLIMLcylA045 > .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; }#nKSilQACJhZq15NWCORdtLIMLcylA045 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:32.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#py2PSSVg68RWWuguf1imtB4g6gekM33V { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:28.875rem;width:71.0625rem;top:3.75rem;left:2.875rem;display:block; }
#P7dvdBk7OGJsbK6TlobtNXVEfQ2qLhJ0 { color:rgba(var(--color-tertiary-3),1);display:block;width:43.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.4375rem;left:25.25rem;height:2.76171875rem;display:block; }
#K8SXxg3x2gUfkrx3JmwFFTrCHXuWHuS2 { color:#000000;display:block;width:43.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:12.6875rem;left:25.25rem;height:14.3984125rem;text-align:justify;text-align-last:initial;display:block; }
#VoK7tometuGo3Q5IvcF66LGNM1m9HNgz { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.75rem;width:17.625rem;top:0rem;left:0.5625rem;overflow:hidden;display:block; }
#eWwi5dkVtTOJqAq1JoTtZwrJoyMkXkEs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:7.4375rem;left:66.6875rem; }
#uuBrzZCWeD0m0rkZ2A0wXOETHTL4ZEoO { position:relative;display:block; }#uuBrzZCWeD0m0rkZ2A0wXOETHTL4ZEoO { background-color: transparent; background-image: none; }#uuBrzZCWeD0m0rkZ2A0wXOETHTL4ZEoO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uuBrzZCWeD0m0rkZ2A0wXOETHTL4ZEoO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uuBrzZCWeD0m0rkZ2A0wXOETHTL4ZEoO > .row .container > .video-iframe-container { display: none; }#uuBrzZCWeD0m0rkZ2A0wXOETHTL4ZEoO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uuBrzZCWeD0m0rkZ2A0wXOETHTL4ZEoO > .row > .video-iframe-container { display: none; }#uuBrzZCWeD0m0rkZ2A0wXOETHTL4ZEoO > .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); }#uuBrzZCWeD0m0rkZ2A0wXOETHTL4ZEoO { border-width: 0; border-radius: 0; }#uuBrzZCWeD0m0rkZ2A0wXOETHTL4ZEoO > .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; }#uuBrzZCWeD0m0rkZ2A0wXOETHTL4ZEoO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:43.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CHh2N4FK4kHlt4v5k2kgXq1C8sP9oQXO { color:#000000;display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15015;line-height:1.2;letter-spacing:0;top:5.9375rem;left:47.1865234375rem;height:3.5996125rem;text-align:left;text-align-last:left;display:block; }
#gVe4RuVaIRTTGsl1FgoTbJPr0uIhuivL { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:12.875rem;top:2.4375rem;left:22.279296875rem;overflow:hidden;display:block; }
#NEBbWa7mtlE4M90vNnrt25evtqcqVcAy { color:rgba(var(--color-tertiary-3),1);display:block;width:11.6865234375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:30.4375rem;left:49.498046875rem;height:2.2744125rem;text-align:left;text-align-last:left;display:block; }
#Mbvfr8gwXTZTPDxMbbXMg0uKqzJ80vWW { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:6.875rem;top:1.3125rem;left:11.75rem;overflow:hidden;display:block; }
#UpswaP5Eogqoq7ME0369TEXtV6RiXCri { color:rgba(var(--color-tertiary-3),1);display:block;width:5.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:2.4375rem;left:12.5625rem;height:4.53515625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UHtvEWOBtBwTqGNrM9XD25ncAmUHrTro { color:rgba(var(--color-tertiary-3),1);display:block;width:29.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:11.0625rem;left:7.75rem;height:7.19925rem;text-align:justify;text-align-last:initial;display:block; }
#fitIcPtd3IpU4dzEIUam3xIoEchsmXfd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:7.4375rem;left:66.6875rem;display:none; }
#C6vTFyIGVEbfS8NQpRyo831TF1z3c9R5 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:5.125rem;top:10.5390625rem;left:52.779296875rem;overflow:hidden;display:block; }
#nRLtIIxitaavKpEl0Wb4yqZGQlF9dKaQ { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.68739375rem;width:16.3748125rem;top:19.9375rem;left:48.875rem;overflow:hidden;display:block; }
#vGksGp1IwKIkQcDmJ9fr57VRRiwJSoww { position:absolute;display:block;z-index:15014;background-color:#f4f0ec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:12rem;width:23.625rem;top:1.4990234375rem;left:45rem;display:block; }
#T4kLM63M0iUQG5p0eIydx0ez7SCaDW8T { color:rgba(var(--color-tertiary-3),1);display:block;width:15.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:normal;z-index:15017;line-height:1.2;letter-spacing:0;top:3.3369140625rem;left:47.0615234375rem;height:2.0996125rem;display:block; }
#fvLX0GDVEQM15w2rsTerfIUhiJ4NURVv { position:absolute;display:block;z-index:15015;background-color:#f4f0ec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:8.2498125rem;width:23.6246875rem;top:18.75rem;left:45.25rem;display:block; }
#g5JLBF3zHWswB2BhdGN9l4LQFtcCtGSu { position:absolute;display:block;z-index:15016;background-color:#f4f0ec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:11rem;width:23.625rem;top:28.75rem;left:45.25rem;display:block; }
#QIeO8TBIBtxP9X4WsNXvbMLyL3w8kqV3 { color:#000000;display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15016;line-height:1.2;letter-spacing:0;top:32.6875rem;left:49.6240234375rem;height:5.39941875rem;text-align:left;text-align-last:left;display:block; }
#Hlv13M6T7vosL89HIFFKMx8URVeIWFET { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:43.25rem;width:71.0625rem;top:0rem;left:2.8740234375rem;display:block; }
#qV5doUGWL88uvuUxpeHEJkKvon0JTtVP { position:relative;display:block; }#qV5doUGWL88uvuUxpeHEJkKvon0JTtVP { background-color: transparent; background-image: none; }#qV5doUGWL88uvuUxpeHEJkKvon0JTtVP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qV5doUGWL88uvuUxpeHEJkKvon0JTtVP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qV5doUGWL88uvuUxpeHEJkKvon0JTtVP > .row .container > .video-iframe-container { display: none; }#qV5doUGWL88uvuUxpeHEJkKvon0JTtVP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qV5doUGWL88uvuUxpeHEJkKvon0JTtVP > .row > .video-iframe-container { display: none; }#qV5doUGWL88uvuUxpeHEJkKvon0JTtVP > .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); }#qV5doUGWL88uvuUxpeHEJkKvon0JTtVP { border-width: 0; border-radius: 0; }#qV5doUGWL88uvuUxpeHEJkKvon0JTtVP > .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; }#qV5doUGWL88uvuUxpeHEJkKvon0JTtVP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:8.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Ngt7ZHzTNS7kQ3lzJI4WUEkTrAKVph7z { position:relative;display:none; }#Ngt7ZHzTNS7kQ3lzJI4WUEkTrAKVph7z { border-width: 0; border-radius: 0; }#Ngt7ZHzTNS7kQ3lzJI4WUEkTrAKVph7z > .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; }#Ngt7ZHzTNS7kQ3lzJI4WUEkTrAKVph7z > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:27.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#spN5EK6zVQWWBWm8qKsdb89lLGMXSeaK { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:24.25rem;width:71.0625rem;top:3.75rem;left:2.875rem;display:block; }
#CaTq9kNfdTEozeSdQKnWGcMHZrvsAnpK { color:rgba(var(--color-tertiary-3),1);display:block;width:37.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.4375rem;left:25.25rem;height:2.75rem;display:block; }
#k64uTOJ42BG1h3mSTnmWZ3V7VM6BdVVJ { color:#000000;display:block;width:43.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:12.5rem;left:25.25rem;height:10.5rem;text-align:justify;text-align-last:initial;display:block; }
#HV3nFstUgKdqmD0kr98OEmL3shpWOVGU { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.75rem;width:17.625rem;top:0rem;left:0.5625rem;overflow:hidden;display:block; }
#JcNcWgr5hGfns6F9Uh48k3LcZuGlmK8V { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:7.4375rem;left:66.6875rem; }
#B4GHQH0XIauAALiq7L3NpeKwlAOZq6TS { position:relative;display:none; }#B4GHQH0XIauAALiq7L3NpeKwlAOZq6TS { border-width: 0; border-radius: 0; }#B4GHQH0XIauAALiq7L3NpeKwlAOZq6TS > .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; }#B4GHQH0XIauAALiq7L3NpeKwlAOZq6TS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:48.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#PBg0CcowCwM6qoUPbVrdapKJ8QeuveFe { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:48.375rem;width:71.0625rem;top:0rem;left:2.875rem;display:block; }
#RTZvLTrA9dBxk0dyNxI0tGb9S7NB750h { color:#000000;display:block;width:32.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:4.037109375rem;left:15rem;height:1.75rem;text-align:justify;text-align-last:initial;display:block; }
#AFMfGOIuqIy4dCUWR0PdTPyQ8yUaK3Or { color:rgba(var(--color-tertiary-3),1);display:block;width:32.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.5625rem;left:15rem;height:2.25rem;display:block; }
#gxHQuGbKoTpGLHP8mtkzZ9lge4q7TwFM { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.9375rem;width:16.8125rem;top:1.5625rem;left:53.0625rem;overflow:hidden;display:block; }
#dyfdWbl2uTKItuwxf1HDJs7PhMlJv1lW { color:rgba(var(--color-tertiary-3),1);display:block;width:32.1875rem;position:absolute;font-family:futura-bold-03;font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:12.0625rem;left:35.4375rem;height:7rem;text-align:right;text-align-last:right;display:block; }
#HTzv98zSzD3ACAhaldLTTbylEE75LdmL { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:6.875rem;top:33.375rem;left:8.8125rem;overflow:hidden;display:block; }
#gzIolCVrc3nwOOpxuRFv4BO7L2XcUKEa { color:rgba(var(--color-tertiary-3),1);display:block;width:5.9375rem;position:absolute;font-family:futura-bold-03;font-size:1.1875rem;font-weight:normal;z-index:15009;line-height:1.1;letter-spacing:0;top:34.5rem;left:9.625rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#ZCzXKB6bmaOGUK9EZBEVU0zr6Mme03EQ { color:rgba(var(--color-tertiary-3),1);display:block;width:50.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:34.125rem;left:17.0625rem;height:5.25rem;text-align:justify;text-align-last:initial;display:block; }
#q6PvCbBsXhHXVd1lKnXVD1J33Wd7cRZO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:7.4375rem;left:66.6875rem;display:none; }
#zTuEUE6S6dcJrCsqWw9uOW8d0lIWM9Ny { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:8rem;top:24.5625rem;left:9.75rem;overflow:hidden;display:block; }
#tbT6dvLnyGTfViqhRAXlCDUGTU6peWKB { position:relative;display:block; }#tbT6dvLnyGTfViqhRAXlCDUGTU6peWKB { background-color: transparent; background-image: none; }#tbT6dvLnyGTfViqhRAXlCDUGTU6peWKB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tbT6dvLnyGTfViqhRAXlCDUGTU6peWKB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tbT6dvLnyGTfViqhRAXlCDUGTU6peWKB > .row .container > .video-iframe-container { display: none; }#tbT6dvLnyGTfViqhRAXlCDUGTU6peWKB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tbT6dvLnyGTfViqhRAXlCDUGTU6peWKB > .row > .video-iframe-container { display: none; }#tbT6dvLnyGTfViqhRAXlCDUGTU6peWKB > .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); }#tbT6dvLnyGTfViqhRAXlCDUGTU6peWKB { border-width: 0; border-radius: 0; }#tbT6dvLnyGTfViqhRAXlCDUGTU6peWKB > .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; }#tbT6dvLnyGTfViqhRAXlCDUGTU6peWKB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:23.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SfUsmuHXXpSsyA6cTpannU54rt80qhgn { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: 0rem 0rem 1.875rem rgba(0,0,0,0.31) ;height:11.4375rem;width:11.5rem;top:6.09375rem;left:31.75rem;overflow:hidden;display:block; }
#Ph6AzuV0wdXK5QeuQskGtEHUKdvwAHrc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/e09bb088-b4fa-4149-803e-89be08ad1833/bg4.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ph6AzuV0wdXK5QeuQskGtEHUKdvwAHrc.adaptive-delivery-prevent-bg, #Ph6AzuV0wdXK5QeuQskGtEHUKdvwAHrc.lazyload, #Ph6AzuV0wdXK5QeuQskGtEHUKdvwAHrc.lazyloading { background-image: none; }#Ph6AzuV0wdXK5QeuQskGtEHUKdvwAHrc > .row .container { background-color: transparent; background-image: none; }#Ph6AzuV0wdXK5QeuQskGtEHUKdvwAHrc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ph6AzuV0wdXK5QeuQskGtEHUKdvwAHrc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ph6AzuV0wdXK5QeuQskGtEHUKdvwAHrc > .row .container > .video-iframe-container { display: none; }#Ph6AzuV0wdXK5QeuQskGtEHUKdvwAHrc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ph6AzuV0wdXK5QeuQskGtEHUKdvwAHrc > .row > .video-iframe-container { display: none; }#Ph6AzuV0wdXK5QeuQskGtEHUKdvwAHrc > .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); }#Ph6AzuV0wdXK5QeuQskGtEHUKdvwAHrc > .row .container { border-width: 0; border-radius: 0; }#Ph6AzuV0wdXK5QeuQskGtEHUKdvwAHrc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ph6AzuV0wdXK5QeuQskGtEHUKdvwAHrc > .row .container { font-size:0.875rem;font-family:arial;height:13rem;width:75rem;position:relative;display:block; }#aX7qPCA2igTNmeF0yrMQgabxmhk21SiN { 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; }#aX7qPCA2igTNmeF0yrMQgabxmhk21SiN > .row .container { background-color: transparent; background-image: none; }#aX7qPCA2igTNmeF0yrMQgabxmhk21SiN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aX7qPCA2igTNmeF0yrMQgabxmhk21SiN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aX7qPCA2igTNmeF0yrMQgabxmhk21SiN > .row .container > .video-iframe-container { display: none; }#aX7qPCA2igTNmeF0yrMQgabxmhk21SiN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aX7qPCA2igTNmeF0yrMQgabxmhk21SiN > .row > .video-iframe-container { display: none; }#aX7qPCA2igTNmeF0yrMQgabxmhk21SiN > .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); }#aX7qPCA2igTNmeF0yrMQgabxmhk21SiN > .row .container { border-width: 0; border-radius: 0; }#aX7qPCA2igTNmeF0yrMQgabxmhk21SiN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aX7qPCA2igTNmeF0yrMQgabxmhk21SiN > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#WsuGOCq74EgGwOQH0gArNMVTSGTMv8ii { color:rgba(var(--color-tertiary-4),1);display:block;width:9.0625rem;position:absolute;font-family:futuraptbold;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.1374998092651rem;left:0rem;height:2.5996125rem;display:block; }
#BuPBBBGkdyzB56fMTMzVoSsBQcNcnXza { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:7.1875rem;top:0.375rem;left:7.5rem;overflow:hidden;display:block; }
#iZT69N6J3lGzWagJH0oLFu2lUgIrT4Hd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.8125rem;width:3.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:0.5625rem;left:67.0625rem; }
#iZT69N6J3lGzWagJH0oLFu2lUgIrT4Hd > img { max-width: 100%;max-height:100%; width:3.8125rem; height:3.8125rem; }#fP0ab5158XAaqmNRGp5Q0DhRt0UzP8Rq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.8125rem;width:3.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:0.5625rem;left:71.1875rem; }
#fP0ab5158XAaqmNRGp5Q0DhRt0UzP8Rq > img { max-width: 100%;max-height:100%; width:3.8125rem; height:3.8125rem; }#zzNlT2wWThPThPbnLqyHMWhXRWB7hCXn { position:relative;display:block; } #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection *:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="text"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="email"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="tel"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection textarea:focus-visible { outline: none; } #zzNlT2wWThPThPbnLqyHMWhXRWB7hCXn > .row .container { position:relative;display:block; }#l5wTh2TRe4QrboQDMA2ar8RHZFfucZ8h { position:relative;display:none; } #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection *:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="text"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="email"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="tel"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection textarea:focus-visible { outline: none; } #l5wTh2TRe4QrboQDMA2ar8RHZFfucZ8h > .row .container { position:relative;display:none; }#mnwOpviAX1OV8vVI4lwMmsnlbBCggn7H { position:relative;display:none; } #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection *:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="text"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="email"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="tel"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection textarea:focus-visible { outline: none; } #mnwOpviAX1OV8vVI4lwMmsnlbBCggn7H > .row .container { position:relative;display:none; }#qGSuuI69TLmfTwps8CTEhnKEcWkG2hWV { position:relative;display:none; } #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection *:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="text"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="email"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="tel"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection textarea:focus-visible { outline: none; } #qGSuuI69TLmfTwps8CTEhnKEcWkG2hWV > .row .container { position:relative;display:none; }#yDRKdvh3WFGzFDfTnkz05bgurTg8TgV4 { position:relative;display:none; } #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection *:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="text"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="email"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="tel"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection textarea:focus-visible { outline: none; } #yDRKdvh3WFGzFDfTnkz05bgurTg8TgV4 > .row .container { position:relative;display:none; }#NG2GEfkDvJmWXZMX29bvPCqOBLA22N00 { position:relative;display:none; } #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection *:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="text"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="email"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="tel"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection textarea:focus-visible { outline: none; } #NG2GEfkDvJmWXZMX29bvPCqOBLA22N00 > .row .container { position:relative;display:none; }#TToIlBPk5muuv2Py0ZdfZx9mGfyewqMT { position:relative;display:none; } #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection *:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="text"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="email"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="tel"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection textarea:focus-visible { outline: none; } #TToIlBPk5muuv2Py0ZdfZx9mGfyewqMT > .row .container { position:relative;display:none; }#T95fyffNw3xxWFdde8wVfrCXas0goRdH { position:relative;display:none; } #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection *:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="text"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="email"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="tel"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection textarea:focus-visible { outline: none; } #T95fyffNw3xxWFdde8wVfrCXas0goRdH > .row .container { position:relative;display:none; }#CITKT0gGkX0b6vLiPhHDy9TN4GnJIOfS { position:relative;display:block; } #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection *:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="text"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="email"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="tel"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection textarea:focus-visible { outline: none; } #CITKT0gGkX0b6vLiPhHDy9TN4GnJIOfS > .row .container { position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #lPaSyVS85tg38x28pl6qGebAlRGBx5AN { display:none; } #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection *:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="text"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="email"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="tel"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection textarea:focus-visible { outline: none; } #lPaSyVS85tg38x28pl6qGebAlRGBx5AN > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #uxTcU04zzBMpwF8KZMDSUgTvauROfsVi { display:none; } #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection *:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="text"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="email"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="tel"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection textarea:focus-visible { outline: none; } #uxTcU04zzBMpwF8KZMDSUgTvauROfsVi > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #ISmtyqvZ1f9RvkSCA41ceczel6eadTH3 { display:none; } #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection *:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="text"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="email"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="tel"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection textarea:focus-visible { outline: none; } #ISmtyqvZ1f9RvkSCA41ceczel6eadTH3 > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #K5yVrHbd6RQB3TtO8RvEnQn8skXxnkJo { display:none; } #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection *:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="text"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="email"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="tel"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection textarea:focus-visible { outline: none; } #K5yVrHbd6RQB3TtO8RvEnQn8skXxnkJo > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #NToOaD62EGrvvT6qSXgi8WrDnc7XrKJ5 { display:block; } #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection *:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="text"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="email"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="tel"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection textarea:focus-visible { outline: none; } #NToOaD62EGrvvT6qSXgi8WrDnc7XrKJ5 > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZOBDfhQcyBpvBqes2Z1lXVTk2KbQVo9c { display:block; } #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection *:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="text"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="email"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="tel"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection textarea:focus-visible { outline: none; } #ZOBDfhQcyBpvBqes2Z1lXVTk2KbQVo9c > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #ROmwTy1ZFvVMrbyFUQJQSaXtttKNhiGE { display:block; } #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection *:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="text"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="email"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="tel"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection textarea:focus-visible { outline: none; } #ROmwTy1ZFvVMrbyFUQJQSaXtttKNhiGE > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #R1C8aTRy2L8v1b13xONx2ocxepxTJl5z { display:block; } #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection *:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="text"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="email"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="tel"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection textarea:focus-visible { outline: none; } #R1C8aTRy2L8v1b13xONx2ocxepxTJl5z > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #sWEZz7O1Pd80PDZnTdnAWewIWNVz4k27 { display:block; } #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection *:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="text"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="email"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="tel"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection textarea:focus-visible { outline: none; } #sWEZz7O1Pd80PDZnTdnAWewIWNVz4k27 > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #sHC2Sx8hX58byPd3I5JVqS6sqpQWwzJi { display:block; }#sHC2Sx8hX58byPd3I5JVqS6sqpQWwzJi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VanrTJs4T3ZGnv5J6z1VdXu6MaIdbf42 { width:7.5rem;height:2.5rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRxJVEie3XpD3S8VAEA3TTN6D0yGPf10 { display:block; }
 }@media only screen and (max-width: 763px) { #p0RNOteO8C2eWFLuoPW9sKfqZQUXtaI6 { width:6.5625rem;height:2.5rem;top:1.5rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8dUvUXKDtQ4fpX2Wc2BwHV60mMldwoV { display:block; }
 }@media only screen and (max-width: 763px) { #BJnH55esJXK72QpT9ZqvadeLl6eyyIZv { width:10.75rem;height:2.5rem;top:1.5rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzU31xOTdWBnO2Bio7exBkQbVI4WLhSq { display:block; }
 }@media only screen and (max-width: 763px) { #kIfpFEXUqIS9lPwOTAhamDKebQyZvgDe { width:6.8125rem;height:2.5rem;top:1.5rem;left:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpWuTaTfz4JHLOuSQKaVXTko3sCFJzqw { display:block; }
 }@media only screen and (max-width: 763px) { #Ly6TsuK3lpRW6py9NCrKq0UVrUuaXUpS { width:6.8125rem;height:2.5rem;top:1.5rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7JzUxmMnezVLZNxiReFRg5TzMFcKJOq { display:block; }
 }@media only screen and (max-width: 763px) { #iyTEcyqHcigGTIdKIRygEuSUdm3TFBRZ { width:12.8125rem;height:2.5rem;top:1.5rem;left:32.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPe4EzNHHxAyRvTWZu2eiD8TVCdx0ua4 { display:block; }
 }@media only screen and (max-width: 763px) { #pLM5GrXq05TzbZnLfwKQln6llaSNGgHV { width:9rem;height:2.5rem;top:1.5rem;left:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEwISt4IkheANpfT0nk1RQDhKdfTspLd { display:block; }
 }@media only screen and (max-width: 763px) { #ohBIpoOgJQrwkDyTd7mZzRiQoLBaUS3L { display:none; }
 }@media only screen and (max-width: 763px) { #zGJR0feIm02zbLa59EJVSTHVTuAnIVwU { display:none; }
 }@media only screen and (max-width: 763px) { #HrdUrDtEN6PAogpI8EdKL3GaS0CMM6Sg { display:none; }
 }@media only screen and (max-width: 763px) { #GnFiB0Uu1uMwQwElr84qwDI6TkKT1Iqt { display:none; }
 }@media only screen and (max-width: 763px) { #zt6lTCp0tpEoc6yluTWWPgRkzmvFETO5 { display:none; }
 }@media only screen and (max-width: 763px) { #JeO3dxfmXTI3JlSUDEVMCkgPdhTsxB7x { display:none; }
 }@media only screen and (max-width: 763px) { #V272z3lRhRWDUxdIF2Ekvms8eqQnThqh { display:none; }
 }@media only screen and (max-width: 763px) { #ad0LfSLA5TLykxQlFdSh5kWxTK0ouxbu { display:block; }#ad0LfSLA5TLykxQlFdSh5kWxTK0ouxbu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PMziXncl4qZDwD1a9asmGoe39cpLEZSV { top:1.25rem;left:8.2888349514563rem;width:30.75rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzCSEeIFVohUNs88rG7dSVt1WiTJ2W7g { top:19.8125rem;left:15.5rem;width:16.75rem;height:4.6875rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #veavfKFWwh9B1uf7UTticgqQ8q6CfpoG { width:30.9375rem;height:12.375rem;top:1.875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIcwoWeT99dZhgXPzoybTcrihgLynP5L { display:block; }
 }@media only screen and (max-width: 763px) { #e4SwJsApfvh0cmokC4OBLK5U0bQ4lcbg { top:18.25rem;left:11.90625rem;width:23.9375rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8FX4hGmcFo43mLwQytJCQEhrp4Rg7JS { top:26.0625rem;left:12.71875rem;width:22.6875rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbeexKRVwnJt90FS3AAGPR3DOmQullaM { display:block; }#vbeexKRVwnJt90FS3AAGPR3DOmQullaM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iCNGaI2dgHSuu1ESW5czF0ThBcqbBM91 { top:2.5625rem;left:0rem;width:47.75rem;height:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEZMTsTSZe1SM57sPUS1zTT2PiByp4O3 { top:7.4375rem;left:4.3125rem;width:43.4375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0lLcGB5DgPTuHDWrsuKdyHRp8AXCBpv { top:12.6875rem;left:4.5625rem;width:43.1875rem;height:5.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSbKX9GTWuzQ6rqCuBdUsxEyDiE4TukZ { top:0rem;left:0rem;width:18.1875rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiuB4wNfA9s2rpskpkOqfqCJvWqWQcvJ { top:7.4375rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TA8VMdX0tWit9TTVQxi4C9KSHCyTF33u { top:14.1875rem;left:0rem;width:8.625rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTSncuSsVZFbW6EAJFs4xzgzRkueQBLg { display:block; }#qTSncuSsVZFbW6EAJFs4xzgzRkueQBLg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VCTa1bLPD2b0Wot7G2wGgF5CtyxC3xwr { top:6.25rem;left:27.75rem;width:20rem;height:15.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAL1DSwTeInALu6tbWePg5yEhIaslanz { top:0.6875rem;left:10.625rem;width:10.75rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zu4a9BVpFEMa5r9kLVh6srSRdxaXhRBK { top:42.6875rem;left:35.4990234375rem;width:11.625rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATJT9hyr8I5y0TA35nHWGeEmHZR9NZlg { top:1.3125rem;left:0rem;width:6.875rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxNxT7OvWucXq192G27iIV6qpKtfB6kK { top:2.4375rem;left:0rem;width:5.9375rem;height:4.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXI6nlHbmm8DdDSdkPUiy78ONIa6PyoC { top:11.0625rem;left:0rem;width:29.6875rem;height:15.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVOviy6QzGFcfxfbt4l9q0f7n3PeFipt { top:7.4375rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OAwgPUHIfTNiI16s7ONHSF4CcebsciBI { top:23.3125rem;left:36.75rem;width:11rem;height:4.9718356808307rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmnzgncxGyDmfCVP55vnb11eXE79RWue { top:31.625rem;left:31.4375rem;width:16.3125rem;height:5.6657510152788rem;display:block; }
 }@media only screen and (max-width: 763px) { #AB1QtdsbOJ8TuAtNXr4Ph2ZJHoRgLfbo { top:1.4375rem;left:24.125rem;width:23.625rem;height:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXNiwGZGkg9MWfGss0Mvh8eGf5AwCCR1 { top:3.0625rem;left:33.1865234375rem;width:10.1875rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtrusXM6qTTpOXSPTvry5eqVyNBn11at { top:30.375rem;left:24.1875rem;width:23.5625rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTtDvfen4CxMc3qfUqU6TrwqLx9ZqaPf { top:40.375rem;left:24.1875rem;width:23.5625rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdFO4QQ3KUTfwPE0xUMeDLOZTbAvo3FW { top:45rem;left:35.499892234803rem;width:3.875rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdGDNB9cyTMXBWcbqECshgDVqrV5Kp2I { top:0rem;left:0rem;width:47.75rem;height:54.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ialqkyFZTh1l4vfNEGCm85AXVhGpmre7 { display:block; }#ialqkyFZTh1l4vfNEGCm85AXVhGpmre7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #udV7uCgaXsIrWd6uLrS9t2PcKCvgSAvo { display:block; }#udV7uCgaXsIrWd6uLrS9t2PcKCvgSAvo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #btfIdx9DNFuK3HCwPIDhNsFGNp42CMVZ { top:2.5625rem;left:0rem;width:47.75rem;height:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k00s3E9Ddo8AVbL7LS59XkRB9U509Be8 { top:7.4375rem;left:4.3125rem;width:43.4375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W50xfzcDQM66SHM31vsMkFiKlGgtX1zF { top:12.625rem;left:4.625rem;width:43.125rem;height:10.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIld59QNapFzlOtARG3JGKOfWBHHsH8T { top:0rem;left:0rem;width:18.1875rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #szPwM12cJSMc29BFUVGTqbgmqFFxZ1xF { top:7.4375rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #US2ZVDkTpM0idKRUX2xZsCqbVDR56KZ3 { top:14.125rem;left:0rem;width:8.625rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6tT4Ip8GCwCLcUpLRiwh8coEpvm6esH { display:block; }#R6tT4Ip8GCwCLcUpLRiwh8coEpvm6esH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sqonc9o3VDHCDG8NdR0iacEGKs299zEw { top:6.25rem;left:27.75rem;width:20rem;height:23.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKyPirrkwPvn5VGuKIp4kTpaZNirrvNv { top:0.75rem;left:10.249674797058rem;width:10.6875rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqqTZom1SnfPPoNHEEW1rD5wM82RUEKM { top:50.9375rem;left:35.4990234375rem;width:11.625rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlTJQtddA5eyZAKF4UVRsl8XPOJWFtrV { top:1.3125rem;left:0rem;width:6.875rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmw7NTaqswUmp9TlXNDHLunzyk0xJHhq { top:2.4375rem;left:0rem;width:5.9375rem;height:4.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lg8Go5HD2mqGkoiC8N2q5teJE7BbCRrP { top:11rem;left:0rem;width:29.6875rem;height:16.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQ1RemP2wy6rlBLrINDaUln9mTy89uQW { top:7.4375rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AzIRM2XhKJTRLraqXHzEh5xFWFzJG7XO { top:31.625rem;left:36.75rem;width:11rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOD3ponxXPSrbrpP7MHptCaLrryXlB2t { top:39.875rem;left:31.4375rem;width:16.3125rem;height:5.6657510152788rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVvhB3psu75Fc3yDuOf1yDOZBQyFdZMr { top:1.4375rem;left:24.125rem;width:23.625rem;height:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #modoh29QOQ58bWQh7zryTXPDSzXxRvSP { top:3.0625rem;left:33.1865234375rem;width:9.25rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVCAG6SF8ebSKBKm7AR2KKraAtxlUEZl { top:38.625rem;left:24.1875rem;width:23.5625rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3alKRVVo4tpULK10JAfczuPEoUSxnVb { top:48.625rem;left:24.1875rem;width:23.5625rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPxMOKPDNCrr67f8Ta4B0ro2VCp1nNWW { top:53.25rem;left:35.499892234803rem;width:7.625rem;height:1.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6eXVSwDFXdH7RPILVvikitSHcFze94l { top:0rem;left:0rem;width:47.75rem;height:62.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeyLTVa0JSbuNCzdeLmkQlcTlUArrzsA { display:block; }#oeyLTVa0JSbuNCzdeLmkQlcTlUArrzsA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cfLGl0ZnkRKwAdnrCgWrxRXT0LP0tllS { display:block; }#cfLGl0ZnkRKwAdnrCgWrxRXT0LP0tllS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KVdmpE5HWXFFxkdncs15uh5S93deRXtx { top:2.5625rem;left:0rem;width:47.75rem;height:38.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAI9ZKGU0p7PigzWrB4uZFp8z2GSbcJu { top:7.4375rem;left:4.3125rem;width:43.4375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZxy3xcI1bK9rlySRrTRrxPxfrxQFaCg { top:12.6875rem;left:4.5625rem;width:43.1875rem;height:22.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FusJPnhX1AcPyS6V6pWuWWaa1k9x1IPS { top:0rem;left:0rem;width:18.1875rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSh2ghFBo8b94GyW1yJXtFuBHuDGsfE1 { top:7.4375rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOUiaq9vyd5LOhK4zTnsUVUO1NmHAe1F { display:block; }#WOUiaq9vyd5LOhK4zTnsUVUO1NmHAe1F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #btSsTAAuQD9s2W6RkPTALaRDIrv48ama { top:6.25rem;left:27.25rem;width:20.5rem;height:19.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8tmUwnaN6hg2aXI524kSgV8PveTyPVw { top:0.75rem;left:10.2490234375rem;width:12.4375rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxaK9bDhcNuW0MeJ6HiHyMgdkKTtXX70 { top:46.4375rem;left:35.4990234375rem;width:11.625rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DULCpcQTNC4XCXNNiVbKWu92Q0XLmO9J { top:1.3125rem;left:0rem;width:6.875rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKLHCheUtbZorLxIbp8IIBTM7OnNTDm0 { top:2.4375rem;left:0rem;width:5.9375rem;height:4.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDTv0OuRfgwvmFi2t9EmzpTRygKh6Dd0 { top:11.0625rem;left:0rem;width:29.6875rem;height:17.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTGWQvm7GL3MPBzxPw5JIx7AEKFtnA3z { top:7.4375rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Uz0DAktA5anIMJaAnc4IfZtNmaxcNPdW { top:27.1875rem;left:36.75rem;width:11rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVQ5cHGUrbh8XL9LAig5gB9nRt3EEvPo { top:35.375rem;left:31.4375rem;width:16.3125rem;height:5.6651570048309rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmbVoTs4ikOPDd4DVDKxLQ3FFvcRVof0 { top:1.4375rem;left:24.125rem;width:23.625rem;height:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbPrNKpkTEXi03knbZbPMat7cnZZr81k { top:3.0625rem;left:33.1865234375rem;width:9.0625rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvO30IkFzRPOgelLBmDT40ObDksaPQEQ { top:34.125rem;left:24.1875rem;width:23.5625rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSuFgy3lOW8cAGfzNPmTJOyOZVPhWEqc { top:44.125rem;left:24.1875rem;width:23.5625rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cR3zfMPFHpd6lkHV8iXKvvRRLb1RNb8H { top:48.75rem;left:35.125rem;width:12.625rem;height:3.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hv0QoVltsxpILz9pE0fLPVk2oC8XKyiy { top:0rem;left:0rem;width:47.75rem;height:58.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pefV3gVTgH0KhyZdxlwy0NtOOB5tWLSA { display:block; }#pefV3gVTgH0KhyZdxlwy0NtOOB5tWLSA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aoWg6TTNZK0TfzIaMCWHEkHWgB52n2VK { display:block; }#aoWg6TTNZK0TfzIaMCWHEkHWgB52n2VK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TT9drWEzsKkTUBT3g9ET9zqIiSx2HPyZ { top:2.5625rem;left:0rem;width:47.75rem;height:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGTH3Kmkxf9E1fshoJPeV3R4nFc9THdc { top:7.4375rem;left:4.3125rem;width:43.4375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4RRgIHquCc6FgiFGvN0eSCoDTk3Ou7y { top:12.6875rem;left:4.5625rem;width:43.1875rem;height:17.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUVN0dFd5lB46FodBMO3EHwQAuicRtVo { top:0rem;left:0rem;width:18.1875rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EE3F2dlwQMe8uDXgCTLb9zKgcvW6dU3L { top:7.4375rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBWXb6fGUOTvTkTBhKbm8nklyClqH5Qn { display:block; }#HBWXb6fGUOTvTkTBhKbm8nklyClqH5Qn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yacLVe4VqNzaPSEpRodKxaw5cW928SJZ { top:6.25rem;left:28.5rem;width:19.25rem;height:17.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVQEOWLnTqHEm50k8fa07N6ZWIhtApGg { top:1.625rem;left:9.6865234375rem;width:12.4375rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S95MSyv7h910TlaSCITarQichSe19HyM { top:46.4375rem;left:32.875rem;width:14.875rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2JFkaCDM1etT55DuS1LLIAbkpDy2PIi { top:1.3125rem;left:0rem;width:6.875rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d50mM5F2EVDwKGXPqH51IiztwetLBfIZ { top:2.4375rem;left:0rem;width:5.9375rem;height:4.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCnE6mQSMsRv8Q2QaNqVdQIiuRurlrCK { top:11.0625rem;left:0rem;width:29.6875rem;height:15.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlBo15wO61ZIfwa2GIDFXin7Q7NdEd62 { top:7.4375rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rgw2hci9e8m7WFHJP783DMrJMh69n3WC { top:27.1875rem;left:36.75rem;width:10.6875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJseamUdpwf0NRs0WTuKw2VkZXwiebQE { top:35.375rem;left:31.4375rem;width:16.3125rem;height:5.6651570048309rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZEmX68NlmSWmt8me8AWfsMx8LyUl4zh { top:1.4375rem;left:24.125rem;width:23.625rem;height:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeWPX8apx5PBEW82k3wsoGXWoSfLXq63 { top:3.0625rem;left:33.1865234375rem;width:9.25rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8o3CvwSTGbFWzLvAXIa5fl3tkbJa1fD { top:34.125rem;left:24.1875rem;width:23.5625rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnhCo48DK3S31xCccJZG9VtzR5wxVuSk { top:44.125rem;left:24.1875rem;width:23.5625rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNIF6VAdSgTi0qOuPF0rJuC3J1tEfoHC { top:48.75rem;left:35.125rem;width:12.625rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrrPNqb5Pr06l11nC1pK5JucklSh1qpe { top:0rem;left:0rem;width:47.75rem;height:58.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNcOETZTT8VCF88r4et7vDKKX29nRcET { display:block; }#sNcOETZTT8VCF88r4et7vDKKX29nRcET > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KFsPJniuaKAmqK5DMGTGJMhWdT7mMXyP { display:block; }#KFsPJniuaKAmqK5DMGTGJMhWdT7mMXyP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XsxGSSTcW7K4U33iAwGWAiqgSDAzbfQt { top:2.5625rem;left:0rem;width:47.75rem;height:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuQNM0XVknZh5OTnfaPxPMWoLp7zLpov { top:7.4375rem;left:4.3125rem;width:39.4375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNa40nPVKmITzblQrtVh9PeMnXvXCQiO { top:12.6875rem;left:4.5625rem;width:43.1875rem;height:3.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT1k9amwnbAOpcZkisuKOFFsbuI26Mrz { top:0rem;left:0rem;width:18.1875rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlfbnn55Mb10xHuwkTnDwoXFW7fe99ba { top:7.4375rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwIDEGPKvcsrHMXzIWWCLlvLGI8hXZrB { top:13.8125rem;left:0rem;width:8.625rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKmkOL4GaiMzJUPabeEuFyqIWH8NwVck { display:block; }#tKmkOL4GaiMzJUPabeEuFyqIWH8NwVck > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #md6XmVR8gBsucCi4nN6OpOVAGVJzq9hH { top:6.25rem;left:28.5rem;width:19.25rem;height:26.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTQQ2m7skoFTswwagOUUpV4ZSlu6Veoc { top:0.875rem;left:9.5615234375rem;width:12.3125rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #khEiCIrTcrfeFVK47ruOSHBWCv43qlGv { top:52.8125rem;left:35.4990234375rem;width:11.625rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOlNTbKbSV7pg5eXUpRdLuyQZHXzWtgB { top:1.3125rem;left:0rem;width:6.875rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8bgZTHsup1hDRxqJCsFGcXV9P5R7Mi7 { top:2.4375rem;left:0rem;width:5.9375rem;height:4.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5fJedSLDEXZfTQon2cxW9Ev4A6zoogF { top:11.0625rem;left:0rem;width:29.6875rem;height:14rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9JuWngi2iIO1wFVVyhg2ew8JAFU2krG { top:7.4375rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #g9TmaEFshwLqkun8OQEy29osb7Xo2cbM { top:33.5625rem;left:37.0625rem;width:10.6875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aydLckzG4JVXS6204RRESyNw2pxzw9GW { top:41.75rem;left:31.4375rem;width:16.3125rem;height:5.6651570048309rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5I4XvAC0rTA2TQvVIZE694fJs6rMG1x { top:1.4375rem;left:24.125rem;width:23.625rem;height:34.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0WBOSMXfKAAbwVrtq4SrRnUoi9xStCh { top:3.0625rem;left:33.1865234375rem;width:9.4375rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykdWmgEfewwFiHtLA5xgVUQM6v8PRbih { top:40.5rem;left:24.1875rem;width:23.5625rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDPwp8lMmVDPS5GXSOxV0gsg28EZnKte { top:50.5rem;left:24.1875rem;width:23.5625rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoKnRGScRREXlrqi6TSJvr9DN3cMUA0i { top:55.125rem;left:35.125rem;width:12.625rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFnWLaKk4tnp4G0wW3yfNSCnC6sxULm2 { top:0rem;left:0rem;width:47.75rem;height:63.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUbdCzWNaPFIfpZe7MieZtQuD3EnWb1X { display:block; }#HUbdCzWNaPFIfpZe7MieZtQuD3EnWb1X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EE9auGHNqxV0Jf2OUlUKRRfuTrf0NT4Q { display:block; }#EE9auGHNqxV0Jf2OUlUKRRfuTrf0NT4Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X6xMS50CLzdqIJFctt93TycpyLCpuAmL { top:2.5625rem;left:0rem;width:47.75rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOUlWe3wik8mPklUA2SJmX0bFZIDHlwH { top:7.4375rem;left:4.3125rem;width:43.4375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9F56Cu642xADGGXWDwm7e3QbxQvCJVh { top:12.6875rem;left:4.5625rem;width:43.1875rem;height:7rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhZp0dMPcPE72TuU0lPFwfxl1U7uo2kg { top:0rem;left:0rem;width:18.125rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATJxFSbDzwNZkeOXp150RMXkhc7ZfJux { top:7.4375rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoexQcwQCQdXcrzR2hMXpGdTWKkwiOwZ { display:block; }#LoexQcwQCQdXcrzR2hMXpGdTWKkwiOwZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mu1r3HnQoRi8aeTRnacMKxl0TPwvuhdc { top:8.1875rem;left:28.5rem;width:19.25rem;height:26.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTMmTFc94kR8W3LFWwsercUeSxZKKIBL { top:0.875rem;left:9.2175273745081rem;width:12.0625rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0b2zeOcRcH9fdnf0KTD69tJsLbrDqTZ { top:54.75rem;left:35.4990234375rem;width:11.625rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1iogAWTrWtZVaTPvnOivXOLVWrcAyUx { top:1.3125rem;left:0rem;width:6.875rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpXN5eZhmy3NLbFaBUl9P5067nfs8Ig2 { top:2.4375rem;left:0rem;width:5.9375rem;height:4.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tau7yddiRRXd7XQy4aONel5gZMyn2X4o { top:11.0625rem;left:0rem;width:29.6875rem;height:14rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVFqADflkk721hsFKJTzTLFXWmXQHVmp { top:7.4375rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MRyO107qplt3Iqf0G2zKBupSU1VddArK { top:35.4375rem;left:37.0625rem;width:10.6875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8z2O2avObtNtIxFL4AQJLuUXfKaDBiU { top:43.6875rem;left:31.4375rem;width:16.3125rem;height:5.6651570048309rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGoU5nGgAacgTw361aGbSVJ7ltLIWQpT { top:1.4375rem;left:24.125rem;width:23.625rem;height:36.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2TLUqTT6PST4JkoKVddRVA1Gkrb3mpX { top:3.0625rem;left:28.8125rem;width:18.9375rem;height:4.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCAZuZxK4mO9EXgGNcX2nRGldZ9AqzD7 { top:42.4375rem;left:24.1875rem;width:23.5625rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Smtzx7i5Te8NAQLKkK2WZeDwRtanouyN { top:52.4375rem;left:24.1875rem;width:23.5625rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMZPTUZWzvsUPHpsxRDOJSXs4IHuDrmy { top:57.0625rem;left:35.125rem;width:12.625rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIZ0yd8FBPpI31dQ3FHKqNuGkVr5xOVg { top:0rem;left:0rem;width:47.75rem;height:63.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPiedcvX3M7Wcz60DUTTVpOXOxDc1UH0 { display:block; }#EPiedcvX3M7Wcz60DUTTVpOXOxDc1UH0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MIb1U4xzLm7UmTxkP0hsKru1qx6HhBJA { display:block; }#MIb1U4xzLm7UmTxkP0hsKru1qx6HhBJA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v5UR7cI87p2bNUozefOT4AT3Zrw3n6LU { top:2.5625rem;left:0rem;width:47.75rem;height:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dT0bp2z0enu7T6Jk7SpEEkCopNEw0Tf2 { top:7.4375rem;left:4.3125rem;width:43.4375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJeDBHrSLcBOW78cQV685WnQcHBNHKNT { top:12.6875rem;left:4.5625rem;width:43.1875rem;height:8.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #My4gaU4g221wTBBHKRaDO5AnNQT8UXUx { top:0rem;left:0rem;width:18.125rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eENQP7a6W1kJrm3KG62gTc3VLhcy1qgR { top:7.4375rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8tmVNhZ8QlM2HovAOxJpzcTdyXFNTPh { display:block; }#D8tmVNhZ8QlM2HovAOxJpzcTdyXFNTPh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZCQ0GNSpOtmS8a1GFEMLfV9K8RT9PDe0 { top:8.1875rem;left:28.5rem;width:19.25rem;height:31.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWGsQAE9VesfAGvlb5hAeExw5vcUkVl3 { top:0.875rem;left:9.2175273745081rem;width:9.9375rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #vb1rB9iT7HzqWhJnTF9mh9hDzPyzTvih { top:60.5rem;left:35.4990234375rem;width:11.625rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Suabo8GAkmM9wwvXxkSRwVOoHxvMEDTx { top:1.3125rem;left:0rem;width:6.875rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHC9A7tT0I6kNTBPSEyLW5y9bzlKiTVE { top:2.4375rem;left:0rem;width:5.9375rem;height:4.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTeRNyxbI737WpuL6w85XbWh1ViUfCGw { top:11.0625rem;left:0rem;width:29.6875rem;height:10.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLTS6bdMl64gP3mkIf3BF9DsE79dQkcQ { top:7.4375rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cdr0ErZ2oTcPr4cCoLtmr2KDqQgH8RN2 { top:40.5625rem;left:39.5302734375rem;width:7.1875rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nH9TnnAeQQOnzArTpESZHFN6GKlCqORG { top:49.4375rem;left:31.4375rem;width:16.3125rem;height:5.6651570048309rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBUFb27EJZDGcXR7yMx1galmU4clcBTT { top:1.4375rem;left:24.125rem;width:23.625rem;height:42.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrL3JXO7DiUckaMBba8hONNXRefWaVxm { top:3.0625rem;left:28.4375rem;width:19.3125rem;height:6.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJgOrBVRZQUEnwiJk6PBxl5Ty5HeH62d { top:48.1875rem;left:24.1875rem;width:23.5625rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GatmQ7bMgym3JDAZymITnlfCQyTpBIAE { top:58.1875rem;left:24.1875rem;width:23.5625rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfmtGrGTc1RNabrBttgrovZDP0uScA4a { top:62.8125rem;left:35.125rem;width:12.625rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EveNbMCltQ9VGi9ZN2fBpgGAeG5pbyJ8 { top:0rem;left:0rem;width:47.75rem;height:70.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASUmKm7yVOo0MNFNGxPO0DpwPn9I1c6x { display:block; }#ASUmKm7yVOo0MNFNGxPO0DpwPn9I1c6x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VaLJ7zzbKFKbZmfMHRBhRZ5TonAKu8el { display:block; }#VaLJ7zzbKFKbZmfMHRBhRZ5TonAKu8el > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EfhUEkam0aqzKIFarwQylkcRnWdfMMfM { top:2.5625rem;left:0rem;width:47.75rem;height:40.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tf3t8e4SHs3g9Grhpo7yG97lzkKZAQTH { top:7.4375rem;left:4.3125rem;width:43.4375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5UttyHb4SaElFWZwGLA3wRovRwk5TC9 { top:12.6875rem;left:4.5625rem;width:43.1875rem;height:24.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfaOJIL6cNRTequegWXm6rOqK5EXyIKn { top:0rem;left:0rem;width:18rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6C06IGzgt048ABV7htSxgZVJx3oqxyF { top:7.4375rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a898AIrfEcFt8PJmNLW3eyf4dysgdE69 { display:block; }#a898AIrfEcFt8PJmNLW3eyf4dysgdE69 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XKiusX1IcWIzEGUFwZV9Q3Pq37Mub5Ip { top:8.1875rem;left:28.5rem;width:19.25rem;height:28rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7AURXxP932vDNi0Bp9DBLsUEt45wz2T { top:1rem;left:9.216796875rem;width:9.9375rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PD5pU2Ia0BePx2SAMAh8ApUD306mEGEO { top:57.625rem;left:35.4990234375rem;width:11.625rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GA7OuQAOBexJJNnkAixoZUehtOtvvT2a { top:1.3125rem;left:0rem;width:6.875rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKUJUlAvqcHrm69zSsG05wZJH4m96Ww9 { top:2.4375rem;left:0rem;width:5.9375rem;height:4.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgWwRfT1tByOHgvLcgloh3d9V8ygROSK { top:11.0625rem;left:0rem;width:29.6875rem;height:10.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcIzJAJlAlcii8PHZMSgMWlI9Skkpwf9 { top:7.4375rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HIT4ty6BFLGGfNt90mZA07UsXTI1CKcV { top:37.5625rem;left:35.875rem;width:11.875rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPUMf2UcG4garpoaMN3rrm8GUgo6K4be { top:46.5625rem;left:31.4375rem;width:16.3125rem;height:5.6651570048309rem;display:block; }
 }@media only screen and (max-width: 763px) { #ym3cpEIJMR6BDQxwPNCd5nGd7nO56MPy { top:1.4375rem;left:24.125rem;width:23.625rem;height:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uc1r5xpG0E7MfJHNC6tHTZZuneDqdiNJ { top:3.0625rem;left:32.6875rem;width:15.0625rem;height:4.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S110I130zJORV8xUSBivL6WtpsraiCG9 { top:45.3125rem;left:24.1875rem;width:23.5625rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoc7TDRelDTAkZoES9hd6heTZfVMQ7Gf { top:55.3125rem;left:24.1875rem;width:23.5625rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8IEPrh8FxBE5ryFMpKSIK1QA2kn0T5b { top:59.9375rem;left:35.125rem;width:12.625rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #phBb1WKRi03X6AOZA2QviEtrQx4KzI24 { top:0rem;left:0rem;width:47.75rem;height:69.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMTT3BAPA6loreC07eT7iaOTp96leE1d { display:block; }#VMTT3BAPA6loreC07eT7iaOTp96leE1d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LMDOTumNh7eTVtsglkZb8sE06xvCHBFo { display:block; }#LMDOTumNh7eTVtsglkZb8sE06xvCHBFo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZAcn9ERTbfe9DnnD5eJTVx6tV6IdZl3p { top:2.5625rem;left:0rem;width:47.75rem;height:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEIiKtyhHzm0Krz2lndCbBTTuRdmAKBy { top:7.4375rem;left:4.3125rem;width:43.4375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4xCNT58Et1dCiWSIuJTWIddc593Bs3C { top:12.6875rem;left:4.5625rem;width:43.1875rem;height:10.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogZdcMlIZf8Hp34NWP19VXdNVvCbSqr0 { top:0rem;left:0rem;width:18rem;height:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMkyUco1gl1GPnSAz0IXxEki4w8o7Dty { top:7.4375rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C471rqTm8F42Wuzo0QtC8VDdBZBSEvPz { display:block; }#C471rqTm8F42Wuzo0QtC8VDdBZBSEvPz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UqNzD8Z3KzyJDsTrrEDy0l7pEPZzmyl3 { top:8.1875rem;left:28.5rem;width:19.25rem;height:22.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #raQhdzuTI5xVz8lwoZGIlNIGZtscJ1on { top:1.4375rem;left:8.029296875rem;width:15rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Et59kOnJtdIW4fOZTcPM6PlnaPAMTH5v { top:52.875rem;left:35.4990234375rem;width:11.625rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4NUea1roWTWbBG8poHEARI2kSzT7Gk6 { top:1.3125rem;left:0rem;width:6.875rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRS87twzIl9qiB23J6XKqQTSy4mbWl83 { top:2.4375rem;left:0rem;width:5.9375rem;height:4.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHqJ8HUggyeSoWordhL7uIW2OWsrkmqG { top:11.0625rem;left:0rem;width:29.6875rem;height:12.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I50mcEMdueUItTrJMMc98rU4Qn6rZiCW { top:7.4375rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BFiO9K0nQtFv1q0wV4VQoSZBXXHO1SpE { top:32.375rem;left:40.9990234375rem;width:5.4375rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6RK2X08eOlMV8QyyRRRbGmyz5RoM7IE { top:41.8125rem;left:31.4375rem;width:16.3125rem;height:5.6651570048309rem;display:block; }
 }@media only screen and (max-width: 763px) { #sq9oHHBd7S9mSdHwc5qwKhhRN5iZUw3q { top:1.4375rem;left:24.125rem;width:23.625rem;height:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xdue3111ytV49z2f3ZlvJRqVAx7mvFNT { top:3.0625rem;left:32.6875rem;width:15.0625rem;height:4.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6haq9EZPf26F8UBb79BJZOpTMGXldu0 { top:40.5625rem;left:24.1875rem;width:23.5625rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMsHxA7UaAACq4PxxHqmly7ArHiTdVen { top:50.5625rem;left:24.1875rem;width:23.5625rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #okHdiNyvvWZQ6tIQ7zxeakWWvAK3Uf2b { top:55.1875rem;left:35.125rem;width:12.625rem;height:2.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfgA2A5DRFLNGoc2rrtZPXfw60E9HF14 { top:0rem;left:0rem;width:47.75rem;height:65.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bb7t3bg79192TSSxBVlZ2CHk4nFM00At { display:block; }#bb7t3bg79192TSSxBVlZ2CHk4nFM00At > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GLw5SxcKZQwLzikiREl9euB55clAz68T { display:block; }#GLw5SxcKZQwLzikiREl9euB55clAz68T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VGk06ef8EHyuOwg8XLGlcqaWbGTtqGZf { top:2.5625rem;left:0rem;width:47.75rem;height:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sc7MbyoMBLRBUigstuVNxB3vTmCd0OLC { top:7.4375rem;left:4.3125rem;width:43.4375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhRqQ1x6pA6mKaZINaCs4oaBOR97oRFp { top:12.6875rem;left:4.5625rem;width:43.1875rem;height:14rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XckVelqR0x3PdgOECRr5UIZereKQC0C7 { top:0rem;left:0rem;width:17.9375rem;height:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOLev2rwi3I2VBbttP26qhmRGr4DmGio { top:7.4375rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #skliMWeRBMnXrmByEpu1UDOzWaPWM8XW { display:block; }#skliMWeRBMnXrmByEpu1UDOzWaPWM8XW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GmdSneNVz0nFZkoC8wb3wzL97w76CNW7 { top:8.1875rem;left:28.5rem;width:19.25rem;height:21rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vi5o3QOP0RScvPMnP48gcGFUHVF0Tmfx { top:1.4375rem;left:8.029296875rem;width:13.4375rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0vhoEdXqAeel0Z7SDMCTHq4DgroAg4f { top:50.5625rem;left:35.4990234375rem;width:11.625rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nmyc15vatMOadhoV3piJvKNkbzf1ZkUB { top:1.3125rem;left:0rem;width:6.875rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JH5graXlXyeQ5FxwIM6iyRU8t7XPcxNT { top:2.4375rem;left:0rem;width:5.9375rem;height:4.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnMXeTmvmzuS5xfszBXU5bJcoGSCC50I { top:11.0625rem;left:0rem;width:29.6875rem;height:17.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U763QGKexTfG2qMADElaAXkVhQdVO0yz { top:7.4375rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EDSf0UqmHXHy1Tb3hgOyJUf3TwwEMhdl { top:30.5rem;left:40.9990234375rem;width:5.4375rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrorZdpTAZuyxMb5e67hLzDfoqonoRTU { top:39.5rem;left:31.4375rem;width:16.3125rem;height:5.6651570048309rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyK4CH3HKlVdkO5swXKTgoG8soVnIbDh { top:1.4375rem;left:24.125rem;width:23.625rem;height:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTmdV6nwDfRZAoV7QWrw36LSJsohJVF0 { top:3.0625rem;left:32.6875rem;width:15.0625rem;height:4.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTp4AhsB8bxCUhqzLh0Q0Ba0XdiBIBxH { top:38.25rem;left:24.1875rem;width:23.5625rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQnsQxdwwkU7d5FhgAnxgEOctsAgdPKv { top:48.25rem;left:24.1875rem;width:23.5625rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZQDmET3iLAWfeqzZ2PfmClbOXVoKebi { top:52.875rem;left:35.125rem;width:12.625rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOCz9hsn97UcsMupwpLZ1xdgXvD9IddM { top:0rem;left:0rem;width:47.75rem;height:63.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVvTR0qK0pBW40hIkdbA07HN73eNgtt3 { display:block; }#UVvTR0qK0pBW40hIkdbA07HN73eNgtt3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZqWsgKt9JTA8gqVqttR5WI2DzpSgRLeV { display:block; }#ZqWsgKt9JTA8gqVqttR5WI2DzpSgRLeV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZfgzJm7U0RG9G0FkEGq7l3pgPyrqwTSs { top:3.75rem;left:0rem;width:47.75rem;height:34.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeGlokf5b8BAJpBm57QL5wUAydyuOIKi { top:7.4375rem;left:4.3125rem;width:43.4375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aK2TVDsi3MATOUmzWuwMTEokTtJCtyAN { top:12.6875rem;left:4.5625rem;width:43.1875rem;height:21rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxbygFRZHEwha8Mnvfp1qszZAkUJ4qaw { top:0rem;left:0rem;width:17.8125rem;height:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9KFTZXZsQ3DADKDypL3vkopFIOTC982 { top:7.4375rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ro0TfEoFWMbuZto99QxNp2hGBhlTv1sp { display:block; }#ro0TfEoFWMbuZto99QxNp2hGBhlTv1sp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xbGAmRHZoARF5ptuBSWbRbzODsggzh0i { top:5.9375rem;left:28rem;width:19.75rem;height:38.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxNymo0PrbMZHTpNsbDBM61eTUMCmUtK { top:1.4375rem;left:8.654296875rem;width:8.9375rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToD67WSEJdoc3WndUTtKWNBnA6J9M24h { top:65.625rem;left:35.4990234375rem;width:11.625rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3N6w7GJrAom4xNsvsGtErsubuFIif5g { top:1.3125rem;left:0rem;width:6.875rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAAJCmKwDbSpCXr3VmOv14ZJuFvAV9xA { top:2.4375rem;left:0rem;width:5.9375rem;height:4.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWVZPbmliz4Aki6MLfVK3ab9WacSGbki { top:11.0625rem;left:0rem;width:29.6875rem;height:24.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5RmZeDyFcHGBGoobV13FJXxT03MAXB7 { top:7.4375rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zDm5e99mGuvLrklQIV3us0D9sTOxZ7B6 { top:45.5rem;left:40.623046875rem;width:7rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQ3aPlWavLXSzO9mwWsftIvnNTtJ0tqB { top:54.5rem;left:31.4375rem;width:16.3125rem;height:5.6651570048309rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyKX2pS7S0g8Ul7hllXlFkNWB1AMVPLz { top:1.4375rem;left:24.125rem;width:23.625rem;height:47.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJpNCBIk1TRmZiwolviNT0env9ebVGf7 { top:3.3125rem;left:32.6875rem;width:15.0625rem;height:2.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Up7vfuDpRyhFuiwZglVwP6SnJAnhWwAI { top:53.25rem;left:24.1875rem;width:23.5625rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kK2TItARy5t1lfP0L3XVuy9zI9s0DBk9 { top:63.3125rem;left:24.1875rem;width:23.5625rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueGhwozlL5b1IoSyVpcBXMS6exSm4qJO { top:67.875rem;left:35.125rem;width:12.625rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwuRuEArw2AwDv5TbeVLX716PwAgqpSq { top:0rem;left:0rem;width:47.75rem;height:77.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TICI4Fq8E4w9AeE30E6e1Xz7AcETJ98a { display:block; }#TICI4Fq8E4w9AeE30E6e1Xz7AcETJ98a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WaRITpZJRrmALWx5aCBSEoUWqXPsbRSc { display:block; }#WaRITpZJRrmALWx5aCBSEoUWqXPsbRSc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LZI7FZf8pU0P2han33xx3qwJgSfnMi0S { top:3.75rem;left:0rem;width:47.75rem;height:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLw61ofHSJqcuVIZuhnUnVvSsFTXTlkH { top:7.4375rem;left:4.3125rem;width:43.4375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZA59FXQMyOJJnMDPTNsGs31WJZlZ2X1H { top:12.6875rem;left:4.5625rem;width:43.1875rem;height:7rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dye4FKpREUd8JyvQncg4yT3Eh7ukZQi1 { top:0rem;left:0rem;width:17.8125rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JegChThEU36ruXr87t8aWhsqMFtmDe5w { top:7.4375rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlsANGV7JodoVlqDqtAdD5GHwmZsP4Ph { display:block; }#QlsANGV7JodoVlqDqtAdD5GHwmZsP4Ph > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wiJTLW2N8VgCsep77ahPawDvmzRqreH8 { top:5.9375rem;left:28rem;width:19.75rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1p1ETdZzIDJSTVtTwZc49V9qraxg8La { top:1.4375rem;left:8.654296875rem;width:10rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xu8DAreGtdugVRLkVRqkDChTENSZaZue { top:19.75rem;left:33.4375rem;width:11.625rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #onsXDh6xCrmDpRREyOo9096u57nSA7OE { top:1.3125rem;left:0rem;width:6.875rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPMwlm6cTba8mqTw0pA9u3ORzZtcln2a { top:2.4375rem;left:0rem;width:5.9375rem;height:4.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCJLWtOKvl5WKXB6GtQgDd9BMT8f9BMl { top:11.0625rem;left:0rem;width:29.6875rem;height:22.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJl3PRrUHWyAKZAixvQVVMLRKc5QlgN8 { top:7.4375rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #a0gxAx371JTyZyvr85AvxJQDEqgNdFUz { top:10.5rem;left:40.310546875rem;width:5.125rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ve8amMezUzWkS88akCKJbehmKFRPZXIK { top:1.4375rem;left:24.125rem;width:23.625rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8JryHees01eXwQLZi7uO4o0fknsF52W { top:3.3125rem;left:32.6875rem;width:15.0625rem;height:2.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckT0BJh4RlM4cXiTMhxZyF1Q4GMsm82T { top:17.4375rem;left:24.1875rem;width:23.5625rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvuK0Tv92ezv9XG7RdB6bqebyXMWrpzi { top:22.0625rem;left:33.4375rem;width:12.625rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfPqlg02GyTWk6PoDiITb5Hc3SyxNEEE { top:0rem;left:0rem;width:47.75rem;height:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOzIZk0gVmgOzRRb9Xq2AdJwqdJcn28P { display:block; }#UOzIZk0gVmgOzRRb9Xq2AdJwqdJcn28P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zTisatWeJ8nyM8lGaLKDVOnskfDZ0LuW { display:block; }#zTisatWeJ8nyM8lGaLKDVOnskfDZ0LuW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J9pXBn489sdu27nh8BTpzed8SOuhfuV6 { top:2.5625rem;left:0rem;width:47.75rem;height:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJWHn8KFUoy0WMnTsgTX62vlZGwzuWVu { top:7.4375rem;left:4.3125rem;width:43.4375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuEivOhh8GZgo3ghcOJxKnZbCNZ5POWB { top:12.6875rem;left:4.5625rem;width:43.1875rem;height:10.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oit5wdQT4bkGpVrIPVwJkmpCihMA5VGI { top:0rem;left:0rem;width:19.875rem;height:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhDMPBSTELVE4dFnxw90wKx0nhkgFJoK { top:7.4375rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLDFVnV2bdkk6ymw7KpzG0S8i9h8bKuM { display:block; }#uLDFVnV2bdkk6ymw7KpzG0S8i9h8bKuM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eMXXzD0lJcSTKnstXH6G08Akqwbgh2EO { top:5.9375rem;left:28rem;width:19.75rem;height:3.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QExBSCDaXLcIEOwwTd209gUD6bXqUkih { top:1.4375rem;left:8.654296875rem;width:9.5625rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #krlpTxdwF8TLAlTTtiJdBhMyAuR6TKBU { top:19.75rem;left:33.4375rem;width:11.625rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPKKboDiqia5UO2fBOand0TvVMQMq5Eg { top:1.3125rem;left:0rem;width:6.875rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6XyNiFvCnCzF5fTyrHOOVcyESJfULer { top:2.4375rem;left:0rem;width:5.9375rem;height:4.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAqn4916DIleiRIWtpAoylyeo3TOgsoJ { top:11.0625rem;left:0rem;width:29.6875rem;height:28rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIe2RUHhfE4Z1FKTzaoAqTghmFXHQbTw { top:7.4375rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xdAHzPKkCCOuZ2zGMscIzokRd0Hk7lPI { top:10.5rem;left:40.310546875rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3WeLCBTfcKZqCnWrKNKHW6mgLvkbZIK { top:1.4375rem;left:24.125rem;width:23.625rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXfwTbwz4yMgaATtMS5teAWdfVsCUJfT { top:3.3125rem;left:32.6875rem;width:15.0625rem;height:2.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2vOT6kIVDh2NvTDaLkxDAvqLchbJlR2 { top:17.4375rem;left:24.1875rem;width:23.5625rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRdf3aV46W1ieZSP045zASEcsPC0Ov9S { top:22rem;left:33.4375rem;width:12.625rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7UVovTEmxHboEFSRcriAi0AF2mCoDZk { top:0rem;left:0rem;width:47.75rem;height:42.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlZ1kppp00WuBWXEdBAs3vARTL0v1vMF { display:block; }#KlZ1kppp00WuBWXEdBAs3vARTL0v1vMF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WmgPwFT7NzE4R051WXHFq0RsLWWUN2FR { display:block; }#WmgPwFT7NzE4R051WXHFq0RsLWWUN2FR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GayqeoLnXAdC2T3BXCvnx7QfUngCxhUP { top:2.5625rem;left:0rem;width:47.75rem;height:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgKntJli1o63oNQ2XFIlMz3nqBUIriHz { top:7.4375rem;left:4.3125rem;width:43.4375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPKqJ4gwJlwiDlDFyNFsBFdxR4B6bEwW { top:12.6875rem;left:4.5625rem;width:43.1875rem;height:7rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlihrd2oZrFlzH8pwq7qGFuMTAxS1CVN { top:0rem;left:0rem;width:17.9375rem;height:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CI66SqtNs4TMkmGzZ5DSDfu5lf6urBiV { top:7.4375rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJ2G79A1flmurebvAKeBLgt71ZqHRdEr { display:block; }#DJ2G79A1flmurebvAKeBLgt71ZqHRdEr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eggirhetfOZaK05u2DSQqzKsEJgfH8ww { top:5.9375rem;left:28rem;width:19.75rem;height:12.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Im7HHl7g9QWvsrRxl5pZMD543S72UI1t { top:0.9375rem;left:8.341796875rem;width:10.875rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4AfNzSE95VKzZP3iGnAWrp5QsR9wD3s { top:28.625rem;left:33.4375rem;width:11.625rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nglbfpIrGucqy9DBZHAIuZQnwL5FNxuo { top:1.3125rem;left:0rem;width:6.875rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUrFFHyT5uQTaPZrTmPPtBvQ1975AJVT { top:2.4375rem;left:0rem;width:5.9375rem;height:4.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MK0ybnahIOLUgnH8J1CFCxq0bE9X2pza { top:11.0625rem;left:0rem;width:29.6875rem;height:21rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NltS71MU5O8D21iARRfhCet5unwrNFBs { top:7.4375rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bSnHl2ocxVIzTqxMNwSLDunKrk7bRWS3 { top:19.375rem;left:36.9375rem;width:10.8125rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgxngDJSF5c8XPXPWfI0VXUVdAFRRprM { top:1.4375rem;left:24.125rem;width:23.625rem;height:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTST6IGOrZH0BmfgTOcspD8S9CsZCA5N { top:3.3125rem;left:32.6875rem;width:15.0625rem;height:2.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQH9mXd8QbK5m6FRo8MJqvrJxqOt0uRO { top:26.3125rem;left:24.1875rem;width:23.5625rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lo0EIHlKT4OTDcLw7KCgQzQNVDQTsNWL { top:30.875rem;left:33.4375rem;width:12.625rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUczq86QmvLsv6pteT7u6rrPtlbKdeK8 { top:0rem;left:0rem;width:47.75rem;height:42.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #axSlyua2v7ISM8HOo794Ry07E50rb4l1 { display:block; }#axSlyua2v7ISM8HOo794Ry07E50rb4l1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sge22gRvmLcAuI0UtfzHm2DBU7c6mofZ { display:block; }#sge22gRvmLcAuI0UtfzHm2DBU7c6mofZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O9Hskiv6xiPRPqiNs8bk6q52Q6Mo5ucM { top:3.75rem;left:0rem;width:47.75rem;height:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bo7Wti41uhMeLqgpxuemNouvX78KkWGP { top:7.4375rem;left:4.3125rem;width:43.4375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xn3bmh5H0hiQcQrVUdJ2kCWNKiCaPvhg { top:12.6875rem;left:4.5625rem;width:43.1875rem;height:7rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2r7giUvGbVxqp48dmZ9D3hqXOUw83uK { top:0rem;left:0rem;width:17.75rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcnPztR4f0o22yifbqWBIrRowTo6TS8y { top:7.4375rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #etn2zXDv5DeV7T5ef4BzouatS5BwpSU1 { display:block; }#etn2zXDv5DeV7T5ef4BzouatS5BwpSU1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HzcdQr9I9tQDpz3hU9ItI5NizuDJpTUJ { top:5.9375rem;left:28rem;width:19.75rem;height:3.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpZeTlTtTfAD8rXOK22Fef7BEEw2Umg0 { top:0.9375rem;left:8.341796875rem;width:10.125rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtZKvN6nywA0mJod5ut6gKF4ZpCg6Ar0 { top:21.125rem;left:33.4375rem;width:11.625rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlaTFhdOfDGZHRcou8lREohRWPJxVlPA { top:1.3125rem;left:0rem;width:6.875rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFs5kPfptIEUzb320Ziq1uErxh1S2VSK { top:2.4375rem;left:0rem;width:5.9375rem;height:4.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xONE9XsToA1EryCTvJgOfUyH1OCWEW7D { top:11.0625rem;left:0rem;width:29.6875rem;height:19.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsXWE4s8cPWs21pUXwVAG4U6TmbSWnbt { top:7.4375rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZXX72qC3rr2e8TTFgHh3ynpuxPdMxz3G { top:11.0625rem;left:40.9677734375rem;width:4.9375rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtFppZ6VC26fWDvg1hafzQwxEBrypE7T { top:1.5625rem;left:24.125rem;width:23.625rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qA9THpx0fT6WZXv9zraBcH7dxLMFG1T8 { top:3.3125rem;left:32.6875rem;width:15.0625rem;height:2.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ui6CRhwcA2XqA5UUDf40cutnrfiC4yWQ { top:18.8125rem;left:24.1875rem;width:23.5625rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G964Fli8MTaUAbsJoBwkq04CANUQHbHi { top:23.375rem;left:33.4375rem;width:12.625rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHWN2zBC1qNQnMQbkU5CQ9mIuFSM3mDo { top:0rem;left:0rem;width:47.75rem;height:36.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcgHxyoT4pTpTyMI4ZpGC7yrsV9zGAay { display:block; }#AcgHxyoT4pTpTyMI4ZpGC7yrsV9zGAay > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mmuWPFto3pMKmkZPDsweatNldd8FhDT2 { display:block; }#mmuWPFto3pMKmkZPDsweatNldd8FhDT2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qQ8h9H2SZTxb58hh1Qfn8wio86b5LRgI { top:3.75rem;left:0rem;width:47.75rem;height:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcuBbMzssweKOLyMuxtONQRhmMTw3UMU { top:7.4375rem;left:4.3125rem;width:43.4375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qnx1NRkfn8HIRtzHePTdSqqnxXUKyEqU { top:12.6875rem;left:4.5625rem;width:43.1875rem;height:8.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKZlFffBzLuT1uDQdCJmQy8d5VexPaqV { top:0rem;left:0rem;width:17.75rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPKgwNUAX4FBwnsyIKTAylUpCxzmWeuA { top:7.4375rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRv4HsEzbSNSGuCd8knBxSDzfUt3K6Bv { display:block; }#WRv4HsEzbSNSGuCd8knBxSDzfUt3K6Bv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wLMHHFpC0B4lMEXNZu9kfdwR7f25nHao { top:5.9375rem;left:28rem;width:19.75rem;height:3.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRAx1LVz8tX8Rxlpz3q8TEsX2t5ESlen { top:1.3125rem;left:8.341796875rem;width:10.125rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1PkWTE4nR7MLIBzSQf3UzykROFaBoq5 { top:21.125rem;left:33.4375rem;width:11.625rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdF0Ek6vTgbCxZgzND6WtBI0RMp4luS7 { top:1.3125rem;left:0rem;width:6.875rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dyknmfbkc0HPVNZB9vqmFIUyHy0FlwuZ { top:2.4375rem;left:0rem;width:5.9375rem;height:4.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ik533DgI5CGZTCyN1yywrb7stTRIDvJU { top:11.0625rem;left:0rem;width:29.6875rem;height:19.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mk0Oqx3vGKPycRquWm1WTFILrk40T0bu { top:7.4375rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LHbMwbazbeFhcpVA1o12Ti9cXQrhP5Oy { top:11.0625rem;left:39.1552734375rem;width:8.1875rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsoZwLk3gRVPoxXWfQc0KdhTLrdcROt1 { top:1.5625rem;left:24.125rem;width:23.625rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #btlDypM7t7bNLrvIqSNcGqFAnG2XP4yJ { top:3.3125rem;left:32.6875rem;width:15.0625rem;height:2.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJvxozuKZvsJFKrWb5I5riGWsynBBSgx { top:18.8125rem;left:24.1875rem;width:23.5625rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHFg9eRv2ahdfACiIXBeiuhSl577ecEG { top:23.375rem;left:33.4375rem;width:12.625rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WX3Ta7FieRIObZ0ylw3tbLZTPncnDKNq { top:0rem;left:0rem;width:47.75rem;height:36.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKEDiHc3qeLRyg9IrJSHzmg36AtL3yvN { display:block; }#oKEDiHc3qeLRyg9IrJSHzmg36AtL3yvN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HS60F2DDSzcGPPIGRWvImq8Kx1Pc005K { display:block; }#HS60F2DDSzcGPPIGRWvImq8Kx1Pc005K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ktxp5aqQEzbh71GaEoQLVwEaeeA6peVW { top:3.75rem;left:0rem;width:47.75rem;height:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtpnrJiFuBaf0RXZqakqhFUwGxxtJwD9 { top:7.4375rem;left:4.3125rem;width:43.4375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fm01FvbatOet7cTixp6aClg9xK7bbWmE { top:12.6875rem;left:4.5625rem;width:43.1875rem;height:12.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ndt0ud2MbKJUF8nuENCp8l6Wrm1I5t8O { top:0rem;left:0rem;width:17.75rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuNg3E6Tfa3GFhB3nD1VrJlRHZTHgv10 { top:7.4375rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRxFRyU7ZTcZisZPQaHsmohFMtkH6B7i { display:block; }#gRxFRyU7ZTcZisZPQaHsmohFMtkH6B7i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #brwZxerZZnQcRznlRz70JzXgHmLBh4ke { top:5.9375rem;left:28rem;width:19.75rem;height:3.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLkzMWlmenlBdqct6WxHMSTiZ1PoCTRi { top:0.8125rem;left:8.341796875rem;width:11.1875rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQhguG78PWAuS8UAGUH3EMNuP66HS2QG { top:21.125rem;left:33.4375rem;width:11.625rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPP4khcpu4GDThz0Bf5dRpD7hKFEznSu { top:1.3125rem;left:0rem;width:6.875rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPErXSBB2LXnvyP3n4IsIxRenD9tyPg9 { top:2.4375rem;left:0rem;width:5.9375rem;height:4.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnXo6Oyp4owMxFOMUkxXGw8ezGpqg0wM { top:11.0625rem;left:0rem;width:29.6875rem;height:22.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XugKbtHedbWMNJrkffphP2SWbStznCCp { top:7.4375rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OFA3zyWFBe8W5LL9T4hhfWTw8nlm0M6n { top:11.0625rem;left:40.7802734375rem;width:5.3125rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #citAR14ex0Ssqt6Mgpr4WDPCmCTZFAgO { top:1.5625rem;left:24.125rem;width:23.625rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7WVfKeK1XJTWaJ9Fi7K7J2S9gIbbobd { top:3.3125rem;left:32.6875rem;width:15.0625rem;height:2.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXxsdZub5dHZurxFDm3sbswdAH7mzDHZ { top:18.8125rem;left:24.1875rem;width:23.5625rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UV5cdqGoPHqFzwdS85x7r5S9XJsPZMTq { top:23.375rem;left:33.4375rem;width:12.625rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnRQUPkTqwwOdRPGf56n4dUOIWV6u0LJ { top:0rem;left:0rem;width:47.75rem;height:36.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8AoyBFniX2f2dPyNT8V8tzoKwGeA7qO { display:block; }#D8AoyBFniX2f2dPyNT8V8tzoKwGeA7qO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OxFfSdibFeapWxgfiq1rz740Woo0ygT6 { display:block; }#OxFfSdibFeapWxgfiq1rz740Woo0ygT6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kv4idUGu0puB5WrDbTcr1E2IcAB0t8WV { top:3.75rem;left:0rem;width:47.75rem;height:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hO68yJrJ47sg4hbG4b4hVAubPf2wShVo { top:7.4375rem;left:4.3125rem;width:43.4375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRqMnEZEO8wzrSqFvatitHJiJiGem0P0 { top:12.6875rem;left:4.5625rem;width:43.1875rem;height:12.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bo05hVTzIqTQlidkgDRqPL4lDUe9dCAT { top:0rem;left:0rem;width:17.6875rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPVD63Fo6IxiTRhkfkQ8BompzdlxGBJ9 { top:7.4375rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6CAU8LilB9Brw2l9PQ2A9iXDGTTHtfu { display:block; }#S6CAU8LilB9Brw2l9PQ2A9iXDGTTHtfu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZATSdTEiBWVMaZeIFWOuLpUT6xvlpAbO { top:5.9375rem;left:28rem;width:19.75rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkXMqXm0noK4l082WW9T9JItKXA7t0Xf { top:1.1875rem;left:9.404296875rem;width:7.375rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #NT9BnJsdGJ3D8qZwv3EuToIUeX7i6asu { top:21.125rem;left:33.4375rem;width:11.625rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4n5AbuhhAlwlgA05usMcqv177mNmKG0 { top:1.3125rem;left:0rem;width:6.875rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXKEsmPNPHfUcG5JzHoxuUmH9h9fBKnn { top:2.4375rem;left:0rem;width:5.9375rem;height:4.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qknzGeBzyuDlFdEDTra92Bt7A0STvzuu { top:11.0625rem;left:0rem;width:29.6875rem;height:21rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fosvN0CExdhnvkIakzz3e6rFXfmfSOxI { top:7.4375rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #P9sZptTgJ8If6oUDT2wZJLnkm8qTAm4q { top:11.0625rem;left:41.75rem;width:4.375rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVyw4Lf0ZBM7ATWeMWLKUbeV8RnAwctS { top:1.5625rem;left:24.125rem;width:23.625rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQbTmFDAe4iLdWl9TdI5ogUoXovv3R3w { top:3.3125rem;left:32.6875rem;width:15.0625rem;height:2.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAbVcVhHTOiToD80SFuWUBMG9ocoU25U { top:18.8125rem;left:24.1875rem;width:23.5625rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZRnbWiS8bQ4Om1T2brD7XqHXHZNLv4K { top:23.375rem;left:33.4375rem;width:12.625rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mq6UgtgRNV9dvN2is9mrgZKLoe8XP6ne { top:0rem;left:0rem;width:47.75rem;height:36.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pe58xd9HWvnmRycobUgTlWN4Ou1bSXyo { display:block; }#pe58xd9HWvnmRycobUgTlWN4Ou1bSXyo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LhB0LU7mIreFGH1ylLA2IALIvEQyJX3C { display:block; }#LhB0LU7mIreFGH1ylLA2IALIvEQyJX3C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KGwuJWxUUoNsfDRUsUWtBIDpqzS4nG1e { top:3.75rem;left:0rem;width:47.75rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LU4u02J6bO5cTCgcIzBzi2lAoqmPlCCF { top:7.4375rem;left:4.3125rem;width:43.4375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmftueqCb9sOd5NPNM0AMB8bcsAUQKwW { top:12.6875rem;left:4.5625rem;width:43.1875rem;height:8.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gg9IbzwIzRQ3PiLMqe9qwFRHVTKF7MUu { top:0rem;left:0rem;width:17.625rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g201NTffJuJ7dcO498Vfu7OCoPQ5ZSvR { top:7.4375rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMXZeKChlnxLPOT8HTVpODHBz1hppLVU { display:block; }#lMXZeKChlnxLPOT8HTVpODHBz1hppLVU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cJLc0oT3tbV7pfMdqFAzJfnuLRAbTHGP { top:5.9375rem;left:28rem;width:16.0625rem;height:3.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2GZG6gtliqP8oCgzBgniJ9VGUeLd7Eb { top:2rem;left:6.841796875rem;width:16.4375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qypu4fLg2U81TkuaU8dI0s1J9mu2fr1m { top:21.125rem;left:33.4375rem;width:11.625rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPELICiv5LZVUF7KXyV0C1U5Ei9JzTOz { top:1.3125rem;left:0rem;width:6.875rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKuLaqTEe5ZxfL55JAFEoHi7mQpaSWJ4 { top:2.4375rem;left:0rem;width:5.9375rem;height:4.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZTuTo6tWTaT6OM4z8mssKCwiGlaukG6 { top:11.0625rem;left:0rem;width:29.6875rem;height:19.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyDdzhavxL6tRgwv9LrlTX3bDwnPDn9V { top:7.4375rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cHVr3ZmMl8DH12aqXBHP6Kp0Jtw9Mnol { top:10.4375rem;left:40.40625rem;width:5.5625rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtsRUuZSJRX8UnpNKEppbz7shkNwBXlf { top:1.5625rem;left:24.125rem;width:23.625rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPKIJOmZnQhKKvlCwmC4TfOxZqB3Bmwx { top:3.3125rem;left:32.6875rem;width:15.0625rem;height:2.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #axThSMuotE03pdJv0fa7M8DohSk9ygTv { top:18.8125rem;left:24.1875rem;width:23.5625rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LW8p4ZakI6TpDXUzZo8c0gnbOZwsqEVt { top:23.375rem;left:33.4375rem;width:12.625rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJLAsfhSJvvsLpoIW3O0bWFlz0gc9zPI { top:0rem;left:0rem;width:47.75rem;height:36.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeEyg0iD394zgxkhJiTb5AsHVCgV5LOb { display:block; }#xeEyg0iD394zgxkhJiTb5AsHVCgV5LOb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NZTzxEO5n81Lr9k2SSBU3yVG9IRnrGOX { display:block; }#NZTzxEO5n81Lr9k2SSBU3yVG9IRnrGOX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K4TnhdSKe5k9kOTSvUPwXV80s0l4QlKw { top:3.75rem;left:0rem;width:47.75rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHUPyg82RrWmaKh8xRGTOXkghnSfXpym { top:7.4375rem;left:10.125rem;width:37.625rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTRcZbxSdZeQcOn3yy5SkEsk4oOr40kV { top:12.5rem;left:4.5625rem;width:43.1875rem;height:10.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNLG7RHFmeGSx6tLKoqVssnpb60MMDrJ { top:0rem;left:0rem;width:17.625rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5pW9ZGvQg2Z3mUZULr2t4K1ZmKTcJXc { top:7.4375rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rB5zyBf6Op7ATxZbSiXdPPmRRDn3oSk9 { display:block; }#rB5zyBf6Op7ATxZbSiXdPPmRRDn3oSk9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rfAHDkMF7HpuWc6x8ut6ikLxofivRCBh { top:5.9375rem;left:31.6875rem;width:16.0625rem;height:3.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eb49q97vKiBHSfxzl2HhIcxMaTBMii7A { top:1.5625rem;left:8.404296875rem;width:10.1875rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhfUV5L1W6iGwHqzzo3Wpf40dAgUT4dI { top:21.125rem;left:33.4375rem;width:11.625rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ae21e3EpzqdUTQz8XyCT8GFbmE1XQGy9 { top:1.3125rem;left:0rem;width:6.875rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLTLrlG4lUZxk4ACWio1CLS4I0ZSGLpK { top:2.4375rem;left:0rem;width:5.9375rem;height:4.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6iGvZ2e64mkBIhcFWFVTLEMcW1IagV9 { top:11.0625rem;left:0rem;width:29.6875rem;height:24.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TURTbqcOn3akvAwT2kyoCHbbgC2zQAw2 { top:7.4375rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yUzZZQNwZNJ4mEdxrkopTQ506s6BhbsR { top:10.4375rem;left:40.40625rem;width:5.25rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrcvwqSiklpmg1P7apNtmmAAveya2K7S { top:1.5625rem;left:24.125rem;width:23.625rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoCcLGQqs5euZ583ciTUaAU3RgBftdHc { top:3.3125rem;left:32.6875rem;width:15.0625rem;height:2.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGtDrwT29XzoiPh4IoxSviZGO6zI6TBt { top:18.8125rem;left:24.1875rem;width:23.5625rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZkXJFmZy90FA05NBfCyfttsUxJEM5qE { top:23.375rem;left:31.6875rem;width:16.0625rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RputaANwmgEIdRdTzgSPcN01hv8Hzaxe { top:0rem;left:0rem;width:47.75rem;height:39.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PszfR6HVKxWdFZBXG81GBxbwT0dXT1Xt { display:block; }#PszfR6HVKxWdFZBXG81GBxbwT0dXT1Xt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xz2fUHG3OTu16izFb70ompF2civyQ1WZ { display:block; }#Xz2fUHG3OTu16izFb70ompF2civyQ1WZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H5TbtDRs8DZGVJFp8iHzVMBLXyTPSQ6T { top:3.75rem;left:0rem;width:47.75rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcepSmLumUe839mEHw2tOTfKurR1QWb1 { top:7.4375rem;left:10.125rem;width:37.625rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #STOmrukZ5V87tlkbpGqm2bnzuwqr7r49 { top:12.5rem;left:4.5625rem;width:43.1875rem;height:8.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfaD94Z6X6cthkVeIIlAXoyb01ZWaUEA { top:0rem;left:0rem;width:17.625rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDxGIQvghLzBetlzcQNaDwi74fmpO1wp { top:7.4375rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICBi8ycvu5uRqEuEQeM7BPtMbxJTXNMS { display:block; }#ICBi8ycvu5uRqEuEQeM7BPtMbxJTXNMS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lTeypcgxpHkgyBbaKV3TvBnHrtLq4tNR { top:5.9375rem;left:28.6875rem;width:19.0625rem;height:5.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcuXIzdOUt9m8LU3FBJWL4xmhq1S3KP4 { top:2.3125rem;left:8.029296875rem;width:11.5625rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zaa0yzwT1qno6xbP6z0DJsg98moBHpOf { top:22.75rem;left:33.4375rem;width:11.625rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlMpl6J9cMKmb9TxB3LaxBsGZKBrWC6O { top:1.3125rem;left:0rem;width:6.875rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCT8W2V865OXTTrtcRTs0DgulwlNz4Zm { top:2.4375rem;left:0rem;width:5.9375rem;height:4.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4IWanMDUsTM9r7iqEOTIJWr30O6Vkx3 { top:11.0625rem;left:0rem;width:29.6875rem;height:17.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7qdasTVPR8NHegLMPnlTLt3KBoHWcRr { top:7.4375rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IwqDfhAR2S3LWDEvZTS2IooyoLgTxW3v { top:12.125rem;left:39.2802734375rem;width:7.625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVc8tiEZqydNaI343V6KqMkpx9d3g4Px { top:1.5625rem;left:24.125rem;width:23.625rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEox6f7oLroiP9OUDETZGQ3wzc4wEIGc { top:3.3125rem;left:32.6875rem;width:15.0625rem;height:2.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0uhVQm12o2dguESXmJHWiL2Irv92JGB { top:20.375rem;left:24.1875rem;width:23.5625rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5I9WdlOaTXvpuM4r5pix2PIPZTnptXy { top:25rem;left:31.6875rem;width:16.0625rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhwuExJDAhZZC7dqwNaETd4JaMUeqWPJ { top:0rem;left:0rem;width:47.75rem;height:39.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8BK45Jf2pUdLwI4LT03aXqdiuXuWd3X { display:block; }#B8BK45Jf2pUdLwI4LT03aXqdiuXuWd3X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FcL1BFegIvuWJ7LvrZ5BToIMom4PzO1I { display:block; }#FcL1BFegIvuWJ7LvrZ5BToIMom4PzO1I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QN0tfGtE6u4lsrtyb00RZeB1PXt7KVcZ { top:3.75rem;left:0rem;width:47.75rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMFbI1NDmJdeP5mATW4dsXPH4HLT5tw7 { top:7.4375rem;left:10.125rem;width:37.625rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfVKZTNzq9TTUJs4TtNnWguToE8eqHvU { top:12.5rem;left:4.5625rem;width:43.1875rem;height:3.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxyyzXcV60m4v6WVMA5447NOJOf0CEhZ { top:0rem;left:0rem;width:17.625rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkMEJodB72fovZqiseygJnJemP3tOIA0 { top:7.4375rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJzuCh2iEUrwrpH3yyq6whsDf5XDOh84 { display:block; }#IJzuCh2iEUrwrpH3yyq6whsDf5XDOh84 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BMzNG2JA8D2KABHcbW8USdk9EaVOB8uK { top:5.9375rem;left:28.6875rem;width:19.0625rem;height:5.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxxRVqRxfHbEmzDhUl6PXhdiIFrI9Uvt { top:3.3125rem;left:8.029296875rem;width:14.8125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbHkIqrBIS4xMaoxw3gDeec53TdA8qvZ { top:22.75rem;left:33.4375rem;width:11.625rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfJy5ZS9RpkxM6vdTRxt0N6lSiGPBlbK { top:1.3125rem;left:0rem;width:6.875rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4AFh7G6K5Wo75bgnty93VT64Ie49Co0 { top:2.4375rem;left:0rem;width:5.9375rem;height:4.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVi73nURul39Sxv959oyol2IJ4HPrZKS { top:11.0625rem;left:0rem;width:29.6875rem;height:19.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdXaDZPk2KWTPM96pMipaz8nOxrxCLcM { top:7.4375rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JHblh5o95v1oZrmtfxUPbk4Se8ZnL9QM { top:12.125rem;left:39.2802734375rem;width:7.5rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXIr87E3wGnARfTemBptkDSLh4M1nOEz { top:1.5625rem;left:24.125rem;width:23.625rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fC4wHA57JrORT7hREUGmqd69ez3MmCVN { top:3.3125rem;left:32.6875rem;width:15.0625rem;height:2.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8A32OAeCAMKoNPH8GJAU3w0xAuy26Rt { top:20.375rem;left:24.1875rem;width:23.5625rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTlcrmoNw0wUakEPuEfVqTOTlSbE0S2T { top:25rem;left:31.6875rem;width:16.0625rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTKo07J1cTXsRdZ6I7pzfiLcvTr09oAW { top:0rem;left:0rem;width:47.75rem;height:39.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2xtRTKwcsyhANZVnbwT0iPBQF1uyna0 { display:block; }#t2xtRTKwcsyhANZVnbwT0iPBQF1uyna0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rO7W4cSRJgswSIMW5U9nzQZ1rUQmQyr7 { display:block; }#rO7W4cSRJgswSIMW5U9nzQZ1rUQmQyr7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O8a1aDnhUURSFVLIEERIph5Waph2N0zC { top:3.75rem;left:0rem;width:47.75rem;height:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwOS9u7wsA1rm665Q5FJae9LwfqmITR4 { top:7.4375rem;left:4.3125rem;width:43.4375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctAZThIp1VvCuxINi7zyI8isuOOCpJ6F { top:12.625rem;left:4.5625rem;width:43.1875rem;height:12.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3zCFKhoO0ou2xbFsHzpOfJPgAgzJ7rc { top:0rem;left:0rem;width:17.625rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5fqzw4QwTsatuLIpzwS9c4uR6Wbd7Bh { top:7.4375rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpaO5fWg3ORa8bBMFWLT2dBppPNuRJnZ { display:block; }#TpaO5fWg3ORa8bBMFWLT2dBppPNuRJnZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dCWWEfKooGslc4h1bvEIlSEkt2HEHtC1 { top:5.9375rem;left:28rem;width:19.75rem;height:3.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UT6fCCEG8zanrtVqOCPPwTfPJaMCbHc0 { top:1.4375rem;left:8.654296875rem;width:12.875rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhzzZaebVApfVcThw8OnWeteWWCp45FF { top:30.1875rem;left:36.0625rem;width:11.625rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2ueE89eTuiaKIdGZWPQvwr87vqenhXy { top:1.3125rem;left:0rem;width:6.875rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiRGFyQ3mg4VsquU71r8KpslLtU3ZEGJ { top:2.4375rem;left:0rem;width:5.9375rem;height:4.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hL89DQZ5MKnmCJngSVEu6TW9CFtT6TsF { top:11.0625rem;left:0rem;width:29.6875rem;height:7rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UU75scA6K7IOgBPDmSbDOnAthJ9xU5eO { top:7.4375rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rbg1Xt8RJF5Tt2f7BtRHsUOWhnodzMsp { top:13.3125rem;left:39.9365234375rem;width:7rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnIlpw8C31d4wmPTe5ECQnKh3PvElexD { top:20.125rem;left:31.4375rem;width:16.3125rem;height:5.6651570048309rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcOF5TiFU1cya9dUXnRI0saJdDQTWS9G { top:3.3125rem;left:32.6875rem;width:15.0625rem;height:2.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJEvBqqfKdDsTGrNOTCeBQFpEfu7ShNG { top:18.9375rem;left:24.1875rem;width:23.5625rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESbr9aaodFD5kQvwZ2kspUCN0nmcswBT { top:28.9375rem;left:24.125rem;width:23.625rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUdQktQvKmuxRTxOKhEB1HNn2bVTvhi4 { top:32.3125rem;left:30.1875rem;width:17.5625rem;height:7rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOWs5xGUoLX65QPn8K8Zbhi2Cmz2sUTH { top:0rem;left:0rem;width:47.75rem;height:46.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kw6VMHZ1kxLhB0gTqZbg2KWU34THU3PD { top:2.4375rem;left:24.125rem;width:23.625rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lhmy3NDfK3M8ON63JWefLogd3bgcglTT { display:block; }#Lhmy3NDfK3M8ON63JWefLogd3bgcglTT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KqOxpIWUeoacr2fBGGBRnz52zTb6xVno { display:block; }#KqOxpIWUeoacr2fBGGBRnz52zTb6xVno > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VRUczUkRTl77aLZamcMfUu8BXULyQi2G { top:3.75rem;left:0rem;width:47.75rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKuIrJ5wUbWUqxeySc9DSpMUuo4tfTwu { top:7.4375rem;left:10.125rem;width:37.625rem;height:5.5rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBdWuaIQST6huRGnTMowd4RkElu4DQ72 { top:15.625rem;left:4.5625rem;width:43.1875rem;height:5.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvwV1KgPOH22mGxg920Fz5nMZ6IwhOHU { top:0rem;left:0rem;width:17.625rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEi4X2AnHfkoGwIt6cXGFkqRVdSpImVb { top:7.4375rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fD8KCLWV18oDZQEkTAuay6gNnWkPLBGL { display:block; }#fD8KCLWV18oDZQEkTAuay6gNnWkPLBGL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nVLNcGstQMZf76dnIAXzuHgO7xKmn6MF { top:5.9375rem;left:28rem;width:19.75rem;height:2.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #skZgoTzWvFcm3zM1aRnxwxJsAqMGB6vX { top:0.375rem;left:8.529296875rem;width:9.625rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUlmC0abAgsvV8ThKsJodbaIJIKUtTaO { top:51.125rem;left:35.75rem;width:11.625rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBMlX1v3OZkAA6lbIwQEnt3rPNXCMcE0 { top:1.3125rem;left:0rem;width:6.875rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtQdXut5fx9ATIGPIpP6fl1oSRszgbih { top:2.4375rem;left:0rem;width:5.9375rem;height:4.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ad20TeQlcix7OrvPKuTBWOlyyIAaalsU { top:11.0625rem;left:0rem;width:29.6875rem;height:21rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ri6qWsw0M6xTsDZsD3a3ZXLFcIHWlDaO { top:7.4375rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NJgDtkqTXPFqKGSFRyavw8vdNPsow3uD { top:32.0625rem;left:33.625rem;width:14.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFNZ3bH33cJNnoLzDWR74J7K4WG8Q6AN { top:40.3125rem;left:31.4375rem;width:16.3125rem;height:5.6651570048309rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHSmpbHF9ys9s0pDg2bJ9NHxK7TrdlAw { top:2.3125rem;left:24.125rem;width:23.625rem;height:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcLE309n3eF5rUmoi30r6bGODqDOrKGe { top:3.3125rem;left:32.6875rem;width:15.0625rem;height:2.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xp24S0hbJug8xgfEV3w0XKzzzPqsxfuT { top:39.125rem;left:24.1875rem;width:23.5625rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTruRCftPBSXXzDFN92mSxT6QtP3owCg { top:49.125rem;left:24.125rem;width:23.625rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPS1Lg9W2Dev9ShO9Sxb7P2BJkhJlPOQ { top:53.4375rem;left:32.0625rem;width:15.6875rem;height:5.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fh5lxFu3fE4FIPHC39NKwns89cUvHRo1 { top:0rem;left:0rem;width:47.75rem;height:66rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTiw96QXP1BNSOMmyq8zrbCiU0RLE2cC { top:8.4375rem;left:28rem;width:19.75rem;height:15.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ua7WvH23P6rzmc48KQ6sR6fSPurc5rsI { top:25.9375rem;left:28rem;width:19.75rem;height:2.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhGy0B1v4nOSvcaWWSokzEJPUZifuIsv { top:28.6875rem;left:28rem;width:19.75rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0oDAm8v6q2T8fo2zBKZ4TVJeCxfhCEz { display:block; }#V0oDAm8v6q2T8fo2zBKZ4TVJeCxfhCEz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NTT0kZ9AffJwqbavDnD9rEVBaEtwyyFA { display:block; }#NTT0kZ9AffJwqbavDnD9rEVBaEtwyyFA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z23fC0Z20CZhir6W5ClgTa88GPxVRtTP { top:3.75rem;left:0rem;width:47.75rem;height:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0R5DNGeI0Bf6a3xGtcls5bGXz7Jd2KE { top:7.4375rem;left:10.125rem;width:37.625rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPwOskTfN832UyhSysQQbnCu1TzM0zCL { top:12.5rem;left:4.5625rem;width:43.1875rem;height:7rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cp9sJaXU2EPOhoBVlDAtAt3dE3wxfsfy { top:0rem;left:0rem;width:17.625rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzRTnIcx7u38iNb5Lqy4Efrlg2Ak1dc0 { top:7.4375rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSwFmsKBwQNuoywUTZepCShhZhUna4Mf { display:block; }#RSwFmsKBwQNuoywUTZepCShhZhUna4Mf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z9yarz6F730ITcJDUFvZ40k9u6VE0dt6 { top:5.9375rem;left:28rem;width:19.75rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9721zZmflByg6ynL5GXicxNUif7Z7w5 { top:1.5625rem;left:7.966796875rem;width:15.375rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R01h3PWcxyGAeebLqq1DX9qacO4eAyz2 { top:29.125rem;left:35.75rem;width:11.625rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKOXR1zuPbexd3wczftgRHnilTXFOnSx { top:1.3125rem;left:0rem;width:6.875rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ps4X5C74grQiO8Sf3QlfkKgtz4gDJIy1 { top:2.4375rem;left:0rem;width:5.9375rem;height:4.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6p3R1toKDSfgUDzOGxFQ78VSr5P2r8E { top:11.0625rem;left:0rem;width:29.6875rem;height:21rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZ8O1fM8QaeUyHL6lJPTK1csKsbF9GTw { top:7.4375rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #K46peVC5t6vTaynOD7prmKkyLgQH8LG2 { top:9rem;left:40.8740234375rem;width:5.125rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6QNU9pQHUcS9mERqJ0pQXoAVsz7ZLH5 { top:18rem;left:31.4375rem;width:16.3125rem;height:5.6651570048309rem;display:block; }
 }@media only screen and (max-width: 763px) { #AL5FBQ44RmXKTQCvO59zupl81yMVokJC { top:1.4375rem;left:24.125rem;width:23.625rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAr4Pku8VKr6GtNiqK4pRx2Q3Mo123ZZ { top:3.3125rem;left:32.6875rem;width:15.0625rem;height:2.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUJI2qLp5yZqbcPznTmGznRbpgZ7Pi0a { top:16.8125rem;left:24.1875rem;width:23.5625rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngv8HXemFEGP7zi0DyZS9TwimZq2sxQq { top:26.8125rem;left:24.125rem;width:23.625rem;height:31.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6HXi3vL94Z8iFWzS1EOTi4OpOdtG1AV { top:31.4375rem;left:28.5rem;width:19.25rem;height:24.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVmHnMwB8Pa9iPpuWOq6UTiJg7BtUxy2 { top:0rem;left:0rem;width:47.75rem;height:63.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8BUL5dGTKRm2Ee8ESNMErJuhXF5t3eP { display:block; }#C8BUL5dGTKRm2Ee8ESNMErJuhXF5t3eP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nKSilQACJhZq15NWCORdtLIMLcylA045 { display:block; }#nKSilQACJhZq15NWCORdtLIMLcylA045 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #py2PSSVg68RWWuguf1imtB4g6gekM33V { top:3.75rem;left:0rem;width:47.75rem;height:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7dvdBk7OGJsbK6TlobtNXVEfQ2qLhJ0 { top:7.4375rem;left:4.3125rem;width:43.4375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8SXxg3x2gUfkrx3JmwFFTrCHXuWHuS2 { top:12.6875rem;left:4.5625rem;width:43.1875rem;height:14rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoK7tometuGo3Q5IvcF66LGNM1m9HNgz { top:0rem;left:0rem;width:17.625rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWwi5dkVtTOJqAq1JoTtZwrJoyMkXkEs { top:7.4375rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuBrzZCWeD0m0rkZ2A0wXOETHTL4ZEoO { display:block; }#uuBrzZCWeD0m0rkZ2A0wXOETHTL4ZEoO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CHh2N4FK4kHlt4v5k2kgXq1C8sP9oQXO { top:5.9375rem;left:28rem;width:19.75rem;height:3.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVe4RuVaIRTTGsl1FgoTbJPr0uIhuivL { top:2.4375rem;left:8.654296875rem;width:12.875rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEBbWa7mtlE4M90vNnrt25evtqcqVcAy { top:30.4375rem;left:35.873046875rem;width:11.625rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mbvfr8gwXTZTPDxMbbXMg0uKqzJ80vWW { top:1.3125rem;left:0rem;width:6.875rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpswaP5Eogqoq7ME0369TEXtV6RiXCri { top:2.4375rem;left:0rem;width:5.9375rem;height:4.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHtvEWOBtBwTqGNrM9XD25ncAmUHrTro { top:11.0625rem;left:0rem;width:29.6875rem;height:7rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fitIcPtd3IpU4dzEIUam3xIoEchsmXfd { top:7.4375rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #C6vTFyIGVEbfS8NQpRyo831TF1z3c9R5 { top:10.5rem;left:39.154296875rem;width:5.125rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRLtIIxitaavKpEl0Wb4yqZGQlF9dKaQ { top:19.9375rem;left:31.4375rem;width:16.3125rem;height:5.6651570048309rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGksGp1IwKIkQcDmJ9fr57VRRiwJSoww { top:1.4375rem;left:24.125rem;width:23.625rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4kLM63M0iUQG5p0eIydx0ez7SCaDW8T { top:3.3125rem;left:32.6875rem;width:15.0625rem;height:2.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvLX0GDVEQM15w2rsTerfIUhiJ4NURVv { top:18.75rem;left:24.1875rem;width:23.5625rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5JLBF3zHWswB2BhdGN9l4LQFtcCtGSu { top:28.75rem;left:24.125rem;width:23.625rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIeO8TBIBtxP9X4WsNXvbMLyL3w8kqV3 { top:32.6875rem;left:30.375rem;width:17.375rem;height:5.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hlv13M6T7vosL89HIFFKMx8URVeIWFET { top:0rem;left:0rem;width:47.75rem;height:43.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qV5doUGWL88uvuUxpeHEJkKvon0JTtVP { display:block; }#qV5doUGWL88uvuUxpeHEJkKvon0JTtVP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ngt7ZHzTNS7kQ3lzJI4WUEkTrAKVph7z { display:block; }#Ngt7ZHzTNS7kQ3lzJI4WUEkTrAKVph7z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #spN5EK6zVQWWBWm8qKsdb89lLGMXSeaK { top:3.75rem;left:0rem;width:47.75rem;height:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaTq9kNfdTEozeSdQKnWGcMHZrvsAnpK { top:7.4375rem;left:10.125rem;width:37.625rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k64uTOJ42BG1h3mSTnmWZ3V7VM6BdVVJ { top:12.5rem;left:4.5625rem;width:43.1875rem;height:10.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HV3nFstUgKdqmD0kr98OEmL3shpWOVGU { top:0rem;left:0rem;width:17.625rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcNcWgr5hGfns6F9Uh48k3LcZuGlmK8V { top:7.4375rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4GHQH0XIauAALiq7L3NpeKwlAOZq6TS { display:block; }#B4GHQH0XIauAALiq7L3NpeKwlAOZq6TS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PBg0CcowCwM6qoUPbVrdapKJ8QeuveFe { top:0rem;left:0rem;width:47.75rem;height:48.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTZvLTrA9dBxk0dyNxI0tGb9S7NB750h { top:4rem;left:1.375rem;width:32.125rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFMfGOIuqIy4dCUWR0PdTPyQ8yUaK3Or { top:1.5625rem;left:1.375rem;width:32.1875rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxHQuGbKoTpGLHP8mtkzZ9lge4q7TwFM { top:1.5625rem;left:30.9375rem;width:16.8125rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyfdWbl2uTKItuwxf1HDJs7PhMlJv1lW { top:12.0625rem;left:15.5625rem;width:32.1875rem;height:7rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTzv98zSzD3ACAhaldLTTbylEE75LdmL { top:33.375rem;left:0rem;width:6.875rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzIolCVrc3nwOOpxuRFv4BO7L2XcUKEa { top:34.5rem;left:0rem;width:5.9375rem;height:3.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCzXKB6bmaOGUK9EZBEVU0zr6Mme03EQ { top:34.125rem;left:0rem;width:47.75rem;height:5.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6PvCbBsXhHXVd1lKnXVD1J33Wd7cRZO { top:7.4375rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zTuEUE6S6dcJrCsqWw9uOW8d0lIWM9Ny { top:24.5625rem;left:0rem;width:8rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbT6dvLnyGTfViqhRAXlCDUGTU6peWKB { display:block; }#tbT6dvLnyGTfViqhRAXlCDUGTU6peWKB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SfUsmuHXXpSsyA6cTpannU54rt80qhgn { top:6.0625rem;left:18.125rem;width:11.5rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ph6AzuV0wdXK5QeuQskGtEHUKdvwAHrc { display:block; }#Ph6AzuV0wdXK5QeuQskGtEHUKdvwAHrc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aX7qPCA2igTNmeF0yrMQgabxmhk21SiN { display:block; }#aX7qPCA2igTNmeF0yrMQgabxmhk21SiN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WsuGOCq74EgGwOQH0gArNMVTSGTMv8ii { top:1.125rem;left:0rem;width:9.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuPBBBGkdyzB56fMTMzVoSsBQcNcnXza { top:0.375rem;left:0rem;width:7.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZT69N6J3lGzWagJH0oLFu2lUgIrT4Hd { top:0.5625rem;left:43.9375rem;width:3.8125rem;height:3.8125rem;display:block; }
#iZT69N6J3lGzWagJH0oLFu2lUgIrT4Hd > img { max-width: 100%;max-height:100%; width:3.8125rem; height:3.8125rem; } }@media only screen and (max-width: 763px) { #fP0ab5158XAaqmNRGp5Q0DhRt0UzP8Rq { top:0.5625rem;left:43.9375rem;width:3.8125rem;height:3.8125rem;display:block; }
#fP0ab5158XAaqmNRGp5Q0DhRt0UzP8Rq > img { max-width: 100%;max-height:100%; width:3.8125rem; height:3.8125rem; } }@media only screen and (max-width: 763px) { #zzNlT2wWThPThPbnLqyHMWhXRWB7hCXn { display:block; } #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection *:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="text"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="email"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="tel"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection textarea:focus-visible { outline: none; } #zzNlT2wWThPThPbnLqyHMWhXRWB7hCXn > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #l5wTh2TRe4QrboQDMA2ar8RHZFfucZ8h { display:none; } #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection *:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="text"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="email"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="tel"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection textarea:focus-visible { outline: none; } #l5wTh2TRe4QrboQDMA2ar8RHZFfucZ8h > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #mnwOpviAX1OV8vVI4lwMmsnlbBCggn7H { display:none; } #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection *:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="text"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="email"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="tel"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection textarea:focus-visible { outline: none; } #mnwOpviAX1OV8vVI4lwMmsnlbBCggn7H > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #qGSuuI69TLmfTwps8CTEhnKEcWkG2hWV { display:none; } #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection *:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="text"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="email"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="tel"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection textarea:focus-visible { outline: none; } #qGSuuI69TLmfTwps8CTEhnKEcWkG2hWV > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #yDRKdvh3WFGzFDfTnkz05bgurTg8TgV4 { display:none; } #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection *:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="text"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="email"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="tel"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection textarea:focus-visible { outline: none; } #yDRKdvh3WFGzFDfTnkz05bgurTg8TgV4 > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #NG2GEfkDvJmWXZMX29bvPCqOBLA22N00 { display:none; } #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection *:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="text"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="email"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="tel"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection textarea:focus-visible { outline: none; } #NG2GEfkDvJmWXZMX29bvPCqOBLA22N00 > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #TToIlBPk5muuv2Py0ZdfZx9mGfyewqMT { display:none; } #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection *:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="text"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="email"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="tel"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection textarea:focus-visible { outline: none; } #TToIlBPk5muuv2Py0ZdfZx9mGfyewqMT > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #T95fyffNw3xxWFdde8wVfrCXas0goRdH { display:none; } #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection *:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="text"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="email"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="tel"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection textarea:focus-visible { outline: none; } #T95fyffNw3xxWFdde8wVfrCXas0goRdH > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #CITKT0gGkX0b6vLiPhHDy9TN4GnJIOfS { display:block; } #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection *:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="text"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="email"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="tel"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection textarea:focus-visible { outline: none; } #CITKT0gGkX0b6vLiPhHDy9TN4GnJIOfS > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0253d6b5-b765-4d92-abdf-c525fdde12c0/bg1.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #lPaSyVS85tg38x28pl6qGebAlRGBx5AN { display:block; } #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection *:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="text"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="email"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="tel"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection textarea:focus-visible { outline: none; } #lPaSyVS85tg38x28pl6qGebAlRGBx5AN > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #uxTcU04zzBMpwF8KZMDSUgTvauROfsVi { display:block; } #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection *:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="text"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="email"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="tel"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection textarea:focus-visible { outline: none; } #uxTcU04zzBMpwF8KZMDSUgTvauROfsVi > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #ISmtyqvZ1f9RvkSCA41ceczel6eadTH3 { display:block; } #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection *:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="text"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="email"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="tel"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection textarea:focus-visible { outline: none; } #ISmtyqvZ1f9RvkSCA41ceczel6eadTH3 > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #K5yVrHbd6RQB3TtO8RvEnQn8skXxnkJo { display:block; } #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection *:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="text"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="email"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="tel"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection textarea:focus-visible { outline: none; } #K5yVrHbd6RQB3TtO8RvEnQn8skXxnkJo > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #NToOaD62EGrvvT6qSXgi8WrDnc7XrKJ5 { display:none; } #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection *:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="text"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="email"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="tel"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection textarea:focus-visible { outline: none; } #NToOaD62EGrvvT6qSXgi8WrDnc7XrKJ5 > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZOBDfhQcyBpvBqes2Z1lXVTk2KbQVo9c { display:none; } #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection *:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="text"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="email"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="tel"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection textarea:focus-visible { outline: none; } #ZOBDfhQcyBpvBqes2Z1lXVTk2KbQVo9c > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #ROmwTy1ZFvVMrbyFUQJQSaXtttKNhiGE { display:block; } #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection *:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="text"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="email"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="tel"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection textarea:focus-visible { outline: none; } #ROmwTy1ZFvVMrbyFUQJQSaXtttKNhiGE > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #R1C8aTRy2L8v1b13xONx2ocxepxTJl5z { display:none; } #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection *:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="text"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="email"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="tel"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection textarea:focus-visible { outline: none; } #R1C8aTRy2L8v1b13xONx2ocxepxTJl5z > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #sWEZz7O1Pd80PDZnTdnAWewIWNVz4k27 { display:none; } #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection *:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="text"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="email"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="tel"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection textarea:focus-visible { outline: none; } #sWEZz7O1Pd80PDZnTdnAWewIWNVz4k27 > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #sHC2Sx8hX58byPd3I5JVqS6sqpQWwzJi { display:block; }#sHC2Sx8hX58byPd3I5JVqS6sqpQWwzJi > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VanrTJs4T3ZGnv5J6z1VdXu6MaIdbf42 { width:7.8125rem;height:2.25rem;top:1.75rem;left:0.71875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bRxJVEie3XpD3S8VAEA3TTN6D0yGPf10 { display:block; }
 }@media only screen and (max-width: 763px) { #p0RNOteO8C2eWFLuoPW9sKfqZQUXtaI6 { width:4.375rem;height:2.25rem;top:4.5625rem;left:0.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8dUvUXKDtQ4fpX2Wc2BwHV60mMldwoV { display:block; }
 }@media only screen and (max-width: 763px) { #BJnH55esJXK72QpT9ZqvadeLl6eyyIZv { width:8.25rem;height:2.25rem;top:1.75rem;left:10.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OzU31xOTdWBnO2Bio7exBkQbVI4WLhSq { display:block; }
 }@media only screen and (max-width: 763px) { #kIfpFEXUqIS9lPwOTAhamDKebQyZvgDe { width:3.875rem;height:2.25rem;top:4.5625rem;left:7.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VpWuTaTfz4JHLOuSQKaVXTko3sCFJzqw { display:block; }
 }@media only screen and (max-width: 763px) { #Ly6TsuK3lpRW6py9NCrKq0UVrUuaXUpS { width:5.0625rem;height:2.3125rem;top:4.5625rem;left:14.1875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o7JzUxmMnezVLZNxiReFRg5TzMFcKJOq { display:block; }
 }@media only screen and (max-width: 763px) { #iyTEcyqHcigGTIdKIRygEuSUdm3TFBRZ { width:9.8125rem;height:2.25rem;top:7.3125rem;left:0.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPe4EzNHHxAyRvTWZu2eiD8TVCdx0ua4 { display:block; }
 }@media only screen and (max-width: 763px) { #pLM5GrXq05TzbZnLfwKQln6llaSNGgHV { width:7.75rem;height:2.25rem;top:7.3125rem;left:11.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZEwISt4IkheANpfT0nk1RQDhKdfTspLd { display:block; }
 }@media only screen and (max-width: 763px) { #ohBIpoOgJQrwkDyTd7mZzRiQoLBaUS3L { top:1.625rem;left:0rem;width:9.125rem;height:1.9375rem;z-index:14999;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(255,255,255,0.5);border-left:0.0625rem solid rgba(255,255,255,0.5);border-right:0.0625rem solid rgba(255,255,255,0.5);border-bottom:0.0625rem solid rgba(255,255,255,0.5);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGJR0feIm02zbLa59EJVSTHVTuAnIVwU { top:4.4375rem;left:0rem;width:5.8125rem;height:1.9375rem;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(255,255,255,0.5);border-left:0.0625rem solid rgba(255,255,255,0.5);border-right:0.0625rem solid rgba(255,255,255,0.5);border-bottom:0.0625rem solid rgba(255,255,255,0.5);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrdUrDtEN6PAogpI8EdKL3GaS0CMM6Sg { top:4.40625rem;left:6.75rem;width:5.625rem;height:1.9375rem;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(255,255,255,0.5);border-left:0.0625rem solid rgba(255,255,255,0.5);border-right:0.0625rem solid rgba(255,255,255,0.5);border-bottom:0.0625rem solid rgba(255,255,255,0.5);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnFiB0Uu1uMwQwElr84qwDI6TkKT1Iqt { top:1.625rem;left:10.0625rem;width:9.8125rem;height:1.9375rem;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(255,255,255,0.5);border-left:0.0625rem solid rgba(255,255,255,0.5);border-right:0.0625rem solid rgba(255,255,255,0.5);border-bottom:0.0625rem solid rgba(255,255,255,0.5);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zt6lTCp0tpEoc6yluTWWPgRkzmvFETO5 { top:4.4375rem;left:13.3125rem;width:6.5625rem;height:1.9375rem;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(255,255,255,0.5);border-left:0.0625rem solid rgba(255,255,255,0.5);border-right:0.0625rem solid rgba(255,255,255,0.5);border-bottom:0.0625rem solid rgba(255,255,255,0.5);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeO3dxfmXTI3JlSUDEVMCkgPdhTsxB7x { top:7.25rem;left:0rem;width:10.3125rem;height:1.9375rem;z-index:15002;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(255,255,255,0.5);border-left:0.0625rem solid rgba(255,255,255,0.5);border-right:0.0625rem solid rgba(255,255,255,0.5);border-bottom:0.0625rem solid rgba(255,255,255,0.5);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V272z3lRhRWDUxdIF2Ekvms8eqQnThqh { top:7.25rem;left:11.3125rem;width:8.5625rem;height:1.9375rem;z-index:15003;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(255,255,255,0.5);border-left:0.0625rem solid rgba(255,255,255,0.5);border-right:0.0625rem solid rgba(255,255,255,0.5);border-bottom:0.0625rem solid rgba(255,255,255,0.5);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ad0LfSLA5TLykxQlFdSh5kWxTK0ouxbu { background-color:transparent;background-image:none;display:block; }#ad0LfSLA5TLykxQlFdSh5kWxTK0ouxbu > .row .container { background-color: transparent; background-image: none; }#ad0LfSLA5TLykxQlFdSh5kWxTK0ouxbu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad0LfSLA5TLykxQlFdSh5kWxTK0ouxbu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad0LfSLA5TLykxQlFdSh5kWxTK0ouxbu > .row .container > .video-iframe-container { display: none; }#ad0LfSLA5TLykxQlFdSh5kWxTK0ouxbu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad0LfSLA5TLykxQlFdSh5kWxTK0ouxbu > .row > .video-iframe-container { display: none; }#ad0LfSLA5TLykxQlFdSh5kWxTK0ouxbu > .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); }#ad0LfSLA5TLykxQlFdSh5kWxTK0ouxbu > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PMziXncl4qZDwD1a9asmGoe39cpLEZSV { width:13.9375rem;height:5.8125rem;top:1.75rem;left:3.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzCSEeIFVohUNs88rG7dSVt1WiTJ2W7g { width:20rem;height:2.76171875rem;top:10.42578125rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #veavfKFWwh9B1uf7UTticgqQ8q6CfpoG { width:19rem;height:8.6875rem;top:0rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIcwoWeT99dZhgXPzoybTcrihgLynP5L { display:block; }
 }@media only screen and (max-width: 763px) { #e4SwJsApfvh0cmokC4OBLK5U0bQ4lcbg { width:13.4375rem;height:3.5625rem;top:9.80078125rem;left:3.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8FX4hGmcFo43mLwQytJCQEhrp4Rg7JS { width:13.4375rem;height:0.25rem;top:13.6015625rem;left:3.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbeexKRVwnJt90FS3AAGPR3DOmQullaM { display:block; }#vbeexKRVwnJt90FS3AAGPR3DOmQullaM > .row .container { width:20rem;height:27.2724609375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iCNGaI2dgHSuu1ESW5czF0ThBcqbBM91 { width:20rem;height:20.625rem;top:6.6478965878488rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEZMTsTSZe1SM57sPUS1zTT2PiByp4O3 { width:20rem;height:4.2246125rem;top:12.773110210896rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a0lLcGB5DgPTuHDWrsuKdyHRp8AXCBpv { width:18.75rem;height:6.3720625rem;top:17.498040020466rem;left:0.62500011920931rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSbKX9GTWuzQ6rqCuBdUsxEyDiE4TukZ { width:9.5625rem;height:9.6875rem;top:1.9072197079659rem;left:4.7184247970581rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiuB4wNfA9s2rpskpkOqfqCJvWqWQcvJ { display:flex;width:2.1875rem;height:2.1875rem;top:23.335717022419rem;left:8.9062509536744rem; }
 }@media only screen and (max-width: 763px) { #TA8VMdX0tWit9TTVQxi4C9KSHCyTF33u { width:4.18728125rem;height:4.18728125rem;top:0.0625rem;left:7.4045143127444rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTSncuSsVZFbW6EAJFs4xzgzRkueQBLg { display:block; }#qTSncuSsVZFbW6EAJFs4xzgzRkueQBLg > .row .container { width:20rem;height:51.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VCTa1bLPD2b0Wot7G2wGgF5CtyxC3xwr { width:16.4995625rem;height:9rem;top:3.4982633590698rem;left:1.7491321563721rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #uAL1DSwTeInALu6tbWePg5yEhIaslanz { width:7.5rem;height:6.124675rem;top:25rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zu4a9BVpFEMa5r9kLVh6srSRdxaXhRBK { width:6.4375rem;height:0.9746125rem;top:18.784072399139rem;left:11.782335281372rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ATJT9hyr8I5y0TA35nHWGeEmHZR9NZlg { width:6.875rem;height:6.75rem;top:24.6875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxNxT7OvWucXq192G27iIV6qpKtfB6kK { width:5.9375rem;height:2.611325rem;top:26.0625rem;left:2.8125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PXI6nlHbmm8DdDSdkPUiy78ONIa6PyoC { width:17.0621875rem;height:14.0185625rem;top:32.687176465988rem;left:1.4686415195465rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVOviy6QzGFcfxfbt4l9q0f7n3PeFipt { display:flex;width:2.1875rem;height:2.1875rem;top:47.562164306641rem;left:8.9062509536744rem;z-index:15006; }
 }@media only screen and (max-width: 763px) { #OAwgPUHIfTNiI16s7ONHSF4CcebsciBI { width:8.0620625rem;height:3.624675rem;top:12.226020336151rem;left:5.9678821563721rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmnzgncxGyDmfCVP55vnb11eXE79RWue { width:8.3745625rem;height:2.93728125rem;top:18.534072399139rem;left:1.7491321563721rem;display:block; }
 }@media only screen and (max-width: 763px) { #AB1QtdsbOJ8TuAtNXr4Ph2ZJHoRgLfbo { width:17.9375rem;height:13.625rem;top:0.81705665588381rem;left:1.0308160781861rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXNiwGZGkg9MWfGss0Mvh8eGf5AwCCR1 { width:7.3123125rem;height:1.625rem;top:1.5685706138611rem;left:1.84375rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #JtrusXM6qTTpOXSPTvry5eqVyNBn11at { width:17.9375rem;height:5.75rem;top:17.346463680268rem;left:1.0308160781861rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTtDvfen4CxMc3qfUqU6TrwqLx9ZqaPf { width:20rem;height:8.1875rem;top:86.687179565431rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pdFO4QQ3KUTfwPE0xUMeDLOZTbAvo3FW { width:3.87424375rem;height:1.125rem;top:19.883463621139rem;left:11.812608718872rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZdGDNB9cyTMXBWcbqECshgDVqrV5Kp2I { width:20rem;height:51.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ialqkyFZTh1l4vfNEGCm85AXVhGpmre7 { display:block; }#ialqkyFZTh1l4vfNEGCm85AXVhGpmre7 > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #udV7uCgaXsIrWd6uLrS9t2PcKCvgSAvo { display:block; }#udV7uCgaXsIrWd6uLrS9t2PcKCvgSAvo > .row .container { width:20rem;height:32.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #btfIdx9DNFuK3HCwPIDhNsFGNp42CMVZ { width:20rem;height:27.3125rem;top:4.8037109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k00s3E9Ddo8AVbL7LS59XkRB9U509Be8 { width:20rem;height:2.11230625rem;top:12.8662109375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W50xfzcDQM66SHM31vsMkFiKlGgtX1zF { width:18.75rem;height:14.0185625rem;top:15.4658203125rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIld59QNapFzlOtARG3JGKOfWBHHsH8T { width:9.5rem;height:9.6875rem;top:2rem;left:4.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #szPwM12cJSMc29BFUVGTqbgmqFFxZ1xF { display:flex;width:2.1875rem;height:2.1875rem;top:28.9912109375rem;left:8.90625rem; }
 }@media only screen and (max-width: 763px) { #US2ZVDkTpM0idKRUX2xZsCqbVDR56KZ3 { width:4.1875rem;height:4.1875rem;top:0.125rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6tT4Ip8GCwCLcUpLRiwh8coEpvm6esH { display:block; }#R6tT4Ip8GCwCLcUpLRiwh8coEpvm6esH > .row .container { width:20rem;height:54.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sqonc9o3VDHCDG8NdR0iacEGKs299zEw { width:16.4995625rem;height:11.25rem;top:3.4982633590698rem;left:1.7491321563721rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #UKyPirrkwPvn5VGuKIp4kTpaZNirrvNv { width:7.5rem;height:5.125rem;top:28rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqqTZom1SnfPPoNHEEW1rD5wM82RUEKM { width:6.4375rem;height:0.9746125rem;top:21.783203125rem;left:11.7822265625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NlTJQtddA5eyZAKF4UVRsl8XPOJWFtrV { width:6.875rem;height:6.75rem;top:27.6875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmw7NTaqswUmp9TlXNDHLunzyk0xJHhq { width:5.1875rem;height:4.330075rem;top:28.8125rem;left:3.1875rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lg8Go5HD2mqGkoiC8N2q5teJE7BbCRrP { width:17.0621875rem;height:14.0185625rem;top:35.6865234375rem;left:1.4677734375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQ1RemP2wy6rlBLrINDaUln9mTy89uQW { display:flex;width:2.1875rem;height:2.1875rem;top:50.5615234375rem;left:8.90625rem;z-index:15006; }
 }@media only screen and (max-width: 763px) { #AzIRM2XhKJTRLraqXHzEh5xFWFzJG7XO { width:7.8125rem;height:3.5625rem;top:15.4130859375rem;left:5.9677734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOD3ponxXPSrbrpP7MHptCaLrryXlB2t { width:8.3745625rem;height:2.93728125rem;top:21.533203125rem;left:1.7490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVvhB3psu75Fc3yDuOf1yDOZBQyFdZMr { width:17.9375rem;height:16.4375rem;top:0.81640625rem;left:1.0302734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #modoh29QOQ58bWQh7zryTXPDSzXxRvSP { width:7.3123125rem;height:1.625rem;top:1.5685706138611rem;left:1.84375rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #GVCAG6SF8ebSKBKm7AR2KKraAtxlUEZl { width:17.9375rem;height:5.75rem;top:20.470703125rem;left:1.0302734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3alKRVVo4tpULK10JAfczuPEoUSxnVb { width:20rem;height:8.1875rem;top:86.687179565431rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HPxMOKPDNCrr67f8Ta4B0ro2VCp1nNWW { width:3.87424375rem;height:2.25rem;top:22.8828125rem;left:11.8125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #z6eXVSwDFXdH7RPILVvikitSHcFze94l { width:20rem;height:54.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeyLTVa0JSbuNCzdeLmkQlcTlUArrzsA { display:block; }#oeyLTVa0JSbuNCzdeLmkQlcTlUArrzsA > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cfLGl0ZnkRKwAdnrCgWrxRXT0LP0tllS { display:block; }#cfLGl0ZnkRKwAdnrCgWrxRXT0LP0tllS > .row .container { width:20rem;height:45.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KVdmpE5HWXFFxkdncs15uh5S93deRXtx { width:20rem;height:41rem;top:4.4912109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAI9ZKGU0p7PigzWrB4uZFp8z2GSbcJu { width:20rem;height:2.11230625rem;top:12.5537109375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DZxy3xcI1bK9rlySRrTRrxPxfrxQFaCg { width:18.75rem;height:28.037125rem;top:15.1533203125rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FusJPnhX1AcPyS6V6pWuWWaa1k9x1IPS { width:9.5rem;height:9.6875rem;top:1.6875rem;left:4.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSh2ghFBo8b94GyW1yJXtFuBHuDGsfE1 { display:flex;width:2.1875rem;height:2.1875rem;top:41.9287109375rem;left:8.90625rem; }
 }@media only screen and (max-width: 763px) { #WOUiaq9vyd5LOhK4zTnsUVUO1NmHAe1F { display:block; }#WOUiaq9vyd5LOhK4zTnsUVUO1NmHAe1F > .row .container { width:20rem;height:55.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #btSsTAAuQD9s2W6RkPTALaRDIrv48ama { width:16.4995625rem;height:11.25rem;top:3.4982633590698rem;left:1.7491321563721rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #w8tmUwnaN6hg2aXI524kSgV8PveTyPVw { width:7.5rem;height:4.3125rem;top:28rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxaK9bDhcNuW0MeJ6HiHyMgdkKTtXX70 { width:6.4375rem;height:0.9746125rem;top:21.783203125rem;left:11.7822265625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DULCpcQTNC4XCXNNiVbKWu92Q0XLmO9J { width:6.875rem;height:6.75rem;top:27.6875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKLHCheUtbZorLxIbp8IIBTM7OnNTDm0 { width:5.9375rem;height:4.330075rem;top:29.0625rem;left:2.8125rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eDTv0OuRfgwvmFi2t9EmzpTRygKh6Dd0 { width:17.0621875rem;height:16.567375rem;top:35.6865234375rem;left:1.4677734375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTGWQvm7GL3MPBzxPw5JIx7AEKFtnA3z { display:flex;width:2.1875rem;height:2.1875rem;top:52.3115234375rem;left:8.90625rem;z-index:15006; }
 }@media only screen and (max-width: 763px) { #Uz0DAktA5anIMJaAnc4IfZtNmaxcNPdW { width:7.8125rem;height:3.5rem;top:15.4130859375rem;left:5.9677734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVQ5cHGUrbh8XL9LAig5gB9nRt3EEvPo { width:8.3745625rem;height:2.93728125rem;top:21.533203125rem;left:1.7490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmbVoTs4ikOPDd4DVDKxLQ3FFvcRVof0 { width:17.9375rem;height:16.4375rem;top:0.81640625rem;left:1.0302734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbPrNKpkTEXi03knbZbPMat7cnZZr81k { width:7.3123125rem;height:1.625rem;top:1.5685706138611rem;left:1.84375rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #tvO30IkFzRPOgelLBmDT40ObDksaPQEQ { width:17.9375rem;height:5.75rem;top:20.470703125rem;left:1.0302734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSuFgy3lOW8cAGfzNPmTJOyOZVPhWEqc { width:20rem;height:8.1875rem;top:86.687179565431rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cR3zfMPFHpd6lkHV8iXKvvRRLb1RNb8H { width:3.87424375rem;height:2.25rem;top:22.8828125rem;left:11.8125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hv0QoVltsxpILz9pE0fLPVk2oC8XKyiy { width:20rem;height:55.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pefV3gVTgH0KhyZdxlwy0NtOOB5tWLSA { display:block; }#pefV3gVTgH0KhyZdxlwy0NtOOB5tWLSA > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aoWg6TTNZK0TfzIaMCWHEkHWgB52n2VK { display:block; }#aoWg6TTNZK0TfzIaMCWHEkHWgB52n2VK > .row .container { width:20rem;height:39.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TT9drWEzsKkTUBT3g9ET9zqIiSx2HPyZ { width:20rem;height:34.75rem;top:4.4912109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGTH3Kmkxf9E1fshoJPeV3R4nFc9THdc { width:20rem;height:2.11230625rem;top:12.5537109375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k4RRgIHquCc6FgiFGvN0eSCoDTk3Ou7y { width:18.75rem;height:21.6650625rem;top:15.1533203125rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUVN0dFd5lB46FodBMO3EHwQAuicRtVo { width:9.5rem;height:9.5rem;top:1.6875rem;left:4.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EE3F2dlwQMe8uDXgCTLb9zKgcvW6dU3L { display:flex;width:2.1875rem;height:2.1875rem;top:35.8037109375rem;left:8.90625rem; }
 }@media only screen and (max-width: 763px) { #HBWXb6fGUOTvTkTBhKbm8nklyClqH5Qn { display:block; }#HBWXb6fGUOTvTkTBhKbm8nklyClqH5Qn > .row .container { width:20rem;height:54.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yacLVe4VqNzaPSEpRodKxaw5cW928SJZ { width:16.4995625rem;height:10.125rem;top:3.4982633590698rem;left:1.7491321563721rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #SVQEOWLnTqHEm50k8fa07N6ZWIhtApGg { width:7.5rem;height:4rem;top:28rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S95MSyv7h910TlaSCITarQichSe19HyM { width:6.4375rem;height:0.9746125rem;top:21.783203125rem;left:11.7822265625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #S2JFkaCDM1etT55DuS1LLIAbkpDy2PIi { width:6.875rem;height:6.75rem;top:27.6875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #d50mM5F2EVDwKGXPqH51IiztwetLBfIZ { width:5.9375rem;height:4.330075rem;top:29.0625rem;left:2.8125rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SCnE6mQSMsRv8Q2QaNqVdQIiuRurlrCK { width:16.625rem;height:15.29296875rem;top:35.6865234375rem;left:1.6552734375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlBo15wO61ZIfwa2GIDFXin7Q7NdEd62 { display:flex;width:2.1875rem;height:2.1875rem;top:51.0615234375rem;left:8.90625rem;z-index:15006; }
 }@media only screen and (max-width: 763px) { #rgw2hci9e8m7WFHJP783DMrJMh69n3WC { width:7.625rem;height:3.5rem;top:15.4130859375rem;left:5.9677734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJseamUdpwf0NRs0WTuKw2VkZXwiebQE { width:8.3745625rem;height:2.93728125rem;top:21.533203125rem;left:1.7490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZEmX68NlmSWmt8me8AWfsMx8LyUl4zh { width:17.9375rem;height:16.4375rem;top:0.81640625rem;left:1.0302734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeWPX8apx5PBEW82k3wsoGXWoSfLXq63 { width:7.3123125rem;height:1.625rem;top:1.5685706138611rem;left:1.84375rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #B8o3CvwSTGbFWzLvAXIa5fl3tkbJa1fD { width:17.9375rem;height:5.75rem;top:20.470703125rem;left:1.0302734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnhCo48DK3S31xCccJZG9VtzR5wxVuSk { width:20rem;height:8.1875rem;top:86.687179565431rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LNIF6VAdSgTi0qOuPF0rJuC3J1tEfoHC { width:3.87424375rem;height:2.25rem;top:22.8828125rem;left:11.8125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wrrPNqb5Pr06l11nC1pK5JucklSh1qpe { width:20rem;height:54.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNcOETZTT8VCF88r4et7vDKKX29nRcET { display:block; }#sNcOETZTT8VCF88r4et7vDKKX29nRcET > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KFsPJniuaKAmqK5DMGTGJMhWdT7mMXyP { display:block; }#KFsPJniuaKAmqK5DMGTGJMhWdT7mMXyP > .row .container { width:20rem;height:26.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XsxGSSTcW7K4U33iAwGWAiqgSDAzbfQt { width:20rem;height:21.625rem;top:4.4912109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuQNM0XVknZh5OTnfaPxPMWoLp7zLpov { width:20rem;height:4.2246125rem;top:12.5537109375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WNa40nPVKmITzblQrtVh9PeMnXvXCQiO { width:18.75rem;height:5.09765625rem;top:17.2783203125rem;left:0.625rem;font-size:1.0625rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #JT1k9amwnbAOpcZkisuKOFFsbuI26Mrz { width:9.5625rem;height:9.6875rem;top:1.6875rem;left:4.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlfbnn55Mb10xHuwkTnDwoXFW7fe99ba { display:flex;width:2.1875rem;height:2.1875rem;top:22.4912109375rem;left:8.90625rem; }
 }@media only screen and (max-width: 763px) { #mwIDEGPKvcsrHMXzIWWCLlvLGI8hXZrB { width:4.1875rem;height:4.1875rem;top:0rem;left:7.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKmkOL4GaiMzJUPabeEuFyqIWH8NwVck { display:block; }#tKmkOL4GaiMzJUPabeEuFyqIWH8NwVck > .row .container { width:20rem;height:53.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #md6XmVR8gBsucCi4nN6OpOVAGVJzq9hH { width:16.4995625rem;height:14.625rem;top:3.4982633590698rem;left:1.7491321563721rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #bTQQ2m7skoFTswwagOUUpV4ZSlu6Veoc { width:6.0625rem;height:4rem;top:29.875rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #khEiCIrTcrfeFVK47ruOSHBWCv43qlGv { width:6.4375rem;height:0.9746125rem;top:23.658203125rem;left:11.7822265625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cOlNTbKbSV7pg5eXUpRdLuyQZHXzWtgB { width:6.875rem;height:6.75rem;top:29.5625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8bgZTHsup1hDRxqJCsFGcXV9P5R7Mi7 { width:5.9375rem;height:4.330075rem;top:30.9375rem;left:2.8125rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B5fJedSLDEXZfTQon2cxW9Ev4A6zoogF { width:16.625rem;height:14.0185625rem;top:37.5615234375rem;left:1.6552734375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9JuWngi2iIO1wFVVyhg2ew8JAFU2krG { display:flex;width:2.1875rem;height:2.1875rem;top:50.3740234375rem;left:8.90625rem;z-index:15006; }
 }@media only screen and (max-width: 763px) { #g9TmaEFshwLqkun8OQEy29osb7Xo2cbM { width:7.625rem;height:3.4375rem;top:17.2880859375rem;left:5.9677734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aydLckzG4JVXS6204RRESyNw2pxzw9GW { width:8.3745625rem;height:2.93728125rem;top:23.408203125rem;left:1.7490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5I4XvAC0rTA2TQvVIZE694fJs6rMG1x { width:17.9375rem;height:18.3125rem;top:0.81640625rem;left:1.0302734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0WBOSMXfKAAbwVrtq4SrRnUoi9xStCh { width:7.3123125rem;height:1.625rem;top:1.5685706138611rem;left:1.84375rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #ykdWmgEfewwFiHtLA5xgVUQM6v8PRbih { width:17.9375rem;height:5.75rem;top:22.345703125rem;left:1.0302734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDPwp8lMmVDPS5GXSOxV0gsg28EZnKte { width:20rem;height:8.1875rem;top:86.687179565431rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BoKnRGScRREXlrqi6TSJvr9DN3cMUA0i { width:3.87424375rem;height:1.125rem;top:24.7578125rem;left:11.8125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MFnWLaKk4tnp4G0wW3yfNSCnC6sxULm2 { width:20rem;height:53.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUbdCzWNaPFIfpZe7MieZtQuD3EnWb1X { display:block; }#HUbdCzWNaPFIfpZe7MieZtQuD3EnWb1X > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EE9auGHNqxV0Jf2OUlUKRRfuTrf0NT4Q { display:block; }#EE9auGHNqxV0Jf2OUlUKRRfuTrf0NT4Q > .row .container { width:20rem;height:28rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X6xMS50CLzdqIJFctt93TycpyLCpuAmL { width:20rem;height:25.1875rem;top:2.8037109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOUlWe3wik8mPklUA2SJmX0bFZIDHlwH { width:20rem;height:4.2246125rem;top:10.8662109375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e9F56Cu642xADGGXWDwm7e3QbxQvCJVh { width:18.75rem;height:8.920875rem;top:15.7783203125rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhZp0dMPcPE72TuU0lPFwfxl1U7uo2kg { width:9.5rem;height:9.5rem;top:0rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATJxFSbDzwNZkeOXp150RMXkhc7ZfJux { display:flex;width:2.1875rem;height:2.1875rem;top:24.6787109375rem;left:8.90625rem; }
 }@media only screen and (max-width: 763px) { #LoexQcwQCQdXcrzR2hMXpGdTWKkwiOwZ { display:block; }#LoexQcwQCQdXcrzR2hMXpGdTWKkwiOwZ > .row .container { width:20rem;height:54.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mu1r3HnQoRi8aeTRnacMKxl0TPwvuhdc { width:16.4995625rem;height:14.625rem;top:4.935546875rem;left:1.7490234375rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #zTMmTFc94kR8W3LFWwsercUeSxZKKIBL { width:8.5rem;height:5.5625rem;top:31.375rem;left:9.560546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0b2zeOcRcH9fdnf0KTD69tJsLbrDqTZ { width:6.4375rem;height:0.9746125rem;top:25.095703125rem;left:11.7822265625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #B1iogAWTrWtZVaTPvnOivXOLVWrcAyUx { width:6.875rem;height:6.75rem;top:31rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpXN5eZhmy3NLbFaBUl9P5067nfs8Ig2 { width:5.9375rem;height:4.330075rem;top:32.375rem;left:2.8125rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tau7yddiRRXd7XQy4aONel5gZMyn2X4o { width:16.625rem;height:12.744125rem;top:38.9990234375rem;left:1.6552734375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVFqADflkk721hsFKJTzTLFXWmXQHVmp { display:flex;width:2.1875rem;height:2.1875rem;top:51.5615234375rem;left:8.90625rem;z-index:15006; }
 }@media only screen and (max-width: 763px) { #MRyO107qplt3Iqf0G2zKBupSU1VddArK { width:7.625rem;height:3.4375rem;top:18.7255859375rem;left:5.9677734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8z2O2avObtNtIxFL4AQJLuUXfKaDBiU { width:8.3745625rem;height:2.93728125rem;top:24.845703125rem;left:1.7490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGoU5nGgAacgTw361aGbSVJ7ltLIWQpT { width:17.9375rem;height:19.75rem;top:0.81640625rem;left:1.0302734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2TLUqTT6PST4JkoKVddRVA1Gkrb3mpX { width:16.0625rem;height:3rem;top:1.568359375rem;left:1.84375rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #TCAZuZxK4mO9EXgGNcX2nRGldZ9AqzD7 { width:17.9375rem;height:5.75rem;top:23.783203125rem;left:1.0302734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Smtzx7i5Te8NAQLKkK2WZeDwRtanouyN { width:20rem;height:8.1875rem;top:86.687179565431rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CMZPTUZWzvsUPHpsxRDOJSXs4IHuDrmy { width:3.87424375rem;height:1.125rem;top:26.1953125rem;left:11.8125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UIZ0yd8FBPpI31dQ3FHKqNuGkVr5xOVg { width:20rem;height:54.6875rem;top:-0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPiedcvX3M7Wcz60DUTTVpOXOxDc1UH0 { display:block; }#EPiedcvX3M7Wcz60DUTTVpOXOxDc1UH0 > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MIb1U4xzLm7UmTxkP0hsKru1qx6HhBJA { display:block; }#MIb1U4xzLm7UmTxkP0hsKru1qx6HhBJA > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v5UR7cI87p2bNUozefOT4AT3Zrw3n6LU { width:20rem;height:24.375rem;top:2.8037109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dT0bp2z0enu7T6Jk7SpEEkCopNEw0Tf2 { width:20rem;height:2.11230625rem;top:10.8662109375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aJeDBHrSLcBOW78cQV685WnQcHBNHKNT { width:18.75rem;height:10.1953125rem;top:13.3408203125rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #My4gaU4g221wTBBHKRaDO5AnNQT8UXUx { width:9.5rem;height:9.5rem;top:0rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eENQP7a6W1kJrm3KG62gTc3VLhcy1qgR { display:flex;width:2.1875rem;height:2.1875rem;top:23.6787109375rem;left:8.90625rem; }
 }@media only screen and (max-width: 763px) { #D8tmVNhZ8QlM2HovAOxJpzcTdyXFNTPh { display:block; }#D8tmVNhZ8QlM2HovAOxJpzcTdyXFNTPh > .row .container { width:20rem;height:55.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZCQ0GNSpOtmS8a1GFEMLfV9K8RT9PDe0 { width:16.4995625rem;height:16.875rem;top:5.123046875rem;left:1.7490234375rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #kWGsQAE9VesfAGvlb5hAeExw5vcUkVl3 { width:6.9375rem;height:5.5625rem;top:36.125rem;left:9.560546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vb1rB9iT7HzqWhJnTF9mh9hDzPyzTvih { width:6.4375rem;height:0.9746125rem;top:29.845703125rem;left:11.7822265625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Suabo8GAkmM9wwvXxkSRwVOoHxvMEDTx { width:6.875rem;height:6.75rem;top:35.75rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHC9A7tT0I6kNTBPSEyLW5y9bzlKiTVE { width:5.9375rem;height:4.330075rem;top:37.125rem;left:2.8125rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iTeRNyxbI737WpuL6w85XbWh1ViUfCGw { width:16.9375rem;height:8.9209125rem;top:43.7490234375rem;left:1.6552734375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLTS6bdMl64gP3mkIf3BF9DsE79dQkcQ { display:flex;width:2.1875rem;height:2.1875rem;top:52.8115234375rem;left:8.90625rem;z-index:15006; }
 }@media only screen and (max-width: 763px) { #cdr0ErZ2oTcPr4cCoLtmr2KDqQgH8RN2 { width:5.625rem;height:4.3125rem;top:22.3505859375rem;left:5.9677734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nH9TnnAeQQOnzArTpESZHFN6GKlCqORG { width:8.3745625rem;height:2.93728125rem;top:29.595703125rem;left:1.7490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBUFb27EJZDGcXR7yMx1galmU4clcBTT { width:17.9375rem;height:23.625rem;top:0.81640625rem;left:1.0302734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrL3JXO7DiUckaMBba8hONNXRefWaVxm { width:16.0625rem;height:3rem;top:1.568359375rem;left:1.84375rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #OJgOrBVRZQUEnwiJk6PBxl5Ty5HeH62d { width:17.9375rem;height:5.75rem;top:28.533203125rem;left:1.0302734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GatmQ7bMgym3JDAZymITnlfCQyTpBIAE { width:20rem;height:8.1875rem;top:86.687179565431rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IfmtGrGTc1RNabrBttgrovZDP0uScA4a { width:3.87424375rem;height:2.25rem;top:30.9453125rem;left:11.8125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EveNbMCltQ9VGi9ZN2fBpgGAeG5pbyJ8 { width:20rem;height:55.75rem;top:-0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASUmKm7yVOo0MNFNGxPO0DpwPn9I1c6x { display:block; }#ASUmKm7yVOo0MNFNGxPO0DpwPn9I1c6x > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VaLJ7zzbKFKbZmfMHRBhRZ5TonAKu8el { display:block; }#VaLJ7zzbKFKbZmfMHRBhRZ5TonAKu8el > .row .container { width:20rem;height:45.2412109375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EfhUEkam0aqzKIFarwQylkcRnWdfMMfM { width:20rem;height:42.4375rem;top:2.8037109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tf3t8e4SHs3g9Grhpo7yG97lzkKZAQTH { width:20rem;height:2.11230625rem;top:10.8662109375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G5UttyHb4SaElFWZwGLA3wRovRwk5TC9 { width:18.75rem;height:29.3115rem;top:13.3408203125rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfaOJIL6cNRTequegWXm6rOqK5EXyIKn { width:9.4375rem;height:9.5rem;top:0rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6C06IGzgt048ABV7htSxgZVJx3oqxyF { display:flex;width:2.1875rem;height:2.1875rem;top:42.3037109375rem;left:8.90625rem; }
 }@media only screen and (max-width: 763px) { #a898AIrfEcFt8PJmNLW3eyf4dysgdE69 { display:block; }#a898AIrfEcFt8PJmNLW3eyf4dysgdE69 > .row .container { width:20rem;height:54rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XKiusX1IcWIzEGUFwZV9Q3Pq37Mub5Ip { width:16.4995625rem;height:13.5rem;top:5.123046875rem;left:1.7490234375rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #T7AURXxP932vDNi0Bp9DBLsUEt45wz2T { width:6.9375rem;height:5.0625rem;top:33.1875rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PD5pU2Ia0BePx2SAMAh8ApUD306mEGEO { width:6.4375rem;height:0.9746125rem;top:26.9375rem;left:11.8125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GA7OuQAOBexJJNnkAixoZUehtOtvvT2a { width:6.875rem;height:6.75rem;top:32.8125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKUJUlAvqcHrm69zSsG05wZJH4m96Ww9 { width:5.9375rem;height:4.330075rem;top:34.1875rem;left:2.8125rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rgWwRfT1tByOHgvLcgloh3d9V8ygROSK { width:16.625rem;height:10.1953125rem;top:40.8125rem;left:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcIzJAJlAlcii8PHZMSgMWlI9Skkpwf9 { display:flex;width:2.1875rem;height:2.1875rem;top:50.8125rem;left:8.90625rem;z-index:15006; }
 }@media only screen and (max-width: 763px) { #HIT4ty6BFLGGfNt90mZA07UsXTI1CKcV { width:8.4375rem;height:3.75rem;top:19.9130859375rem;left:5.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPUMf2UcG4garpoaMN3rrm8GUgo6K4be { width:8.3745625rem;height:2.93728125rem;top:26.6875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ym3cpEIJMR6BDQxwPNCd5nGd7nO56MPy { width:17.9375rem;height:21rem;top:0.81640625rem;left:1.0302734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uc1r5xpG0E7MfJHNC6tHTZZuneDqdiNJ { width:12.1875rem;height:3rem;top:1.568359375rem;left:1.84375rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #S110I130zJORV8xUSBivL6WtpsraiCG9 { width:17.9375rem;height:5.75rem;top:25.625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoc7TDRelDTAkZoES9hd6heTZfVMQ7Gf { width:20rem;height:8.1875rem;top:86.687179565431rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #b8IEPrh8FxBE5ryFMpKSIK1QA2kn0T5b { width:3.87424375rem;height:1.125rem;top:28rem;left:11.8125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #phBb1WKRi03X6AOZA2QviEtrQx4KzI24 { width:20rem;height:53.9375rem;top:-0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMTT3BAPA6loreC07eT7iaOTp96leE1d { display:block; }#VMTT3BAPA6loreC07eT7iaOTp96leE1d > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LMDOTumNh7eTVtsglkZb8sE06xvCHBFo { display:block; }#LMDOTumNh7eTVtsglkZb8sE06xvCHBFo > .row .container { width:20rem;height:30.9912109375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZAcn9ERTbfe9DnnD5eJTVx6tV6IdZl3p { width:20rem;height:28.1875rem;top:2.8037109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEIiKtyhHzm0Krz2lndCbBTTuRdmAKBy { width:20rem;height:4.2246125rem;top:10.8662109375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r4xCNT58Et1dCiWSIuJTWIddc593Bs3C { width:18.75rem;height:11.46975rem;top:16.2158203125rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogZdcMlIZf8Hp34NWP19VXdNVvCbSqr0 { width:9.4375rem;height:9.5rem;top:0rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMkyUco1gl1GPnSAz0IXxEki4w8o7Dty { display:flex;width:2.1875rem;height:2.1875rem;top:27.8037109375rem;left:8.90625rem; }
 }@media only screen and (max-width: 763px) { #C471rqTm8F42Wuzo0QtC8VDdBZBSEvPz { display:block; }#C471rqTm8F42Wuzo0QtC8VDdBZBSEvPz > .row .container { width:20rem;height:52.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UqNzD8Z3KzyJDsTrrEDy0l7pEPZzmyl3 { width:16.4995625rem;height:12.375rem;top:5.123046875rem;left:1.7490234375rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #raQhdzuTI5xVz8lwoZGIlNIGZtscJ1on { width:8.625rem;height:4.1875rem;top:32.71875rem;left:9.685546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Et59kOnJtdIW4fOZTcPM6PlnaPAMTH5v { width:6.4375rem;height:0.9746125rem;top:25.9375rem;left:11.8125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #L4NUea1roWTWbBG8poHEARI2kSzT7Gk6 { width:6.875rem;height:6.75rem;top:31.4375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRS87twzIl9qiB23J6XKqQTSy4mbWl83 { width:5.9375rem;height:4.330075rem;top:32.8125rem;left:2.8125rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IHqJ8HUggyeSoWordhL7uIW2OWsrkmqG { width:16.625rem;height:10.1953125rem;top:39.4375rem;left:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I50mcEMdueUItTrJMMc98rU4Qn6rZiCW { display:flex;width:2.1875rem;height:2.1875rem;top:49.4375rem;left:8.875rem;z-index:15006; }
 }@media only screen and (max-width: 763px) { #BFiO9K0nQtFv1q0wV4VQoSZBXXHO1SpE { width:5.25rem;height:5rem;top:17.4755859375rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6RK2X08eOlMV8QyyRRRbGmyz5RoM7IE { width:8.3745625rem;height:2.93728125rem;top:25.6875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sq9oHHBd7S9mSdHwc5qwKhhRN5iZUw3q { width:17.9375rem;height:19.3125rem;top:0.81640625rem;left:1.0302734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xdue3111ytV49z2f3ZlvJRqVAx7mvFNT { width:13.8125rem;height:3rem;top:1.568359375rem;left:1.84375rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #N6haq9EZPf26F8UBb79BJZOpTMGXldu0 { width:17.9375rem;height:5.75rem;top:24.25rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMsHxA7UaAACq4PxxHqmly7ArHiTdVen { width:20rem;height:8.1875rem;top:86.687179565431rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #okHdiNyvvWZQ6tIQ7zxeakWWvAK3Uf2b { width:3.87424375rem;height:1.125rem;top:27rem;left:11.8125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UfgA2A5DRFLNGoc2rrtZPXfw60E9HF14 { width:20rem;height:52.5rem;top:-0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bb7t3bg79192TSSxBVlZ2CHk4nFM00At { display:block; }#bb7t3bg79192TSSxBVlZ2CHk4nFM00At > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GLw5SxcKZQwLzikiREl9euB55clAz68T { display:block; }#GLw5SxcKZQwLzikiREl9euB55clAz68T > .row .container { width:20rem;height:36.3037109375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VGk06ef8EHyuOwg8XLGlcqaWbGTtqGZf { width:20rem;height:33.5rem;top:2.8037109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sc7MbyoMBLRBUigstuVNxB3vTmCd0OLC { width:20rem;height:4.2246125rem;top:10.8662109375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OhRqQ1x6pA6mKaZINaCs4oaBOR97oRFp { width:18.75rem;height:17.8418125rem;top:16.2158203125rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XckVelqR0x3PdgOECRr5UIZereKQC0C7 { width:9.4375rem;height:9.5rem;top:0rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOLev2rwi3I2VBbttP26qhmRGr4DmGio { display:flex;width:2.1875rem;height:2.1875rem;top:33.4287109375rem;left:8.90625rem; }
 }@media only screen and (max-width: 763px) { #skliMWeRBMnXrmByEpu1UDOzWaPWM8XW { display:block; }#skliMWeRBMnXrmByEpu1UDOzWaPWM8XW > .row .container { width:20rem;height:59.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GmdSneNVz0nFZkoC8wb3wzL97w76CNW7 { width:16.4995625rem;height:11.25rem;top:5.123046875rem;left:1.7490234375rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #vi5o3QOP0RScvPMnP48gcGFUHVF0Tmfx { width:7.75rem;height:4.1875rem;top:31.53125rem;left:9.685546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0vhoEdXqAeel0Z7SDMCTHq4DgroAg4f { width:6.4375rem;height:0.9746125rem;top:24.75rem;left:11.8125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Nmyc15vatMOadhoV3piJvKNkbzf1ZkUB { width:6.875rem;height:6.75rem;top:30.25rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JH5graXlXyeQ5FxwIM6iyRU8t7XPcxNT { width:5.9375rem;height:4.330075rem;top:31.625rem;left:2.8125rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tnMXeTmvmzuS5xfszBXU5bJcoGSCC50I { width:16.625rem;height:17.8418125rem;top:38.25rem;left:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U763QGKexTfG2qMADElaAXkVhQdVO0yz { display:flex;width:2.1875rem;height:2.1875rem;top:56.0625rem;left:8.875rem;z-index:15006; }
 }@media only screen and (max-width: 763px) { #EDSf0UqmHXHy1Tb3hgOyJUf3TwwEMhdl { width:5.25rem;height:5rem;top:16.3505859375rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrorZdpTAZuyxMb5e67hLzDfoqonoRTU { width:8.3745625rem;height:2.93728125rem;top:24.5rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyK4CH3HKlVdkO5swXKTgoG8soVnIbDh { width:17.9375rem;height:18.5rem;top:0.81640625rem;left:1.0302734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTmdV6nwDfRZAoV7QWrw36LSJsohJVF0 { width:15.75rem;height:3rem;top:1.568359375rem;left:1.84375rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #gTp4AhsB8bxCUhqzLh0Q0Ba0XdiBIBxH { width:17.9375rem;height:5.75rem;top:23.0625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQnsQxdwwkU7d5FhgAnxgEOctsAgdPKv { width:20rem;height:8.1875rem;top:86.687179565431rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TZQDmET3iLAWfeqzZ2PfmClbOXVoKebi { width:3.87424375rem;height:1.125rem;top:25.8125rem;left:11.8125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pOCz9hsn97UcsMupwpLZ1xdgXvD9IddM { width:20rem;height:59.5rem;top:-0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVvTR0qK0pBW40hIkdbA07HN73eNgtt3 { display:block; }#UVvTR0qK0pBW40hIkdbA07HN73eNgtt3 > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZqWsgKt9JTA8gqVqttR5WI2DzpSgRLeV { display:block; }#ZqWsgKt9JTA8gqVqttR5WI2DzpSgRLeV > .row .container { width:20rem;height:44.3662109375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZfgzJm7U0RG9G0FkEGq7l3pgPyrqwTSs { width:20rem;height:41.5625rem;top:2.8037109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeGlokf5b8BAJpBm57QL5wUAydyuOIKi { width:14.625rem;height:4.2246125rem;top:10.8662109375rem;left:2.6875rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aK2TVDsi3MATOUmzWuwMTEokTtJCtyAN { width:18.75rem;height:25.48825rem;top:15.9033203125rem;left:0.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxbygFRZHEwha8Mnvfp1qszZAkUJ4qaw { width:9.375rem;height:9.5rem;top:0rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9KFTZXZsQ3DADKDypL3vkopFIOTC982 { display:flex;width:2.1875rem;height:2.1875rem;top:41.2412109375rem;left:8.90625rem; }
 }@media only screen and (max-width: 763px) { #ro0TfEoFWMbuZto99QxNp2hGBhlTv1sp { display:block; }#ro0TfEoFWMbuZto99QxNp2hGBhlTv1sp > .row .container { width:20rem;height:70.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xbGAmRHZoARF5ptuBSWbRbzODsggzh0i { width:16.4990234375rem;height:18rem;top:5.0625rem;left:1.8125rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #HxNymo0PrbMZHTpNsbDBM61eTUMCmUtK { width:5.1875rem;height:4.1875rem;top:37.90625rem;left:9.685546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToD67WSEJdoc3WndUTtKWNBnA6J9M24h { width:6.4375rem;height:0.9746125rem;top:31.125rem;left:11.8125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #n3N6w7GJrAom4xNsvsGtErsubuFIif5g { width:6.875rem;height:6.75rem;top:36.625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAAJCmKwDbSpCXr3VmOv14ZJuFvAV9xA { width:5.9375rem;height:4.330075rem;top:38rem;left:2.8125rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vWVZPbmliz4Aki6MLfVK3ab9WacSGbki { width:17.1875rem;height:22.9394375rem;top:44.625rem;left:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5RmZeDyFcHGBGoobV13FJXxT03MAXB7 { display:flex;width:2.1875rem;height:2.1875rem;top:67.25rem;left:8.875rem;z-index:15006; }
 }@media only screen and (max-width: 763px) { #zDm5e99mGuvLrklQIV3us0D9sTOxZ7B6 { width:5.25rem;height:4rem;top:24.0380859375rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQ3aPlWavLXSzO9mwWsftIvnNTtJ0tqB { width:8.3745625rem;height:2.93728125rem;top:30.875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyKX2pS7S0g8Ul7hllXlFkNWB1AMVPLz { width:17.9375rem;height:25.25rem;top:0.81640625rem;left:1.0302734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJpNCBIk1TRmZiwolviNT0env9ebVGf7 { width:8.75rem;height:3rem;top:1.568359375rem;left:1.84375rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #Up7vfuDpRyhFuiwZglVwP6SnJAnhWwAI { width:17.9375rem;height:5.75rem;top:29.4375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kK2TItARy5t1lfP0L3XVuy9zI9s0DBk9 { width:20rem;height:8.1875rem;top:86.687179565431rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ueGhwozlL5b1IoSyVpcBXMS6exSm4qJO { width:3.87424375rem;height:1.125rem;top:32.1875rem;left:11.8125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RwuRuEArw2AwDv5TbeVLX716PwAgqpSq { width:20rem;height:70.5rem;top:-0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TICI4Fq8E4w9AeE30E6e1Xz7AcETJ98a { display:block; }#TICI4Fq8E4w9AeE30E6e1Xz7AcETJ98a > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WaRITpZJRrmALWx5aCBSEoUWqXPsbRSc { display:block; }#WaRITpZJRrmALWx5aCBSEoUWqXPsbRSc > .row .container { width:20rem;height:26.3662109375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LZI7FZf8pU0P2han33xx3qwJgSfnMi0S { width:20rem;height:23.5625rem;top:2.8037109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLw61ofHSJqcuVIZuhnUnVvSsFTXTlkH { width:14.625rem;height:2.11230625rem;top:10.8662109375rem;left:2.6875rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZA59FXQMyOJJnMDPTNsGs31WJZlZ2X1H { width:18.75rem;height:8.920875rem;top:13.4658203125rem;left:0.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dye4FKpREUd8JyvQncg4yT3Eh7ukZQi1 { width:9.375rem;height:9.375rem;top:0rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JegChThEU36ruXr87t8aWhsqMFtmDe5w { display:flex;width:2.1875rem;height:2.1875rem;top:22.8662109375rem;left:8.90625rem; }
 }@media only screen and (max-width: 763px) { #QlsANGV7JodoVlqDqtAdD5GHwmZsP4Ph { display:block; }#QlsANGV7JodoVlqDqtAdD5GHwmZsP4Ph > .row .container { width:20rem;height:54.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wiJTLW2N8VgCsep77ahPawDvmzRqreH8 { width:16.4990234375rem;height:1.125rem;top:5.0625rem;left:1.8125rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #Z1p1ETdZzIDJSTVtTwZc49V9qraxg8La { width:7.25rem;height:4.125rem;top:20.125rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xu8DAreGtdugVRLkVRqkDChTENSZaZue { width:6.4375rem;height:0.9746125rem;top:13.5rem;left:2.21875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #onsXDh6xCrmDpRREyOo9096u57nSA7OE { width:6.875rem;height:6.75rem;top:18.8125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPMwlm6cTba8mqTw0pA9u3ORzZtcln2a { width:5.9375rem;height:4.330075rem;top:20.1875rem;left:2.8125rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LCJLWtOKvl5WKXB6GtQgDd9BMT8f9BMl { width:17.4375rem;height:20.390625rem;top:26.8125rem;left:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJl3PRrUHWyAKZAixvQVVMLRKc5QlgN8 { display:flex;width:2.1875rem;height:2.1875rem;top:48.0625rem;left:8.90625rem;z-index:15006; }
 }@media only screen and (max-width: 763px) { #a0gxAx371JTyZyvr85AvxJQDEqgNdFUz { width:3.875rem;height:4rem;top:7.1865234375rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ve8amMezUzWkS88akCKJbehmKFRPZXIK { width:17.9375rem;height:8.75rem;top:0.81640625rem;left:1.0302734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8JryHees01eXwQLZi7uO4o0fknsF52W { width:8.75rem;height:3rem;top:1.568359375rem;left:1.84375rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #ckT0BJh4RlM4cXiTMhxZyF1Q4GMsm82T { width:17.9375rem;height:3.9375rem;top:12.6865234375rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvuK0Tv92ezv9XG7RdB6bqebyXMWrpzi { width:5.25rem;height:1.125rem;top:14.9375rem;left:2.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KfPqlg02GyTWk6PoDiITb5Hc3SyxNEEE { width:20rem;height:51.5625rem;top:-0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOzIZk0gVmgOzRRb9Xq2AdJwqdJcn28P { display:block; }#UOzIZk0gVmgOzRRb9Xq2AdJwqdJcn28P > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zTisatWeJ8nyM8lGaLKDVOnskfDZ0LuW { display:block; }#zTisatWeJ8nyM8lGaLKDVOnskfDZ0LuW > .row .container { width:20rem;height:32.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J9pXBn489sdu27nh8BTpzed8SOuhfuV6 { width:20rem;height:30rem;top:2.8041687011719rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJWHn8KFUoy0WMnTsgTX62vlZGwzuWVu { width:20rem;height:2.11230625rem;top:12.429166793823rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cuEivOhh8GZgo3ghcOJxKnZbCNZ5POWB { width:18.75rem;height:14.0185625rem;top:15.4033203125rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oit5wdQT4bkGpVrIPVwJkmpCihMA5VGI { width:10.4375rem;height:10.625rem;top:0rem;left:4.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhDMPBSTELVE4dFnxw90wKx0nhkgFJoK { display:flex;width:2.1875rem;height:2.1875rem;top:29.429168701172rem;left:8.90625rem; }
 }@media only screen and (max-width: 763px) { #uLDFVnV2bdkk6ymw7KpzG0S8i9h8bKuM { display:block; }#uLDFVnV2bdkk6ymw7KpzG0S8i9h8bKuM > .row .container { width:20rem;height:56.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eMXXzD0lJcSTKnstXH6G08Akqwbgh2EO { width:16.4990234375rem;height:1.125rem;top:5.0625rem;left:1.8125rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #QExBSCDaXLcIEOwwTd209gUD6bXqUkih { width:7.625rem;height:5.5rem;top:19.5625rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #krlpTxdwF8TLAlTTtiJdBhMyAuR6TKBU { width:6.4375rem;height:0.9746125rem;top:13.5rem;left:2.21875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rPKKboDiqia5UO2fBOand0TvVMQMq5Eg { width:6.875rem;height:6.75rem;top:18.8125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6XyNiFvCnCzF5fTyrHOOVcyESJfULer { width:5.9375rem;height:4.330075rem;top:20.1875rem;left:2.8125rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fAqn4916DIleiRIWtpAoylyeo3TOgsoJ { width:16.625rem;height:26.7626875rem;top:26.8125rem;left:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIe2RUHhfE4Z1FKTzaoAqTghmFXHQbTw { display:flex;width:2.1875rem;height:2.1875rem;top:53.25rem;left:8.90625rem;z-index:15006; }
 }@media only screen and (max-width: 763px) { #xdAHzPKkCCOuZ2zGMscIzokRd0Hk7lPI { width:3.875rem;height:3.875rem;top:7.1865234375rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3WeLCBTfcKZqCnWrKNKHW6mgLvkbZIK { width:17.9375rem;height:8.75rem;top:0.81640625rem;left:1.0302734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXfwTbwz4yMgaATtMS5teAWdfVsCUJfT { width:8.75rem;height:1.5rem;top:1.568359375rem;left:1.84375rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #w2vOT6kIVDh2NvTDaLkxDAvqLchbJlR2 { width:17.9375rem;height:3.9375rem;top:12.6865234375rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRdf3aV46W1ieZSP045zASEcsPC0Ov9S { width:5.25rem;height:1.125rem;top:14.9375rem;left:2.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #W7UVovTEmxHboEFSRcriAi0AF2mCoDZk { width:20rem;height:56.625rem;top:-0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlZ1kppp00WuBWXEdBAs3vARTL0v1vMF { display:block; }#KlZ1kppp00WuBWXEdBAs3vARTL0v1vMF > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WmgPwFT7NzE4R051WXHFq0RsLWWUN2FR { display:block; }#WmgPwFT7NzE4R051WXHFq0RsLWWUN2FR > .row .container { width:20rem;height:24.9287109375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GayqeoLnXAdC2T3BXCvnx7QfUngCxhUP { width:20rem;height:22.125rem;top:2.8037109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgKntJli1o63oNQ2XFIlMz3nqBUIriHz { width:20rem;height:2.11230625rem;top:10.8662109375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rPKqJ4gwJlwiDlDFyNFsBFdxR4B6bEwW { width:18.75rem;height:7.6465rem;top:13.4658203125rem;left:0.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlihrd2oZrFlzH8pwq7qGFuMTAxS1CVN { width:9.4375rem;height:9.5rem;top:0rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CI66SqtNs4TMkmGzZ5DSDfu5lf6urBiV { display:flex;width:2.1875rem;height:2.1875rem;top:21.4287109375rem;left:8.90625rem; }
 }@media only screen and (max-width: 763px) { #DJ2G79A1flmurebvAKeBLgt71ZqHRdEr { display:block; }#DJ2G79A1flmurebvAKeBLgt71ZqHRdEr > .row .container { width:20rem;height:55.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eggirhetfOZaK05u2DSQqzKsEJgfH8ww { width:16.4990234375rem;height:5.625rem;top:4.9990234375rem;left:1.75rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #Im7HHl7g9QWvsrRxl5pZMD543S72UI1t { width:7.625rem;height:5.4375rem;top:24.25rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4AfNzSE95VKzZP3iGnAWrp5QsR9wD3s { width:6.4375rem;height:0.9746125rem;top:18.1875rem;left:2.21875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nglbfpIrGucqy9DBZHAIuZQnwL5FNxuo { width:6.875rem;height:6.75rem;top:23.5rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUrFFHyT5uQTaPZrTmPPtBvQ1975AJVT { width:5.9375rem;height:4.330075rem;top:24.875rem;left:2.8125rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MK0ybnahIOLUgnH8J1CFCxq0bE9X2pza { width:16.625rem;height:20.390625rem;top:31.5rem;left:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NltS71MU5O8D21iARRfhCet5unwrNFBs { display:flex;width:2.1875rem;height:2.1875rem;top:52.125rem;left:8.90625rem;z-index:15006; }
 }@media only screen and (max-width: 763px) { #bSnHl2ocxVIzTqxMNwSLDunKrk7bRWS3 { width:8.4375rem;height:3.9375rem;top:11.5615234375rem;left:5.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgxngDJSF5c8XPXPWfI0VXUVdAFRRprM { width:17.9375rem;height:12.8125rem;top:0.81640625rem;left:1.0302734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTST6IGOrZH0BmfgTOcspD8S9CsZCA5N { width:8.75rem;height:3rem;top:1.568359375rem;left:1.84375rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #QQH9mXd8QbK5m6FRo8MJqvrJxqOt0uRO { width:17.9375rem;height:3.9375rem;top:17.3740234375rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lo0EIHlKT4OTDcLw7KCgQzQNVDQTsNWL { width:5.25rem;height:1.125rem;top:19.625rem;left:2.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TUczq86QmvLsv6pteT7u6rrPtlbKdeK8 { width:20rem;height:55.6875rem;top:-0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #axSlyua2v7ISM8HOo794Ry07E50rb4l1 { display:block; }#axSlyua2v7ISM8HOo794Ry07E50rb4l1 > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sge22gRvmLcAuI0UtfzHm2DBU7c6mofZ { display:block; }#sge22gRvmLcAuI0UtfzHm2DBU7c6mofZ > .row .container { width:20rem;height:24.8037109375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O9Hskiv6xiPRPqiNs8bk6q52Q6Mo5ucM { width:20rem;height:22rem;top:2.8037109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bo7Wti41uhMeLqgpxuemNouvX78KkWGP { width:14.625rem;height:2.11230625rem;top:10.8662109375rem;left:2.6875rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xn3bmh5H0hiQcQrVUdJ2kCWNKiCaPvhg { width:18.75rem;height:7.6465rem;top:13.7783203125rem;left:0.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2r7giUvGbVxqp48dmZ9D3hqXOUw83uK { width:9.375rem;height:9.375rem;top:0rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcnPztR4f0o22yifbqWBIrRowTo6TS8y { display:flex;width:2.1875rem;height:2.1875rem;top:21.6162109375rem;left:8.90625rem; }
 }@media only screen and (max-width: 763px) { #etn2zXDv5DeV7T5ef4BzouatS5BwpSU1 { display:block; }#etn2zXDv5DeV7T5ef4BzouatS5BwpSU1 > .row .container { width:20rem;height:47.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HzcdQr9I9tQDpz3hU9ItI5NizuDJpTUJ { width:10.5rem;height:2.25rem;top:3.6240234375rem;left:1.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #TpZeTlTtTfAD8rXOK22Fef7BEEw2Umg0 { width:7.1875rem;height:5.4375rem;top:18.75rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtZKvN6nywA0mJod5ut6gKF4ZpCg6Ar0 { width:6.4375rem;height:0.9746125rem;top:12.75rem;left:2.21875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AlaTFhdOfDGZHRcou8lREohRWPJxVlPA { width:6.875rem;height:6.75rem;top:18rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFs5kPfptIEUzb320Ziq1uErxh1S2VSK { width:5.9375rem;height:4.330075rem;top:19.375rem;left:2.8125rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xONE9XsToA1EryCTvJgOfUyH1OCWEW7D { width:16.625rem;height:17.8418125rem;top:26rem;left:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsXWE4s8cPWs21pUXwVAG4U6TmbSWnbt { display:flex;width:2.1875rem;height:2.1875rem;top:43.8125rem;left:8.90625rem;z-index:15006; }
 }@media only screen and (max-width: 763px) { #ZXX72qC3rr2e8TTFgHh3ynpuxPdMxz3G { width:3.8125rem;height:3.9375rem;top:6.8115234375rem;left:8.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtFppZ6VC26fWDvg1hafzQwxEBrypE7T { width:17.9375rem;height:7.875rem;top:0.81640625rem;left:1.0302734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qA9THpx0fT6WZXv9zraBcH7dxLMFG1T8 { width:8.75rem;height:1.5rem;top:1.818359375rem;left:1.84375rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #ui6CRhwcA2XqA5UUDf40cutnrfiC4yWQ { width:17.9375rem;height:3.9375rem;top:11.9365234375rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G964Fli8MTaUAbsJoBwkq04CANUQHbHi { width:5.25rem;height:1.125rem;top:14.125rem;left:2.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eHWN2zBC1qNQnMQbkU5CQ9mIuFSM3mDo { width:20rem;height:47.25rem;top:-0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcgHxyoT4pTpTyMI4ZpGC7yrsV9zGAay { display:block; }#AcgHxyoT4pTpTyMI4ZpGC7yrsV9zGAay > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mmuWPFto3pMKmkZPDsweatNldd8FhDT2 { display:block; }#mmuWPFto3pMKmkZPDsweatNldd8FhDT2 > .row .container { width:20rem;height:26.3662109375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qQ8h9H2SZTxb58hh1Qfn8wio86b5LRgI { width:20rem;height:23.5625rem;top:2.8037109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcuBbMzssweKOLyMuxtONQRhmMTw3UMU { width:14.625rem;height:2.11230625rem;top:10.8662109375rem;left:2.6875rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qnx1NRkfn8HIRtzHePTdSqqnxXUKyEqU { width:18.75rem;height:10.1953125rem;top:13.4658203125rem;left:0.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKZlFffBzLuT1uDQdCJmQy8d5VexPaqV { width:9.375rem;height:9.375rem;top:0rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPKgwNUAX4FBwnsyIKTAylUpCxzmWeuA { display:flex;width:2.1875rem;height:2.1875rem;top:23.6787109375rem;left:8.90625rem; }
 }@media only screen and (max-width: 763px) { #WRv4HsEzbSNSGuCd8knBxSDzfUt3K6Bv { display:block; }#WRv4HsEzbSNSGuCd8knBxSDzfUt3K6Bv > .row .container { width:20rem;height:47.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wLMHHFpC0B4lMEXNZu9kfdwR7f25nHao { width:12.1875rem;height:2.25rem;top:3.7490234375rem;left:1.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #GRAx1LVz8tX8Rxlpz3q8TEsX2t5ESlen { width:7.1875rem;height:4.5625rem;top:18.75rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1PkWTE4nR7MLIBzSQf3UzykROFaBoq5 { width:6.4375rem;height:0.9746125rem;top:12.75rem;left:2.21875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vdF0Ek6vTgbCxZgzND6WtBI0RMp4luS7 { width:6.875rem;height:6.75rem;top:18rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dyknmfbkc0HPVNZB9vqmFIUyHy0FlwuZ { width:5.9375rem;height:4.330075rem;top:19.375rem;left:2.8125rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ik533DgI5CGZTCyN1yywrb7stTRIDvJU { width:16.625rem;height:17.8418125rem;top:26rem;left:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mk0Oqx3vGKPycRquWm1WTFILrk40T0bu { display:flex;width:2.1875rem;height:2.1875rem;top:43.8125rem;left:8.90625rem;z-index:15006; }
 }@media only screen and (max-width: 763px) { #LHbMwbazbeFhcpVA1o12Ti9cXQrhP5Oy { width:6.125rem;height:3.75rem;top:6.8115234375rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsoZwLk3gRVPoxXWfQc0KdhTLrdcROt1 { width:17.9375rem;height:7.875rem;top:0.81640625rem;left:1.0302734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #btlDypM7t7bNLrvIqSNcGqFAnG2XP4yJ { width:8.75rem;height:1.5rem;top:1.818359375rem;left:1.84375rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #cJvxozuKZvsJFKrWb5I5riGWsynBBSgx { width:17.9375rem;height:3.9375rem;top:11.9365234375rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHFg9eRv2ahdfACiIXBeiuhSl577ecEG { width:5.25rem;height:1.125rem;top:14.125rem;left:2.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WX3Ta7FieRIObZ0ylw3tbLZTPncnDKNq { width:20rem;height:47.25rem;top:-0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKEDiHc3qeLRyg9IrJSHzmg36AtL3yvN { display:block; }#oKEDiHc3qeLRyg9IrJSHzmg36AtL3yvN > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HS60F2DDSzcGPPIGRWvImq8Kx1Pc005K { display:block; }#HS60F2DDSzcGPPIGRWvImq8Kx1Pc005K > .row .container { width:20rem;height:30.9912109375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ktxp5aqQEzbh71GaEoQLVwEaeeA6peVW { width:20rem;height:28.1875rem;top:2.8037109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtpnrJiFuBaf0RXZqakqhFUwGxxtJwD9 { width:14.625rem;height:2.11230625rem;top:10.8662109375rem;left:2.6875rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fm01FvbatOet7cTixp6aClg9xK7bbWmE { width:18.75rem;height:14.0185625rem;top:13.7783203125rem;left:0.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ndt0ud2MbKJUF8nuENCp8l6Wrm1I5t8O { width:9.375rem;height:9.375rem;top:0rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuNg3E6Tfa3GFhB3nD1VrJlRHZTHgv10 { display:flex;width:2.1875rem;height:2.1875rem;top:27.7412109375rem;left:8.90625rem; }
 }@media only screen and (max-width: 763px) { #gRxFRyU7ZTcZisZPQaHsmohFMtkH6B7i { display:block; }#gRxFRyU7ZTcZisZPQaHsmohFMtkH6B7i > .row .container { width:20rem;height:49.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #brwZxerZZnQcRznlRz70JzXgHmLBh4ke { width:12.1875rem;height:2.25rem;top:3.7490234375rem;left:1.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #HLkzMWlmenlBdqct6WxHMSTiZ1PoCTRi { width:7.6875rem;height:5.6875rem;top:18.1875rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQhguG78PWAuS8UAGUH3EMNuP66HS2QG { width:6.4375rem;height:0.9746125rem;top:12.75rem;left:2.21875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cPP4khcpu4GDThz0Bf5dRpD7hKFEznSu { width:6.875rem;height:6.75rem;top:18rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPErXSBB2LXnvyP3n4IsIxRenD9tyPg9 { width:5.9375rem;height:4.330075rem;top:19.375rem;left:2.8125rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mnXo6Oyp4owMxFOMUkxXGw8ezGpqg0wM { width:16.625rem;height:21.6650625rem;top:26rem;left:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XugKbtHedbWMNJrkffphP2SWbStznCCp { display:flex;width:2.1875rem;height:2.1875rem;top:46.5rem;left:8.90625rem;z-index:15006; }
 }@media only screen and (max-width: 763px) { #OFA3zyWFBe8W5LL9T4hhfWTw8nlm0M6n { width:3.625rem;height:3.75rem;top:6.8115234375rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #citAR14ex0Ssqt6Mgpr4WDPCmCTZFAgO { width:17.9375rem;height:7.875rem;top:0.81640625rem;left:1.0302734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7WVfKeK1XJTWaJ9Fi7K7J2S9gIbbobd { width:8.75rem;height:1.5rem;top:1.818359375rem;left:1.84375rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #ZXxsdZub5dHZurxFDm3sbswdAH7mzDHZ { width:17.9375rem;height:3.9375rem;top:11.9365234375rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UV5cdqGoPHqFzwdS85x7r5S9XJsPZMTq { width:5.25rem;height:1.125rem;top:14.125rem;left:2.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UnRQUPkTqwwOdRPGf56n4dUOIWV6u0LJ { width:20rem;height:49.4375rem;top:-0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8AoyBFniX2f2dPyNT8V8tzoKwGeA7qO { display:block; }#D8AoyBFniX2f2dPyNT8V8tzoKwGeA7qO > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OxFfSdibFeapWxgfiq1rz740Woo0ygT6 { display:block; }#OxFfSdibFeapWxgfiq1rz740Woo0ygT6 > .row .container { width:20rem;height:30.9912109375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kv4idUGu0puB5WrDbTcr1E2IcAB0t8WV { width:20rem;height:28.1875rem;top:2.8037109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hO68yJrJ47sg4hbG4b4hVAubPf2wShVo { width:14.625rem;height:2.11230625rem;top:10.8662109375rem;left:2.6875rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gRqMnEZEO8wzrSqFvatitHJiJiGem0P0 { width:18.75rem;height:14.0185625rem;top:13.7783203125rem;left:0.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bo05hVTzIqTQlidkgDRqPL4lDUe9dCAT { width:9.375rem;height:9.375rem;top:0rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPVD63Fo6IxiTRhkfkQ8BompzdlxGBJ9 { display:flex;width:2.1875rem;height:2.1875rem;top:27.7412109375rem;left:8.90625rem; }
 }@media only screen and (max-width: 763px) { #S6CAU8LilB9Brw2l9PQ2A9iXDGTTHtfu { display:block; }#S6CAU8LilB9Brw2l9PQ2A9iXDGTTHtfu > .row .container { width:20rem;height:49.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZATSdTEiBWVMaZeIFWOuLpUT6xvlpAbO { width:12.1875rem;height:1.125rem;top:3.7490234375rem;left:1.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #qkXMqXm0noK4l082WW9T9JItKXA7t0Xf { width:6rem;height:5.6875rem;top:18.53125rem;left:10.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NT9BnJsdGJ3D8qZwv3EuToIUeX7i6asu { width:6.4375rem;height:0.9746125rem;top:12.75rem;left:2.21875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #q4n5AbuhhAlwlgA05usMcqv177mNmKG0 { width:6.875rem;height:6.75rem;top:18rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXKEsmPNPHfUcG5JzHoxuUmH9h9fBKnn { width:5.9375rem;height:4.330075rem;top:19.375rem;left:2.8125rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qknzGeBzyuDlFdEDTra92Bt7A0STvzuu { width:16.875rem;height:20.390625rem;top:26rem;left:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fosvN0CExdhnvkIakzz3e6rFXfmfSOxI { display:flex;width:2.1875rem;height:2.1875rem;top:46rem;left:8.90625rem;z-index:15006; }
 }@media only screen and (max-width: 763px) { #P9sZptTgJ8If6oUDT2wZJLnkm8qTAm4q { width:2.9375rem;height:3rem;top:6.8115234375rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVyw4Lf0ZBM7ATWeMWLKUbeV8RnAwctS { width:17.9375rem;height:7.875rem;top:0.81640625rem;left:1.0302734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQbTmFDAe4iLdWl9TdI5ogUoXovv3R3w { width:8.75rem;height:1.5rem;top:1.818359375rem;left:1.84375rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #BAbVcVhHTOiToD80SFuWUBMG9ocoU25U { width:17.9375rem;height:3.9375rem;top:11.9365234375rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZRnbWiS8bQ4Om1T2brD7XqHXHZNLv4K { width:5.25rem;height:1.125rem;top:14.125rem;left:2.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mq6UgtgRNV9dvN2is9mrgZKLoe8XP6ne { width:20rem;height:49.4375rem;top:-0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pe58xd9HWvnmRycobUgTlWN4Ou1bSXyo { display:block; }#pe58xd9HWvnmRycobUgTlWN4Ou1bSXyo > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LhB0LU7mIreFGH1ylLA2IALIvEQyJX3C { display:block; }#LhB0LU7mIreFGH1ylLA2IALIvEQyJX3C > .row .container { width:20rem;height:25.8037109375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KGwuJWxUUoNsfDRUsUWtBIDpqzS4nG1e { width:20rem;height:23rem;top:2.8037109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LU4u02J6bO5cTCgcIzBzi2lAoqmPlCCF { width:14.625rem;height:2.11230625rem;top:10.8662109375rem;left:2.6875rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BmftueqCb9sOd5NPNM0AMB8bcsAUQKwW { width:18.75rem;height:8.920875rem;top:13.7783203125rem;left:0.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gg9IbzwIzRQ3PiLMqe9qwFRHVTKF7MUu { width:9.375rem;height:9.375rem;top:0rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g201NTffJuJ7dcO498Vfu7OCoPQ5ZSvR { display:flex;width:2.1875rem;height:2.1875rem;top:22.8662109375rem;left:8.90625rem; }
 }@media only screen and (max-width: 763px) { #lMXZeKChlnxLPOT8HTVpODHBz1hppLVU { display:block; }#lMXZeKChlnxLPOT8HTVpODHBz1hppLVU > .row .container { width:20rem;height:46.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cJLc0oT3tbV7pfMdqFAzJfnuLRAbTHGP { width:12.1875rem;height:2.25rem;top:3.7490234375rem;left:1.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #o2GZG6gtliqP8oCgzBgniJ9VGUeLd7Eb { width:10.0625rem;height:3.3125rem;top:19.71875rem;left:8.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qypu4fLg2U81TkuaU8dI0s1J9mu2fr1m { width:6.4375rem;height:0.9746125rem;top:12.75rem;left:2.21875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RPELICiv5LZVUF7KXyV0C1U5Ei9JzTOz { width:6.875rem;height:6.75rem;top:18rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKuLaqTEe5ZxfL55JAFEoHi7mQpaSWJ4 { width:5.9375rem;height:4.330075rem;top:19.375rem;left:2.8125rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qZTuTo6tWTaT6OM4z8mssKCwiGlaukG6 { width:16.6875rem;height:17.8418125rem;top:26rem;left:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyDdzhavxL6tRgwv9LrlTX3bDwnPDn9V { display:flex;width:2.1875rem;height:2.1875rem;top:43.875rem;left:8.90625rem;z-index:15006; }
 }@media only screen and (max-width: 763px) { #cHVr3ZmMl8DH12aqXBHP6Kp0Jtw9Mnol { width:4.0625rem;height:3.875rem;top:6.5615234375rem;left:7.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtsRUuZSJRX8UnpNKEppbz7shkNwBXlf { width:17.9375rem;height:7.875rem;top:0.81640625rem;left:1.0302734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPKIJOmZnQhKKvlCwmC4TfOxZqB3Bmwx { width:8.75rem;height:1.5rem;top:1.818359375rem;left:1.84375rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #axThSMuotE03pdJv0fa7M8DohSk9ygTv { width:17.9375rem;height:3.9375rem;top:11.9365234375rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LW8p4ZakI6TpDXUzZo8c0gnbOZwsqEVt { width:5.25rem;height:1.125rem;top:14.125rem;left:2.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pJLAsfhSJvvsLpoIW3O0bWFlz0gc9zPI { width:20rem;height:46.75rem;top:-0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeEyg0iD394zgxkhJiTb5AsHVCgV5LOb { display:block; }#xeEyg0iD394zgxkhJiTb5AsHVCgV5LOb > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NZTzxEO5n81Lr9k2SSBU3yVG9IRnrGOX { display:block; }#NZTzxEO5n81Lr9k2SSBU3yVG9IRnrGOX > .row .container { width:20rem;height:31.3662109375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K4TnhdSKe5k9kOTSvUPwXV80s0l4QlKw { width:20rem;height:28.5625rem;top:2.8037109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHUPyg82RrWmaKh8xRGTOXkghnSfXpym { width:17.8125rem;height:4.2246125rem;top:10.9912109375rem;left:1.09375rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qTRcZbxSdZeQcOn3yy5SkEsk4oOr40kV { width:18.75rem;height:12.744125rem;top:15.8408203125rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNLG7RHFmeGSx6tLKoqVssnpb60MMDrJ { width:9.375rem;height:9.375rem;top:0rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5pW9ZGvQg2Z3mUZULr2t4K1ZmKTcJXc { display:flex;width:2.1875rem;height:2.1875rem;top:28.1875rem;left:8.90625rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #rB5zyBf6Op7ATxZbSiXdPPmRRDn3oSk9 { display:block; }#rB5zyBf6Op7ATxZbSiXdPPmRRDn3oSk9 > .row .container { width:20rem;height:51.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rfAHDkMF7HpuWc6x8ut6ikLxofivRCBh { width:12.1875rem;height:1.125rem;top:3.7490234375rem;left:1.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #eb49q97vKiBHSfxzl2HhIcxMaTBMii7A { width:8.0625rem;height:5.4375rem;top:18.65625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhfUV5L1W6iGwHqzzo3Wpf40dAgUT4dI { width:6.4375rem;height:0.9746125rem;top:12.75rem;left:2.21875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ae21e3EpzqdUTQz8XyCT8GFbmE1XQGy9 { width:6.875rem;height:6.75rem;top:18rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLTLrlG4lUZxk4ACWio1CLS4I0ZSGLpK { width:5.9375rem;height:4.330075rem;top:19.375rem;left:2.8125rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h6iGvZ2e64mkBIhcFWFVTLEMcW1IagV9 { width:17.25rem;height:22.9394375rem;top:26rem;left:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TURTbqcOn3akvAwT2kyoCHbbgC2zQAw2 { display:flex;width:2.1875rem;height:2.1875rem;top:48.8125rem;left:8.90625rem;z-index:15006; }
 }@media only screen and (max-width: 763px) { #yUzZZQNwZNJ4mEdxrkopTQ506s6BhbsR { width:3.8125rem;height:3.875rem;top:6.5615234375rem;left:7.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrcvwqSiklpmg1P7apNtmmAAveya2K7S { width:17.9375rem;height:7.875rem;top:0.81640625rem;left:1.0302734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoCcLGQqs5euZ583ciTUaAU3RgBftdHc { width:8.75rem;height:1.5rem;top:1.818359375rem;left:1.84375rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #hGtDrwT29XzoiPh4IoxSviZGO6zI6TBt { width:17.9375rem;height:3.9375rem;top:11.9365234375rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZkXJFmZy90FA05NBfCyfttsUxJEM5qE { width:11.875rem;height:1.125rem;top:14.125rem;left:2.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RputaANwmgEIdRdTzgSPcN01hv8Hzaxe { width:20rem;height:51.5625rem;top:-0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PszfR6HVKxWdFZBXG81GBxbwT0dXT1Xt { display:block; }#PszfR6HVKxWdFZBXG81GBxbwT0dXT1Xt > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xz2fUHG3OTu16izFb70ompF2civyQ1WZ { display:block; }#Xz2fUHG3OTu16izFb70ompF2civyQ1WZ > .row .container { width:20rem;height:26.7412109375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H5TbtDRs8DZGVJFp8iHzVMBLXyTPSQ6T { width:20rem;height:23.9375rem;top:2.8037109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcepSmLumUe839mEHw2tOTfKurR1QWb1 { width:17.8125rem;height:2.11230625rem;top:10.9912109375rem;left:1.09375rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #STOmrukZ5V87tlkbpGqm2bnzuwqr7r49 { width:18.75rem;height:10.1953125rem;top:14.2158203125rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfaD94Z6X6cthkVeIIlAXoyb01ZWaUEA { width:9.375rem;height:9.375rem;top:0rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDxGIQvghLzBetlzcQNaDwi74fmpO1wp { display:flex;width:2.1875rem;height:2.1875rem;top:24.125rem;left:8.90625rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #ICBi8ycvu5uRqEuEQeM7BPtMbxJTXNMS { display:block; }#ICBi8ycvu5uRqEuEQeM7BPtMbxJTXNMS > .row .container { width:20rem;height:45.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lTeypcgxpHkgyBbaKV3TvBnHrtLq4tNR { width:14.75rem;height:2.25rem;top:3.7490234375rem;left:1.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #DcuXIzdOUt9m8LU3FBJWL4xmhq1S3KP4 { width:9.1875rem;height:4.1875rem;top:19.28125rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zaa0yzwT1qno6xbP6z0DJsg98moBHpOf { width:6.4375rem;height:0.9746125rem;top:12.75rem;left:2.21875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wlMpl6J9cMKmb9TxB3LaxBsGZKBrWC6O { width:6.875rem;height:6.75rem;top:18rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCT8W2V865OXTTrtcRTs0DgulwlNz4Zm { width:5.9375rem;height:4.330075rem;top:19.375rem;left:2.8125rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o4IWanMDUsTM9r7iqEOTIJWr30O6Vkx3 { width:16.625rem;height:16.567375rem;top:26rem;left:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7qdasTVPR8NHegLMPnlTLt3KBoHWcRr { display:flex;width:2.1875rem;height:2.1875rem;top:42.8125rem;left:8.90625rem;z-index:15006; }
 }@media only screen and (max-width: 763px) { #IwqDfhAR2S3LWDEvZTS2IooyoLgTxW3v { width:6rem;height:3.5625rem;top:7.1240234375rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVc8tiEZqydNaI343V6KqMkpx9d3g4Px { width:17.9375rem;height:8.3125rem;top:0.81640625rem;left:1.0302734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEox6f7oLroiP9OUDETZGQ3wzc4wEIGc { width:8.75rem;height:1.5rem;top:1.818359375rem;left:1.84375rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #N0uhVQm12o2dguESXmJHWiL2Irv92JGB { width:17.9375rem;height:3.9375rem;top:11.9365234375rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5I9WdlOaTXvpuM4r5pix2PIPZTnptXy { width:11.875rem;height:1.125rem;top:14.125rem;left:2.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MhwuExJDAhZZC7dqwNaETd4JaMUeqWPJ { width:20rem;height:45.75rem;top:-0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8BK45Jf2pUdLwI4LT03aXqdiuXuWd3X { display:block; }#B8BK45Jf2pUdLwI4LT03aXqdiuXuWd3X > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FcL1BFegIvuWJ7LvrZ5BToIMom4PzO1I { display:block; }#FcL1BFegIvuWJ7LvrZ5BToIMom4PzO1I > .row .container { width:20rem;height:22.7412109375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QN0tfGtE6u4lsrtyb00RZeB1PXt7KVcZ { width:20rem;height:19.9375rem;top:2.8037109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMFbI1NDmJdeP5mATW4dsXPH4HLT5tw7 { width:17.8125rem;height:2.11230625rem;top:10.9912109375rem;left:1.09375rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tfVKZTNzq9TTUJs4TtNnWguToE8eqHvU { width:17.6875rem;height:5.09765625rem;top:14.2158203125rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxyyzXcV60m4v6WVMA5447NOJOf0CEhZ { width:9.375rem;height:9.375rem;top:0rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkMEJodB72fovZqiseygJnJemP3tOIA0 { display:flex;width:2.1875rem;height:2.1875rem;top:19.625rem;left:8.90625rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #IJzuCh2iEUrwrpH3yyq6whsDf5XDOh84 { display:block; }#IJzuCh2iEUrwrpH3yyq6whsDf5XDOh84 > .row .container { width:20rem;height:46.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BMzNG2JA8D2KABHcbW8USdk9EaVOB8uK { width:14.75rem;height:2.25rem;top:3.7490234375rem;left:1.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #BxxRVqRxfHbEmzDhUl6PXhdiIFrI9Uvt { width:9.1875rem;height:2.75rem;top:20rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbHkIqrBIS4xMaoxw3gDeec53TdA8qvZ { width:6.4375rem;height:0.9746125rem;top:12.75rem;left:2.21875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lfJy5ZS9RpkxM6vdTRxt0N6lSiGPBlbK { width:6.875rem;height:6.75rem;top:18rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4AFh7G6K5Wo75bgnty93VT64Ie49Co0 { width:5.9375rem;height:4.330075rem;top:19.375rem;left:2.8125rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OVi73nURul39Sxv959oyol2IJ4HPrZKS { width:17.375rem;height:17.8418125rem;top:26rem;left:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdXaDZPk2KWTPM96pMipaz8nOxrxCLcM { display:flex;width:2.1875rem;height:2.1875rem;top:44rem;left:8.90625rem;z-index:15006; }
 }@media only screen and (max-width: 763px) { #JHblh5o95v1oZrmtfxUPbk4Se8ZnL9QM { width:5.875rem;height:3.5625rem;top:7.1240234375rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXIr87E3wGnARfTemBptkDSLh4M1nOEz { width:17.9375rem;height:8.3125rem;top:0.81640625rem;left:1.0302734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fC4wHA57JrORT7hREUGmqd69ez3MmCVN { width:8.75rem;height:1.5rem;top:1.818359375rem;left:1.84375rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #F8A32OAeCAMKoNPH8GJAU3w0xAuy26Rt { width:17.9375rem;height:3.9375rem;top:11.9365234375rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTlcrmoNw0wUakEPuEfVqTOTlSbE0S2T { width:11.875rem;height:1.125rem;top:14.125rem;left:2.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rTKo07J1cTXsRdZ6I7pzfiLcvTr09oAW { width:20rem;height:46.9375rem;top:-0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2xtRTKwcsyhANZVnbwT0iPBQF1uyna0 { display:block; }#t2xtRTKwcsyhANZVnbwT0iPBQF1uyna0 > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rO7W4cSRJgswSIMW5U9nzQZ1rUQmQyr7 { display:block; }#rO7W4cSRJgswSIMW5U9nzQZ1rUQmQyr7 > .row .container { width:20rem;height:33.8037109375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O8a1aDnhUURSFVLIEERIph5Waph2N0zC { width:20rem;height:31rem;top:2.8037109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwOS9u7wsA1rm665Q5FJae9LwfqmITR4 { width:15.4375rem;height:4.2246125rem;top:10.8662109375rem;left:1.875rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ctAZThIp1VvCuxINi7zyI8isuOOCpJ6F { width:18.75rem;height:14.01855625rem;top:15.9033203125rem;left:0.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3zCFKhoO0ou2xbFsHzpOfJPgAgzJ7rc { width:9.375rem;height:9.375rem;top:0rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5fqzw4QwTsatuLIpzwS9c4uR6Wbd7Bh { display:flex;width:2.1875rem;height:2.1875rem;top:30.8662109375rem;left:8.90625rem; }
 }@media only screen and (max-width: 763px) { #TpaO5fWg3ORa8bBMFWLT2dBppPNuRJnZ { display:block; }#TpaO5fWg3ORa8bBMFWLT2dBppPNuRJnZ > .row .container { width:20rem;height:43.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dCWWEfKooGslc4h1bvEIlSEkt2HEHtC1 { width:15.8125rem;height:2.25rem;top:5.0625rem;left:1.8125rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #UT6fCCEG8zanrtVqOCPPwTfPJaMCbHc0 { width:5.1875rem;height:2.75rem;top:24.78125rem;left:9.685546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhzzZaebVApfVcThw8OnWeteWWCp45FF { width:6.4375rem;height:0.9746125rem;top:13.375rem;left:11.375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #L2ueE89eTuiaKIdGZWPQvwr87vqenhXy { width:6.875rem;height:6.75rem;top:23.5rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiRGFyQ3mg4VsquU71r8KpslLtU3ZEGJ { width:5.9375rem;height:4.330075rem;top:24.875rem;left:2.8125rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hL89DQZ5MKnmCJngSVEu6TW9CFtT6TsF { width:16.625rem;height:6.3720625rem;top:31.5rem;left:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UU75scA6K7IOgBPDmSbDOnAthJ9xU5eO { display:flex;width:2.1875rem;height:2.1875rem;top:39.3125rem;left:8.90625rem;z-index:15006; }
 }@media only screen and (max-width: 763px) { #rbg1Xt8RJF5Tt2f7BtRHsUOWhnodzMsp { width:5.25rem;height:3.1875rem;top:8.1005859375rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnIlpw8C31d4wmPTe5ECQnKh3PvElexD { width:8.3745625rem;height:2.93728125rem;top:13.8125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcOF5TiFU1cya9dUXnRI0saJdDQTWS9G { width:8.75rem;height:1.5rem;top:1.568359375rem;left:1.84375rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #sJEvBqqfKdDsTGrNOTCeBQFpEfu7ShNG { width:17.9375rem;height:10.5rem;top:12.375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESbr9aaodFD5kQvwZ2kspUCN0nmcswBT { width:20rem;height:8.1875rem;top:86.687179565431rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DUdQktQvKmuxRTxOKhEB1HNn2bVTvhi4 { width:7rem;height:6.75rem;top:15.125rem;left:11.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hOWs5xGUoLX65QPn8K8Zbhi2Cmz2sUTH { width:20rem;height:42.1875rem;top:-0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kw6VMHZ1kxLhB0gTqZbg2KWU34THU3PD { width:17.9375rem;height:9.1875rem;top:0.4375rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lhmy3NDfK3M8ON63JWefLogd3bgcglTT { display:block; }#Lhmy3NDfK3M8ON63JWefLogd3bgcglTT > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KqOxpIWUeoacr2fBGGBRnz52zTb6xVno { display:block; }#KqOxpIWUeoacr2fBGGBRnz52zTb6xVno > .row .container { width:20rem;height:26.7412109375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VRUczUkRTl77aLZamcMfUu8BXULyQi2G { width:20rem;height:23.9375rem;top:2.8037109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKuIrJ5wUbWUqxeySc9DSpMUuo4tfTwu { width:17.8125rem;height:6.33691875rem;top:10.9912109375rem;left:1.09375rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rBdWuaIQST6huRGnTMowd4RkElu4DQ72 { width:18.75rem;height:5.09765625rem;top:18.2783203125rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvwV1KgPOH22mGxg920Fz5nMZ6IwhOHU { width:9.375rem;height:9.375rem;top:0rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEi4X2AnHfkoGwIt6cXGFkqRVdSpImVb { display:flex;width:2.1875rem;height:2.1875rem;top:23.625rem;left:8.90625rem; }
 }@media only screen and (max-width: 763px) { #fD8KCLWV18oDZQEkTAuay6gNnWkPLBGL { display:block; }#fD8KCLWV18oDZQEkTAuay6gNnWkPLBGL > .row .container { width:20rem;height:65.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nVLNcGstQMZf76dnIAXzuHgO7xKmn6MF { width:10.9375rem;height:1.125rem;top:3.625rem;left:2rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #skZgoTzWvFcm3zM1aRnxwxJsAqMGB6vX { width:5rem;height:4.25rem;top:36.59375rem;left:9.685546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUlmC0abAgsvV8ThKsJodbaIJIKUtTaO { width:6.4375rem;height:0.9746125rem;top:28.5625rem;left:2rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tBMlX1v3OZkAA6lbIwQEnt3rPNXCMcE0 { width:6.875rem;height:6.75rem;top:35.3125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtQdXut5fx9ATIGPIpP6fl1oSRszgbih { width:5.9375rem;height:4.330075rem;top:36.6875rem;left:2.8125rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ad20TeQlcix7OrvPKuTBWOlyyIAaalsU { width:16.625rem;height:19.1161875rem;top:43.3125rem;left:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ri6qWsw0M6xTsDZsD3a3ZXLFcIHWlDaO { display:flex;width:2.1875rem;height:2.1875rem;top:62.5625rem;left:8.875rem;z-index:15006; }
 }@media only screen and (max-width: 763px) { #NJgDtkqTXPFqKGSFRyavw8vdNPsow3uD { width:10.1875rem;height:3.0625rem;top:18.0380859375rem;left:3.935546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFNZ3bH33cJNnoLzDWR74J7K4WG8Q6AN { width:8.3745625rem;height:2.93728125rem;top:24.3125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHSmpbHF9ys9s0pDg2bJ9NHxK7TrdlAw { width:17.9375rem;height:18.875rem;top:0.81640625rem;left:1.0302734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcLE309n3eF5rUmoi30r6bGODqDOrKGe { width:8.75rem;height:1.5rem;top:1.568359375rem;left:1.84375rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #xp24S0hbJug8xgfEV3w0XKzzzPqsxfuT { width:17.9375rem;height:9.5625rem;top:23.6875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTruRCftPBSXXzDFN92mSxT6QtP3owCg { width:20rem;height:8.1875rem;top:86.687179565431rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XPS1Lg9W2Dev9ShO9Sxb7P2BJkhJlPOQ { width:12.25rem;height:2.25rem;top:29.625rem;left:2rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Fh5lxFu3fE4FIPHC39NKwns89cUvHRo1 { width:20rem;height:65.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTiw96QXP1BNSOMmyq8zrbCiU0RLE2cC { width:17.0625rem;height:6.75rem;top:5.46875rem;left:2rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #ua7WvH23P6rzmc48KQ6sR6fSPurc5rsI { width:7.5625rem;height:1.125rem;top:13.8125rem;left:2rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #yhGy0B1v4nOSvcaWWSokzEJPUZifuIsv { width:12.625rem;height:1.125rem;top:15.625rem;left:2rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #V0oDAm8v6q2T8fo2zBKZ4TVJeCxfhCEz { display:block; }#V0oDAm8v6q2T8fo2zBKZ4TVJeCxfhCEz > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NTT0kZ9AffJwqbavDnD9rEVBaEtwyyFA { display:block; }#NTT0kZ9AffJwqbavDnD9rEVBaEtwyyFA > .row .container { width:20rem;height:26.9912109375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z23fC0Z20CZhir6W5ClgTa88GPxVRtTP { width:20rem;height:24.1875rem;top:2.8037109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0R5DNGeI0Bf6a3xGtcls5bGXz7Jd2KE { width:17.8125rem;height:4.2246125rem;top:10.9912109375rem;left:1.09375rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JPwOskTfN832UyhSysQQbnCu1TzM0zCL { width:18.75rem;height:7.6465rem;top:15.8408203125rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cp9sJaXU2EPOhoBVlDAtAt3dE3wxfsfy { width:9.375rem;height:9.375rem;top:0rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzRTnIcx7u38iNb5Lqy4Efrlg2Ak1dc0 { display:flex;width:2.1875rem;height:2.1875rem;top:23.625rem;left:8.90625rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #RSwFmsKBwQNuoywUTZepCShhZhUna4Mf { display:block; }#RSwFmsKBwQNuoywUTZepCShhZhUna4Mf > .row .container { width:20rem;height:66.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z9yarz6F730ITcJDUFvZ40k9u6VE0dt6 { width:16.4990234375rem;height:1.125rem;top:3.75rem;left:1.75rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #p9721zZmflByg6ynL5GXicxNUif7Z7w5 { width:9.125rem;height:4.5rem;top:35.4375rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R01h3PWcxyGAeebLqq1DX9qacO4eAyz2 { width:6.4375rem;height:0.9746125rem;top:18.0625rem;left:1.9375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sKOXR1zuPbexd3wczftgRHnilTXFOnSx { width:6.875rem;height:6.75rem;top:34.125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ps4X5C74grQiO8Sf3QlfkKgtz4gDJIy1 { width:5.9375rem;height:4.330075rem;top:35.5rem;left:2.4375rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K6p3R1toKDSfgUDzOGxFQ78VSr5P2r8E { width:16.625rem;height:21.6650625rem;top:41.8125rem;left:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZ8O1fM8QaeUyHL6lJPTK1csKsbF9GTw { display:flex;width:2.1875rem;height:2.1875rem;top:63.1875rem;left:8.875rem;z-index:15006; }
 }@media only screen and (max-width: 763px) { #K46peVC5t6vTaynOD7prmKkyLgQH8LG2 { width:3.9375rem;height:4rem;top:6.1630859375rem;left:8.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6QNU9pQHUcS9mERqJ0pQXoAVsz7ZLH5 { width:8.3745625rem;height:2.93728125rem;top:13.75rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AL5FBQ44RmXKTQCvO59zupl81yMVokJC { width:17.9375rem;height:7.25rem;top:0.81640625rem;left:1.0302734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAr4Pku8VKr6GtNiqK4pRx2Q3Mo123ZZ { width:8.75rem;height:1.5rem;top:1.943359375rem;left:1.84375rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #gUJI2qLp5yZqbcPznTmGznRbpgZ7Pi0a { width:17.9375rem;height:19.4375rem;top:12.3125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngv8HXemFEGP7zi0DyZS9TwimZq2sxQq { width:20rem;height:8.1875rem;top:86.687179565431rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #L6HXi3vL94Z8iFWzS1EOTi4OpOdtG1AV { width:16.5rem;height:11.25rem;top:19.4375rem;left:2rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qVmHnMwB8Pa9iPpuWOq6UTiJg7BtUxy2 { width:20rem;height:66.25rem;top:-0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8BUL5dGTKRm2Ee8ESNMErJuhXF5t3eP { display:block; }#C8BUL5dGTKRm2Ee8ESNMErJuhXF5t3eP > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nKSilQACJhZq15NWCORdtLIMLcylA045 { display:block; }#nKSilQACJhZq15NWCORdtLIMLcylA045 > .row .container { width:20rem;height:35.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #py2PSSVg68RWWuguf1imtB4g6gekM33V { width:20rem;height:32.75rem;top:2.8037109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7dvdBk7OGJsbK6TlobtNXVEfQ2qLhJ0 { width:14.625rem;height:4.2246125rem;top:10.8662109375rem;left:2.6875rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K8SXxg3x2gUfkrx3JmwFFTrCHXuWHuS2 { width:18.75rem;height:16.56740625rem;top:16.0283203125rem;left:0.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoK7tometuGo3Q5IvcF66LGNM1m9HNgz { width:9.375rem;height:9.375rem;top:0rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWwi5dkVtTOJqAq1JoTtZwrJoyMkXkEs { display:flex;width:2.1875rem;height:2.1875rem;top:32.6162109375rem;left:8.90625rem; }
 }@media only screen and (max-width: 763px) { #uuBrzZCWeD0m0rkZ2A0wXOETHTL4ZEoO { display:block; }#uuBrzZCWeD0m0rkZ2A0wXOETHTL4ZEoO > .row .container { width:20rem;height:42.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CHh2N4FK4kHlt4v5k2kgXq1C8sP9oQXO { width:16.4990234375rem;height:1.125rem;top:5.0625rem;left:1.8125rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #gVe4RuVaIRTTGsl1FgoTbJPr0uIhuivL { width:8.375rem;height:4.125rem;top:25.4375rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEBbWa7mtlE4M90vNnrt25evtqcqVcAy { width:6.4375rem;height:0.9746125rem;top:15.125rem;left:11.8125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Mbvfr8gwXTZTPDxMbbXMg0uKqzJ80vWW { width:6.875rem;height:6.75rem;top:24.125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpswaP5Eogqoq7ME0369TEXtV6RiXCri { width:5.9375rem;height:4.330075rem;top:25.5rem;left:2.8125rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UHtvEWOBtBwTqGNrM9XD25ncAmUHrTro { width:16.625rem;height:6.3720625rem;top:32.125rem;left:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fitIcPtd3IpU4dzEIUam3xIoEchsmXfd { display:flex;width:2.1875rem;height:2.1875rem;top:38.9375rem;left:8.9375rem;z-index:15006; }
 }@media only screen and (max-width: 763px) { #C6vTFyIGVEbfS8NQpRyo831TF1z3c9R5 { width:3.875rem;height:4rem;top:7.1630859375rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRLtIIxitaavKpEl0Wb4yqZGQlF9dKaQ { width:8.3745625rem;height:2.93728125rem;top:14.875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGksGp1IwKIkQcDmJ9fr57VRRiwJSoww { width:17.9375rem;height:8.625rem;top:0.81640625rem;left:1.0302734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4kLM63M0iUQG5p0eIydx0ez7SCaDW8T { width:8.75rem;height:3rem;top:1.568359375rem;left:1.84375rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #fvLX0GDVEQM15w2rsTerfIUhiJ4NURVv { width:17.9375rem;height:9.4375rem;top:13.4375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5JLBF3zHWswB2BhdGN9l4LQFtcCtGSu { width:20rem;height:8.1875rem;top:86.687179565431rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QIeO8TBIBtxP9X4WsNXvbMLyL3w8kqV3 { width:7.1875rem;height:5.625rem;top:16.1875rem;left:11.8125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Hlv13M6T7vosL89HIFFKMx8URVeIWFET { width:20rem;height:42.25rem;top:-0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qV5doUGWL88uvuUxpeHEJkKvon0JTtVP { display:block; }#qV5doUGWL88uvuUxpeHEJkKvon0JTtVP > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ngt7ZHzTNS7kQ3lzJI4WUEkTrAKVph7z { display:none; }#Ngt7ZHzTNS7kQ3lzJI4WUEkTrAKVph7z > .row .container { width:20rem;height:31.9287109375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #spN5EK6zVQWWBWm8qKsdb89lLGMXSeaK { width:20rem;height:29.125rem;top:2.8037109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaTq9kNfdTEozeSdQKnWGcMHZrvsAnpK { width:17.8125rem;height:4.125rem;top:10.9912109375rem;left:1.09375rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k64uTOJ42BG1h3mSTnmWZ3V7VM6BdVVJ { width:18.75rem;height:12.5rem;top:15.8408203125rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HV3nFstUgKdqmD0kr98OEmL3shpWOVGU { width:9.375rem;height:9.375rem;top:0rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcNcWgr5hGfns6F9Uh48k3LcZuGlmK8V { display:flex;width:2.1875rem;height:2.1875rem;top:28.6875rem;left:8.90625rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #B4GHQH0XIauAALiq7L3NpeKwlAOZq6TS { display:none; }#B4GHQH0XIauAALiq7L3NpeKwlAOZq6TS > .row .container { width:20rem;height:33rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PBg0CcowCwM6qoUPbVrdapKJ8QeuveFe { width:20rem;height:33rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTZvLTrA9dBxk0dyNxI0tGb9S7NB750h { width:10.0625rem;height:2.25rem;top:4.0625rem;left:0.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AFMfGOIuqIy4dCUWR0PdTPyQ8yUaK3Or { width:9.375rem;height:1.625rem;top:0.75rem;left:0.625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gxHQuGbKoTpGLHP8mtkzZ9lge4q7TwFM { width:8.5625rem;height:4.5625rem;top:0.1875rem;left:10.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyfdWbl2uTKItuwxf1HDJs7PhMlJv1lW { width:11.0625rem;height:7rem;top:5.4375rem;left:8.9375rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #HTzv98zSzD3ACAhaldLTTbylEE75LdmL { width:6.875rem;height:6.75rem;top:13.625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzIolCVrc3nwOOpxuRFv4BO7L2XcUKEa { width:5.9375rem;height:3.75rem;top:15.0625rem;left:1.375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZCzXKB6bmaOGUK9EZBEVU0zr6Mme03EQ { width:18.75rem;height:7.5rem;top:21.875rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6PvCbBsXhHXVd1lKnXVD1J33Wd7cRZO { display:flex;width:2.1875rem;height:2.1875rem;top:29.8125rem;left:8.90625rem;z-index:15006; }
 }@media only screen and (max-width: 763px) { #zTuEUE6S6dcJrCsqWw9uOW8d0lIWM9Ny { width:6.6875rem;height:3.9375rem;top:15.1875rem;left:11.056640625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbT6dvLnyGTfViqhRAXlCDUGTU6peWKB { display:block; }#tbT6dvLnyGTfViqhRAXlCDUGTU6peWKB > .row .container { width:20rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SfUsmuHXXpSsyA6cTpannU54rt80qhgn { width:8.3125rem;height:8.25rem;top:3.34375rem;left:5.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ph6AzuV0wdXK5QeuQskGtEHUKdvwAHrc { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/e09bb088-b4fa-4149-803e-89be08ad1833/bg4.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Ph6AzuV0wdXK5QeuQskGtEHUKdvwAHrc.adaptive-delivery-prevent-bg, #Ph6AzuV0wdXK5QeuQskGtEHUKdvwAHrc.lazyload, #Ph6AzuV0wdXK5QeuQskGtEHUKdvwAHrc.lazyloading { background-image: none; }#Ph6AzuV0wdXK5QeuQskGtEHUKdvwAHrc > .row .container { background-color: transparent; background-image: none; }#Ph6AzuV0wdXK5QeuQskGtEHUKdvwAHrc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ph6AzuV0wdXK5QeuQskGtEHUKdvwAHrc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ph6AzuV0wdXK5QeuQskGtEHUKdvwAHrc > .row .container > .video-iframe-container { display: none; }#Ph6AzuV0wdXK5QeuQskGtEHUKdvwAHrc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ph6AzuV0wdXK5QeuQskGtEHUKdvwAHrc > .row > .video-iframe-container { display: none; }#Ph6AzuV0wdXK5QeuQskGtEHUKdvwAHrc > .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); }#Ph6AzuV0wdXK5QeuQskGtEHUKdvwAHrc > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aX7qPCA2igTNmeF0yrMQgabxmhk21SiN { display:block; }#aX7qPCA2igTNmeF0yrMQgabxmhk21SiN > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WsuGOCq74EgGwOQH0gArNMVTSGTMv8ii { width:9.0625rem;height:2.5996125rem;top:1.0625rem;left:0rem;font-size:1rem;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #BuPBBBGkdyzB56fMTMzVoSsBQcNcnXza { width:6.9375rem;height:3.125rem;top:0.3125rem;left:6.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZT69N6J3lGzWagJH0oLFu2lUgIrT4Hd { display:flex;width:2.3125rem;height:2.3125rem;top:1.2062501907349rem;left:15.1875rem; }
#iZT69N6J3lGzWagJH0oLFu2lUgIrT4Hd > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #fP0ab5158XAaqmNRGp5Q0DhRt0UzP8Rq { display:flex;width:2.3125rem;height:2.3125rem;top:1.2062501907349rem;left:17.6875rem;font-size:1.5625rem; }
#fP0ab5158XAaqmNRGp5Q0DhRt0UzP8Rq > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #zzNlT2wWThPThPbnLqyHMWhXRWB7hCXn { display:none; } #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection *:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="text"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="email"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="tel"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection textarea:focus-visible { outline: none; } #zzNlT2wWThPThPbnLqyHMWhXRWB7hCXn > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #l5wTh2TRe4QrboQDMA2ar8RHZFfucZ8h { display:block; } #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection *:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="text"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="email"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="tel"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection textarea:focus-visible { outline: none; } #l5wTh2TRe4QrboQDMA2ar8RHZFfucZ8h > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #mnwOpviAX1OV8vVI4lwMmsnlbBCggn7H { display:block; } #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection *:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="text"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="email"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="tel"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection textarea:focus-visible { outline: none; } #mnwOpviAX1OV8vVI4lwMmsnlbBCggn7H > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #qGSuuI69TLmfTwps8CTEhnKEcWkG2hWV { display:block; } #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection *:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="text"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="email"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="tel"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection textarea:focus-visible { outline: none; } #qGSuuI69TLmfTwps8CTEhnKEcWkG2hWV > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #yDRKdvh3WFGzFDfTnkz05bgurTg8TgV4 { display:block; } #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection *:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="text"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="email"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="tel"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection textarea:focus-visible { outline: none; } #yDRKdvh3WFGzFDfTnkz05bgurTg8TgV4 > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #NG2GEfkDvJmWXZMX29bvPCqOBLA22N00 { display:block; } #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection *:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="text"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="email"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="tel"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection textarea:focus-visible { outline: none; } #NG2GEfkDvJmWXZMX29bvPCqOBLA22N00 > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #TToIlBPk5muuv2Py0ZdfZx9mGfyewqMT { display:block; } #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection *:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="text"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="email"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="tel"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection textarea:focus-visible { outline: none; } #TToIlBPk5muuv2Py0ZdfZx9mGfyewqMT > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #T95fyffNw3xxWFdde8wVfrCXas0goRdH { display:block; } #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection *:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="text"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="email"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="tel"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection textarea:focus-visible { outline: none; } #T95fyffNw3xxWFdde8wVfrCXas0goRdH > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #CITKT0gGkX0b6vLiPhHDy9TN4GnJIOfS { display:block; } #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection *:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="text"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="email"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="tel"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection textarea:focus-visible { outline: none; } #CITKT0gGkX0b6vLiPhHDy9TN4GnJIOfS > .row .container { position:relative;display:block; } }