.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:217,225,231;--color-primary-1:128,157,174;--color-primary-2:0,58,93;--color-primary-3:0,29,47;--color-primary-4:0,9,14;--color-secondary-0:255,255,255;--color-secondary-1:255,255,255;--color-secondary-2:255,255,255;--color-secondary-3:128,128,128;--color-secondary-4:38,38,38;--color-tertiary-0:217,225,231;--color-tertiary-1:128,157,174;--color-tertiary-2:0,58,93;--color-tertiary-3:0,29,47;--color-tertiary-4:0,9,14;--headlines-font-family:"open sans";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/ea9faa53-03dd-4fce-af28-630afd61cc2d/1920x540_Header_Caramello_v10.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#KKiatayM38PSB3OGq1zgQ9bPK8slZqQW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KKiatayM38PSB3OGq1zgQ9bPK8slZqQW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KKiatayM38PSB3OGq1zgQ9bPK8slZqQW > .row > .video-iframe-container { display: none; }#KKiatayM38PSB3OGq1zgQ9bPK8slZqQW > .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); }#yJ0llpoyPzxSWp4E9GPzTeQxvXht3Ffc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dcddde;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#yJ0llpoyPzxSWp4E9GPzTeQxvXht3Ffc > .row .container { background-color: transparent; background-image: none; }#yJ0llpoyPzxSWp4E9GPzTeQxvXht3Ffc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yJ0llpoyPzxSWp4E9GPzTeQxvXht3Ffc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yJ0llpoyPzxSWp4E9GPzTeQxvXht3Ffc > .row .container > .video-iframe-container { display: none; }#yJ0llpoyPzxSWp4E9GPzTeQxvXht3Ffc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yJ0llpoyPzxSWp4E9GPzTeQxvXht3Ffc > .row > .video-iframe-container { display: none; }#yJ0llpoyPzxSWp4E9GPzTeQxvXht3Ffc > .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); }#yJ0llpoyPzxSWp4E9GPzTeQxvXht3Ffc > .row .container { border-width: 0; border-radius: 0; }#yJ0llpoyPzxSWp4E9GPzTeQxvXht3Ffc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yJ0llpoyPzxSWp4E9GPzTeQxvXht3Ffc > .row .container { font-size:0.875rem;font-family:arial;height:6.9375rem;width:75rem;position:relative;display:block; }#RzCROb15olt5o3RRXbD6doyySwS3fbl9 { 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:15005;top:2.125rem;left:70.625rem; }
#RzCROb15olt5o3RRXbD6doyySwS3fbl9 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#FsF7E3A1bAQTGIEOZF0SMf6F5CE2VTKp { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;top:2rem;left:68rem; }
#FsF7E3A1bAQTGIEOZF0SMf6F5CE2VTKp > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; }#J0Zvt4R95AZ2nTt9ZTexGETpXMx2ASOZ { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.74975625rem;width:11.62475rem;top:1.217041015625rem;left:3.004150390625rem;overflow:hidden;display:block; }
#nl5lsuv8FU6elTUf3TCWWV9Eq3N4h1x9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f3f6;background-image:url("https://images.assets-landingi.com/uc/f6476871-148c-4b9e-b281-be7ab82431c6/Header_1920x400px_v05_opz2_ITA.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nl5lsuv8FU6elTUf3TCWWV9Eq3N4h1x9.adaptive-delivery-prevent-bg, #nl5lsuv8FU6elTUf3TCWWV9Eq3N4h1x9.lazyload, #nl5lsuv8FU6elTUf3TCWWV9Eq3N4h1x9.lazyloading { background-image: none; }#nl5lsuv8FU6elTUf3TCWWV9Eq3N4h1x9 > .row .container { background-color: transparent; background-image: none; }#nl5lsuv8FU6elTUf3TCWWV9Eq3N4h1x9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nl5lsuv8FU6elTUf3TCWWV9Eq3N4h1x9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nl5lsuv8FU6elTUf3TCWWV9Eq3N4h1x9 > .row .container > .video-iframe-container { display: none; }#nl5lsuv8FU6elTUf3TCWWV9Eq3N4h1x9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nl5lsuv8FU6elTUf3TCWWV9Eq3N4h1x9 > .row > .video-iframe-container { display: none; }#nl5lsuv8FU6elTUf3TCWWV9Eq3N4h1x9 > .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); }#nl5lsuv8FU6elTUf3TCWWV9Eq3N4h1x9 > .row .container { border-width: 0; border-radius: 0; }#nl5lsuv8FU6elTUf3TCWWV9Eq3N4h1x9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nl5lsuv8FU6elTUf3TCWWV9Eq3N4h1x9 > .row .container { font-size:0.875rem;font-family:arial;height:24.75rem;width:75rem;position:relative;display:block; }#U6MJJTh7NtUXUAcahqdGskR0HgHlNEoM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#U6MJJTh7NtUXUAcahqdGskR0HgHlNEoM > .row .container { background-color: transparent; background-image: none; }#U6MJJTh7NtUXUAcahqdGskR0HgHlNEoM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U6MJJTh7NtUXUAcahqdGskR0HgHlNEoM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U6MJJTh7NtUXUAcahqdGskR0HgHlNEoM > .row .container > .video-iframe-container { display: none; }#U6MJJTh7NtUXUAcahqdGskR0HgHlNEoM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U6MJJTh7NtUXUAcahqdGskR0HgHlNEoM > .row > .video-iframe-container { display: none; }#U6MJJTh7NtUXUAcahqdGskR0HgHlNEoM > .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); }#U6MJJTh7NtUXUAcahqdGskR0HgHlNEoM > .row .container { border-width: 0; border-radius: 0; }#U6MJJTh7NtUXUAcahqdGskR0HgHlNEoM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U6MJJTh7NtUXUAcahqdGskR0HgHlNEoM > .row .container { font-size:0.875rem;font-family:arial;height:35.125rem;width:75rem;position:relative;display:block; }#mLLKhgLeV5A9CIIGk4gh4UvoGTbCrpxI { color:rgba(var(--color-tertiary-2),1);display:block;width:66.12375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15000;line-height:1.6;letter-spacing:0;top:6.203125rem;left:4.4375rem;height:14.693875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;color:rgba(var(--color-secondary-0),1);padding-top:0.585rem;padding-right:0.534375rem;padding-bottom:0.585rem;padding-left:0.534375rem;display:block;align-items:center;width:3.20125rem;min-width:3.20125rem;height:3.141875rem;position:relative;font-family:var(--headlines-font-family);font-size:2.34rem;font-weight:700;line-height:50.27px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.365625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.266875rem;height:1.24125rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.8775rem;font-weight:400;line-height:19.86px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:21.4355625rem;height:5.874025rem;padding-top:0.73125rem;padding-right:0.761875rem;padding-bottom:0.73125rem;padding-left:0.761875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:26.185763239861rem;left:26.019098281861rem;z-index:15002; }
#SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #KpXiLGHegWNS6lAf3b4NyvLxGMEEgzgS { display:flex;position:relative;top:0rem;left:0rem; }
#SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #D8qTRrtVhPe5if0ohfbkKglVc0ZDT5qA { width:auto; }
#SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #fz2nmlUwb7oHw7R6JcmdZ9cxfu9x2ZTp {  }
#SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #CaftNlGcualeJq65a6OknZV36NCq6mBw { display:flex;position:relative;top:0rem;left:0rem; }
#SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #PefuIyOUrDsi3VD6iy5FCRLypNggJJWX {  }
#SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #VSezwxdwnCJF705GTtMBI1DEO4MngAUk {  }
#SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #LriTmAs6zaaOuooM5fJrGC8IAdBboULw { display:flex;position:relative;top:0rem;left:0rem; }
#SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #ZXVS9g8uC3cnZmmJnMEd23xOM7NV2JxS {  }
#SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #H5mTzr9X8KDMXWhTs03oZ0r6Q20oazRn {  }
#SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #fn6hoDOEP1i2UJoWIIUbDiLWlDzZsQ9y { display:flex;position:relative;top:0rem;left:0rem; }
#SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #JpWqUWdzhghLVPaOeZC0uTAwQ02Vh39u {  }
#SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #HNT0TEbqWQahIsOFm1rno1wXhAJniT8Q {  }
#ftdIl4g1IfJZPqbXeUHvNO1czS5sWhG9 { color:rgba(var(--color-tertiary-2),1);display:block;width:66.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15001;line-height:1.6;letter-spacing:0;top:1.767578125rem;left:4.0625rem;height:4.0004875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D6O9Ll4EU41wCJM17Z8WlJLhBa6vUHgd { color:rgba(var(--color-tertiary-2),1);display:block;width:26.624rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:22.433159708977rem;left:24.185766220092rem;height:2.51875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UbKWtU6fvW2TLWCCH7OGwQuDTd5vVSkG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UbKWtU6fvW2TLWCCH7OGwQuDTd5vVSkG > .row .container { background-color: transparent; background-image: none; }#UbKWtU6fvW2TLWCCH7OGwQuDTd5vVSkG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UbKWtU6fvW2TLWCCH7OGwQuDTd5vVSkG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UbKWtU6fvW2TLWCCH7OGwQuDTd5vVSkG > .row .container > .video-iframe-container { display: none; }#UbKWtU6fvW2TLWCCH7OGwQuDTd5vVSkG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UbKWtU6fvW2TLWCCH7OGwQuDTd5vVSkG > .row > .video-iframe-container { display: none; }#UbKWtU6fvW2TLWCCH7OGwQuDTd5vVSkG > .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); }#UbKWtU6fvW2TLWCCH7OGwQuDTd5vVSkG > .row .container { border-width: 0; border-radius: 0; }#UbKWtU6fvW2TLWCCH7OGwQuDTd5vVSkG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UbKWtU6fvW2TLWCCH7OGwQuDTd5vVSkG > .row .container { font-size:0.875rem;font-family:arial;height:7.1875rem;width:75rem;position:relative;display:block; }#Gi3VZKhA5nwXzyrT5NiJIJW8TeRwMcQ1 { background-color:#f1f3f6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.937rem;height:3.75rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.716796875rem;left:5.62353515625rem;display:block; }
#IcTtA3BsNbvFn1w9Lsn1tWLEUmELimkm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kiZvRK7hMJuKm8c6kZpro2LFt5rh3auL { background-color:#f1f3f6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4365rem;height:3.75rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.716796875rem;left:28.78125rem;display:block; }
#GiuFFEeXxQ2fbwKFM8c2KKsb0n1fMqxU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FopGoX2VnIidLWS7TJhwK9sXA8E0yHlC { background-color:#f1f3f6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.71875rem;left:50.998962402344rem;display:block; }
#RXhxWofncyh083vd4UplUb2a8mP0N95k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oAdKINhxXwCatqkHbbcnDuIRTrlbhWsT { position:relative;display:block; }#oAdKINhxXwCatqkHbbcnDuIRTrlbhWsT { background-color: transparent; background-image: none; }#oAdKINhxXwCatqkHbbcnDuIRTrlbhWsT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oAdKINhxXwCatqkHbbcnDuIRTrlbhWsT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oAdKINhxXwCatqkHbbcnDuIRTrlbhWsT > .row .container > .video-iframe-container { display: none; }#oAdKINhxXwCatqkHbbcnDuIRTrlbhWsT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oAdKINhxXwCatqkHbbcnDuIRTrlbhWsT > .row > .video-iframe-container { display: none; }#oAdKINhxXwCatqkHbbcnDuIRTrlbhWsT > .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); }#oAdKINhxXwCatqkHbbcnDuIRTrlbhWsT { border-width: 0; border-radius: 0; }#oAdKINhxXwCatqkHbbcnDuIRTrlbhWsT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#oAdKINhxXwCatqkHbbcnDuIRTrlbhWsT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WTlGAUKNqCXbZILtf8THlRld5c3RMGtI { color:#000000;display:block;width:58.374rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15001;line-height:1.6;letter-spacing:0;top:4.8046875rem;left:8.311767578125rem;height:8.3984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xd2UHddfxobmraDnHenreFmdyWk1Elat { color:rgba(var(--color-tertiary-2),1);display:block;width:60.4989375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:1.5616111755371rem;left:7.2487564086912rem;height:2.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IRbR0kz0zDbwAPtvyo7DEUD3aQ694OLU { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6241875rem;height:10.9375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:13.125rem;left:17.5rem;display:block; }
#SCzTkXHdUCmpXCTIVoBdK2GrIoeI2Dd6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MI8XJRJICOimI5qxqpwsXcQ7mQPBnqZD { position:relative;display:block; }#MI8XJRJICOimI5qxqpwsXcQ7mQPBnqZD { background-color: transparent; background-image: none; }#MI8XJRJICOimI5qxqpwsXcQ7mQPBnqZD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MI8XJRJICOimI5qxqpwsXcQ7mQPBnqZD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MI8XJRJICOimI5qxqpwsXcQ7mQPBnqZD > .row .container > .video-iframe-container { display: none; }#MI8XJRJICOimI5qxqpwsXcQ7mQPBnqZD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MI8XJRJICOimI5qxqpwsXcQ7mQPBnqZD > .row > .video-iframe-container { display: none; }#MI8XJRJICOimI5qxqpwsXcQ7mQPBnqZD > .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); }#MI8XJRJICOimI5qxqpwsXcQ7mQPBnqZD { border-width: 0; border-radius: 0; }#MI8XJRJICOimI5qxqpwsXcQ7mQPBnqZD > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MI8XJRJICOimI5qxqpwsXcQ7mQPBnqZD > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:47.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#GkHbFGdUp8SMeUaKDffUuCx23gPgzKvB { color:rgba(var(--color-tertiary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:9.40603351593rem;left:20.185548782349rem;height:1.6253875rem;text-align:center;text-align-last:center;display:block; }
#A1bTL3pOS3OodfT3yB9GSnQDK29htRTp { box-sizing:content-box;height:2.5625rem;width:17.6875rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),0.7);background-image:none;top:8.93728351593rem;left:19.312067031861rem;display:block; }
#Wk9TBCVmk9BBPQtRLo9X8ZiB21MK6MaT { 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.875rem;width:17.6875rem;top:1rem;left:55.9375rem;overflow:hidden;display:block; }
#X7hSo1xxRTMzsexn4ZebFQ8OQ3Cmt6LO { box-sizing:content-box;height:2.8125rem;width:17.625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-0),0.7);background-image:none;top:8.7494659423825rem;left:37.749464035034rem;display:block; }
#LJc2RTzZdGBOp9ZZpBGywx5I0pZmAlPc { box-sizing:content-box;height:2.8125rem;width:17.6875rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-0),0.7);background-image:none;top:8.625rem;left:55.9375rem;display:block; }
#vJVZFaNT7lcGRxBB2MtKoHlz2mDtahTk { color:rgba(var(--color-tertiary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:9.25rem;left:38.5625rem;height:1.6253875rem;text-align:center;text-align-last:center;display:block; }
#MQZnZE9TsC7p0cdIQV62CWE9gy3eQQP6 { color:rgba(var(--color-tertiary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:9.1875rem;left:56.8125rem;height:1.6253875rem;text-align:center;text-align-last:center;display:block; }
#TIKtdizE2fB3OXosak6LxOg3S7g0SVzp { color:rgba(var(--color-tertiary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:20.8125rem;left:20.1875rem;height:1.6253875rem;text-align:center;text-align-last:center;display:block; }
#ErhaNLC9yP0Uo6NMhSc5EH0G5KAGthod { color:rgba(var(--color-tertiary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:21rem;left:38.625rem;height:1.70625rem;text-align:center;text-align-last:center;display:block; }
#XtATW67vlk63fo3GUrtk1l8CvxNOoK7m { color:rgba(var(--color-tertiary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:21rem;left:56.8125rem;height:1.7858875rem;text-align:center;text-align-last:center;display:block; }
#dHMedPhOs7vGa3R21CW3UX5EsKZtkWNs { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.8125rem;height:10.875rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:12.686718940735rem;left:55.875rem;display:block; }
#iXgLQod4Lxv8Pa2NAndVOslnlsQyzROT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dOoLZTzC5ol3Dwt6zDOK5aUw0nFEfWLT { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.875rem;height:10.75rem;text-decoration:none;z-index:15075;text-align:center;text-align-last:center;top:24.468216896057rem;left:19.311967849731rem;display:block; }
#eGJLZr5kWKPbB2eCpTWSJxunTd7PCfns { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A1HyDiQodOQ8QHdKQ5K64ruhE1nFXw6V { color:rgba(var(--color-tertiary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:32.4375rem;left:20.3125rem;height:1.8691375rem;text-align:center;text-align-last:center;display:block; }
#kcp6NItw5ecZGfvCeXzEXssHUNoI3ZBH { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6875rem;height:10.9375rem;text-decoration:none;z-index:15076;text-align:center;text-align-last:center;top:35.96875rem;left:37.71875rem;display:block; }
#XIc9fcbEenoJpQ52UfmhLoIuqWrkXJLW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rwHS7eXpXwlHKDUmagJsdDuUBUNJWrp2 { box-sizing:content-box;height:2.8125rem;width:17.625rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-0),0.7);background-image:none;top:20.3125rem;left:19.4375rem;display:block; }
#eTNbtSwEMV6AGrsaKlZp2eTk20TDisS8 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.625rem;height:10.8125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:12.717969894409rem;left:19.34140586853rem;display:block; }
#bpX8r0OxRTmCxTZdi3fETCM1VrxxbHm4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zQvxuBVdMT10vuB874yCG8T5LTwBPeGl { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right: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.8744375rem;width:17.6873125rem;top:1.0616202354431rem;left:19.311433792114rem;overflow:hidden;display:block; }
#NUdG6u0rLcZ7nTULxRM5mQBnJ9BbZl9B { position:absolute;display:block;z-index:14996;border-top:0;border-left:0;border-right: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.875rem;width:17.6875rem;top:0.99964523315431rem;left:37.71661567688rem;overflow:hidden;display:block; }
#wvtCNtWQ7Gymlum6RKAV6rS0JuESP2Kw { position:absolute;display:block;z-index:14994;border-top:0;border-left:0;border-right: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.875rem;width:17.6875rem;top:12.625rem;left:19.3125rem;overflow:hidden;display:block; }
#Ln8vkLB5X3gmhxfraqBePoyTUaPQCPWJ { position:absolute;display:block;z-index:14993;border-top:0;border-left:0;border-right: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.875rem;width:17.6875rem;top:12.6875rem;left:37.75rem;overflow:hidden;display:block; }
#uxJsUprvk8SGWkoTBukpMvZcUKs740Dx { box-sizing:content-box;height:2.8125rem;width:17.8125rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-0),0.7);background-image:none;top:20.375rem;left:37.625rem;display:block; }
#eOAopkc33KxURdiEsPDdglOPkrMQzWQI { box-sizing:content-box;height:2.8125rem;width:17.8125rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-0),0.7);background-image:none;top:20.4375rem;left:55.875rem;display:block; }
#STVB5iCtIknh2w1KqUba4LA3hxXPq1RF { box-sizing:content-box;height:2.8125rem;width:17.9375rem;position:absolute;display:block;z-index:15051;background-color:rgba(var(--color-secondary-0),0.7);background-image:none;top:31.9375rem;left:19.3125rem;display:block; }
#M0LU6PEuUzxn09QMgqWnaeeWF8pz3v4T { position:absolute;display:block;z-index:14992;border-top:0;border-left:0;border-right: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.8125rem;width:17.8125rem;top:24.437149047851rem;left:19.374998092651rem;overflow:hidden;display:block; }
#HQhL9xZGXSB43TIVyBnIvPTGQLLVRwSn { box-sizing:content-box;height:2.8125rem;width:17.749rem;position:absolute;display:block;z-index:15055;background-color:rgba(var(--color-secondary-0),0.7);background-image:none;top:32rem;left:55.9375rem;display:block; }
#FiuE7k6sB7IhKgtB1VDciiR4iHxe3Tvl { color:rgba(var(--color-tertiary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:32.5625rem;left:56.8125rem;height:1.70625rem;text-align:center;text-align-last:center;display:block; }
#flxLU26kJdtGVdT9f4G8r1OB0bDTDI4F { position:absolute;display:block;z-index:15066;border-top:0;border-left:0;border-right: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.875rem;width:17.6875rem;top:36rem;left:19.3125rem;overflow:hidden;display:block; }
#BFGLhrFS3xS5LsdBkWUBLG55MQcLAbfQ { 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.875rem;width:17.6875rem;top:36rem;left:37.75rem;overflow:hidden;display:block; }
#zOtsGSGZoGV2LNrhloRIg5iBvT0V9TPb { box-sizing:content-box;height:2.8125rem;width:17.8125rem;position:absolute;display:block;z-index:15064;background-color:rgba(var(--color-secondary-0),0.7);background-image:none;top:43.6875rem;left:37.625rem;display:block; }
#ps5eiceICiSgTWVM4pwmQOoDdSVtOVdn { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6241875rem;height:10.810125rem;text-decoration:none;z-index:15074;text-align:center;text-align-last:center;top:24.34531211853rem;left:37.750782012939rem;display:block; }
#HaywFsSxfyB3Xkb522EBSmO85dvkkoIN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bgprFD0NJU6ZSiVZggWMEVAPDFTKITl2 { color:rgba(var(--color-tertiary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:44.25rem;left:38.625rem;height:1.6253875rem;text-align:center;text-align-last:center;display:block; }
#XQtiSs2kF1qa5SbabrLpmK7xmbFinD5T { box-sizing:content-box;height:2.8125rem;width:17.8125rem;position:absolute;display:block;z-index:15067;background-color:rgba(var(--color-secondary-0),0.7);background-image:none;top:43.75rem;left:19.25rem;display:block; }
#vr9wrPelGegxNLnycUJoKFJZ2mdEsSS6 { color:rgba(var(--color-tertiary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15068;line-height:1.3;letter-spacing:0;top:44.25rem;left:20.125rem;height:1.7858875rem;text-align:center;text-align-last:center;display:block; }
#NoXDURJUVfRr41vtsv5r89pJKKaevFxs { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6875rem;height:10.9375rem;text-decoration:none;z-index:15069;text-align:center;text-align-last:center;top:36rem;left:19.31015586853rem;display:block; }
#v8scbMMnXSNAOUIuPNsF6aRcf17khrkh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GKsPmbCqRPd01BcaMwd8O73EBN1zciSH { box-sizing:content-box;height:10.8735625rem;width:17.6864375rem;position:absolute;display:block;z-index:15059;background-color:rgba(var(--color-primary-2),0.85);background-image:none;top:36rem;left:55.9375rem;display:block; }
#fdHmTsHpXN7vGHCDeouOIWyrkVPSa6m3 { position:absolute;display:block;z-index:14990;border-top:0;border-left:0;border-right: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.875rem;width:17.75rem;top:12.75rem;left:55.9375rem;overflow:hidden;display:block; }
#qOegqVHFqxymVvXTHr6bCrq7TtegZwLT { position:absolute;display:block;z-index:14989;border-top:0;border-left:0;border-right: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.8744375rem;width:17.6873125rem;top:24.375rem;left:37.75rem;overflow:hidden;display:block; }
#qOo2MricPL1WRHzraFnTvJDZNr9OrRZJ { position:absolute;display:block;z-index:14988;border-top:0;border-left:0;border-right: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.8728125rem;width:17.6855625rem;top:24.375rem;left:55.9375rem;overflow:hidden;display:block; }
#zCfL3PfWhZ63IkDrbviL1xAcUqldGHBg { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.75rem;height:10.875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:12.686719894409rem;left:37.6875rem;display:block; }
#aTBTup9GqA1BEDF4HX7UqXPycgh2P6BU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gDSd9m46q6JhXGysPVLzNXDoV99a5w0x { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.685125rem;height:10.9375rem;text-decoration:none;z-index:15070;text-align:center;text-align-last:center;top:24.28125rem;left:55.939064025879rem;display:block; }
#TWGLIK72eNubLb3a62dEqSTIBRibXOSD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MMkwnVDwR69Wi9b2simxywiQNuqJCqtf { color:rgba(var(--color-secondary-0),1);display:block;width:15.6855625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15061;line-height:1.6;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.3125rem rgba(25,25,25,0.35);top:40.23828125rem;left:56.9375rem;height:2.4rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uO6IvxVFVUQ2DDrLfRXFctGLss8dgRub { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15073;opacity:1;top:31.6875rem;left:68.8125rem; }
#K7tmdWIVFq2muIwwRST3JXyfnAqcZSyl { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.25rem;width:15.8125rem;top:0.875rem;left:2rem;overflow:hidden;display:block; }
#kTQt58BnsTeQxgI3E2Fk3KAP7qsQTlfw { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:45.9375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:0.875rem;left:2.1875rem;display:block; }
#MX3PhI0PfR58H7DOCc4uPsypHDvIs82l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kmViH8TAfUv03PEVhQyRrPixuqDV02iM { color:rgba(var(--color-secondary-0),1);display:block;width:15.561rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15065;line-height:1.5;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.3125rem rgba(25,25,25,0.35);top:14.6875rem;left:2.1560344696045rem;height:13.8720625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TQmZhmsTEJ0xGviPepGAGlpXJIQtV5HS { color:rgba(var(--color-secondary-0),1);display:block;width:15.686875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15066;line-height:1.6;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.3125rem rgba(25,25,25,0.35);top:30.108509063721rem;left:2.0920143127441rem;height:1.9rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hy5U6TeuzxGbx6394IqnkHpUs0m3MK8d { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.68555rem;width:2.68555rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15078;opacity:1;top:29.883464813233rem;left:13.562284469604rem; }
#QgEInzVVLdoTcXbxFwhVMbBlxpcoxhQ6 { box-sizing:content-box;height:2.8125rem;width:17.7485rem;position:absolute;display:block;z-index:15054;background-color:rgba(var(--color-secondary-0),0.7);background-image:none;top:31.963977813721rem;left:37.68772315979rem;display:block; }
#qAJeboKMosrnkgiP9ERpOsxB5GC1sz6C { color:rgba(var(--color-tertiary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:32.516277313233rem;left:38.592668533325rem;height:1.70625rem;text-align:center;text-align-last:center;display:block; }
#z8drhpMSAL25VyWolinJfbx0z4uUdWob { box-sizing:content-box;height:46.0623125rem;width:16.124125rem;position:absolute;display:block;z-index:15064;background-color:rgba(var(--color-primary-2),0.75);background-image:none;top:0.9375rem;left:1.875rem;display:block; }
#TGJTegkdqUUEMOBIEMLSZDTrUU0GaxrI { box-sizing:content-box;height:2.8125rem;width:17.625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-0),0.7);background-image:none;top:8.6875rem;left:37.75rem;display:none; }
#syXpCftL6BmTfmdNIw3HP2phNUIRtirq { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6248125rem;height:10.8105625rem;text-decoration:none;z-index:15074;text-align:center;text-align-last:center;top:24.436849594116rem;left:37.749567031861rem;display:none; }
#VGzyRpC8L2EM3TRtNN8HQNQATIXyBMB9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DBZOZBvWbo9n1X4BNBVAwk6IsMiUk5Vl { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.0625rem;font-weight:700;font-style:normal;line-height:0;overflow:hidden;position:absolute;width:17.8125rem;height:10.9375rem;text-decoration:none;z-index:15079;text-align:center;text-align-last:center;top:0.6396484375rem;left:19.248046875rem;display:block; }
#NEX31cwsmhSwf5BTnAV0rhCyeQG4NINN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f9Dp1gHPvFwy3OxKpBZPcEiTfuaC2JmK { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5625rem;height:10.8125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:1.03125rem;left:56rem;display:block; }
#p3XvIAOEzcF30kb9oevbSsXXTURMTeTm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WwybTkbHfD2GzuJWgzzTalwWBrfaIUFW { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6243125rem;height:10.8744375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:1.000358581543rem;left:37.749998092651rem;display:block; }
#bfPGOIX9uIvOWeNcGN8s8OKVBSLsyCqs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PqgaD9QsuEyvdHflKk8oPP2ecREt584A { position:absolute;display:block;z-index:14987;border-top:0;border-left:0;border-right: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.9375rem;width:17.625rem;top:35.96875rem;left:55.9375rem;overflow:hidden;display:block; }
#ZMcB785ubmH5TPOlGoXg37UWpRfdpAv5 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6243125rem;height:10.8744375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:1.000358581543rem;left:37.749998092651rem;display:none; }
#FRKyStSxTWM8hzqPOE14u4WkseMTiEAA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kNWwx86BmcqTefhAlvy3V4CaNOqZFT0z { position:relative;display:block; }#kNWwx86BmcqTefhAlvy3V4CaNOqZFT0z { background-color: transparent; background-image: none; }#kNWwx86BmcqTefhAlvy3V4CaNOqZFT0z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kNWwx86BmcqTefhAlvy3V4CaNOqZFT0z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kNWwx86BmcqTefhAlvy3V4CaNOqZFT0z > .row .container > .video-iframe-container { display: none; }#kNWwx86BmcqTefhAlvy3V4CaNOqZFT0z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kNWwx86BmcqTefhAlvy3V4CaNOqZFT0z > .row > .video-iframe-container { display: none; }#kNWwx86BmcqTefhAlvy3V4CaNOqZFT0z > .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); }#kNWwx86BmcqTefhAlvy3V4CaNOqZFT0z { border-width: 0; border-radius: 0; }#kNWwx86BmcqTefhAlvy3V4CaNOqZFT0z > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#kNWwx86BmcqTefhAlvy3V4CaNOqZFT0z > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:9.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zTxuvdKDh7PL7hXrhVK3uuqsu4r06iQm { color:rgba(var(--color-tertiary-2),1);display:block;width:60.495625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:4.3115234375rem;left:5.43701171875rem;height:2.4755875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dQJhAM9Swww8dKpLOUtGpsf8zqMz9axf { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.124025rem;width:2.124025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:4.4873046875rem;left:2.56103515625rem; }
#wrGNQelFcF3SGOI1oxzpoe6FQkRkWq9E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#wrGNQelFcF3SGOI1oxzpoe6FQkRkWq9E > .row .container { background-color: transparent; background-image: none; }#wrGNQelFcF3SGOI1oxzpoe6FQkRkWq9E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wrGNQelFcF3SGOI1oxzpoe6FQkRkWq9E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wrGNQelFcF3SGOI1oxzpoe6FQkRkWq9E > .row .container > .video-iframe-container { display: none; }#wrGNQelFcF3SGOI1oxzpoe6FQkRkWq9E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wrGNQelFcF3SGOI1oxzpoe6FQkRkWq9E > .row > .video-iframe-container { display: none; }#wrGNQelFcF3SGOI1oxzpoe6FQkRkWq9E > .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); }#wrGNQelFcF3SGOI1oxzpoe6FQkRkWq9E > .row .container { border-width: 0; border-radius: 0; }#wrGNQelFcF3SGOI1oxzpoe6FQkRkWq9E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wrGNQelFcF3SGOI1oxzpoe6FQkRkWq9E > .row .container { font-size:0.875rem;font-family:arial;height:30.625rem;width:75rem;position:relative;display:block; }#lisFEXbNJ1KTvrCD9qBGvy1zHyyfMqr7 { box-sizing:content-box;height:1.24783125rem;width:1.24783125rem;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:15011;background-color:#e3e3e3;background-image:none;top:20.438282012939rem;left:1.4203128814698rem;display:none; }
#lxUc9zUgTcKKEGO5vfnMluRzAIPHg43J { color:rgba(var(--color-secondary-2),1);display:block;width:47.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:1.625rem;left:4.75rem;height:2.4375rem;display:block; }
#aDK8gSzozUnQ6c6NTa27pq0eTWemeBOS { box-sizing:content-box;height:0.125rem;width:47.125rem;position:absolute;display:block;z-index:15014;background-color:#636362;background-image:none;top:4.561767578125rem;left:5rem;display:block; }
#AUUVlI33f4NaM2brsdPenzA8h1PkePqR { color:#636362;display:block;width:53.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:5.8125rem;left:4.875rem;height:2.03125rem;font-style:normal;display:block; }
#Kg7gPh829BroE8D3TrSKloBg5H7LILPq { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:8.75rem;top:0.8125rem;left:51.5625rem;overflow:hidden;display:block; }
#DHAzOq2HOTPEDKSDtmbr63OaS5TUeIWK { box-sizing:content-box;height:2.1875rem;width:4.5625rem;position:absolute;display:block;z-index:15017;background-color:#7ab41d;background-image:none;top:12.125rem;left:19.9375rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
#tWVTlOG9R3wmUr7izqygzSoyJmVo8qv7 { color:rgba(var(--color-tertiary-0),1);display:block;width:3.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:12.5rem;left:20.3125rem;height:1.3816375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XhiZ20kL3GtRFc3w07VN3Eb0roec0rr0 { 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:16.1875rem;width:24.625rem;top:9.0625rem;left:1.9375rem;overflow:hidden;display:block; }
#g7XiLMJ5e8Tzq8qF7qPw7ANyAJz6uDW0 { color:#7ab41d;display:block;width:8rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:12.125rem;left:26.1875rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#vRMUMLshxASP4ROdlKFkJrmwxdeWD8aW { color:rgba(var(--color-tertiary-2),1);display:block;width:10.124125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:14.9375rem;left:26.1875rem;height:6.8213125rem;text-align:left;text-align-last:left;display:block; }
#tT8nvlBIesGkUgkw2354T8RWiCFaX2Bp { color:rgba(var(--color-tertiary-0),1);display:block;width:3.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:11.9375rem;left:50.562501907349rem;height:1.3816375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oSbZhtHlU6LFEkLcSvVaNE10VcmpuEKu { box-sizing:content-box;height:1.875rem;width:3.75rem;position:absolute;display:block;z-index:15027;background-color:#7ab41d;background-image:none;top:11.645833969116rem;left:50.562501907349rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
#M7Dt76BDVa2TU0dCz7oxeKA5M1STFLnr { 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:14.625rem;width:10.25rem;top:10.968750715256rem;left:41.792156411499rem;overflow:hidden;display:block; }
#ek4HWo527eETLAAITmNAb8TUXnTLR20R { color:#7ab41d;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:12.125001907349rem;left:56.316665649414rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#t9f96JHcvk3a1wyIa9yuBBxgO4TKVcmD { color:rgba(var(--color-tertiary-2),1);display:block;width:11rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:14.562501907349rem;left:57.066665649414rem;height:6.8213125rem;text-align:left;text-align-last:left;display:block; }
#UgDpqU12C9CH5ZuOXhvd4Q7wM1ix3oKF { box-sizing:content-box;height:17.9375rem;width:32.5625rem;position:absolute;display:block;z-index:15009;background-color:rgba(217,225,231,0.3);background-image:none;top:9.5625rem;left:4.625rem;display:block; }
#iQA7UiKzgZSE8trNV7Rc9n0O6gcqXttT { box-sizing:content-box;height:18.1875rem;width:32.5625rem;position:absolute;display:block;z-index:15010;background-color:rgba(217,225,231,0.3);background-image:none;top:9.625rem;left:39.65625rem;display:block; }
#nQPT4O1WQHQZHgy7e6dhllpqDdrt9zu8 { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:10.5rem;height:2.625rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:22.691669464111rem;left:26.15625rem;display:block; }
#xtWB7csxVeMLlHa7geU04GhzkvzR7O91 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rcMaXvT7tRCStrp9I53w8xTC5dwXlXEc { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:10.5rem;height:2.625rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:22.691669464111rem;left:57.3125rem;display:block; }
#FdLWo1GLL01KeDWKBTvnr1qsLmVJC5QO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FD2dJ2H35BTipd1JuPCdP3BQIQ1p1OJp { position:relative;display:block; }#FD2dJ2H35BTipd1JuPCdP3BQIQ1p1OJp { background-color: transparent; background-image: none; }#FD2dJ2H35BTipd1JuPCdP3BQIQ1p1OJp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FD2dJ2H35BTipd1JuPCdP3BQIQ1p1OJp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FD2dJ2H35BTipd1JuPCdP3BQIQ1p1OJp > .row .container > .video-iframe-container { display: none; }#FD2dJ2H35BTipd1JuPCdP3BQIQ1p1OJp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FD2dJ2H35BTipd1JuPCdP3BQIQ1p1OJp > .row > .video-iframe-container { display: none; }#FD2dJ2H35BTipd1JuPCdP3BQIQ1p1OJp > .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); }#FD2dJ2H35BTipd1JuPCdP3BQIQ1p1OJp { border-width: 0; border-radius: 0; }#FD2dJ2H35BTipd1JuPCdP3BQIQ1p1OJp > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#FD2dJ2H35BTipd1JuPCdP3BQIQ1p1OJp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uAh1TLr2RbiPmLfepucgWIfNFT9RKtpE { color:rgba(var(--color-tertiary-2),1);display:block;width:57.56225rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:1.3232421875rem;left:6.81640625rem;height:2.47411875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gDlgBDdqr1FLn3aoqpd2Im6feFfkf1Ef { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.124025rem;width:2.124025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:1.4990234375rem;left:3.006591796875rem; }
#sdCO8HXx0c1svEiq4w3reEXxJE5yrNH2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#sdCO8HXx0c1svEiq4w3reEXxJE5yrNH2 > .row .container { background-color: transparent; background-image: none; }#sdCO8HXx0c1svEiq4w3reEXxJE5yrNH2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sdCO8HXx0c1svEiq4w3reEXxJE5yrNH2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sdCO8HXx0c1svEiq4w3reEXxJE5yrNH2 > .row .container > .video-iframe-container { display: none; }#sdCO8HXx0c1svEiq4w3reEXxJE5yrNH2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sdCO8HXx0c1svEiq4w3reEXxJE5yrNH2 > .row > .video-iframe-container { display: none; }#sdCO8HXx0c1svEiq4w3reEXxJE5yrNH2 > .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); }#sdCO8HXx0c1svEiq4w3reEXxJE5yrNH2 > .row .container { border-width: 0; border-radius: 0; }#sdCO8HXx0c1svEiq4w3reEXxJE5yrNH2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sdCO8HXx0c1svEiq4w3reEXxJE5yrNH2 > .row .container { font-size:0.875rem;font-family:arial;height:28.25rem;width:75rem;position:relative;display:block; }#ItgHdTTazidIdaT91o6MFHcJeBIGOnVD { box-sizing:content-box;height:1.24783125rem;width:1.24783125rem;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:15011;background-color:#e3e3e3;background-image:none;top:20.438282012939rem;left:1.4203128814698rem;display:none; }
#AsF53G9DGxW8kTfe9XlVlqXyqSqR9w0K { 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:17.9375rem;width:18rem;top:1.5614585876465rem;left:0rem;overflow:hidden;display:block; }
#drrIX7dRRTIG66p52idkZcKyRgBO5f9C { color:#7ab41d;display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:5.4041595458984rem;left:19.625rem;height:2.598875rem;text-align:center;text-align-last:center;display:block; }
#Ed9fL61bNvRg1dAz7c4nKUrUZunT2rWR { color:rgba(var(--color-tertiary-2),1);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:8.4999942779544rem;left:19.625rem;height:6.8213125rem;text-align:left;text-align-last:left;display:block; }
#AtrZfpcJTtVqnT4FGWl8C0a05AKaPRh8 { color:#7ab41d;display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:5.4031257629394rem;left:56.375rem;height:2.598875rem;text-align:center;text-align-last:center;display:block; }
#pK7TUMTzMTq00efhW6sSHhK9OQloiVDh { color:rgba(var(--color-tertiary-2),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:8.0031261444094rem;left:56.375rem;height:6.8213125rem;text-align:left;text-align-last:left;display:block; }
#PRyrHcUr9LMSglFR2AiCnG2ysNcfQ0RV { position:absolute;display:block;z-index:15031;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:14.0625rem;width:16rem;top:3.4999942779541rem;left:38.816665649414rem;overflow:hidden;display:block; }
#EQHN0AyhQokQKEEyLWB6tpXCF0r4ioLl { position:absolute;display:block;z-index:15032;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:22.5625rem;left:2rem;overflow:hidden;display:block; }
#DprnDDTDzwmcMR68FBZwT5cM6EWf7FqE { color:rgba(var(--color-tertiary-2),1);display:block;width:4.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:23.0625rem;left:5.875rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#TDuHRzxzUnA8FmwiMNVM7ZTFB7koS9Jf { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:22.562500953674rem;left:11.0625rem;overflow:hidden;display:block; }
#fZtoz9eQb3de8PQTbzvHW4LtOsWtAlAk { color:rgba(var(--color-tertiary-2),1);display:block;width:6.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:22.453125953674rem;left:14.96875rem;height:3.6547875rem;text-align:left;text-align-last:left;display:block; }
#sHeT3XeMHt53btgLf6cwg4XH9ma7POcX { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:22.562500953674rem;left:23.15625rem;overflow:hidden;display:block; }
#ETT4Dpt9D6CPPfx17TRmEkdsJe4xH2Af { color:rgba(var(--color-tertiary-2),1);display:block;width:7.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:21.84375rem;left:27.125rem;height:4.87305rem;text-align:left;text-align-last:left;display:block; }
#ALm2fLTTAX2TyKoZOQrSkysh8uAWAFxh { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:22.5625rem;left:38.81640625rem;overflow:hidden;display:block; }
#XSaM6HTR0hhc1PppVz8DCA3Jo97VoKNJ { color:rgba(var(--color-tertiary-2),1);display:block;width:6.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:22.487501144409rem;left:42.625rem;height:3.6547875rem;text-align:left;text-align-last:left;display:block; }
#pgk1dSrIbSlIAADwXeHkP5FpoV7y8ibU { position:absolute;display:block;z-index:15036;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:22.5625rem;left:50.3125rem;overflow:hidden;display:block; }
#LqEPzSlnJwGdu54qXMosHXsO7bSu7UZp { color:rgba(var(--color-tertiary-2),1);display:block;width:7.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:22.500001907349rem;left:54.375rem;height:3.6547875rem;text-align:left;text-align-last:left;display:block; }
#Vv1itmw7y59LizK8h29Vhqty17k9UlsR { position:absolute;display:block;z-index:15037;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:22.5625rem;left:62.75rem;overflow:hidden;display:block; }
#EkerDwARffCyMLO3wFuH2hrm1pNoWCFd { color:rgba(var(--color-tertiary-2),1);display:block;width:8.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:22.500001907349rem;left:66.625rem;height:3.6547875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LptTx0rvXizlJN2ERA2SdtJevuGQL8PD { box-sizing:content-box;height:28.125rem;width:36.625rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;display:block; }
#vDXZzPw3uJX1DBC0u2VidmDeg3QeQSKw { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:10.5rem;height:2.625rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:16.162499904633rem;left:19.625rem;display:block; }
#suRWvqmpSi0o0JrCmaS8KyMyT6G56x73 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AAMFi4eXoZzIeVUsbTdDsHw0uTiiQxXT { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:10.5rem;height:2.625rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:16.16250038147rem;left:56.375rem;display:block; }
#UZKr8rNB8CcGkrub3NaIKOLi7A3e34gr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gHxLnLpgMXf00VEnVKqC4MTwSOOekoST { position:relative;display:block; }#gHxLnLpgMXf00VEnVKqC4MTwSOOekoST { background-color: transparent; background-image: none; }#gHxLnLpgMXf00VEnVKqC4MTwSOOekoST::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gHxLnLpgMXf00VEnVKqC4MTwSOOekoST > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gHxLnLpgMXf00VEnVKqC4MTwSOOekoST > .row .container > .video-iframe-container { display: none; }#gHxLnLpgMXf00VEnVKqC4MTwSOOekoST > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gHxLnLpgMXf00VEnVKqC4MTwSOOekoST > .row > .video-iframe-container { display: none; }#gHxLnLpgMXf00VEnVKqC4MTwSOOekoST > .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); }#gHxLnLpgMXf00VEnVKqC4MTwSOOekoST { border-width: 0; border-radius: 0; }#gHxLnLpgMXf00VEnVKqC4MTwSOOekoST > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#gHxLnLpgMXf00VEnVKqC4MTwSOOekoST > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0.3);background-image:none;font-size:0.875rem;font-family:arial;height:6.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#AkabruSdgqE4mPrqaOIgQXgmmK8hlkNe { color:rgba(var(--color-tertiary-2),1);display:block;width:29.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:2.1064453125rem;left:6.12451171875rem;height:2.47411875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o82LK2RDwbpkFublElKLBxDELKAcZOJi { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:2.28076171875rem;left:2.00390625rem; }
#Li3Nni5URyfHZdxbkGSiRBobW7h4A2H6 { position:relative;display:block; }#Li3Nni5URyfHZdxbkGSiRBobW7h4A2H6 { background-color: transparent; background-image: none; }#Li3Nni5URyfHZdxbkGSiRBobW7h4A2H6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Li3Nni5URyfHZdxbkGSiRBobW7h4A2H6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Li3Nni5URyfHZdxbkGSiRBobW7h4A2H6 > .row .container > .video-iframe-container { display: none; }#Li3Nni5URyfHZdxbkGSiRBobW7h4A2H6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Li3Nni5URyfHZdxbkGSiRBobW7h4A2H6 > .row > .video-iframe-container { display: none; }#Li3Nni5URyfHZdxbkGSiRBobW7h4A2H6 > .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); }#Li3Nni5URyfHZdxbkGSiRBobW7h4A2H6 { border-width: 0; border-radius: 0; }#Li3Nni5URyfHZdxbkGSiRBobW7h4A2H6 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Li3Nni5URyfHZdxbkGSiRBobW7h4A2H6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0.3);background-image:none;font-size:0.875rem;font-family:arial;height:25.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hbrZqv3l2URpR1RW1yBztcoU0nNDMW9C { 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:13.375rem;width:14.9375rem;top:1.3125rem;left:5.03125rem;overflow:hidden;display:block; }
#GD2orLoweloT76i699WJCmIBz8i8IqGz { position:absolute;display:block;z-index:15001;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:14.875rem;width:11.375rem;top:0.5625rem;left:31.4375rem;overflow:hidden;display:block; }
#GS2PnORTVnKe8C9XiBDPKWa0Og10kBak { position:absolute;display:block;z-index:15002;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:14.5rem;width:14.1875rem;top:0.75rem;left:55.40625rem;overflow:hidden;display:block; }
#FnDX50C1vOEFdCvSTupU1pX1MwTQh2rc { color:#7ab41d;display:block;width:9.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:15.25rem;left:7.90625rem;height:2.35595625rem;text-align:center;text-align-last:center;display:block; }
#rRnQqABkZ9P0yvQbf1bTREJxNg9lW4JV { color:#7ab41d;display:block;width:9.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:15.25rem;left:32.90625rem;height:2.35595625rem;text-align:center;text-align-last:center;display:block; }
#FsvgL5kreTXlR5FA2gmK65ceAVPTiJxZ { color:#7ab41d;display:block;width:9.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:15.437501430511rem;left:57.90625rem;height:2.35595625rem;text-align:center;text-align-last:center;display:block; }
#DmC6NkV5rWTTfnwF0neeKZXiRUs02NLQ { color:#003a5d;display:block;width:24rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:17.60546875rem;left:0.5rem;height:1.8691375rem;text-align:center;text-align-last:center;display:block; }
#NDMl8LR97fTLGw5tMsKQ1rEfazMxf3xl { color:#003a5d;display:block;width:24rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:17.60546875rem;left:25.5rem;height:1.8691375rem;text-align:center;text-align-last:center;display:block; }
#CmNlI7PsnzKJpWuQR52koCt7J3Q1Um7S { color:#003a5d;display:block;width:24rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:17.606250286103rem;left:50.5rem;height:1.8691375rem;text-align:center;text-align-last:center;display:block; }
#STqC15Kp5bMhJgqh6SAA1RIHXFXm2ALI { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:10.625rem;height:2.875rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:20.700000286103rem;left:7.1875rem;display:block; }
#BoHHQT9C9gvB8fap10MMakIR2Chq4k0n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w75S2JxRG9qOWGaBuOB2aKVOb0Tr9w58 { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:10.625rem;height:2.875rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:20.700000286103rem;left:32.1875rem;display:block; }
#x2hWgJ88mqHLNTGu02StwsfboL1zvIBb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WvHqBwFvPvs604nGlC3r0iXxNhq795lr { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:10.625rem;height:2.875rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:20.700000286103rem;left:57.1875rem;display:block; }
#oi52K4zCkCmsTaRbxaS9XOyZ54WDssI8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ses2NEs8WMBoNnrGCazK0BkpcN8Sf8Db { position:relative;display:block; }#Ses2NEs8WMBoNnrGCazK0BkpcN8Sf8Db { background-color: transparent; background-image: none; }#Ses2NEs8WMBoNnrGCazK0BkpcN8Sf8Db::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ses2NEs8WMBoNnrGCazK0BkpcN8Sf8Db > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ses2NEs8WMBoNnrGCazK0BkpcN8Sf8Db > .row .container > .video-iframe-container { display: none; }#Ses2NEs8WMBoNnrGCazK0BkpcN8Sf8Db > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ses2NEs8WMBoNnrGCazK0BkpcN8Sf8Db > .row > .video-iframe-container { display: none; }#Ses2NEs8WMBoNnrGCazK0BkpcN8Sf8Db > .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); }#Ses2NEs8WMBoNnrGCazK0BkpcN8Sf8Db { border-width: 0; border-radius: 0; }#Ses2NEs8WMBoNnrGCazK0BkpcN8Sf8Db > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Ses2NEs8WMBoNnrGCazK0BkpcN8Sf8Db > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0.3);background-image:none;font-size:0.875rem;font-family:arial;height:5.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uV0aCT5Hr8FITKHxRPK7GDLMkwBLQ9yb { color:rgba(var(--color-tertiary-2),1);display:block;width:60.495625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:1.4794921875rem;left:6.31103515625rem;height:2.4755875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pcBPNrVpxGdEApQirToMsTvAmh7pzz4U { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:1.6552734375rem;left:2.81005859375rem; }
#EQfuJ5Tw49iPvs6sRu3qH5z11X31ZJcy { position:relative;display:block; }#EQfuJ5Tw49iPvs6sRu3qH5z11X31ZJcy { background-color: transparent; background-image: none; }#EQfuJ5Tw49iPvs6sRu3qH5z11X31ZJcy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EQfuJ5Tw49iPvs6sRu3qH5z11X31ZJcy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EQfuJ5Tw49iPvs6sRu3qH5z11X31ZJcy > .row .container > .video-iframe-container { display: none; }#EQfuJ5Tw49iPvs6sRu3qH5z11X31ZJcy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EQfuJ5Tw49iPvs6sRu3qH5z11X31ZJcy > .row > .video-iframe-container { display: none; }#EQfuJ5Tw49iPvs6sRu3qH5z11X31ZJcy > .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); }#EQfuJ5Tw49iPvs6sRu3qH5z11X31ZJcy { border-width: 0; border-radius: 0; }#EQfuJ5Tw49iPvs6sRu3qH5z11X31ZJcy > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#EQfuJ5Tw49iPvs6sRu3qH5z11X31ZJcy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0.3);background-image:none;font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#p826Ac9GMLNd3TnU2ghdTH8z0nOAAtkR { 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:29.9375rem;width:23.375rem;top:1.185417175293rem;left:46.912498474121rem;overflow:hidden;display:block; }
#OX48iKZwWyQGnRCT5wTl9WsMnM5fbKnV { color:#7ab41d;display:block;width:21.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.532958984375rem;left:2.52197265625rem;height:4.0628875rem;display:block; }
#lOSW2Km2v2MC0KkzWCW1NlTlqTU2k7kd { box-sizing:content-box;height:2.62478125rem;width:4.62456875rem;position:absolute;display:block;z-index:15028;background-color:#7ab41d;background-image:none;top:4.0478515625rem;left:62.646484375rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
#oG8dHKmqzqU3rdGei2EVH4PbxkIcXqoM { color:rgba(var(--color-secondary-2),1);display:block;width:3.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:4.425048828125rem;left:63.08349609375rem;height:1.8691375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#soDDokbuLvWpqImEkxZc7Pput2z7hDgl { color:rgba(var(--color-tertiary-2),1);display:block;width:41.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:9.7955732345581rem;left:2.5208358764649rem;height:12.5097625rem;text-align:justify;text-align-last:initial;display:block; }
#RM50Spa1u4O1zJZplaBnoy2kyrEhV45C { box-sizing:content-box;height:32.1875rem;width:28.6875rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),0.7);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.1864624023438rem;left:45.163543701172rem;display:block; }
#ZqahWQTFHuu7cQ4hHVd3cR4ZDureGRAc { box-sizing:content-box;height:0.1875rem;width:23.0625rem;position:absolute;display:block;z-index:15015;background-color:#636362;background-image:none;top:6.486572265625rem;left:2.52197265625rem;display:block; }
#mOF7hqRAy3Z7z6Znv7QWTwBlA5aJ2BSE { color:rgba(var(--color-tertiary-2),1);display:block;width:2.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:3.981201171875rem;left:23.8330078125rem;height:2.19238125rem;text-align:left;text-align-last:left;display:block; }
#uB3ogriMeWHvZeSSxplqKXnt7PpU6ysl { 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:5.06225625rem;width:8.75rem;top:2.219970703125rem;left:25.269775390625rem;overflow:hidden;display:block; }
#GBOUPdNdXfTtvUcMBM0DT3ytxz9ItHKn { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:25.947918891907rem;left:2.5208358764649rem;overflow:hidden;display:block; }
#FA7CpvaactRPPvmw4TJrVeFVAXefV2Gv { color:rgba(var(--color-tertiary-2),1);display:block;width:7.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15027;line-height:1.2;letter-spacing:0;top:25.990887641907rem;left:6.583335876465rem;height:2.99805rem;text-align:left;text-align-last:left;display:block; }
#VkKBUEhlatO9Ewb79fLpN2lByTZvnvua { position:absolute;display:block;z-index:15031;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:25.947918891907rem;left:14.020835876465rem;overflow:hidden;display:block; }
#Lixmq6r9Hd6aqFMtaoU1R9vqz1dKEaDy { color:rgba(var(--color-tertiary-2),1);display:block;width:8.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15028;line-height:1.2;letter-spacing:0;top:26.123700141907rem;left:18.208335876465rem;height:2.99805rem;text-align:left;text-align-last:left;display:block; }
#bUNm2Olkl3tfmrSH3vTntTn5mD8Ll9OW { position:absolute;display:block;z-index:15032;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:25.947918891907rem;left:28.415367126465rem;overflow:hidden;display:block; }
#tpBgWPuvNzPS8hVxLffH5D5RkdB9vM0k { color:rgba(var(--color-tertiary-2),1);display:block;width:11.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15029;line-height:1.2;letter-spacing:0;top:25.447918891907rem;left:32.51953125rem;height:4.49706875rem;text-align:left;text-align-last:left;display:block; }
#h4lX59PbCkOSGkTkkn658gaW8zUTEXkR { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:13.125rem;height:3.5rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:31.372909545899rem;left:46.038543701172rem;display:block; }
#rbTBbcc5p4Hz8JvhKD62ycXxqFz7aEsi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h3htmMdrSRNe4cnH3Drcl7XuVhBuIbHJ { position:relative;display:block; }#h3htmMdrSRNe4cnH3Drcl7XuVhBuIbHJ { background-color: transparent; background-image: none; }#h3htmMdrSRNe4cnH3Drcl7XuVhBuIbHJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h3htmMdrSRNe4cnH3Drcl7XuVhBuIbHJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h3htmMdrSRNe4cnH3Drcl7XuVhBuIbHJ > .row .container > .video-iframe-container { display: none; }#h3htmMdrSRNe4cnH3Drcl7XuVhBuIbHJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h3htmMdrSRNe4cnH3Drcl7XuVhBuIbHJ > .row > .video-iframe-container { display: none; }#h3htmMdrSRNe4cnH3Drcl7XuVhBuIbHJ > .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); }#h3htmMdrSRNe4cnH3Drcl7XuVhBuIbHJ { border-width: 0; border-radius: 0; }#h3htmMdrSRNe4cnH3Drcl7XuVhBuIbHJ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#h3htmMdrSRNe4cnH3Drcl7XuVhBuIbHJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:1rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#IuzXE0Epw2BrIW9qEbFxtZiqACpIcn15 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.35);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; }#IuzXE0Epw2BrIW9qEbFxtZiqACpIcn15 > .row .container { background-color: transparent; background-image: none; }#IuzXE0Epw2BrIW9qEbFxtZiqACpIcn15::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IuzXE0Epw2BrIW9qEbFxtZiqACpIcn15 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IuzXE0Epw2BrIW9qEbFxtZiqACpIcn15 > .row .container > .video-iframe-container { display: none; }#IuzXE0Epw2BrIW9qEbFxtZiqACpIcn15 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IuzXE0Epw2BrIW9qEbFxtZiqACpIcn15 > .row > .video-iframe-container { display: none; }#IuzXE0Epw2BrIW9qEbFxtZiqACpIcn15 > .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); }#IuzXE0Epw2BrIW9qEbFxtZiqACpIcn15 > .row .container { border-width: 0; border-radius: 0; }#IuzXE0Epw2BrIW9qEbFxtZiqACpIcn15 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IuzXE0Epw2BrIW9qEbFxtZiqACpIcn15 > .row .container { font-size:0.875rem;font-family:arial;height:33rem;width:75rem;position:relative;display:block; }#XTnbPR4FVGmByO6yfSZdkmGiy7oansig { color:rgba(var(--color-secondary-2),1);display:block;width:40.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:3.375rem;left:5.5rem;height:3.25rem;display:block; }
#aLLbsZPBn50974GPttIeyKQl1fRz0SeO { box-sizing:content-box;height:0.25rem;width:35.1875rem;position:absolute;display:block;z-index:15014;background-color:#636362;background-image:none;top:6.9375rem;left:5.5rem;display:block; }
#PCOcaQNEAhxOEZ5IFtVTvh67gzflVBKW { color:#636362;display:block;width:64.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:8.1875rem;left:5.375rem;height:2.03125rem;font-style:normal;display:block; }
#eWNqxThyK8SpM8I8mbTDazMTOwaRuV0a { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4375rem;width:11.4375rem;top:1.78125rem;left:40.254165649414rem;overflow:hidden;display:block; }
#mMwba5WTyzwNmHgka5VuPAAluF1G47Qu { color:rgba(var(--color-tertiary-2),1);display:block;width:65.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:12rem;left:5.375rem;height:4.77905rem;text-align:justify;text-align-last:initial;display:block; }
#tLeT3mDiCf19N5y5TprxPG4neyG0Dbng { 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:5.0625rem;width:5.0625rem;top:18.75rem;left:5.3125rem;overflow:hidden;display:block; }
#VV8mpLzHZBNPBBEeQWWBByDb0WrHD7Ny { color:rgba(var(--color-primary-2),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:19.4375rem;left:11.1875rem;height:1.3rem;font-style:normal;display:block; }
#SXOA581zahuKHNrWl16tdBz9UdasAoI5 { color:#636362;display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:20.875rem;left:11.1875rem;height:3.6547875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#es2FwpMZ5TPzkT32cyhVOJBAbUAEsb5T { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:18.9375rem;left:28.1875rem;overflow:hidden;display:block; }
#IAWUb6AKAKcaF8sQB8VagAM3aFyOqAih { color:rgba(var(--color-primary-2),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:19.4375rem;left:33.8125rem;height:1.3rem;font-style:normal;display:block; }
#ZvZ4K8zecMETdOSeJQH84CIVlfTdix8S { color:#636362;display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:20.875rem;left:33.8125rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vCm5iRTqsHBzegCxRKJfpWNUrgF8qO00 { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:5.3125rem;top:18.625rem;left:53.5rem;overflow:hidden;display:block; }
#T3wlOV4VU3Sp0lyrRoWCTSMng6VriP88 { color:rgba(var(--color-primary-2),1);display:block;width:11.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:19.4375rem;left:58.4375rem;height:1.3rem;font-style:normal;display:block; }
#mf4QOdA38bmdaCGkuKTrZkcBvgpNJLbf { color:#636362;display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:20.75rem;left:58.5625rem;height:3.6547875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Nn18QuSZdRIJ7Tt4whX12UqfQ6X1357w { 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-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:14.5rem;height:3.8125rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:26.75rem;left:30.25rem;display:block; }
#XZPCm2GElcoR3crCiRnBD5qQ4Fb570LH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BLTyVuZGs49hACNT7msW2C3nXH9ILlvh { box-sizing:content-box;height:2.62395625rem;width:4.62395625rem;position:absolute;display:block;z-index:15029;background-color:#7ab41d;background-image:none;top:2.4375rem;left:65.125rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
#t66Q2Zca6Rc5hf50nrTg3BsOU5ews37F { color:rgba(var(--color-secondary-2),1);display:block;width:3.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:3rem;left:65.5625rem;height:1.8691375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cFHo0JTuQJcH9eziEHtA7pTvQtEVJxqM { color:rgba(var(--color-secondary-2),1);display:block;width:40.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:3.375rem;left:5.5rem;height:3.2484375rem;display:none; }
#S2Enunf8RnaTssR1LF8heSRV4fHzNrlc { color:#636362;display:block;width:64.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:8.1875rem;left:5.375rem;height:2.03125rem;font-style:normal;display:none; }
#uTwbL1VPWUZ0LG2Oay9EtQdWDLJqFdEh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#uTwbL1VPWUZ0LG2Oay9EtQdWDLJqFdEh > .row .container { background-color: transparent; background-image: none; }#uTwbL1VPWUZ0LG2Oay9EtQdWDLJqFdEh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTwbL1VPWUZ0LG2Oay9EtQdWDLJqFdEh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTwbL1VPWUZ0LG2Oay9EtQdWDLJqFdEh > .row .container > .video-iframe-container { display: none; }#uTwbL1VPWUZ0LG2Oay9EtQdWDLJqFdEh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTwbL1VPWUZ0LG2Oay9EtQdWDLJqFdEh > .row > .video-iframe-container { display: none; }#uTwbL1VPWUZ0LG2Oay9EtQdWDLJqFdEh > .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); }#uTwbL1VPWUZ0LG2Oay9EtQdWDLJqFdEh > .row .container { border-width: 0; border-radius: 0; }#uTwbL1VPWUZ0LG2Oay9EtQdWDLJqFdEh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uTwbL1VPWUZ0LG2Oay9EtQdWDLJqFdEh > .row .container { font-size:0.875rem;font-family:arial;height:36.9375rem;width:75rem;position:relative;display:block; }#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt .widget-form-header {  }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;color:rgba(var(--color-tertiary-2),1);width:28.375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;overflow:hidden;font-style:normal; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#f6f6f6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-primary-2),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:28.375rem;box-sizing:border-box;height:2.1875rem;color:rgba(var(--color-primary-2),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;line-height:1; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#f6f6f6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-primary-2),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:28.375rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-primary-2),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;line-height:1; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:28.375rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-primary-2),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:10.3125rem;margin-bottom:0.25rem;margin-left:9.625rem;display:block;box-sizing:border-box;font-size:1.0625rem;font-weight:bold;color:#f2f9ff;width:9.0625rem;height:2.5rem;font-family:var(--paragraphs-font-family);overflow:hidden;line-height:1;text-align:center;text-align-last:center; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:300;color:#636362;vertical-align:top;width:27.9375rem;overflow:hidden;font-style:normal;line-height:1.4;float:none; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt .widget-container:first-of-type{padding-top:0;}#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt .widget-container:last-of-type{padding-bottom:0;}#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt  { background-color:#f6f6f6;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:29rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15012;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:7.142578125rem;left:1.994140625rem; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:28.375rem;display:block;vertical-align:top; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt {display:block;}#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt { background-color:#f6f6f6;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:29rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15012;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:7.142578125rem;left:1.994140625rem; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #m9lGCMCSqWv52yUTkQDx9U4vWbzo9dkX { position:relative; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #OErKKbyuHdGAc8w1i2uTTnwosplVRwId { position:relative;display:none; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #aWTMPc0VHKx7K9IRtOuGUgPV3t805QTt { position:relative; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #Vm0eRSdtSVdMfylv5Ao6DRCixLx4KAhl { position:relative; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #yeWWQ15hAOnAE2yeUMOUsgXu18TxnpTr { position:relative;display:none; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #rmruGVXCR8m3vUsQf8elDX7JXAWUUw8g { position:relative; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #AKu1qTnm3nDvRUFE9iS7vLDgSvCwVk0B { position:relative; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #fWxOZHxwqfe6eBuMACnG61d0B5MWTtkH { position:relative;display:none; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #yDEnIn3IpRn9D3FIl6obkRAuRnHu2NzL { position:relative; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #FWOWbJf5buJatOF0ohLTZndHDenPXpQN { position:relative; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #PEQdxVltHhDtu1DWQdGlnFlXPFS4s3QF { position:relative;display:block; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #DKzKdPPrNTXWi737xfs5xq0WoHwg7tPd { position:relative; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #LNWN8lOM06TNcmVVScMGrTzLHiyQlc0l { position:relative; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #Bh78AwaQT0cbTT2WG70pXbJz52ebq857 { position:relative;display:none; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #HDT9GVUt1S3XrJC219vQoRTdkiUgUrpf { position:relative; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #z10PentG7goJgfp1h5P3X3dC7qoz8TfC { position:relative; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #ltTO0EyHBF0kCUuLDWfM8G910PFQvJv9 { position:relative;display:none; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #bHfEd0qQFLQ3xWuBuBWPlwGgvgTTC1vc { position:relative; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #MWHylwt7LzIs2JkDEBBQOfkTGyMoNe3t { position:relative; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #rSQRPBEo5ahsF5iVi5spCmVn84azALRf { position:relative;display:none; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #x63o2Z3eW5486zLxp77S9kIXz5yudgc3 { position:relative; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #XxlaBVfGSRHiCtMW1WNm28G5KJF2CkTW { position:relative; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #G2AHUI5RdWG0EKnlKnnJS56Tc21XKVtN { position:relative;z-index:2; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #AHXsbiJx4PQt7umQRXBMpx3knFzJFdSz { position:relative; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #Tltn8PEJWe4nypyCUHTuhEtxmzaBuKCB { position:relative; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #inJSHg3XpZIIlxA3tl7RvJ8pkfNyHNR8 { position:relative;z-index:2; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #TFiK5fmkv45nuouh0b1cpeU6Lyn2RHzi { position:relative; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #UKVF0lykTw7Ve9qJyDC4TTr6QIVe2ugF { position:relative; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #qqq4ugyJceyFxl5wKf5HT3clDs6WFv0U { position:relative; }
#ObzQlBAPtvRudhcCSyTa3frCFhqJJLVR { position:absolute;display:block;z-index:15013;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:28.4375rem;width:41.9375rem;top:6.2479248046875rem;left:32.919792175293rem;overflow:hidden;display:block; }
#nkXQBnATMorTcC9ncuD6x6nkGgl5apmu { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:1.7500057220459rem;left:0rem;height:3.69873125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bPh873rdlubDcJoyJrgXx9pU7Tkp92Wk { position:relative;display:block; }#bPh873rdlubDcJoyJrgXx9pU7Tkp92Wk { background-color: transparent; background-image: none; }#bPh873rdlubDcJoyJrgXx9pU7Tkp92Wk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bPh873rdlubDcJoyJrgXx9pU7Tkp92Wk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bPh873rdlubDcJoyJrgXx9pU7Tkp92Wk > .row .container > .video-iframe-container { display: none; }#bPh873rdlubDcJoyJrgXx9pU7Tkp92Wk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bPh873rdlubDcJoyJrgXx9pU7Tkp92Wk > .row > .video-iframe-container { display: none; }#bPh873rdlubDcJoyJrgXx9pU7Tkp92Wk > .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); }#bPh873rdlubDcJoyJrgXx9pU7Tkp92Wk { border-width: 0; border-radius: 0; }#bPh873rdlubDcJoyJrgXx9pU7Tkp92Wk > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#bPh873rdlubDcJoyJrgXx9pU7Tkp92Wk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:16rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#O34eSzpHFozkrFNVDO1rMGdq2sTW7b8m { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:2.4248046875rem;left:0rem;height:3.69873125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZyC3ODv97GKuhyvOXLKPgm8gHWAdFfyG { color:rgba(var(--color-tertiary-2),1);display:block;width:71.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:6.0615234375rem;left:1.75rem;height:7.9980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BK4qWWuSXFXscO0Jm4dThqO44iMqoLlt { position:relative;display:block; }#BK4qWWuSXFXscO0Jm4dThqO44iMqoLlt { background-color: transparent; background-image: none; }#BK4qWWuSXFXscO0Jm4dThqO44iMqoLlt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BK4qWWuSXFXscO0Jm4dThqO44iMqoLlt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BK4qWWuSXFXscO0Jm4dThqO44iMqoLlt > .row .container > .video-iframe-container { display: none; }#BK4qWWuSXFXscO0Jm4dThqO44iMqoLlt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BK4qWWuSXFXscO0Jm4dThqO44iMqoLlt > .row > .video-iframe-container { display: none; }#BK4qWWuSXFXscO0Jm4dThqO44iMqoLlt > .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); }#BK4qWWuSXFXscO0Jm4dThqO44iMqoLlt { border-width: 0; border-radius: 0; }#BK4qWWuSXFXscO0Jm4dThqO44iMqoLlt > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#BK4qWWuSXFXscO0Jm4dThqO44iMqoLlt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f3f6;background-image:none;font-size:0.875rem;font-family:arial;height:4.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pti78U3nhRZ8VrmCrTCmSHb8NN8d4ReQ { box-sizing:content-box;height:3.5625rem;width:34rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:0.625rem;left:1.75rem;display:block; }
#NNEMzKzsgyANvdaW9bDbbcl29RSflyGW { color:rgba(var(--color-tertiary-2),1);display:block;width:22.4370625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:0.90494918823244rem;left:5.6866321563721rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sf6MBuQsx23Np8itET725huQzrT4lA5u { 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:2.75rem;width:2.75rem;top:1rem;left:2.5rem;overflow:hidden;display:block; }
#h28uRMdJL0mH95KTToTnpFbXJmMHoKrR { color:rgba(var(--color-tertiary-2),1);display:block;width:27.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:0.80545997619631rem;left:43.25rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#o0aEoMgIH8r8OAp0qILUhAGBkN4JnST8 { box-sizing:content-box;height:3.5625rem;width:34rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:0.62499141693115rem;left:39.25rem;display:block; }
#rHGCOiR3IqbV0AQ8Rg8JhSbMPF2cuXVE { 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:2.75rem;width:2.75rem;top:1.0312414169311rem;left:39.987499237061rem;overflow:hidden;display:block; }
#g2b0VOcpewSIhdMTpbIm1dDSMzWi1hXq { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:0.68683815002444rem;left:1.7491321563721rem;display:block; }
#F8uqA98xnnZ1AfG1C1xGJKAv2wvbxH3F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fLALotCpNBX9dSUfHchHLEJTls2PpCcG { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.9995625rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:0.68684959411619rem;left:39.249132156372rem;display:block; }
#Wc6exgyWTBiA4dDATnUzDC1P8cT10X2T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kvKKMuwphlnG729hvswvIGfel8iCuNco { position:relative;display:block; }#kvKKMuwphlnG729hvswvIGfel8iCuNco { background-color: transparent; background-image: none; }#kvKKMuwphlnG729hvswvIGfel8iCuNco::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kvKKMuwphlnG729hvswvIGfel8iCuNco > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kvKKMuwphlnG729hvswvIGfel8iCuNco > .row .container > .video-iframe-container { display: none; }#kvKKMuwphlnG729hvswvIGfel8iCuNco > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kvKKMuwphlnG729hvswvIGfel8iCuNco > .row > .video-iframe-container { display: none; }#kvKKMuwphlnG729hvswvIGfel8iCuNco > .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); }#kvKKMuwphlnG729hvswvIGfel8iCuNco { border-width: 0; border-radius: 0; }#kvKKMuwphlnG729hvswvIGfel8iCuNco > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#kvKKMuwphlnG729hvswvIGfel8iCuNco > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f3f6;background-image:none;font-size:0.875rem;font-family:arial;height:4.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fsPiZw6mRnbWCcUHXrFearu3cOiG1CS4 { box-sizing:content-box;height:3.5625rem;width:34rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:0.625rem;left:1.75rem;display:block; }
#RDaGCfbbpwLPdO8Rl4em2wPmA7dRQRdB { color:rgba(var(--color-tertiary-2),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:0.806640625rem;left:5.59375rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ky6PxRlEqkpiy7OmRSwgkHRqhc9CCRvl { 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:2.75rem;width:2.75rem;top:1.03125rem;left:2.4479169845581rem;overflow:hidden;display:block; }
#l98m6u6TmCFg4hwXognWDkCo34Sed6Gy { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.9985rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:0.68685150146487rem;left:1.7502174377441rem;display:block; }
#LclE5WAtEcDEgmeR70d9nwgtAxXJWEc3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KqkSVw8gRMFdCMIPngPtUKKu5N5TUTQ8 { box-sizing:content-box;height:3.5612rem;width:33.9985rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:0.625rem;left:39.25rem;display:block; }
#yigirZIBGSTMKfq4VfXvTss3L6yrvB32 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right: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.74956875rem;width:2.74956875rem;top:1.0625rem;left:40rem;overflow:hidden;display:block; }
#Kuk5Wo96MX1HrPfwRid9OT87KDsI5MC1 { color:rgba(var(--color-tertiary-2),1);display:block;width:25.8735rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:0.90494728088381rem;left:43.31272315979rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NVtLzcnuKGWMsE9TrMoIVzQf6MKQ5UnI { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.9985rem;height:3.4375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:0.68684959411619rem;left:39.25022315979rem;display:block; }
#gp4gtrD9i4mx7QebuFGmkiTxVuVSbOKu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IP7ecaqrZuOGH5EzBxuIvRDaywqN1yS9 { position:relative;display:block; }#IP7ecaqrZuOGH5EzBxuIvRDaywqN1yS9 { background-color: transparent; background-image: none; }#IP7ecaqrZuOGH5EzBxuIvRDaywqN1yS9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IP7ecaqrZuOGH5EzBxuIvRDaywqN1yS9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IP7ecaqrZuOGH5EzBxuIvRDaywqN1yS9 > .row .container > .video-iframe-container { display: none; }#IP7ecaqrZuOGH5EzBxuIvRDaywqN1yS9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IP7ecaqrZuOGH5EzBxuIvRDaywqN1yS9 > .row > .video-iframe-container { display: none; }#IP7ecaqrZuOGH5EzBxuIvRDaywqN1yS9 > .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); }#IP7ecaqrZuOGH5EzBxuIvRDaywqN1yS9 { border-width: 0; border-radius: 0; }#IP7ecaqrZuOGH5EzBxuIvRDaywqN1yS9 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#IP7ecaqrZuOGH5EzBxuIvRDaywqN1yS9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f3f6;background-image:none;font-size:0.875rem;font-family:arial;height:4.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QgBtefLZHSDkRWIBxxTAaXqRSFgEZGdR { box-sizing:content-box;height:3.5612rem;width:33.9985rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:0.625rem;left:1.75rem;display:block; }
#nli6QcJzp2EPa3QfVfVMnThbFBktcR8t { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.9985rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:0.6875rem;left:1.75rem;display:block; }
#DUKbCztdlp22REEoF8TQCGeW8AJeGrNt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vLP7ZEpuPcCWv6D2BtwT113Kwba9gBHe { color:rgba(var(--color-tertiary-2),1);display:block;width:28.6230625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:0.8125rem;left:5.6875rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#k2NaFlzcZ9ymRgqIiU4TOFcC27gFl1fy { 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:2.74956875rem;width:2.74956875rem;top:1.0625rem;left:2.4375rem;overflow:hidden;display:block; }
#XN4v71waJmFSDcy8r6R0xFXstPAJWnTO { box-sizing:content-box;height:3.5612rem;width:33.9985rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:0.625rem;left:39.25rem;display:block; }
#OUfsr8KLVhwqGgy2nyEXA0zZSgkt5meP { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.9985rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:0.6875rem;left:39.25rem;display:block; }
#zm6iMtUxGIwGD80rOhl054q6ZfJ0hkQC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x605LskT54ifTfH8DvBZwTVib42c4aUR { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right: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.74956875rem;width:2.74956875rem;top:1.0625rem;left:40rem;overflow:hidden;display:block; }
#c3xhVKOXIi1cmoOizmEWECFFTPrxiJca { color:rgba(var(--color-tertiary-2),1);display:block;width:12.9980625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:0.8125rem;left:43.5rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WDg9uai3IcA4PmBR55NFJ3m4XH7ptuhq { position:relative;display:block; }#WDg9uai3IcA4PmBR55NFJ3m4XH7ptuhq { background-color: transparent; background-image: none; }#WDg9uai3IcA4PmBR55NFJ3m4XH7ptuhq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WDg9uai3IcA4PmBR55NFJ3m4XH7ptuhq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WDg9uai3IcA4PmBR55NFJ3m4XH7ptuhq > .row .container > .video-iframe-container { display: none; }#WDg9uai3IcA4PmBR55NFJ3m4XH7ptuhq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WDg9uai3IcA4PmBR55NFJ3m4XH7ptuhq > .row > .video-iframe-container { display: none; }#WDg9uai3IcA4PmBR55NFJ3m4XH7ptuhq > .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); }#WDg9uai3IcA4PmBR55NFJ3m4XH7ptuhq { border-width: 0; border-radius: 0; }#WDg9uai3IcA4PmBR55NFJ3m4XH7ptuhq > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#WDg9uai3IcA4PmBR55NFJ3m4XH7ptuhq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f3f6;background-image:none;font-size:0.875rem;font-family:arial;height:4.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#y3W8bDyNSbJuceOcnkewXLwtaEXeiJhB { box-sizing:content-box;height:3.5625rem;width:34rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:0.625rem;left:1.75rem;display:block; }
#oBdQFWouiLSThI3QKltnUPJbKPgKL61Q { color:rgba(var(--color-tertiary-2),1);display:block;width:28.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:0.8125rem;left:5.6875rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Wmyumc432WCcmXl993xNlzHSGTqSktbE { 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:2.75rem;width:2.75rem;top:1.0625rem;left:2.4375rem;overflow:hidden;display:block; }
#xdz7OQa74AbnTNttCJ1oK0QiSoITPIBu { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.9985rem;height:3.4375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:0.6875rem;left:1.75rem;display:block; }
#s0gx42c82qvEdkI0kwNt9fkN7m5bUigB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X9hH0qiolU7JptQmLnDAGb9ELFCEqRW2 { box-sizing:content-box;height:3.5612rem;width:33.9985rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:0.625rem;left:39.25rem;display:block; }
#cFLHXfFRt2XlPJ1DQTfdr0CN61thN7yH { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right: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.74956875rem;width:2.74956875rem;top:1.0625rem;left:40rem;overflow:hidden;display:block; }
#roJUoODEMa5bLzCZylMEEHGGt2TFn01J { color:rgba(var(--color-tertiary-2),1);display:block;width:22.6855625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:0.8125rem;left:43.5rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#K73nwDdAT72EoE63VqnAimzFquTn3FAv { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34rem;height:3.4375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:0.6857624053955rem;left:39.249132156372rem;display:block; }
#JbhI028GgkmDWaKsptw1rcmNwfyabOFa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wgZ5dgo5TeTBzNwwSknRqlpSp4MZQ6M9 { position:relative;display:block; }#wgZ5dgo5TeTBzNwwSknRqlpSp4MZQ6M9 { background-color: transparent; background-image: none; }#wgZ5dgo5TeTBzNwwSknRqlpSp4MZQ6M9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wgZ5dgo5TeTBzNwwSknRqlpSp4MZQ6M9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wgZ5dgo5TeTBzNwwSknRqlpSp4MZQ6M9 > .row .container > .video-iframe-container { display: none; }#wgZ5dgo5TeTBzNwwSknRqlpSp4MZQ6M9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wgZ5dgo5TeTBzNwwSknRqlpSp4MZQ6M9 > .row > .video-iframe-container { display: none; }#wgZ5dgo5TeTBzNwwSknRqlpSp4MZQ6M9 > .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); }#wgZ5dgo5TeTBzNwwSknRqlpSp4MZQ6M9 { border-width: 0; border-radius: 0; }#wgZ5dgo5TeTBzNwwSknRqlpSp4MZQ6M9 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#wgZ5dgo5TeTBzNwwSknRqlpSp4MZQ6M9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f3f6;background-image:none;font-size:0.875rem;font-family:arial;height:4.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#s9JrcuXtomdLfz0sVum9GWZ8qWxCUdO6 { box-sizing:content-box;height:3.5625rem;width:34rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:0.625rem;left:1.75rem;display:block; }
#X9BQt24VcQmKIkmVs38BP8sWkuGX0gpx { color:rgba(var(--color-tertiary-2),1);display:block;width:28.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:0.806640625rem;left:5.6875rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WvDWIvWItA2QF4k6zgiDEcfJ43zm1wNI { 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:2.75rem;width:2.75rem;top:1.03125rem;left:2.4375rem;overflow:hidden;display:block; }
#TZCkXq111ggkoEmuTBekMGpZ64fsTQTA { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.9985rem;height:3.4375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:0.71614456176756rem;left:1.7914505004882rem;display:block; }
#PhKPTOIMpOvTrlKqNzRHn8zqEbTPmykv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bVZadQcpbkl2e2NJIS2rmyC95FxIQTG2 { box-sizing:content-box;height:3.56228125rem;width:33.9995625rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:0.625rem;left:39.25rem;display:block; }
#eVpvHPgfTJoWWQW83JoDzZqPlBErCEKL { color:rgba(var(--color-tertiary-2),1);display:block;width:29.124375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:0.8125rem;left:43.5rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lb1CnHB1CTfpbqaX6zWasDaBJqAFsvy8 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.9985rem;height:3.4375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:0.6875rem;left:39.25rem;display:block; }
#WIln9477PKlm8JyBCZQkdoKnpt37Tf6J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oLvE1ATM6uksKOJexqlk4humT1dRqrdT { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right: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.74956875rem;width:2.74956875rem;top:1.0625rem;left:40rem;overflow:hidden;display:block; }
#mAREdQ78iDlds2AqKK5a43HdWpVoWow2 { position:relative;display:block; }#mAREdQ78iDlds2AqKK5a43HdWpVoWow2 { background-color: transparent; background-image: none; }#mAREdQ78iDlds2AqKK5a43HdWpVoWow2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mAREdQ78iDlds2AqKK5a43HdWpVoWow2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mAREdQ78iDlds2AqKK5a43HdWpVoWow2 > .row .container > .video-iframe-container { display: none; }#mAREdQ78iDlds2AqKK5a43HdWpVoWow2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mAREdQ78iDlds2AqKK5a43HdWpVoWow2 > .row > .video-iframe-container { display: none; }#mAREdQ78iDlds2AqKK5a43HdWpVoWow2 > .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); }#mAREdQ78iDlds2AqKK5a43HdWpVoWow2 { border-width: 0; border-radius: 0; }#mAREdQ78iDlds2AqKK5a43HdWpVoWow2 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#mAREdQ78iDlds2AqKK5a43HdWpVoWow2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f3f6;background-image:none;font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GWguGHQn9VrtXEpwGAizT41qMWdtLBCX { box-sizing:content-box;height:3.5625rem;width:50rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:0.625rem;left:12.5rem;display:block; }
#k5BvORRHzoNd9sf9PNGkVT5XrKnuVvVw { color:rgba(var(--color-tertiary-2),1);display:block;width:46.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:0.80624771118162rem;left:17.25rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OUSxD5n3T3kAfacb3kxJoarX58szQ7X1 { 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:2.75rem;width:2.75rem;top:1.03125rem;left:13.737501144409rem;overflow:hidden;display:block; }
#z1yyfFs8gEiHMLhvuN0WvBTIV1aTxT9R { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:50.25rem;height:3.4375rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:0.68576431274412rem;left:12.500001907349rem;display:block; }
#x2gdOptpE2Ihz0AC97K69AqxF6DbtqEU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MH9fC4bH4yW0ftcyh9hIDt6uXzVD91Xw { position:relative;display:block; }#MH9fC4bH4yW0ftcyh9hIDt6uXzVD91Xw { background-color: transparent; background-image: none; }#MH9fC4bH4yW0ftcyh9hIDt6uXzVD91Xw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MH9fC4bH4yW0ftcyh9hIDt6uXzVD91Xw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MH9fC4bH4yW0ftcyh9hIDt6uXzVD91Xw > .row .container > .video-iframe-container { display: none; }#MH9fC4bH4yW0ftcyh9hIDt6uXzVD91Xw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MH9fC4bH4yW0ftcyh9hIDt6uXzVD91Xw > .row > .video-iframe-container { display: none; }#MH9fC4bH4yW0ftcyh9hIDt6uXzVD91Xw > .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); }#MH9fC4bH4yW0ftcyh9hIDt6uXzVD91Xw { border-width: 0; border-radius: 0; }#MH9fC4bH4yW0ftcyh9hIDt6uXzVD91Xw > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#MH9fC4bH4yW0ftcyh9hIDt6uXzVD91Xw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:34.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mBZnA9HZTA3J5tcHLe9P71T2kiJNUHIB { color:rgba(var(--color-tertiary-2),1);display:block;width:27.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:8.8041667938231rem;left:2.6875rem;height:5.903325rem;text-align:justify;text-align-last:initial;display:block; }
#mMzgzegS1DTWVRhN0JVSSqUJzG6xEw3x { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.8125rem;width:40.6875rem;top:6.9072923660281rem;left:33.612499237061rem;overflow:hidden;display:block; }
#EBNNVSeTc9TtoueL1g2ezpBUwMdFl98E { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.3125rem rgba(25,25,25,0.35);top:1.8739585876465rem;left:0rem;height:4.09911875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fchCZGadEsvs0paw7G8rlQtP93UN2FLh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.1875rem;width:5.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:15.907293319702rem;left:59.522918701172rem; }
#O7UV7VfF47CAZ2Uq4IS0P6Duqw1PKLTc { box-sizing:content-box;height:24.9375rem;width:31.9375rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),0.4);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.0947923660281rem;left:1.1947917938232rem;display:block; }
#Fm1EWm5d9qSc3MDxUPEE0KDusJJdycvo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Fm1EWm5d9qSc3MDxUPEE0KDusJJdycvo > .row .container { background-color: transparent; background-image: none; }#Fm1EWm5d9qSc3MDxUPEE0KDusJJdycvo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fm1EWm5d9qSc3MDxUPEE0KDusJJdycvo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fm1EWm5d9qSc3MDxUPEE0KDusJJdycvo > .row .container > .video-iframe-container { display: none; }#Fm1EWm5d9qSc3MDxUPEE0KDusJJdycvo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fm1EWm5d9qSc3MDxUPEE0KDusJJdycvo > .row > .video-iframe-container { display: none; }#Fm1EWm5d9qSc3MDxUPEE0KDusJJdycvo > .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); }#Fm1EWm5d9qSc3MDxUPEE0KDusJJdycvo > .row .container { border-width: 0; border-radius: 0; }#Fm1EWm5d9qSc3MDxUPEE0KDusJJdycvo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fm1EWm5d9qSc3MDxUPEE0KDusJJdycvo > .row .container { font-size:0.875rem;font-family:arial;height:14.875rem;width:75rem;position:relative;display:block; }#TvMAvMP5OO0fWRrTZ38c9LgAvxF8WX3b { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.3125rem rgba(25,25,25,0.35);top:0.9375rem;left:0rem;height:4rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KrypapfBd9VT2i8z4veXnmQIALty84OO { color:rgba(var(--color-tertiary-2),1);display:block;width:68.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:5.625rem;left:2.375rem;height:7.871125rem;text-align:center;text-align-last:center;display:block; }
#DbxCQ5QLJI7kwNgFd7n8X1JrBraSRVP5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DbxCQ5QLJI7kwNgFd7n8X1JrBraSRVP5 > .row .container { background-color: transparent; background-image: none; }#DbxCQ5QLJI7kwNgFd7n8X1JrBraSRVP5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DbxCQ5QLJI7kwNgFd7n8X1JrBraSRVP5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DbxCQ5QLJI7kwNgFd7n8X1JrBraSRVP5 > .row .container > .video-iframe-container { display: none; }#DbxCQ5QLJI7kwNgFd7n8X1JrBraSRVP5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DbxCQ5QLJI7kwNgFd7n8X1JrBraSRVP5 > .row > .video-iframe-container { display: none; }#DbxCQ5QLJI7kwNgFd7n8X1JrBraSRVP5 > .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); }#DbxCQ5QLJI7kwNgFd7n8X1JrBraSRVP5 > .row .container { border-width: 0; border-radius: 0; }#DbxCQ5QLJI7kwNgFd7n8X1JrBraSRVP5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DbxCQ5QLJI7kwNgFd7n8X1JrBraSRVP5 > .row .container { font-size:0.875rem;font-family:arial;height:16.6875rem;width:75rem;position:relative;display:block; }#VkXenauxBIMbqaus2OTbVDqw4lFbc6Hv { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:16.25rem;top:3.03125rem;left:57.5rem;display:block; }
#u57r9N8eXlcqnizcp73pdvutlQfnyif8 { color:rgba(var(--color-tertiary-2),1);display:block;width:3.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:9.4765625rem;left:63.78125rem;height:1.462675rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#DNXLRo5LvDzELAx3JyiwLOuVmaqXbTPr { color:rgba(var(--color-tertiary-2),1);display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:10.9375rem;left:58.1875rem;height:1.13769375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GpKkwQRV13bNNveNnOyohQ8p9KnOnDfv { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:16.25rem;top:2.875rem;left:38.75rem;display:block; }
#OpqbTApSOz4m9fg9akfr52mvoPihBUGz { color:rgba(var(--color-tertiary-2),1);display:block;width:5.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:11.0859375rem;left:44rem;height:1.13769375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#U1c8NrDsilHm3S8i0KfpFt2T1ZPHmCUc { 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:7.0625rem;width:7.0625rem;top:3.125rem;left:5.875rem;overflow:hidden;display:block; }
#dEB94vTEb4x6kattxfwpb2KUdVFQ5FAN { color:rgba(var(--color-tertiary-2),1);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:9.625rem;left:2.625rem;height:1.4625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TTLco61UTVDKoQncsWRuQE29JDtVAChf { color:rgba(var(--color-tertiary-2),1);display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:11.0625rem;left:2rem;height:1.13769375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SxpReRHsvGBkkXzLHiBQ1FuI5PbB3mnX { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:16.25rem;top:3.125rem;left:1.25rem;display:block; }
#RTR1wDaDyxo746hZcboHuizksiraM4mr { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:16.25rem;top:2.875rem;left:20rem;display:block; }
#K6xViIO2wyPnOGayGrW7MOqSEo2MSndO { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.0625rem;width:7.0625rem;top:3.125rem;left:24.625rem;overflow:hidden;display:block; }
#Fovf9Z5hzWv5QwNb2wea1LayJ9NyJDkx { color:rgba(var(--color-tertiary-2),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:9.625rem;left:21.0625rem;height:1.462675rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#tVVTV0F9lX0XvVubiFT9Id9nqelsZsUb { color:rgba(var(--color-tertiary-2),1);display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:11.0625rem;left:20.75rem;height:1.13769375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uXLF3qtpJUkKNnvIk6x7vmhUJ0mK3SNh { color:rgba(var(--color-tertiary-2),1);display:block;width:5.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:9.625rem;left:44rem;height:1.462675rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#nObRVaKCrH4te5R0ZtrORnudJVwg6ylV { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:5.0625rem;top:4.125rem;left:44.34375rem;overflow:hidden;display:block; }
#eIlTH4HKRugTyTShqQIliIpPPAsre8W2 { 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:5.0625rem;width:5.0625rem;top:4.125rem;left:63.09375rem;overflow:hidden;display:block; }
#RwVcTyzTtOT7pEhpmxPJu1tQDmTA4yrS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RwVcTyzTtOT7pEhpmxPJu1tQDmTA4yrS > .row .container { background-color: transparent; background-image: none; }#RwVcTyzTtOT7pEhpmxPJu1tQDmTA4yrS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RwVcTyzTtOT7pEhpmxPJu1tQDmTA4yrS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RwVcTyzTtOT7pEhpmxPJu1tQDmTA4yrS > .row .container > .video-iframe-container { display: none; }#RwVcTyzTtOT7pEhpmxPJu1tQDmTA4yrS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RwVcTyzTtOT7pEhpmxPJu1tQDmTA4yrS > .row > .video-iframe-container { display: none; }#RwVcTyzTtOT7pEhpmxPJu1tQDmTA4yrS > .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); }#RwVcTyzTtOT7pEhpmxPJu1tQDmTA4yrS > .row .container { border-width: 0; border-radius: 0; }#RwVcTyzTtOT7pEhpmxPJu1tQDmTA4yrS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RwVcTyzTtOT7pEhpmxPJu1tQDmTA4yrS > .row .container { font-size:0.875rem;font-family:arial;height:14.9375rem;width:75rem;position:relative;display:block; }#hfFmurz2lQ1C27xTHWoO2CXEKnJE4Va7 { position:absolute;display:block;z-index:15013;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:7rem;width:12rem;top:1.96875rem;left:29.28125rem;overflow:hidden;display:block; }
#zDZ0dlScMtL6Mcd5aRFDrzGkEE2Uz3X5 { position:absolute;display:block;z-index:15014;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:7.0625rem;width:13.4375rem;top:7.0625rem;left:29.28125rem;overflow:hidden;display:block; }
#XVnOZ7xrX2b1qVnMvPdClFzwzEhCaEqi { color:rgba(var(--color-secondary-0),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.625rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.125rem 0.25rem rgba(var(--color-secondary-0),0.5);top:2.9927082061767rem;left:3.25rem;height:8.701175rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TzbkzzVt4ntyXrV3wM3W04z6sC8fTWBS { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:12.6875rem;top:5.46875rem;left:45.319793701172rem;overflow:hidden;display:block; }
#NVVBUTq6J2bVD7XTtbrAdlupV82HTQdf { position:absolute;display:block;z-index:15016;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:6.0625rem;width:13.375rem;top:1.96875rem;left:60.436462402344rem;overflow:hidden;display:block; }
#ek9AM3CHfWtoHInUrVXcmb1KN1GT937V { position:absolute;display:block;z-index:15017;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:6.8125rem;width:15.75rem;top:6.5041675567625rem;left:59.248962402344rem;overflow:hidden;display:block; }
#wBslpm0IwTp10ET5dslhW40xlaxJNU82 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dcddde;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; }#wBslpm0IwTp10ET5dslhW40xlaxJNU82 > .row .container { background-color: transparent; background-image: none; }#wBslpm0IwTp10ET5dslhW40xlaxJNU82::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wBslpm0IwTp10ET5dslhW40xlaxJNU82 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wBslpm0IwTp10ET5dslhW40xlaxJNU82 > .row .container > .video-iframe-container { display: none; }#wBslpm0IwTp10ET5dslhW40xlaxJNU82 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wBslpm0IwTp10ET5dslhW40xlaxJNU82 > .row > .video-iframe-container { display: none; }#wBslpm0IwTp10ET5dslhW40xlaxJNU82 > .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); }#wBslpm0IwTp10ET5dslhW40xlaxJNU82 > .row .container { border-width: 0; border-radius: 0; }#wBslpm0IwTp10ET5dslhW40xlaxJNU82 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wBslpm0IwTp10ET5dslhW40xlaxJNU82 > .row .container { font-size:0.875rem;font-family:arial;height:12.0625rem;width:75rem;position:relative;display:block; }#SnxEDa21aR5AUl0eiKz28m0qAZEdSbA9 { color:rgba(var(--color-tertiary-2),1);display:block;width:27.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:1.453125rem;left:1.25rem;height:3.65844375rem;display:block; }
#IfHNszNt8r5JIdXQKQ6u10bWJcGMl3H5 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;top:1.328125rem;left:69.2470703125rem; }
#IfHNszNt8r5JIdXQKQ6u10bWJcGMl3H5 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#WFoGKa3xR46PJelyKVz69f7xtikuVK4T { 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;top:1.453125rem;left:71.935546875rem; }
#WFoGKa3xR46PJelyKVz69f7xtikuVK4T > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#P98PfmQO0mavMAt4Pt4HnHzooZ0FSL9v { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:20.5625rem;top:6.4013671875rem;left:0rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #yJ0llpoyPzxSWp4E9GPzTeQxvXht3Ffc { display:block; }#yJ0llpoyPzxSWp4E9GPzTeQxvXht3Ffc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RzCROb15olt5o3RRXbD6doyySwS3fbl9 { top:2.125rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#RzCROb15olt5o3RRXbD6doyySwS3fbl9 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #FsF7E3A1bAQTGIEOZF0SMf6F5CE2VTKp { top:2rem;left:45.625rem;width:2.125rem;height:2.125rem;display:block; }
#FsF7E3A1bAQTGIEOZF0SMf6F5CE2VTKp > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #J0Zvt4R95AZ2nTt9ZTexGETpXMx2ASOZ { top:1.1875rem;left:0rem;width:11.5625rem;height:4.7243215243876rem;display:block; }
 }@media only screen and (max-width: 763px) { #nl5lsuv8FU6elTUf3TCWWV9Eq3N4h1x9 { display:block; }#nl5lsuv8FU6elTUf3TCWWV9Eq3N4h1x9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U6MJJTh7NtUXUAcahqdGskR0HgHlNEoM { display:block; }#U6MJJTh7NtUXUAcahqdGskR0HgHlNEoM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mLLKhgLeV5A9CIIGk4gh4UvoGTbCrpxI { top:6.1875rem;left:0rem;width:47.75rem;height:14.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 { display:flex;width:18rem;height:5.0625rem;top:14rem;left:14.25rem; }
 }@media only screen and (max-width: 763px) { #SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #KpXiLGHegWNS6lAf3b4NyvLxGMEEgzgS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #D8qTRrtVhPe5if0ohfbkKglVc0ZDT5qA {  }
 }@media only screen and (max-width: 763px) { #SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #fz2nmlUwb7oHw7R6JcmdZ9cxfu9x2ZTp {  }
 }@media only screen and (max-width: 763px) { #SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #CaftNlGcualeJq65a6OknZV36NCq6mBw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #PefuIyOUrDsi3VD6iy5FCRLypNggJJWX {  }
 }@media only screen and (max-width: 763px) { #SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #VSezwxdwnCJF705GTtMBI1DEO4MngAUk {  }
 }@media only screen and (max-width: 763px) { #SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #LriTmAs6zaaOuooM5fJrGC8IAdBboULw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #ZXVS9g8uC3cnZmmJnMEd23xOM7NV2JxS {  }
 }@media only screen and (max-width: 763px) { #SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #H5mTzr9X8KDMXWhTs03oZ0r6Q20oazRn {  }
 }@media only screen and (max-width: 763px) { #SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #fn6hoDOEP1i2UJoWIIUbDiLWlDzZsQ9y { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #JpWqUWdzhghLVPaOeZC0uTAwQ02Vh39u {  }
 }@media only screen and (max-width: 763px) { #SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #HNT0TEbqWQahIsOFm1rno1wXhAJniT8Q {  }
 }@media only screen and (max-width: 763px) { #ftdIl4g1IfJZPqbXeUHvNO1czS5sWhG9 { top:1.75rem;left:0rem;width:47.75rem;height:4rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6O9Ll4EU41wCJM17Z8WlJLhBa6vUHgd { top:22.375rem;left:10.560417175293rem;width:26.5625rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbKWtU6fvW2TLWCCH7OGwQuDTd5vVSkG { display:block; }#UbKWtU6fvW2TLWCCH7OGwQuDTd5vVSkG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gi3VZKhA5nwXzyrT5NiJIJW8TeRwMcQ1 { width:17.875rem;height:3.75rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcTtA3BsNbvFn1w9Lsn1tWLEUmELimkm { display:block; }
 }@media only screen and (max-width: 763px) { #kiZvRK7hMJuKm8c6kZpro2LFt5rh3auL { width:17.375rem;height:3.75rem;top:1.6875rem;left:15.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiuFFEeXxQ2fbwKFM8c2KKsb0n1fMqxU { display:block; }
 }@media only screen and (max-width: 763px) { #FopGoX2VnIidLWS7TJhwK9sXA8E0yHlC { width:16.875rem;height:3.75rem;top:1.6875rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXhxWofncyh083vd4UplUb2a8mP0N95k { display:block; }
 }@media only screen and (max-width: 763px) { #oAdKINhxXwCatqkHbbcnDuIRTrlbhWsT { display:block; }#oAdKINhxXwCatqkHbbcnDuIRTrlbhWsT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WTlGAUKNqCXbZILtf8THlRld5c3RMGtI { top:4.75rem;left:0rem;width:47.75rem;height:8.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xd2UHddfxobmraDnHenreFmdyWk1Elat { top:1.5rem;left:0rem;width:47.75rem;height:2.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRbR0kz0zDbwAPtvyo7DEUD3aQ694OLU { width:17.5625rem;height:10.9375rem;top:13.125rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCzTkXHdUCmpXCTIVoBdK2GrIoeI2Dd6 { display:block; }
 }@media only screen and (max-width: 763px) { #MI8XJRJICOimI5qxqpwsXcQ7mQPBnqZD { display:block; }#MI8XJRJICOimI5qxqpwsXcQ7mQPBnqZD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GkHbFGdUp8SMeUaKDffUuCx23gPgzKvB { top:9.375rem;left:6.5605487823488rem;width:15.9375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1bTL3pOS3OodfT3yB9GSnQDK29htRTp { top:8.875rem;left:5.6870670318604rem;width:17.625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wk9TBCVmk9BBPQtRLo9X8ZiB21MK6MaT { top:1rem;left:30.125rem;width:17.625rem;height:10.836672573908rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7hSo1xxRTMzsexn4ZebFQ8OQ3Cmt6LO { top:8.6875rem;left:24.124464035034rem;width:17.5625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJc2RTzZdGBOp9ZZpBGywx5I0pZmAlPc { top:8.625rem;left:30.125rem;width:17.625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJVZFaNT7lcGRxBB2MtKoHlz2mDtahTk { top:9.25rem;left:24.9375rem;width:15.9375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQZnZE9TsC7p0cdIQV62CWE9gy3eQQP6 { top:9.1875rem;left:31.8125rem;width:15.9375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIKtdizE2fB3OXosak6LxOg3S7g0SVzp { top:20.8125rem;left:6.5625rem;width:15.9375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErhaNLC9yP0Uo6NMhSc5EH0G5KAGthod { top:21rem;left:25rem;width:15.9375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtATW67vlk63fo3GUrtk1l8CvxNOoK7m { top:21rem;left:31.8125rem;width:15.9375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHMedPhOs7vGa3R21CW3UX5EsKZtkWNs { width:17.8125rem;height:10.875rem;top:12.625rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXgLQod4Lxv8Pa2NAndVOslnlsQyzROT { display:block; }
 }@media only screen and (max-width: 763px) { #dOoLZTzC5ol3Dwt6zDOK5aUw0nFEfWLT { width:17.875rem;height:10.75rem;top:24.4375rem;left:5.6869678497314rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGJLZr5kWKPbB2eCpTWSJxunTd7PCfns { display:block; }
 }@media only screen and (max-width: 763px) { #A1HyDiQodOQ8QHdKQ5K64ruhE1nFXw6V { top:32.4375rem;left:6.6875rem;width:15.9375rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcp6NItw5ecZGfvCeXzEXssHUNoI3ZBH { width:17.6875rem;height:10.9375rem;top:35.9375rem;left:24.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIc9fcbEenoJpQ52UfmhLoIuqWrkXJLW { display:block; }
 }@media only screen and (max-width: 763px) { #rwHS7eXpXwlHKDUmagJsdDuUBUNJWrp2 { top:20.3125rem;left:5.8125rem;width:17.5625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTNbtSwEMV6AGrsaKlZp2eTk20TDisS8 { width:17.625rem;height:10.8125rem;top:12.6875rem;left:5.7164058685303rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpX8r0OxRTmCxTZdi3fETCM1VrxxbHm4 { display:block; }
 }@media only screen and (max-width: 763px) { #zQvxuBVdMT10vuB874yCG8T5LTwBPeGl { top:1rem;left:5.6864337921142rem;width:17.625rem;height:10.836126796397rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUdG6u0rLcZ7nTULxRM5mQBnJ9BbZl9B { top:0.9375rem;left:24.09161567688rem;width:17.6875rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvtCNtWQ7Gymlum6RKAV6rS0JuESP2Kw { top:12.625rem;left:5.6875rem;width:17.625rem;height:10.836672573908rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ln8vkLB5X3gmhxfraqBePoyTUaPQCPWJ { top:12.6875rem;left:24.125rem;width:17.625rem;height:10.836672573908rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxJsUprvk8SGWkoTBukpMvZcUKs740Dx { top:20.375rem;left:24rem;width:17.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOAopkc33KxURdiEsPDdglOPkrMQzWQI { top:20.4375rem;left:29.9375rem;width:17.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #STVB5iCtIknh2w1KqUba4LA3hxXPq1RF { top:31.9375rem;left:5.6875rem;width:17.9375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0LU6PEuUzxn09QMgqWnaeeWF8pz3v4T { top:24.375rem;left:5.7499980926514rem;width:17.8125rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQhL9xZGXSB43TIVyBnIvPTGQLLVRwSn { top:32rem;left:30.0625rem;width:17.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiuE7k6sB7IhKgtB1VDciiR4iHxe3Tvl { top:32.5625rem;left:31.8125rem;width:15.9375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #flxLU26kJdtGVdT9f4G8r1OB0bDTDI4F { top:36rem;left:5.6875rem;width:17.625rem;height:10.836672573908rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFGLhrFS3xS5LsdBkWUBLG55MQcLAbfQ { top:36rem;left:24.125rem;width:17.625rem;height:10.836672573908rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOtsGSGZoGV2LNrhloRIg5iBvT0V9TPb { top:43.6875rem;left:24rem;width:17.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ps5eiceICiSgTWVM4pwmQOoDdSVtOVdn { width:17.5625rem;height:10.75rem;top:24.3125rem;left:24.125782012939rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaywFsSxfyB3Xkb522EBSmO85dvkkoIN { display:block; }
 }@media only screen and (max-width: 763px) { #bgprFD0NJU6ZSiVZggWMEVAPDFTKITl2 { top:44.25rem;left:25rem;width:15.9375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQtiSs2kF1qa5SbabrLpmK7xmbFinD5T { top:43.75rem;left:5.625rem;width:17.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vr9wrPelGegxNLnycUJoKFJZ2mdEsSS6 { top:44.25rem;left:6.5rem;width:15.9375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoXDURJUVfRr41vtsv5r89pJKKaevFxs { width:17.6875rem;height:10.9375rem;top:36rem;left:5.6851558685303rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8scbMMnXSNAOUIuPNsF6aRcf17khrkh { display:block; }
 }@media only screen and (max-width: 763px) { #GKsPmbCqRPd01BcaMwd8O73EBN1zciSH { top:36rem;left:30.125rem;width:17.625rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdHmTsHpXN7vGHCDeouOIWyrkVPSa6m3 { top:12.75rem;left:30.0625rem;width:17.6875rem;height:10.836538884761rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOegqVHFqxymVvXTHr6bCrq7TtegZwLT { top:24.375rem;left:24.125rem;width:17.625rem;height:10.835613775947rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOo2MricPL1WRHzraFnTvJDZNr9OrRZJ { top:24.375rem;left:30.125rem;width:17.625rem;height:10.835143602303rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCfL3PfWhZ63IkDrbviL1xAcUqldGHBg { width:17.75rem;height:10.875rem;top:12.625rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTBTup9GqA1BEDF4HX7UqXPycgh2P6BU { display:block; }
 }@media only screen and (max-width: 763px) { #gDSd9m46q6JhXGysPVLzNXDoV99a5w0x { width:17.625rem;height:10.9375rem;top:24.25rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWGLIK72eNubLb3a62dEqSTIBRibXOSD { display:block; }
 }@media only screen and (max-width: 763px) { #MMkwnVDwR69Wi9b2simxywiQNuqJCqtf { top:40.1875rem;left:32.125rem;width:15.625rem;height:2.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uO6IvxVFVUQ2DDrLfRXFctGLss8dgRub { top:31.6875rem;left:46.4375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7tmdWIVFq2muIwwRST3JXyfnAqcZSyl { top:0.875rem;left:0rem;width:15.8125rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTQt58BnsTeQxgI3E2Fk3KAP7qsQTlfw { width:15.6875rem;height:45.9375rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MX3PhI0PfR58H7DOCc4uPsypHDvIs82l { display:block; }
 }@media only screen and (max-width: 763px) { #kmViH8TAfUv03PEVhQyRrPixuqDV02iM { top:14.6875rem;left:0rem;width:15.5rem;height:13.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQmZhmsTEJ0xGviPepGAGlpXJIQtV5HS { top:30.0625rem;left:0rem;width:15.625rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hy5U6TeuzxGbx6394IqnkHpUs0m3MK8d { top:29.875rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgEInzVVLdoTcXbxFwhVMbBlxpcoxhQ6 { top:31.9375rem;left:24.06272315979rem;width:17.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAJeboKMosrnkgiP9ERpOsxB5GC1sz6C { top:32.5rem;left:24.967668533325rem;width:15.9375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8drhpMSAL25VyWolinJfbx0z4uUdWob { top:0.9375rem;left:0rem;width:16.0625rem;height:46rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGJTegkdqUUEMOBIEMLSZDTrUU0GaxrI { top:8.6875rem;left:24.125rem;width:17.5625rem;height:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #syXpCftL6BmTfmdNIw3HP2phNUIRtirq { width:17.5625rem;height:10.75rem;top:24.375rem;left:24.124567031861rem;display:none; }
 }@media only screen and (max-width: 763px) { #VGzyRpC8L2EM3TRtNN8HQNQATIXyBMB9 { display:block; }
 }@media only screen and (max-width: 763px) { #DBZOZBvWbo9n1X4BNBVAwk6IsMiUk5Vl { width:17.8125rem;height:10.9375rem;top:0.625rem;left:5.623046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEX31cwsmhSwf5BTnAV0rhCyeQG4NINN { display:block; }
 }@media only screen and (max-width: 763px) { #f9Dp1gHPvFwy3OxKpBZPcEiTfuaC2JmK { width:17.5625rem;height:10.8125rem;top:1rem;left:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3XvIAOEzcF30kb9oevbSsXXTURMTeTm { display:block; }
 }@media only screen and (max-width: 763px) { #WwybTkbHfD2GzuJWgzzTalwWBrfaIUFW { width:17.5625rem;height:10.8125rem;top:1rem;left:24.124998092651rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfPGOIX9uIvOWeNcGN8s8OKVBSLsyCqs { display:block; }
 }@media only screen and (max-width: 763px) { #PqgaD9QsuEyvdHflKk8oPP2ecREt584A { top:35.9375rem;left:28.1875rem;width:17.625rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMcB785ubmH5TPOlGoXg37UWpRfdpAv5 { width:17.5625rem;height:10.8125rem;top:1rem;left:24.124998092651rem;display:none; }
 }@media only screen and (max-width: 763px) { #FRKyStSxTWM8hzqPOE14u4WkseMTiEAA { display:block; }
 }@media only screen and (max-width: 763px) { #kNWwx86BmcqTefhAlvy3V4CaNOqZFT0z { display:block; }#kNWwx86BmcqTefhAlvy3V4CaNOqZFT0z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zTxuvdKDh7PL7hXrhVK3uuqsu4r06iQm { top:4.25rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQJhAM9Swww8dKpLOUtGpsf8zqMz9axf { top:4.4375rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrGNQelFcF3SGOI1oxzpoe6FQkRkWq9E { display:block; }#wrGNQelFcF3SGOI1oxzpoe6FQkRkWq9E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lisFEXbNJ1KTvrCD9qBGvy1zHyyfMqr7 { top:20.4375rem;left:0rem;width:1.1875rem;height:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lxUc9zUgTcKKEGO5vfnMluRzAIPHg43J { top:1.625rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDK8gSzozUnQ6c6NTa27pq0eTWemeBOS { top:4.5rem;left:0rem;width:47.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUUVlI33f4NaM2brsdPenzA8h1PkePqR { top:5.8125rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kg7gPh829BroE8D3TrSKloBg5H7LILPq { top:0.8125rem;left:37.9375rem;width:8.75rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHAzOq2HOTPEDKSDtmbr63OaS5TUeIWK { top:12.125rem;left:6.3125rem;width:4.5625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWVTlOG9R3wmUr7izqygzSoyJmVo8qv7 { top:12.5rem;left:6.6875rem;width:3.75rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhiZ20kL3GtRFc3w07VN3Eb0roec0rr0 { top:9.0625rem;left:0rem;width:24.625rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7XiLMJ5e8Tzq8qF7qPw7ANyAJz6uDW0 { top:12.125rem;left:12.5625rem;width:8rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRMUMLshxASP4ROdlKFkJrmwxdeWD8aW { top:14.9375rem;left:12.5625rem;width:10.0625rem;height:6.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tT8nvlBIesGkUgkw2354T8RWiCFaX2Bp { top:11.9375rem;left:36.937501907349rem;width:3.75rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSbZhtHlU6LFEkLcSvVaNE10VcmpuEKu { top:11.625rem;left:36.937501907349rem;width:3.75rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7Dt76BDVa2TU0dCz7oxeKA5M1STFLnr { top:10.9375rem;left:28.167156411499rem;width:10.25rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ek4HWo527eETLAAITmNAb8TUXnTLR20R { top:12.125rem;left:35.25rem;width:12.5rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9f96JHcvk3a1wyIa9yuBBxgO4TKVcmD { top:14.5625rem;left:36.75rem;width:11rem;height:6.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgDpqU12C9CH5ZuOXhvd4Q7wM1ix3oKF { top:9.5625rem;left:0rem;width:32.5625rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQA7UiKzgZSE8trNV7Rc9n0O6gcqXttT { top:9.625rem;left:15.1875rem;width:32.5625rem;height:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQPT4O1WQHQZHgy7e6dhllpqDdrt9zu8 { width:10.5rem;height:2.625rem;top:22.6875rem;left:12.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtWB7csxVeMLlHa7geU04GhzkvzR7O91 { display:block; }
 }@media only screen and (max-width: 763px) { #rcMaXvT7tRCStrp9I53w8xTC5dwXlXEc { width:10.5rem;height:2.625rem;top:22.6875rem;left:37.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdLWo1GLL01KeDWKBTvnr1qsLmVJC5QO { display:block; }
 }@media only screen and (max-width: 763px) { #FD2dJ2H35BTipd1JuPCdP3BQIQ1p1OJp { display:block; }#FD2dJ2H35BTipd1JuPCdP3BQIQ1p1OJp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uAh1TLr2RbiPmLfepucgWIfNFT9RKtpE { top:1.3125rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDlgBDdqr1FLn3aoqpd2Im6feFfkf1Ef { top:1.4375rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdCO8HXx0c1svEiq4w3reEXxJE5yrNH2 { display:block; }#sdCO8HXx0c1svEiq4w3reEXxJE5yrNH2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ItgHdTTazidIdaT91o6MFHcJeBIGOnVD { top:20.4375rem;left:0rem;width:1.1875rem;height:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AsF53G9DGxW8kTfe9XlVlqXyqSqR9w0K { top:1.5rem;left:0rem;width:18rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #drrIX7dRRTIG66p52idkZcKyRgBO5f9C { top:5.375rem;left:6rem;width:9.1875rem;height:2.5625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ed9fL61bNvRg1dAz7c4nKUrUZunT2rWR { top:8.4375rem;left:6rem;width:13.625rem;height:6.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtrZfpcJTtVqnT4FGWl8C0a05AKaPRh8 { top:5.375rem;left:33.875rem;width:13.875rem;height:2.5625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pK7TUMTzMTq00efhW6sSHhK9OQloiVDh { top:8rem;left:33.875rem;width:13.875rem;height:6.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRyrHcUr9LMSglFR2AiCnG2ysNcfQ0RV { top:3.4375rem;left:25.191665649414rem;width:16rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQHN0AyhQokQKEEyLWB6tpXCF0r4ioLl { top:22.5625rem;left:0rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DprnDDTDzwmcMR68FBZwT5cM6EWf7FqE { top:23.0625rem;left:0rem;width:4.9375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDuHRzxzUnA8FmwiMNVM7ZTFB7koS9Jf { top:22.5625rem;left:0rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZtoz9eQb3de8PQTbzvHW4LtOsWtAlAk { top:22.4375rem;left:1.34375rem;width:6.6875rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHeT3XeMHt53btgLf6cwg4XH9ma7POcX { top:22.5625rem;left:9.53125rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETT4Dpt9D6CPPfx17TRmEkdsJe4xH2Af { top:21.8125rem;left:13.5rem;width:7.375rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALm2fLTTAX2TyKoZOQrSkysh8uAWAFxh { top:22.5625rem;left:25.19140625rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSaM6HTR0hhc1PppVz8DCA3Jo97VoKNJ { top:22.4375rem;left:29rem;width:6.5rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgk1dSrIbSlIAADwXeHkP5FpoV7y8ibU { top:22.5625rem;left:36.6875rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqEPzSlnJwGdu54qXMosHXsO7bSu7UZp { top:22.5rem;left:40.375rem;width:7.375rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vv1itmw7y59LizK8h29Vhqty17k9UlsR { top:22.5625rem;left:44.3125rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkerDwARffCyMLO3wFuH2hrm1pNoWCFd { top:22.5rem;left:39.25rem;width:8.5rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LptTx0rvXizlJN2ERA2SdtJevuGQL8PD { top:0rem;left:0rem;width:36.625rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDXZzPw3uJX1DBC0u2VidmDeg3QeQSKw { width:10.5rem;height:2.625rem;top:16.125rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #suRWvqmpSi0o0JrCmaS8KyMyT6G56x73 { display:block; }
 }@media only screen and (max-width: 763px) { #AAMFi4eXoZzIeVUsbTdDsHw0uTiiQxXT { width:10.5rem;height:2.625rem;top:16.125rem;left:37.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZKr8rNB8CcGkrub3NaIKOLi7A3e34gr { display:block; }
 }@media only screen and (max-width: 763px) { #gHxLnLpgMXf00VEnVKqC4MTwSOOekoST { display:block; }#gHxLnLpgMXf00VEnVKqC4MTwSOOekoST > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AkabruSdgqE4mPrqaOIgQXgmmK8hlkNe { top:2.0625rem;left:0rem;width:29.8125rem;height:2.4375rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o82LK2RDwbpkFublElKLBxDELKAcZOJi { top:2.25rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Li3Nni5URyfHZdxbkGSiRBobW7h4A2H6 { display:block; }#Li3Nni5URyfHZdxbkGSiRBobW7h4A2H6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hbrZqv3l2URpR1RW1yBztcoU0nNDMW9C { top:1.3125rem;left:0.46875rem;width:14.9375rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GD2orLoweloT76i699WJCmIBz8i8IqGz { top:0.5625rem;left:17.75rem;width:11.375rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GS2PnORTVnKe8C9XiBDPKWa0Og10kBak { top:0.75rem;left:32.59375rem;width:14.1875rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnDX50C1vOEFdCvSTupU1pX1MwTQh2rc { top:15.25rem;left:3.34375rem;width:9.1875rem;height:2.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRnQqABkZ9P0yvQbf1bTREJxNg9lW4JV { top:15.25rem;left:19.21875rem;width:9.1875rem;height:2.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsvgL5kreTXlR5FA2gmK65ceAVPTiJxZ { top:15.4375rem;left:35.09375rem;width:9.1875rem;height:2.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmC6NkV5rWTTfnwF0neeKZXiRUs02NLQ { top:17.5625rem;left:0rem;width:24rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDMl8LR97fTLGw5tMsKQ1rEfazMxf3xl { top:17.5625rem;left:7.75rem;width:24rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmNlI7PsnzKJpWuQR52koCt7J3Q1Um7S { top:17.5625rem;left:23.625rem;width:24rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #STqC15Kp5bMhJgqh6SAA1RIHXFXm2ALI { width:10.625rem;height:2.875rem;top:20.6875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoHHQT9C9gvB8fap10MMakIR2Chq4k0n { display:block; }
 }@media only screen and (max-width: 763px) { #w75S2JxRG9qOWGaBuOB2aKVOb0Tr9w58 { width:10.625rem;height:2.875rem;top:20.6875rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2hWgJ88mqHLNTGu02StwsfboL1zvIBb { display:block; }
 }@media only screen and (max-width: 763px) { #WvHqBwFvPvs604nGlC3r0iXxNhq795lr { width:10.625rem;height:2.875rem;top:20.6875rem;left:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oi52K4zCkCmsTaRbxaS9XOyZ54WDssI8 { display:block; }
 }@media only screen and (max-width: 763px) { #Ses2NEs8WMBoNnrGCazK0BkpcN8Sf8Db { display:block; }#Ses2NEs8WMBoNnrGCazK0BkpcN8Sf8Db > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uV0aCT5Hr8FITKHxRPK7GDLMkwBLQ9yb { top:1.4375rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcBPNrVpxGdEApQirToMsTvAmh7pzz4U { top:1.625rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQfuJ5Tw49iPvs6sRu3qH5z11X31ZJcy { display:block; }#EQfuJ5Tw49iPvs6sRu3qH5z11X31ZJcy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p826Ac9GMLNd3TnU2ghdTH8z0nOAAtkR { top:1.125rem;left:23.6875rem;width:23.375rem;height:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OX48iKZwWyQGnRCT5wTl9WsMnM5fbKnV { top:2.5rem;left:0rem;width:21.3125rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOSW2Km2v2MC0KkzWCW1NlTlqTU2k7kd { top:4rem;left:43.1875rem;width:4.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oG8dHKmqzqU3rdGei2EVH4PbxkIcXqoM { top:4.375rem;left:44rem;width:3.75rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #soDDokbuLvWpqImEkxZc7Pput2z7hDgl { top:9.75rem;left:0rem;width:41.125rem;height:12.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RM50Spa1u4O1zJZplaBnoy2kyrEhV45C { top:1.125rem;left:19.0625rem;width:28.6875rem;height:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqahWQTFHuu7cQ4hHVd3cR4ZDureGRAc { top:6.4375rem;left:0rem;width:23.0625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOF7hqRAy3Z7z6Znv7QWTwBlA5aJ2BSE { top:3.9375rem;left:10.2080078125rem;width:2.6875rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uB3ogriMeWHvZeSSxplqKXnt7PpU6ysl { top:2.1875rem;left:11.644775390625rem;width:8.75rem;height:5.06225625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBOUPdNdXfTtvUcMBM0DT3ytxz9ItHKn { top:25.9375rem;left:0rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FA7CpvaactRPPvmw4TJrVeFVAXefV2Gv { top:25.9375rem;left:0rem;width:7.4375rem;height:3rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkKBUEhlatO9Ewb79fLpN2lByTZvnvua { top:25.9375rem;left:0.39583587646484rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lixmq6r9Hd6aqFMtaoU1R9vqz1dKEaDy { top:26.0625rem;left:4.5833358764649rem;width:8.875rem;height:3rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUNm2Olkl3tfmrSH3vTntTn5mD8Ll9OW { top:25.9375rem;left:14.790367126465rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpBgWPuvNzPS8hVxLffH5D5RkdB9vM0k { top:25.4375rem;left:18.89453125rem;width:11.6875rem;height:4.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4lX59PbCkOSGkTkkn658gaW8zUTEXkR { width:13.125rem;height:3.5rem;top:31.3125rem;left:32.413543701172rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbTBbcc5p4Hz8JvhKD62ycXxqFz7aEsi { display:block; }
 }@media only screen and (max-width: 763px) { #h3htmMdrSRNe4cnH3Drcl7XuVhBuIbHJ { display:block; }#h3htmMdrSRNe4cnH3Drcl7XuVhBuIbHJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IuzXE0Epw2BrIW9qEbFxtZiqACpIcn15 { display:block; }#IuzXE0Epw2BrIW9qEbFxtZiqACpIcn15 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XTnbPR4FVGmByO6yfSZdkmGiy7oansig { top:3.375rem;left:0rem;width:40.6875rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLLbsZPBn50974GPttIeyKQl1fRz0SeO { top:6.9375rem;left:0rem;width:35.1875rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCOcaQNEAhxOEZ5IFtVTvh67gzflVBKW { top:8.1875rem;left:0rem;width:47.75rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWNqxThyK8SpM8I8mbTDazMTOwaRuV0a { top:1.75rem;left:26.629165649414rem;width:11.4375rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMwba5WTyzwNmHgka5VuPAAluF1G47Qu { top:12rem;left:0rem;width:47.75rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLeT3mDiCf19N5y5TprxPG4neyG0Dbng { top:18.75rem;left:0rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VV8mpLzHZBNPBBEeQWWBByDb0WrHD7Ny { top:19.4375rem;left:0rem;width:15.3125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXOA581zahuKHNrWl16tdBz9UdasAoI5 { top:20.875rem;left:0rem;width:15.125rem;height:3.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #es2FwpMZ5TPzkT32cyhVOJBAbUAEsb5T { top:18.9375rem;left:14.5625rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAWUb6AKAKcaF8sQB8VagAM3aFyOqAih { top:19.4375rem;left:20.1875rem;width:17.8125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvZ4K8zecMETdOSeJQH84CIVlfTdix8S { top:20.875rem;left:20.1875rem;width:17.1875rem;height:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCm5iRTqsHBzegCxRKJfpWNUrgF8qO00 { top:18.625rem;left:39.875rem;width:5.3125rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3wlOV4VU3Sp0lyrRoWCTSMng6VriP88 { top:19.4375rem;left:36.4375rem;width:11.3125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mf4QOdA38bmdaCGkuKTrZkcBvgpNJLbf { top:20.75rem;left:35.3125rem;width:12.4375rem;height:3.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nn18QuSZdRIJ7Tt4whX12UqfQ6X1357w { width:14.5rem;height:3.8125rem;top:26.75rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZPCm2GElcoR3crCiRnBD5qQ4Fb570LH { display:block; }
 }@media only screen and (max-width: 763px) { #BLTyVuZGs49hACNT7msW2C3nXH9ILlvh { top:2.4375rem;left:43.1875rem;width:4.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t66Q2Zca6Rc5hf50nrTg3BsOU5ews37F { top:3rem;left:44rem;width:3.75rem;height:1.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFHo0JTuQJcH9eziEHtA7pTvQtEVJxqM { top:1.4375rem;left:0rem;width:12.5625rem;height:2.1875rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #S2Enunf8RnaTssR1LF8heSRV4fHzNrlc { top:3.6875rem;left:0rem;width:19.125rem;height:1.25rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uTwbL1VPWUZ0LG2Oay9EtQdWDLJqFdEh { display:block; }#uTwbL1VPWUZ0LG2Oay9EtQdWDLJqFdEh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt .widget-regular-label { width:29rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt .widget-input-text { width:29rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt .widget-textarea { width:29rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt .widget-input-select { width:29rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt .widget-input-button { width:9.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:9.875rem; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt .widget-checkbox-label { width:28rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt  { width:29rem;height:auto;top:7.125rem;left:0rem; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt .radio-container { width:29rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt {display:block;}#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt { width:29rem;height:auto;top:7.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #m9lGCMCSqWv52yUTkQDx9U4vWbzo9dkX {  }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #OErKKbyuHdGAc8w1i2uTTnwosplVRwId { display:block; }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #aWTMPc0VHKx7K9IRtOuGUgPV3t805QTt {  }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #Vm0eRSdtSVdMfylv5Ao6DRCixLx4KAhl {  }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #yeWWQ15hAOnAE2yeUMOUsgXu18TxnpTr { display:block; }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #rmruGVXCR8m3vUsQf8elDX7JXAWUUw8g {  }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #AKu1qTnm3nDvRUFE9iS7vLDgSvCwVk0B {  }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #fWxOZHxwqfe6eBuMACnG61d0B5MWTtkH {  }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #yDEnIn3IpRn9D3FIl6obkRAuRnHu2NzL {  }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #FWOWbJf5buJatOF0ohLTZndHDenPXpQN {  }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #PEQdxVltHhDtu1DWQdGlnFlXPFS4s3QF {  }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #DKzKdPPrNTXWi737xfs5xq0WoHwg7tPd {  }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #LNWN8lOM06TNcmVVScMGrTzLHiyQlc0l {  }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #Bh78AwaQT0cbTT2WG70pXbJz52ebq857 { display:block; }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #HDT9GVUt1S3XrJC219vQoRTdkiUgUrpf {  }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #z10PentG7goJgfp1h5P3X3dC7qoz8TfC {  }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #ltTO0EyHBF0kCUuLDWfM8G910PFQvJv9 { display:block; }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #bHfEd0qQFLQ3xWuBuBWPlwGgvgTTC1vc {  }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #MWHylwt7LzIs2JkDEBBQOfkTGyMoNe3t {  }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #rSQRPBEo5ahsF5iVi5spCmVn84azALRf {  }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #x63o2Z3eW5486zLxp77S9kIXz5yudgc3 {  }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #XxlaBVfGSRHiCtMW1WNm28G5KJF2CkTW {  }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #G2AHUI5RdWG0EKnlKnnJS56Tc21XKVtN {  }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #AHXsbiJx4PQt7umQRXBMpx3knFzJFdSz {  }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #Tltn8PEJWe4nypyCUHTuhEtxmzaBuKCB {  }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #inJSHg3XpZIIlxA3tl7RvJ8pkfNyHNR8 {  }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #TFiK5fmkv45nuouh0b1cpeU6Lyn2RHzi {  }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #UKVF0lykTw7Ve9qJyDC4TTr6QIVe2ugF {  }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #qqq4ugyJceyFxl5wKf5HT3clDs6WFv0U {  }
 }@media only screen and (max-width: 763px) { #ObzQlBAPtvRudhcCSyTa3frCFhqJJLVR { top:6.1875rem;left:5.8125rem;width:41.9375rem;height:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkXQBnATMorTcC9ncuD6x6nkGgl5apmu { top:1.75rem;left:0rem;width:47.75rem;height:3.6875rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPh873rdlubDcJoyJrgXx9pU7Tkp92Wk { display:block; }#bPh873rdlubDcJoyJrgXx9pU7Tkp92Wk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O34eSzpHFozkrFNVDO1rMGdq2sTW7b8m { top:2.375rem;left:0rem;width:47.75rem;height:3.6875rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyC3ODv97GKuhyvOXLKPgm8gHWAdFfyG { top:6rem;left:0rem;width:47.75rem;height:8rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BK4qWWuSXFXscO0Jm4dThqO44iMqoLlt { display:block; }#BK4qWWuSXFXscO0Jm4dThqO44iMqoLlt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pti78U3nhRZ8VrmCrTCmSHb8NN8d4ReQ { top:0.625rem;left:0rem;width:34rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNEMzKzsgyANvdaW9bDbbcl29RSflyGW { top:0.875rem;left:0rem;width:22.375rem;height:2.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sf6MBuQsx23Np8itET725huQzrT4lA5u { top:1rem;left:0rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h28uRMdJL0mH95KTToTnpFbXJmMHoKrR { top:0.75rem;left:19.9375rem;width:27.8125rem;height:2.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0aEoMgIH8r8OAp0qILUhAGBkN4JnST8 { top:0.5625rem;left:13.75rem;width:34rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHGCOiR3IqbV0AQ8Rg8JhSbMPF2cuXVE { top:1rem;left:23.875rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2b0VOcpewSIhdMTpbIm1dDSMzWi1hXq { width:34rem;height:3.4375rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8uqA98xnnZ1AfG1C1xGJKAv2wvbxH3F { display:block; }
 }@media only screen and (max-width: 763px) { #fLALotCpNBX9dSUfHchHLEJTls2PpCcG { width:33.9375rem;height:3.4375rem;top:0.625rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wc6exgyWTBiA4dDATnUzDC1P8cT10X2T { display:block; }
 }@media only screen and (max-width: 763px) { #kvKKMuwphlnG729hvswvIGfel8iCuNco { display:block; }#kvKKMuwphlnG729hvswvIGfel8iCuNco > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fsPiZw6mRnbWCcUHXrFearu3cOiG1CS4 { top:0.625rem;left:0rem;width:34rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDaGCfbbpwLPdO8Rl4em2wPmA7dRQRdB { top:0.75rem;left:0rem;width:19.125rem;height:2.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ky6PxRlEqkpiy7OmRSwgkHRqhc9CCRvl { top:1rem;left:0rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l98m6u6TmCFg4hwXognWDkCo34Sed6Gy { width:33.9375rem;height:3.4375rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LclE5WAtEcDEgmeR70d9nwgtAxXJWEc3 { display:block; }
 }@media only screen and (max-width: 763px) { #KqkSVw8gRMFdCMIPngPtUKKu5N5TUTQ8 { top:0.625rem;left:13.8125rem;width:33.9375rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yigirZIBGSTMKfq4VfXvTss3L6yrvB32 { top:1.0625rem;left:23.875rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kuk5Wo96MX1HrPfwRid9OT87KDsI5MC1 { top:0.875rem;left:21.9375rem;width:25.8125rem;height:2.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVtLzcnuKGWMsE9TrMoIVzQf6MKQ5UnI { width:33.9375rem;height:3.4375rem;top:0.625rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gp4gtrD9i4mx7QebuFGmkiTxVuVSbOKu { display:block; }
 }@media only screen and (max-width: 763px) { #IP7ecaqrZuOGH5EzBxuIvRDaywqN1yS9 { display:block; }#IP7ecaqrZuOGH5EzBxuIvRDaywqN1yS9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QgBtefLZHSDkRWIBxxTAaXqRSFgEZGdR { top:0.625rem;left:0rem;width:33.9375rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nli6QcJzp2EPa3QfVfVMnThbFBktcR8t { width:33.9375rem;height:3.4375rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUKbCztdlp22REEoF8TQCGeW8AJeGrNt { display:block; }
 }@media only screen and (max-width: 763px) { #vLP7ZEpuPcCWv6D2BtwT113Kwba9gBHe { top:0.8125rem;left:0rem;width:28.5625rem;height:2.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2NaFlzcZ9ymRgqIiU4TOFcC27gFl1fy { top:1.0625rem;left:0rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XN4v71waJmFSDcy8r6R0xFXstPAJWnTO { top:0.625rem;left:13.8125rem;width:33.9375rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUfsr8KLVhwqGgy2nyEXA0zZSgkt5meP { width:33.9375rem;height:3.4375rem;top:0.6875rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zm6iMtUxGIwGD80rOhl054q6ZfJ0hkQC { display:block; }
 }@media only screen and (max-width: 763px) { #x605LskT54ifTfH8DvBZwTVib42c4aUR { top:1.0625rem;left:23.875rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3xhVKOXIi1cmoOizmEWECFFTPrxiJca { top:0.8125rem;left:23.875rem;width:12.9375rem;height:2.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDg9uai3IcA4PmBR55NFJ3m4XH7ptuhq { display:block; }#WDg9uai3IcA4PmBR55NFJ3m4XH7ptuhq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y3W8bDyNSbJuceOcnkewXLwtaEXeiJhB { top:0.625rem;left:0rem;width:33.9375rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBdQFWouiLSThI3QKltnUPJbKPgKL61Q { top:0.8125rem;left:0rem;width:28.5625rem;height:2.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wmyumc432WCcmXl993xNlzHSGTqSktbE { top:1.0625rem;left:0rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdz7OQa74AbnTNttCJ1oK0QiSoITPIBu { width:33.9375rem;height:3.4375rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0gx42c82qvEdkI0kwNt9fkN7m5bUigB { display:block; }
 }@media only screen and (max-width: 763px) { #X9hH0qiolU7JptQmLnDAGb9ELFCEqRW2 { top:0.625rem;left:13.8125rem;width:33.9375rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFLHXfFRt2XlPJ1DQTfdr0CN61thN7yH { top:1.0625rem;left:23.875rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #roJUoODEMa5bLzCZylMEEHGGt2TFn01J { top:0.8125rem;left:23.875rem;width:22.625rem;height:2.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K73nwDdAT72EoE63VqnAimzFquTn3FAv { width:34rem;height:3.4375rem;top:0.625rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbhI028GgkmDWaKsptw1rcmNwfyabOFa { display:block; }
 }@media only screen and (max-width: 763px) { #wgZ5dgo5TeTBzNwwSknRqlpSp4MZQ6M9 { display:block; }#wgZ5dgo5TeTBzNwwSknRqlpSp4MZQ6M9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s9JrcuXtomdLfz0sVum9GWZ8qWxCUdO6 { top:0.625rem;left:0rem;width:34rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9BQt24VcQmKIkmVs38BP8sWkuGX0gpx { top:0.75rem;left:0rem;width:28.5625rem;height:2.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvDWIvWItA2QF4k6zgiDEcfJ43zm1wNI { top:1rem;left:0rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZCkXq111ggkoEmuTBekMGpZ64fsTQTA { width:33.9375rem;height:3.4375rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhKPTOIMpOvTrlKqNzRHn8zqEbTPmykv { display:block; }
 }@media only screen and (max-width: 763px) { #bVZadQcpbkl2e2NJIS2rmyC95FxIQTG2 { top:0.625rem;left:13.8125rem;width:33.9375rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVpvHPgfTJoWWQW83JoDzZqPlBErCEKL { top:0.8125rem;left:18.6875rem;width:29.0625rem;height:2.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lb1CnHB1CTfpbqaX6zWasDaBJqAFsvy8 { width:33.9375rem;height:3.4375rem;top:0.6875rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIln9477PKlm8JyBCZQkdoKnpt37Tf6J { display:block; }
 }@media only screen and (max-width: 763px) { #oLvE1ATM6uksKOJexqlk4humT1dRqrdT { top:1.0625rem;left:23.875rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAREdQ78iDlds2AqKK5a43HdWpVoWow2 { display:block; }#mAREdQ78iDlds2AqKK5a43HdWpVoWow2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GWguGHQn9VrtXEpwGAizT41qMWdtLBCX { top:0.625rem;left:0rem;width:47.75rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5BvORRHzoNd9sf9PNGkVT5XrKnuVvVw { top:0.75rem;left:1.6875rem;width:46.0625rem;height:2.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUSxD5n3T3kAfacb3kxJoarX58szQ7X1 { top:1rem;left:0.11250114440918rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1yyfFs8gEiHMLhvuN0WvBTIV1aTxT9R { width:46.75rem;height:3.4375rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2gdOptpE2Ihz0AC97K69AqxF6DbtqEU { display:block; }
 }@media only screen and (max-width: 763px) { #MH9fC4bH4yW0ftcyh9hIDt6uXzVD91Xw { display:block; }#MH9fC4bH4yW0ftcyh9hIDt6uXzVD91Xw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mBZnA9HZTA3J5tcHLe9P71T2kiJNUHIB { top:8.75rem;left:0rem;width:27.0625rem;height:5.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMzgzegS1DTWVRhN0JVSSqUJzG6xEw3x { top:6.875rem;left:7.0625rem;width:40.6875rem;height:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBNNVSeTc9TtoueL1g2ezpBUwMdFl98E { top:1.8125rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fchCZGadEsvs0paw7G8rlQtP93UN2FLh { top:15.875rem;left:42.5625rem;width:5.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7UV7VfF47CAZ2Uq4IS0P6Duqw1PKLTc { top:7.0625rem;left:0rem;width:31.9375rem;height:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fm1EWm5d9qSc3MDxUPEE0KDusJJdycvo { display:block; }#Fm1EWm5d9qSc3MDxUPEE0KDusJJdycvo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TvMAvMP5OO0fWRrTZ38c9LgAvxF8WX3b { top:0.9375rem;left:0rem;width:47.75rem;height:4rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrypapfBd9VT2i8z4veXnmQIALty84OO { top:5.625rem;left:0rem;width:47.75rem;height:7.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbxCQ5QLJI7kwNgFd7n8X1JrBraSRVP5 { display:block; }#DbxCQ5QLJI7kwNgFd7n8X1JrBraSRVP5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VkXenauxBIMbqaus2OTbVDqw4lFbc6Hv { top:3rem;left:31.5rem;width:16.25rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u57r9N8eXlcqnizcp73pdvutlQfnyif8 { top:9.4375rem;left:39.9375rem;width:3.6875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNXLRo5LvDzELAx3JyiwLOuVmaqXbTPr { top:10.9375rem;left:32.875rem;width:14.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpKkwQRV13bNNveNnOyohQ8p9KnOnDfv { top:2.875rem;left:19.5625rem;width:16.25rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpqbTApSOz4m9fg9akfr52mvoPihBUGz { top:11.0625rem;left:26.96875rem;width:5.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1c8NrDsilHm3S8i0KfpFt2T1ZPHmCUc { top:3.125rem;left:2.46875rem;width:7.0625rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEB94vTEb4x6kattxfwpb2KUdVFQ5FAN { top:9.625rem;left:0rem;width:13.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTLco61UTVDKoQncsWRuQE29JDtVAChf { top:11.0625rem;left:0rem;width:14.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxpReRHsvGBkkXzLHiBQ1FuI5PbB3mnX { top:3.125rem;left:0rem;width:16.25rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTR1wDaDyxo746hZcboHuizksiraM4mr { top:2.875rem;left:7.625rem;width:16.25rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6xViIO2wyPnOGayGrW7MOqSEo2MSndO { top:3.125rem;left:14.40625rem;width:7.0625rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fovf9Z5hzWv5QwNb2wea1LayJ9NyJDkx { top:9.625rem;left:9.5rem;width:14.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVVTV0F9lX0XvVubiFT9Id9nqelsZsUb { top:11.0625rem;left:9rem;width:14.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXLF3qtpJUkKNnvIk6x7vmhUJ0mK3SNh { top:9.625rem;left:26.96875rem;width:5.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nObRVaKCrH4te5R0ZtrORnudJVwg6ylV { top:4.125rem;left:27.3125rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIlTH4HKRugTyTShqQIliIpPPAsre8W2 { top:4.125rem;left:39.25rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwVcTyzTtOT7pEhpmxPJu1tQDmTA4yrS { display:block; }#RwVcTyzTtOT7pEhpmxPJu1tQDmTA4yrS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hfFmurz2lQ1C27xTHWoO2CXEKnJE4Va7 { top:1.9375rem;left:15.65625rem;width:12rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDZ0dlScMtL6Mcd5aRFDrzGkEE2Uz3X5 { top:7.0625rem;left:15.65625rem;width:13.4375rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVnOZ7xrX2b1qVnMvPdClFzwzEhCaEqi { top:2.9375rem;left:0rem;width:19.1875rem;height:8.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzbkzzVt4ntyXrV3wM3W04z6sC8fTWBS { top:5.4375rem;left:31.694793701172rem;width:12.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVVBUTq6J2bVD7XTtbrAdlupV82HTQdf { top:1.9375rem;left:34.375rem;width:13.375rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ek9AM3CHfWtoHInUrVXcmb1KN1GT937V { top:6.5rem;left:32rem;width:15.75rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBslpm0IwTp10ET5dslhW40xlaxJNU82 { display:block; }#wBslpm0IwTp10ET5dslhW40xlaxJNU82 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SnxEDa21aR5AUl0eiKz28m0qAZEdSbA9 { top:1.4375rem;left:0rem;width:27.75rem;height:3.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfHNszNt8r5JIdXQKQ6u10bWJcGMl3H5 { top:1.3125rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
#IfHNszNt8r5JIdXQKQ6u10bWJcGMl3H5 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #WFoGKa3xR46PJelyKVz69f7xtikuVK4T { top:1.4375rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#WFoGKa3xR46PJelyKVz69f7xtikuVK4T > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #P98PfmQO0mavMAt4Pt4HnHzooZ0FSL9v { top:6.375rem;left:0rem;width:20.5625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #yJ0llpoyPzxSWp4E9GPzTeQxvXht3Ffc { position:relative;z-index:auto;display:block; }#yJ0llpoyPzxSWp4E9GPzTeQxvXht3Ffc > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RzCROb15olt5o3RRXbD6doyySwS3fbl9 { width:1.875rem;height:1.875rem;top:20.8496125rem;left:9.0625rem;display:none; }
#RzCROb15olt5o3RRXbD6doyySwS3fbl9 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #FsF7E3A1bAQTGIEOZF0SMf6F5CE2VTKp { width:2.125rem;height:2.125rem;top:17.4746125rem;left:8.9375rem;display:none; }
#FsF7E3A1bAQTGIEOZF0SMf6F5CE2VTKp > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #J0Zvt4R95AZ2nTt9ZTexGETpXMx2ASOZ { width:3.125rem;height:1.25rem;top:0.87456601858137rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nl5lsuv8FU6elTUf3TCWWV9Eq3N4h1x9 { display:block; }#nl5lsuv8FU6elTUf3TCWWV9Eq3N4h1x9 { background-color: transparent; background-image: none; }#nl5lsuv8FU6elTUf3TCWWV9Eq3N4h1x9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nl5lsuv8FU6elTUf3TCWWV9Eq3N4h1x9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nl5lsuv8FU6elTUf3TCWWV9Eq3N4h1x9 > .row .container > .video-iframe-container { display: none; }#nl5lsuv8FU6elTUf3TCWWV9Eq3N4h1x9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nl5lsuv8FU6elTUf3TCWWV9Eq3N4h1x9 > .row > .video-iframe-container { display: none; }#nl5lsuv8FU6elTUf3TCWWV9Eq3N4h1x9 > .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); }#nl5lsuv8FU6elTUf3TCWWV9Eq3N4h1x9 { border-width: 0; border-radius: 0; }#nl5lsuv8FU6elTUf3TCWWV9Eq3N4h1x9 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nl5lsuv8FU6elTUf3TCWWV9Eq3N4h1x9 > .row .container { width:20rem;height:12.25rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9a7b8a3c-4af4-4235-a941-65594b63d4ee/Header_Mobile.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#nl5lsuv8FU6elTUf3TCWWV9Eq3N4h1x9 > .row .container.adaptive-delivery-prevent-bg, #nl5lsuv8FU6elTUf3TCWWV9Eq3N4h1x9 > .row .container.lazyload, #nl5lsuv8FU6elTUf3TCWWV9Eq3N4h1x9 > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #U6MJJTh7NtUXUAcahqdGskR0HgHlNEoM { display:block; }#U6MJJTh7NtUXUAcahqdGskR0HgHlNEoM > .row .container { width:20rem;height:44.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mLLKhgLeV5A9CIIGk4gh4UvoGTbCrpxI { width:18.8739375rem;height:30rem;top:3.1177101135254rem;left:0.56250005960464rem;font-size:1rem;line-height:1.5;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 .widget-text.counter-number { padding-top:0.434375rem;padding-right:0.37875rem;padding-bottom:0.434375rem;padding-left:0.37875rem;width:2.274375rem;min-width:2.274375rem;height:2.334375rem;font-size:1.7375rem;line-height:37.35px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.27125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.031875rem;height:0.923125rem;font-size:0.65125rem;line-height:14.77px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 { display:flex;width:16.125rem;height:4.396875rem;top:38.061459541321rem;left:1.394791662693rem;padding-top:0.543125rem;padding-right:0.54125rem;padding-bottom:0.543125rem;padding-left:0.54125rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #KpXiLGHegWNS6lAf3b4NyvLxGMEEgzgS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #D8qTRrtVhPe5if0ohfbkKglVc0ZDT5qA {  }
 }@media only screen and (max-width: 763px) { #SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #fz2nmlUwb7oHw7R6JcmdZ9cxfu9x2ZTp {  }
 }@media only screen and (max-width: 763px) { #SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #CaftNlGcualeJq65a6OknZV36NCq6mBw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #PefuIyOUrDsi3VD6iy5FCRLypNggJJWX {  }
 }@media only screen and (max-width: 763px) { #SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #VSezwxdwnCJF705GTtMBI1DEO4MngAUk {  }
 }@media only screen and (max-width: 763px) { #SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #LriTmAs6zaaOuooM5fJrGC8IAdBboULw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #ZXVS9g8uC3cnZmmJnMEd23xOM7NV2JxS {  }
 }@media only screen and (max-width: 763px) { #SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #H5mTzr9X8KDMXWhTs03oZ0r6Q20oazRn {  }
 }@media only screen and (max-width: 763px) { #SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #fn6hoDOEP1i2UJoWIIUbDiLWlDzZsQ9y { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #JpWqUWdzhghLVPaOeZC0uTAwQ02Vh39u {  }
 }@media only screen and (max-width: 763px) { #SzwZvXCx3liAoUHkEvQITNuX1ybx17y6 #HNT0TEbqWQahIsOFm1rno1wXhAJniT8Q {  }
 }@media only screen and (max-width: 763px) { #ftdIl4g1IfJZPqbXeUHvNO1czS5sWhG9 { width:17.1875rem;height:2.0625rem;top:1.0555753707886rem;left:1.4053622484207rem;font-size:1.375rem;line-height:1.5;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #D6O9Ll4EU41wCJM17Z8WlJLhBa6vUHgd { width:15.8114375rem;height:1.6253875rem;top:35.479167938233rem;left:2.0927084088326rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UbKWtU6fvW2TLWCCH7OGwQuDTd5vVSkG { display:block; }#UbKWtU6fvW2TLWCCH7OGwQuDTd5vVSkG > .row .container { width:20rem;height:16.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gi3VZKhA5nwXzyrT5NiJIJW8TeRwMcQ1 { width:16.875rem;height:3.375rem;top:2.1875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcTtA3BsNbvFn1w9Lsn1tWLEUmELimkm { display:block; }
 }@media only screen and (max-width: 763px) { #kiZvRK7hMJuKm8c6kZpro2LFt5rh3auL { width:16.875rem;height:3.375rem;top:6.625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiuFFEeXxQ2fbwKFM8c2KKsb0n1fMqxU { display:block; }
 }@media only screen and (max-width: 763px) { #FopGoX2VnIidLWS7TJhwK9sXA8E0yHlC { width:16.875rem;height:3.375rem;top:11.3125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXhxWofncyh083vd4UplUb2a8mP0N95k { display:block; }
 }@media only screen and (max-width: 763px) { #oAdKINhxXwCatqkHbbcnDuIRTrlbhWsT { display:block; }#oAdKINhxXwCatqkHbbcnDuIRTrlbhWsT > .row .container { width:20rem;height:25.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WTlGAUKNqCXbZILtf8THlRld5c3RMGtI { width:17.9368125rem;height:17.5956875rem;top:5.9481534957886rem;left:1.0298295021057rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xd2UHddfxobmraDnHenreFmdyWk1Elat { width:20rem;height:3.1484375rem;top:1.8749799728394rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRbR0kz0zDbwAPtvyo7DEUD3aQ694OLU { width:17.625rem;height:2.25rem;top:23.536458969116rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCzTkXHdUCmpXCTIVoBdK2GrIoeI2Dd6 { display:block; }
 }@media only screen and (max-width: 763px) { #MI8XJRJICOimI5qxqpwsXcQ7mQPBnqZD { display:block; }#MI8XJRJICOimI5qxqpwsXcQ7mQPBnqZD > .row .container { width:20rem;height:154.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GkHbFGdUp8SMeUaKDffUuCx23gPgzKvB { width:11.312125rem;height:1.5625rem;top:25.9375rem;left:4.375rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #A1bTL3pOS3OodfT3yB9GSnQDK29htRTp { width:9.375rem;height:7.4375rem;top:7.9778642654419rem;left:10.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wk9TBCVmk9BBPQtRLo9X8ZiB21MK6MaT { width:17.6875rem;height:10.875rem;top:41.375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7hSo1xxRTMzsexn4ZebFQ8OQ3Cmt6LO { width:17.6875rem;height:2.8125rem;top:37.375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJc2RTzZdGBOp9ZZpBGywx5I0pZmAlPc { width:17.6875rem;height:2.8125rem;top:49rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJVZFaNT7lcGRxBB2MtKoHlz2mDtahTk { width:15.9375rem;height:1.2503875rem;top:37.9375rem;left:2.0625rem;font-size:1.25rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #MQZnZE9TsC7p0cdIQV62CWE9gy3eQQP6 { width:15.9375rem;height:1.2503875rem;top:49.5625rem;left:2rem;font-size:1.25rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #TIKtdizE2fB3OXosak6LxOg3S7g0SVzp { width:15.9375rem;height:1.2503875rem;top:61.625rem;left:2rem;font-size:1.25rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ErhaNLC9yP0Uo6NMhSc5EH0G5KAGthod { width:15.9375rem;height:1.3125rem;top:73.3125rem;left:2.0625rem;font-size:1.3125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #XtATW67vlk63fo3GUrtk1l8CvxNOoK7m { width:15.9375rem;height:1.375rem;top:85.375rem;left:2rem;font-size:1.375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #dHMedPhOs7vGa3R21CW3UX5EsKZtkWNs { width:17.8125rem;height:10.875rem;top:76.875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXgLQod4Lxv8Pa2NAndVOslnlsQyzROT { display:block; }
 }@media only screen and (max-width: 763px) { #dOoLZTzC5ol3Dwt6zDOK5aUw0nFEfWLT { width:17.4375rem;height:10.8125rem;top:88.625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGJLZr5kWKPbB2eCpTWSJxunTd7PCfns { display:block; }
 }@media only screen and (max-width: 763px) { #A1HyDiQodOQ8QHdKQ5K64ruhE1nFXw6V { width:15.9375rem;height:1.4378875rem;top:96.5625rem;left:2.125rem;font-size:1.4375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #kcp6NItw5ecZGfvCeXzEXssHUNoI3ZBH { width:17.6875rem;height:10.9375rem;top:134.8125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIc9fcbEenoJpQ52UfmhLoIuqWrkXJLW { display:block; }
 }@media only screen and (max-width: 763px) { #rwHS7eXpXwlHKDUmagJsdDuUBUNJWrp2 { width:17.6875rem;height:2.8125rem;top:61.125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTNbtSwEMV6AGrsaKlZp2eTk20TDisS8 { width:17.625rem;height:10.8125rem;top:53.4375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpX8r0OxRTmCxTZdi3fETCM1VrxxbHm4 { display:block; }
 }@media only screen and (max-width: 763px) { #zQvxuBVdMT10vuB874yCG8T5LTwBPeGl { width:17.6875rem;height:10.875rem;top:18.0625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUdG6u0rLcZ7nTULxRM5mQBnJ9BbZl9B { width:17.6875rem;height:10.875rem;top:29.6875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvtCNtWQ7Gymlum6RKAV6rS0JuESP2Kw { width:17.6875rem;height:10.875rem;top:53.4375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ln8vkLB5X3gmhxfraqBePoyTUaPQCPWJ { width:17.625rem;height:10.836572438163rem;top:65rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxJsUprvk8SGWkoTBukpMvZcUKs740Dx { width:17.8125rem;height:2.8125rem;top:72.6875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOAopkc33KxURdiEsPDdglOPkrMQzWQI { width:17.8125rem;height:2.8125rem;top:84.875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #STVB5iCtIknh2w1KqUba4LA3hxXPq1RF { width:17.8125rem;height:2.8125rem;top:96.0625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0LU6PEuUzxn09QMgqWnaeeWF8pz3v4T { width:17.4375rem;height:10.625rem;top:88.6875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQhL9xZGXSB43TIVyBnIvPTGQLLVRwSn { width:17.6875rem;height:2.8125rem;top:119.3125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiuE7k6sB7IhKgtB1VDciiR4iHxe3Tvl { width:15.9375rem;height:1.3125rem;top:119.8125rem;left:2.1875rem;font-size:1.3125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #flxLU26kJdtGVdT9f4G8r1OB0bDTDI4F { width:17.625rem;height:10.836572438163rem;top:123.3125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFGLhrFS3xS5LsdBkWUBLG55MQcLAbfQ { width:17.625rem;height:10.836572438163rem;top:134.875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOtsGSGZoGV2LNrhloRIg5iBvT0V9TPb { width:17.8125rem;height:2.8125rem;top:142.375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ps5eiceICiSgTWVM4pwmQOoDdSVtOVdn { width:17.6243125rem;height:10.8114375rem;top:111.75rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaywFsSxfyB3Xkb522EBSmO85dvkkoIN { display:block; }
 }@media only screen and (max-width: 763px) { #bgprFD0NJU6ZSiVZggWMEVAPDFTKITl2 { width:15.9375rem;height:1.2503875rem;top:143.125rem;left:2rem;font-size:1.25rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #XQtiSs2kF1qa5SbabrLpmK7xmbFinD5T { width:17.8125rem;height:2.8125rem;top:130.8125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vr9wrPelGegxNLnycUJoKFJZ2mdEsSS6 { width:15.9375rem;height:1.375rem;top:131.5rem;left:2rem;font-size:1.375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #NoXDURJUVfRr41vtsv5r89pJKKaevFxs { width:17.6875rem;height:10.9375rem;top:123.25rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8scbMMnXSNAOUIuPNsF6aRcf17khrkh { display:block; }
 }@media only screen and (max-width: 763px) { #GKsPmbCqRPd01BcaMwd8O73EBN1zciSH { width:17.625rem;height:6.625rem;top:146.81132698059rem;left:1.1859374642372rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdHmTsHpXN7vGHCDeouOIWyrkVPSa6m3 { width:17.75rem;height:10.875rem;top:77.125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOegqVHFqxymVvXTHr6bCrq7TtegZwLT { width:17.6243125rem;height:10.8363125rem;top:100.125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOo2MricPL1WRHzraFnTvJDZNr9OrRZJ { width:17.6243125rem;height:10.835375rem;top:111.75rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCfL3PfWhZ63IkDrbviL1xAcUqldGHBg { width:17.75rem;height:10.875rem;top:65rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTBTup9GqA1BEDF4HX7UqXPycgh2P6BU { display:block; }
 }@media only screen and (max-width: 763px) { #gDSd9m46q6JhXGysPVLzNXDoV99a5w0x { width:17.6873125rem;height:10.9375rem;top:140.49360084534rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TWGLIK72eNubLb3a62dEqSTIBRibXOSD { display:block; }
 }@media only screen and (max-width: 763px) { #MMkwnVDwR69Wi9b2simxywiQNuqJCqtf { width:15.625rem;height:1.6253875rem;top:149.06131744385rem;left:2.1855466961861rem;font-size:1.25rem;line-height:1.3;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #uO6IvxVFVUQ2DDrLfRXFctGLss8dgRub { display:flex;width:1.3125rem;height:1.3125rem;top:150.68553543091rem;left:14.448045551777rem; }
 }@media only screen and (max-width: 763px) { #K7tmdWIVFq2muIwwRST3JXyfnAqcZSyl { width:15.6875rem;height:15.125rem;top:1.3510417938232rem;left:2.1562500596046rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kTQt58BnsTeQxgI3E2Fk3KAP7qsQTlfw { width:16.9375rem;height:35.375rem;top:1.23828125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MX3PhI0PfR58H7DOCc4uPsypHDvIs82l { display:block; }
 }@media only screen and (max-width: 763px) { #kmViH8TAfUv03PEVhQyRrPixuqDV02iM { width:15.5rem;height:6.09375rem;top:4.9916667938233rem;left:2.2500000596046rem;font-size:1.5625rem;line-height:1.3;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TQmZhmsTEJ0xGviPepGAGlpXJIQtV5HS { width:15.625rem;height:1.70625rem;top:11.538541793823rem;left:2.1875000596046rem;font-size:1.3125rem;line-height:1.3;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #hy5U6TeuzxGbx6394IqnkHpUs0m3MK8d { display:flex;width:2.625rem;height:2.625rem;top:29.810900449752rem;left:13.835226416588rem;display:none; }
 }@media only screen and (max-width: 763px) { #QgEInzVVLdoTcXbxFwhVMbBlxpcoxhQ6 { width:17.6875rem;height:2.8125rem;top:107.625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAJeboKMosrnkgiP9ERpOsxB5GC1sz6C { width:15.9375rem;height:1.3125rem;top:108.125rem;left:2.0625rem;font-size:1.3125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #z8drhpMSAL25VyWolinJfbx0z4uUdWob { width:15.875rem;height:15.3125rem;top:1.3531246185302rem;left:1.9687500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGJTegkdqUUEMOBIEMLSZDTrUU0GaxrI { width:17.75rem;height:2.8125rem;top:25.3125rem;left:1.1875rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #syXpCftL6BmTfmdNIw3HP2phNUIRtirq { width:17.6243125rem;height:10.8114375rem;top:100.125rem;left:1.1875rem;z-index:15075;display:block; }
 }@media only screen and (max-width: 763px) { #VGzyRpC8L2EM3TRtNN8HQNQATIXyBMB9 { display:block; }
 }@media only screen and (max-width: 763px) { #DBZOZBvWbo9n1X4BNBVAwk6IsMiUk5Vl { width:17.8125rem;height:10.9375rem;top:186.56159533691rem;left:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NEX31cwsmhSwf5BTnAV0rhCyeQG4NINN { display:block; }
 }@media only screen and (max-width: 763px) { #f9Dp1gHPvFwy3OxKpBZPcEiTfuaC2JmK { width:17.5625rem;height:10.8125rem;top:41.375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3XvIAOEzcF30kb9oevbSsXXTURMTeTm { display:block; }
 }@media only screen and (max-width: 763px) { #WwybTkbHfD2GzuJWgzzTalwWBrfaIUFW { width:17.6239375rem;height:10.8739375rem;top:29.6865234375rem;left:1.1865234375rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #bfPGOIX9uIvOWeNcGN8s8OKVBSLsyCqs { display:block; }
 }@media only screen and (max-width: 763px) { #PqgaD9QsuEyvdHflKk8oPP2ecREt584A { width:17.625rem;height:6.625rem;top:146.81014633179rem;left:1.1859374642372rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMcB785ubmH5TPOlGoXg37UWpRfdpAv5 { width:17.6230625rem;height:10.8730625rem;top:18.0625rem;left:1.1875rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #FRKyStSxTWM8hzqPOE14u4WkseMTiEAA { display:block; }
 }@media only screen and (max-width: 763px) { #kNWwx86BmcqTefhAlvy3V4CaNOqZFT0z { display:block; }#kNWwx86BmcqTefhAlvy3V4CaNOqZFT0z > .row .container { width:20rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zTxuvdKDh7PL7hXrhVK3uuqsu4r06iQm { width:14.3125rem;height:3.8984375rem;top:1.55859375rem;left:3.5906246304512rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dQJhAM9Swww8dKpLOUtGpsf8zqMz9axf { display:flex;width:2.125rem;height:2.125rem;top:1.5597648620606rem;left:0.59062498807907rem;font-size:1.4375rem; }
 }@media only screen and (max-width: 763px) { #wrGNQelFcF3SGOI1oxzpoe6FQkRkWq9E { display:block; }#wrGNQelFcF3SGOI1oxzpoe6FQkRkWq9E > .row .container { width:20rem;height:54.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lisFEXbNJ1KTvrCD9qBGvy1zHyyfMqr7 { width:20rem;height:9.8125rem;top:1.9375rem;left:0rem;z-index:15012;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
 }@media only screen and (max-width: 763px) { #lxUc9zUgTcKKEGO5vfnMluRzAIPHg43J { width:15.375rem;height:5.361325rem;top:2.1875rem;left:0.9375rem;font-size:1.375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #aDK8gSzozUnQ6c6NTa27pq0eTWemeBOS { width:7.0625rem;height:0.125rem;top:7.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUUVlI33f4NaM2brsdPenzA8h1PkePqR { width:18.5625rem;height:2.6rem;top:8.9375rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kg7gPh829BroE8D3TrSKloBg5H7LILPq { width:7.1875rem;height:4.1875rem;top:4.9375rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHAzOq2HOTPEDKSDtmbr63OaS5TUeIWK { width:2.5rem;height:1.5625rem;top:14.0625rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWVTlOG9R3wmUr7izqygzSoyJmVo8qv7 { width:2.5rem;height:0.975rem;top:14.375rem;left:12.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhiZ20kL3GtRFc3w07VN3Eb0roec0rr0 { width:11.625rem;height:7.6875rem;top:12.9375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7XiLMJ5e8Tzq8qF7qPw7ANyAJz6uDW0 { width:11.5625rem;height:1.7875rem;top:20.875rem;left:4.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRMUMLshxASP4ROdlKFkJrmwxdeWD8aW { width:13.625rem;height:2.6rem;top:22.8125rem;left:3.75rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #tT8nvlBIesGkUgkw2354T8RWiCFaX2Bp { width:2.5625rem;height:0.975rem;top:35.3125rem;left:11.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSbZhtHlU6LFEkLcSvVaNE10VcmpuEKu { width:2.5rem;height:1.5625rem;top:35rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7Dt76BDVa2TU0dCz7oxeKA5M1STFLnr { width:5.4375rem;height:7.6875rem;top:35.375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ek4HWo527eETLAAITmNAb8TUXnTLR20R { width:12.5rem;height:1.7875rem;top:43.125rem;left:3.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9f96JHcvk3a1wyIa9yuBBxgO4TKVcmD { width:12.5625rem;height:2.6rem;top:45.125rem;left:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgDpqU12C9CH5ZuOXhvd4Q7wM1ix3oKF { width:19.9991875rem;height:17.9366875rem;top:12.937499284744rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQA7UiKzgZSE8trNV7Rc9n0O6gcqXttT { width:20rem;height:21.375rem;top:32.624998092651rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQPT4O1WQHQZHgy7e6dhllpqDdrt9zu8 { width:10.5rem;height:2.625rem;top:26.690623283386rem;left:4.7484372258186rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtWB7csxVeMLlHa7geU04GhzkvzR7O91 { display:block; }
 }@media only screen and (max-width: 763px) { #rcMaXvT7tRCStrp9I53w8xTC5dwXlXEc { width:10.5rem;height:2.625rem;top:49.440231323243rem;left:4.7484372258186rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdLWo1GLL01KeDWKBTvnr1qsLmVJC5QO { display:block; }
 }@media only screen and (max-width: 763px) { #FD2dJ2H35BTipd1JuPCdP3BQIQ1p1OJp { display:block; }#FD2dJ2H35BTipd1JuPCdP3BQIQ1p1OJp > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uAh1TLr2RbiPmLfepucgWIfNFT9RKtpE { width:13.8116875rem;height:3.8984375rem;top:0.748046875rem;left:4.5621092915535rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDlgBDdqr1FLn3aoqpd2Im6feFfkf1Ef { display:flex;width:2.125rem;height:2.125rem;top:1.2480525970459rem;left:0.99843746423719rem;font-size:1.4375rem; }
 }@media only screen and (max-width: 763px) { #sdCO8HXx0c1svEiq4w3reEXxJE5yrNH2 { display:block; }#sdCO8HXx0c1svEiq4w3reEXxJE5yrNH2 > .row .container { width:20rem;height:111rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ItgHdTTazidIdaT91o6MFHcJeBIGOnVD { width:20rem;height:9.8125rem;top:1.9375rem;left:0rem;z-index:15012;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
 }@media only screen and (max-width: 763px) { #AsF53G9DGxW8kTfe9XlVlqXyqSqR9w0K { width:11.874625rem;height:11.874625rem;top:2.0109376907349rem;left:4.0605466961861rem;display:block; }
 }@media only screen and (max-width: 763px) { #drrIX7dRRTIG66p52idkZcKyRgBO5f9C { width:11.5616875rem;height:2.35546875rem;top:14.68593788147rem;left:4.2187498211861rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ed9fL61bNvRg1dAz7c4nKUrUZunT2rWR { width:16.6241875rem;height:4.875rem;top:17.620311737061rem;left:1.6863279938698rem;font-size:1.25rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AtrZfpcJTtVqnT4FGWl8C0a05AKaPRh8 { width:14.312125rem;height:2.35625rem;top:67.37500190735rem;left:2.8427084088326rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pK7TUMTzMTq00efhW6sSHhK9OQloiVDh { width:13.374625rem;height:6.5rem;top:70.2500038147rem;left:3.3114584088326rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PRyrHcUr9LMSglFR2AiCnG2ysNcfQ0RV { width:13.1875rem;height:11.5625rem;top:53.375000953674rem;left:3.4062502980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQHN0AyhQokQKEEyLWB6tpXCF0r4ioLl { width:3.43710625rem;height:3.43710625rem;top:24.125002861023rem;left:8.2812507748606rem;display:block; }
 }@media only screen and (max-width: 763px) { #DprnDDTDzwmcMR68FBZwT5cM6EWf7FqE { width:7.625rem;height:1.21875rem;top:28.187502861023rem;left:6.1875002980232rem;font-size:0.9375rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TDuHRzxzUnA8FmwiMNVM7ZTFB7koS9Jf { width:3.43710625rem;height:3.43710625rem;top:30.754179000854rem;left:8.2802084088325rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZtoz9eQb3de8PQTbzvHW4LtOsWtAlAk { width:14.4375rem;height:1.21875rem;top:35.125002384186rem;left:2.7812500596046rem;font-size:0.9375rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sHeT3XeMHt53btgLf6cwg4XH9ma7POcX { width:3.43710625rem;height:3.43710625rem;top:37.937502384186rem;left:8.2802084088325rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETT4Dpt9D6CPPfx17TRmEkdsJe4xH2Af { width:14.6875rem;height:2.4375rem;top:42.061460971833rem;left:2.6562500596046rem;font-size:0.9375rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ALm2fLTTAX2TyKoZOQrSkysh8uAWAFxh { width:3.4375rem;height:3.4375rem;top:79rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSaM6HTR0hhc1PppVz8DCA3Jo97VoKNJ { width:8.125rem;height:2.4375rem;top:83.250015258787rem;left:5.9375002980232rem;font-size:0.9375rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pgk1dSrIbSlIAADwXeHkP5FpoV7y8ibU { width:3.43710625rem;height:3.43710625rem;top:87.6875038147rem;left:8.2812507748606rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqEPzSlnJwGdu54qXMosHXsO7bSu7UZp { width:9.25rem;height:2.4375rem;top:92.3125038147rem;left:5.3750002980232rem;font-size:0.9375rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vv1itmw7y59LizK8h29Vhqty17k9UlsR { width:3.43710625rem;height:3.43710625rem;top:96.687492370606rem;left:8.2812507748606rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkerDwARffCyMLO3wFuH2hrm1pNoWCFd { width:13.5rem;height:2.4375rem;top:101.3750038147rem;left:3.2500000596046rem;font-size:0.9375rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LptTx0rvXizlJN2ERA2SdtJevuGQL8PD { width:20rem;height:50.4375rem;top:0rem;left:0.0011718273162842rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDXZzPw3uJX1DBC0u2VidmDeg3QeQSKw { width:10.5rem;height:2.625rem;top:46.625002384186rem;left:4.7500002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #suRWvqmpSi0o0JrCmaS8KyMyT6G56x73 { display:block; }
 }@media only screen and (max-width: 763px) { #AAMFi4eXoZzIeVUsbTdDsHw0uTiiQxXT { width:10.5rem;height:2.625rem;top:106.13751220703rem;left:4.7500002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZKr8rNB8CcGkrub3NaIKOLi7A3e34gr { display:block; }
 }@media only screen and (max-width: 763px) { #gHxLnLpgMXf00VEnVKqC4MTwSOOekoST { display:block; }#gHxLnLpgMXf00VEnVKqC4MTwSOOekoST > .row .container { width:20rem;height:5.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AkabruSdgqE4mPrqaOIgQXgmmK8hlkNe { width:13.25rem;height:3.8984375rem;top:0.23541641235351rem;left:3.3750002980233rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #o82LK2RDwbpkFublElKLBxDELKAcZOJi { display:flex;width:2.125rem;height:2.125rem;top:1.1249980926514rem;left:0.75000005960463rem;opacity:1;font-size:1.4375rem; }
 }@media only screen and (max-width: 763px) { #Li3Nni5URyfHZdxbkGSiRBobW7h4A2H6 { display:block; }#Li3Nni5URyfHZdxbkGSiRBobW7h4A2H6 > .row .container { width:20rem;height:75.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hbrZqv3l2URpR1RW1yBztcoU0nNDMW9C { width:14.9375rem;height:13.375rem;top:1.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GD2orLoweloT76i699WJCmIBz8i8IqGz { width:11.375rem;height:14.875rem;top:24.412109375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GS2PnORTVnKe8C9XiBDPKWa0Og10kBak { width:14.1875rem;height:14.5rem;top:51.82421875rem;left:2.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnDX50C1vOEFdCvSTupU1pX1MwTQh2rc { width:9.1875rem;height:2.11230625rem;top:15.1875rem;left:5.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRnQqABkZ9P0yvQbf1bTREJxNg9lW4JV { width:9.1875rem;height:2.11230625rem;top:40.474609375rem;left:5.40625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsvgL5kreTXlR5FA2gmK65ceAVPTiJxZ { width:9.1875rem;height:2.11230625rem;top:67.255859375rem;left:5.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmC6NkV5rWTTfnwF0neeKZXiRUs02NLQ { width:20rem;height:1.625rem;top:17.2998046875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDMl8LR97fTLGw5tMsKQ1rEfazMxf3xl { width:20rem;height:1.625rem;top:42.5869140625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmNlI7PsnzKJpWuQR52koCt7J3Q1Um7S { width:20rem;height:1.625rem;top:69.0556640625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #STqC15Kp5bMhJgqh6SAA1RIHXFXm2ALI { width:10.625rem;height:2.875rem;top:19.724609375rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoHHQT9C9gvB8fap10MMakIR2Chq4k0n { display:block; }
 }@media only screen and (max-width: 763px) { #w75S2JxRG9qOWGaBuOB2aKVOb0Tr9w58 { width:10.625rem;height:2.875rem;top:45.38671875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2hWgJ88mqHLNTGu02StwsfboL1zvIBb { display:block; }
 }@media only screen and (max-width: 763px) { #WvHqBwFvPvs604nGlC3r0iXxNhq795lr { width:10.625rem;height:2.875rem;top:71.2373046875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oi52K4zCkCmsTaRbxaS9XOyZ54WDssI8 { display:block; }
 }@media only screen and (max-width: 763px) { #Ses2NEs8WMBoNnrGCazK0BkpcN8Sf8Db { display:block; }#Ses2NEs8WMBoNnrGCazK0BkpcN8Sf8Db > .row .container { width:20rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uV0aCT5Hr8FITKHxRPK7GDLMkwBLQ9yb { width:16.9375rem;height:3.8984375rem;top:0.63632583618162rem;left:3.7499998211861rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcBPNrVpxGdEApQirToMsTvAmh7pzz4U { display:flex;width:2.12460625rem;height:2.12460625rem;top:1.3734369277954rem;left:0.80859369039537rem;font-size:1.4375rem; }
 }@media only screen and (max-width: 763px) { #EQfuJ5Tw49iPvs6sRu3qH5z11X31ZJcy { display:block; }#EQfuJ5Tw49iPvs6sRu3qH5z11X31ZJcy > .row .container { width:20rem;height:86.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p826Ac9GMLNd3TnU2ghdTH8z0nOAAtkR { width:19.9991875rem;height:25.6148125rem;top:8.2851548194887rem;left:0.0011718273162842rem;display:block; }
 }@media only screen and (max-width: 763px) { #OX48iKZwWyQGnRCT5wTl9WsMnM5fbKnV { width:14.124625rem;height:2.6003875rem;top:1.7554683685302rem;left:2.6847653985024rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOSW2Km2v2MC0KkzWCW1NlTlqTU2k7kd { width:4.5625rem;height:2.5625rem;top:10.4375rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oG8dHKmqzqU3rdGei2EVH4PbxkIcXqoM { width:3.75rem;height:1.8691375rem;top:10.8125rem;left:14.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #soDDokbuLvWpqImEkxZc7Pput2z7hDgl { width:18.624625rem;height:18.51565625rem;top:40.9375rem;left:0.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RM50Spa1u4O1zJZplaBnoy2kyrEhV45C { width:20rem;height:29.375rem;top:8.3449218273163rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqahWQTFHuu7cQ4hHVd3cR4ZDureGRAc { width:20rem;height:0.1875rem;top:1.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mOF7hqRAy3Z7z6Znv7QWTwBlA5aJ2BSE { width:2.68710625rem;height:2.19375rem;top:4.3523426055908rem;left:4.9371092915535rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uB3ogriMeWHvZeSSxplqKXnt7PpU6ysl { width:8.7491875rem;height:5.061325rem;top:3.2855472564698rem;left:6.6378901600838rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBOUPdNdXfTtvUcMBM0DT3ytxz9ItHKn { width:3.49921875rem;height:3.49921875rem;top:61.25rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FA7CpvaactRPPvmw4TJrVeFVAXefV2Gv { width:7.4366875rem;height:2.548825rem;top:65.3125rem;left:6.3125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VkKBUEhlatO9Ewb79fLpN2lByTZvnvua { width:3.49921875rem;height:3.49921875rem;top:69.1875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lixmq6r9Hd6aqFMtaoU1R9vqz1dKEaDy { width:8.874625rem;height:2.548825rem;top:73.4375rem;left:5.5625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bUNm2Olkl3tfmrSH3vTntTn5mD8Ll9OW { width:3.49895625rem;height:3.49895625rem;top:77.375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpBgWPuvNzPS8hVxLffH5D5RkdB9vM0k { width:11.6864375rem;height:3.82324375rem;top:81.5625rem;left:4.15625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h4lX59PbCkOSGkTkkn658gaW8zUTEXkR { width:12.5rem;height:2.6875rem;top:36.103123664856rem;left:3.7488277554512rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbTBbcc5p4Hz8JvhKD62ycXxqFz7aEsi { display:block; }
 }@media only screen and (max-width: 763px) { #h3htmMdrSRNe4cnH3Drcl7XuVhBuIbHJ { display:block; }#h3htmMdrSRNe4cnH3Drcl7XuVhBuIbHJ > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IuzXE0Epw2BrIW9qEbFxtZiqACpIcn15 { display:block; }#IuzXE0Epw2BrIW9qEbFxtZiqACpIcn15 > .row .container { width:20rem;height:47rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XTnbPR4FVGmByO6yfSZdkmGiy7oansig { width:12.624625rem;height:3.575rem;top:1.0624933242798rem;left:0.87500005960463rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aLLbsZPBn50974GPttIeyKQl1fRz0SeO { width:12.1875rem;height:0.125rem;top:5.8124599456787rem;left:0.75000005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCOcaQNEAhxOEZ5IFtVTvh67gzflVBKW { width:19.125rem;height:2.6rem;top:7.875rem;left:0.4375rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #eWNqxThyK8SpM8I8mbTDazMTOwaRuV0a { width:7.5rem;height:4.18710625rem;top:2.9052081108093rem;left:12.500000774861rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMwba5WTyzwNmHgka5VuPAAluF1G47Qu { width:18.4375rem;height:15rem;top:11.125rem;left:0.75rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #tLeT3mDiCf19N5y5TprxPG4neyG0Dbng { width:3.125rem;height:3.125rem;top:27.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VV8mpLzHZBNPBBEeQWWBByDb0WrHD7Ny { width:14.5rem;height:1.13671875rem;top:27.25rem;left:4.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXOA581zahuKHNrWl16tdBz9UdasAoI5 { width:13.0625rem;height:3.16699375rem;top:28.4375rem;left:4.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #es2FwpMZ5TPzkT32cyhVOJBAbUAEsb5T { width:3.125rem;height:3.125rem;top:32.75rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAWUb6AKAKcaF8sQB8VagAM3aFyOqAih { width:15.75rem;height:1.13671875rem;top:33.125rem;left:4.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvZ4K8zecMETdOSeJQH84CIVlfTdix8S { width:13.3125rem;height:2.111325rem;top:34.26171875rem;left:4.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCm5iRTqsHBzegCxRKJfpWNUrgF8qO00 { width:3.5rem;height:3.5rem;top:37.375rem;left:0.75rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #T3wlOV4VU3Sp0lyrRoWCTSMng6VriP88 { width:11.3125rem;height:1.13671875rem;top:37.5625rem;left:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mf4QOdA38bmdaCGkuKTrZkcBvgpNJLbf { width:12.4375rem;height:2.111325rem;top:38.98828125rem;left:4.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nn18QuSZdRIJ7Tt4whX12UqfQ6X1357w { width:13.5rem;height:2.9375rem;top:42.873046875rem;left:3.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZPCm2GElcoR3crCiRnBD5qQ4Fb570LH { display:block; }
 }@media only screen and (max-width: 763px) { #BLTyVuZGs49hACNT7msW2C3nXH9ILlvh { width:4.125rem;height:2.125rem;top:0.25rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t66Q2Zca6Rc5hf50nrTg3BsOU5ews37F { width:3.75rem;height:1.54375rem;top:0.60208320617676rem;left:15.441667377949rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFHo0JTuQJcH9eziEHtA7pTvQtEVJxqM { width:12.6229375rem;height:2.275rem;top:1.4916667938232rem;left:0.65625005960463rem;font-size:1.75rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #S2Enunf8RnaTssR1LF8heSRV4fHzNrlc { width:19.125rem;height:1.86875rem;top:3.6958312988281rem;left:0.68750005960463rem;font-size:1.4375rem;line-height:1.3;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #uTwbL1VPWUZ0LG2Oay9EtQdWDLJqFdEh { display:block; }#uTwbL1VPWUZ0LG2Oay9EtQdWDLJqFdEh > .row .container { width:20rem;height:56.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.8125rem;overflow:hidden;height:auto;display:block; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt .widget-input-button { width:9.625rem;margin-top:0.25rem;margin-right:3.9375rem;margin-bottom:0.25rem;margin-left:3.9375rem;line-height:1;height:3.1875rem;font-size:1.0625rem;overflow:hidden; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt  { width:17.5rem;height:auto;top:7.2469811439512rem;left:0rem; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt {display:block;}#ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt { width:17.5rem;height:auto;top:7.2469811439512rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #m9lGCMCSqWv52yUTkQDx9U4vWbzo9dkX {  }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #OErKKbyuHdGAc8w1i2uTTnwosplVRwId { display:block; }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #aWTMPc0VHKx7K9IRtOuGUgPV3t805QTt {  }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #Vm0eRSdtSVdMfylv5Ao6DRCixLx4KAhl {  }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #yeWWQ15hAOnAE2yeUMOUsgXu18TxnpTr { display:block; }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #rmruGVXCR8m3vUsQf8elDX7JXAWUUw8g {  }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #AKu1qTnm3nDvRUFE9iS7vLDgSvCwVk0B {  }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #fWxOZHxwqfe6eBuMACnG61d0B5MWTtkH { display:none; }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #yDEnIn3IpRn9D3FIl6obkRAuRnHu2NzL {  }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #FWOWbJf5buJatOF0ohLTZndHDenPXpQN {  }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #PEQdxVltHhDtu1DWQdGlnFlXPFS4s3QF {  }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #DKzKdPPrNTXWi737xfs5xq0WoHwg7tPd {  }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #LNWN8lOM06TNcmVVScMGrTzLHiyQlc0l {  }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #Bh78AwaQT0cbTT2WG70pXbJz52ebq857 { display:block; }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #HDT9GVUt1S3XrJC219vQoRTdkiUgUrpf {  }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #z10PentG7goJgfp1h5P3X3dC7qoz8TfC {  }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #ltTO0EyHBF0kCUuLDWfM8G910PFQvJv9 { display:block; }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #bHfEd0qQFLQ3xWuBuBWPlwGgvgTTC1vc {  }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #MWHylwt7LzIs2JkDEBBQOfkTGyMoNe3t {  }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #rSQRPBEo5ahsF5iVi5spCmVn84azALRf {  }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #x63o2Z3eW5486zLxp77S9kIXz5yudgc3 {  }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #XxlaBVfGSRHiCtMW1WNm28G5KJF2CkTW {  }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #G2AHUI5RdWG0EKnlKnnJS56Tc21XKVtN {  }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #AHXsbiJx4PQt7umQRXBMpx3knFzJFdSz {  }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #Tltn8PEJWe4nypyCUHTuhEtxmzaBuKCB {  }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #inJSHg3XpZIIlxA3tl7RvJ8pkfNyHNR8 {  }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #TFiK5fmkv45nuouh0b1cpeU6Lyn2RHzi {  }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #UKVF0lykTw7Ve9qJyDC4TTr6QIVe2ugF {  }
 }@media only screen and (max-width: 763px) { #ZENxeQABw5KhpyKG6TZiiwAirIS9JfLt #qqq4ugyJceyFxl5wKf5HT3clDs6WFv0U {  }
 }@media only screen and (max-width: 763px) { #ObzQlBAPtvRudhcCSyTa3frCFhqJJLVR { width:20rem;height:13.561847988077rem;top:41.709387207031rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkXQBnATMorTcC9ncuD6x6nkGgl5apmu { width:20rem;height:3.9375rem;top:1.25rem;left:0rem;font-size:1.3125rem;line-height:1.5;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #bPh873rdlubDcJoyJrgXx9pU7Tkp92Wk { display:block; }#bPh873rdlubDcJoyJrgXx9pU7Tkp92Wk > .row .container { width:20rem;height:26.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O34eSzpHFozkrFNVDO1rMGdq2sTW7b8m { width:19.124625rem;height:3.4125rem;top:1.3742899894714rem;left:0.43678975105286rem;font-size:1.3125rem;line-height:1.3;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ZyC3ODv97GKuhyvOXLKPgm8gHWAdFfyG { width:18.2493125rem;height:19.5rem;top:5.9090909957886rem;left:0.87357950210569rem;font-size:1rem;line-height:1.5;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #BK4qWWuSXFXscO0Jm4dThqO44iMqoLlt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f3f6;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BK4qWWuSXFXscO0Jm4dThqO44iMqoLlt > .row .container { background-color: transparent; background-image: none; }#BK4qWWuSXFXscO0Jm4dThqO44iMqoLlt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BK4qWWuSXFXscO0Jm4dThqO44iMqoLlt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BK4qWWuSXFXscO0Jm4dThqO44iMqoLlt > .row .container > .video-iframe-container { display: none; }#BK4qWWuSXFXscO0Jm4dThqO44iMqoLlt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BK4qWWuSXFXscO0Jm4dThqO44iMqoLlt > .row > .video-iframe-container { display: none; }#BK4qWWuSXFXscO0Jm4dThqO44iMqoLlt > .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); }#BK4qWWuSXFXscO0Jm4dThqO44iMqoLlt > .row .container { border-width: 0; border-radius: 0; }#BK4qWWuSXFXscO0Jm4dThqO44iMqoLlt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BK4qWWuSXFXscO0Jm4dThqO44iMqoLlt > .row .container { width:20rem;height:9.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pti78U3nhRZ8VrmCrTCmSHb8NN8d4ReQ { width:20rem;height:4.125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNEMzKzsgyANvdaW9bDbbcl29RSflyGW { width:15.4368125rem;height:1.7875rem;top:1.7924346923828rem;left:4.4373224973679rem;font-size:1.375rem;line-height:1.3;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #sf6MBuQsx23Np8itET725huQzrT4lA5u { width:2.74946875rem;height:2.74946875rem;top:1.3112564086914rem;left:0.74928975105287rem;display:block; }
 }@media only screen and (max-width: 763px) { #h28uRMdJL0mH95KTToTnpFbXJmMHoKrR { width:15.1873125rem;height:3.575rem;top:5.6875rem;left:4.5625rem;font-size:1.375rem;line-height:1.3;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #o0aEoMgIH8r8OAp0qILUhAGBkN4JnST8 { width:20rem;height:4.125rem;top:5.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHGCOiR3IqbV0AQ8Rg8JhSbMPF2cuXVE { width:2.74946875rem;height:2.74946875rem;top:6.125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2b0VOcpewSIhdMTpbIm1dDSMzWi1hXq { width:20rem;height:4.1867875rem;top:0.59303951263428rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8uqA98xnnZ1AfG1C1xGJKAv2wvbxH3F { display:block; }
 }@media only screen and (max-width: 763px) { #fLALotCpNBX9dSUfHchHLEJTls2PpCcG { width:20rem;height:4.562325rem;top:5.1926488876342rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wc6exgyWTBiA4dDATnUzDC1P8cT10X2T { display:block; }
 }@media only screen and (max-width: 763px) { #kvKKMuwphlnG729hvswvIGfel8iCuNco { background-color:#f1f3f6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kvKKMuwphlnG729hvswvIGfel8iCuNco > .row .container { background-color: transparent; background-image: none; }#kvKKMuwphlnG729hvswvIGfel8iCuNco::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kvKKMuwphlnG729hvswvIGfel8iCuNco > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kvKKMuwphlnG729hvswvIGfel8iCuNco > .row .container > .video-iframe-container { display: none; }#kvKKMuwphlnG729hvswvIGfel8iCuNco > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kvKKMuwphlnG729hvswvIGfel8iCuNco > .row > .video-iframe-container { display: none; }#kvKKMuwphlnG729hvswvIGfel8iCuNco > .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); }#kvKKMuwphlnG729hvswvIGfel8iCuNco > .row .container { border-width: 0; border-radius: 0; }#kvKKMuwphlnG729hvswvIGfel8iCuNco > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kvKKMuwphlnG729hvswvIGfel8iCuNco > .row .container { width:20rem;height:9.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fsPiZw6mRnbWCcUHXrFearu3cOiG1CS4 { width:20rem;height:4.125rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDaGCfbbpwLPdO8Rl4em2wPmA7dRQRdB { width:15.4368125rem;height:1.7875rem;top:1.7302913665771rem;left:4.5623224973679rem;font-size:1.375rem;line-height:1.3;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Ky6PxRlEqkpiy7OmRSwgkHRqhc9CCRvl { width:2.74946875rem;height:2.74946875rem;top:1.2491130828857rem;left:0.71732950210569rem;display:block; }
 }@media only screen and (max-width: 763px) { #l98m6u6TmCFg4hwXognWDkCo34Sed6Gy { width:20rem;height:4.0625rem;top:0.56196784973144rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LclE5WAtEcDEgmeR70d9nwgtAxXJWEc3 { display:block; }
 }@media only screen and (max-width: 763px) { #KqkSVw8gRMFdCMIPngPtUKKu5N5TUTQ8 { width:20rem;height:4.125rem;top:5.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yigirZIBGSTMKfq4VfXvTss3L6yrvB32 { width:2.687325rem;height:2.687325rem;top:6rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kuk5Wo96MX1HrPfwRid9OT87KDsI5MC1 { width:8.3123125rem;height:1.7875rem;top:6.5rem;left:4.5625rem;font-size:1.375rem;line-height:1.3;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #NVtLzcnuKGWMsE9TrMoIVzQf6MKQ5UnI { width:20rem;height:4.125rem;top:5.3117904663086rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gp4gtrD9i4mx7QebuFGmkiTxVuVSbOKu { display:block; }
 }@media only screen and (max-width: 763px) { #IP7ecaqrZuOGH5EzBxuIvRDaywqN1yS9 { background-color:#f1f3f6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IP7ecaqrZuOGH5EzBxuIvRDaywqN1yS9 > .row .container { background-color: transparent; background-image: none; }#IP7ecaqrZuOGH5EzBxuIvRDaywqN1yS9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IP7ecaqrZuOGH5EzBxuIvRDaywqN1yS9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IP7ecaqrZuOGH5EzBxuIvRDaywqN1yS9 > .row .container > .video-iframe-container { display: none; }#IP7ecaqrZuOGH5EzBxuIvRDaywqN1yS9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IP7ecaqrZuOGH5EzBxuIvRDaywqN1yS9 > .row > .video-iframe-container { display: none; }#IP7ecaqrZuOGH5EzBxuIvRDaywqN1yS9 > .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); }#IP7ecaqrZuOGH5EzBxuIvRDaywqN1yS9 > .row .container { border-width: 0; border-radius: 0; }#IP7ecaqrZuOGH5EzBxuIvRDaywqN1yS9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IP7ecaqrZuOGH5EzBxuIvRDaywqN1yS9 > .row .container { width:20rem;height:9.5615234375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QgBtefLZHSDkRWIBxxTAaXqRSFgEZGdR { width:20rem;height:4.125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nli6QcJzp2EPa3QfVfVMnThbFBktcR8t { width:20rem;height:4.0625rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUKbCztdlp22REEoF8TQCGeW8AJeGrNt { display:block; }
 }@media only screen and (max-width: 763px) { #vLP7ZEpuPcCWv6D2BtwT113Kwba9gBHe { width:12.4360625rem;height:1.7875rem;top:1.79332447052rem;left:4.7496446371079rem;font-size:1.375rem;line-height:1.3;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #k2NaFlzcZ9ymRgqIiU4TOFcC27gFl1fy { width:2.687325rem;height:2.687325rem;top:1.3432178497314rem;left:0.74928975105287rem;display:block; }
 }@media only screen and (max-width: 763px) { #XN4v71waJmFSDcy8r6R0xFXstPAJWnTO { width:20rem;height:4.125rem;top:5.4367904663086rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUfsr8KLVhwqGgy2nyEXA0zZSgkt5meP { width:20rem;height:4.0625rem;top:5.4350128173828rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zm6iMtUxGIwGD80rOhl054q6ZfJ0hkQC { display:block; }
 }@media only screen and (max-width: 763px) { #x605LskT54ifTfH8DvBZwTVib42c4aUR { width:2.687325rem;height:2.687325rem;top:6.1541194915771rem;left:0.74928975105287rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3xhVKOXIi1cmoOizmEWECFFTPrxiJca { width:12.9368125rem;height:1.7875rem;top:6.6042251586912rem;left:4.7496446371079rem;font-size:1.375rem;line-height:1.3;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #WDg9uai3IcA4PmBR55NFJ3m4XH7ptuhq { background-color:#f1f3f6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WDg9uai3IcA4PmBR55NFJ3m4XH7ptuhq > .row .container { background-color: transparent; background-image: none; }#WDg9uai3IcA4PmBR55NFJ3m4XH7ptuhq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WDg9uai3IcA4PmBR55NFJ3m4XH7ptuhq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WDg9uai3IcA4PmBR55NFJ3m4XH7ptuhq > .row .container > .video-iframe-container { display: none; }#WDg9uai3IcA4PmBR55NFJ3m4XH7ptuhq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WDg9uai3IcA4PmBR55NFJ3m4XH7ptuhq > .row > .video-iframe-container { display: none; }#WDg9uai3IcA4PmBR55NFJ3m4XH7ptuhq > .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); }#WDg9uai3IcA4PmBR55NFJ3m4XH7ptuhq > .row .container { border-width: 0; border-radius: 0; }#WDg9uai3IcA4PmBR55NFJ3m4XH7ptuhq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WDg9uai3IcA4PmBR55NFJ3m4XH7ptuhq > .row .container { width:20rem;height:9.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y3W8bDyNSbJuceOcnkewXLwtaEXeiJhB { width:20rem;height:4.125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBdQFWouiLSThI3QKltnUPJbKPgKL61Q { width:9.5614375rem;height:1.7875rem;top:1.7924365997314rem;left:4.8109019994736rem;font-size:1.375rem;line-height:1.3;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Wmyumc432WCcmXl993xNlzHSGTqSktbE { width:2.687325rem;height:2.687325rem;top:1.3432178497314rem;left:0.74928975105287rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdz7OQa74AbnTNttCJ1oK0QiSoITPIBu { width:20rem;height:4.0625rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0gx42c82qvEdkI0kwNt9fkN7m5bUigB { display:block; }
 }@media only screen and (max-width: 763px) { #X9hH0qiolU7JptQmLnDAGb9ELFCEqRW2 { width:20rem;height:4.125rem;top:5.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFLHXfFRt2XlPJ1DQTfdr0CN61thN7yH { width:2.687325rem;height:2.687325rem;top:6rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #roJUoODEMa5bLzCZylMEEHGGt2TFn01J { width:14.8748125rem;height:1.7875rem;top:6.5rem;left:4.8125rem;font-size:1.375rem;line-height:1.3;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #K73nwDdAT72EoE63VqnAimzFquTn3FAv { width:20rem;height:4.1867875rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbhI028GgkmDWaKsptw1rcmNwfyabOFa { display:block; }
 }@media only screen and (max-width: 763px) { #wgZ5dgo5TeTBzNwwSknRqlpSp4MZQ6M9 { background-color:#f1f3f6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wgZ5dgo5TeTBzNwwSknRqlpSp4MZQ6M9 > .row .container { background-color: transparent; background-image: none; }#wgZ5dgo5TeTBzNwwSknRqlpSp4MZQ6M9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wgZ5dgo5TeTBzNwwSknRqlpSp4MZQ6M9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wgZ5dgo5TeTBzNwwSknRqlpSp4MZQ6M9 > .row .container > .video-iframe-container { display: none; }#wgZ5dgo5TeTBzNwwSknRqlpSp4MZQ6M9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wgZ5dgo5TeTBzNwwSknRqlpSp4MZQ6M9 > .row > .video-iframe-container { display: none; }#wgZ5dgo5TeTBzNwwSknRqlpSp4MZQ6M9 > .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); }#wgZ5dgo5TeTBzNwwSknRqlpSp4MZQ6M9 > .row .container { border-width: 0; border-radius: 0; }#wgZ5dgo5TeTBzNwwSknRqlpSp4MZQ6M9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wgZ5dgo5TeTBzNwwSknRqlpSp4MZQ6M9 > .row .container { width:20rem;height:9.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s9JrcuXtomdLfz0sVum9GWZ8qWxCUdO6 { width:20rem;height:4.125rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9BQt24VcQmKIkmVs38BP8sWkuGX0gpx { width:14.375rem;height:1.7875rem;top:1.7294034957886rem;left:4.7484019994736rem;font-size:1.375rem;line-height:1.3;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #WvDWIvWItA2QF4k6zgiDEcfJ43zm1wNI { width:2.74946875rem;height:2.74946875rem;top:1.2482242584229rem;left:0.96857237815856rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZCkXq111ggkoEmuTBekMGpZ64fsTQTA { width:20rem;height:4.1867875rem;top:0.53000736236572rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhKPTOIMpOvTrlKqNzRHn8zqEbTPmykv { display:block; }
 }@media only screen and (max-width: 763px) { #bVZadQcpbkl2e2NJIS2rmyC95FxIQTG2 { width:20rem;height:4.125rem;top:5.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVpvHPgfTJoWWQW83JoDzZqPlBErCEKL { width:15.374625rem;height:3.575rem;top:5.5625rem;left:4.625rem;font-size:1.375rem;line-height:1.3;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #lb1CnHB1CTfpbqaX6zWasDaBJqAFsvy8 { width:20rem;height:4.125rem;top:5.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIln9477PKlm8JyBCZQkdoKnpt37Tf6J { display:block; }
 }@media only screen and (max-width: 763px) { #oLvE1ATM6uksKOJexqlk4humT1dRqrdT { width:2.687325rem;height:2.687325rem;top:6rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAREdQ78iDlds2AqKK5a43HdWpVoWow2 { background-color:#f1f3f6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mAREdQ78iDlds2AqKK5a43HdWpVoWow2 > .row .container { background-color: transparent; background-image: none; }#mAREdQ78iDlds2AqKK5a43HdWpVoWow2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mAREdQ78iDlds2AqKK5a43HdWpVoWow2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mAREdQ78iDlds2AqKK5a43HdWpVoWow2 > .row .container > .video-iframe-container { display: none; }#mAREdQ78iDlds2AqKK5a43HdWpVoWow2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mAREdQ78iDlds2AqKK5a43HdWpVoWow2 > .row > .video-iframe-container { display: none; }#mAREdQ78iDlds2AqKK5a43HdWpVoWow2 > .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); }#mAREdQ78iDlds2AqKK5a43HdWpVoWow2 > .row .container { border-width: 0; border-radius: 0; }#mAREdQ78iDlds2AqKK5a43HdWpVoWow2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mAREdQ78iDlds2AqKK5a43HdWpVoWow2 > .row .container { width:20rem;height:7.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GWguGHQn9VrtXEpwGAizT41qMWdtLBCX { width:20rem;height:6.5rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5BvORRHzoNd9sf9PNGkVT5XrKnuVvVw { width:14.1875rem;height:5.361325rem;top:0.9375rem;left:4.8110793828964rem;font-size:1.375rem;line-height:1.3;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #OUSxD5n3T3kAfacb3kxJoarX58szQ7X1 { width:2.74946875rem;height:2.74946875rem;top:2.1866130828858rem;left:0.99964487552644rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1yyfFs8gEiHMLhvuN0WvBTIV1aTxT9R { width:20rem;height:6.4373125rem;top:0.34268379211426rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2gdOptpE2Ihz0AC97K69AqxF6DbtqEU { display:block; }
 }@media only screen and (max-width: 763px) { #MH9fC4bH4yW0ftcyh9hIDt6uXzVD91Xw { display:block; }#MH9fC4bH4yW0ftcyh9hIDt6uXzVD91Xw > .row .container { width:20rem;height:30.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mBZnA9HZTA3J5tcHLe9P71T2kiJNUHIB { width:20rem;height:7.125rem;top:7.125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mMzgzegS1DTWVRhN0JVSSqUJzG6xEw3x { width:20rem;height:12.25rem;top:16.0625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #EBNNVSeTc9TtoueL1g2ezpBUwMdFl98E { width:20rem;height:3.736325rem;top:1.3166465759277rem;left:0rem;font-size:1.4375rem;line-height:1.3;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fchCZGadEsvs0paw7G8rlQtP93UN2FLh { display:flex;width:2.3125rem;height:2.3125rem;top:20.5rem;left:12.8125rem; }
 }@media only screen and (max-width: 763px) { #O7UV7VfF47CAZ2Uq4IS0P6Duqw1PKLTc { width:20rem;height:8.875rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fm1EWm5d9qSc3MDxUPEE0KDusJJdycvo { display:block; }#Fm1EWm5d9qSc3MDxUPEE0KDusJJdycvo > .row .container { width:20rem;height:24.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TvMAvMP5OO0fWRrTZ38c9LgAvxF8WX3b { width:20rem;height:3.736325rem;top:1.25rem;left:0rem;font-size:1.4375rem;line-height:1.3;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KrypapfBd9VT2i8z4veXnmQIALty84OO { width:18.75rem;height:18rem;top:5.50958776474rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DbxCQ5QLJI7kwNgFd7n8X1JrBraSRVP5 { display:block; }#DbxCQ5QLJI7kwNgFd7n8X1JrBraSRVP5 > .row .container { width:20rem;height:48.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VkXenauxBIMbqaus2OTbVDqw4lFbc6Hv { width:15.06125rem;height:10.4368125rem;top:36.5rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u57r9N8eXlcqnizcp73pdvutlQfnyif8 { width:8.8743125rem;height:1.4625rem;top:43.3125rem;left:5.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNXLRo5LvDzELAx3JyiwLOuVmaqXbTPr { width:14.8739375rem;height:1.05625rem;top:44.6875rem;left:2.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpKkwQRV13bNNveNnOyohQ8p9KnOnDfv { width:15.06125rem;height:10.4368125rem;top:24.9375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpqbTApSOz4m9fg9akfr52mvoPihBUGz { width:14.8739375rem;height:1.05625rem;top:33.5625rem;left:2.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1c8NrDsilHm3S8i0KfpFt2T1ZPHmCUc { width:7.0614375rem;height:7.0614375rem;top:1.5625rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEB94vTEb4x6kattxfwpb2KUdVFQ5FAN { width:13.6239375rem;height:1.4625rem;top:8.0625rem;left:3.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTLco61UTVDKoQncsWRuQE29JDtVAChf { width:14.8739375rem;height:1.05625rem;top:9.5rem;left:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxpReRHsvGBkkXzLHiBQ1FuI5PbB3mnX { width:15.06125rem;height:10.4368125rem;top:1.5625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTR1wDaDyxo746hZcboHuizksiraM4mr { width:15.062125rem;height:10.4368125rem;top:13.25rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6xViIO2wyPnOGayGrW7MOqSEo2MSndO { width:7.0614375rem;height:7.0614375rem;top:13.25rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fovf9Z5hzWv5QwNb2wea1LayJ9NyJDkx { width:17.1226875rem;height:1.4625rem;top:19.8125rem;left:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVVTV0F9lX0XvVubiFT9Id9nqelsZsUb { width:14.8739375rem;height:1.05625rem;top:21.1875rem;left:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXLF3qtpJUkKNnvIk6x7vmhUJ0mK3SNh { width:5.7492875rem;height:1.4625rem;top:32.0625rem;left:7.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nObRVaKCrH4te5R0ZtrORnudJVwg6ylV { width:5.06214375rem;height:5.06214375rem;top:26.375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIlTH4HKRugTyTShqQIliIpPPAsre8W2 { width:5.06214375rem;height:5.06214375rem;top:37.75rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwVcTyzTtOT7pEhpmxPJu1tQDmTA4yrS { display:block; }#RwVcTyzTtOT7pEhpmxPJu1tQDmTA4yrS > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hfFmurz2lQ1C27xTHWoO2CXEKnJE4Va7 { width:9.5rem;height:5.5rem;top:7.4375rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDZ0dlScMtL6Mcd5aRFDrzGkEE2Uz3X5 { width:11.375rem;height:5.875rem;top:11.5625rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVnOZ7xrX2b1qVnMvPdClFzwzEhCaEqi { width:18.8104375rem;height:4.798825rem;top:1.3984375rem;left:0.59375rem;font-size:2rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.125rem 0.25rem rgba(255,255,255,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #TzbkzzVt4ntyXrV3wM3W04z6sC8fTWBS { width:9.125rem;height:2.5rem;top:18.1875rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVVBUTq6J2bVD7XTtbrAdlupV82HTQdf { width:10.3125rem;height:4.625rem;top:25.375rem;left:4.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ek9AM3CHfWtoHInUrVXcmb1KN1GT937V { width:11.6875rem;height:5rem;top:21.25rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBslpm0IwTp10ET5dslhW40xlaxJNU82 { display:block; }#wBslpm0IwTp10ET5dslhW40xlaxJNU82 > .row .container { width:20rem;height:11.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SnxEDa21aR5AUl0eiKz28m0qAZEdSbA9 { width:15.6875rem;height:4.125rem;top:1.25rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfHNszNt8r5JIdXQKQ6u10bWJcGMl3H5 { width:1.875rem;height:1.875rem;top:1.3125rem;left:18.125rem;font-size:1.3125rem;display:block; }
#IfHNszNt8r5JIdXQKQ6u10bWJcGMl3H5 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #WFoGKa3xR46PJelyKVz69f7xtikuVK4T { width:1.5625rem;height:1.5625rem;top:3.6875rem;left:18.3125rem;font-size:1.0625rem;display:block; }
#WFoGKa3xR46PJelyKVz69f7xtikuVK4T > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #P98PfmQO0mavMAt4Pt4HnHzooZ0FSL9v { width:20rem;height:2.79583125rem;top:7rem;left:0rem;display:block; }
 }