.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:243,239,255;--color-primary-1:168,164,187;--color-primary-2:110,103,142;--color-primary-3:66,62,85;--color-primary-4:14,1,66;--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:255,255,255;--color-tertiary-1:176,168,198;--color-tertiary-2:110,103,142;--color-tertiary-3:66,62,85;--color-tertiary-4:14,1,66;--headlines-font-family:"Euclid Circular A";--paragraphs-font-family:"Euclid Circular A"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#tXwxQbd4WfNGP6gQhmsVUGbTFcy0fAoW { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #e7e6ec;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#tXwxQbd4WfNGP6gQhmsVUGbTFcy0fAoW > .row .container { background-color: transparent; background-image: none; }#tXwxQbd4WfNGP6gQhmsVUGbTFcy0fAoW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tXwxQbd4WfNGP6gQhmsVUGbTFcy0fAoW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tXwxQbd4WfNGP6gQhmsVUGbTFcy0fAoW > .row .container > .video-iframe-container { display: none; }#tXwxQbd4WfNGP6gQhmsVUGbTFcy0fAoW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tXwxQbd4WfNGP6gQhmsVUGbTFcy0fAoW > .row > .video-iframe-container { display: none; }#tXwxQbd4WfNGP6gQhmsVUGbTFcy0fAoW > .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); }#tXwxQbd4WfNGP6gQhmsVUGbTFcy0fAoW > .row .container { border-width: 0; border-radius: 0; }#tXwxQbd4WfNGP6gQhmsVUGbTFcy0fAoW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tXwxQbd4WfNGP6gQhmsVUGbTFcy0fAoW > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:75rem;position:relative;display:block; }#SkMylfEWaRK3kl5Lf1tfQp3XThIpseB3 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:8.25rem;top:1.75rem;left:3.8125rem;display:block; }
#PUCiXLMPON9UAqgq8eIvI6hbDds2BCBm { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.3125rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.0625rem;left:64.6875rem;display:block; }
#SdTdTQQDu3c9t0Q5XwTdeqtR4FoPCUHU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qlASRSAIHv6GTS3lJpd0eadEOGbT7I2R { 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; }#qlASRSAIHv6GTS3lJpd0eadEOGbT7I2R > .row .container { background-color: transparent; background-image: none; }#qlASRSAIHv6GTS3lJpd0eadEOGbT7I2R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qlASRSAIHv6GTS3lJpd0eadEOGbT7I2R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qlASRSAIHv6GTS3lJpd0eadEOGbT7I2R > .row .container > .video-iframe-container { display: none; }#qlASRSAIHv6GTS3lJpd0eadEOGbT7I2R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qlASRSAIHv6GTS3lJpd0eadEOGbT7I2R > .row > .video-iframe-container { display: none; }#qlASRSAIHv6GTS3lJpd0eadEOGbT7I2R > .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); }#qlASRSAIHv6GTS3lJpd0eadEOGbT7I2R > .row .container { border-width: 0; border-radius: 0; }#qlASRSAIHv6GTS3lJpd0eadEOGbT7I2R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qlASRSAIHv6GTS3lJpd0eadEOGbT7I2R > .row .container { font-size:0.875rem;font-family:arial;height:31.875rem;width:75rem;position:relative;display:block; }#o0zFfA38iyMvqVtVHCVC33kCrBvTc7CF { color:rgba(var(--color-tertiary-4),1);display:block;width:41.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:9.375rem;left:3.75rem;height:1.75rem;font-style:normal;display:block; }
#TZ045JiEwCDqUsVX16PO0uIhyPiSeNFT { 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:21.875rem;width:29.6875rem;top:7.5rem;left:45.3125rem;overflow:hidden;display:block; }
#csVrywJUm21O0fOUMBhh8wNOGW3xhvk8 { color:rgba(var(--color-tertiary-4),1);display:block;width:46.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:12.1875rem;left:3.75rem;height:7.375rem;font-style:normal;display:block; }
#zcBPl6r2pWPDeyLJgzc7L7Noau7RF0Dr { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;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:1rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.3125rem;height:3.125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:22.5rem;left:3.375rem;display:block; }
#I00n62hyEgsilZQTTmxX6R6DyIHRZzcP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pf1TtLn63Ek5uOTtZE4rV735ORTsTLx8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pf1TtLn63Ek5uOTtZE4rV735ORTsTLx8 > .row .container { background-color: transparent; background-image: none; }#pf1TtLn63Ek5uOTtZE4rV735ORTsTLx8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pf1TtLn63Ek5uOTtZE4rV735ORTsTLx8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pf1TtLn63Ek5uOTtZE4rV735ORTsTLx8 > .row .container > .video-iframe-container { display: none; }#pf1TtLn63Ek5uOTtZE4rV735ORTsTLx8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pf1TtLn63Ek5uOTtZE4rV735ORTsTLx8 > .row > .video-iframe-container { display: none; }#pf1TtLn63Ek5uOTtZE4rV735ORTsTLx8 > .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); }#pf1TtLn63Ek5uOTtZE4rV735ORTsTLx8 > .row .container { border-width: 0; border-radius: 0; }#pf1TtLn63Ek5uOTtZE4rV735ORTsTLx8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pf1TtLn63Ek5uOTtZE4rV735ORTsTLx8 > .row .container { font-size:0.875rem;font-family:arial;height:50.625rem;width:75rem;position:relative;display:block; }#w2NU3Tto0PIQvhbm4WOrpT5UFlBKi7AE { position:absolute;display:block;z-index:15000;height:48.125rem;width:75rem;top:2.5rem;left:0rem;display:block; }
#rhGoAQ3oLcoAfFTV4SA4kUBL08ETb1m7 { 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; }#rhGoAQ3oLcoAfFTV4SA4kUBL08ETb1m7 > .row .container { background-color: transparent; background-image: none; }#rhGoAQ3oLcoAfFTV4SA4kUBL08ETb1m7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rhGoAQ3oLcoAfFTV4SA4kUBL08ETb1m7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rhGoAQ3oLcoAfFTV4SA4kUBL08ETb1m7 > .row .container > .video-iframe-container { display: none; }#rhGoAQ3oLcoAfFTV4SA4kUBL08ETb1m7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rhGoAQ3oLcoAfFTV4SA4kUBL08ETb1m7 > .row > .video-iframe-container { display: none; }#rhGoAQ3oLcoAfFTV4SA4kUBL08ETb1m7 > .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); }#rhGoAQ3oLcoAfFTV4SA4kUBL08ETb1m7 > .row .container { border-width: 0; border-radius: 0; }#rhGoAQ3oLcoAfFTV4SA4kUBL08ETb1m7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rhGoAQ3oLcoAfFTV4SA4kUBL08ETb1m7 > .row .container { font-size:0.875rem;font-family:arial;height:48.8125rem;width:75rem;position:relative;display:block; }#uNMhhz3GZoA7gdNLecQuFBhyf90mUcqo { box-sizing:content-box;height:41.875rem;width:36.8125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-0),1);background-image:none;top:6.25rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#yT7ChU5w9u0GWc6aagsmw7D2fUQmDNlQ { color:rgba(var(--color-primary-4),1);display:block;width:28.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:30.8125rem;left:3.4375rem;height:4.5rem;font-style:normal;display:block; }
#TLr70qp6chfmVfAMseTQwGA3mvXTtcbg { color:rgba(var(--color-primary-4),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:36.3125rem;left:3.4375rem;height:4.6875rem;display:block; }
#n2LRbCFDVWozUhKxTKI9IVEi6zOLAwx0 { color:#0e0142;display:block;width:27.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:30.8115234375rem;left:41.5rem;height:4.5rem;font-style:normal;display:block; }
#T8KSZVy7P9eXo6aTT1SWKk59CZoxzTyB { color:rgba(var(--color-tertiary-4),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:36.3125rem;left:41.5rem;height:4.6875rem;display:block; }
#egvnLxtN6OEOTfqyw90HFNvkrpWTIEVG { 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:20.8125rem;width:30.0625rem;top:8.125rem;left:3.375rem;overflow:hidden;display:block; }
#CTc6aTcfh0lfUB1d4kiLvSRrxtq0LFJS { 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:20.8125rem;width:30.0625rem;top:8.125rem;left:41.5rem;overflow:hidden;display:block; }
#X6qQKvG3TvElR6uTmrBVT4FnU5SGp4az { box-sizing:content-box;height:41.875rem;width:36.811rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-0),1);background-image:none;top:6.2500004768369rem;left:38.189018249512rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#TIyr84crZrGlepCxHineVGFz6Svd4C94 { background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:7.5rem;height:1.25rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:43.3125rem;left:3.375rem;display:block; }
#FFuJotIAhwUe8ADoVnH5J3TT1M057ZiF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Qqx5SXr3tE9UM2SoXhkZ15iX3vcr780O { background-color:transparent;background-image:none;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(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:6.875rem;height:1.25rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:43.3125rem;left:41.5rem;display:block; }
#RKE5cfI5RcNSCMCO0yiQOr3rb855Tbk7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MlG9PwmOfMnoWy6Op9iGaC1xoZzC6OzJ { 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; }#MlG9PwmOfMnoWy6Op9iGaC1xoZzC6OzJ > .row .container { background-color: transparent; background-image: none; }#MlG9PwmOfMnoWy6Op9iGaC1xoZzC6OzJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MlG9PwmOfMnoWy6Op9iGaC1xoZzC6OzJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MlG9PwmOfMnoWy6Op9iGaC1xoZzC6OzJ > .row .container > .video-iframe-container { display: none; }#MlG9PwmOfMnoWy6Op9iGaC1xoZzC6OzJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MlG9PwmOfMnoWy6Op9iGaC1xoZzC6OzJ > .row > .video-iframe-container { display: none; }#MlG9PwmOfMnoWy6Op9iGaC1xoZzC6OzJ > .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); }#MlG9PwmOfMnoWy6Op9iGaC1xoZzC6OzJ > .row .container { border-width: 0; border-radius: 0; }#MlG9PwmOfMnoWy6Op9iGaC1xoZzC6OzJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MlG9PwmOfMnoWy6Op9iGaC1xoZzC6OzJ > .row .container { font-size:0.875rem;font-family:arial;height:48.75rem;width:75rem;position:relative;display:block; }#tNiz5fJRXAGm5yZcu4N2pQ2oH7zRHZTo { color:rgba(var(--color-primary-4),1);display:block;width:28.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:25.375rem;left:3.375rem;height:4.5rem;font-style:normal;display:block; }
#vkCGUM6lnfbIvy0mRa6K1H4v1dbD3Oac { color:rgba(var(--color-primary-4),1);display:block;width:28.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:30.875rem;left:3.375rem;height:4.6875rem;display:block; }
#vW2mgTlqFWVFg3eJJw0MwgMixXKwhUSc { color:rgba(var(--color-primary-4),1);display:block;width:30.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:25.375rem;left:41.5rem;height:4.5rem;font-style:normal;display:block; }
#HLiRcdQAXkiSLSIeRHrOliSpmsuce8AM { color:rgba(var(--color-primary-4),1);display:block;width:28.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:30.875rem;left:41.5rem;height:4.6875rem;display:block; }
#MMTMVZTJE9vcV53eLMOZEosOrJnoCxTc { 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:20.8125rem;width:30.0625rem;top:2.5625rem;left:3.375rem;overflow:hidden;display:block; }
#eeimi6a4dNz9b355PvPIugVrTHlpEiPR { 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:20.8125rem;width:30.0625rem;top:2.5625rem;left:41.5rem;overflow:hidden;display:block; }
#t15G6F8CVsHuhD51IIB9Tzh4xqKWR7Km { box-sizing:content-box;height:41.875rem;width:36.8125rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-0),1);background-image:none;top:0.6875rem;left:38.1875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#DN8EeZ9cMF2Ivv6Wtn7cFvm6r4IqFbLx { box-sizing:content-box;height:41.875rem;width:36.8125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-0),1);background-image:none;top:0.6875rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#AzzPX1GkskZbmzLkmNGBi6b1LTRmdaQk { background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:.9;overflow:hidden;position:absolute;width:7.5rem;height:1.25rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:38rem;left:41.5rem;display:block; }
#rf3ZerUrPGI0PdEQ8tApunGaOZeo9wPx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dTB4dUqDkbIB8rmlzLfLuO6iuyUGuJ8i { background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:7.5rem;height:1.25rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:38rem;left:3.375rem;display:block; }
#rOHX39kvuxWrfHtNGsu4pd46BmZXnklO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#px5l3eT1FfXklCWRrxxzSXR5Zq5SWeg8 { 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; }#px5l3eT1FfXklCWRrxxzSXR5Zq5SWeg8 > .row .container { background-color: transparent; background-image: none; }#px5l3eT1FfXklCWRrxxzSXR5Zq5SWeg8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#px5l3eT1FfXklCWRrxxzSXR5Zq5SWeg8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#px5l3eT1FfXklCWRrxxzSXR5Zq5SWeg8 > .row .container > .video-iframe-container { display: none; }#px5l3eT1FfXklCWRrxxzSXR5Zq5SWeg8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#px5l3eT1FfXklCWRrxxzSXR5Zq5SWeg8 > .row > .video-iframe-container { display: none; }#px5l3eT1FfXklCWRrxxzSXR5Zq5SWeg8 > .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); }#px5l3eT1FfXklCWRrxxzSXR5Zq5SWeg8 > .row .container { border-width: 0; border-radius: 0; }#px5l3eT1FfXklCWRrxxzSXR5Zq5SWeg8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#px5l3eT1FfXklCWRrxxzSXR5Zq5SWeg8 > .row .container { font-size:0.875rem;font-family:arial;height:24.0625rem;width:75rem;position:relative;display:block; }#NSuHtKMQTTfOHJzeOD4pNTNfTfkh9BRJ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.375rem;width:11.8125rem;top:4.5rem;left:1.25rem;overflow:hidden;display:block; }
#wVkGah0qAx1Jws2XPnfwoaF9rfhSrLsH { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12rem;width:11.375rem;top:4.6875rem;left:62.75rem;overflow:hidden;display:block; }
#Is90WRGs1fsRiLbidfwOEFc9Cx8zHaqC { color:rgba(var(--color-primary-4),1);display:block;width:39.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.375rem;left:17.8125rem;height:7.375rem;text-align:center;text-align-last:center;display:block; }
#V6ORAzoaLWqxxOTKngDgVUd8ExET2cq0 { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;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:1rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.3125rem;height:3.125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:14.6875rem;left:32.34375rem;display:block; }
#gR027oIcDDQvrgZTJgNTf0WZlETZo4k7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QoBgJl2fvLg6NgK50mzsP9fvoRaXBPvq { position:relative;display:block; }#QoBgJl2fvLg6NgK50mzsP9fvoRaXBPvq { background-color: transparent; background-image: none; }#QoBgJl2fvLg6NgK50mzsP9fvoRaXBPvq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QoBgJl2fvLg6NgK50mzsP9fvoRaXBPvq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QoBgJl2fvLg6NgK50mzsP9fvoRaXBPvq > .row .container > .video-iframe-container { display: none; }#QoBgJl2fvLg6NgK50mzsP9fvoRaXBPvq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QoBgJl2fvLg6NgK50mzsP9fvoRaXBPvq > .row > .video-iframe-container { display: none; }#QoBgJl2fvLg6NgK50mzsP9fvoRaXBPvq > .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); }#QoBgJl2fvLg6NgK50mzsP9fvoRaXBPvq { border-width: 0; border-radius: 0; }#QoBgJl2fvLg6NgK50mzsP9fvoRaXBPvq > .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; }#QoBgJl2fvLg6NgK50mzsP9fvoRaXBPvq > .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: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; }#TGPrfNTZMQ95J3kmpdUKlIaVVL7U4OPc { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29rem;width:37rem;top:2.875rem;left:38.187934875488rem;overflow:hidden;display:block; }
#v74dFaufyIbbVb9bKBasrvVg8wPyDRXV { color:rgba(var(--color-primary-4),1);display:block;width:30.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:9.0625rem;left:3.375rem;height:9.1875rem;font-style:normal;display:block; }
#BtTmE9xB1bXAamOxny25mZVco9V81faC { color:rgba(var(--color-primary-4),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:19.25rem;left:3.375rem;height:9rem;display:block; }
#aZwk1EZmKvrBDJgRJcuHGkcVbx9gkkmC { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40rem;width:36rem;display:none; }
#TofXJ7NoHxyUvBfmVWQsCVgruUxFSraI { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:.9;overflow:hidden;position:absolute;width:7.5rem;height:1.25rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:29.25rem;left:3.375rem;display:block; }
#rk4Hg33HOAQGZWsZIXhh7Mc5yBoaHplT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#icVpNV3aEIrK3A9wJTd6Wq8BxmHmTXwO { position:relative;display:block; }#icVpNV3aEIrK3A9wJTd6Wq8BxmHmTXwO { background-color: transparent; background-image: none; }#icVpNV3aEIrK3A9wJTd6Wq8BxmHmTXwO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#icVpNV3aEIrK3A9wJTd6Wq8BxmHmTXwO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#icVpNV3aEIrK3A9wJTd6Wq8BxmHmTXwO > .row .container > .video-iframe-container { display: none; }#icVpNV3aEIrK3A9wJTd6Wq8BxmHmTXwO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#icVpNV3aEIrK3A9wJTd6Wq8BxmHmTXwO > .row > .video-iframe-container { display: none; }#icVpNV3aEIrK3A9wJTd6Wq8BxmHmTXwO > .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); }#icVpNV3aEIrK3A9wJTd6Wq8BxmHmTXwO { border-width: 0; border-radius: 0; }#icVpNV3aEIrK3A9wJTd6Wq8BxmHmTXwO > .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; }#icVpNV3aEIrK3A9wJTd6Wq8BxmHmTXwO > .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: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; }#luny9SPektaAp00ac2zBT5ZRE8kpIiUt { color:rgba(var(--color-primary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:9.0625rem;left:41.5rem;height:5.625rem;font-style:normal;display:block; }
#ZcQaPSwVPRUibtsgq4U6hvsCFatMOMB4 { color:rgba(var(--color-primary-4),1);display:block;width:30.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:15.6875rem;left:41.5rem;height:4.5rem;display:block; }
#O3tHTsD1TJzTouJcI5oETqCBtmHgvmgB { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29rem;width:37rem;top:2.9375rem;left:0rem;overflow:hidden;display:block; }
#MCqn9itI1miTUC0o9AiVtXHvnaVKQlLw { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40rem;width:36rem;display:none; }
#hwePTQVs7ttpoHzqCnV5VwhB0kDlrPlV { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:.9;overflow:hidden;position:absolute;width:7.5rem;height:1rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:21.25rem;left:41.5rem;display:block; }
#DkLm4aZpJBLg5M8Sz78WKRdcMxk8iqqc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N8RMqId96OznE7P1EWhCslXvnqtGWpTi { 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; }#N8RMqId96OznE7P1EWhCslXvnqtGWpTi > .row .container { background-color: transparent; background-image: none; }#N8RMqId96OznE7P1EWhCslXvnqtGWpTi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N8RMqId96OznE7P1EWhCslXvnqtGWpTi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N8RMqId96OznE7P1EWhCslXvnqtGWpTi > .row .container > .video-iframe-container { display: none; }#N8RMqId96OznE7P1EWhCslXvnqtGWpTi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N8RMqId96OznE7P1EWhCslXvnqtGWpTi > .row > .video-iframe-container { display: none; }#N8RMqId96OznE7P1EWhCslXvnqtGWpTi > .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); }#N8RMqId96OznE7P1EWhCslXvnqtGWpTi > .row .container { border-width: 0; border-radius: 0; }#N8RMqId96OznE7P1EWhCslXvnqtGWpTi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N8RMqId96OznE7P1EWhCslXvnqtGWpTi > .row .container { font-size:0.875rem;font-family:arial;height:24.0625rem;width:75rem;position:relative;display:block; }#r6raxpS62EwknlGNpM3kcpAzaKDLwJaD { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4375rem;width:13.4375rem;top:3.75rem;left:4.25rem;overflow:hidden;display:block; }
#iAi9DGTkfznUawyVsNJmAPcDeWQHHggJ { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4375rem;width:13.4375rem;top:3.75rem;left:58.375rem;overflow:hidden;display:block; }
#UXtfNH4wATwTTG4drJ44ipgSIhrufy7D { color:rgba(var(--color-primary-4),1);display:block;width:39.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.75rem;left:17.8125rem;height:7.75rem;text-align:center;text-align-last:center;display:block; }
#eOkswAKCHMgyemxflV3BbMb7ObrMyChW { background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;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:1rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.3125rem;height:3.125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:14.0625rem;left:32.34375rem;display:block; }
#z0TPQ4GRQSFt3MUqJnTzyzwmTm9hKLJm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DhdLOO4InLNtSKDTIQXB2zeKvrqQrGKJ { 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; }#DhdLOO4InLNtSKDTIQXB2zeKvrqQrGKJ > .row .container { background-color: transparent; background-image: none; }#DhdLOO4InLNtSKDTIQXB2zeKvrqQrGKJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DhdLOO4InLNtSKDTIQXB2zeKvrqQrGKJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DhdLOO4InLNtSKDTIQXB2zeKvrqQrGKJ > .row .container > .video-iframe-container { display: none; }#DhdLOO4InLNtSKDTIQXB2zeKvrqQrGKJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DhdLOO4InLNtSKDTIQXB2zeKvrqQrGKJ > .row > .video-iframe-container { display: none; }#DhdLOO4InLNtSKDTIQXB2zeKvrqQrGKJ > .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); }#DhdLOO4InLNtSKDTIQXB2zeKvrqQrGKJ > .row .container { border-width: 0; border-radius: 0; }#DhdLOO4InLNtSKDTIQXB2zeKvrqQrGKJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DhdLOO4InLNtSKDTIQXB2zeKvrqQrGKJ > .row .container { font-size:0.875rem;font-family:arial;height:30.75rem;width:75rem;position:relative;display:block; }#fIK8kT08d9bH13fJJUPae6bTglKbdfTs { box-sizing:content-box;height:23.75rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-0),1);background-image:none;top:6.25rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#DTkdSveGbxiuO09DhUaRyTrfILvEpNUr { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.625rem;width:32.5rem;top:8.25rem;left:38.1875rem;overflow:hidden;display:block; }
#uDyKqBxWqys5n9e31CSdpoWpQ2ZmBEPu { color:rgba(var(--color-primary-4),1);display:block;width:24.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:11.6875rem;left:3.375rem;height:2.25rem;font-style:normal;display:block; }
#cg08r2MRpv5wznHxeHXHqINd9EFXTBSd { color:rgba(var(--color-primary-4),1);display:block;width:29.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:14.8125rem;left:3.375rem;height:6.25rem;display:block; }
#a8Ss3xJa6QeRhW8Z69JT1GFySlywoL4t { background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:.9;overflow:hidden;position:absolute;width:7.5rem;height:1.25rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:23.4375rem;left:3.375rem;display:block; }
#Zul6uMODCMOMxtc6dPhiLn2aWufJEsK2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WGagWWoA21vFDkMgmAcCZ32kqITtvvTT { 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; }#WGagWWoA21vFDkMgmAcCZ32kqITtvvTT > .row .container { background-color: transparent; background-image: none; }#WGagWWoA21vFDkMgmAcCZ32kqITtvvTT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WGagWWoA21vFDkMgmAcCZ32kqITtvvTT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WGagWWoA21vFDkMgmAcCZ32kqITtvvTT > .row .container > .video-iframe-container { display: none; }#WGagWWoA21vFDkMgmAcCZ32kqITtvvTT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WGagWWoA21vFDkMgmAcCZ32kqITtvvTT > .row > .video-iframe-container { display: none; }#WGagWWoA21vFDkMgmAcCZ32kqITtvvTT > .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); }#WGagWWoA21vFDkMgmAcCZ32kqITtvvTT > .row .container { border-width: 0; border-radius: 0; }#WGagWWoA21vFDkMgmAcCZ32kqITtvvTT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WGagWWoA21vFDkMgmAcCZ32kqITtvvTT > .row .container { font-size:0.875rem;font-family:arial;height:25.125rem;width:75rem;position:relative;display:block; }#R60f26Ta3hbf8PgCaL7SqbrHZx9TMCVQ { color:rgba(var(--color-primary-4),1);display:block;width:25.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:6.125rem;left:41.5rem;height:2.25rem;font-style:normal;display:block; }
#TzcHJURUcooR2vyPzMhzzA7a2TpLxxvG { color:rgba(var(--color-primary-4),1);display:block;width:29.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:9.25rem;left:41.5rem;height:6.25rem;display:block; }
#SP9shHBBeVidR8nIrozOc8ev3bFMvPku { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.5625rem;width:32.5rem;top:2.75rem;left:3.375rem;overflow:hidden;display:block; }
#uBMpQsagDg3PLnE9kLMsytVDkkrqwFQ1 { box-sizing:content-box;height:23.75rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-0),1);background-image:none;top:0.6875rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#ZmULUtfbDycG7Tf3dU5Eh8vCtW3CiDSO { background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:7.5rem;height:1.25rem;text-decoration:none;z-index:15004;text-align:left;text-align-last:left;top:17.875rem;left:41.5rem;display:block; }
#rrPUQtkfflrJ0X3OGFBxsHV8qs7qrTHh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z4fLLVLlbZv8TikRDwZrUyDc0lhmQx01 { 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; }#Z4fLLVLlbZv8TikRDwZrUyDc0lhmQx01 > .row .container { background-color: transparent; background-image: none; }#Z4fLLVLlbZv8TikRDwZrUyDc0lhmQx01::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z4fLLVLlbZv8TikRDwZrUyDc0lhmQx01 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z4fLLVLlbZv8TikRDwZrUyDc0lhmQx01 > .row .container > .video-iframe-container { display: none; }#Z4fLLVLlbZv8TikRDwZrUyDc0lhmQx01 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z4fLLVLlbZv8TikRDwZrUyDc0lhmQx01 > .row > .video-iframe-container { display: none; }#Z4fLLVLlbZv8TikRDwZrUyDc0lhmQx01 > .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); }#Z4fLLVLlbZv8TikRDwZrUyDc0lhmQx01 > .row .container { border-width: 0; border-radius: 0; }#Z4fLLVLlbZv8TikRDwZrUyDc0lhmQx01 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z4fLLVLlbZv8TikRDwZrUyDc0lhmQx01 > .row .container { font-size:0.875rem;font-family:arial;height:30.625rem;width:75rem;position:relative;display:block; }#GfKBouQGGaOD2C04QTudpBkMTBOr9lZl { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.625rem;width:32.5rem;top:2.5625rem;left:38.25rem;overflow:hidden;display:block; }
#dEd8TNX89QgLXABzPPzf69GMydXECbAg { color:rgba(var(--color-primary-4),1);display:block;width:23.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:6rem;left:3.375rem;height:2.25rem;font-style:normal;display:block; }
#HriuCuFKpZRUiwFW09Ad7CSayxovJfe7 { color:rgba(var(--color-primary-4),1);display:block;width:29.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:9.25rem;left:3.375rem;height:6.25rem;display:block; }
#CEIgOGOAZCQTEN5xVGEJvUdyTGJa5gIo { box-sizing:content-box;height:23.75rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-0),1);background-image:none;top:0.6875rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#XDndBoNHXd3VubxJORi6kNv3wznD1Bs5 { background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:7.5rem;height:1.25rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:17.6875rem;left:3.375rem;display:block; }
#TM5P09MeEmGlp7ziyh53NDODbaacVudv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p1iFqTHd8phL1HItcL5ODvdy6hFhITfd { position:relative;display:block; }#p1iFqTHd8phL1HItcL5ODvdy6hFhITfd { background-color: transparent; background-image: none; }#p1iFqTHd8phL1HItcL5ODvdy6hFhITfd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p1iFqTHd8phL1HItcL5ODvdy6hFhITfd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p1iFqTHd8phL1HItcL5ODvdy6hFhITfd > .row .container > .video-iframe-container { display: none; }#p1iFqTHd8phL1HItcL5ODvdy6hFhITfd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p1iFqTHd8phL1HItcL5ODvdy6hFhITfd > .row > .video-iframe-container { display: none; }#p1iFqTHd8phL1HItcL5ODvdy6hFhITfd > .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); }#p1iFqTHd8phL1HItcL5ODvdy6hFhITfd { border-width: 0; border-radius: 0; }#p1iFqTHd8phL1HItcL5ODvdy6hFhITfd > .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; }#p1iFqTHd8phL1HItcL5ODvdy6hFhITfd > .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:17.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; }#O1MAZGKHBEq0QscPIvN3aJPTTvIgTQXa { box-sizing:content-box;height:17.1875rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-4),1);background-image:none;top:0.3125rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#VAbtQCo5TZFJw9CHH4nA1KfKfMHIGwCk { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.25rem;width:10.0625rem;top:7.2752685546875rem;left:0rem;overflow:hidden;display:block; }
#U6ft1cwDly0ugbBTARWgU9ZvcbwtfP6e { color:rgba(var(--color-secondary-0),1);display:block;width:42.4365234375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:2.5rem;left:16.28125rem;height:5.375rem;text-align:center;text-align-last:center;display:block; }
#dX7Zd78Abnu1qLPo6TUEMkOihoNR6ebJ { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.3125rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:10.8369140625rem;left:32.34375rem;display:block; }
#ctl2Lxsg193nfJfpRRScnH26HuaVUCil { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #tXwxQbd4WfNGP6gQhmsVUGbTFcy0fAoW { display:block; }#tXwxQbd4WfNGP6gQhmsVUGbTFcy0fAoW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SkMylfEWaRK3kl5Lf1tfQp3XThIpseB3 { width:8.25rem;height:1.6870337750301rem;top:1.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PUCiXLMPON9UAqgq8eIvI6hbDds2BCBm { width:10.3125rem;height:3.125rem;top:1.0625rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdTdTQQDu3c9t0Q5XwTdeqtR4FoPCUHU { display:block; }
 }@media only screen and (max-width: 763px) { #qlASRSAIHv6GTS3lJpd0eadEOGbT7I2R { display:block; }#qlASRSAIHv6GTS3lJpd0eadEOGbT7I2R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o0zFfA38iyMvqVtVHCVC33kCrBvTc7CF { top:9.375rem;left:0rem;width:41.875rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZ045JiEwCDqUsVX16PO0uIhyPiSeNFT { top:7.5rem;left:18.0625rem;width:29.6875rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #csVrywJUm21O0fOUMBhh8wNOGW3xhvk8 { top:12.1875rem;left:0rem;width:46.875rem;height:7.375rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcBPl6r2pWPDeyLJgzc7L7Noau7RF0Dr { width:10.3125rem;height:3.125rem;top:22.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I00n62hyEgsilZQTTmxX6R6DyIHRZzcP { display:block; }
 }@media only screen and (max-width: 763px) { #pf1TtLn63Ek5uOTtZE4rV735ORTsTLx8 { display:block; }#pf1TtLn63Ek5uOTtZE4rV735ORTsTLx8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w2NU3Tto0PIQvhbm4WOrpT5UFlBKi7AE { top:2.5rem;left:0rem;width:47.75rem;height:48.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhGoAQ3oLcoAfFTV4SA4kUBL08ETb1m7 { display:block; }#rhGoAQ3oLcoAfFTV4SA4kUBL08ETb1m7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uNMhhz3GZoA7gdNLecQuFBhyf90mUcqo { top:6.25rem;left:0rem;width:36.8125rem;height:41.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yT7ChU5w9u0GWc6aagsmw7D2fUQmDNlQ { top:30.8125rem;left:0rem;width:28.4375rem;height:4.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLr70qp6chfmVfAMseTQwGA3mvXTtcbg { top:36.3125rem;left:0rem;width:30rem;height:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2LRbCFDVWozUhKxTKI9IVEi6zOLAwx0 { top:30.75rem;left:19.9375rem;width:27.8125rem;height:4.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8KSZVy7P9eXo6aTT1SWKk59CZoxzTyB { top:36.3125rem;left:17.75rem;width:30rem;height:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #egvnLxtN6OEOTfqyw90HFNvkrpWTIEVG { top:8.125rem;left:0rem;width:30.0625rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTc6aTcfh0lfUB1d4kiLvSRrxtq0LFJS { top:8.125rem;left:17.6875rem;width:30.0625rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6qQKvG3TvElR6uTmrBVT4FnU5SGp4az { top:6.25rem;left:10.9375rem;width:36.8125rem;height:41.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIyr84crZrGlepCxHineVGFz6Svd4C94 { width:7.5rem;height:1.25rem;top:43.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFuJotIAhwUe8ADoVnH5J3TT1M057ZiF { display:block; }
 }@media only screen and (max-width: 763px) { #Qqx5SXr3tE9UM2SoXhkZ15iX3vcr780O { width:6.875rem;height:1.25rem;top:43.3125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKE5cfI5RcNSCMCO0yiQOr3rb855Tbk7 { display:block; }
 }@media only screen and (max-width: 763px) { #MlG9PwmOfMnoWy6Op9iGaC1xoZzC6OzJ { display:block; }#MlG9PwmOfMnoWy6Op9iGaC1xoZzC6OzJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tNiz5fJRXAGm5yZcu4N2pQ2oH7zRHZTo { top:25.375rem;left:0rem;width:28.4375rem;height:4.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkCGUM6lnfbIvy0mRa6K1H4v1dbD3Oac { top:30.875rem;left:0rem;width:28.4375rem;height:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vW2mgTlqFWVFg3eJJw0MwgMixXKwhUSc { top:25.375rem;left:17.6875rem;width:30.0625rem;height:4.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLiRcdQAXkiSLSIeRHrOliSpmsuce8AM { top:30.875rem;left:19.3125rem;width:28.4375rem;height:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMTMVZTJE9vcV53eLMOZEosOrJnoCxTc { top:2.5625rem;left:0rem;width:30.0625rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeimi6a4dNz9b355PvPIugVrTHlpEiPR { top:2.5625rem;left:17.6875rem;width:30.0625rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t15G6F8CVsHuhD51IIB9Tzh4xqKWR7Km { top:0.6875rem;left:10.9375rem;width:36.8125rem;height:41.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DN8EeZ9cMF2Ivv6Wtn7cFvm6r4IqFbLx { top:0.6875rem;left:0rem;width:36.8125rem;height:41.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzzPX1GkskZbmzLkmNGBi6b1LTRmdaQk { width:7.5rem;height:1.25rem;top:38rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rf3ZerUrPGI0PdEQ8tApunGaOZeo9wPx { display:block; }
 }@media only screen and (max-width: 763px) { #dTB4dUqDkbIB8rmlzLfLuO6iuyUGuJ8i { width:7.5rem;height:1.25rem;top:38rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOHX39kvuxWrfHtNGsu4pd46BmZXnklO { display:block; }
 }@media only screen and (max-width: 763px) { #px5l3eT1FfXklCWRrxxzSXR5Zq5SWeg8 { display:block; }#px5l3eT1FfXklCWRrxxzSXR5Zq5SWeg8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NSuHtKMQTTfOHJzeOD4pNTNfTfkh9BRJ { top:4.5rem;left:0rem;width:11.8125rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVkGah0qAx1Jws2XPnfwoaF9rfhSrLsH { top:4.6875rem;left:36.375rem;width:11.375rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #Is90WRGs1fsRiLbidfwOEFc9Cx8zHaqC { top:4.375rem;left:4.1875rem;width:39.4375rem;height:7.375rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6ORAzoaLWqxxOTKngDgVUd8ExET2cq0 { width:10.3125rem;height:3.125rem;top:14.6875rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gR027oIcDDQvrgZTJgNTf0WZlETZo4k7 { display:block; }
 }@media only screen and (max-width: 763px) { #QoBgJl2fvLg6NgK50mzsP9fvoRaXBPvq { display:block; }#QoBgJl2fvLg6NgK50mzsP9fvoRaXBPvq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TGPrfNTZMQ95J3kmpdUKlIaVVL7U4OPc { top:2.875rem;left:10.75rem;width:37rem;height:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #v74dFaufyIbbVb9bKBasrvVg8wPyDRXV { top:9.0625rem;left:0rem;width:30.125rem;height:9.1875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtTmE9xB1bXAamOxny25mZVco9V81faC { top:19.25rem;left:0rem;width:30rem;height:9rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZwk1EZmKvrBDJgRJcuHGkcVbx9gkkmC { width:36rem;height:40rem;display:none; }
 }@media only screen and (max-width: 763px) { #TofXJ7NoHxyUvBfmVWQsCVgruUxFSraI { width:7.5rem;height:1.25rem;top:29.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rk4Hg33HOAQGZWsZIXhh7Mc5yBoaHplT { display:block; }
 }@media only screen and (max-width: 763px) { #icVpNV3aEIrK3A9wJTd6Wq8BxmHmTXwO { display:block; }#icVpNV3aEIrK3A9wJTd6Wq8BxmHmTXwO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #luny9SPektaAp00ac2zBT5ZRE8kpIiUt { top:9.0625rem;left:15.25rem;width:32.5rem;height:5.625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcQaPSwVPRUibtsgq4U6hvsCFatMOMB4 { top:15.6875rem;left:17.1875rem;width:30.5625rem;height:4.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3tHTsD1TJzTouJcI5oETqCBtmHgvmgB { top:2.9375rem;left:0rem;width:37rem;height:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCqn9itI1miTUC0o9AiVtXHvnaVKQlLw { width:36rem;height:40rem;display:none; }
 }@media only screen and (max-width: 763px) { #hwePTQVs7ttpoHzqCnV5VwhB0kDlrPlV { width:7.5rem;height:1rem;top:21.25rem;left:27.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DkLm4aZpJBLg5M8Sz78WKRdcMxk8iqqc { display:block; }
 }@media only screen and (max-width: 763px) { #N8RMqId96OznE7P1EWhCslXvnqtGWpTi { display:block; }#N8RMqId96OznE7P1EWhCslXvnqtGWpTi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r6raxpS62EwknlGNpM3kcpAzaKDLwJaD { top:3.75rem;left:0rem;width:13.4375rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAi9DGTkfznUawyVsNJmAPcDeWQHHggJ { top:3.75rem;left:33.8125rem;width:13.4375rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXtfNH4wATwTTG4drJ44ipgSIhrufy7D { top:3.75rem;left:4.1875rem;width:39.375rem;height:7.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOkswAKCHMgyemxflV3BbMb7ObrMyChW { width:10.3125rem;height:3.125rem;top:14.0625rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0TPQ4GRQSFt3MUqJnTzyzwmTm9hKLJm { display:block; }
 }@media only screen and (max-width: 763px) { #DhdLOO4InLNtSKDTIQXB2zeKvrqQrGKJ { display:block; }#DhdLOO4InLNtSKDTIQXB2zeKvrqQrGKJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fIK8kT08d9bH13fJJUPae6bTglKbdfTs { top:6.25rem;left:0rem;width:47.75rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTkdSveGbxiuO09DhUaRyTrfILvEpNUr { top:8.25rem;left:15.25rem;width:32.5rem;height:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDyKqBxWqys5n9e31CSdpoWpQ2ZmBEPu { top:11.6875rem;left:0rem;width:24.875rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cg08r2MRpv5wznHxeHXHqINd9EFXTBSd { top:14.8125rem;left:0rem;width:29.6875rem;height:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8Ss3xJa6QeRhW8Z69JT1GFySlywoL4t { width:7.5rem;height:1.25rem;top:23.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zul6uMODCMOMxtc6dPhiLn2aWufJEsK2 { display:block; }
 }@media only screen and (max-width: 763px) { #WGagWWoA21vFDkMgmAcCZ32kqITtvvTT { display:block; }#WGagWWoA21vFDkMgmAcCZ32kqITtvvTT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R60f26Ta3hbf8PgCaL7SqbrHZx9TMCVQ { top:6.125rem;left:22.4375rem;width:25.3125rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzcHJURUcooR2vyPzMhzzA7a2TpLxxvG { top:9.25rem;left:18.0625rem;width:29.6875rem;height:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SP9shHBBeVidR8nIrozOc8ev3bFMvPku { top:2.75rem;left:0rem;width:32.5rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBMpQsagDg3PLnE9kLMsytVDkkrqwFQ1 { top:0.6875rem;left:0rem;width:47.75rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmULUtfbDycG7Tf3dU5Eh8vCtW3CiDSO { width:7.5rem;height:1.25rem;top:17.875rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrPUQtkfflrJ0X3OGFBxsHV8qs7qrTHh { display:block; }
 }@media only screen and (max-width: 763px) { #Z4fLLVLlbZv8TikRDwZrUyDc0lhmQx01 { display:block; }#Z4fLLVLlbZv8TikRDwZrUyDc0lhmQx01 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GfKBouQGGaOD2C04QTudpBkMTBOr9lZl { top:2.5625rem;left:15.25rem;width:32.5rem;height:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEd8TNX89QgLXABzPPzf69GMydXECbAg { top:6rem;left:0rem;width:23.875rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HriuCuFKpZRUiwFW09Ad7CSayxovJfe7 { top:9.25rem;left:0rem;width:29.6875rem;height:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEIgOGOAZCQTEN5xVGEJvUdyTGJa5gIo { top:0.6875rem;left:0rem;width:47.75rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDndBoNHXd3VubxJORi6kNv3wznD1Bs5 { width:7.5rem;height:1.25rem;top:17.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TM5P09MeEmGlp7ziyh53NDODbaacVudv { display:block; }
 }@media only screen and (max-width: 763px) { #p1iFqTHd8phL1HItcL5ODvdy6hFhITfd { display:block; }#p1iFqTHd8phL1HItcL5ODvdy6hFhITfd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O1MAZGKHBEq0QscPIvN3aJPTTvIgTQXa { top:0.3125rem;left:0rem;width:47.75rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAbtQCo5TZFJw9CHH4nA1KfKfMHIGwCk { top:7.25rem;left:0rem;width:10.0625rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6ft1cwDly0ugbBTARWgU9ZvcbwtfP6e { top:2.5rem;left:2.6875rem;width:42.375rem;height:5.375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dX7Zd78Abnu1qLPo6TUEMkOihoNR6ebJ { width:10.3125rem;height:3.125rem;top:10.8125rem;left:18.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctl2Lxsg193nfJfpRRScnH26HuaVUCil { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #tXwxQbd4WfNGP6gQhmsVUGbTFcy0fAoW { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#tXwxQbd4WfNGP6gQhmsVUGbTFcy0fAoW > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SkMylfEWaRK3kl5Lf1tfQp3XThIpseB3 { top:1.69580078125rem;left:1.125rem;width:4.81055rem;height:0.982425rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PUCiXLMPON9UAqgq8eIvI6hbDds2BCBm { width:7.5rem;height:1.875rem;top:1.25rem;left:11.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdTdTQQDu3c9t0Q5XwTdeqtR4FoPCUHU { display:block; }
 }@media only screen and (max-width: 763px) { #qlASRSAIHv6GTS3lJpd0eadEOGbT7I2R { display:block; }#qlASRSAIHv6GTS3lJpd0eadEOGbT7I2R > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o0zFfA38iyMvqVtVHCVC33kCrBvTc7CF { width:15.625rem;height:3rem;top:6.875rem;left:2.1875000596046rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TZ045JiEwCDqUsVX16PO0uIhyPiSeNFT { width:20rem;height:14.56640625rem;top:24.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #csVrywJUm21O0fOUMBhh8wNOGW3xhvk8 { width:15.9375rem;height:8.25rem;top:10.875rem;left:2.03125rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #zcBPl6r2pWPDeyLJgzc7L7Noau7RF0Dr { width:15rem;height:3.125rem;top:21.125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I00n62hyEgsilZQTTmxX6R6DyIHRZzcP { display:block; }
 }@media only screen and (max-width: 763px) { #pf1TtLn63Ek5uOTtZE4rV735ORTsTLx8 { display:block; }#pf1TtLn63Ek5uOTtZE4rV735ORTsTLx8 > .row .container { width:20rem;height:53.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w2NU3Tto0PIQvhbm4WOrpT5UFlBKi7AE { width:20rem;height:48.75rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhGoAQ3oLcoAfFTV4SA4kUBL08ETb1m7 { display:block; }#rhGoAQ3oLcoAfFTV4SA4kUBL08ETb1m7 > .row .container { width:20rem;height:69.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uNMhhz3GZoA7gdNLecQuFBhyf90mUcqo { width:18rem;height:32.875rem;top:1.5625rem;left:0.99934905767444rem;display:block; }
 }@media only screen and (max-width: 763px) { #yT7ChU5w9u0GWc6aagsmw7D2fUQmDNlQ { width:15rem;height:3.25rem;top:15.875rem;left:2.5rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TLr70qp6chfmVfAMseTQwGA3mvXTtcbg { width:15rem;height:9.375rem;top:20.1875rem;left:2.5000000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2LRbCFDVWozUhKxTKI9IVEi6zOLAwx0 { width:15rem;height:4.875rem;top:48.875rem;left:2.5000000596046rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8KSZVy7P9eXo6aTT1SWKk59CZoxzTyB { width:15.625rem;height:9.375rem;top:54.8125rem;left:2.5000000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #egvnLxtN6OEOTfqyw90HFNvkrpWTIEVG { width:15rem;height:10.375rem;top:4rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTc6aTcfh0lfUB1d4kiLvSRrxtq0LFJS { width:15rem;height:10.375rem;top:37rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6qQKvG3TvElR6uTmrBVT4FnU5SGp4az { width:18rem;height:33.75rem;top:35.5rem;left:0.99934905767444rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIyr84crZrGlepCxHineVGFz6Svd4C94 { width:7.5rem;height:1.25rem;top:31.25rem;left:2.5000000596046rem;font-size:1rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #FFuJotIAhwUe8ADoVnH5J3TT1M057ZiF { display:block; }
 }@media only screen and (max-width: 763px) { #Qqx5SXr3tE9UM2SoXhkZ15iX3vcr780O { width:7.5rem;height:1.25rem;top:65.9375rem;left:2.5000000596046rem;background-color:transparent;background-image:none;font-size:1rem;line-height:1;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #RKE5cfI5RcNSCMCO0yiQOr3rb855Tbk7 { display:block; }
 }@media only screen and (max-width: 763px) { #MlG9PwmOfMnoWy6Op9iGaC1xoZzC6OzJ { display:block; }#MlG9PwmOfMnoWy6Op9iGaC1xoZzC6OzJ > .row .container { width:20rem;height:68.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tNiz5fJRXAGm5yZcu4N2pQ2oH7zRHZTo { width:14.6875rem;height:3.25rem;top:13.875rem;left:2.4978299736977rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #vkCGUM6lnfbIvy0mRa6K1H4v1dbD3Oac { width:15.625rem;height:7.8125rem;top:18.1875rem;left:2.5000000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vW2mgTlqFWVFg3eJJw0MwgMixXKwhUSc { width:13.811875rem;height:4.875rem;top:45.25rem;left:2.4978299736977rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLiRcdQAXkiSLSIeRHrOliSpmsuce8AM { width:15rem;height:9.375rem;top:51.1875rem;left:2.5000000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMTMVZTJE9vcV53eLMOZEosOrJnoCxTc { width:15rem;height:10.375rem;top:2rem;left:2.4978299736977rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeimi6a4dNz9b355PvPIugVrTHlpEiPR { width:15rem;height:10.375rem;top:33.375rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #t15G6F8CVsHuhD51IIB9Tzh4xqKWR7Km { width:18rem;height:34.375rem;top:31.875rem;left:0.99934905767444rem;display:block; }
 }@media only screen and (max-width: 763px) { #DN8EeZ9cMF2Ivv6Wtn7cFvm6r4IqFbLx { width:18rem;height:30.4375rem;top:0.5rem;left:0.99934905767444rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzzPX1GkskZbmzLkmNGBi6b1LTRmdaQk { width:7.5rem;height:1.25rem;top:62.375rem;left:2.4978299736977rem;background-color:transparent;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-size:1rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #rf3ZerUrPGI0PdEQ8tApunGaOZeo9wPx { display:block; }
 }@media only screen and (max-width: 763px) { #dTB4dUqDkbIB8rmlzLfLuO6iuyUGuJ8i { width:7.5rem;height:1.25rem;top:27.6875rem;left:2.5000000596046rem;font-size:1rem;background-color:transparent;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #rOHX39kvuxWrfHtNGsu4pd46BmZXnklO { display:block; }
 }@media only screen and (max-width: 763px) { #px5l3eT1FfXklCWRrxxzSXR5Zq5SWeg8 { display:block; }#px5l3eT1FfXklCWRrxxzSXR5Zq5SWeg8 > .row .container { width:20rem;height:20.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NSuHtKMQTTfOHJzeOD4pNTNfTfkh9BRJ { width:6.3125rem;height:6.5625rem;top:11.5rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVkGah0qAx1Jws2XPnfwoaF9rfhSrLsH { width:6.0625rem;height:6.4375rem;top:11.5625rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Is90WRGs1fsRiLbidfwOEFc9Cx8zHaqC { width:15rem;height:7.75rem;top:2.5rem;left:2.5rem;font-size:1.625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #V6ORAzoaLWqxxOTKngDgVUd8ExET2cq0 { width:10.5625rem;height:3rem;top:27.54234375rem;left:4.6875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gR027oIcDDQvrgZTJgNTf0WZlETZo4k7 { display:block; }
 }@media only screen and (max-width: 763px) { #QoBgJl2fvLg6NgK50mzsP9fvoRaXBPvq { display:block; }#QoBgJl2fvLg6NgK50mzsP9fvoRaXBPvq > .row .container { width:20rem;height:54.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TGPrfNTZMQ95J3kmpdUKlIaVVL7U4OPc { width:18rem;height:20rem;top:2.5rem;left:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #v74dFaufyIbbVb9bKBasrvVg8wPyDRXV { width:15.686875rem;height:5.25rem;top:25rem;left:2.5rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #BtTmE9xB1bXAamOxny25mZVco9V81faC { width:15rem;height:17.1875rem;top:31.375rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aZwk1EZmKvrBDJgRJcuHGkcVbx9gkkmC { top:2.5rem;left:1rem;width:18rem;height:19.9375rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TofXJ7NoHxyUvBfmVWQsCVgruUxFSraI { width:7.5rem;height:1.25rem;top:51rem;left:2.5000000596046rem;background-color:transparent;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-size:1rem;line-height:1;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #rk4Hg33HOAQGZWsZIXhh7Mc5yBoaHplT { display:block; }
 }@media only screen and (max-width: 763px) { #icVpNV3aEIrK3A9wJTd6Wq8BxmHmTXwO { display:block; }#icVpNV3aEIrK3A9wJTd6Wq8BxmHmTXwO > .row .container { width:20rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #luny9SPektaAp00ac2zBT5ZRE8kpIiUt { width:15.625rem;height:3.5rem;top:25rem;left:2.5rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZcQaPSwVPRUibtsgq4U6hvsCFatMOMB4 { width:15rem;height:9.375rem;top:29.625rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #O3tHTsD1TJzTouJcI5oETqCBtmHgvmgB { width:18rem;height:20rem;top:2.2536894679069rem;left:0.99934905767444rem;display:none; }
 }@media only screen and (max-width: 763px) { #MCqn9itI1miTUC0o9AiVtXHvnaVKQlLw { top:2.5rem;left:0.99934905767444rem;width:18rem;height:20rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hwePTQVs7ttpoHzqCnV5VwhB0kDlrPlV { width:7.5rem;height:1.25rem;top:41.25rem;left:2.5000000596046rem;background-color:transparent;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-size:1rem;line-height:1;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #DkLm4aZpJBLg5M8Sz78WKRdcMxk8iqqc { display:block; }
 }@media only screen and (max-width: 763px) { #N8RMqId96OznE7P1EWhCslXvnqtGWpTi { display:block; }#N8RMqId96OznE7P1EWhCslXvnqtGWpTi > .row .container { width:20rem;height:22.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r6raxpS62EwknlGNpM3kcpAzaKDLwJaD { width:7.5rem;height:7.4375rem;top:12.0625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAi9DGTkfznUawyVsNJmAPcDeWQHHggJ { width:7.5rem;height:7.4375rem;top:12.0625rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXtfNH4wATwTTG4drJ44ipgSIhrufy7D { width:12.5625rem;height:7.75rem;top:2.4375057220459rem;left:3.7187500596046rem;font-size:1.625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #eOkswAKCHMgyemxflV3BbMb7ObrMyChW { width:10rem;height:3.125rem;top:12.1875rem;left:5rem;font-size:1rem;line-height:.9;display:none; }
 }@media only screen and (max-width: 763px) { #z0TPQ4GRQSFt3MUqJnTzyzwmTm9hKLJm { display:block; }
 }@media only screen and (max-width: 763px) { #DhdLOO4InLNtSKDTIQXB2zeKvrqQrGKJ { display:block; }#DhdLOO4InLNtSKDTIQXB2zeKvrqQrGKJ > .row .container { width:20rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fIK8kT08d9bH13fJJUPae6bTglKbdfTs { width:18rem;height:32.375rem;top:2.5rem;left:0.99934905767444rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTkdSveGbxiuO09DhUaRyTrfILvEpNUr { width:14.875rem;height:8.9375rem;top:4rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDyKqBxWqys5n9e31CSdpoWpQ2ZmBEPu { width:13.186875rem;height:3.25rem;top:14rem;left:2.5000000596046rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #cg08r2MRpv5wznHxeHXHqINd9EFXTBSd { width:15.625rem;height:10.9375rem;top:18.3125rem;left:2.5000000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8Ss3xJa6QeRhW8Z69JT1GFySlywoL4t { width:7.5rem;height:1.875rem;top:31rem;left:2.5000000596046rem;font-size:1rem;line-height:.9;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Zul6uMODCMOMxtc6dPhiLn2aWufJEsK2 { display:block; }
 }@media only screen and (max-width: 763px) { #WGagWWoA21vFDkMgmAcCZ32kqITtvvTT { display:block; }#WGagWWoA21vFDkMgmAcCZ32kqITtvvTT > .row .container { width:20rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R60f26Ta3hbf8PgCaL7SqbrHZx9TMCVQ { width:14.6875rem;height:1.625rem;top:12rem;left:2.5rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TzcHJURUcooR2vyPzMhzzA7a2TpLxxvG { width:15rem;height:14.0625rem;top:14.625rem;left:2.5000000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SP9shHBBeVidR8nIrozOc8ev3bFMvPku { width:15rem;height:9rem;top:2rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBMpQsagDg3PLnE9kLMsytVDkkrqwFQ1 { width:18rem;height:33.25rem;top:0.4991340637207rem;left:0.99934905767444rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmULUtfbDycG7Tf3dU5Eh8vCtW3CiDSO { width:7.5rem;height:1.25rem;top:30.5rem;left:2.5000000596046rem;background-color:transparent;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-size:1rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #rrPUQtkfflrJ0X3OGFBxsHV8qs7qrTHh { display:block; }
 }@media only screen and (max-width: 763px) { #Z4fLLVLlbZv8TikRDwZrUyDc0lhmQx01 { display:block; }#Z4fLLVLlbZv8TikRDwZrUyDc0lhmQx01 > .row .container { width:20rem;height:37.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GfKBouQGGaOD2C04QTudpBkMTBOr9lZl { width:15rem;height:8.9995625rem;top:2rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEd8TNX89QgLXABzPPzf69GMydXECbAg { width:15.7498125rem;height:3.25rem;top:12rem;left:2.5000000596046rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #HriuCuFKpZRUiwFW09Ad7CSayxovJfe7 { width:15.5625rem;height:12.5rem;top:16.3125rem;left:2.5000000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEIgOGOAZCQTEN5xVGEJvUdyTGJa5gIo { width:18rem;height:33.875rem;top:0.5rem;left:0.99934905767444rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDndBoNHXd3VubxJORi6kNv3wznD1Bs5 { width:7.5rem;height:1.25rem;top:30.625rem;left:2.5000000596046rem;font-size:1rem;line-height:1;background-color:transparent;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; }
 }@media only screen and (max-width: 763px) { #TM5P09MeEmGlp7ziyh53NDODbaacVudv { display:block; }
 }@media only screen and (max-width: 763px) { #p1iFqTHd8phL1HItcL5ODvdy6hFhITfd { display:block; }#p1iFqTHd8phL1HItcL5ODvdy6hFhITfd > .row .container { width:20rem;height:17.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O1MAZGKHBEq0QscPIvN3aJPTTvIgTQXa { width:20rem;height:17.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAbtQCo5TZFJw9CHH4nA1KfKfMHIGwCk { width:10.0625rem;height:10.25rem;top:8.2127685546875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #U6ft1cwDly0ugbBTARWgU9ZvcbwtfP6e { width:15rem;height:7rem;top:2.5rem;left:2.5rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dX7Zd78Abnu1qLPo6TUEMkOihoNR6ebJ { width:15rem;height:3.125rem;top:11.5rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctl2Lxsg193nfJfpRRScnH26HuaVUCil { display:block; }
 }