.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:222,229,237;--color-primary-1:144,168,196;--color-primary-2:32,81,137;--color-primary-3:16,41,69;--color-primary-4:5,12,21;--color-secondary-0:216,246,222;--color-secondary-1:138,229,155;--color-secondary-2:60,212,88;--color-secondary-3:0,216,6;--color-secondary-4:12,42,18;--color-tertiary-0:255,255,255;--color-tertiary-1:98,98,98;--color-tertiary-2:34,34,35;--color-tertiary-3:37,35,27;--color-tertiary-4:0,0,0;--headlines-font-family:"Roboto Condensed";--paragraphs-font-family:"roboto condensed"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/796vNcQG/background.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;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); }#FADKO3wTGzRsbxFhol1TiKGzGxUJlSue { 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:none; }#FADKO3wTGzRsbxFhol1TiKGzGxUJlSue > .row .container { border-width: 0; border-radius: 0; }#FADKO3wTGzRsbxFhol1TiKGzGxUJlSue > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FADKO3wTGzRsbxFhol1TiKGzGxUJlSue > .row .container { font-size:0.875rem;font-family:arial;height:57.6875rem;width:75rem;position:relative;display:none; }#T9Cao6HtgveqwbxvAPUMm4sEzXEf8OTF { 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:4.3125rem;width:13.75rem;top:1.625rem;left:30.625rem;overflow:hidden;display:block; }
#W4GeXfsS9fQcS2moVkiBLyJ58rpzKpJ2 { display:block;width:64.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:8.9375rem;left:5.21875rem;height:12.916975rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;color:rgba(var(--color-tertiary-3),1);display:block; }
#oeQPmRbxQwCZCEiq8h6EbKeMe5Vnwidd { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #000000 ;height:27.9375rem;width:46.875rem;top:28.375rem;left:13.125rem;overflow:hidden;display:block; }
#NxTVft1sOpxQtlkH2UvtEzVPTKJe50sv { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.125rem rgba(var(--color-tertiary-4),0.5) ;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:roboto;font-size:2.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:61.6875rem;height:10rem;text-decoration:none;z-index:15065;text-align:center;text-align-last:center;top:115rem;left:6.75rem;display:none; }
#TRl2P118CqJ6RCa7XFU0UJudw901PHdZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MhOHauWAuLT8JiXrh8IMonQpMUxcOzfP { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.0625rem;width:35.1875rem;display:none; }
#QVAExEPn70Lwc21pDhuPLx5t6PbsCX6P { color:rgba(var(--color-tertiary-4),1);display:block;width:68.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:normal;z-index:15038;line-height:1.5;letter-spacing:0;top:22.4375rem;left:2.21875rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#IHftZgP0zqze74FoOzuznkPPqkmymHGI { 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; }#IHftZgP0zqze74FoOzuznkPPqkmymHGI > .row .container { background-color: transparent; background-image: none; }#IHftZgP0zqze74FoOzuznkPPqkmymHGI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IHftZgP0zqze74FoOzuznkPPqkmymHGI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IHftZgP0zqze74FoOzuznkPPqkmymHGI > .row .container > .video-iframe-container { display: none; }#IHftZgP0zqze74FoOzuznkPPqkmymHGI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IHftZgP0zqze74FoOzuznkPPqkmymHGI > .row > .video-iframe-container { display: none; }#IHftZgP0zqze74FoOzuznkPPqkmymHGI > .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); }#IHftZgP0zqze74FoOzuznkPPqkmymHGI > .row .container { border-width: 0; border-radius: 0; }#IHftZgP0zqze74FoOzuznkPPqkmymHGI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IHftZgP0zqze74FoOzuznkPPqkmymHGI > .row .container { font-size:0.875rem;font-family:arial;height:64.25rem;width:75rem;position:relative;display:block; }#fntdcxDch87vOioyE9FHOSWdsnKey1Sb { 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:4.3125rem;width:13.75rem;top:1.625rem;left:30.625rem;overflow:hidden;display:block; }
#SaKEauq3xGy55B13plgGUCVwxtZhQTTh { display:block;width:56.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:10.1875rem;left:13.375rem;height:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;color:rgba(var(--color-tertiary-3),1);display:block; }
#QQ1loKa4MVMvDP5xtCbDMklTusE2W2MR { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #000000 ;height:27.9375rem;width:46.875rem;top:33.5rem;left:13.375rem;overflow:hidden;display:block; }
#ed70wgON9Ht9TJx2RQvBUDmVkORQRHok { color:rgba(var(--color-tertiary-4),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:300;z-index:15038;line-height:1.5;letter-spacing:0;top:27.3125rem;left:13.375rem;height:3.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xVXLQZylGZZg6vAyyLk7S32s9TqAM2u1 { box-sizing:content-box;height:21.875rem;width:0.3125rem;position:absolute;display:block;z-index:15066;background-color:#c00000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.5625rem;left:10.5rem;display:block; }
#vUiLspfsbrOkNALfOs24xTVOsRUEUvKP { display:block;width:56.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:10.1875rem;left:13.375rem;height:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;color:rgba(var(--color-tertiary-3),1);display:none; }
#wTUPONNTECHS2SQ8u3c1GZ946TH463iJ { box-sizing:content-box;height:21.875rem;width:0.3125rem;position:absolute;display:block;z-index:15066;background-color:#c00000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.5625rem;left:10.5rem;display:none; }
#AEUTpRFXg0B1O3S6eTA6CTfXy0tg4rnF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfdfd;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; }#AEUTpRFXg0B1O3S6eTA6CTfXy0tg4rnF > .row .container { background-color: transparent; background-image: none; }#AEUTpRFXg0B1O3S6eTA6CTfXy0tg4rnF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AEUTpRFXg0B1O3S6eTA6CTfXy0tg4rnF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AEUTpRFXg0B1O3S6eTA6CTfXy0tg4rnF > .row .container > .video-iframe-container { display: none; }#AEUTpRFXg0B1O3S6eTA6CTfXy0tg4rnF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AEUTpRFXg0B1O3S6eTA6CTfXy0tg4rnF > .row > .video-iframe-container { display: none; }#AEUTpRFXg0B1O3S6eTA6CTfXy0tg4rnF > .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); }#AEUTpRFXg0B1O3S6eTA6CTfXy0tg4rnF > .row .container { border-width: 0; border-radius: 0; }#AEUTpRFXg0B1O3S6eTA6CTfXy0tg4rnF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AEUTpRFXg0B1O3S6eTA6CTfXy0tg4rnF > .row .container { font-size:0.875rem;font-family:arial;height:94.375rem;width:75rem;position:relative;display:block; }#vo06XEmZuGpdV3xLDm27FDD0WOmopdS3 { color:rgba(var(--color-tertiary-4),1);display:block;width:61.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:16.75rem;left:8.125rem;height:16.0840125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WH0cB0kEqJPs3hbTGIy4T3DKEyi9KSen { color:rgba(var(--color-tertiary-4),1);display:block;width:34.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15031;line-height:1.1;letter-spacing:0;top:1.5625rem;left:8.125rem;height:2.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#athcpXnoWTrHAqhCVZxCP90LE7LRhy6T { box-sizing:content-box;height:7.6875rem;width:58.75rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);top:5.25rem;left:8.125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#eqUiXt2AyT2mXQ1w0DLp5gVlaudrsrac { color:rgba(var(--color-tertiary-4),1);display:block;width:48.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15040;line-height:1.5;letter-spacing:0;top:7.0625rem;left:13.1875rem;height:4.3125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#cxz3FXb5s3MJ3fDe6Et8ON6GtiZagPxl { box-sizing:content-box;height:10.1875rem;width:58.75rem;position:absolute;display:block;z-index:15039;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #dadada;border-left:0.0625rem solid #dadada;border-right:0.0625rem solid #dadada;border-bottom:0.0625rem solid #dadada;top:36.6875rem;left:8.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#zb1MOC70GhbN9TzZpwm5xkbTMa0aZ0Ek { color:rgba(var(--color-tertiary-4),1);display:block;width:8.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15040;line-height:1.5;letter-spacing:0;top:37.4375rem;left:9.25rem;height:1.59375rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#Sv4zhJymdRaAomP2aioCTKt6W121z4tC { color:rgba(var(--color-tertiary-4),1);display:block;width:56.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15041;line-height:1.5;letter-spacing:0;top:39.125rem;left:9.5625rem;height:6.1875rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#t8tVv1b7bPH4MlFu5856OtBLltAoI6Bm { box-sizing:content-box;height:8.1875rem;width:58.75rem;position:absolute;display:block;z-index:15042;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #dadada;border-left:0.0625rem solid #dadada;border-right:0.0625rem solid #dadada;border-bottom:0.0625rem solid #dadada;top:48.4375rem;left:8.125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#mGWqyW6AAfedrZ9vxmLT6OTqCDBl0Iaq { color:rgba(var(--color-tertiary-4),1);display:block;width:56.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15044;line-height:1.5;letter-spacing:0;top:51.125rem;left:9.25rem;height:4.125rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#CXAzZA2PS59ATdrFRML29UELdGo0lDK6 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15043;line-height:1.5;letter-spacing:0;top:49.0625rem;left:9.25rem;height:1.59375rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#GLaMv2vAGabKB8EFZRiDeZVxsUGoitvM { box-sizing:content-box;height:8.1875rem;width:58.75rem;position:absolute;display:block;z-index:15042;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #dadada;border-left:0.0625rem solid #dadada;border-right:0.0625rem solid #dadada;border-bottom:0.0625rem solid #dadada;top:58.8125rem;left:8.125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#hVhMUT0TvRd3Z8OvbUIG6An2lBT8vTgO { color:rgba(var(--color-tertiary-4),1);display:block;width:56.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15044;line-height:1.5;letter-spacing:0;top:61.5rem;left:9.25rem;height:4.125rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#LOXWHZxzWJDsg7yUKUftdvGiTm9wfHAv { color:rgba(var(--color-tertiary-4),1);display:block;width:8.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15043;line-height:1.5;letter-spacing:0;top:59.4375rem;left:9.25rem;height:1.59375rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#olhR9agwlp2gW9KFBSzimwRQlCKuy00Q { color:rgba(var(--color-tertiary-4),1);display:block;width:56.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15038;line-height:1.5;letter-spacing:0;top:88.1875rem;left:8.125rem;height:2.0625rem;text-align:left;text-align-last:left;display:block; }
#EosmFvVGnH3bXOoeKGsvMRZq8pGKDMzh { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15047;line-height:1.2;letter-spacing:0;top:70.375rem;left:8.125rem;height:16.494125rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#GzIwAM6LTlGkV6GFrsirX4SRICUAGHkC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1b3980;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; }#GzIwAM6LTlGkV6GFrsirX4SRICUAGHkC > .row .container { background-color: transparent; background-image: none; }#GzIwAM6LTlGkV6GFrsirX4SRICUAGHkC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GzIwAM6LTlGkV6GFrsirX4SRICUAGHkC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GzIwAM6LTlGkV6GFrsirX4SRICUAGHkC > .row .container > .video-iframe-container { display: none; }#GzIwAM6LTlGkV6GFrsirX4SRICUAGHkC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GzIwAM6LTlGkV6GFrsirX4SRICUAGHkC > .row > .video-iframe-container { display: none; }#GzIwAM6LTlGkV6GFrsirX4SRICUAGHkC > .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); }#GzIwAM6LTlGkV6GFrsirX4SRICUAGHkC > .row .container { border-width: 0; border-radius: 0; }#GzIwAM6LTlGkV6GFrsirX4SRICUAGHkC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GzIwAM6LTlGkV6GFrsirX4SRICUAGHkC > .row .container { font-size:0.875rem;font-family:arial;height:7.9375rem;width:75rem;position:relative;display:block; }#p6eJcSWLXaZaNZBBNCP0Ad6JNqcN1Txa { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.46484375rem;left:0rem;height:3.0058625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hvyS8F1ytgdBopBT1QxcyoiFsoSfdteI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfdfd;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; }#hvyS8F1ytgdBopBT1QxcyoiFsoSfdteI > .row .container { background-color: transparent; background-image: none; }#hvyS8F1ytgdBopBT1QxcyoiFsoSfdteI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hvyS8F1ytgdBopBT1QxcyoiFsoSfdteI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hvyS8F1ytgdBopBT1QxcyoiFsoSfdteI > .row .container > .video-iframe-container { display: none; }#hvyS8F1ytgdBopBT1QxcyoiFsoSfdteI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hvyS8F1ytgdBopBT1QxcyoiFsoSfdteI > .row > .video-iframe-container { display: none; }#hvyS8F1ytgdBopBT1QxcyoiFsoSfdteI > .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); }#hvyS8F1ytgdBopBT1QxcyoiFsoSfdteI > .row .container { border-width: 0; border-radius: 0; }#hvyS8F1ytgdBopBT1QxcyoiFsoSfdteI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hvyS8F1ytgdBopBT1QxcyoiFsoSfdteI > .row .container { font-size:0.875rem;font-family:arial;height:72.75rem;width:75rem;position:relative;display:block; }#TFHP3h9NZ2WLttETIraTVW88qQBnlyU3 { color:rgba(var(--color-tertiary-4),1);display:block;width:34.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:300;z-index:15032;line-height:1.1;letter-spacing:0;top:2.375rem;left:20.03125rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B35Nck9HaEVCz6fLmu91NUZ3eP7UT25Z { color:rgba(var(--color-tertiary-4),1);display:block;width:34.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15032;line-height:1.1;letter-spacing:0;top:5.0625rem;left:20.03125rem;height:2.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N02zm8TPf186JylR7yIsEBdiT0lTZWGO { color:rgba(var(--color-tertiary-4),1);display:block;width:42.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15045;line-height:1.5;letter-spacing:0;top:9.0625rem;left:16.125rem;height:4.125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#Ogr7OcOLMfm5MRZL7IQSZVK0DgcnHZ8M { position:absolute;display:block;z-index:15066;height:21.75rem;width:38.75rem;top:15.625rem;left:18.125rem;display:block; }
#nL6KNeXToQweqTgu5OwQdpSQG2UT2icT { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15046;line-height:1.2;letter-spacing:0;top:48rem;left:7.71875rem;height:21.4423625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#hAgdfhlkR4H8TlDSsaqdKKIwRU4obTHw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1b3980;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; }#hAgdfhlkR4H8TlDSsaqdKKIwRU4obTHw > .row .container { background-color: transparent; background-image: none; }#hAgdfhlkR4H8TlDSsaqdKKIwRU4obTHw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hAgdfhlkR4H8TlDSsaqdKKIwRU4obTHw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hAgdfhlkR4H8TlDSsaqdKKIwRU4obTHw > .row .container > .video-iframe-container { display: none; }#hAgdfhlkR4H8TlDSsaqdKKIwRU4obTHw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hAgdfhlkR4H8TlDSsaqdKKIwRU4obTHw > .row > .video-iframe-container { display: none; }#hAgdfhlkR4H8TlDSsaqdKKIwRU4obTHw > .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); }#hAgdfhlkR4H8TlDSsaqdKKIwRU4obTHw > .row .container { border-width: 0; border-radius: 0; }#hAgdfhlkR4H8TlDSsaqdKKIwRU4obTHw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hAgdfhlkR4H8TlDSsaqdKKIwRU4obTHw > .row .container { font-size:0.875rem;font-family:arial;height:7.9375rem;width:75rem;position:relative;display:block; }#FHsTmnLchEhkki2saqEGX6s5To6shqcN { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.42578125rem;left:0rem;height:3.0058625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dyT2ORlutTXmJJyLX9QXXMQA6gtMBnFH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf8f4;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; }#dyT2ORlutTXmJJyLX9QXXMQA6gtMBnFH > .row .container { background-color: transparent; background-image: none; }#dyT2ORlutTXmJJyLX9QXXMQA6gtMBnFH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dyT2ORlutTXmJJyLX9QXXMQA6gtMBnFH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dyT2ORlutTXmJJyLX9QXXMQA6gtMBnFH > .row .container > .video-iframe-container { display: none; }#dyT2ORlutTXmJJyLX9QXXMQA6gtMBnFH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dyT2ORlutTXmJJyLX9QXXMQA6gtMBnFH > .row > .video-iframe-container { display: none; }#dyT2ORlutTXmJJyLX9QXXMQA6gtMBnFH > .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); }#dyT2ORlutTXmJJyLX9QXXMQA6gtMBnFH > .row .container { border-width: 0; border-radius: 0; }#dyT2ORlutTXmJJyLX9QXXMQA6gtMBnFH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dyT2ORlutTXmJJyLX9QXXMQA6gtMBnFH > .row .container { font-size:0.875rem;font-family:arial;height:87.125rem;width:75rem;position:relative;display:block; }#RWFdBRQnyHFE6qXCKhZT20hNLULNQTPT { box-sizing:content-box;height:46.25rem;width:51.9375rem;position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid #e8d99a;border-left:0.0625rem solid #e8d99a;border-right:0.0625rem solid #e8d99a;border-bottom:0.0625rem solid #e8d99a;top:16rem;left:11.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#D8GzL9MpHkSZ3ATEqTq8lHKuiouRqkqi { color:#9a7a3a;display:block;width:20.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15038;line-height:1.5;letter-spacing:0;top:18rem;left:13.5625rem;height:1.40625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Im5HdsBkt0PicaQHff96V0rtVF0HdmGJ { color:rgba(var(--color-tertiary-4),1);display:block;width:59.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:2.375rem;left:7.5rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EHbsTkS3KolBQdwTLiwtNNohmhRcpcVM { color:rgba(var(--color-tertiary-4),1);display:block;width:61.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:8.5rem;left:6.9375rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g49JAoRNb931VilhWUxbgzGu8rWGEoT8 { color:rgba(var(--color-tertiary-4),1);display:block;width:48.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:19.875rem;left:13.5625rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hrUdd6JwUzIvkxmgTr71gzwMmrIl1abr { box-sizing:content-box;height:2.4375rem;width:2.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15040;background-color:#f5eae6;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.3125rem;left:13.5625rem;display:block; }
#OAXBEOFVpvICNSVuHMuNvxTohqhvqlp7 { box-sizing:content-box;height:0.0625rem;width:47.5rem;position:absolute;display:block;z-index:15041;background-color:#e6e6e6;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.1875rem;left:13.6875rem;display:block; }
#vmqWWhI3fohORqWTtIo2Chn3UaWz7dye { color:#c84b2f;display:block;width:1.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:26.5rem;left:14.125rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qODUeQFlblqPz8tfBGJd0KS4UedOCzX9 { color:rgba(var(--color-tertiary-4),1);display:block;width:48.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:26.5625rem;left:16.875rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CnB9zZMfgmm5TfWx65Kc3WQTTtJm3Cx2 { color:rgba(var(--color-tertiary-4),1);display:block;width:44.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:29.125rem;left:16.875rem;height:5.361325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IdcMvuMnQvC6CFr7owTNkUHnDire3fsd { color:rgba(var(--color-tertiary-4),1);display:block;width:44.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15045;line-height:1.3;letter-spacing:0;top:40.75rem;left:16.875rem;height:5.361325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IJK1zxQLIlqIJwyIhnt7XkTOXz340BXy { color:rgba(var(--color-tertiary-4),1);display:block;width:48.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:38.1875rem;left:16.875rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dCOOoMVog76qeE2zUvttkcfb1yURivsd { box-sizing:content-box;height:2.4375rem;width:2.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15045;background-color:#f5eae6;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:37.9375rem;left:13.5625rem;display:block; }
#l6iCRkubAwHX366hmyTeUnfFwqorn82Z { color:#c84b2f;display:block;width:1.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:38.125rem;left:14.125rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zU3HtR8Kr9qlRlVV3myV2HRrcee7vvTO { box-sizing:content-box;height:0.0625rem;width:47.5rem;position:absolute;display:block;z-index:15046;background-color:#e6e6e6;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.8125rem;left:13.6875rem;display:block; }
#KHXlK7q88nZsTCkXnTSHehdZAOZTBfVE { color:rgba(var(--color-tertiary-4),1);display:block;width:44.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:52.25rem;left:16.875rem;height:7.1484375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#A1MD4sExezgHf5VgFu7gxNr2SdCCuhrq { color:rgba(var(--color-tertiary-4),1);display:block;width:48.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:49.6875rem;left:16.875rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BW0DfD8TA0ThIRONxVOtrumXFmWoZnVT { box-sizing:content-box;height:2.4375rem;width:2.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15050;background-color:#f5eae6;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:49.4375rem;left:13.5625rem;display:block; }
#uCpy5PwvBU5gRJZiotTrtpPI17O8bmgT { color:#c84b2f;display:block;width:1.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15050;line-height:1.3;letter-spacing:0;top:49.625rem;left:14.125rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#roUxGEM1XFFJ7SHTwcrcgJp2p53C2L4Q { box-sizing:content-box;height:0.0625rem;width:47.5rem;position:absolute;display:block;z-index:15051;background-color:#e6e6e6;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:48.3125rem;left:13.6875rem;display:block; }
#km0c6zXT4ENmIAJADyZmcweRwJILQDZ6 { box-sizing:content-box;height:10.0625rem;width:51.9375rem;position:absolute;display:block;z-index:15038;background-color:#faf3e0;background-image:none;box-shadow: none;border-top:0.0625rem solid #e8d99a;border-left:0.0625rem solid #e8d99a;border-right:0.0625rem solid #e8d99a;border-bottom:0.0625rem solid #e8d99a;top:64.9375rem;left:11.4375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#xBlxRTGHaUCC1BiobHOG8xfxab67Z5Zm { color:#9a7a3a;display:block;width:48.0625rem;position:absolute;font-family:exo;font-size:3rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:65.875rem;left:13.4375rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PNXbfsOqBAK98UMHOdi3IyJlbnBGNc5h { color:#7a6a1a;display:block;width:44.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:70.375rem;left:15.3125rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UsSkohRx0ovtuiOU7ShdNpDE954nkdi2 { color:rgba(var(--color-tertiary-4),1);display:block;width:59.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:77.9375rem;left:7.5625rem;height:5.3613375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vpk5qsdErPu2KrcsvbAJAqmBRtbTUeD6 { color:rgba(var(--color-tertiary-4),1);display:block;width:59.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:2.375rem;left:7.5rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Dv9QDyBM4CcS8pAZFai7SIT0GL7DGfDX { color:rgba(var(--color-tertiary-4),1);display:block;width:61.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:8.5rem;left:6.9375rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#eyXZOcXhBwX2bPtFTpax2KIkTCtJolIL { color:rgba(var(--color-tertiary-4),1);display:block;width:48.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:49.6875rem;left:16.875rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#yoqU0XsSSp9x3St5eXb014qNHfVCgOF8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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:none; }#yoqU0XsSSp9x3St5eXb014qNHfVCgOF8 > .row .container { border-width: 0; border-radius: 0; }#yoqU0XsSSp9x3St5eXb014qNHfVCgOF8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yoqU0XsSSp9x3St5eXb014qNHfVCgOF8 > .row .container { font-size:0.875rem;font-family:arial;height:98.1875rem;width:75rem;position:relative;display:none; }#IXdVB8DnPJfPvcPBPQTDLqftiyrqhvbS { color:rgba(var(--color-tertiary-4),1);display:block;width:65.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15029;line-height:1.4;letter-spacing:0;top:14.125rem;left:4.6875rem;height:14.08203125rem;font-style:normal;display:block; }
#QQG5MIVoX1xFurapZbJOu0S5EUEMaZPg { color:rgba(var(--color-tertiary-4),1);display:block;width:65.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15030;line-height:1.1;letter-spacing:0;top:11rem;left:4.6875rem;height:1.92505rem;font-style:normal;display:block; }
#RmAur37e6eoSV5DhBuo013NcmroWxDaf { color:rgba(var(--color-tertiary-4),1);display:block;width:65.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15033;line-height:1.4;letter-spacing:0;top:39.9375rem;left:4.6875rem;height:6.03515625rem;font-style:normal;display:block; }
#AfdTp2gO638tivsAMOuoL5USEHPMVp24 { color:rgba(var(--color-tertiary-4),1);display:block;width:65.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15034;line-height:1.1;letter-spacing:0;top:36.8125rem;left:4.6875rem;height:1.92505rem;font-style:normal;display:block; }
#D4svdt0hT9RvaNZdVePuRTW1LgMiWvei { color:rgba(var(--color-tertiary-4),1);display:block;width:65.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15035;line-height:1.4;letter-spacing:0;top:67.3125rem;left:4.6875rem;height:10.05859375rem;font-style:normal;display:block; }
#cpvs1Co1ylIAOt8EGGaAuPxX8ySDbAfl { color:rgba(var(--color-tertiary-4),1);display:block;width:65.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15036;line-height:1.1;letter-spacing:0;top:64.1875rem;left:4.6875rem;height:1.92505rem;font-style:normal;display:block; }
#Q1KXFcNvF4qIM1M57JZgl6cWCnlkd8Ta { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#RxtJwsutSlxwHGBFTUq99eLqTXTJlhf8 { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#mzOlt4V1hZadPGdWAAuWvnf7d4aenMOD { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#wJGDiB0NIyrM17f3PSDvEsggwVJmChoc { display:block;width:62.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:1.375rem;left:6.5625rem;height:16.0840125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:none; }
#fxcM97UP3wl4ol3tvDy8MpBiNwoPVaZb { color:rgba(var(--color-tertiary-4),1);display:block;width:65.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15036;line-height:1.1;letter-spacing:0;top:64.1875rem;left:4.6875rem;height:1.92505rem;font-style:normal;display:none; }
#rzmJLRhCbbn4qmQ1wXUawMsb21TrVhiu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfdfd;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:none; }#rzmJLRhCbbn4qmQ1wXUawMsb21TrVhiu > .row .container { border-width: 0; border-radius: 0; }#rzmJLRhCbbn4qmQ1wXUawMsb21TrVhiu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rzmJLRhCbbn4qmQ1wXUawMsb21TrVhiu > .row .container { font-size:0.875rem;font-family:arial;height:124.0625rem;width:75rem;position:relative;display:none; }#KJ23PDv5HE7NdlaZsnd9H0ehCzVE1uI1 { color:rgba(var(--color-tertiary-4),1);display:block;width:73.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.2890625rem;left:0.625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZIIva0Ph2Tn4xJ5li3CJ0CKsc2HgaTkE { color:rgba(var(--color-tertiary-4),1);display:block;width:48.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:7.6875rem;left:4.125rem;height:4.3125rem;display:block; }
#tJ5BV0op6xTuGGAtu5JPp49Xoom9Gbc9 { position:absolute;display:block;z-index:15009;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:3rem;width:3rem;top:8.1875rem;left:0rem;overflow:hidden;display:block; }
#rhMxDITBw8hqLzKnrg9Rm3wwZyPX1zIw { 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:3rem;width:3rem;top:13.625rem;left:0rem;overflow:hidden;display:block; }
#h7CPeiW2qaLCKHmCGdB3x5kemcuG10D6 { 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:3rem;width:3rem;top:18.9375rem;left:0rem;overflow:hidden;display:block; }
#J3utOyBrEUqkUv55s7xaTKK9aTfGFuXq { position:absolute;display:block;z-index:15012;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:3rem;width:3rem;top:23.875rem;left:0rem;overflow:hidden;display:block; }
#xRlnG0wlDGKEpM3pOr9id3dEeOdyW3EC { color:rgba(var(--color-tertiary-4),1);display:block;width:52.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:13.125rem;left:4.125rem;height:4.3125rem;display:block; }
#Nvhz4y9ffTOaGpAtZouSGsXRPWWpK83Q { color:rgba(var(--color-tertiary-4),1);display:block;width:54.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:18.4375rem;left:4.125rem;height:4.3125rem;display:block; }
#L8uKAGUHVl2CNwsTMeF9WIb5C1wmFSnN { color:rgba(var(--color-tertiary-4),1);display:block;width:47.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:23.375rem;left:4.125rem;height:4.3125rem;display:block; }
#VNuAo2lagevKPsODETsQzgCSTZr9kUcr { color:rgba(var(--color-tertiary-4),1);display:block;width:65.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:39.25rem;left:4.125rem;height:4.3125rem;display:block; }
#angiCox4JMBMJLASTCFCaDG8w2M34WWp { color:rgba(var(--color-tertiary-4),1);display:block;width:50.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:33.8125rem;left:4.125rem;height:4.3125rem;display:block; }
#STRGTnzmLPBG8IiaApDhv1crufbyMugw { 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:3rem;width:3rem;top:34.3125rem;left:0rem;overflow:hidden;display:block; }
#CyoZJWkTZJh8S32xK14wLPzO9AoOHsw6 { position:absolute;display:block;z-index:15020;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:3rem;width:3rem;top:39.75rem;left:0rem;overflow:hidden;display:block; }
#qyG10ExVurVocNzUEpwSRytr2Ck7TDh3 { color:rgba(var(--color-tertiary-4),1);display:block;width:53.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:28.375rem;left:4.125rem;height:4.3125rem;display:block; }
#AhILWwJtDh7y5TZkdGZWchZ8CD7vD4fD { position:absolute;display:block;z-index:15017;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:3rem;width:3rem;top:28.875rem;left:0rem;overflow:hidden;display:block; }
#eotId99R8dCflzxcgQ8PW38Asr9NI2hK { color:rgba(var(--color-tertiary-4),1);display:block;width:73.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.2890625rem;left:0.625rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ksqXN6lDp600VG8Sa3d9VQFICKyJLqi9 { color:rgba(var(--color-tertiary-4),1);display:block;width:65.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:45rem;left:4.125rem;height:4.3125rem;font-style:normal;display:block; }
#khaBUDq1lJWt5QFyJmr3XRL0yhT6HhiO { position:absolute;display:block;z-index:15022;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:3rem;width:3rem;top:45.5rem;left:0rem;overflow:hidden;display:block; }
#PMX1RAzLwuz1ZoMH2ghXS4com1wb6JzN { color:rgba(var(--color-tertiary-4),1);display:block;width:65.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15022;line-height:1.5;letter-spacing:0;top:50.5625rem;left:4.125rem;height:6.46875rem;display:block; }
#oelVCz2KguApxp9ge1MWTyFkiTpt0R3w { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:51.0625rem;left:0rem;overflow:hidden;display:block; }
#XEQbkw5EBtdbfdXHQTToBu63vrJPbF4U { color:rgba(var(--color-tertiary-4),1);display:block;width:65.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15034;line-height:1.5;letter-spacing:0;top:85.1875rem;left:4.125rem;height:4.3125rem;display:block; }
#vpzWIcVKh5C5y0281z2BnoS5sa6Nrl9D { color:rgba(var(--color-tertiary-4),1);display:block;width:65.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15032;line-height:1.5;letter-spacing:0;top:79.625rem;left:4.125rem;height:4.3125rem;font-style:normal;display:block; }
#PDOF7lcb8SDKtEKMsTvS5f1V1SJw4cXA { color:rgba(var(--color-tertiary-4),1);display:block;width:65.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15030;line-height:1.5;letter-spacing:0;top:73.875rem;left:4.125rem;height:4.3125rem;display:block; }
#JQFSW70AhQ1RmCXGl9dfq20mHqVcpp2N { color:rgba(var(--color-tertiary-4),1);display:block;width:66.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15028;line-height:1.5;letter-spacing:0;top:68.4375rem;left:4.125rem;height:4.3125rem;display:block; }
#qPUQ4mw5IuwWEctxWU04JHc12eg538S4 { position:absolute;display:block;z-index:15030;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:3rem;width:3rem;top:68.9375rem;left:0rem;overflow:hidden;display:block; }
#UwJdFqZk4VaFAT66INTPewQ2GcEuig7T { position:absolute;display:block;z-index:15032;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:3rem;width:3rem;top:74.375rem;left:0rem;overflow:hidden;display:block; }
#qdDamXxKw6i3xTSv8QXUafJT5qb3ltOC { position:absolute;display:block;z-index:15034;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:3rem;width:3rem;top:80.125rem;left:0rem;overflow:hidden;display:block; }
#dxoGqEN9PqSEVId9SW2pJMPvDC3b3HdA { position:absolute;display:block;z-index:15036;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:3rem;width:3rem;top:85.6875rem;left:0rem;overflow:hidden;display:block; }
#JdwrZEiiOzQNaMT5e67VF633SnHise7G { color:rgba(var(--color-tertiary-4),1);display:block;width:70.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15027;line-height:1.5;letter-spacing:0;top:63rem;left:4.125rem;height:4.3125rem;display:block; }
#wfbomrkAdoxJ6wxNp5Kurq5xxaWFlTCz { position:absolute;display:block;z-index:15029;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:3rem;width:3rem;top:63.5rem;left:0rem;overflow:hidden;display:block; }
#pFWrLB4RsfghTpGhsLGA5BQWxLTWytXJ { color:rgba(var(--color-tertiary-4),1);display:block;width:65.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15022;line-height:1.5;letter-spacing:0;top:58rem;left:4.125rem;height:4.3125rem;display:block; }
#QIMwHrCHgfyMDDHSriEgxyRJbTHNz1Dc { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:58.5rem;left:0rem;overflow:hidden;display:block; }
#TqrtHJv2wsHZimGxz3H5B0ELnHmHz1Ok { box-sizing:content-box;height:25.0625rem;width:73.1875rem;position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-tertiary-0),0);background-image:none;top:93.75rem;left:0.5625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0.375rem solid #ff0000;border-left:0.375rem solid #ff0000;border-right:0.375rem solid #ff0000;border-bottom:0.375rem solid #ff0000;box-shadow: 0.25rem 0.25rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#LGNhSqd7CeBcaanmquyq6Ta6rwhWmotE { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.125rem rgba(var(--color-tertiary-4),0.5) ;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:roboto;font-size:2.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:61.6875rem;height:10rem;text-decoration:none;z-index:15065;text-align:center;text-align-last:center;top:105.875rem;left:6.75rem;display:block; }
#tCMxSeNmEq47qlcV7xfcXIFVxoHJb0Tw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bWUPi2NdrnfhUWgBw0ObDg3HUVLzHKnk { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15062;line-height:1.6;letter-spacing:0;top:96.125rem;left:7.25rem;height:4rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#omunv1e2P3SQpAZ3p9RtMHfABBD0p58L { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15063;line-height:1.6;letter-spacing:0;top:100.6875rem;left:7.25rem;height:2.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Dq2WCDqzqBq0Z7hTof9LEJMZAvhTJDq0 { box-sizing:content-box;height:25.0625rem;width:73.1875rem;position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-tertiary-0),0);background-image:none;top:102.875rem;left:0.5625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0.375rem solid #ff0000;border-left:0.375rem solid #ff0000;border-right:0.375rem solid #ff0000;border-bottom:0.375rem solid #ff0000;box-shadow: 0.25rem 0.25rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:none; }
#JELXWQyX9vOWWQhHIDTv92GthRaFA5iP { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.125rem rgba(var(--color-tertiary-4),0.5) ;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:roboto;font-size:2.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:61.6875rem;height:10rem;text-decoration:none;z-index:15065;text-align:center;text-align-last:center;top:115rem;left:6.75rem;display:none; }
#wEMHUFxp3E8pNPfDqP2KTO5ExWzxMA8P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QwhCuDLcXZWBNVrJTxbBT0vUfMQzvUMA { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15063;line-height:1.6;letter-spacing:0;top:109.8125rem;left:7.25rem;height:2.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#aXd7qKcvoy7FUhz3CxZNRFadPqLN2hvH { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15062;line-height:1.6;letter-spacing:0;top:105.25rem;left:7.25rem;height:3.999025rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#MxHA0pbREtdH3vS0ih0S7a6TLDfrpM3n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1b3980;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; }#MxHA0pbREtdH3vS0ih0S7a6TLDfrpM3n > .row .container { background-color: transparent; background-image: none; }#MxHA0pbREtdH3vS0ih0S7a6TLDfrpM3n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MxHA0pbREtdH3vS0ih0S7a6TLDfrpM3n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MxHA0pbREtdH3vS0ih0S7a6TLDfrpM3n > .row .container > .video-iframe-container { display: none; }#MxHA0pbREtdH3vS0ih0S7a6TLDfrpM3n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MxHA0pbREtdH3vS0ih0S7a6TLDfrpM3n > .row > .video-iframe-container { display: none; }#MxHA0pbREtdH3vS0ih0S7a6TLDfrpM3n > .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); }#MxHA0pbREtdH3vS0ih0S7a6TLDfrpM3n > .row .container { border-width: 0; border-radius: 0; }#MxHA0pbREtdH3vS0ih0S7a6TLDfrpM3n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MxHA0pbREtdH3vS0ih0S7a6TLDfrpM3n > .row .container { font-size:0.875rem;font-family:arial;height:7.9375rem;width:75rem;position:relative;display:block; }#bmL6Moxyvc4AKhedcTgDl0PrLdsHhRTU { display:block;width:66.31125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.4248046875rem;left:4.3427734375rem;height:3.0058625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;color:rgba(var(--color-tertiary-0),1);display:block; }
#eBIQ6DTT5AraQIbLypdROTmKNof15Krt { 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; }#eBIQ6DTT5AraQIbLypdROTmKNof15Krt > .row .container { background-color: transparent; background-image: none; }#eBIQ6DTT5AraQIbLypdROTmKNof15Krt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eBIQ6DTT5AraQIbLypdROTmKNof15Krt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eBIQ6DTT5AraQIbLypdROTmKNof15Krt > .row .container > .video-iframe-container { display: none; }#eBIQ6DTT5AraQIbLypdROTmKNof15Krt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eBIQ6DTT5AraQIbLypdROTmKNof15Krt > .row > .video-iframe-container { display: none; }#eBIQ6DTT5AraQIbLypdROTmKNof15Krt > .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); }#eBIQ6DTT5AraQIbLypdROTmKNof15Krt > .row .container { border-width: 0; border-radius: 0; }#eBIQ6DTT5AraQIbLypdROTmKNof15Krt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eBIQ6DTT5AraQIbLypdROTmKNof15Krt > .row .container { font-size:0.875rem;font-family:arial;height:49.0625rem;width:75rem;position:relative;display:block; }#EXOR6NxopuXqnbgaOFiUJkdS1Rh2wtWq { color:#000000;display:block;width:70.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.25rem;left:2.125rem;height:4.54980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vwcFvsXmTsVGnrLmU6Rxq1FrW3ZSBk4X { 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:26.375rem;width:47.125rem;top:16.8125rem;left:13.3125rem;overflow:hidden;display:block; }
#Tm7sSOrTH154HbAhbKidqv3kaefXQCqr { color:#000000;display:block;width:70.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:8.0625rem;left:2.1875rem;height:4.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vGwy9rkJ7FlkKJTP7pM6dl6fg7Oo4SWd { color:#000000;display:block;width:70.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:8.0625rem;left:2.1875rem;height:4.6875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#aJdFkxKdtohdTWtRXQA7WyUGLyOGDwMv { 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; }#aJdFkxKdtohdTWtRXQA7WyUGLyOGDwMv > .row .container { background-color: transparent; background-image: none; }#aJdFkxKdtohdTWtRXQA7WyUGLyOGDwMv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aJdFkxKdtohdTWtRXQA7WyUGLyOGDwMv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aJdFkxKdtohdTWtRXQA7WyUGLyOGDwMv > .row .container > .video-iframe-container { display: none; }#aJdFkxKdtohdTWtRXQA7WyUGLyOGDwMv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aJdFkxKdtohdTWtRXQA7WyUGLyOGDwMv > .row > .video-iframe-container { display: none; }#aJdFkxKdtohdTWtRXQA7WyUGLyOGDwMv > .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); }#aJdFkxKdtohdTWtRXQA7WyUGLyOGDwMv > .row .container { border-width: 0; border-radius: 0; }#aJdFkxKdtohdTWtRXQA7WyUGLyOGDwMv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aJdFkxKdtohdTWtRXQA7WyUGLyOGDwMv > .row .container { font-size:0.875rem;font-family:arial;height:53rem;width:75rem;position:relative;display:block; }#J6BeXdsGfH4aA73rayWQy384nxMaNq7U { color:#1b3980;display:block;width:65.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15036;line-height:1.1;letter-spacing:0;top:20.5625rem;left:4.6875rem;height:1.92480625rem;font-style:normal;display:block; }
#loFwxxfQ8TT3DWm3uiTr5Z8V2panLqtS { color:rgba(var(--color-tertiary-4),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15035;line-height:1.4;letter-spacing:0;top:23.75rem;left:4.6875rem;height:3.8496125rem;font-style:normal;display:block; }
#KiRBB3obEqmyQDzPTHTqe1gT7OnAiZNP { color:#1b3980;display:block;width:65.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15040;line-height:1.1;letter-spacing:0;top:30rem;left:4.6875rem;height:1.92480625rem;font-style:normal;display:block; }
#VGG8dlLOqAToqqKv1QxWwrCEbpGx67bT { color:rgba(var(--color-tertiary-4),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15039;line-height:1.4;letter-spacing:0;top:33.5rem;left:4.6875rem;height:3.8496125rem;font-style:normal;display:block; }
#uPquVWsaKIsJ7TLv41QERlw4qqlFw8cA { color:#1b3980;display:block;width:65.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15042;line-height:1.1;letter-spacing:0;top:39.6875rem;left:4.6875rem;height:1.92480625rem;font-style:normal;display:block; }
#v0AqSxvEM53GCubm5JhpGBrbmWN4q9oZ { color:rgba(var(--color-tertiary-4),1);display:block;width:64.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15041;line-height:1.4;letter-spacing:0;top:42.875rem;left:4.6875rem;height:3.8496125rem;font-style:normal;display:block; }
#BrLmVdiMgml1TR0NQWbIueTCU3ci9hUW { box-sizing:content-box;height:41.375rem;width:72.8125rem;position:absolute;display:block;z-index:15000;background-color:#ececec;background-image:none;top:8.25rem;left:1.125rem;box-shadow: 0rem 0rem 0.625rem rgba(27,57,128,0.5) ;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#N7cvFTZ8CJAGiT7rZcVTTsQAnPvRaGFE { color:rgba(var(--color-tertiary-4),1);display:block;width:58.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.75rem;left:8.34375rem;height:3.57421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#S8kNJgTIh3PAsKU4bODWlWHlIuyNwGmb { color:#1b3980;display:block;width:65.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15037;line-height:1.1;letter-spacing:0;top:10.875rem;left:4.6875rem;height:1.92480625rem;font-style:normal;display:block; }
#GTIokBXhlLf8AFNmvPqOoaXAkQZFfsNJ { color:rgba(var(--color-tertiary-4),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15036;line-height:1.4;letter-spacing:0;top:14.6875rem;left:4.875rem;height:3.8496125rem;font-style:normal;display:block; }
#lSzvM5UDOkgHSlxeCLx83kNPWVQdlBgF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#lSzvM5UDOkgHSlxeCLx83kNPWVQdlBgF > .row .container { background-color: transparent; background-image: none; }#lSzvM5UDOkgHSlxeCLx83kNPWVQdlBgF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lSzvM5UDOkgHSlxeCLx83kNPWVQdlBgF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lSzvM5UDOkgHSlxeCLx83kNPWVQdlBgF > .row .container > .video-iframe-container { display: none; }#lSzvM5UDOkgHSlxeCLx83kNPWVQdlBgF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lSzvM5UDOkgHSlxeCLx83kNPWVQdlBgF > .row > .video-iframe-container { display: none; }#lSzvM5UDOkgHSlxeCLx83kNPWVQdlBgF > .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); }#lSzvM5UDOkgHSlxeCLx83kNPWVQdlBgF > .row .container { border-width: 0; border-radius: 0; }#lSzvM5UDOkgHSlxeCLx83kNPWVQdlBgF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lSzvM5UDOkgHSlxeCLx83kNPWVQdlBgF > .row .container { font-size:0.875rem;font-family:arial;height:94.1875rem;width:75rem;position:relative;display:block; }#k4deXys68F8TPyIsOFEVChqf1DCfpM14 { color:rgba(var(--color-tertiary-4),1);display:block;width:42.3118125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.43519115448rem;left:16.34232711792rem;height:3.57421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OWebFV2gc9MwZ8L1ZotnvVqNBoILPTmD { box-sizing:content-box;height:37rem;width:23.125rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-0),1);background-image:none;top:11.625rem;left:0rem;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#C6EGs0RlCaioPThW0biwrHqH3aig7ZbM { color:rgba(var(--color-tertiary-4),1);display:block;width:22.4375rem;position:absolute;font-family:exo;font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:13.9375rem;left:0.34375rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Dq0cHNTRsVmJzE2LxlDb9mQMD36mi6ES { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:18.25rem;width:18.25rem;top:27.494791030884rem;left:2.40625rem;overflow:hidden;display:block; }
#wJFS2NZ82W9chMgOmtL4IyD9RLtwbD5O { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-2),1);background-image:none;top:8.3125rem;left:28.125rem;display:block; }
#l8EBhhn34JAlQuxKxFzbrayW8TzZLWqX { color:rgba(var(--color-tertiary-4),1);display:block;width:18.8125rem;position:absolute;font-family:"roboto condensed";font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:17.1875rem;left:2.15625rem;height:5.84765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fUuClyJTBzhTyTG3QovRrQTld1zV25Up { box-sizing:content-box;height:37rem;width:23.125rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-0),1);background-image:none;top:11.625rem;left:25.9375rem;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#uyLbtECD4vTRaVMibO29rbXdO3rK570N { color:rgba(var(--color-tertiary-4),1);display:block;width:22.4375rem;position:absolute;font-family:exo;font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:13.9375rem;left:26.3125rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TxTnsIznTLZ1fvr5DDskClgeJweMWVA8 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.875rem;position:absolute;font-family:"roboto condensed";font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:17.1875rem;left:28.0625rem;height:5.84765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FSqeRS3PzRKkht2ZkfWW7i8gWyMWP2lO { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:18.25rem;width:18.25rem;top:27.496095657349rem;left:28.34375rem;overflow:hidden;display:block; }
#GOAorXH44HDxLZdfTRyWD5yq22RkbhPt { box-sizing:content-box;height:37rem;width:23.125rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-0),1);background-image:none;top:11.625rem;left:51.875rem;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#xxK8HntaTqaM6g8wsNh2QXDHihtDxxEf { color:rgba(var(--color-tertiary-4),1);display:block;width:22.4375rem;position:absolute;font-family:exo;font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:13.9375rem;left:52.25rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BHwO9sIORnkrLSs0bsrdegFHwdVCAztR { color:rgba(var(--color-tertiary-4),1);display:block;width:20.375rem;position:absolute;font-family:"roboto condensed";font-size:1.5rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:18.875rem;left:53.25rem;height:5.84765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GhNNxczHqn1O2rFsl7ZGfb5h0CmEOCS7 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:18.25rem;width:18.25rem;top:27.493490219116rem;left:54.28125rem;overflow:hidden;display:block; }
#hBJhioi0EIsgBE3FMyLx5dDwbz3exTwD { box-sizing:content-box;height:37rem;width:23.125rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-0),1);background-image:none;top:51.75rem;left:38.9375rem;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#WPQfWiHTcWELNsrThrfWy80MOxwIeLmS { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:18.25rem;width:18.25rem;top:67.625rem;left:41.375rem;overflow:hidden;display:block; }
#NdmFQ8wofW6ZcXaRgF5H3b7lEoyEvtHa { box-sizing:content-box;height:37rem;width:23.125rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-0),1);background-image:none;top:51.75rem;left:13rem;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#csnIGM8TeUdhd04yQ8M9kEE6wadbf0Pp { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5rem;position:absolute;font-family:"roboto condensed";font-size:1.5rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:59.0625rem;left:40.3125rem;height:5.84765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Nk9GubS3t5cXR3XJSRr1z9DV6D5uFZ1U { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:18.25rem;width:18.25rem;top:67.625rem;left:15.4375rem;overflow:hidden;display:block; }
#vlUedUCHk65yg67c83rL5Oyk5DeaFULd { color:rgba(var(--color-tertiary-4),1);display:block;width:20.375rem;position:absolute;font-family:"roboto condensed";font-size:1.5rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:59.0625rem;left:14.375rem;height:5.84765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#esTlU90NFUaDPksgsa15Rn4A8ZKPlaog { color:rgba(var(--color-tertiary-4),1);display:block;width:19.8125rem;position:absolute;font-family:exo;font-size:1.5rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:54.0625rem;left:40.5625rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#s9UcCC7s6UkmLJhT5rK0WTeb1OzXDrO3 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.375rem;position:absolute;font-family:exo;font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:54.0625rem;left:13.375rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BNTZptZiFXaRBaDICDTu1xfbL84b9MJL { color:rgba(var(--color-tertiary-4),1);display:block;width:22.375rem;position:absolute;font-family:exo;font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:53.9375rem;left:0.375rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#FDd25McmlAwWF2L6wq8zT0h3G3cNKqdH { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#1b3980;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; }#FDd25McmlAwWF2L6wq8zT0h3G3cNKqdH > .row .container { background-color: transparent; background-image: none; }#FDd25McmlAwWF2L6wq8zT0h3G3cNKqdH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FDd25McmlAwWF2L6wq8zT0h3G3cNKqdH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FDd25McmlAwWF2L6wq8zT0h3G3cNKqdH > .row .container > .video-iframe-container { display: none; }#FDd25McmlAwWF2L6wq8zT0h3G3cNKqdH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FDd25McmlAwWF2L6wq8zT0h3G3cNKqdH > .row > .video-iframe-container { display: none; }#FDd25McmlAwWF2L6wq8zT0h3G3cNKqdH > .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); }#FDd25McmlAwWF2L6wq8zT0h3G3cNKqdH > .row .container { border-width: 0; border-radius: 0; }#FDd25McmlAwWF2L6wq8zT0h3G3cNKqdH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FDd25McmlAwWF2L6wq8zT0h3G3cNKqdH > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:75rem;position:relative;display:block; }#t92ZJRprqW2NNwn5DWvQU1ln9daUNnNR { display:block;width:59.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:1.2986335754394rem;left:7.5rem;height:2.2744125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;color:rgba(var(--color-tertiary-0),1);display:block; }
#sTVWENGO0zhr0P1Z92xuFr6m8UI5qtwe { 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; }#sTVWENGO0zhr0P1Z92xuFr6m8UI5qtwe > .row .container { background-color: transparent; background-image: none; }#sTVWENGO0zhr0P1Z92xuFr6m8UI5qtwe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTVWENGO0zhr0P1Z92xuFr6m8UI5qtwe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTVWENGO0zhr0P1Z92xuFr6m8UI5qtwe > .row .container > .video-iframe-container { display: none; }#sTVWENGO0zhr0P1Z92xuFr6m8UI5qtwe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTVWENGO0zhr0P1Z92xuFr6m8UI5qtwe > .row > .video-iframe-container { display: none; }#sTVWENGO0zhr0P1Z92xuFr6m8UI5qtwe > .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); }#sTVWENGO0zhr0P1Z92xuFr6m8UI5qtwe > .row .container { border-width: 0; border-radius: 0; }#sTVWENGO0zhr0P1Z92xuFr6m8UI5qtwe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sTVWENGO0zhr0P1Z92xuFr6m8UI5qtwe > .row .container { font-size:0.875rem;font-family:arial;height:22.25rem;width:75rem;position:relative;display:block; }#mvLedfcaIaQmkBJkTDuqSB6z55JqLgL5 { 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.125rem solid #2d6cea;border-left:0.125rem solid #2d6cea;border-right:0.125rem solid #2d6cea;border-bottom:0.125rem solid #2d6cea;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:18.4375rem;width:50.0625rem;top:1.1875rem;left:12.5rem;display:block; }
#HscByxoxhtZ52gb50utzUohRsCXbaDkW { color:#68b6ff;display:block;width:39.75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15014;line-height:2;letter-spacing:0;top:2.6875rem;left:17.625rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }#HscByxoxhtZ52gb50utzUohRsCXbaDkW li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#HscByxoxhtZ52gb50utzUohRsCXbaDkW li:before{  }
#U9WOOUpc8iPXczRV7UtNyrZyKFrrzyPh { 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; }#U9WOOUpc8iPXczRV7UtNyrZyKFrrzyPh > .row .container { background-color: transparent; background-image: none; }#U9WOOUpc8iPXczRV7UtNyrZyKFrrzyPh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U9WOOUpc8iPXczRV7UtNyrZyKFrrzyPh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U9WOOUpc8iPXczRV7UtNyrZyKFrrzyPh > .row .container > .video-iframe-container { display: none; }#U9WOOUpc8iPXczRV7UtNyrZyKFrrzyPh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U9WOOUpc8iPXczRV7UtNyrZyKFrrzyPh > .row > .video-iframe-container { display: none; }#U9WOOUpc8iPXczRV7UtNyrZyKFrrzyPh > .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); }#U9WOOUpc8iPXczRV7UtNyrZyKFrrzyPh > .row .container { border-width: 0; border-radius: 0; }#U9WOOUpc8iPXczRV7UtNyrZyKFrrzyPh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U9WOOUpc8iPXczRV7UtNyrZyKFrrzyPh > .row .container { font-size:0.875rem;font-family:arial;height:3.9375rem;width:75rem;position:relative;display:block; }#Jz8SZRXB1UMMAeUTFVLEP7WTzaMga8L7 { display:block;width:59.9375rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:1.1041774749756rem;left:7.5rem;height:1.7871125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;color:rgba(var(--color-tertiary-3),1);display:block; }
#ahUzxiz6pT15fNS3D361SMWaQiyG85vl { 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; }#ahUzxiz6pT15fNS3D361SMWaQiyG85vl > .row .container { background-color: transparent; background-image: none; }#ahUzxiz6pT15fNS3D361SMWaQiyG85vl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ahUzxiz6pT15fNS3D361SMWaQiyG85vl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ahUzxiz6pT15fNS3D361SMWaQiyG85vl > .row .container > .video-iframe-container { display: none; }#ahUzxiz6pT15fNS3D361SMWaQiyG85vl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ahUzxiz6pT15fNS3D361SMWaQiyG85vl > .row > .video-iframe-container { display: none; }#ahUzxiz6pT15fNS3D361SMWaQiyG85vl > .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); }#ahUzxiz6pT15fNS3D361SMWaQiyG85vl > .row .container { border-width: 0; border-radius: 0; }#ahUzxiz6pT15fNS3D361SMWaQiyG85vl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ahUzxiz6pT15fNS3D361SMWaQiyG85vl > .row .container { font-size:0.875rem;font-family:arial;height:12.6875rem;width:75rem;position:relative;display:block; }#DUEtQAgyTT8wiJgl2vzfQMwRD5vyh0iM { display:block;width:14.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:1.3125rem;left:1.9375rem;height:1.29980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;color:rgba(var(--color-tertiary-3),1);display:block; }
#TBzgRLwCXAxCFiRu22vnQGtc3IbMvzaC { display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:2.9375rem;left:0rem;height:7.1953125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;color:rgba(var(--color-tertiary-3),1);display:block; }
#HOBdL9QTifpvkx6txkmctm7t13dXxHee { display:block;width:14.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:1.3125rem;left:20.6875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;color:rgba(var(--color-tertiary-3),1);display:block; }
#Vp0nNchhi01aUsr6PldltomXC8PI9T6S { display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:2.9375rem;left:20.625rem;height:9.59375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;color:rgba(var(--color-tertiary-3),1);display:block; }
#QmTgAJVw2XMlZ8uChuAM8S9rvFJSRBlI { display:block;width:14.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:1.3125rem;left:39.4375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;color:rgba(var(--color-tertiary-3),1);display:block; }
#nK5fhoHCwNM6WKqurNmo1rIHfqOSIkBO { display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:2.9375rem;left:39.375rem;height:9.59375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;color:rgba(var(--color-tertiary-3),1);display:block; }
#WIsKrepI3VNVIsiprA4P3Nbg3sTNoFix { display:block;width:14.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:1.3125rem;left:58.1875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;color:rgba(var(--color-tertiary-3),1);display:block; }
#lysUn29pA8kPg5PecHNJ8RpTuDT04VJC { display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:2.8125rem;left:58.125rem;height:8.39453125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;color:rgba(var(--color-tertiary-3),1);display:block; }
#NxyCiPItl9vTKqTBetOGxGTdkQHrTz55 { 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; }#NxyCiPItl9vTKqTBetOGxGTdkQHrTz55 > .row .container { background-color: transparent; background-image: none; }#NxyCiPItl9vTKqTBetOGxGTdkQHrTz55::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NxyCiPItl9vTKqTBetOGxGTdkQHrTz55 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NxyCiPItl9vTKqTBetOGxGTdkQHrTz55 > .row .container > .video-iframe-container { display: none; }#NxyCiPItl9vTKqTBetOGxGTdkQHrTz55 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NxyCiPItl9vTKqTBetOGxGTdkQHrTz55 > .row > .video-iframe-container { display: none; }#NxyCiPItl9vTKqTBetOGxGTdkQHrTz55 > .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); }#NxyCiPItl9vTKqTBetOGxGTdkQHrTz55 > .row .container { border-width: 0; border-radius: 0; }#NxyCiPItl9vTKqTBetOGxGTdkQHrTz55 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NxyCiPItl9vTKqTBetOGxGTdkQHrTz55 > .row .container { font-size:0.875rem;font-family:arial;height:15.125rem;width:75rem;position:relative;display:block; }#ITWeBDPatyk9gWzpkspSuKzSg0TxD6bN { display:block;width:14.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:1.3125rem;left:1.9375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;color:rgba(var(--color-tertiary-3),1);display:block; }
#k8u8efbViBvN3zbohEIgJSGQKTKDRAGr { display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:2.9375rem;left:0rem;height:7.1953125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;color:rgba(var(--color-tertiary-3),1);display:block; }
#Xg6a0EQUUDzFoUaXnAk7IvarpKxe2Idk { display:block;width:14.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:1.3125rem;left:20.6875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;color:rgba(var(--color-tertiary-3),1);display:block; }
#F9QNSgw0iiGLw35Fc2Eirz9lPobJuulQ { display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:2.9375rem;left:20.625rem;height:9.59375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;color:rgba(var(--color-tertiary-3),1);display:block; }
#SDnrkm9AB22P6DTaqH7KTJyqPCiDpXi7 { display:block;width:14.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:1.3125rem;left:39.4375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;color:rgba(var(--color-tertiary-3),1);display:block; }
#LyHHJWimpv58r9pVX2k0hgfiLXTJ9iIJ { display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:2.9375rem;left:39.375rem;height:8.39453125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;color:rgba(var(--color-tertiary-3),1);display:block; }
#DCkltLCLuEHWsXy8LMf5rydD17d24FtT { display:block;width:14.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:1.3125rem;left:58.1875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;color:rgba(var(--color-tertiary-3),1);display:block; }
#ClFuq5tN2Oyrpcv8K9uaI1JrhQNyvRSa { display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:2.8125rem;left:58.125rem;height:4.796875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;color:rgba(var(--color-tertiary-3),1);display:block; }
#zCdIWTcEcAyuoM9LuOAAwR03O3vSGSXM { 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; }#zCdIWTcEcAyuoM9LuOAAwR03O3vSGSXM > .row .container { background-color: transparent; background-image: none; }#zCdIWTcEcAyuoM9LuOAAwR03O3vSGSXM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zCdIWTcEcAyuoM9LuOAAwR03O3vSGSXM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zCdIWTcEcAyuoM9LuOAAwR03O3vSGSXM > .row .container > .video-iframe-container { display: none; }#zCdIWTcEcAyuoM9LuOAAwR03O3vSGSXM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zCdIWTcEcAyuoM9LuOAAwR03O3vSGSXM > .row > .video-iframe-container { display: none; }#zCdIWTcEcAyuoM9LuOAAwR03O3vSGSXM > .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); }#zCdIWTcEcAyuoM9LuOAAwR03O3vSGSXM > .row .container { border-width: 0; border-radius: 0; }#zCdIWTcEcAyuoM9LuOAAwR03O3vSGSXM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zCdIWTcEcAyuoM9LuOAAwR03O3vSGSXM > .row .container { font-size:0.875rem;font-family:arial;height:37.375rem;width:75rem;position:relative;display:block; }#qykNpOnxRpyII4Wo6aZR4KCbb4oEAB8T { color:rgba(var(--color-tertiary-1),1);display:block;width:19.3125rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15043;line-height:1.6;letter-spacing:0;top:23.75rem;left:39.125rem;height:1.69921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#rDclNT76garEyUkaX44uL1spaptuz0vA { position:absolute;display:block;z-index:15106;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:1.875rem;width:5.4375rem;top:23.5rem;left:58.4375rem;overflow:hidden;display:block; }
#r97JMhR0uKxTzm6blL0BO4q1zODVeKea { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.125rem rgba(var(--color-tertiary-4),0.5) ;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:roboto;font-size:2.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:61.6875rem;height:10rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:12.75rem;left:7.0625rem;display:block; }
#IqtSLCFaFJgsqDNVy1IEbA5HgUUPH2mV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wULNDFX8f1OTTd3kVloJ4NbTdTHBGy85 { color:rgba(var(--color-tertiary-1),1);display:block;width:18.6875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15042;line-height:1.6;letter-spacing:0;top:23.75rem;left:16.75rem;height:1.69921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#GtdOIZEr4DuESD9SigwAwA4d6UV4Fo4q { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:300;z-index:15044;line-height:1.6;letter-spacing:0;top:9.3125rem;left:7.9375rem;height:2.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#dthhV3wm7WlCirNy3KzxRZpDuepKS33z { position:absolute;display:block;z-index:15107;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.125rem;top:23.5625rem;left:13.75rem;overflow:hidden;display:block; }
#yrXzhuly0XTLFAeT1hKSp8cTKW2K9WkC { color:#ff0000;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15042;line-height:1.6;letter-spacing:0;top:5.375rem;left:7.9375rem;height:4rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#fqu131MzmAeibbXz5Ru4oPmeKvgpJvW4 { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15043;line-height:1.6;letter-spacing:0;top:2.3125rem;left:7.9375rem;height:2.8994125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#iz7WKTylWWvU2gG6NmFz5cSBN0VLq9X3 { color:rgba(var(--color-tertiary-4),1);display:block;width:54.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:27.125rem;left:10.8125rem;height:1.57421875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#ylUbEGvQWAS7KHItXt7Xp2WQPsabRX1M { box-sizing:content-box;height:30.9375rem;width:73.1875rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),0);background-image:none;top:0.625rem;left:0.9375rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0.375rem solid #ff0000;border-left:0.375rem solid #ff0000;border-right:0.375rem solid #ff0000;border-bottom:0.375rem solid #ff0000;box-shadow: 0.25rem 0.25rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#rG3qCboB7XMHcuu3Js3m1HCzT6b3UqVg { 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:none; }#rG3qCboB7XMHcuu3Js3m1HCzT6b3UqVg > .row .container { border-width: 0; border-radius: 0; }#rG3qCboB7XMHcuu3Js3m1HCzT6b3UqVg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rG3qCboB7XMHcuu3Js3m1HCzT6b3UqVg > .row .container { font-size:0.875rem;font-family:arial;height:37.375rem;width:75rem;position:relative;display:none; }#x3MvVNzyGJRO2AP21eHEoFFDTTdqNQ1h { color:rgba(var(--color-tertiary-1),1);display:block;width:19.3125rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15043;line-height:1.6;letter-spacing:0;top:23.75rem;left:39.125rem;height:1.76171875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#gDne4AT2IsghUtPl8sfDMNP4ezDdN9Na { position:absolute;display:block;z-index:15106;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:1.875rem;width:5.4375rem;top:23.5rem;left:58.4375rem;overflow:hidden;display:block; }
#Q1uWym6tXRp492R5L0EXeFUJLT2KBvip { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.125rem rgba(var(--color-tertiary-4),0.5) ;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:roboto;font-size:2.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:61.6875rem;height:10rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:12.75rem;left:7.0625rem;display:block; }
#FUanmB7LsV93Li7qGtRTlV4NudlO1tbn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HKr60JxF1I8hM0LsaEmBVhv4REmDURdQ { color:rgba(var(--color-tertiary-1),1);display:block;width:18.6875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15042;line-height:1.6;letter-spacing:0;top:23.75rem;left:16.75rem;height:1.76171875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#OQlNxdTzoJb5pwHNThIKBw0ousJhT5hy { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:300;z-index:15044;line-height:1.6;letter-spacing:0;top:9.3125rem;left:7.9375rem;height:2.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#BDdfseoX3aLFpZn9PlTi5qTl6DPTnryt { position:absolute;display:block;z-index:15107;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.125rem;top:23.5625rem;left:13.75rem;overflow:hidden;display:block; }
#OKdlV5zT5NCz32IhC9Ssn2Ms7MhAlXvO { color:#ff0000;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15042;line-height:1.6;letter-spacing:0;top:5.375rem;left:7.9375rem;height:4.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#nTx0qlcDtH9tof7Ri3h9v0n06WFwAgD6 { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15043;line-height:1.6;letter-spacing:0;top:2.3125rem;left:7.9375rem;height:2.8994125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#dPfWgks2KWsSoz8B81hGi90iTZUevfwL { color:rgba(var(--color-tertiary-4),1);display:block;width:54.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:27.125rem;left:10.8125rem;height:1.57421875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#WoGlRoaOIB7De7iv7KGMDWdqHBPlgaKN { box-sizing:content-box;height:30.9375rem;width:73.1875rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),0);background-image:none;top:0.625rem;left:0.9375rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0.375rem solid #ff0000;border-left:0.375rem solid #ff0000;border-right:0.375rem solid #ff0000;border-bottom:0.375rem solid #ff0000;box-shadow: 0.25rem 0.25rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#hbJB9RcJGylOGMHPkW4NMO3r1g1S9Gpu { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#1b3980;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; }#hbJB9RcJGylOGMHPkW4NMO3r1g1S9Gpu > .row .container { background-color: transparent; background-image: none; }#hbJB9RcJGylOGMHPkW4NMO3r1g1S9Gpu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hbJB9RcJGylOGMHPkW4NMO3r1g1S9Gpu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hbJB9RcJGylOGMHPkW4NMO3r1g1S9Gpu > .row .container > .video-iframe-container { display: none; }#hbJB9RcJGylOGMHPkW4NMO3r1g1S9Gpu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hbJB9RcJGylOGMHPkW4NMO3r1g1S9Gpu > .row > .video-iframe-container { display: none; }#hbJB9RcJGylOGMHPkW4NMO3r1g1S9Gpu > .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); }#hbJB9RcJGylOGMHPkW4NMO3r1g1S9Gpu > .row .container { border-width: 0; border-radius: 0; }#hbJB9RcJGylOGMHPkW4NMO3r1g1S9Gpu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hbJB9RcJGylOGMHPkW4NMO3r1g1S9Gpu > .row .container { font-size:0.875rem;font-family:arial;height:6.5rem;width:75rem;position:relative;display:block; }#abWfK3WvAo9ihPdRRCktN7NFpmQ2QneN { display:block;width:59.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:0.974609375rem;left:7.53125rem;height:4.548825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;color:rgba(var(--color-tertiary-0),1);display:block; }
#Qo174X9oQH0GWBXAaD70yOG5P36boSnD { 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; }#Qo174X9oQH0GWBXAaD70yOG5P36boSnD > .row .container { background-color: transparent; background-image: none; }#Qo174X9oQH0GWBXAaD70yOG5P36boSnD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qo174X9oQH0GWBXAaD70yOG5P36boSnD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qo174X9oQH0GWBXAaD70yOG5P36boSnD > .row .container > .video-iframe-container { display: none; }#Qo174X9oQH0GWBXAaD70yOG5P36boSnD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qo174X9oQH0GWBXAaD70yOG5P36boSnD > .row > .video-iframe-container { display: none; }#Qo174X9oQH0GWBXAaD70yOG5P36boSnD > .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); }#Qo174X9oQH0GWBXAaD70yOG5P36boSnD > .row .container { border-width: 0; border-radius: 0; }#Qo174X9oQH0GWBXAaD70yOG5P36boSnD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qo174X9oQH0GWBXAaD70yOG5P36boSnD > .row .container { font-size:0.875rem;font-family:arial;height:25.4375rem;width:75rem;position:relative;display:block; }#q9gbru1H99874LPnH4hRCJpAoz8c5mC1 { 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:11.1875rem;width:11.9375rem;top:2.375rem;left:6.5625rem;overflow:hidden;display:block; }
#rX4W0A0nam00J19TVekd16sKszVO1xB7 { display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:16rem;left:3.5rem;height:6.499025rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;color:rgba(var(--color-tertiary-3),1);display:block; }
#xz0B9tXoTRprAFtnFDmJQMvQ0O5hZUPr { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11rem;width:11.625rem;top:2.375rem;left:56.6875rem;overflow:hidden;display:block; }
#zFuN9nyN9y57hQ5oFcrONMepqR8CV0Et { display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:16rem;left:53.5rem;height:6.499025rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;color:rgba(var(--color-tertiary-3),1);display:block; }
#sD0Z9iJL4uJC0LceQBBR34Dbu3fINolv { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:11.1875rem;top:2.3125rem;left:31.6875rem;overflow:hidden;display:block; }
#VN233RAAlxkW79qFWNVTQR0wUgR0xIyp { display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:16rem;left:28.5rem;height:6.499025rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;color:rgba(var(--color-tertiary-3),1);display:block; }
#zqTXMVl7PaqF8WAIFGz6BPQqLD17A0Qi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#zqTXMVl7PaqF8WAIFGz6BPQqLD17A0Qi > .row .container { background-color: transparent; background-image: none; }#zqTXMVl7PaqF8WAIFGz6BPQqLD17A0Qi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zqTXMVl7PaqF8WAIFGz6BPQqLD17A0Qi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zqTXMVl7PaqF8WAIFGz6BPQqLD17A0Qi > .row .container > .video-iframe-container { display: none; }#zqTXMVl7PaqF8WAIFGz6BPQqLD17A0Qi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zqTXMVl7PaqF8WAIFGz6BPQqLD17A0Qi > .row > .video-iframe-container { display: none; }#zqTXMVl7PaqF8WAIFGz6BPQqLD17A0Qi > .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); }#zqTXMVl7PaqF8WAIFGz6BPQqLD17A0Qi > .row .container { border-width: 0; border-radius: 0; }#zqTXMVl7PaqF8WAIFGz6BPQqLD17A0Qi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zqTXMVl7PaqF8WAIFGz6BPQqLD17A0Qi > .row .container { font-size:0.875rem;font-family:arial;height:3.9375rem;width:75rem;position:relative;display:block; }#uUWWr6voNNt7btwuayRI1ZnlckmQBLOE { display:block;width:59.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:1.6015625rem;left:7.5rem;height:2.2744125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;color:#1b3980;display:block; }
#K3TqX0u6n6X7GZoLi2vgwhRvS9Suqxkz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#K3TqX0u6n6X7GZoLi2vgwhRvS9Suqxkz > .row .container { background-color: transparent; background-image: none; }#K3TqX0u6n6X7GZoLi2vgwhRvS9Suqxkz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K3TqX0u6n6X7GZoLi2vgwhRvS9Suqxkz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K3TqX0u6n6X7GZoLi2vgwhRvS9Suqxkz > .row .container > .video-iframe-container { display: none; }#K3TqX0u6n6X7GZoLi2vgwhRvS9Suqxkz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K3TqX0u6n6X7GZoLi2vgwhRvS9Suqxkz > .row > .video-iframe-container { display: none; }#K3TqX0u6n6X7GZoLi2vgwhRvS9Suqxkz > .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); }#K3TqX0u6n6X7GZoLi2vgwhRvS9Suqxkz > .row .container { border-width: 0; border-radius: 0; }#K3TqX0u6n6X7GZoLi2vgwhRvS9Suqxkz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K3TqX0u6n6X7GZoLi2vgwhRvS9Suqxkz > .row .container { font-size:0.875rem;font-family:arial;height:17.8125rem;width:75rem;position:relative;display:block; }#arQsqs1X4TeguIETNBqRHZOHksML9MTL { display:block;width:59.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:1.625rem;left:7.5625rem;height:13.157225rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;color:rgba(var(--color-tertiary-3),1);display:block; }
#wUWimXgyVCu7Xtc08Ii0ohu0wGQL4aMi { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fafafa;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; }#wUWimXgyVCu7Xtc08Ii0ohu0wGQL4aMi > .row .container { background-color: transparent; background-image: none; }#wUWimXgyVCu7Xtc08Ii0ohu0wGQL4aMi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wUWimXgyVCu7Xtc08Ii0ohu0wGQL4aMi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wUWimXgyVCu7Xtc08Ii0ohu0wGQL4aMi > .row .container > .video-iframe-container { display: none; }#wUWimXgyVCu7Xtc08Ii0ohu0wGQL4aMi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wUWimXgyVCu7Xtc08Ii0ohu0wGQL4aMi > .row > .video-iframe-container { display: none; }#wUWimXgyVCu7Xtc08Ii0ohu0wGQL4aMi > .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); }#wUWimXgyVCu7Xtc08Ii0ohu0wGQL4aMi > .row .container { border-width: 0; border-radius: 0; }#wUWimXgyVCu7Xtc08Ii0ohu0wGQL4aMi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wUWimXgyVCu7Xtc08Ii0ohu0wGQL4aMi > .row .container { font-size:0.875rem;font-family:arial;height:3.9375rem;width:75rem;position:relative;display:block; }#fLD94gQ3mQi2VSPgvef2gGgKecOM4Myw { display:block;width:59.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:1.98828125rem;left:7.5rem;height:1.94921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;color:#1b3980;display:block; }
#NaW8PcCS4LUrbyJw5MXmrHTxgC3tHarM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#NaW8PcCS4LUrbyJw5MXmrHTxgC3tHarM > .row .container { background-color: transparent; background-image: none; }#NaW8PcCS4LUrbyJw5MXmrHTxgC3tHarM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaW8PcCS4LUrbyJw5MXmrHTxgC3tHarM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaW8PcCS4LUrbyJw5MXmrHTxgC3tHarM > .row .container > .video-iframe-container { display: none; }#NaW8PcCS4LUrbyJw5MXmrHTxgC3tHarM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaW8PcCS4LUrbyJw5MXmrHTxgC3tHarM > .row > .video-iframe-container { display: none; }#NaW8PcCS4LUrbyJw5MXmrHTxgC3tHarM > .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); }#NaW8PcCS4LUrbyJw5MXmrHTxgC3tHarM > .row .container { border-width: 0; border-radius: 0; }#NaW8PcCS4LUrbyJw5MXmrHTxgC3tHarM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NaW8PcCS4LUrbyJw5MXmrHTxgC3tHarM > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#wTV3ftyvMIZ4spUJ3FDRJL5UOPIUvNPV { position:absolute;display:block;z-index:15001;border-top:0.0625rem solid #d0d9ea;border-left:0.0625rem solid #d0d9ea;border-right:0.0625rem solid #d0d9ea;border-bottom:0.0625rem solid #d0d9ea;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.4375rem;width:28.75rem;top:1.25rem;left:4.3125rem;overflow:hidden;display:block; }
#EMC1ZDtP4qEiIhD7ZaOQCgAg0Amh7RHa { position:absolute;display:block;z-index:15002;border-top:0.0625rem solid #d0d9ea;border-left:0.0625rem solid #d0d9ea;border-right:0.0625rem solid #d0d9ea;border-bottom:0.0625rem solid #d0d9ea;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:28.75rem;top:1.25rem;left:41.8125rem;overflow:hidden;display:block; }
#AuSpFpSUDz0iypKebFTEZRs31KrKuPKR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#AuSpFpSUDz0iypKebFTEZRs31KrKuPKR > .row .container { background-color: transparent; background-image: none; }#AuSpFpSUDz0iypKebFTEZRs31KrKuPKR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AuSpFpSUDz0iypKebFTEZRs31KrKuPKR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AuSpFpSUDz0iypKebFTEZRs31KrKuPKR > .row .container > .video-iframe-container { display: none; }#AuSpFpSUDz0iypKebFTEZRs31KrKuPKR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AuSpFpSUDz0iypKebFTEZRs31KrKuPKR > .row > .video-iframe-container { display: none; }#AuSpFpSUDz0iypKebFTEZRs31KrKuPKR > .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); }#AuSpFpSUDz0iypKebFTEZRs31KrKuPKR > .row .container { border-width: 0; border-radius: 0; }#AuSpFpSUDz0iypKebFTEZRs31KrKuPKR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AuSpFpSUDz0iypKebFTEZRs31KrKuPKR > .row .container { font-size:0.875rem;font-family:arial;height:9.5625rem;width:75rem;position:relative;display:block; }#q2ePJ0HIOWLF3ST8KiSyzbUonPilp6c9 { position:absolute;display:block;z-index:15001;border-top:0.0625rem solid #d0d9ea;border-left:0.0625rem solid #d0d9ea;border-right:0.0625rem solid #d0d9ea;border-bottom:0.0625rem solid #d0d9ea;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:28.75rem;top:0rem;left:4.3125rem;overflow:hidden;display:block; }
#NDq8U99Hacxs3bmeKkxrI4W3O7yBq9s2 { position:absolute;display:block;z-index:15002;border-top:0.0625rem solid #d0d9ea;border-left:0.0625rem solid #d0d9ea;border-right:0.0625rem solid #d0d9ea;border-bottom:0.0625rem solid #d0d9ea;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.125rem;width:28.75rem;top:0rem;left:41.8125rem;overflow:hidden;display:block; }
#sxnvwMzTAsVlmtoINRkTLBGko9x7kcrw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#sxnvwMzTAsVlmtoINRkTLBGko9x7kcrw > .row .container { background-color: transparent; background-image: none; }#sxnvwMzTAsVlmtoINRkTLBGko9x7kcrw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sxnvwMzTAsVlmtoINRkTLBGko9x7kcrw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sxnvwMzTAsVlmtoINRkTLBGko9x7kcrw > .row .container > .video-iframe-container { display: none; }#sxnvwMzTAsVlmtoINRkTLBGko9x7kcrw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sxnvwMzTAsVlmtoINRkTLBGko9x7kcrw > .row > .video-iframe-container { display: none; }#sxnvwMzTAsVlmtoINRkTLBGko9x7kcrw > .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); }#sxnvwMzTAsVlmtoINRkTLBGko9x7kcrw > .row .container { border-width: 0; border-radius: 0; }#sxnvwMzTAsVlmtoINRkTLBGko9x7kcrw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sxnvwMzTAsVlmtoINRkTLBGko9x7kcrw > .row .container { font-size:0.875rem;font-family:arial;height:6.0625rem;width:75rem;position:relative;display:block; }#nQq39zViFVeJc0aO3TsTx4NdLe7RX2M3 { position:absolute;display:block;z-index:15001;border-top:0.0625rem solid #d0d9ea;border-left:0.0625rem solid #d0d9ea;border-right:0.0625rem solid #d0d9ea;border-bottom:0.0625rem solid #d0d9ea;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:28.75rem;top:0rem;left:4.3125rem;overflow:hidden;display:block; }
#EZ2ToVtpCS3JlP5g77pECB4cwe2UrWnO { position:absolute;display:block;z-index:15002;border-top:0.0625rem solid #d0d9ea;border-left:0.0625rem solid #d0d9ea;border-right:0.0625rem solid #d0d9ea;border-bottom:0.0625rem solid #d0d9ea;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:28.75rem;top:0rem;left:41.8125rem;overflow:hidden;display:block; }
#l1SP7ZBpn1gTtrpTTQarTnBBcFcyWvDc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#l1SP7ZBpn1gTtrpTTQarTnBBcFcyWvDc > .row .container { background-color: transparent; background-image: none; }#l1SP7ZBpn1gTtrpTTQarTnBBcFcyWvDc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l1SP7ZBpn1gTtrpTTQarTnBBcFcyWvDc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l1SP7ZBpn1gTtrpTTQarTnBBcFcyWvDc > .row .container > .video-iframe-container { display: none; }#l1SP7ZBpn1gTtrpTTQarTnBBcFcyWvDc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l1SP7ZBpn1gTtrpTTQarTnBBcFcyWvDc > .row > .video-iframe-container { display: none; }#l1SP7ZBpn1gTtrpTTQarTnBBcFcyWvDc > .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); }#l1SP7ZBpn1gTtrpTTQarTnBBcFcyWvDc > .row .container { border-width: 0; border-radius: 0; }#l1SP7ZBpn1gTtrpTTQarTnBBcFcyWvDc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l1SP7ZBpn1gTtrpTTQarTnBBcFcyWvDc > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;position:relative;display:block; }#kTDTvPC4kwbwg5mIdxf7SEAFfEOZE0OP { position:absolute;display:block;z-index:15001;border-top:0.0625rem solid #d0d9ea;border-left:0.0625rem solid #d0d9ea;border-right:0.0625rem solid #d0d9ea;border-bottom:0.0625rem solid #d0d9ea;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.625rem;width:28.25rem;top:0rem;left:4.3125rem;overflow:hidden;display:block; }
#LpoWN6CD4UA1SAMyzdXydSib8O4EOqKo { position:absolute;display:block;z-index:15002;border-top:0.0625rem solid #d0d9ea;border-left:0.0625rem solid #d0d9ea;border-right:0.0625rem solid #d0d9ea;border-bottom:0.0625rem solid #d0d9ea;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:28.75rem;top:0rem;left:41.8125rem;overflow:hidden;display:block; }
#cGuOMbNyy5niqVhizSmSwWEbc9FR0ibf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#cGuOMbNyy5niqVhizSmSwWEbc9FR0ibf > .row .container { background-color: transparent; background-image: none; }#cGuOMbNyy5niqVhizSmSwWEbc9FR0ibf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cGuOMbNyy5niqVhizSmSwWEbc9FR0ibf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cGuOMbNyy5niqVhizSmSwWEbc9FR0ibf > .row .container > .video-iframe-container { display: none; }#cGuOMbNyy5niqVhizSmSwWEbc9FR0ibf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cGuOMbNyy5niqVhizSmSwWEbc9FR0ibf > .row > .video-iframe-container { display: none; }#cGuOMbNyy5niqVhizSmSwWEbc9FR0ibf > .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); }#cGuOMbNyy5niqVhizSmSwWEbc9FR0ibf > .row .container { border-width: 0; border-radius: 0; }#cGuOMbNyy5niqVhizSmSwWEbc9FR0ibf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cGuOMbNyy5niqVhizSmSwWEbc9FR0ibf > .row .container { font-size:0.875rem;font-family:arial;height:8.0625rem;width:75rem;position:relative;display:block; }#L3bFq39VqT1CWO2UQLpNX25tmI846ZsE { position:absolute;display:block;z-index:15001;border-top:0.0625rem solid #d0d9ea;border-left:0.0625rem solid #d0d9ea;border-right:0.0625rem solid #d0d9ea;border-bottom:0.0625rem solid #d0d9ea;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.875rem;width:28.25rem;top:0rem;left:4.3125rem;overflow:hidden;display:block; }
#emqEcL4CCmBOcMgCJ1yQSUygqLNiB3JK { position:absolute;display:block;z-index:15002;border-top:0.0625rem solid #d0d9ea;border-left:0.0625rem solid #d0d9ea;border-right:0.0625rem solid #d0d9ea;border-bottom:0.0625rem solid #d0d9ea;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.0625rem;width:28.25rem;top:0rem;left:41.8125rem;overflow:hidden;display:block; }
#JwrUZi1XxT4SmWvMbadJMcAN2u2F2H9U { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#JwrUZi1XxT4SmWvMbadJMcAN2u2F2H9U > .row .container { background-color: transparent; background-image: none; }#JwrUZi1XxT4SmWvMbadJMcAN2u2F2H9U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JwrUZi1XxT4SmWvMbadJMcAN2u2F2H9U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JwrUZi1XxT4SmWvMbadJMcAN2u2F2H9U > .row .container > .video-iframe-container { display: none; }#JwrUZi1XxT4SmWvMbadJMcAN2u2F2H9U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JwrUZi1XxT4SmWvMbadJMcAN2u2F2H9U > .row > .video-iframe-container { display: none; }#JwrUZi1XxT4SmWvMbadJMcAN2u2F2H9U > .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); }#JwrUZi1XxT4SmWvMbadJMcAN2u2F2H9U > .row .container { border-width: 0; border-radius: 0; }#JwrUZi1XxT4SmWvMbadJMcAN2u2F2H9U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JwrUZi1XxT4SmWvMbadJMcAN2u2F2H9U > .row .container { font-size:0.875rem;font-family:arial;height:9.4375rem;width:75rem;position:relative;display:block; }#XMtJsUceo909kTLfhkk5O9k96CFazEB3 { position:absolute;display:block;z-index:15001;border-top:0.0625rem solid #d0d9ea;border-left:0.0625rem solid #d0d9ea;border-right:0.0625rem solid #d0d9ea;border-bottom:0.0625rem solid #d0d9ea;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:28.1875rem;top:0rem;left:4.3125rem;overflow:hidden;display:block; }
#sBoP2q6ITcTpmIoqWV2LZGsmKbbKFLpn { position:absolute;display:block;z-index:15002;border-top:0.0625rem solid #d0d9ea;border-left:0.0625rem solid #d0d9ea;border-right:0.0625rem solid #d0d9ea;border-bottom:0.0625rem solid #d0d9ea;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:28.1875rem;top:0rem;left:41.8125rem;overflow:hidden;display:block; }
#JGv9I5s360T1BeTDh1hazp20lz0gxPoR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1b3980;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; }#JGv9I5s360T1BeTDh1hazp20lz0gxPoR > .row .container { background-color: transparent; background-image: none; }#JGv9I5s360T1BeTDh1hazp20lz0gxPoR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JGv9I5s360T1BeTDh1hazp20lz0gxPoR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JGv9I5s360T1BeTDh1hazp20lz0gxPoR > .row .container > .video-iframe-container { display: none; }#JGv9I5s360T1BeTDh1hazp20lz0gxPoR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JGv9I5s360T1BeTDh1hazp20lz0gxPoR > .row > .video-iframe-container { display: none; }#JGv9I5s360T1BeTDh1hazp20lz0gxPoR > .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); }#JGv9I5s360T1BeTDh1hazp20lz0gxPoR > .row .container { border-width: 0; border-radius: 0; }#JGv9I5s360T1BeTDh1hazp20lz0gxPoR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JGv9I5s360T1BeTDh1hazp20lz0gxPoR > .row .container { font-size:0.875rem;font-family:arial;height:7.9375rem;width:75rem;position:relative;display:block; }#FUeZTXAh1mHovJb0XtbXZ1FLirg5lhJJ { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.46484375rem;left:0rem;height:3.0869125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kFoKVLQa7zIgsXwczo9qCzoywTrxeZfv { 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; }#kFoKVLQa7zIgsXwczo9qCzoywTrxeZfv > .row .container { background-color: transparent; background-image: none; }#kFoKVLQa7zIgsXwczo9qCzoywTrxeZfv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kFoKVLQa7zIgsXwczo9qCzoywTrxeZfv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kFoKVLQa7zIgsXwczo9qCzoywTrxeZfv > .row .container > .video-iframe-container { display: none; }#kFoKVLQa7zIgsXwczo9qCzoywTrxeZfv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kFoKVLQa7zIgsXwczo9qCzoywTrxeZfv > .row > .video-iframe-container { display: none; }#kFoKVLQa7zIgsXwczo9qCzoywTrxeZfv > .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); }#kFoKVLQa7zIgsXwczo9qCzoywTrxeZfv > .row .container { border-width: 0; border-radius: 0; }#kFoKVLQa7zIgsXwczo9qCzoywTrxeZfv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kFoKVLQa7zIgsXwczo9qCzoywTrxeZfv > .row .container { font-size:0.875rem;font-family:arial;height:95.8125rem;width:75rem;position:relative;display:block; }#v42ZrO6x8x8poCUmzxuCZ0OKAxMLS4Jr { box-sizing:content-box;height:89.6875rem;width:64.25rem;position:absolute;display:block;z-index:15000;background-color:#f8f8f8;background-image:none;top:3.6875rem;left:5.375rem;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.5) ;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#gaZnN1dt3TMeTkybia8kJcRVbFeFE73f { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:42.25rem;left:8.875rem; }
#qB1VQO64ihosMTtLGRgs5eQyvydt24zK { color:rgba(var(--color-tertiary-4),1);display:block;width:53.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:42.25rem;left:12rem;height:1.7871125rem;display:block; }
#ilb5FTId7AbA4N9qGAfRAS86H4o5n3x3 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:45.25rem;left:8.875rem; }
#EnG01vvJST76TbE08XgkQVLdOcJDDf4X { color:rgba(var(--color-tertiary-4),1);display:block;width:52.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:45.25rem;left:12rem;height:1.7871125rem;display:block; }
#WDPp5MCH0zMlTiwTTvCnhBdB9dsMFMNs { color:rgba(var(--color-tertiary-4),1);display:block;width:59.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:51.4375rem;left:12rem;height:1.7871125rem;display:block; }
#UVyJc7Bg0H2KtAhDpd5mGSCxWTgcJXuy { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:51.4375rem;left:8.875rem; }
#mCvUn1SAs1lPXph96Mv2KPSr9TFilzbe { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:48.3125rem;left:8.875rem; }
#X42nfxX9tPyyQ1llarTJXArx12iZkoDI { color:rgba(var(--color-tertiary-4),1);display:block;width:51.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:48.3125rem;left:12rem;height:1.7871125rem;display:block; }
#DtyMm1XLpKWJdX6pVVpM4ho0rC8tpPk1 { color:rgba(var(--color-tertiary-4),1);display:block;width:57.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:57.625rem;left:12rem;height:1.7871125rem;display:block; }
#oVhlryvmz1sw5LBmGyuedykSXNWqkT82 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:57.625rem;left:8.875rem; }
#zJAL2wIHySBgeQqSWVdlq39SmDaCTs6K { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:54.5625rem;left:8.875rem; }
#gfiETn7ghMVB0h2JbdGsxn8uTIITDRLb { color:rgba(var(--color-tertiary-4),1);display:block;width:57.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:54.5625rem;left:12rem;height:1.7871125rem;display:block; }
#DBmprSfO5Nc1cLrWWwF9htxtgp2vVKw1 { position:absolute;display:block;z-index:15034;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:30.625rem;width:54.6875rem;top:7rem;left:8.5625rem;overflow:hidden;display:block; }
#InwX6ENGaORbq3rNhFuzcXszfUHtDRW5 { color:rgba(var(--color-tertiary-4),1);display:block;width:51.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:60.75rem;left:12rem;height:1.7871125rem;display:block; }
#pgiL0Ok9ipPGHWTvDrFMhqoM294Nbhui { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:60.75rem;left:8.875rem; }
#gcS2GC0ZCkmnHFZZkeLELP2X8SeRoubx { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.125rem rgba(var(--color-tertiary-4),0.5) ;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:roboto;font-size:2.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:61.6875rem;height:10rem;text-decoration:none;z-index:15064;text-align:center;text-align-last:center;top:74.75rem;left:7rem;display:block; }
#BCSsKN92EkTQGCSEmrWRcCfmHfBhPvis { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d0LFl5nTS51EGlMh2asSzLTPi4yHl8zK { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:300;z-index:15062;line-height:1.6;letter-spacing:0;top:71.3125rem;left:7.875rem;height:2.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#KkOolMBK6xC1uZqLsq1GyG9rp2Jkz12f { color:#ff0000;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15060;line-height:1.6;letter-spacing:0;top:67.3125rem;left:7.875rem;height:4rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#DeBS9pKJFQu8pfuHoprVMtygoTP0QOLQ { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15061;line-height:1.6;letter-spacing:0;top:64.3125rem;left:7.875rem;height:2.8994125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#CLnNNFCIS49oLJlqJoCDxKJcZU8tT8WD { position:absolute;display:block;z-index:15124;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.4375rem;top:85.4375rem;left:58.375rem;overflow:hidden;display:block; }
#Auz1umUC9XAG88CcWZCT3JJvcfgV2Xz3 { position:absolute;display:block;z-index:15125;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.125rem;top:85.5625rem;left:13.6875rem;overflow:hidden;display:block; }
#sxDvhPwIAagEL6xNOuB0MB3O5QUAHeLu { color:rgba(var(--color-tertiary-1),1);display:block;width:19.3125rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15061;line-height:1.6;letter-spacing:0;top:85.75rem;left:39.125rem;height:1.69921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Ep4CVqSTnNy9A4idsKcwVPcmIpQMGRLa { color:rgba(var(--color-tertiary-1),1);display:block;width:18.6875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15060;line-height:1.6;letter-spacing:0;top:85.75rem;left:16.6875rem;height:1.69921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#LHrBeibpSC4mJFzlthFMMXD8bTe11mrO { color:rgba(var(--color-tertiary-4),1);display:block;width:54.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15032;line-height:1.4;letter-spacing:0;top:89.125rem;left:10.75rem;height:1.57421875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#X8ngleIWCTTWEICE5MdMAghPTKiw5Dk3 { 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:none; }#X8ngleIWCTTWEICE5MdMAghPTKiw5Dk3 > .row .container { border-width: 0; border-radius: 0; }#X8ngleIWCTTWEICE5MdMAghPTKiw5Dk3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X8ngleIWCTTWEICE5MdMAghPTKiw5Dk3 > .row .container { font-size:0.875rem;font-family:arial;height:125rem;width:75rem;position:relative;display:none; }#Hir3sFZpy9WR1zlBhATemX3hQ1TGBfqA { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:56.125rem;left:8.5625rem; }
#rPzPSaKDPGCagTiKQRiccSNw23COTJ8t { color:rgba(var(--color-tertiary-4),1);display:block;width:53.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:56.125rem;left:11.6875rem;height:1.7858875rem;display:block; }
#Zo2mb71TvPVutiAKkPCe0n3ikgdWglpL { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:59.125rem;left:8.5625rem; }
#W1lxT4JaeAv557uh8Ei7cqcoMfOcXQox { color:rgba(var(--color-tertiary-4),1);display:block;width:52.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:59.125rem;left:11.6875rem;height:1.7871125rem;display:block; }
#ZqWeU0QPvsHWUPEDwbsu0LQJraVPHkXH { color:rgba(var(--color-tertiary-4),1);display:block;width:59.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:65.3125rem;left:11.6875rem;height:1.7858875rem;display:block; }
#BGHi22CWBT8XtTUByIvipWNphWz4tOHt { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:65.3125rem;left:8.5625rem; }
#KrtCJJRWdO90uUyeSagneaoOrWTD7U2S { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:62.1875rem;left:8.5625rem; }
#tV6UHpCUsH9SlUIERVII9xZatZ2BWzO4 { color:rgba(var(--color-tertiary-4),1);display:block;width:51.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:62.1875rem;left:11.6875rem;height:1.7858875rem;display:block; }
#FXJta3MLkRaekOy8cTayDXN2GuAsbzLw { color:rgba(var(--color-tertiary-4),1);display:block;width:57.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:71.5rem;left:11.6875rem;height:1.7858875rem;display:block; }
#mVWmoTmxo3yvmNiWpAzmDcc8I4zAuhuR { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:71.5rem;left:8.5625rem; }
#btiK5znkSZIPqlrsPQGzFuRLlqghxesi { position:absolute;display:block;z-index:15034;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:22.25rem;width:39.6875rem;top:13.5rem;left:3rem;overflow:hidden;display:block; }
#ohbTWDiPGTPB7aw4T0CtcQ1CHWJmIbyB { color:rgba(var(--color-tertiary-4),1);display:block;width:51.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:74.625rem;left:11.6875rem;height:1.7858875rem;display:block; }
#TsIrytc4cUMrsdT45ZZmeLu7uRxgVb3A { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:74.625rem;left:8.5625rem; }
#qH6cVyiOXfbdbZFL91XcqnMa8QDJTex1 { color:rgba(var(--color-tertiary-4),1);display:block;width:52.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:77.8125rem;left:11.6875rem;height:1.7858875rem;display:block; }
#w2LHGggoJsLhn1gSVxC3Emf5vLhDpMGH { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:77.8125rem;left:8.5625rem; }
#pw8H8JXSBcw0QoT0ZiO0gtbBzL9HISAB { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.125rem rgba(var(--color-tertiary-4),0.5) ;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:roboto;font-size:2.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:61.6875rem;height:10rem;text-decoration:none;z-index:15064;text-align:center;text-align-last:center;top:92rem;left:6.5rem;display:block; }
#PTlsoEyXMiPX5r6QKSVPh0By8hmz9Txl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rOCwox4qMTkP5S8GXMWbr5KuRPZUNl9s { color:rgba(var(--color-tertiary-4),1);display:block;width:52.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:77.8125rem;left:11.6875rem;height:1.7858875rem;display:none; }
#TBo0b9JRedWL7RuNVTKLeiug9AGhzwir { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:77.8125rem;left:8.5625rem;display:none; }
#dM1DsTkbSiPDSWQobfMV3HI56nMSZgX3 { box-sizing:content-box;height:19.9375rem;width:21.75rem;position:absolute;display:block;z-index:15103;background-color:#f8f8f8;background-image:none;box-shadow: none;border-top:0.125rem solid #c32a43;border-left:0.125rem solid #c32a43;border-right:0.125rem solid #c32a43;border-bottom:0.125rem solid #c32a43;top:34.875rem;left:50.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:none; }
#RTC2l5wQdfiM0bnkfu3tyVBb760glqyE { box-sizing:content-box;height:6.6875rem;width:22rem;position:absolute;display:block;z-index:15102;background-color:#c32a43;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.1875rem;left:50.6875rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:1.5625rem;display:none; }
#yzBidx3pSWvMJbJgduyF4D6ErGIfE5nn { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5615rem;position:absolute;font-family:exo;font-size:1.5rem;font-weight:700;z-index:15117;line-height:1.3;letter-spacing:0;top:28.8125rem;left:51.4375rem;height:5.84765625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#UTE19ElsZ1mciKwdWOS9NDB9Ji2VpQNN { box-sizing:content-box;height:0.1875rem;width:71.875rem;position:absolute;display:block;z-index:15132;background-color:#ff0000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:118.9375rem;left:1.5625rem;display:none; }
#ugpxamqR75yqtIDTeMXMTS7m2sFzMxfa { color:#c32a43;display:block;width:8.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.375rem;font-weight:700;z-index:15164;line-height:1.6;letter-spacing:0;top:35.5625rem;left:61.0625rem;height:3.80005rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#finRz3MBHgJpnRsrhBUKNx099wwTgKS5 { color:rgba(var(--color-tertiary-2),1);display:block;width:6.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15062;line-height:1.6;letter-spacing:0;top:36.1875rem;left:6.5625rem;height:2.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#gL20pyDfbWLiWFiWTMrAnz0uHMnVsqVx { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#tV8XnFANfzmIwe22nR1Oz36u37sggGlN { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15043;line-height:1.6;letter-spacing:0;top:2.3125rem;left:7.9375rem;height:2.8995rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#IvP0L6bx0NXvl55cRrdqyh2WfyA8IbT5 { color:#ff0000;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15042;line-height:1.6;letter-spacing:0;top:5.375rem;left:7.9375rem;height:7.999525rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#bqX8l2iJHnT4BnBnTqFRGw3qqa0WPB8d { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:300;z-index:15044;line-height:1.6;letter-spacing:0;top:9.3125rem;left:7.9375rem;height:2.600025rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#zXQAg9c9O6XRDnivll0pusoLduPHNU20 { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.125rem rgba(var(--color-tertiary-4),0.5) ;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:roboto;font-size:2.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:61.6875rem;height:10rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:12.75rem;left:7.0625rem;display:none; }
#daXq0OPOGmtcgkgW6yIUPavlPSAHFv6A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Cp118KT8feOFVUlsiroxnV2NhpdC8eqa { color:rgba(var(--color-tertiary-1),1);display:block;width:18.6875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15042;line-height:1.6;letter-spacing:0;top:23.75rem;left:16.75rem;height:1.70003125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#kE0qcSMulGhpzvpOkkmtDVObKRcVQ2HJ { position:absolute;display:block;z-index:15107;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.125rem;top:23.5625rem;left:13.75rem;overflow:hidden;display:none; }
#eKqHJXeBtH7m160HThLuKv62px5B8Bny { position:absolute;display:block;z-index:15106;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:1.875rem;width:5.4375rem;top:23.5rem;left:58.4375rem;overflow:hidden;display:none; }
#nWf7Aadfqx4t6tP5eKE8LwRXaTBEu8Am { color:rgba(var(--color-tertiary-1),1);display:block;width:19.3125rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15043;line-height:1.6;letter-spacing:0;top:23.75rem;left:39.125rem;height:1.70003125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#CHNbgH57fsuRREJmUJJrI9ie2xHJt80l { box-sizing:content-box;height:0.1875rem;width:71.875rem;position:absolute;display:block;z-index:15132;background-color:#ff0000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:118.9375rem;left:1.5625rem;display:none; }
#HWwOREk3HG33LKxxzWen5ebUFvyZABTB { color:rgba(var(--color-tertiary-4),1);display:block;width:54.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:27.125rem;left:10.8125rem;height:1.57421875rem;text-align:center;text-align-last:center;font-style:italic;display:none; }
#eMcSurqEfrRrco2DTK9wSHI656yzaB20 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1b3980;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; }#eMcSurqEfrRrco2DTK9wSHI656yzaB20 > .row .container { background-color: transparent; background-image: none; }#eMcSurqEfrRrco2DTK9wSHI656yzaB20::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eMcSurqEfrRrco2DTK9wSHI656yzaB20 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eMcSurqEfrRrco2DTK9wSHI656yzaB20 > .row .container > .video-iframe-container { display: none; }#eMcSurqEfrRrco2DTK9wSHI656yzaB20 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eMcSurqEfrRrco2DTK9wSHI656yzaB20 > .row > .video-iframe-container { display: none; }#eMcSurqEfrRrco2DTK9wSHI656yzaB20 > .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); }#eMcSurqEfrRrco2DTK9wSHI656yzaB20 > .row .container { border-width: 0; border-radius: 0; }#eMcSurqEfrRrco2DTK9wSHI656yzaB20 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eMcSurqEfrRrco2DTK9wSHI656yzaB20 > .row .container { font-size:0.875rem;font-family:arial;height:33.875rem;width:75rem;position:relative;display:block; }#wAQJ4daH8oTLI15oE3CyG9PaugG7uiIE { color:#ede319;display:block;width:74.936875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.625rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XVbm41nTMevRiTR7yd1738lkmvNKFTqi { color:rgba(var(--color-tertiary-0),1);display:block;width:74.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:10rem;left:0.1875rem;height:18.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gIExN5GL1Gc4BQXNO2r9PB84rROwvFaQ { 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; }#gIExN5GL1Gc4BQXNO2r9PB84rROwvFaQ > .row .container { background-color: transparent; background-image: none; }#gIExN5GL1Gc4BQXNO2r9PB84rROwvFaQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gIExN5GL1Gc4BQXNO2r9PB84rROwvFaQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gIExN5GL1Gc4BQXNO2r9PB84rROwvFaQ > .row .container > .video-iframe-container { display: none; }#gIExN5GL1Gc4BQXNO2r9PB84rROwvFaQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gIExN5GL1Gc4BQXNO2r9PB84rROwvFaQ > .row > .video-iframe-container { display: none; }#gIExN5GL1Gc4BQXNO2r9PB84rROwvFaQ > .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); }#gIExN5GL1Gc4BQXNO2r9PB84rROwvFaQ > .row .container { border-width: 0; border-radius: 0; }#gIExN5GL1Gc4BQXNO2r9PB84rROwvFaQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gIExN5GL1Gc4BQXNO2r9PB84rROwvFaQ > .row .container { font-size:0.875rem;font-family:arial;height:32.4375rem;width:75rem;position:relative;display:block; }#sQPQKQ5pmpJ8cfST6NMLIlxXfTOihZfV { color:rgba(var(--color-tertiary-4),1);display:block;width:35.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.8125rem;left:19.96875rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc .accordion-element-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;flex-direction:column;align-items:center;background-color:#1b3980;background-image:none;vertical-align:top; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;font-family:var(--paragraphs-font-family);color:#ffffff; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-weight:300;font-style:normal;font-family:var(--paragraphs-font-family);line-height:1.4;overflow:hidden;height:auto;color:#ffffff; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#rrC06OT2yvduFV2pfrNn6WHka8aogZvc .accordion-trigger.adaptive-delivery-prevent-bg, #rrC06OT2yvduFV2pfrNn6WHka8aogZvc .accordion-trigger.lazyload, #rrC06OT2yvduFV2pfrNn6WHka8aogZvc .accordion-trigger.lazyloading { background-image: none; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc { box-sizing:content-box;height:auto;width:72.310625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15007;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:7.2431998252869rem;left:0rem; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #td52KtyHf0CC1DL1AaCOmebeEdObAWko { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #VKvfCd9PXp85D9nheEmL3iTDoRAneotT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #DR1Gk7K0szMbNv7VpwC9XlKffAUTNkdp { display:block;position:relative; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #PLAc3T7naH8E0NEgCRpQTthHq8Z2RMkS {  }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #h1O7lmn47WHxOoMbSdF3Z2kA2zZzRPA7 {  }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #fVoi9wJsntiIgNAks3Dae0zQqC8XSDqE { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #JwTGtCkmBVFgghAVK3SVHqwsxO3L1v9e { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #b6yFssLx21lhMf9lLu4Ef9T6ghvEmdNG { display:block;position:relative; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #L5xJqx1LJInEGBLs8V3dRWLshrOTVUWZ {  }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #JzNAhPRt5L1TaD1Fdh2zvzenh1BCglTm { display:none; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #TivlZTRarehxK0FToxSkNaXoiZMhlPZw { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #onCKeZGh5feiZOgKQBUmbt6kg3DCNSvT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #ogaxNb59A8yrz1DxomcrUaL8RVTXWTPm { display:block;position:relative; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #iKdL7QZMEO32MmmfZHfh8vAzTe2uh7SB {  }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #OmdGcQQabS9QuhmqXTIGZxT0NpyhWzTE { display:none; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #WzsesZX0boSoMFGTTSLhbhDMhZP4Ne0R { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #WH9nUd4JEbbDVL3dAvRl14gnAfKQmeTf { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #CJxP6ae2LVbRXQe5DuCW5s1fLSXeKNvt { display:block;position:relative; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #BcE89FEIQWwR83bm41aWh9DgSH2ooEbX {  }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #vVV9zIGqxWJ13CKZq7ysxMT4IMNGouxm { display:none; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #kTwnPyt1vZwat1i6FISNwlXL67X7HyNt { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #AqTNkqkeb0cyDCZQBx2OAgCPGezDUMhy { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #s2Kh9SxLVM9KHrXoJLsNmTumNxVu3Kmi { display:block;position:relative; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #F42ohgAyS0Pf7u73xSS3XNO9pLvWyJOm {  }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #Q2phT5zUS3DcQgaEJM0gNQKF4Jkx5Osu { display:none; }
#bXLSLrEGRLmMxTpZHtc8TdS8tlPQQ5y7 { 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; }#bXLSLrEGRLmMxTpZHtc8TdS8tlPQQ5y7 > .row .container { background-color: transparent; background-image: none; }#bXLSLrEGRLmMxTpZHtc8TdS8tlPQQ5y7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bXLSLrEGRLmMxTpZHtc8TdS8tlPQQ5y7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bXLSLrEGRLmMxTpZHtc8TdS8tlPQQ5y7 > .row .container > .video-iframe-container { display: none; }#bXLSLrEGRLmMxTpZHtc8TdS8tlPQQ5y7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bXLSLrEGRLmMxTpZHtc8TdS8tlPQQ5y7 > .row > .video-iframe-container { display: none; }#bXLSLrEGRLmMxTpZHtc8TdS8tlPQQ5y7 > .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); }#bXLSLrEGRLmMxTpZHtc8TdS8tlPQQ5y7 > .row .container { border-width: 0; border-radius: 0; }#bXLSLrEGRLmMxTpZHtc8TdS8tlPQQ5y7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bXLSLrEGRLmMxTpZHtc8TdS8tlPQQ5y7 > .row .container { font-size:0.875rem;font-family:arial;height:37.375rem;width:75rem;position:relative;display:block; }#MWC5JgQ0OeKryTV10IhXTDnPpLEqThmD { color:rgba(var(--color-tertiary-1),1);display:block;width:19.3125rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15043;line-height:1.6;letter-spacing:0;top:23.75rem;left:39.125rem;height:1.69921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#psAs243JMFBPSPD9NHKqvdiZa7EGtKQs { position:absolute;display:block;z-index:15106;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:1.875rem;width:5.4375rem;top:23.5rem;left:58.4375rem;overflow:hidden;display:block; }
#mTSPTSIgnWGBHolmpeTbReI6G6fv4qVI { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.125rem rgba(var(--color-tertiary-4),0.5) ;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:roboto;font-size:2.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:61.6875rem;height:10rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:12.75rem;left:7.0625rem;display:block; }
#p4w5esuLZ2X44Ab03yLHDwMxFLgzS20Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UsHGJWG4Smfr2TOy4zLbF0op8o2nmFmJ { color:rgba(var(--color-tertiary-1),1);display:block;width:18.6875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15042;line-height:1.6;letter-spacing:0;top:23.75rem;left:16.75rem;height:1.69921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#DW16gdhP23ewkDEBTZxcsoBm3RV8VPh9 { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:300;z-index:15044;line-height:1.6;letter-spacing:0;top:9.3125rem;left:7.9375rem;height:2.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#BVSfA1ZaAJIdhSk4b0zTAwhEQ4mhBugO { position:absolute;display:block;z-index:15107;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.125rem;top:23.5625rem;left:13.75rem;overflow:hidden;display:block; }
#vohyRnH9JlGTuit1PoFG7QwLNhdn6ZgG { color:#ff0000;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15042;line-height:1.6;letter-spacing:0;top:5.375rem;left:7.9375rem;height:4rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#uwcIJJ6QtwoJwgIfCE9x4XqfFo4BwFJW { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15043;line-height:1.6;letter-spacing:0;top:2.3125rem;left:7.9375rem;height:2.8994125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#eZRilFKr249MXI0v46F0cO1cqDB9BPK6 { color:rgba(var(--color-tertiary-4),1);display:block;width:54.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:27.125rem;left:10.8125rem;height:1.57421875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#U1JH1cMJWaU5w3HOq3C5o0JNJFp7z89c { box-sizing:content-box;height:30.9375rem;width:73.1875rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),0);background-image:none;top:0.625rem;left:0.9375rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0.375rem solid #ff0000;border-left:0.375rem solid #ff0000;border-right:0.375rem solid #ff0000;border-bottom:0.375rem solid #ff0000;box-shadow: 0.25rem 0.25rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#o3IL75e0kgTTGDoCkZBzW5hm72TJC9fB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/eRTgO6AZ/odwrotne_polkole_szare.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#o3IL75e0kgTTGDoCkZBzW5hm72TJC9fB.adaptive-delivery-prevent-bg, #o3IL75e0kgTTGDoCkZBzW5hm72TJC9fB.lazyload, #o3IL75e0kgTTGDoCkZBzW5hm72TJC9fB.lazyloading { background-image: none; }#o3IL75e0kgTTGDoCkZBzW5hm72TJC9fB > .row .container { border-width: 0; border-radius: 0; }#o3IL75e0kgTTGDoCkZBzW5hm72TJC9fB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o3IL75e0kgTTGDoCkZBzW5hm72TJC9fB > .row .container { font-size:0.875rem;font-family:arial;height:7.1875rem;width:75rem;position:relative;display:none; }#boppnnufSTe552017n1cIxmSdpCkNnR8 { 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; }#boppnnufSTe552017n1cIxmSdpCkNnR8 > .row .container { background-color: transparent; background-image: none; }#boppnnufSTe552017n1cIxmSdpCkNnR8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#boppnnufSTe552017n1cIxmSdpCkNnR8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#boppnnufSTe552017n1cIxmSdpCkNnR8 > .row .container > .video-iframe-container { display: none; }#boppnnufSTe552017n1cIxmSdpCkNnR8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#boppnnufSTe552017n1cIxmSdpCkNnR8 > .row > .video-iframe-container { display: none; }#boppnnufSTe552017n1cIxmSdpCkNnR8 > .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); }#boppnnufSTe552017n1cIxmSdpCkNnR8 > .row .container { border-width: 0; border-radius: 0; }#boppnnufSTe552017n1cIxmSdpCkNnR8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#boppnnufSTe552017n1cIxmSdpCkNnR8 > .row .container { font-size:0.875rem;font-family:arial;height:4.4375rem;width:75rem;position:relative;display:block; }#RpvzS7GEunKbNASiM2VIZD4HOXUJX37S { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.59304046630859rem;left:7.5rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #FADKO3wTGzRsbxFhol1TiKGzGxUJlSue { display:block; }#FADKO3wTGzRsbxFhol1TiKGzGxUJlSue > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T9Cao6HtgveqwbxvAPUMm4sEzXEf8OTF { top:1.625rem;left:17rem;width:13.75rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4GeXfsS9fQcS2moVkiBLyJ58rpzKpJ2 { width:26.0625rem;height:6.125rem;top:9.875rem;left:21.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeQPmRbxQwCZCEiq8h6EbKeMe5Vnwidd { top:28.375rem;left:0rem;width:46.875rem;height:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxTVft1sOpxQtlkH2UvtEzVPTKJe50sv { width:46.75rem;height:10rem;top:115rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TRl2P118CqJ6RCa7XFU0UJudw901PHdZ { display:block; }
 }@media only screen and (max-width: 763px) { #MhOHauWAuLT8JiXrh8IMonQpMUxcOzfP { width:35.1875rem;height:21.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QVAExEPn70Lwc21pDhuPLx5t6PbsCX6P { top:22.4375rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHftZgP0zqze74FoOzuznkPPqkmymHGI { display:block; }#IHftZgP0zqze74FoOzuznkPPqkmymHGI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fntdcxDch87vOioyE9FHOSWdsnKey1Sb { top:1.625rem;left:17rem;width:13.75rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaKEauq3xGy55B13plgGUCVwxtZhQTTh { width:26.0625rem;height:6.125rem;top:9.875rem;left:21.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQ1loKa4MVMvDP5xtCbDMklTusE2W2MR { top:33.5rem;left:0rem;width:46.875rem;height:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ed70wgON9Ht9TJx2RQvBUDmVkORQRHok { top:27.3125rem;left:0rem;width:44.1875rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVXLQZylGZZg6vAyyLk7S32s9TqAM2u1 { top:9.5625rem;left:0rem;width:0.3125rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUiLspfsbrOkNALfOs24xTVOsRUEUvKP { width:26.0625rem;height:6.125rem;top:9.875rem;left:21.0625rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wTUPONNTECHS2SQ8u3c1GZ946TH463iJ { top:9.5625rem;left:0rem;width:0.3125rem;height:21.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AEUTpRFXg0B1O3S6eTA6CTfXy0tg4rnF { display:block; }#AEUTpRFXg0B1O3S6eTA6CTfXy0tg4rnF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vo06XEmZuGpdV3xLDm27FDD0WOmopdS3 { top:16.75rem;left:0rem;width:47.75rem;height:16.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WH0cB0kEqJPs3hbTGIy4T3DKEyi9KSen { top:1.5625rem;left:0rem;width:34.9375rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #athcpXnoWTrHAqhCVZxCP90LE7LRhy6T { top:5.25rem;left:0rem;width:47.5rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqUiXt2AyT2mXQ1w0DLp5gVlaudrsrac { top:7.0625rem;left:0rem;width:47.75rem;height:4.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxz3FXb5s3MJ3fDe6Et8ON6GtiZagPxl { top:36.6875rem;left:0rem;width:47.625rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zb1MOC70GhbN9TzZpwm5xkbTMa0aZ0Ek { top:37.4375rem;left:0rem;width:8.25rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sv4zhJymdRaAomP2aioCTKt6W121z4tC { top:39.125rem;left:0rem;width:47.75rem;height:6.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8tVv1b7bPH4MlFu5856OtBLltAoI6Bm { top:48.4375rem;left:0rem;width:47.625rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGWqyW6AAfedrZ9vxmLT6OTqCDBl0Iaq { top:51.125rem;left:0rem;width:47.75rem;height:4.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXAzZA2PS59ATdrFRML29UELdGo0lDK6 { top:49.0625rem;left:0rem;width:8.25rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLaMv2vAGabKB8EFZRiDeZVxsUGoitvM { top:58.8125rem;left:0rem;width:47.625rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVhMUT0TvRd3Z8OvbUIG6An2lBT8vTgO { top:61.5rem;left:0rem;width:47.75rem;height:4.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOXWHZxzWJDsg7yUKUftdvGiTm9wfHAv { top:59.4375rem;left:0rem;width:8.25rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #olhR9agwlp2gW9KFBSzimwRQlCKuy00Q { top:88.1875rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EosmFvVGnH3bXOoeKGsvMRZq8pGKDMzh { top:70.375rem;left:0rem;width:47.75rem;height:16.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzIwAM6LTlGkV6GFrsirX4SRICUAGHkC { display:block; }#GzIwAM6LTlGkV6GFrsirX4SRICUAGHkC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p6eJcSWLXaZaNZBBNCP0Ad6JNqcN1Txa { top:2.4375rem;left:0rem;width:47.75rem;height:3rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvyS8F1ytgdBopBT1QxcyoiFsoSfdteI { display:block; }#hvyS8F1ytgdBopBT1QxcyoiFsoSfdteI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TFHP3h9NZ2WLttETIraTVW88qQBnlyU3 { top:2.375rem;left:6.40625rem;width:34.9375rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B35Nck9HaEVCz6fLmu91NUZ3eP7UT25Z { top:5.0625rem;left:6.40625rem;width:34.9375rem;height:2.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N02zm8TPf186JylR7yIsEBdiT0lTZWGO { top:9.0625rem;left:2.5rem;width:42.75rem;height:4.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ogr7OcOLMfm5MRZL7IQSZVK0DgcnHZ8M { top:15.625rem;left:4.5rem;width:38.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nL6KNeXToQweqTgu5OwQdpSQG2UT2icT { top:48rem;left:0rem;width:47.75rem;height:21.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAgdfhlkR4H8TlDSsaqdKKIwRU4obTHw { display:block; }#hAgdfhlkR4H8TlDSsaqdKKIwRU4obTHw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FHsTmnLchEhkki2saqEGX6s5To6shqcN { top:2.375rem;left:0rem;width:47.75rem;height:3rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyT2ORlutTXmJJyLX9QXXMQA6gtMBnFH { display:none; }#dyT2ORlutTXmJJyLX9QXXMQA6gtMBnFH > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RWFdBRQnyHFE6qXCKhZT20hNLULNQTPT { top:16rem;left:0rem;width:47.625rem;height:46.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8GzL9MpHkSZ3ATEqTq8lHKuiouRqkqi { top:18rem;left:0rem;width:20.375rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Im5HdsBkt0PicaQHff96V0rtVF0HdmGJ { top:2.375rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHbsTkS3KolBQdwTLiwtNNohmhRcpcVM { top:8.5rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g49JAoRNb931VilhWUxbgzGu8rWGEoT8 { top:19.875rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrUdd6JwUzIvkxmgTr71gzwMmrIl1abr { top:26.3125rem;left:0rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAXBEOFVpvICNSVuHMuNvxTohqhvqlp7 { top:25.1875rem;left:0.0625rem;width:47.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmqWWhI3fohORqWTtIo2Chn3UaWz7dye { top:26.5rem;left:0.5rem;width:1.3125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qODUeQFlblqPz8tfBGJd0KS4UedOCzX9 { top:26.5625rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnB9zZMfgmm5TfWx65Kc3WQTTtJm3Cx2 { top:29.125rem;left:3.25rem;width:44.25rem;height:5.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdcMvuMnQvC6CFr7owTNkUHnDire3fsd { top:40.75rem;left:3.25rem;width:44.25rem;height:5.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJK1zxQLIlqIJwyIhnt7XkTOXz340BXy { top:38.1875rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCOOoMVog76qeE2zUvttkcfb1yURivsd { top:37.9375rem;left:0rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6iCRkubAwHX366hmyTeUnfFwqorn82Z { top:38.125rem;left:0.5rem;width:1.3125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zU3HtR8Kr9qlRlVV3myV2HRrcee7vvTO { top:36.8125rem;left:0.0625rem;width:47.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHXlK7q88nZsTCkXnTSHehdZAOZTBfVE { top:52.25rem;left:3.25rem;width:44.25rem;height:7.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1MD4sExezgHf5VgFu7gxNr2SdCCuhrq { top:49.6875rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BW0DfD8TA0ThIRONxVOtrumXFmWoZnVT { top:49.4375rem;left:0rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCpy5PwvBU5gRJZiotTrtpPI17O8bmgT { top:49.625rem;left:0.5rem;width:1.3125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #roUxGEM1XFFJ7SHTwcrcgJp2p53C2L4Q { top:48.3125rem;left:0.0625rem;width:47.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #km0c6zXT4ENmIAJADyZmcweRwJILQDZ6 { top:64.9375rem;left:0rem;width:47.625rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBlxRTGHaUCC1BiobHOG8xfxab67Z5Zm { top:65.875rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNXbfsOqBAK98UMHOdi3IyJlbnBGNc5h { top:70.375rem;left:1.6875rem;width:44.25rem;height:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsSkohRx0ovtuiOU7ShdNpDE954nkdi2 { top:77.9375rem;left:0rem;width:47.75rem;height:5.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpk5qsdErPu2KrcsvbAJAqmBRtbTUeD6 { top:2.25rem;left:0rem;width:20rem;height:6.5rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dv9QDyBM4CcS8pAZFai7SIT0GL7DGfDX { top:10.25rem;left:0rem;width:20rem;height:6.5rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #eyXZOcXhBwX2bPtFTpax2KIkTCtJolIL { top:69.1875rem;left:0rem;width:20rem;height:3.5625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yoqU0XsSSp9x3St5eXb014qNHfVCgOF8 { display:none; }#yoqU0XsSSp9x3St5eXb014qNHfVCgOF8 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IXdVB8DnPJfPvcPBPQTDLqftiyrqhvbS { top:36.625rem;left:0rem;width:20rem;height:24.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQG5MIVoX1xFurapZbJOu0S5EUEMaZPg { top:28.125rem;left:0rem;width:20rem;height:6.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmAur37e6eoSV5DhBuo013NcmroWxDaf { top:86.0625rem;left:0rem;width:20rem;height:14rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfdTp2gO638tivsAMOuoL5USEHPMVp24 { top:75.8125rem;left:0rem;width:20rem;height:8.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4svdt0hT9RvaNZdVePuRTW1LgMiWvei { top:116.9375rem;left:0rem;width:20rem;height:15.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpvs1Co1ylIAOt8EGGaAuPxX8ySDbAfl { top:105.6875rem;left:0rem;width:20rem;height:8.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1KXFcNvF4qIM1M57JZgl6cWCnlkd8Ta { display:none; }
 }@media only screen and (max-width: 763px) { #RxtJwsutSlxwHGBFTUq99eLqTXTJlhf8 { display:none; }
 }@media only screen and (max-width: 763px) { #mzOlt4V1hZadPGdWAAuWvnf7d4aenMOD { display:none; }
 }@media only screen and (max-width: 763px) { #wJGDiB0NIyrM17f3PSDvEsggwVJmChoc { width:24.625rem;height:6.8125rem;top:18.9375rem;left:22.5625rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #fxcM97UP3wl4ol3tvDy8MpBiNwoPVaZb { top:97.125rem;left:0rem;width:20rem;height:8.4375rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rzmJLRhCbbn4qmQ1wXUawMsb21TrVhiu { display:block; }#rzmJLRhCbbn4qmQ1wXUawMsb21TrVhiu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KJ23PDv5HE7NdlaZsnd9H0ehCzVE1uI1 { top:2.25rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIIva0Ph2Tn4xJ5li3CJ0CKsc2HgaTkE { top:7.6875rem;left:0rem;width:47.75rem;height:4.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJ5BV0op6xTuGGAtu5JPp49Xoom9Gbc9 { top:8.1875rem;left:0rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhMxDITBw8hqLzKnrg9Rm3wwZyPX1zIw { top:13.625rem;left:0rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7CPeiW2qaLCKHmCGdB3x5kemcuG10D6 { top:18.9375rem;left:0rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3utOyBrEUqkUv55s7xaTKK9aTfGFuXq { top:23.875rem;left:0rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRlnG0wlDGKEpM3pOr9id3dEeOdyW3EC { top:13.125rem;left:0rem;width:47.75rem;height:4.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nvhz4y9ffTOaGpAtZouSGsXRPWWpK83Q { top:18.4375rem;left:0rem;width:47.75rem;height:4.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8uKAGUHVl2CNwsTMeF9WIb5C1wmFSnN { top:23.375rem;left:0rem;width:47.125rem;height:4.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNuAo2lagevKPsODETsQzgCSTZr9kUcr { top:39.25rem;left:0rem;width:47.75rem;height:4.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #angiCox4JMBMJLASTCFCaDG8w2M34WWp { top:33.8125rem;left:0rem;width:47.75rem;height:4.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #STRGTnzmLPBG8IiaApDhv1crufbyMugw { top:34.3125rem;left:0rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyoZJWkTZJh8S32xK14wLPzO9AoOHsw6 { top:39.75rem;left:0rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyG10ExVurVocNzUEpwSRytr2Ck7TDh3 { top:28.375rem;left:0rem;width:47.75rem;height:4.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhILWwJtDh7y5TZkdGZWchZ8CD7vD4fD { top:28.875rem;left:0rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #eotId99R8dCflzxcgQ8PW38Asr9NI2hK { top:0.8125rem;left:0rem;width:20rem;height:8.125rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ksqXN6lDp600VG8Sa3d9VQFICKyJLqi9 { top:45rem;left:0rem;width:47.75rem;height:4.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #khaBUDq1lJWt5QFyJmr3XRL0yhT6HhiO { top:45.5rem;left:0rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMX1RAzLwuz1ZoMH2ghXS4com1wb6JzN { top:50.5625rem;left:0rem;width:47.75rem;height:6.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oelVCz2KguApxp9ge1MWTyFkiTpt0R3w { top:51.0625rem;left:0rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEQbkw5EBtdbfdXHQTToBu63vrJPbF4U { top:85.1875rem;left:0rem;width:47.75rem;height:4.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpzWIcVKh5C5y0281z2BnoS5sa6Nrl9D { top:79.625rem;left:0rem;width:47.75rem;height:4.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDOF7lcb8SDKtEKMsTvS5f1V1SJw4cXA { top:73.875rem;left:0rem;width:47.75rem;height:4.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQFSW70AhQ1RmCXGl9dfq20mHqVcpp2N { top:68.4375rem;left:0rem;width:47.75rem;height:4.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPUQ4mw5IuwWEctxWU04JHc12eg538S4 { top:68.9375rem;left:0rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwJdFqZk4VaFAT66INTPewQ2GcEuig7T { top:74.375rem;left:0rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdDamXxKw6i3xTSv8QXUafJT5qb3ltOC { top:80.125rem;left:0rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxoGqEN9PqSEVId9SW2pJMPvDC3b3HdA { top:85.6875rem;left:0rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdwrZEiiOzQNaMT5e67VF633SnHise7G { top:63rem;left:0rem;width:47.75rem;height:4.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfbomrkAdoxJ6wxNp5Kurq5xxaWFlTCz { top:63.5rem;left:0rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFWrLB4RsfghTpGhsLGA5BQWxLTWytXJ { top:58rem;left:0rem;width:47.75rem;height:4.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIMwHrCHgfyMDDHSriEgxyRJbTHNz1Dc { top:58.5rem;left:0rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqrtHJv2wsHZimGxz3H5B0ELnHmHz1Ok { top:93.75rem;left:0rem;width:47rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGNhSqd7CeBcaanmquyq6Ta6rwhWmotE { width:46.75rem;height:10rem;top:105.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCMxSeNmEq47qlcV7xfcXIFVxoHJb0Tw { display:block; }
 }@media only screen and (max-width: 763px) { #bWUPi2NdrnfhUWgBw0ObDg3HUVLzHKnk { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #omunv1e2P3SQpAZ3p9RtMHfABBD0p58L { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dq2WCDqzqBq0Z7hTof9LEJMZAvhTJDq0 { top:102.875rem;left:0rem;width:47rem;height:25rem;display:none; }
 }@media only screen and (max-width: 763px) { #JELXWQyX9vOWWQhHIDTv92GthRaFA5iP { width:46.75rem;height:10rem;top:115rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wEMHUFxp3E8pNPfDqP2KTO5ExWzxMA8P { display:block; }
 }@media only screen and (max-width: 763px) { #QwhCuDLcXZWBNVrJTxbBT0vUfMQzvUMA { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aXd7qKcvoy7FUhz3CxZNRFadPqLN2hvH { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MxHA0pbREtdH3vS0ih0S7a6TLDfrpM3n { display:block; }#MxHA0pbREtdH3vS0ih0S7a6TLDfrpM3n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bmL6Moxyvc4AKhedcTgDl0PrLdsHhRTU { width:26.0625rem;height:6.125rem;top:9.875rem;left:21.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBIQ6DTT5AraQIbLypdROTmKNof15Krt { display:block; }#eBIQ6DTT5AraQIbLypdROTmKNof15Krt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EXOR6NxopuXqnbgaOFiUJkdS1Rh2wtWq { top:2.25rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwcFvsXmTsVGnrLmU6Rxq1FrW3ZSBk4X { top:16.8125rem;left:0rem;width:47.125rem;height:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tm7sSOrTH154HbAhbKidqv3kaefXQCqr { top:8.0625rem;left:0rem;width:47.75rem;height:4.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGwy9rkJ7FlkKJTP7pM6dl6fg7Oo4SWd { top:11.4375rem;left:0rem;width:19.5rem;height:14.4375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #aJdFkxKdtohdTWtRXQA7WyUGLyOGDwMv { display:block; }#aJdFkxKdtohdTWtRXQA7WyUGLyOGDwMv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J6BeXdsGfH4aA73rayWQy384nxMaNq7U { top:20.5625rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #loFwxxfQ8TT3DWm3uiTr5Z8V2panLqtS { top:23.75rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiRBB3obEqmyQDzPTHTqe1gT7OnAiZNP { top:30rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGG8dlLOqAToqqKv1QxWwrCEbpGx67bT { top:33.5rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPquVWsaKIsJ7TLv41QERlw4qqlFw8cA { top:39.6875rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0AqSxvEM53GCubm5JhpGBrbmWN4q9oZ { top:42.875rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrLmVdiMgml1TR0NQWbIueTCU3ci9hUW { top:8.25rem;left:0rem;width:47.75rem;height:41.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7cvFTZ8CJAGiT7rZcVTTsQAnPvRaGFE { top:1.75rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8kNJgTIh3PAsKU4bODWlWHlIuyNwGmb { top:10.875rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTIokBXhlLf8AFNmvPqOoaXAkQZFfsNJ { top:14.6875rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSzvM5UDOkgHSlxeCLx83kNPWVQdlBgF { display:none; }#lSzvM5UDOkgHSlxeCLx83kNPWVQdlBgF > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #k4deXys68F8TPyIsOFEVChqf1DCfpM14 { top:2.375rem;left:2.716796875rem;width:42.25rem;height:3.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWebFV2gc9MwZ8L1ZotnvVqNBoILPTmD { top:11.625rem;left:0rem;width:23.125rem;height:37rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6EGs0RlCaioPThW0biwrHqH3aig7ZbM { top:13.9375rem;left:0rem;width:22.4375rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dq0cHNTRsVmJzE2LxlDb9mQMD36mi6ES { top:27.4375rem;left:0rem;width:18.25rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJFS2NZ82W9chMgOmtL4IyD9RLtwbD5O { top:8.3125rem;left:14.5rem;width:18.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8EBhhn34JAlQuxKxFzbrayW8TzZLWqX { top:17.1875rem;left:0rem;width:18.8125rem;height:5.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUuClyJTBzhTyTG3QovRrQTld1zV25Up { top:11.625rem;left:12.3125rem;width:23.125rem;height:37rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyLbtECD4vTRaVMibO29rbXdO3rK570N { top:13.9375rem;left:12.6875rem;width:22.4375rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxTnsIznTLZ1fvr5DDskClgeJweMWVA8 { top:17.1875rem;left:14.4375rem;width:18.875rem;height:5.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSqeRS3PzRKkht2ZkfWW7i8gWyMWP2lO { top:27.4375rem;left:14.71875rem;width:18.25rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOAorXH44HDxLZdfTRyWD5yq22RkbhPt { top:11.625rem;left:24.625rem;width:23.125rem;height:37rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxK8HntaTqaM6g8wsNh2QXDHihtDxxEf { top:13.9375rem;left:25.3125rem;width:22.4375rem;height:3.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHwO9sIORnkrLSs0bsrdegFHwdVCAztR { top:18.875rem;left:27.375rem;width:20.375rem;height:5.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhNNxczHqn1O2rFsl7ZGfb5h0CmEOCS7 { top:27.4375rem;left:29.5rem;width:18.25rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBJhioi0EIsgBE3FMyLx5dDwbz3exTwD { top:51.75rem;left:24.625rem;width:23.125rem;height:37rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPQfWiHTcWELNsrThrfWy80MOxwIeLmS { top:67.625rem;left:27.75rem;width:18.25rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdmFQ8wofW6ZcXaRgF5H3b7lEoyEvtHa { top:51.75rem;left:0rem;width:23.125rem;height:37rem;display:block; }
 }@media only screen and (max-width: 763px) { #csnIGM8TeUdhd04yQ8M9kEE6wadbf0Pp { top:59.0625rem;left:26.6875rem;width:20.5rem;height:5.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nk9GubS3t5cXR3XJSRr1z9DV6D5uFZ1U { top:67.625rem;left:1.8125rem;width:18.25rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlUedUCHk65yg67c83rL5Oyk5DeaFULd { top:59.0625rem;left:0.75rem;width:20.375rem;height:5.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #esTlU90NFUaDPksgsa15Rn4A8ZKPlaog { top:54.0625rem;left:26.9375rem;width:19.8125rem;height:3.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9UcCC7s6UkmLJhT5rK0WTeb1OzXDrO3 { top:54.0625rem;left:0rem;width:22.375rem;height:3.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNTZptZiFXaRBaDICDTu1xfbL84b9MJL { top:100rem;left:0rem;width:20rem;height:3.5625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FDd25McmlAwWF2L6wq8zT0h3G3cNKqdH { display:block; }#FDd25McmlAwWF2L6wq8zT0h3G3cNKqdH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t92ZJRprqW2NNwn5DWvQU1ln9daUNnNR { width:17.625rem;height:3.4375rem;top:31.5rem;left:4.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTVWENGO0zhr0P1Z92xuFr6m8UI5qtwe { display:block; }#sTVWENGO0zhr0P1Z92xuFr6m8UI5qtwe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mvLedfcaIaQmkBJkTDuqSB6z55JqLgL5 { top:1.1875rem;left:0rem;width:47.5rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HscByxoxhtZ52gb50utzUohRsCXbaDkW { width:39.75rem;height:;top:2.6875rem;left:4rem;font-size:1.125rem;display:block; }#HscByxoxhtZ52gb50utzUohRsCXbaDkW li:before{  }
 }@media only screen and (max-width: 763px) { #U9WOOUpc8iPXczRV7UtNyrZyKFrrzyPh { display:block; }#U9WOOUpc8iPXczRV7UtNyrZyKFrrzyPh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jz8SZRXB1UMMAeUTFVLEP7WTzaMga8L7 { width:17.625rem;height:3.4375rem;top:31.5rem;left:4.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahUzxiz6pT15fNS3D361SMWaQiyG85vl { display:block; }#ahUzxiz6pT15fNS3D361SMWaQiyG85vl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DUEtQAgyTT8wiJgl2vzfQMwRD5vyh0iM { width:17.625rem;height:3.4375rem;top:31.5rem;left:4.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBzgRLwCXAxCFiRu22vnQGtc3IbMvzaC { width:17.625rem;height:3.4375rem;top:31.5rem;left:4.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOBdL9QTifpvkx6txkmctm7t13dXxHee { width:17.625rem;height:3.4375rem;top:31.5rem;left:4.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vp0nNchhi01aUsr6PldltomXC8PI9T6S { width:17.625rem;height:3.4375rem;top:31.5rem;left:4.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmTgAJVw2XMlZ8uChuAM8S9rvFJSRBlI { width:17.625rem;height:3.4375rem;top:31.5rem;left:4.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nK5fhoHCwNM6WKqurNmo1rIHfqOSIkBO { width:17.625rem;height:3.4375rem;top:31.5rem;left:4.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIsKrepI3VNVIsiprA4P3Nbg3sTNoFix { width:17.625rem;height:3.4375rem;top:31.5rem;left:4.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lysUn29pA8kPg5PecHNJ8RpTuDT04VJC { width:17.625rem;height:3.4375rem;top:31.5rem;left:4.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxyCiPItl9vTKqTBetOGxGTdkQHrTz55 { display:block; }#NxyCiPItl9vTKqTBetOGxGTdkQHrTz55 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ITWeBDPatyk9gWzpkspSuKzSg0TxD6bN { width:17.625rem;height:3.4375rem;top:31.5rem;left:4.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8u8efbViBvN3zbohEIgJSGQKTKDRAGr { width:17.625rem;height:3.4375rem;top:31.5rem;left:4.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xg6a0EQUUDzFoUaXnAk7IvarpKxe2Idk { width:17.625rem;height:3.4375rem;top:31.5rem;left:4.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9QNSgw0iiGLw35Fc2Eirz9lPobJuulQ { width:17.625rem;height:3.4375rem;top:31.5rem;left:4.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDnrkm9AB22P6DTaqH7KTJyqPCiDpXi7 { width:17.625rem;height:3.4375rem;top:31.5rem;left:4.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyHHJWimpv58r9pVX2k0hgfiLXTJ9iIJ { width:17.625rem;height:3.4375rem;top:31.5rem;left:4.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCkltLCLuEHWsXy8LMf5rydD17d24FtT { width:17.625rem;height:3.4375rem;top:31.5rem;left:4.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClFuq5tN2Oyrpcv8K9uaI1JrhQNyvRSa { width:17.625rem;height:3.4375rem;top:31.5rem;left:4.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCdIWTcEcAyuoM9LuOAAwR03O3vSGSXM { display:block; }#zCdIWTcEcAyuoM9LuOAAwR03O3vSGSXM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qykNpOnxRpyII4Wo6aZR4KCbb4oEAB8T { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDclNT76garEyUkaX44uL1spaptuz0vA { top:23.5rem;left:42.375rem;width:5.375rem;height:1.8536144619863rem;display:block; }
 }@media only screen and (max-width: 763px) { #r97JMhR0uKxTzm6blL0BO4q1zODVeKea { width:46.75rem;height:10rem;top:12.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqtSLCFaFJgsqDNVy1IEbA5HgUUPH2mV { display:block; }
 }@media only screen and (max-width: 763px) { #wULNDFX8f1OTTd3kVloJ4NbTdTHBGy85 { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtdOIZEr4DuESD9SigwAwA4d6UV4Fo4q { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dthhV3wm7WlCirNy3KzxRZpDuepKS33z { top:23.5625rem;left:0.125rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrXzhuly0XTLFAeT1hKSp8cTKW2K9WkC { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqu131MzmAeibbXz5Ru4oPmeKvgpJvW4 { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iz7WKTylWWvU2gG6NmFz5cSBN0VLq9X3 { top:27.125rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylUbEGvQWAS7KHItXt7Xp2WQPsabRX1M { top:0.625rem;left:0rem;width:47rem;height:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rG3qCboB7XMHcuu3Js3m1HCzT6b3UqVg { display:none; }#rG3qCboB7XMHcuu3Js3m1HCzT6b3UqVg > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #x3MvVNzyGJRO2AP21eHEoFFDTTdqNQ1h { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDne4AT2IsghUtPl8sfDMNP4ezDdN9Na { top:23.5rem;left:42.375rem;width:5.375rem;height:1.8536144619863rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1uWym6tXRp492R5L0EXeFUJLT2KBvip { width:46.75rem;height:10rem;top:12.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUanmB7LsV93Li7qGtRTlV4NudlO1tbn { display:block; }
 }@media only screen and (max-width: 763px) { #HKr60JxF1I8hM0LsaEmBVhv4REmDURdQ { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQlNxdTzoJb5pwHNThIKBw0ousJhT5hy { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDdfseoX3aLFpZn9PlTi5qTl6DPTnryt { top:23.5625rem;left:0.125rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKdlV5zT5NCz32IhC9Ssn2Ms7MhAlXvO { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTx0qlcDtH9tof7Ri3h9v0n06WFwAgD6 { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPfWgks2KWsSoz8B81hGi90iTZUevfwL { top:26.625rem;left:0rem;width:18.625rem;height:2.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoGlRoaOIB7De7iv7KGMDWdqHBPlgaKN { top:0.625rem;left:0rem;width:47rem;height:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbJB9RcJGylOGMHPkW4NMO3r1g1S9Gpu { display:block; }#hbJB9RcJGylOGMHPkW4NMO3r1g1S9Gpu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #abWfK3WvAo9ihPdRRCktN7NFpmQ2QneN { width:17.625rem;height:3.4375rem;top:31.5rem;left:4.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qo174X9oQH0GWBXAaD70yOG5P36boSnD { display:block; }#Qo174X9oQH0GWBXAaD70yOG5P36boSnD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q9gbru1H99874LPnH4hRCJpAoz8c5mC1 { top:2.375rem;left:2rem;width:11.9375rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rX4W0A0nam00J19TVekd16sKszVO1xB7 { width:17.625rem;height:3.4375rem;top:31.5rem;left:4.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xz0B9tXoTRprAFtnFDmJQMvQ0O5hZUPr { top:2.375rem;left:33.875rem;width:11.625rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFuN9nyN9y57hQ5oFcrONMepqR8CV0Et { width:17.625rem;height:3.4375rem;top:31.5rem;left:4.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sD0Z9iJL4uJC0LceQBBR34Dbu3fINolv { top:2.3125rem;left:18rem;width:11.1875rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VN233RAAlxkW79qFWNVTQR0wUgR0xIyp { width:17.625rem;height:3.4375rem;top:31.5rem;left:4.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqTXMVl7PaqF8WAIFGz6BPQqLD17A0Qi { display:block; }#zqTXMVl7PaqF8WAIFGz6BPQqLD17A0Qi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uUWWr6voNNt7btwuayRI1ZnlckmQBLOE { width:17.625rem;height:3.4375rem;top:31.5rem;left:4.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3TqX0u6n6X7GZoLi2vgwhRvS9Suqxkz { display:block; }#K3TqX0u6n6X7GZoLi2vgwhRvS9Suqxkz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #arQsqs1X4TeguIETNBqRHZOHksML9MTL { width:17.625rem;height:3.4375rem;top:31.5rem;left:4.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUWimXgyVCu7Xtc08Ii0ohu0wGQL4aMi { display:block; }#wUWimXgyVCu7Xtc08Ii0ohu0wGQL4aMi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fLD94gQ3mQi2VSPgvef2gGgKecOM4Myw { width:17.625rem;height:3.4375rem;top:31.5rem;left:4.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaW8PcCS4LUrbyJw5MXmrHTxgC3tHarM { display:block; }#NaW8PcCS4LUrbyJw5MXmrHTxgC3tHarM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wTV3ftyvMIZ4spUJ3FDRJL5UOPIUvNPV { top:1.25rem;left:0rem;width:28.75rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMC1ZDtP4qEiIhD7ZaOQCgAg0Amh7RHa { top:1.25rem;left:18.875rem;width:28.75rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuSpFpSUDz0iypKebFTEZRs31KrKuPKR { display:block; }#AuSpFpSUDz0iypKebFTEZRs31KrKuPKR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q2ePJ0HIOWLF3ST8KiSyzbUonPilp6c9 { top:0rem;left:0rem;width:28.75rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDq8U99Hacxs3bmeKkxrI4W3O7yBq9s2 { top:0rem;left:18.875rem;width:28.75rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxnvwMzTAsVlmtoINRkTLBGko9x7kcrw { display:block; }#sxnvwMzTAsVlmtoINRkTLBGko9x7kcrw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nQq39zViFVeJc0aO3TsTx4NdLe7RX2M3 { top:0rem;left:0rem;width:28.75rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZ2ToVtpCS3JlP5g77pECB4cwe2UrWnO { top:0rem;left:18.875rem;width:28.75rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1SP7ZBpn1gTtrpTTQarTnBBcFcyWvDc { display:block; }#l1SP7ZBpn1gTtrpTTQarTnBBcFcyWvDc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kTDTvPC4kwbwg5mIdxf7SEAFfEOZE0OP { top:0rem;left:0rem;width:28.25rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpoWN6CD4UA1SAMyzdXydSib8O4EOqKo { top:0rem;left:18.875rem;width:28.75rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGuOMbNyy5niqVhizSmSwWEbc9FR0ibf { display:block; }#cGuOMbNyy5niqVhizSmSwWEbc9FR0ibf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L3bFq39VqT1CWO2UQLpNX25tmI846ZsE { top:0rem;left:0rem;width:28.25rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #emqEcL4CCmBOcMgCJ1yQSUygqLNiB3JK { top:0rem;left:19.375rem;width:28.25rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwrUZi1XxT4SmWvMbadJMcAN2u2F2H9U { display:block; }#JwrUZi1XxT4SmWvMbadJMcAN2u2F2H9U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XMtJsUceo909kTLfhkk5O9k96CFazEB3 { top:0rem;left:0rem;width:28.1875rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBoP2q6ITcTpmIoqWV2LZGsmKbbKFLpn { top:0rem;left:19.4375rem;width:28.1875rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGv9I5s360T1BeTDh1hazp20lz0gxPoR { display:block; }#JGv9I5s360T1BeTDh1hazp20lz0gxPoR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FUeZTXAh1mHovJb0XtbXZ1FLirg5lhJJ { top:2.4375rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFoKVLQa7zIgsXwczo9qCzoywTrxeZfv { display:block; }#kFoKVLQa7zIgsXwczo9qCzoywTrxeZfv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v42ZrO6x8x8poCUmzxuCZ0OKAxMLS4Jr { top:3.6875rem;left:0rem;width:47.75rem;height:89.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaZnN1dt3TMeTkybia8kJcRVbFeFE73f { top:42.25rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qB1VQO64ihosMTtLGRgs5eQyvydt24zK { top:42.25rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilb5FTId7AbA4N9qGAfRAS86H4o5n3x3 { top:45.25rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnG01vvJST76TbE08XgkQVLdOcJDDf4X { top:45.25rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDPp5MCH0zMlTiwTTvCnhBdB9dsMFMNs { top:51.4375rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVyJc7Bg0H2KtAhDpd5mGSCxWTgcJXuy { top:51.4375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCvUn1SAs1lPXph96Mv2KPSr9TFilzbe { top:48.3125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X42nfxX9tPyyQ1llarTJXArx12iZkoDI { top:48.3125rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtyMm1XLpKWJdX6pVVpM4ho0rC8tpPk1 { top:57.625rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVhlryvmz1sw5LBmGyuedykSXNWqkT82 { top:57.625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJAL2wIHySBgeQqSWVdlq39SmDaCTs6K { top:54.5625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfiETn7ghMVB0h2JbdGsxn8uTIITDRLb { top:54.5625rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBmprSfO5Nc1cLrWWwF9htxtgp2vVKw1 { top:7rem;left:0rem;width:47.75rem;height:26.74rem;display:block; }
 }@media only screen and (max-width: 763px) { #InwX6ENGaORbq3rNhFuzcXszfUHtDRW5 { top:60.75rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgiL0Ok9ipPGHWTvDrFMhqoM294Nbhui { top:60.75rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcS2GC0ZCkmnHFZZkeLELP2X8SeRoubx { width:46.75rem;height:10rem;top:74.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCSsKN92EkTQGCSEmrWRcCfmHfBhPvis { display:block; }
 }@media only screen and (max-width: 763px) { #d0LFl5nTS51EGlMh2asSzLTPi4yHl8zK { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkOolMBK6xC1uZqLsq1GyG9rp2Jkz12f { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeBS9pKJFQu8pfuHoprVMtygoTP0QOLQ { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLnNNFCIS49oLJlqJoCDxKJcZU8tT8WD { top:85.4375rem;left:42.3125rem;width:5.4375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Auz1umUC9XAG88CcWZCT3JJvcfgV2Xz3 { top:85.5625rem;left:0.0625rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxDvhPwIAagEL6xNOuB0MB3O5QUAHeLu { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ep4CVqSTnNy9A4idsKcwVPcmIpQMGRLa { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHrBeibpSC4mJFzlthFMMXD8bTe11mrO { top:89.125rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8ngleIWCTTWEICE5MdMAghPTKiw5Dk3 { display:none; }#X8ngleIWCTTWEICE5MdMAghPTKiw5Dk3 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Hir3sFZpy9WR1zlBhATemX3hQ1TGBfqA { top:56.125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPzPSaKDPGCagTiKQRiccSNw23COTJ8t { top:29.5625rem;left:0rem;width:14.875rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zo2mb71TvPVutiAKkPCe0n3ikgdWglpL { top:59.125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1lxT4JaeAv557uh8Ei7cqcoMfOcXQox { top:22.375rem;left:0rem;width:15.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqWeU0QPvsHWUPEDwbsu0LQJraVPHkXH { top:46rem;left:0rem;width:16.4375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGHi22CWBT8XtTUByIvipWNphWz4tOHt { top:65.3125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrtCJJRWdO90uUyeSagneaoOrWTD7U2S { top:62.1875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tV6UHpCUsH9SlUIERVII9xZatZ2BWzO4 { top:41.5625rem;left:0rem;width:14.1875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXJta3MLkRaekOy8cTayDXN2GuAsbzLw { top:50.4375rem;left:0rem;width:16.4375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVWmoTmxo3yvmNiWpAzmDcc8I4zAuhuR { top:71.5rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #btiK5znkSZIPqlrsPQGzFuRLlqghxesi { top:13.5rem;left:0rem;width:39.6875rem;height:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohbTWDiPGTPB7aw4T0CtcQ1CHWJmIbyB { top:54.875rem;left:0rem;width:13.1875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsIrytc4cUMrsdT45ZZmeLu7uRxgVb3A { top:74.625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qH6cVyiOXfbdbZFL91XcqnMa8QDJTex1 { top:60.3125rem;left:0rem;width:14.125rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2LHGggoJsLhn1gSVxC3Emf5vLhDpMGH { top:77.8125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pw8H8JXSBcw0QoT0ZiO0gtbBzL9HISAB { width:46.75rem;height:10rem;top:92rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTlsoEyXMiPX5r6QKSVPh0By8hmz9Txl { display:block; }
 }@media only screen and (max-width: 763px) { #rOCwox4qMTkP5S8GXMWbr5KuRPZUNl9s { top:64.0625rem;left:0rem;width:14.125rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TBo0b9JRedWL7RuNVTKLeiug9AGhzwir { top:77.8125rem;left:0rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dM1DsTkbSiPDSWQobfMV3HI56nMSZgX3 { top:34.875rem;left:25.8125rem;width:21.6875rem;height:19.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RTC2l5wQdfiM0bnkfu3tyVBb760glqyE { top:28.1875rem;left:25.8125rem;width:21.9375rem;height:6.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yzBidx3pSWvMJbJgduyF4D6ErGIfE5nn { top:4.5rem;left:0rem;width:17.125rem;height:3.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #UTE19ElsZ1mciKwdWOS9NDB9Ji2VpQNN { top:118.9375rem;left:0rem;width:47.75rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ugpxamqR75yqtIDTeMXMTS7m2sFzMxfa { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #finRz3MBHgJpnRsrhBUKNx099wwTgKS5 { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gL20pyDfbWLiWFiWTMrAnz0uHMnVsqVx { display:none; }
 }@media only screen and (max-width: 763px) { #tV8XnFANfzmIwe22nR1Oz36u37sggGlN { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IvP0L6bx0NXvl55cRrdqyh2WfyA8IbT5 { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bqX8l2iJHnT4BnBnTqFRGw3qqa0WPB8d { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zXQAg9c9O6XRDnivll0pusoLduPHNU20 { width:46.75rem;height:10rem;top:12.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #daXq0OPOGmtcgkgW6yIUPavlPSAHFv6A { display:block; }
 }@media only screen and (max-width: 763px) { #Cp118KT8feOFVUlsiroxnV2NhpdC8eqa { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kE0qcSMulGhpzvpOkkmtDVObKRcVQ2HJ { top:23.5625rem;left:0.125rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eKqHJXeBtH7m160HThLuKv62px5B8Bny { top:23.5rem;left:42.375rem;width:5.375rem;height:1.8536144619863rem;display:none; }
 }@media only screen and (max-width: 763px) { #nWf7Aadfqx4t6tP5eKE8LwRXaTBEu8Am { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CHNbgH57fsuRREJmUJJrI9ie2xHJt80l { top:118.9375rem;left:0rem;width:47.75rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HWwOREk3HG33LKxxzWen5ebUFvyZABTB { top:93rem;left:0rem;width:18.625rem;height:2.25rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eMcSurqEfrRrco2DTK9wSHI656yzaB20 { display:block; }#eMcSurqEfrRrco2DTK9wSHI656yzaB20 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wAQJ4daH8oTLI15oE3CyG9PaugG7uiIE { top:4.625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVbm41nTMevRiTR7yd1738lkmvNKFTqi { top:10rem;left:0rem;width:47.75rem;height:18.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIExN5GL1Gc4BQXNO2r9PB84rROwvFaQ { display:block; }#gIExN5GL1Gc4BQXNO2r9PB84rROwvFaQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sQPQKQ5pmpJ8cfST6NMLIlxXfTOihZfV { top:2.8125rem;left:6.3431720733644rem;width:35rem;height:3.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc { display:flex;height:auto;width:27.8125rem;top:32.375rem;left:6.3421516418456rem; }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #td52KtyHf0CC1DL1AaCOmebeEdObAWko {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #VKvfCd9PXp85D9nheEmL3iTDoRAneotT {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #DR1Gk7K0szMbNv7VpwC9XlKffAUTNkdp {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #PLAc3T7naH8E0NEgCRpQTthHq8Z2RMkS {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #h1O7lmn47WHxOoMbSdF3Z2kA2zZzRPA7 {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #fVoi9wJsntiIgNAks3Dae0zQqC8XSDqE {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #JwTGtCkmBVFgghAVK3SVHqwsxO3L1v9e {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #b6yFssLx21lhMf9lLu4Ef9T6ghvEmdNG {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #L5xJqx1LJInEGBLs8V3dRWLshrOTVUWZ {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #JzNAhPRt5L1TaD1Fdh2zvzenh1BCglTm {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #TivlZTRarehxK0FToxSkNaXoiZMhlPZw {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #onCKeZGh5feiZOgKQBUmbt6kg3DCNSvT {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #ogaxNb59A8yrz1DxomcrUaL8RVTXWTPm {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #iKdL7QZMEO32MmmfZHfh8vAzTe2uh7SB {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #OmdGcQQabS9QuhmqXTIGZxT0NpyhWzTE {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #WzsesZX0boSoMFGTTSLhbhDMhZP4Ne0R {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #WH9nUd4JEbbDVL3dAvRl14gnAfKQmeTf {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #CJxP6ae2LVbRXQe5DuCW5s1fLSXeKNvt {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #BcE89FEIQWwR83bm41aWh9DgSH2ooEbX {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #vVV9zIGqxWJ13CKZq7ysxMT4IMNGouxm {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #kTwnPyt1vZwat1i6FISNwlXL67X7HyNt {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #AqTNkqkeb0cyDCZQBx2OAgCPGezDUMhy {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #s2Kh9SxLVM9KHrXoJLsNmTumNxVu3Kmi {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #F42ohgAyS0Pf7u73xSS3XNO9pLvWyJOm {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #Q2phT5zUS3DcQgaEJM0gNQKF4Jkx5Osu {  }
 }@media only screen and (max-width: 763px) { #bXLSLrEGRLmMxTpZHtc8TdS8tlPQQ5y7 { display:block; }#bXLSLrEGRLmMxTpZHtc8TdS8tlPQQ5y7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MWC5JgQ0OeKryTV10IhXTDnPpLEqThmD { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #psAs243JMFBPSPD9NHKqvdiZa7EGtKQs { top:23.5rem;left:42.375rem;width:5.375rem;height:1.8536144619863rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTSPTSIgnWGBHolmpeTbReI6G6fv4qVI { width:46.75rem;height:10rem;top:12.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4w5esuLZ2X44Ab03yLHDwMxFLgzS20Q { display:block; }
 }@media only screen and (max-width: 763px) { #UsHGJWG4Smfr2TOy4zLbF0op8o2nmFmJ { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DW16gdhP23ewkDEBTZxcsoBm3RV8VPh9 { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVSfA1ZaAJIdhSk4b0zTAwhEQ4mhBugO { top:23.5625rem;left:0.125rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vohyRnH9JlGTuit1PoFG7QwLNhdn6ZgG { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwcIJJ6QtwoJwgIfCE9x4XqfFo4BwFJW { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZRilFKr249MXI0v46F0cO1cqDB9BPK6 { top:27.125rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1JH1cMJWaU5w3HOq3C5o0JNJFp7z89c { top:0.625rem;left:0rem;width:47rem;height:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3IL75e0kgTTGDoCkZBzW5hm72TJC9fB { display:block; }#o3IL75e0kgTTGDoCkZBzW5hm72TJC9fB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #boppnnufSTe552017n1cIxmSdpCkNnR8 { display:block; }#boppnnufSTe552017n1cIxmSdpCkNnR8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RpvzS7GEunKbNASiM2VIZD4HOXUJX37S { top:0.5625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #FADKO3wTGzRsbxFhol1TiKGzGxUJlSue { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/d41GddHY/polkole.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:none; }#FADKO3wTGzRsbxFhol1TiKGzGxUJlSue.adaptive-delivery-prevent-bg, #FADKO3wTGzRsbxFhol1TiKGzGxUJlSue.lazyload, #FADKO3wTGzRsbxFhol1TiKGzGxUJlSue.lazyloading { background-image: none; }#FADKO3wTGzRsbxFhol1TiKGzGxUJlSue > .row .container { width:20rem;height:71.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #T9Cao6HtgveqwbxvAPUMm4sEzXEf8OTF { width:9.375rem;height:2.8125rem;top:1.6875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4GeXfsS9fQcS2moVkiBLyJ58rpzKpJ2 { width:20rem;height:10.9668125rem;top:10.8251953125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeQPmRbxQwCZCEiq8h6EbKeMe5Vnwidd { width:20rem;height:11.875rem;top:63.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NxTVft1sOpxQtlkH2UvtEzVPTKJe50sv { width:17.3730625rem;height:8.75rem;top:36.75rem;left:1.3125rem;font-size:1.375rem;z-index:15070;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #TRl2P118CqJ6RCa7XFU0UJudw901PHdZ { display:block; }
 }@media only screen and (max-width: 763px) { #MhOHauWAuLT8JiXrh8IMonQpMUxcOzfP { top:23.1875rem;left:0rem;width:19.625rem;height:11.75rem;z-index:15071;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QVAExEPn70Lwc21pDhuPLx5t6PbsCX6P { width:20rem;height:0;top:46.75rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IHftZgP0zqze74FoOzuznkPPqkmymHGI { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/d41GddHY/polkole.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#IHftZgP0zqze74FoOzuznkPPqkmymHGI.adaptive-delivery-prevent-bg, #IHftZgP0zqze74FoOzuznkPPqkmymHGI.lazyload, #IHftZgP0zqze74FoOzuznkPPqkmymHGI.lazyloading { background-image: none; }#IHftZgP0zqze74FoOzuznkPPqkmymHGI > .row .container { background-color: transparent; background-image: none; }#IHftZgP0zqze74FoOzuznkPPqkmymHGI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IHftZgP0zqze74FoOzuznkPPqkmymHGI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IHftZgP0zqze74FoOzuznkPPqkmymHGI > .row .container > .video-iframe-container { display: none; }#IHftZgP0zqze74FoOzuznkPPqkmymHGI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IHftZgP0zqze74FoOzuznkPPqkmymHGI > .row > .video-iframe-container { display: none; }#IHftZgP0zqze74FoOzuznkPPqkmymHGI > .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); }#IHftZgP0zqze74FoOzuznkPPqkmymHGI > .row .container { width:20rem;height:35.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fntdcxDch87vOioyE9FHOSWdsnKey1Sb { width:9.375rem;height:2.8125rem;top:1.6875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaKEauq3xGy55B13plgGUCVwxtZhQTTh { width:20rem;height:0;top:9.3251953125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QQ1loKa4MVMvDP5xtCbDMklTusE2W2MR { width:20rem;height:11.875rem;top:21.125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ed70wgON9Ht9TJx2RQvBUDmVkORQRHok { width:18.25rem;height:1.875rem;top:17.4375rem;left:1.5625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xVXLQZylGZZg6vAyyLk7S32s9TqAM2u1 { width:0.3125rem;height:21.875rem;top:3rem;left:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vUiLspfsbrOkNALfOs24xTVOsRUEUvKP { width:17.5625rem;height:10.56153125rem;top:6.4375rem;left:1.5625rem;text-align:left;text-align-last:left;font-size:1.625rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #wTUPONNTECHS2SQ8u3c1GZ946TH463iJ { width:0.1875rem;height:13.4375rem;top:6.125rem;left:0.625rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #AEUTpRFXg0B1O3S6eTA6CTfXy0tg4rnF { display:block; }#AEUTpRFXg0B1O3S6eTA6CTfXy0tg4rnF > .row .container { width:20rem;height:116.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vo06XEmZuGpdV3xLDm27FDD0WOmopdS3 { width:20rem;height:24.375rem;top:14rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WH0cB0kEqJPs3hbTGIy4T3DKEyi9KSen { width:20rem;height:2.11230625rem;top:1.125rem;left:0rem;font-size:1.625rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #athcpXnoWTrHAqhCVZxCP90LE7LRhy6T { width:19.75rem;height:7.6875rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqUiXt2AyT2mXQ1w0DLp5gVlaudrsrac { width:18rem;height:6.375rem;top:5.78125rem;left:1rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cxz3FXb5s3MJ3fDe6Et8ON6GtiZagPxl { width:19.875rem;height:17.5625rem;top:39.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zb1MOC70GhbN9TzZpwm5xkbTMa0aZ0Ek { width:8.25rem;height:1.59375rem;top:40.9375rem;left:1.3125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Sv4zhJymdRaAomP2aioCTKt6W121z4tC { width:18.6875rem;height:13.125rem;top:43rem;left:1.3125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #t8tVv1b7bPH4MlFu5856OtBLltAoI6Bm { width:19.875rem;height:11.8125rem;top:58.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGWqyW6AAfedrZ9vxmLT6OTqCDBl0Iaq { width:18.375rem;height:7.5rem;top:61.875rem;left:1rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CXAzZA2PS59ATdrFRML29UELdGo0lDK6 { width:8.25rem;height:1.59375rem;top:60rem;left:1rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GLaMv2vAGabKB8EFZRiDeZVxsUGoitvM { width:19.875rem;height:13.5rem;top:72.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVhMUT0TvRd3Z8OvbUIG6An2lBT8vTgO { width:18.125rem;height:9.375rem;top:75.4375rem;left:0.9375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LOXWHZxzWJDsg7yUKUftdvGiTm9wfHAv { width:8.25rem;height:1.59375rem;top:73.3125rem;left:1rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #olhR9agwlp2gW9KFBSzimwRQlCKuy00Q { width:20rem;height:5.625rem;top:108.5625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EosmFvVGnH3bXOoeKGsvMRZq8pGKDMzh { width:20rem;height:21rem;top:87.5625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GzIwAM6LTlGkV6GFrsirX4SRICUAGHkC { background-color:#1b3980;background-image:none;display:block; }#GzIwAM6LTlGkV6GFrsirX4SRICUAGHkC > .row .container { background-color: transparent; background-image: none; }#GzIwAM6LTlGkV6GFrsirX4SRICUAGHkC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GzIwAM6LTlGkV6GFrsirX4SRICUAGHkC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GzIwAM6LTlGkV6GFrsirX4SRICUAGHkC > .row .container > .video-iframe-container { display: none; }#GzIwAM6LTlGkV6GFrsirX4SRICUAGHkC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GzIwAM6LTlGkV6GFrsirX4SRICUAGHkC > .row > .video-iframe-container { display: none; }#GzIwAM6LTlGkV6GFrsirX4SRICUAGHkC > .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); }#GzIwAM6LTlGkV6GFrsirX4SRICUAGHkC > .row .container { width:20rem;height:8.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p6eJcSWLXaZaNZBBNCP0Ad6JNqcN1Txa { width:20rem;height:6.3369375rem;top:1.0810546875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hvyS8F1ytgdBopBT1QxcyoiFsoSfdteI { display:block; }#hvyS8F1ytgdBopBT1QxcyoiFsoSfdteI > .row .container { width:20rem;height:102.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TFHP3h9NZ2WLttETIraTVW88qQBnlyU3 { width:20rem;height:1.94921875rem;top:1.875rem;left:0rem;font-size:1.5rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B35Nck9HaEVCz6fLmu91NUZ3eP7UT25Z { width:20rem;height:2.11230625rem;top:4.625rem;left:0rem;font-size:1.625rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N02zm8TPf186JylR7yIsEBdiT0lTZWGO { width:20rem;height:7.5rem;top:8rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ogr7OcOLMfm5MRZL7IQSZVK0DgcnHZ8M { width:20rem;height:21.75rem;top:17.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nL6KNeXToQweqTgu5OwQdpSQG2UT2icT { width:20rem;height:27rem;top:73.75rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hAgdfhlkR4H8TlDSsaqdKKIwRU4obTHw { background-color:#1b3980;background-image:none;display:block; }#hAgdfhlkR4H8TlDSsaqdKKIwRU4obTHw > .row .container { background-color: transparent; background-image: none; }#hAgdfhlkR4H8TlDSsaqdKKIwRU4obTHw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hAgdfhlkR4H8TlDSsaqdKKIwRU4obTHw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hAgdfhlkR4H8TlDSsaqdKKIwRU4obTHw > .row .container > .video-iframe-container { display: none; }#hAgdfhlkR4H8TlDSsaqdKKIwRU4obTHw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hAgdfhlkR4H8TlDSsaqdKKIwRU4obTHw > .row > .video-iframe-container { display: none; }#hAgdfhlkR4H8TlDSsaqdKKIwRU4obTHw > .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); }#hAgdfhlkR4H8TlDSsaqdKKIwRU4obTHw > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FHsTmnLchEhkki2saqEGX6s5To6shqcN { width:20rem;height:4.2246125rem;top:1.01171875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dyT2ORlutTXmJJyLX9QXXMQA6gtMBnFH { background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:block; }#dyT2ORlutTXmJJyLX9QXXMQA6gtMBnFH > .row .container { background-color: transparent; background-image: none; }#dyT2ORlutTXmJJyLX9QXXMQA6gtMBnFH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dyT2ORlutTXmJJyLX9QXXMQA6gtMBnFH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dyT2ORlutTXmJJyLX9QXXMQA6gtMBnFH > .row .container > .video-iframe-container { display: none; }#dyT2ORlutTXmJJyLX9QXXMQA6gtMBnFH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dyT2ORlutTXmJJyLX9QXXMQA6gtMBnFH > .row > .video-iframe-container { display: none; }#dyT2ORlutTXmJJyLX9QXXMQA6gtMBnFH > .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); }#dyT2ORlutTXmJJyLX9QXXMQA6gtMBnFH > .row .container { width:20rem;height:107.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RWFdBRQnyHFE6qXCKhZT20hNLULNQTPT { width:19.875rem;height:71.625rem;top:17.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8GzL9MpHkSZ3ATEqTq8lHKuiouRqkqi { width:20rem;height:1.40625rem;top:18.8125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Im5HdsBkt0PicaQHff96V0rtVF0HdmGJ { width:20rem;height:0;top:1.26171875rem;left:0rem;font-size:1.375rem;line-height:1.3;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #EHbsTkS3KolBQdwTLiwtNNohmhRcpcVM { width:20rem;height:0;top:10.875rem;left:0rem;font-size:1.25rem;line-height:1.3;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #g49JAoRNb931VilhWUxbgzGu8rWGEoT8 { width:18.75rem;height:5.1181625rem;top:20.8125rem;left:0.625rem;font-size:1.3125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hrUdd6JwUzIvkxmgTr71gzwMmrIl1abr { width:2.4375rem;height:2.4375rem;top:27.75rem;left:8.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAXBEOFVpvICNSVuHMuNvxTohqhvqlp7 { width:20rem;height:0.0625rem;top:26.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmqWWhI3fohORqWTtIo2Chn3UaWz7dye { width:1.3125rem;height:2.03125rem;top:27.953125rem;left:9.34375rem;font-size:1.5625rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qODUeQFlblqPz8tfBGJd0KS4UedOCzX9 { width:20rem;height:1.7871125rem;top:31rem;left:0rem;font-size:1.375rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CnB9zZMfgmm5TfWx65Kc3WQTTtJm3Cx2 { width:19.5625rem;height:11.375rem;top:33.375rem;left:0.21875rem;font-size:1.25rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IdcMvuMnQvC6CFr7owTNkUHnDire3fsd { width:19.1875rem;height:11.375rem;top:53.875rem;left:0.4375rem;font-size:1.25rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IJK1zxQLIlqIJwyIhnt7XkTOXz340BXy { width:20rem;height:3.57421875rem;top:49.8125rem;left:0rem;font-size:1.375rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dCOOoMVog76qeE2zUvttkcfb1yURivsd { width:2.4375rem;height:2.4375rem;top:46.5625rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6iCRkubAwHX366hmyTeUnfFwqorn82Z { width:1.3125rem;height:2.03125rem;top:46.75rem;left:9.375rem;font-size:1.5625rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zU3HtR8Kr9qlRlVV3myV2HRrcee7vvTO { width:20rem;height:0.0625rem;top:45.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHXlK7q88nZsTCkXnTSHehdZAOZTBfVE { width:20rem;height:13rem;top:75rem;left:0rem;font-size:1.25rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A1MD4sExezgHf5VgFu7gxNr2SdCCuhrq { width:20rem;height:0;top:69.625rem;left:0rem;font-size:1.375rem;line-height:1.3;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #BW0DfD8TA0ThIRONxVOtrumXFmWoZnVT { width:2.4375rem;height:2.4375rem;top:67.375rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCpy5PwvBU5gRJZiotTrtpPI17O8bmgT { width:1.3125rem;height:2.03125rem;top:67.5625rem;left:9.375rem;font-size:1.5625rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #roUxGEM1XFFJ7SHTwcrcgJp2p53C2L4Q { width:20rem;height:0.0625rem;top:66.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #km0c6zXT4ENmIAJADyZmcweRwJILQDZ6 { width:19.875rem;height:10.0625rem;top:90.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBlxRTGHaUCC1BiobHOG8xfxab67Z5Zm { width:20rem;height:2.11230625rem;top:91.8125rem;left:0rem;font-size:1.625rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PNXbfsOqBAK98UMHOdi3IyJlbnBGNc5h { width:20rem;height:4.875rem;top:94.6875rem;left:0rem;font-size:1.25rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UsSkohRx0ovtuiOU7ShdNpDE954nkdi2 { width:20rem;height:9.75rem;top:96.125rem;left:0rem;font-size:1.25rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vpk5qsdErPu2KrcsvbAJAqmBRtbTUeD6 { width:20rem;height:6.5rem;top:1.25rem;left:0rem;font-size:1.25rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #Dv9QDyBM4CcS8pAZFai7SIT0GL7DGfDX { width:20rem;height:6.5rem;top:9.5rem;left:0rem;font-size:1.25rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #eyXZOcXhBwX2bPtFTpax2KIkTCtJolIL { width:20rem;height:3.57421875rem;top:70.6875rem;left:0rem;font-size:1.375rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #yoqU0XsSSp9x3St5eXb014qNHfVCgOF8 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:none; }#yoqU0XsSSp9x3St5eXb014qNHfVCgOF8 > .row .container { width:20rem;height:126rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IXdVB8DnPJfPvcPBPQTDLqftiyrqhvbS { width:20rem;height:24.5rem;top:36.6875rem;left:0rem;font-size:1.25rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QQG5MIVoX1xFurapZbJOu0S5EUEMaZPg { width:20rem;height:6.3369375rem;top:29.0625rem;left:0rem;font-size:1.625rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RmAur37e6eoSV5DhBuo013NcmroWxDaf { width:20rem;height:14rem;top:76.875rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #AfdTp2gO638tivsAMOuoL5USEHPMVp24 { width:19.4375rem;height:8.44925rem;top:66.625rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #D4svdt0hT9RvaNZdVePuRTW1LgMiWvei { width:20rem;height:15.75rem;top:107.75rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #cpvs1Co1ylIAOt8EGGaAuPxX8ySDbAfl { width:20rem;height:0;top:96.5rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #Q1KXFcNvF4qIM1M57JZgl6cWCnlkd8Ta { top:27.3125rem;left:5.3125rem;width:9.375rem;height:0.3125rem;z-index:15037;background-color:#f64b4b;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #RxtJwsutSlxwHGBFTUq99eLqTXTJlhf8 { top:64.875rem;left:5.3125rem;width:9.375rem;height:0.3125rem;z-index:15038;background-color:#f64b4b;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #mzOlt4V1hZadPGdWAAuWvnf7d4aenMOD { top:95.1875rem;left:5.3125rem;width:9.375rem;height:0.3125rem;z-index:15039;background-color:#f64b4b;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #wJGDiB0NIyrM17f3PSDvEsggwVJmChoc { width:19.375rem;height:22.75rem;top:1rem;left:0.3125rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.4;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #fxcM97UP3wl4ol3tvDy8MpBiNwoPVaZb { width:20rem;height:8.449225rem;top:97.125rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;line-height:1.3;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #rzmJLRhCbbn4qmQ1wXUawMsb21TrVhiu { display:none; }#rzmJLRhCbbn4qmQ1wXUawMsb21TrVhiu > .row .container { width:20rem;height:176.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KJ23PDv5HE7NdlaZsnd9H0ehCzVE1uI1 { width:20rem;height:0;top:1.044921875rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZIIva0Ph2Tn4xJ5li3CJ0CKsc2HgaTkE { width:16.875rem;height:4.5rem;top:13.9375rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tJ5BV0op6xTuGGAtu5JPp49Xoom9Gbc9 { width:3rem;height:3rem;top:10.6875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhMxDITBw8hqLzKnrg9Rm3wwZyPX1zIw { width:3rem;height:3rem;top:19rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7CPeiW2qaLCKHmCGdB3x5kemcuG10D6 { width:3rem;height:3rem;top:27.375rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3utOyBrEUqkUv55s7xaTKK9aTfGFuXq { width:3rem;height:3rem;top:35.75rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRlnG0wlDGKEpM3pOr9id3dEeOdyW3EC { width:20rem;height:4.5rem;top:22.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Nvhz4y9ffTOaGpAtZouSGsXRPWWpK83Q { width:20rem;height:4.5rem;top:30.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L8uKAGUHVl2CNwsTMeF9WIb5C1wmFSnN { width:19.5rem;height:4.5rem;top:39rem;left:0.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VNuAo2lagevKPsODETsQzgCSTZr9kUcr { width:20rem;height:7.5rem;top:64.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #angiCox4JMBMJLASTCFCaDG8w2M34WWp { width:20rem;height:4.5rem;top:56.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #STRGTnzmLPBG8IiaApDhv1crufbyMugw { width:3rem;height:3rem;top:52.8125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyoZJWkTZJh8S32xK14wLPzO9AoOHsw6 { width:3rem;height:3rem;top:61.375rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyG10ExVurVocNzUEpwSRytr2Ck7TDh3 { width:20rem;height:4.5rem;top:47.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AhILWwJtDh7y5TZkdGZWchZ8CD7vD4fD { width:3rem;height:3rem;top:44.375rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eotId99R8dCflzxcgQ8PW38Asr9NI2hK { width:20rem;height:8.125rem;top:0.8125rem;left:0rem;font-size:1.5625rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #ksqXN6lDp600VG8Sa3d9VQFICKyJLqi9 { width:20rem;height:4.5rem;top:76.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #khaBUDq1lJWt5QFyJmr3XRL0yhT6HhiO { width:3rem;height:3rem;top:73rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMX1RAzLwuz1ZoMH2ghXS4com1wb6JzN { width:19.3125rem;height:9rem;top:84.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oelVCz2KguApxp9ge1MWTyFkiTpt0R3w { width:3rem;height:3rem;top:81.4375rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEQbkw5EBtdbfdXHQTToBu63vrJPbF4U { width:20rem;height:4.5rem;top:144.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vpzWIcVKh5C5y0281z2BnoS5sa6Nrl9D { width:20rem;height:4.5rem;top:135.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PDOF7lcb8SDKtEKMsTvS5f1V1SJw4cXA { width:20rem;height:4.5rem;top:126.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JQFSW70AhQ1RmCXGl9dfq20mHqVcpp2N { width:20rem;height:4.5rem;top:117.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qPUQ4mw5IuwWEctxWU04JHc12eg538S4 { width:3rem;height:3rem;top:114.5rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwJdFqZk4VaFAT66INTPewQ2GcEuig7T { width:3rem;height:3rem;top:123.3125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdDamXxKw6i3xTSv8QXUafJT5qb3ltOC { width:3rem;height:3rem;top:132.125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxoGqEN9PqSEVId9SW2pJMPvDC3b3HdA { width:3rem;height:3rem;top:141rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdwrZEiiOzQNaMT5e67VF633SnHise7G { width:20rem;height:6rem;top:107.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wfbomrkAdoxJ6wxNp5Kurq5xxaWFlTCz { width:3rem;height:3rem;top:104.5625rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFWrLB4RsfghTpGhsLGA5BQWxLTWytXJ { width:20rem;height:6rem;top:97.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QIMwHrCHgfyMDDHSriEgxyRJbTHNz1Dc { width:3rem;height:3rem;top:94.5625rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqrtHJv2wsHZimGxz3H5B0ELnHmHz1Ok { width:19.25rem;height:25rem;top:188.62182460938rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LGNhSqd7CeBcaanmquyq6Ta6rwhWmotE { width:19rem;height:10rem;top:200.74682460938rem;left:1rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #tCMxSeNmEq47qlcV7xfcXIFVxoHJb0Tw { display:block; }
 }@media only screen and (max-width: 763px) { #bWUPi2NdrnfhUWgBw0ObDg3HUVLzHKnk { width:20rem;height:0;top:190.99682460938rem;left:0rem;text-align:center;text-align-last:center;line-height:1.6;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #omunv1e2P3SQpAZ3p9RtMHfABBD0p58L { width:20rem;height:0;top:195.55932460938rem;left:0rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dq2WCDqzqBq0Z7hTof9LEJMZAvhTJDq0 { width:19.25rem;height:22.0625rem;top:151.3125rem;left:0.125rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #JELXWQyX9vOWWQhHIDTv92GthRaFA5iP { width:17.37425rem;height:8.6865rem;top:162.8125rem;left:1.3125rem;font-size:1.375rem;z-index:15069;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #wEMHUFxp3E8pNPfDqP2KTO5ExWzxMA8P { display:block; }
 }@media only screen and (max-width: 763px) { #QwhCuDLcXZWBNVrJTxbBT0vUfMQzvUMA { width:20rem;height:2.0996125rem;top:158.75rem;left:0rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1.3125rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #aXd7qKcvoy7FUhz3CxZNRFadPqLN2hvH { width:19.0625rem;height:5.25rem;top:152.625rem;left:0.5rem;text-align:center;text-align-last:center;line-height:1.4;font-size:1.875rem;z-index:15066;display:block; }
 }@media only screen and (max-width: 763px) { #MxHA0pbREtdH3vS0ih0S7a6TLDfrpM3n { display:block; }#MxHA0pbREtdH3vS0ih0S7a6TLDfrpM3n > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bmL6Moxyvc4AKhedcTgDl0PrLdsHhRTU { width:20rem;height:6.3369375rem;top:0.76171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBIQ6DTT5AraQIbLypdROTmKNof15Krt { display:block; }#eBIQ6DTT5AraQIbLypdROTmKNof15Krt > .row .container { width:20rem;height:33.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EXOR6NxopuXqnbgaOFiUJkdS1Rh2wtWq { width:20rem;height:4.875rem;top:1.8046875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwcFvsXmTsVGnrLmU6Rxq1FrW3ZSBk4X { width:19.5rem;height:10.875rem;top:20.833984375rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Tm7sSOrTH154HbAhbKidqv3kaefXQCqr { width:19.5rem;height:0;top:9.328125rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vGwy9rkJ7FlkKJTP7pM6dl6fg7Oo4SWd { width:20rem;height:11.25rem;top:7.8125rem;left:0rem;font-size:1.25rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #aJdFkxKdtohdTWtRXQA7WyUGLyOGDwMv { display:block; }#aJdFkxKdtohdTWtRXQA7WyUGLyOGDwMv > .row .container { width:20rem;height:68.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J6BeXdsGfH4aA73rayWQy384nxMaNq7U { width:17.8125rem;height:3.298825rem;top:21rem;left:0.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #loFwxxfQ8TT3DWm3uiTr5Z8V2panLqtS { width:18.625rem;height:10.5rem;top:24.9375rem;left:0.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiRBB3obEqmyQDzPTHTqe1gT7OnAiZNP { width:18.3125rem;height:3.298825rem;top:37.75rem;left:0.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGG8dlLOqAToqqKv1QxWwrCEbpGx67bT { width:18.9375rem;height:8.75rem;top:42.0625rem;left:0.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPquVWsaKIsJ7TLv41QERlw4qqlFw8cA { width:17.625rem;height:3.298825rem;top:52.9375rem;left:0.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0AqSxvEM53GCubm5JhpGBrbmWN4q9oZ { width:19.0625rem;height:7rem;top:57rem;left:0.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrLmVdiMgml1TR0NQWbIueTCU3ci9hUW { width:20rem;height:59.5rem;top:6.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7cvFTZ8CJAGiT7rZcVTTsQAnPvRaGFE { width:18.6875rem;height:4.2246125rem;top:0.599609375rem;left:0.65625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8kNJgTIh3PAsKU4bODWlWHlIuyNwGmb { width:18.5rem;height:3.298825rem;top:7.625rem;left:0.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTIokBXhlLf8AFNmvPqOoaXAkQZFfsNJ { width:18.8125rem;height:7rem;top:11.625rem;left:0.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSzvM5UDOkgHSlxeCLx83kNPWVQdlBgF { background-color:#ffffff;background-image:none;display:block; }#lSzvM5UDOkgHSlxeCLx83kNPWVQdlBgF > .row .container { background-color: transparent; background-image: none; }#lSzvM5UDOkgHSlxeCLx83kNPWVQdlBgF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lSzvM5UDOkgHSlxeCLx83kNPWVQdlBgF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lSzvM5UDOkgHSlxeCLx83kNPWVQdlBgF > .row .container > .video-iframe-container { display: none; }#lSzvM5UDOkgHSlxeCLx83kNPWVQdlBgF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lSzvM5UDOkgHSlxeCLx83kNPWVQdlBgF > .row > .video-iframe-container { display: none; }#lSzvM5UDOkgHSlxeCLx83kNPWVQdlBgF > .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); }#lSzvM5UDOkgHSlxeCLx83kNPWVQdlBgF > .row .container { width:20rem;height:154.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k4deXys68F8TPyIsOFEVChqf1DCfpM14 { width:20rem;height:4.2246125rem;top:0rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWebFV2gc9MwZ8L1ZotnvVqNBoILPTmD { width:20rem;height:26.125rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6EGs0RlCaioPThW0biwrHqH3aig7ZbM { width:20rem;height:1.7871125rem;top:7.8125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dq0cHNTRsVmJzE2LxlDb9mQMD36mi6ES { width:13.75rem;height:13.75rem;top:15.375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJFS2NZ82W9chMgOmtL4IyD9RLtwbD5O { width:9.375rem;height:0.3125rem;top:8.037109375rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #l8EBhhn34JAlQuxKxFzbrayW8TzZLWqX { width:19rem;height:3.25rem;top:10.5625rem;left:0.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fUuClyJTBzhTyTG3QovRrQTld1zV25Up { width:20rem;height:25.875rem;top:33.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyLbtECD4vTRaVMibO29rbXdO3rK570N { width:20rem;height:1.7871125rem;top:35.5rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TxTnsIznTLZ1fvr5DDskClgeJweMWVA8 { width:19.3125rem;height:3.25rem;top:38.3125rem;left:0.375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FSqeRS3PzRKkht2ZkfWW7i8gWyMWP2lO { width:13.75rem;height:13.75rem;top:43.125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOAorXH44HDxLZdfTRyWD5yq22RkbhPt { width:20rem;height:29.25rem;top:61.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxK8HntaTqaM6g8wsNh2QXDHihtDxxEf { width:20rem;height:3.57421875rem;top:63.5625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BHwO9sIORnkrLSs0bsrdegFHwdVCAztR { width:17.625rem;height:4.875rem;top:67.875rem;left:1.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GhNNxczHqn1O2rFsl7ZGfb5h0CmEOCS7 { width:13.75rem;height:13.75rem;top:73.96875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBJhioi0EIsgBE3FMyLx5dDwbz3exTwD { width:20rem;height:27.8125rem;top:123.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPQfWiHTcWELNsrThrfWy80MOxwIeLmS { width:13.75rem;height:13.75rem;top:135.5rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdmFQ8wofW6ZcXaRgF5H3b7lEoyEvtHa { width:20rem;height:29.625rem;top:92.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #csnIGM8TeUdhd04yQ8M9kEE6wadbf0Pp { width:20rem;height:3.25rem;top:130.4375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Nk9GubS3t5cXR3XJSRr1z9DV6D5uFZ1U { width:13.75rem;height:13.75rem;top:106rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlUedUCHk65yg67c83rL5Oyk5DeaFULd { width:18.625rem;height:4.875rem;top:99.125rem;left:0.6875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #esTlU90NFUaDPksgsa15Rn4A8ZKPlaog { width:18.125rem;height:3.574225rem;top:125.75rem;left:0.9375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s9UcCC7s6UkmLJhT5rK0WTeb1OzXDrO3 { width:20rem;height:0;top:100.4375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #BNTZptZiFXaRBaDICDTu1xfbL84b9MJL { width:20rem;height:3.574225rem;top:94.375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #FDd25McmlAwWF2L6wq8zT0h3G3cNKqdH { display:block; }#FDd25McmlAwWF2L6wq8zT0h3G3cNKqdH > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t92ZJRprqW2NNwn5DWvQU1ln9daUNnNR { width:20rem;height:1.94986875rem;top:0.93016052246094rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTVWENGO0zhr0P1Z92xuFr6m8UI5qtwe { display:block; }#sTVWENGO0zhr0P1Z92xuFr6m8UI5qtwe > .row .container { width:20rem;height:28.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mvLedfcaIaQmkBJkTDuqSB6z55JqLgL5 { width:19.75rem;height:27.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HscByxoxhtZ52gb50utzUohRsCXbaDkW { width:18.125rem;height:24.668rem;top:2.4375rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.125rem;z-index:15022;line-height:1.8;display:block; }#HscByxoxhtZ52gb50utzUohRsCXbaDkW li:not(:first-child){ padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#HscByxoxhtZ52gb50utzUohRsCXbaDkW li:before{  }
 }@media only screen and (max-width: 763px) { #U9WOOUpc8iPXczRV7UtNyrZyKFrrzyPh { display:block; }#U9WOOUpc8iPXczRV7UtNyrZyKFrrzyPh > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jz8SZRXB1UMMAeUTFVLEP7WTzaMga8L7 { width:20rem;height:1.7871125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;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; }
 }@media only screen and (max-width: 763px) { #ahUzxiz6pT15fNS3D361SMWaQiyG85vl { display:block; }#ahUzxiz6pT15fNS3D361SMWaQiyG85vl > .row .container { width:20rem;height:38.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DUEtQAgyTT8wiJgl2vzfQMwRD5vyh0iM { width:14.9375rem;height:1.13736875rem;top:0.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBzgRLwCXAxCFiRu22vnQGtc3IbMvzaC { width:15rem;height:6.2988375rem;top:1.875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #HOBdL9QTifpvkx6txkmctm7t13dXxHee { width:19.9375rem;height:1.13736875rem;top:8.9970703125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vp0nNchhi01aUsr6PldltomXC8PI9T6S { width:15rem;height:8.39845rem;top:10.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #QmTgAJVw2XMlZ8uChuAM8S9rvFJSRBlI { width:14.9375rem;height:1.13736875rem;top:19.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nK5fhoHCwNM6WKqurNmo1rIHfqOSIkBO { width:15rem;height:8.39845rem;top:20.75rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #WIsKrepI3VNVIsiprA4P3Nbg3sTNoFix { width:14.9375rem;height:1.13736875rem;top:30.0791015625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lysUn29pA8kPg5PecHNJ8RpTuDT04VJC { width:15rem;height:7.34864375rem;top:31.375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #NxyCiPItl9vTKqTBetOGxGTdkQHrTz55 { display:block; }#NxyCiPItl9vTKqTBetOGxGTdkQHrTz55 > .row .container { width:20rem;height:35rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ITWeBDPatyk9gWzpkspSuKzSg0TxD6bN { width:14.9375rem;height:1.13736875rem;top:0.125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8u8efbViBvN3zbohEIgJSGQKTKDRAGr { width:15rem;height:6.2988375rem;top:1.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Xg6a0EQUUDzFoUaXnAk7IvarpKxe2Idk { width:14.9375rem;height:1.13736875rem;top:8.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9QNSgw0iiGLw35Fc2Eirz9lPobJuulQ { width:15rem;height:8.39845rem;top:10.125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #SDnrkm9AB22P6DTaqH7KTJyqPCiDpXi7 { width:14.9375rem;height:1.13736875rem;top:19.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyHHJWimpv58r9pVX2k0hgfiLXTJ9iIJ { width:15rem;height:7.34864375rem;top:20.625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #DCkltLCLuEHWsXy8LMf5rydD17d24FtT { width:14.9375rem;height:1.13736875rem;top:28.625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClFuq5tN2Oyrpcv8K9uaI1JrhQNyvRSa { width:15rem;height:4.199225rem;top:29.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #zCdIWTcEcAyuoM9LuOAAwR03O3vSGSXM { display:none; }#zCdIWTcEcAyuoM9LuOAAwR03O3vSGSXM > .row .container { width:20rem;height:39.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qykNpOnxRpyII4Wo6aZR4KCbb4oEAB8T { width:13.625rem;height:1.19969375rem;top:26.125rem;left:5.529296875rem;text-align:left;text-align-last:left;line-height:1.6;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDclNT76garEyUkaX44uL1spaptuz0vA { width:3.5rem;height:1.25rem;top:26.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r97JMhR0uKxTzm6blL0BO4q1zODVeKea { width:18.1865rem;height:7.8125rem;top:15.0302734375rem;left:0.90625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqtSLCFaFJgsqDNVy1IEbA5HgUUPH2mV { display:block; }
 }@media only screen and (max-width: 763px) { #wULNDFX8f1OTTd3kVloJ4NbTdTHBGy85 { width:11.93725rem;height:1.19969375rem;top:23.9375rem;left:5.5rem;text-align:left;text-align-last:left;line-height:1.6;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtdOIZEr4DuESD9SigwAwA4d6UV4Fo4q { width:20rem;height:1.79983125rem;top:11.998291015625rem;left:0rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dthhV3wm7WlCirNy3KzxRZpDuepKS33z { width:2.061525rem;height:2.061525rem;top:23.5rem;left:1.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrXzhuly0XTLFAeT1hKSp8cTKW2K9WkC { width:20rem;height:4.874525rem;top:5.999755859375rem;left:0rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqu131MzmAeibbXz5Ru4oPmeKvgpJvW4 { width:20rem;height:2.600025rem;top:2.93701171875rem;left:0rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iz7WKTylWWvU2gG6NmFz5cSBN0VLq9X3 { width:18.6855625rem;height:2.2734375rem;top:29.1875rem;left:0.65625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylUbEGvQWAS7KHItXt7Xp2WQPsabRX1M { width:19.25rem;height:34.375rem;top:1.3740234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rG3qCboB7XMHcuu3Js3m1HCzT6b3UqVg { display:block; }#rG3qCboB7XMHcuu3Js3m1HCzT6b3UqVg > .row .container { width:20rem;height:31.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x3MvVNzyGJRO2AP21eHEoFFDTTdqNQ1h { width:13.625rem;height:1.19921875rem;top:23.5625rem;left:5.5625rem;text-align:left;text-align-last:left;line-height:1.6;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDne4AT2IsghUtPl8sfDMNP4ezDdN9Na { width:3.5rem;height:1.25rem;top:23.5625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1uWym6tXRp492R5L0EXeFUJLT2KBvip { width:18.1859375rem;height:7.8125rem;top:12.0625rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUanmB7LsV93Li7qGtRTlV4NudlO1tbn { display:block; }
 }@media only screen and (max-width: 763px) { #HKr60JxF1I8hM0LsaEmBVhv4REmDURdQ { width:11.93725rem;height:1.19921875rem;top:21.375rem;left:5.5625rem;text-align:left;text-align-last:left;line-height:1.6;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQlNxdTzoJb5pwHNThIKBw0ousJhT5hy { width:20rem;height:1.79980625rem;top:9.134765625rem;left:0rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDdfseoX3aLFpZn9PlTi5qTl6DPTnryt { width:2.061525rem;height:2.061525rem;top:20.9375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKdlV5zT5NCz32IhC9Ssn2Ms7MhAlXvO { width:20rem;height:2.4375rem;top:5.999755859375rem;left:0rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTx0qlcDtH9tof7Ri3h9v0n06WFwAgD6 { width:20rem;height:2.5996125rem;top:2.93701171875rem;left:0rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPfWgks2KWsSoz8B81hGi90iTZUevfwL { width:18.6855625rem;height:2.2734375rem;top:26.625rem;left:0.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoGlRoaOIB7De7iv7KGMDWdqHBPlgaKN { width:19.25rem;height:28.5rem;top:1.3737182617188rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbJB9RcJGylOGMHPkW4NMO3r1g1S9Gpu { display:block; }#hbJB9RcJGylOGMHPkW4NMO3r1g1S9Gpu > .row .container { width:20rem;height:9.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #abWfK3WvAo9ihPdRRCktN7NFpmQ2QneN { width:20rem;height:7.1484375rem;top:1.36328125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qo174X9oQH0GWBXAaD70yOG5P36boSnD { display:block; }#Qo174X9oQH0GWBXAaD70yOG5P36boSnD > .row .container { width:20rem;height:57.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q9gbru1H99874LPnH4hRCJpAoz8c5mC1 { width:11.9375rem;height:11.1875rem;top:1.25rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #rX4W0A0nam00J19TVekd16sKszVO1xB7 { width:19.75rem;height:5.19921875rem;top:13.375rem;left:0.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xz0B9tXoTRprAFtnFDmJQMvQ0O5hZUPr { width:11.625rem;height:11rem;top:38.9375rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFuN9nyN9y57hQ5oFcrONMepqR8CV0Et { width:19.75rem;height:6.499025rem;top:50.8125rem;left:0.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sD0Z9iJL4uJC0LceQBBR34Dbu3fINolv { width:11.1875rem;height:10.625rem;top:20.4375rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VN233RAAlxkW79qFWNVTQR0wUgR0xIyp { width:19.75rem;height:5.19921875rem;top:32rem;left:0.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqTXMVl7PaqF8WAIFGz6BPQqLD17A0Qi { display:block; }#zqTXMVl7PaqF8WAIFGz6BPQqLD17A0Qi > .row .container { width:20rem;height:5.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uUWWr6voNNt7btwuayRI1ZnlckmQBLOE { width:20rem;height:3.57421875rem;top:1.98828125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3TqX0u6n6X7GZoLi2vgwhRvS9Suqxkz { display:block; }#K3TqX0u6n6X7GZoLi2vgwhRvS9Suqxkz > .row .container { width:20rem;height:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #arQsqs1X4TeguIETNBqRHZOHksML9MTL { width:20rem;height:30.875rem;top:1.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUWimXgyVCu7Xtc08Ii0ohu0wGQL4aMi { display:block; }#wUWimXgyVCu7Xtc08Ii0ohu0wGQL4aMi > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fLD94gQ3mQi2VSPgvef2gGgKecOM4Myw { width:20rem;height:1.7871125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaW8PcCS4LUrbyJw5MXmrHTxgC3tHarM { display:block; }#NaW8PcCS4LUrbyJw5MXmrHTxgC3tHarM > .row .container { width:20rem;height:6.309571875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wTV3ftyvMIZ4spUJ3FDRJL5UOPIUvNPV { width:19.8125rem;height:3.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMC1ZDtP4qEiIhD7ZaOQCgAg0Amh7RHa { width:19.8119375rem;height:2.99985625rem;top:3.1864805221558rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuSpFpSUDz0iypKebFTEZRs31KrKuPKR { display:block; }#AuSpFpSUDz0iypKebFTEZRs31KrKuPKR > .row .container { width:20rem;height:11.872071875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q2ePJ0HIOWLF3ST8KiSyzbUonPilp6c9 { width:19.8125rem;height:6.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDq8U99Hacxs3bmeKkxrI4W3O7yBq9s2 { width:19.8119375rem;height:5.56206875rem;top:6.1856193542481rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxnvwMzTAsVlmtoINRkTLBGko9x7kcrw { display:block; }#sxnvwMzTAsVlmtoINRkTLBGko9x7kcrw > .row .container { width:20rem;height:7.497071875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nQq39zViFVeJc0aO3TsTx4NdLe7RX2M3 { width:19.8125rem;height:3.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZ2ToVtpCS3JlP5g77pECB4cwe2UrWnO { width:19.8119375rem;height:3.56191875rem;top:3.8114891052246rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1SP7ZBpn1gTtrpTTQarTnBBcFcyWvDc { display:block; }#l1SP7ZBpn1gTtrpTTQarTnBBcFcyWvDc > .row .container { width:20rem;height:6.434571875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kTDTvPC4kwbwg5mIdxf7SEAFfEOZE0OP { width:19.8125rem;height:3.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpoWN6CD4UA1SAMyzdXydSib8O4EOqKo { width:19.8119375rem;height:2.93691875rem;top:3.3731193542481rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGuOMbNyy5niqVhizSmSwWEbc9FR0ibf { display:block; }#cGuOMbNyy5niqVhizSmSwWEbc9FR0ibf > .row .container { width:20rem;height:9.9970703125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L3bFq39VqT1CWO2UQLpNX25tmI846ZsE { width:20rem;height:4.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #emqEcL4CCmBOcMgCJ1yQSUygqLNiB3JK { width:20rem;height:4.9375rem;top:4.9348487854004rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwrUZi1XxT4SmWvMbadJMcAN2u2F2H9U { display:block; }#JwrUZi1XxT4SmWvMbadJMcAN2u2F2H9U > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XMtJsUceo909kTLfhkk5O9k96CFazEB3 { width:20rem;height:2.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBoP2q6ITcTpmIoqWV2LZGsmKbbKFLpn { width:20rem;height:4.875rem;top:3.0606193542481rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGv9I5s360T1BeTDh1hazp20lz0gxPoR { background-color:#1b3980;background-image:none;display:block; }#JGv9I5s360T1BeTDh1hazp20lz0gxPoR > .row .container { background-color: transparent; background-image: none; }#JGv9I5s360T1BeTDh1hazp20lz0gxPoR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JGv9I5s360T1BeTDh1hazp20lz0gxPoR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JGv9I5s360T1BeTDh1hazp20lz0gxPoR > .row .container > .video-iframe-container { display: none; }#JGv9I5s360T1BeTDh1hazp20lz0gxPoR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JGv9I5s360T1BeTDh1hazp20lz0gxPoR > .row > .video-iframe-container { display: none; }#JGv9I5s360T1BeTDh1hazp20lz0gxPoR > .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); }#JGv9I5s360T1BeTDh1hazp20lz0gxPoR > .row .container { width:20rem;height:7rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FUeZTXAh1mHovJb0XtbXZ1FLirg5lhJJ { width:20rem;height:4.2246125rem;top:1.38671875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kFoKVLQa7zIgsXwczo9qCzoywTrxeZfv { display:none; }#kFoKVLQa7zIgsXwczo9qCzoywTrxeZfv > .row .container { width:20rem;height:181.37600625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #v42ZrO6x8x8poCUmzxuCZ0OKAxMLS4Jr { width:20rem;height:46.125rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaZnN1dt3TMeTkybia8kJcRVbFeFE73f { display:flex;width:1.875rem;height:1.875rem;top:11.5625rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #qB1VQO64ihosMTtLGRgs5eQyvydt24zK { width:14.5625rem;height:2.5996125rem;top:11.1875rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilb5FTId7AbA4N9qGAfRAS86H4o5n3x3 { display:flex;width:1.875rem;height:1.875rem;top:14.6875rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #EnG01vvJST76TbE08XgkQVLdOcJDDf4X { width:15.374625rem;height:2.5996125rem;top:14.3125rem;left:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDPp5MCH0zMlTiwTTvCnhBdB9dsMFMNs { width:12.1244375rem;height:5.19921875rem;top:20.5625rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVyJc7Bg0H2KtAhDpd5mGSCxWTgcJXuy { display:flex;width:1.875rem;height:1.875rem;top:20.9375rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #mCvUn1SAs1lPXph96Mv2KPSr9TFilzbe { display:flex;width:1.875rem;height:1.875rem;top:17.8125rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #X42nfxX9tPyyQ1llarTJXArx12iZkoDI { width:14.2498125rem;height:2.5996125rem;top:17.4375rem;left:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtyMm1XLpKWJdX6pVVpM4ho0rC8tpPk1 { width:14.75rem;height:3.8994125rem;top:26.875rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVhlryvmz1sw5LBmGyuedykSXNWqkT82 { display:flex;width:1.875rem;height:1.875rem;top:27.25rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #zJAL2wIHySBgeQqSWVdlq39SmDaCTs6K { display:flex;width:1.875rem;height:1.875rem;top:24.125rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #gfiETn7ghMVB0h2JbdGsxn8uTIITDRLb { width:13.6869375rem;height:3.8994125rem;top:23.75rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBmprSfO5Nc1cLrWWwF9htxtgp2vVKw1 { width:19.4375rem;height:10.875rem;top:93.235375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #InwX6ENGaORbq3rNhFuzcXszfUHtDRW5 { width:20rem;height:1.94921875rem;top:109.3671875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgiL0Ok9ipPGHWTvDrFMhqoM294Nbhui { display:flex;width:1.875rem;height:1.875rem;top:106.2421875rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #gcS2GC0ZCkmnHFZZkeLELP2X8SeRoubx { width:19rem;height:10rem;top:74.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BCSsKN92EkTQGCSEmrWRcCfmHfBhPvis { display:block; }
 }@media only screen and (max-width: 763px) { #d0LFl5nTS51EGlMh2asSzLTPi4yHl8zK { width:20rem;height:0;top:139.33984375rem;left:0rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkOolMBK6xC1uZqLsq1GyG9rp2Jkz12f { width:20rem;height:0;top:130.08984375rem;left:0rem;text-align:center;text-align-last:center;line-height:1.3;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeBS9pKJFQu8pfuHoprVMtygoTP0QOLQ { width:20rem;height:0;top:120.83984375rem;left:0rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLnNNFCIS49oLJlqJoCDxKJcZU8tT8WD { width:5.375rem;height:1.8534482758621rem;top:170.40234375rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Auz1umUC9XAG88CcWZCT3JJvcfgV2Xz3 { width:2.0625rem;height:2.0625rem;top:148.58984375rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxDvhPwIAagEL6xNOuB0MB3O5QUAHeLu { width:19.25rem;height:0;top:161.15234375rem;left:0.375rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ep4CVqSTnNy9A4idsKcwVPcmIpQMGRLa { width:18.625rem;height:0;top:151.90234375rem;left:0.6875rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHrBeibpSC4mJFzlthFMMXD8bTe11mrO { width:20rem;height:7.871125rem;top:173.50488125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8ngleIWCTTWEICE5MdMAghPTKiw5Dk3 { display:block; }#X8ngleIWCTTWEICE5MdMAghPTKiw5Dk3 > .row .container { width:20rem;height:98.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hir3sFZpy9WR1zlBhATemX3hQ1TGBfqA { display:flex;width:1.875rem;height:1.875rem;top:29.875rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #rPzPSaKDPGCagTiKQRiccSNw23COTJ8t { width:14.875rem;height:4.875rem;top:29.5625rem;left:3.3115234375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zo2mb71TvPVutiAKkPCe0n3ikgdWglpL { display:flex;width:1.875rem;height:1.875rem;top:35.1875rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #W1lxT4JaeAv557uh8Ei7cqcoMfOcXQox { width:15.3730625rem;height:1.625rem;top:35.3125rem;left:3.3115234375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqWeU0QPvsHWUPEDwbsu0LQJraVPHkXH { width:16.4980625rem;height:3.25rem;top:43.0625rem;left:3.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGHi22CWBT8XtTUByIvipWNphWz4tOHt { display:flex;width:1.875rem;height:1.875rem;top:43.0625rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #KrtCJJRWdO90uUyeSagneaoOrWTD7U2S { display:flex;width:1.875rem;height:1.875rem;top:38.5625rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #tV6UHpCUsH9SlUIERVII9xZatZ2BWzO4 { width:14.2480625rem;height:3.25rem;top:38.5rem;left:3.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXJta3MLkRaekOy8cTayDXN2GuAsbzLw { width:16.4980625rem;height:3.25rem;top:47.6875rem;left:3.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVWmoTmxo3yvmNiWpAzmDcc8I4zAuhuR { display:flex;width:1.875rem;height:1.875rem;top:47.6875rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #btiK5znkSZIPqlrsPQGzFuRLlqghxesi { width:18.0625rem;height:10.125rem;top:16.875rem;left:0.7529296875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ohbTWDiPGTPB7aw4T0CtcQ1CHWJmIbyB { width:13.2480625rem;height:1.625rem;top:52.5rem;left:3.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsIrytc4cUMrsdT45ZZmeLu7uRxgVb3A { display:flex;width:1.875rem;height:1.875rem;top:52.375rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #qH6cVyiOXfbdbZFL91XcqnMa8QDJTex1 { width:14.1855625rem;height:4.875rem;top:56.0625rem;left:3.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2LHGggoJsLhn1gSVxC3Emf5vLhDpMGH { display:flex;width:1.875rem;height:1.875rem;top:56.0625rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #pw8H8JXSBcw0QoT0ZiO0gtbBzL9HISAB { width:19rem;height:10rem;top:92rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PTlsoEyXMiPX5r6QKSVPh0By8hmz9Txl { display:block; }
 }@media only screen and (max-width: 763px) { #rOCwox4qMTkP5S8GXMWbr5KuRPZUNl9s { width:14.1855625rem;height:1.625rem;top:62.375rem;left:3.3125rem;font-size:1.25rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #TBo0b9JRedWL7RuNVTKLeiug9AGhzwir { display:flex;width:1.875rem;height:1.875rem;top:62.25rem;left:0.625rem;z-index:15018; }
 }@media only screen and (max-width: 763px) { #dM1DsTkbSiPDSWQobfMV3HI56nMSZgX3 { width:18.625rem;height:19.87425rem;top:8rem;left:0.4375rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #RTC2l5wQdfiM0bnkfu3tyVBb760glqyE { width:18.875rem;height:5.99975625rem;top:3.4375rem;left:0.4375rem;z-index:15106;display:block; }
 }@media only screen and (max-width: 763px) { #yzBidx3pSWvMJbJgduyF4D6ErGIfE5nn { width:17.125rem;height:3.75rem;top:4.5615234375rem;left:1.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15121;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #UTE19ElsZ1mciKwdWOS9NDB9Ji2VpQNN { width:18.625rem;height:0.125rem;top:15.25rem;left:0.4375rem;z-index:15133;display:block; }
 }@media only screen and (max-width: 763px) { #ugpxamqR75yqtIDTeMXMTS7m2sFzMxfa { width:8.625rem;height:4rem;top:10.75rem;left:8.5625rem;text-align:center;text-align-last:center;line-height:1.6;font-size:2.5rem;z-index:15165;display:block; }
 }@media only screen and (max-width: 763px) { #finRz3MBHgJpnRsrhBUKNx099wwTgKS5 { width:6.5625rem;height:2.69921875rem;top:11.4375rem;left:2.875rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1.6875rem;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #gL20pyDfbWLiWFiWTMrAnz0uHMnVsqVx { top:1.375rem;left:-0.1875rem;width:20rem;height:95.5625rem;z-index:15000;background-color:#faf7f2;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0rem 0.0625rem 0.8125rem rgba(var(--color-tertiary-4),0.79) ;display:block; }
 }@media only screen and (max-width: 763px) { #tV8XnFANfzmIwe22nR1Oz36u37sggGlN { width:20rem;height:2.5996125rem;top:67.9375rem;left:-0.0625rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1.625rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #IvP0L6bx0NXvl55cRrdqyh2WfyA8IbT5 { width:20rem;height:2.4375rem;top:71.25rem;left:-0.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.875rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #bqX8l2iJHnT4BnBnTqFRGw3qqa0WPB8d { width:20rem;height:1.79980625rem;top:74.8125rem;left:-0.0625rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1.125rem;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #zXQAg9c9O6XRDnivll0pusoLduPHNU20 { width:18.18725rem;height:8.125rem;top:77.5625rem;left:0.8125rem;font-size:1.5rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #daXq0OPOGmtcgkgW6yIUPavlPSAHFv6A { display:block; }
 }@media only screen and (max-width: 763px) { #Cp118KT8feOFVUlsiroxnV2NhpdC8eqa { width:11.9360625rem;height:1.19921875rem;top:87.5rem;left:5.1875rem;text-align:left;text-align-last:left;line-height:1.6;font-size:0.75rem;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #kE0qcSMulGhpzvpOkkmtDVObKRcVQ2HJ { width:2.06055rem;height:2.06055rem;top:87.0625rem;left:2.125rem;z-index:15111;display:block; }
 }@media only screen and (max-width: 763px) { #eKqHJXeBtH7m160HThLuKv62px5B8Bny { width:3.49975625rem;height:1.25rem;top:90.25rem;left:1rem;z-index:15110;display:block; }
 }@media only screen and (max-width: 763px) { #nWf7Aadfqx4t6tP5eKE8LwRXaTBEu8Am { width:13.62425rem;height:1.19921875rem;top:90.25rem;left:5.1875rem;text-align:left;text-align-last:left;line-height:1.6;font-size:0.75rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #CHNbgH57fsuRREJmUJJrI9ie2xHJt80l { width:20rem;height:0.1875rem;top:66.0625rem;left:0.125rem;z-index:15134;display:block; }
 }@media only screen and (max-width: 763px) { #HWwOREk3HG33LKxxzWen5ebUFvyZABTB { width:18.6855625rem;height:2.2734375rem;top:93rem;left:0.8125rem;font-size:0.8125rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #eMcSurqEfrRrco2DTK9wSHI656yzaB20 { display:block; }#eMcSurqEfrRrco2DTK9wSHI656yzaB20 > .row .container { width:20rem;height:52.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wAQJ4daH8oTLI15oE3CyG9PaugG7uiIE { width:20rem;height:4.2246125rem;top:1.248779296875rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XVbm41nTMevRiTR7yd1738lkmvNKFTqi { width:19.375rem;height:43.75rem;top:6.7607421875rem;left:0rem;font-size:1.25rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gIExN5GL1Gc4BQXNO2r9PB84rROwvFaQ { display:block; }#gIExN5GL1Gc4BQXNO2r9PB84rROwvFaQ > .row .container { width:20rem;height:39.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sQPQKQ5pmpJ8cfST6NMLIlxXfTOihZfV { width:20rem;height:2.11230625rem;top:1.9375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc { display:flex;height:auto;width:17.5rem;top:4.685546875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #td52KtyHf0CC1DL1AaCOmebeEdObAWko {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #VKvfCd9PXp85D9nheEmL3iTDoRAneotT {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #DR1Gk7K0szMbNv7VpwC9XlKffAUTNkdp {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #PLAc3T7naH8E0NEgCRpQTthHq8Z2RMkS {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #h1O7lmn47WHxOoMbSdF3Z2kA2zZzRPA7 {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #fVoi9wJsntiIgNAks3Dae0zQqC8XSDqE {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #JwTGtCkmBVFgghAVK3SVHqwsxO3L1v9e {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #b6yFssLx21lhMf9lLu4Ef9T6ghvEmdNG {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #L5xJqx1LJInEGBLs8V3dRWLshrOTVUWZ {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #JzNAhPRt5L1TaD1Fdh2zvzenh1BCglTm {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #TivlZTRarehxK0FToxSkNaXoiZMhlPZw {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #onCKeZGh5feiZOgKQBUmbt6kg3DCNSvT {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #ogaxNb59A8yrz1DxomcrUaL8RVTXWTPm {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #iKdL7QZMEO32MmmfZHfh8vAzTe2uh7SB {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #OmdGcQQabS9QuhmqXTIGZxT0NpyhWzTE {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #WzsesZX0boSoMFGTTSLhbhDMhZP4Ne0R {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #WH9nUd4JEbbDVL3dAvRl14gnAfKQmeTf {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #CJxP6ae2LVbRXQe5DuCW5s1fLSXeKNvt {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #BcE89FEIQWwR83bm41aWh9DgSH2ooEbX {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #vVV9zIGqxWJ13CKZq7ysxMT4IMNGouxm {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #kTwnPyt1vZwat1i6FISNwlXL67X7HyNt {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #AqTNkqkeb0cyDCZQBx2OAgCPGezDUMhy {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #s2Kh9SxLVM9KHrXoJLsNmTumNxVu3Kmi {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #F42ohgAyS0Pf7u73xSS3XNO9pLvWyJOm {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #Q2phT5zUS3DcQgaEJM0gNQKF4Jkx5Osu {  }
 }@media only screen and (max-width: 763px) { #bXLSLrEGRLmMxTpZHtc8TdS8tlPQQ5y7 { display:block; }#bXLSLrEGRLmMxTpZHtc8TdS8tlPQQ5y7 > .row .container { width:20rem;height:31.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MWC5JgQ0OeKryTV10IhXTDnPpLEqThmD { width:13.625rem;height:1.19921875rem;top:23.5625rem;left:5.5625rem;text-align:left;text-align-last:left;line-height:1.6;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #psAs243JMFBPSPD9NHKqvdiZa7EGtKQs { width:3.5rem;height:1.25rem;top:23.5625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTSPTSIgnWGBHolmpeTbReI6G6fv4qVI { width:18.1859375rem;height:7.8125rem;top:12.0625rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4w5esuLZ2X44Ab03yLHDwMxFLgzS20Q { display:block; }
 }@media only screen and (max-width: 763px) { #UsHGJWG4Smfr2TOy4zLbF0op8o2nmFmJ { width:11.93725rem;height:1.19921875rem;top:21.375rem;left:5.5625rem;text-align:left;text-align-last:left;line-height:1.6;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DW16gdhP23ewkDEBTZxcsoBm3RV8VPh9 { width:20rem;height:1.79980625rem;top:9.134765625rem;left:0rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVSfA1ZaAJIdhSk4b0zTAwhEQ4mhBugO { width:2.061525rem;height:2.061525rem;top:20.9375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vohyRnH9JlGTuit1PoFG7QwLNhdn6ZgG { width:20rem;height:2.4375rem;top:5.999755859375rem;left:0rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwcIJJ6QtwoJwgIfCE9x4XqfFo4BwFJW { width:20rem;height:2.600025rem;top:2.93701171875rem;left:0rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZRilFKr249MXI0v46F0cO1cqDB9BPK6 { width:18.6855625rem;height:2.2734375rem;top:26.625rem;left:0.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1JH1cMJWaU5w3HOq3C5o0JNJFp7z89c { width:19.25rem;height:28.5rem;top:1.3737182617188rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3IL75e0kgTTGDoCkZBzW5hm72TJC9fB { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/S5j1NKui/odwrotne_polkole_szare.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:none; }#o3IL75e0kgTTGDoCkZBzW5hm72TJC9fB.adaptive-delivery-prevent-bg, #o3IL75e0kgTTGDoCkZBzW5hm72TJC9fB.lazyload, #o3IL75e0kgTTGDoCkZBzW5hm72TJC9fB.lazyloading { background-image: none; }#o3IL75e0kgTTGDoCkZBzW5hm72TJC9fB > .row .container { width:20rem;height:4.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #boppnnufSTe552017n1cIxmSdpCkNnR8 { display:block; }#boppnnufSTe552017n1cIxmSdpCkNnR8 > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RpvzS7GEunKbNASiM2VIZD4HOXUJX37S { width:20rem;height:4.3828125rem;top:0.89577484130862rem;left:0rem;font-size:0.5625rem;display:block; }
 }