.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:224,233,248;--color-primary-1:154,174,203;--color-primary-2:87,120,169;--color-primary-3:45,86,147;--color-primary-4:17,24,34;--color-secondary-0:252,241,217;--color-secondary-1:246,210,128;--color-secondary-2:236,164,0;--color-secondary-3:118,82,0;--color-secondary-4:35,25,0;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Poppins";--paragraphs-font-family:"poppins"; }body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .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); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { background-color: transparent; background-image: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .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); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { border-width: 0; border-radius: 0; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { font-size:0.875rem;font-family:arial;height:24.9375rem;width:75rem;position:relative;display:block; }#arIoQT9Xv2G2EM65EFdZ6gqRSOqqn2Qm { background-color:#b8239a;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.25rem 0.25rem rgba(var(--color-tertiary-4),0.25) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.3125rem;height:4rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:17.625rem;left:0rem;display:block; }
#IVhCZF6bbzqhhCXqDHdNHySehxih5LmF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KouSUgzKfMTcvmzsX1B9AeVC8FCZTBxF { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;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.375rem;width:1.375rem;top:18.9375rem;left:20rem;overflow:hidden;display:block; }
#cTJXE0QWufMJXxN6mo4tFulCTVaVRrDV { 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:3rem;width:14.75rem;top:3.46875rem;left:0rem;overflow:hidden;display:block; }
#fL9v8r90N2MCC8BA5FUigd93qQdVI6qi { color:#272727;display:block;width:42.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:10.0625rem;left:0rem;height:5.19921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#QbkIeNI667Pi4D49rlQ9HAe0zQgA2PVz { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:24rem;top:4.375rem;left:37.03125rem;overflow:hidden;display:block; }
#F7TMFsNO0kzJTO1tvXdVTx5Jc7bTWCCk { box-sizing:content-box;height:11.75rem;width:11.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15026;background-color:#b8239a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.25rem;left:58.84375rem;display:block; }
#HTdtMmLAkZIPVSombNos4mbKCM8TAgdn { color:#ffffff;display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.6;letter-spacing:0;top:3.375rem;left:60.5625rem;height:8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ImBfpHuM19KS41x1EEtui3HT4N9vHmDs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1b578f;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; }#ImBfpHuM19KS41x1EEtui3HT4N9vHmDs > .row .container { background-color: transparent; background-image: none; }#ImBfpHuM19KS41x1EEtui3HT4N9vHmDs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ImBfpHuM19KS41x1EEtui3HT4N9vHmDs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ImBfpHuM19KS41x1EEtui3HT4N9vHmDs > .row .container > .video-iframe-container { display: none; }#ImBfpHuM19KS41x1EEtui3HT4N9vHmDs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ImBfpHuM19KS41x1EEtui3HT4N9vHmDs > .row > .video-iframe-container { display: none; }#ImBfpHuM19KS41x1EEtui3HT4N9vHmDs > .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); }#ImBfpHuM19KS41x1EEtui3HT4N9vHmDs > .row .container { border-width: 0; border-radius: 0; }#ImBfpHuM19KS41x1EEtui3HT4N9vHmDs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ImBfpHuM19KS41x1EEtui3HT4N9vHmDs > .row .container { font-size:0.875rem;font-family:arial;height:11.5rem;width:75rem;position:relative;display:block; }#Sn2ZE3fvl1mr7LdIk6Ow2KKilnILLdGF { color:#ffffff;display:block;width:64.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.4;letter-spacing:0;top:1.9375rem;left:5.3125rem;height:7rem;text-align:center;text-align-last:center;display:block; }
#vkVxDHQ6Gk8Uak1ODFlq3AxoLhqIQZaz { position:relative;display:block; }#vkVxDHQ6Gk8Uak1ODFlq3AxoLhqIQZaz { background-color: transparent; background-image: none; }#vkVxDHQ6Gk8Uak1ODFlq3AxoLhqIQZaz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vkVxDHQ6Gk8Uak1ODFlq3AxoLhqIQZaz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vkVxDHQ6Gk8Uak1ODFlq3AxoLhqIQZaz > .row .container > .video-iframe-container { display: none; }#vkVxDHQ6Gk8Uak1ODFlq3AxoLhqIQZaz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vkVxDHQ6Gk8Uak1ODFlq3AxoLhqIQZaz > .row > .video-iframe-container { display: none; }#vkVxDHQ6Gk8Uak1ODFlq3AxoLhqIQZaz > .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); }#vkVxDHQ6Gk8Uak1ODFlq3AxoLhqIQZaz { border-width: 0; border-radius: 0; }#vkVxDHQ6Gk8Uak1ODFlq3AxoLhqIQZaz > .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; }#vkVxDHQ6Gk8Uak1ODFlq3AxoLhqIQZaz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.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; }#aTAgAunOzePIiW5b3dQfgzgTcF3HURcG { color:#272727;display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.650390625rem;left:27.5rem;height:1.94921875rem;text-align:center;text-align-last:center;display:block; }
#kWpTQJgdeZBwzwVsAbrcfV6SdVuGEnpw { position:relative;display:block; }#kWpTQJgdeZBwzwVsAbrcfV6SdVuGEnpw { background-color: transparent; background-image: none; }#kWpTQJgdeZBwzwVsAbrcfV6SdVuGEnpw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kWpTQJgdeZBwzwVsAbrcfV6SdVuGEnpw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kWpTQJgdeZBwzwVsAbrcfV6SdVuGEnpw > .row .container > .video-iframe-container { display: none; }#kWpTQJgdeZBwzwVsAbrcfV6SdVuGEnpw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kWpTQJgdeZBwzwVsAbrcfV6SdVuGEnpw > .row > .video-iframe-container { display: none; }#kWpTQJgdeZBwzwVsAbrcfV6SdVuGEnpw > .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); }#kWpTQJgdeZBwzwVsAbrcfV6SdVuGEnpw { border-width: 0; border-radius: 0; }#kWpTQJgdeZBwzwVsAbrcfV6SdVuGEnpw > .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; }#kWpTQJgdeZBwzwVsAbrcfV6SdVuGEnpw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:13.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#R12k5CUcb3TiU29UmhQAfZ2LHqmGD6tr { box-sizing:content-box;height:8rem;width:22.75rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.25rem 0.6875rem rgba(0,0,0,0.25) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.5rem;left:1.125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#kzZuQMPTDKFlyFa2TIiZo6zryrhieZr5 { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:3.3125rem;left:1.84375rem;overflow:hidden;display:block; }
#n1FNR0ZBVBMxdpSKeBACLOR0UV8U2G3I { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.4365234375rem;left:5.9375rem;height:1.29980625rem;display:block; }
#rRLO8U6Gwl0e7hq3dI94BV5Z8qKf8W9l { color:rgba(var(--color-tertiary-4),1);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:5.25rem;left:5.9375rem;height:3.8994125rem;display:block; }
#pwipVkTVi29LL6VvEsTsoTRslVbPFJbe { box-sizing:content-box;height:8rem;width:22.75rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.25rem 0.6875rem rgba(0,0,0,0.25) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.5625rem;left:26.125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#KZQ1mSd9PO0AkraIK03dyQXs7mvSBtVx { color:rgba(var(--color-tertiary-4),1);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:5.375rem;left:30.9375rem;height:3.8994125rem;display:block; }
#RLppifX0AKCoVGs4XGFuKCFOMSQW5n3i { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:3.5625rem;left:30.9375rem;height:1.29980625rem;display:block; }
#ItiCHZymbACs4rB2EmShP5pF2ChhEnrd { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:3.4375rem;left:26.8125rem;overflow:hidden;display:block; }
#RAVsiDk8R7DvUO5ousQamV2tqESWN6yb { box-sizing:content-box;height:8rem;width:22.75rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.25rem 0.6875rem rgba(0,0,0,0.25) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.5625rem;left:51.125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#iV9RSC7rEofRqC6toWfo66kJrmvsp3om { color:rgba(var(--color-tertiary-4),1);display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:5.375rem;left:55.9375rem;height:3.8994125rem;display:block; }
#LS27TmDZWFpFo6R3rCyDnncriDZPCWkS { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:3.4375rem;left:51.8125rem;overflow:hidden;display:block; }
#kIR0kMGDr20cU6F816OLHNvtPhivcEiH { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:3.5625rem;left:55.9375rem;height:1.29980625rem;display:block; }
#HXbNehXfEIIKGV9fVikk7l9L9lgI0GNB { position:relative;display:block; }#HXbNehXfEIIKGV9fVikk7l9L9lgI0GNB { background-color: transparent; background-image: none; }#HXbNehXfEIIKGV9fVikk7l9L9lgI0GNB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HXbNehXfEIIKGV9fVikk7l9L9lgI0GNB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HXbNehXfEIIKGV9fVikk7l9L9lgI0GNB > .row .container > .video-iframe-container { display: none; }#HXbNehXfEIIKGV9fVikk7l9L9lgI0GNB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HXbNehXfEIIKGV9fVikk7l9L9lgI0GNB > .row > .video-iframe-container { display: none; }#HXbNehXfEIIKGV9fVikk7l9L9lgI0GNB > .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); }#HXbNehXfEIIKGV9fVikk7l9L9lgI0GNB { border-width: 0; border-radius: 0; }#HXbNehXfEIIKGV9fVikk7l9L9lgI0GNB > .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; }#HXbNehXfEIIKGV9fVikk7l9L9lgI0GNB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.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; }#TTvnK8eANJBZIFza7WJzL9yTMiBIdCfm { color:#272727;display:block;width:45rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.650390625rem;left:15rem;height:1.94921875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CGv9q6JrtcZAtONX1m80b1qWbnSSpG6e { position:relative;display:block; }#CGv9q6JrtcZAtONX1m80b1qWbnSSpG6e { background-color: transparent; background-image: none; }#CGv9q6JrtcZAtONX1m80b1qWbnSSpG6e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CGv9q6JrtcZAtONX1m80b1qWbnSSpG6e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CGv9q6JrtcZAtONX1m80b1qWbnSSpG6e > .row .container > .video-iframe-container { display: none; }#CGv9q6JrtcZAtONX1m80b1qWbnSSpG6e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CGv9q6JrtcZAtONX1m80b1qWbnSSpG6e > .row > .video-iframe-container { display: none; }#CGv9q6JrtcZAtONX1m80b1qWbnSSpG6e > .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); }#CGv9q6JrtcZAtONX1m80b1qWbnSSpG6e { border-width: 0; border-radius: 0; }#CGv9q6JrtcZAtONX1m80b1qWbnSSpG6e > .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; }#CGv9q6JrtcZAtONX1m80b1qWbnSSpG6e > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:8rem;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; }#R6PCcigzMnlgNPybgJcEmTwQSf4KF6IT { box-sizing:content-box;height:4.5rem;width:32.0625rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.25rem 0.6875rem rgba(0,0,0,0.25) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.8125rem;left:3.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#RVKfFqzhu5Bur6295ranO991nLcBoy5Z { color:#272727;display:block;width:31.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:2.75rem;left:3.9375rem;height:2.798825rem;display:block; }
#op8nmR754kASmkg1LscrBO5LcEhhX53A { box-sizing:content-box;height:4.5rem;width:0.6875rem;position:absolute;display:block;z-index:15006;background-color:#8dc9d2;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.8125rem;left:2.125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#X9VqkGqbRvbPKJ9UDhFsxtDX30K4eQW9 { box-sizing:content-box;height:4.5rem;width:0.6875rem;position:absolute;display:block;z-index:15009;background-color:#8dc9d2;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.8125rem;left:37.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#tJIFAfQMptKWK6a7ioURJPTT2IaMmbEQ { box-sizing:content-box;height:4.5rem;width:32.0625rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.25rem 0.6875rem rgba(0,0,0,0.25) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.8125rem;left:38.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#LZvBHcGvQ50Gg8sTHpnu6ATwskTMTRJe { color:#272727;display:block;width:31.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:2.599609375rem;left:39.34375rem;height:2.798825rem;display:block; }
#uTGswtRK3CurRn6duQVH8bHGE7QV3vT9 { position:relative;display:block; }#uTGswtRK3CurRn6duQVH8bHGE7QV3vT9 { background-color: transparent; background-image: none; }#uTGswtRK3CurRn6duQVH8bHGE7QV3vT9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTGswtRK3CurRn6duQVH8bHGE7QV3vT9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTGswtRK3CurRn6duQVH8bHGE7QV3vT9 > .row .container > .video-iframe-container { display: none; }#uTGswtRK3CurRn6duQVH8bHGE7QV3vT9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTGswtRK3CurRn6duQVH8bHGE7QV3vT9 > .row > .video-iframe-container { display: none; }#uTGswtRK3CurRn6duQVH8bHGE7QV3vT9 > .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); }#uTGswtRK3CurRn6duQVH8bHGE7QV3vT9 { border-width: 0; border-radius: 0; }#uTGswtRK3CurRn6duQVH8bHGE7QV3vT9 > .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; }#uTGswtRK3CurRn6duQVH8bHGE7QV3vT9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:8rem;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; }#RTcIERzswEoQZ3ndgOhsEcaIGATT6feG { box-sizing:content-box;height:4.5rem;width:32.0625rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.25rem 0.6875rem rgba(0,0,0,0.25) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.8125rem;left:3.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#rsTGJy9D50zJ6C5s18kbcWzePxt0oUpJ { color:#272727;display:block;width:31.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:2.75rem;left:3.9375rem;height:2.798825rem;display:block; }
#hGFSXEhMWTkdUpL9GECbBFIekJAFSEFI { box-sizing:content-box;height:4.5rem;width:0.6875rem;position:absolute;display:block;z-index:15006;background-color:#8dc9d2;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.8125rem;left:2.125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#TXfG7dyqRxI5RNrcgTfNrTKlBOvzmnFz { box-sizing:content-box;height:4.5rem;width:0.6875rem;position:absolute;display:block;z-index:15009;background-color:#8dc9d2;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.8125rem;left:37.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#LrbpNfMHNqUxQslHXI7Tqhn8BRfc1Occ { box-sizing:content-box;height:4.5rem;width:32.0625rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.25rem 0.6875rem rgba(0,0,0,0.25) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.8125rem;left:38.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#rAEkZdlOarZQETFHumuTr6FH1XyVGa5v { color:#272727;display:block;width:24.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:2.599609375rem;left:39.34375rem;height:2.798825rem;display:block; }
#kPKeesyh2iyPx9cufwueTZpqf5D2TCrk { position:relative;display:block; }#kPKeesyh2iyPx9cufwueTZpqf5D2TCrk { background-color: transparent; background-image: none; }#kPKeesyh2iyPx9cufwueTZpqf5D2TCrk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kPKeesyh2iyPx9cufwueTZpqf5D2TCrk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kPKeesyh2iyPx9cufwueTZpqf5D2TCrk > .row .container > .video-iframe-container { display: none; }#kPKeesyh2iyPx9cufwueTZpqf5D2TCrk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kPKeesyh2iyPx9cufwueTZpqf5D2TCrk > .row > .video-iframe-container { display: none; }#kPKeesyh2iyPx9cufwueTZpqf5D2TCrk > .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); }#kPKeesyh2iyPx9cufwueTZpqf5D2TCrk { border-width: 0; border-radius: 0; }#kPKeesyh2iyPx9cufwueTZpqf5D2TCrk > .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; }#kPKeesyh2iyPx9cufwueTZpqf5D2TCrk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:8rem;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; }#cy5tW1e4TzFZmTalLDfyfuqatXo9haOU { box-sizing:content-box;height:4.5rem;width:32.0625rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.25rem 0.6875rem rgba(0,0,0,0.25) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.8125rem;left:3.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#KIeFzVItp59keP3o65UQgFyvEDebefQA { color:#272727;display:block;width:31.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:2.75rem;left:3.9375rem;height:2.798825rem;display:block; }
#Un5wfCbd7tT8i83uCa186TNIiKsxnVUX { box-sizing:content-box;height:4.5rem;width:0.6875rem;position:absolute;display:block;z-index:15006;background-color:#8dc9d2;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.8125rem;left:2.125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#xETLNZWMACfZnqpVz0MUlH0zODFNRpcC { position:relative;display:block; }#xETLNZWMACfZnqpVz0MUlH0zODFNRpcC { background-color: transparent; background-image: none; }#xETLNZWMACfZnqpVz0MUlH0zODFNRpcC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xETLNZWMACfZnqpVz0MUlH0zODFNRpcC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xETLNZWMACfZnqpVz0MUlH0zODFNRpcC > .row .container > .video-iframe-container { display: none; }#xETLNZWMACfZnqpVz0MUlH0zODFNRpcC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xETLNZWMACfZnqpVz0MUlH0zODFNRpcC > .row > .video-iframe-container { display: none; }#xETLNZWMACfZnqpVz0MUlH0zODFNRpcC > .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); }#xETLNZWMACfZnqpVz0MUlH0zODFNRpcC { border-width: 0; border-radius: 0; }#xETLNZWMACfZnqpVz0MUlH0zODFNRpcC > .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; }#xETLNZWMACfZnqpVz0MUlH0zODFNRpcC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:10.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Kwl21SIrdgZb78RokbFPF8lGwouMpqgD { color:#272727;display:block;width:44.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5625rem;left:15.03125rem;height:1.13671875rem;text-align:center;text-align-last:center;display:block; }
#ifDSFOr9ZwvMM2BCt50Voyqy5pLZsfeS { background-color:#b8239a;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.25rem 0.25rem rgba(var(--color-tertiary-4),0.25) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.125rem;height:4rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:4.375rem;left:26.375rem;display:block; }
#UAquKt9qE0ToOnKsPGOEGZTazbaJSa8N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#woTWnp1NSslA2GXq1i6mnPPqRCQ5laui { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;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.375rem;width:1.375rem;top:5.6875rem;left:48.25rem;overflow:hidden;display:block; }
#AWsRQVfOsLshTvtX7phZRTT1sbIxP4pf { position:relative;display:block; }#AWsRQVfOsLshTvtX7phZRTT1sbIxP4pf { background-color: transparent; background-image: none; }#AWsRQVfOsLshTvtX7phZRTT1sbIxP4pf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWsRQVfOsLshTvtX7phZRTT1sbIxP4pf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWsRQVfOsLshTvtX7phZRTT1sbIxP4pf > .row .container > .video-iframe-container { display: none; }#AWsRQVfOsLshTvtX7phZRTT1sbIxP4pf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWsRQVfOsLshTvtX7phZRTT1sbIxP4pf > .row > .video-iframe-container { display: none; }#AWsRQVfOsLshTvtX7phZRTT1sbIxP4pf > .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); }#AWsRQVfOsLshTvtX7phZRTT1sbIxP4pf { border-width: 0; border-radius: 0; }#AWsRQVfOsLshTvtX7phZRTT1sbIxP4pf > .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; }#AWsRQVfOsLshTvtX7phZRTT1sbIxP4pf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:22.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XcDAvw5nNF3oaxF7XvK2iyNmx6Nb99mp { box-sizing:content-box;height:18.875rem;width:62rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.125rem solid #b8239a;border-left:0.125rem solid #b8239a;border-right:0.125rem solid #b8239a;border-bottom:0.125rem solid #b8239a;top:1.6875rem;left:6.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#COqyQEnXnxAOC4c1aP9nNOB37sdKxTXC { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.6875rem;width:12.6875rem;top:3.90625rem;left:11.65625rem;overflow:hidden;display:block; }
#M8p8x6ogUcFAEfRgbHGkC0vfsS9vMAdR { color:#272727;display:block;width:32.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.28125rem;left:28.78125rem;height:4.548825rem;font-style:normal;display:block; }
#eBpgf5rqWolVRGnJBg1n5W4iH7p9g1Ko { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:8.28125rem;left:28.78125rem;height:5.25rem;display:block; }
#MvLLWUPCFIvqLEPQTDP5UbfwNc5qkh4A { background-color:#b8239a;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.25rem 0.25rem rgba(var(--color-tertiary-4),0.25) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.1875rem;height:4rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:15.4375rem;left:28.8125rem;display:block; }
#IHghDh2hby1ShVLXZol9ThGht0IGSdLe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C1HZgH9gl0z6UHtDKDTCk2qqAgiP3ITU { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.375rem;top:16.75rem;left:45.9375rem;overflow:hidden;display:block; }
#fmALPUboJMsXTgtr0tXLTEW4l8Pb9QCw { position:relative;display:block; }#fmALPUboJMsXTgtr0tXLTEW4l8Pb9QCw { background-color: transparent; background-image: none; }#fmALPUboJMsXTgtr0tXLTEW4l8Pb9QCw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fmALPUboJMsXTgtr0tXLTEW4l8Pb9QCw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fmALPUboJMsXTgtr0tXLTEW4l8Pb9QCw > .row .container > .video-iframe-container { display: none; }#fmALPUboJMsXTgtr0tXLTEW4l8Pb9QCw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fmALPUboJMsXTgtr0tXLTEW4l8Pb9QCw > .row > .video-iframe-container { display: none; }#fmALPUboJMsXTgtr0tXLTEW4l8Pb9QCw > .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); }#fmALPUboJMsXTgtr0tXLTEW4l8Pb9QCw { border-width: 0; border-radius: 0; }#fmALPUboJMsXTgtr0tXLTEW4l8Pb9QCw > .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; }#fmALPUboJMsXTgtr0tXLTEW4l8Pb9QCw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:16.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#C5mLl0hT8DGwEP7aPGWKUCG9MB0T5wGN { box-sizing:content-box;height:11.75rem;width:19.8125rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.125rem solid #b8239a;border-left:0.125rem solid #b8239a;border-right:0.125rem solid #b8239a;border-bottom:0.125rem solid #b8239a;top:2.375rem;left:6.25rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#XBnGGP06xO6y6vM4WcD0vd5brmFFxUGC { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.75rem;top:3.3125rem;left:7.625rem;overflow:hidden;display:block; }
#fUL3yFg8pUW1fzAAIqCwzFHOR3Fr5Q6d { color:rgba(var(--color-tertiary-4),1);display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.375rem;left:10.9375rem;height:2.5996125rem;display:block; }
#DdzOuTVKOEbB3zmOgwLlLCmiZ9Cx5Jpd { color:rgba(var(--color-tertiary-4),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:7.1875rem;left:7.4375rem;height:5.19921875rem;display:block; }
#pBn0peKleAaJfqZffRkxlgKTbDAmHzSH { box-sizing:content-box;height:11.75rem;width:19.8125rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.125rem solid #b8239a;border-left:0.125rem solid #b8239a;border-right:0.125rem solid #b8239a;border-bottom:0.125rem solid #b8239a;top:2.375rem;left:27.5rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#ndeh4EEau7EygWq1rW4abs3LQaB6if0F { color:rgba(var(--color-tertiary-4),1);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:7.125rem;left:28.8125rem;height:3.8994125rem;display:block; }
#Sd1QbTbNN0Q3xF0mWWHBNFLCiQ4ZnImk { color:rgba(var(--color-tertiary-4),1);display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:3.375rem;left:32.3125rem;height:2.5996125rem;display:block; }
#yyqoJxguykZUGZP4amy1zE5aBFgyloFq { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.75rem;top:3.4375rem;left:28.8125rem;overflow:hidden;display:block; }
#XUo1MZJ3rC7r3en6AeiE1ruzexsGoLOX { box-sizing:content-box;height:11.75rem;width:19.8125rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.125rem solid #b8239a;border-left:0.125rem solid #b8239a;border-right:0.125rem solid #b8239a;border-bottom:0.125rem solid #b8239a;top:2.375rem;left:48.8125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#qomzrOSF9aUcxadUvueRHbuJbElGh1Ik { color:rgba(var(--color-tertiary-4),1);display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:7.125rem;left:50.125rem;height:3.8994125rem;display:block; }
#KscBAIRWO9tMID3vdgglsmQHVZN5z5t2 { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.75rem;top:3.25rem;left:50.0625rem;overflow:hidden;display:block; }
#Fs8l2kUPQczkSIafNNVOO3uWWEpFd1lm { color:rgba(var(--color-tertiary-4),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:3.375rem;left:53.625rem;height:2.5996125rem;display:block; }
#S9GfErtNvL7raWUA3e5ifTfWSVungFxG { position:relative;display:block; }#S9GfErtNvL7raWUA3e5ifTfWSVungFxG { background-color: transparent; background-image: none; }#S9GfErtNvL7raWUA3e5ifTfWSVungFxG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S9GfErtNvL7raWUA3e5ifTfWSVungFxG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S9GfErtNvL7raWUA3e5ifTfWSVungFxG > .row .container > .video-iframe-container { display: none; }#S9GfErtNvL7raWUA3e5ifTfWSVungFxG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S9GfErtNvL7raWUA3e5ifTfWSVungFxG > .row > .video-iframe-container { display: none; }#S9GfErtNvL7raWUA3e5ifTfWSVungFxG > .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); }#S9GfErtNvL7raWUA3e5ifTfWSVungFxG { border-width: 0; border-radius: 0; }#S9GfErtNvL7raWUA3e5ifTfWSVungFxG > .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; }#S9GfErtNvL7raWUA3e5ifTfWSVungFxG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:35.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TVbTa9yQHxxHIsMWDTTBnFoWoRTDh6vs { color:rgba(var(--color-tertiary-4),1);display:block;width:49.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.53125rem;left:12.625rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#g7sUKzhTO9TyZa4JoUK5TSFPDTkVtlgt { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.5625rem;width:49rem;top:8.0625rem;left:13rem;overflow:hidden;display:block; }
#sqXs66NyNXopdkvbAErrBiKym0O7S3od { background-color:#b8239a;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.25rem 0.25rem rgba(var(--color-tertiary-4),0.25) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.3125rem;height:4rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:28.875rem;left:26.375rem;display:block; }
#gF98ww0baUeUFZhJQPwC8cfWuXJ2d1Ac { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g92ChtBv1FzT95sMeWTgMMXrTyt3vVHI { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;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.375rem;width:1.375rem;top:30.1875rem;left:46.375rem;overflow:hidden;display:block; }
#zDgho5ckTmT9m8Zqa7wTGNVwAnTSXUCH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zDgho5ckTmT9m8Zqa7wTGNVwAnTSXUCH > .row .container { background-color: transparent; background-image: none; }#zDgho5ckTmT9m8Zqa7wTGNVwAnTSXUCH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zDgho5ckTmT9m8Zqa7wTGNVwAnTSXUCH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zDgho5ckTmT9m8Zqa7wTGNVwAnTSXUCH > .row .container > .video-iframe-container { display: none; }#zDgho5ckTmT9m8Zqa7wTGNVwAnTSXUCH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zDgho5ckTmT9m8Zqa7wTGNVwAnTSXUCH > .row > .video-iframe-container { display: none; }#zDgho5ckTmT9m8Zqa7wTGNVwAnTSXUCH > .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); }#zDgho5ckTmT9m8Zqa7wTGNVwAnTSXUCH > .row .container { border-width: 0; border-radius: 0; }#zDgho5ckTmT9m8Zqa7wTGNVwAnTSXUCH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zDgho5ckTmT9m8Zqa7wTGNVwAnTSXUCH > .row .container { font-size:0.875rem;font-family:arial;height:42.5625rem;width:75rem;position:relative;display:block; }#ECmlM0qSU94WH6h6yHmd4n6fAXiKkFTx { position:absolute;z-index:15011;top:6.8125rem;left:18.375rem;width:38.25rem;height:29.6875rem;display:block; }
#aAURydyhKqx0mUwwUUINdXaIQVLOnDL2 { position:absolute;display:block;z-index:15000;background-color:#2d5693;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0.25rem 0.25rem rgba(var(--color-secondary-4),0.25) ;height:38.875rem;width:42.3125rem;top:1.1875rem;left:16.375rem;display:block; }
#BTCPBVZuBT1bzGPH9Z5EMI3Dv99yT3ED { color:#ffffff;display:block;width:39.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.9375rem;left:17.875rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container { background-color: transparent; background-image: none; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container > .video-iframe-container { display: none; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row > .video-iframe-container { display: none; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .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); }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container { border-width: 0; border-radius: 0; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container { font-size:0.875rem;font-family:arial;height:15.5rem;width:75rem;position:relative;display:block; }#rZH3BGAdZspSgMmha7CpGTn3gqlk2fUZ { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:14.4375rem;top:2.8125rem;left:30.28125rem;overflow:hidden;display:block; }
#IcIWgMeT8GANosXeELFB2GgTrFGwq3fm { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:7.076171875rem;left:0rem;height:5.847675rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS { background-color:#ffffff;background-image:none;display:block; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { background-color: transparent; background-image: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .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); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { width:47.75rem;height:27.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #arIoQT9Xv2G2EM65EFdZ6gqRSOqqn2Qm { width:21.25rem;height:4rem;top:22rem;left:0.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IVhCZF6bbzqhhCXqDHdNHySehxih5LmF { display:block; }
 }@media only screen and (max-width: 1199px) { #KouSUgzKfMTcvmzsX1B9AeVC8FCZTBxF { width:1.25rem;height:1.25rem;top:27.9375rem;left:36.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #cTJXE0QWufMJXxN6mo4tFulCTVaVRrDV { width:14.75rem;height:3rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fL9v8r90N2MCC8BA5FUigd93qQdVI6qi { width:23.75rem;height:10.3984375rem;top:9.869140625rem;left:0.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QbkIeNI667Pi4D49rlQ9HAe0zQgA2PVz { width:24rem;height:16.1875rem;top:4.142578125rem;left:20.71875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F7TMFsNO0kzJTO1tvXdVTx5Jc7bTWCCk { width:11.75rem;height:11.75rem;top:1.5rem;left:35.71875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HTdtMmLAkZIPVSombNos4mbKCM8TAgdn { width:8.3125rem;height:8rem;top:3.4375rem;left:37.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ImBfpHuM19KS41x1EEtui3HT4N9vHmDs { display:block; }#ImBfpHuM19KS41x1EEtui3HT4N9vHmDs > .row .container { width:47.75rem;height:11.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Sn2ZE3fvl1mr7LdIk6Ow2KKilnILLdGF { width:47.75rem;height:7.871125rem;top:1.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vkVxDHQ6Gk8Uak1ODFlq3AxoLhqIQZaz { display:block; }#vkVxDHQ6Gk8Uak1ODFlq3AxoLhqIQZaz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #aTAgAunOzePIiW5b3dQfgzgTcF3HURcG { width:20rem;height:1.94921875rem;top:2.1875rem;left:13.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kWpTQJgdeZBwzwVsAbrcfV6SdVuGEnpw { display:block; }#kWpTQJgdeZBwzwVsAbrcfV6SdVuGEnpw > .row .container { width:47.75rem;height:29.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #R12k5CUcb3TiU29UmhQAfZ2LHqmGD6tr { width:22.75rem;height:8rem;top:1.375rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kzZuQMPTDKFlyFa2TIiZo6zryrhieZr5 { width:3.75rem;height:3.75rem;top:2.1875rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n1FNR0ZBVBMxdpSKeBACLOR0UV8U2G3I { width:15.375rem;height:1.29980625rem;top:2.25rem;left:17.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rRLO8U6Gwl0e7hq3dI94BV5Z8qKf8W9l { width:16.625rem;height:3.8994125rem;top:4.125rem;left:17.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pwipVkTVi29LL6VvEsTsoTRslVbPFJbe { width:22.75rem;height:8rem;top:10.75rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KZQ1mSd9PO0AkraIK03dyQXs7mvSBtVx { width:16.625rem;height:3.8994125rem;top:13.5rem;left:17.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RLppifX0AKCoVGs4XGFuKCFOMSQW5n3i { width:15.375rem;height:1.29980625rem;top:11.625rem;left:17.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ItiCHZymbACs4rB2EmShP5pF2ChhEnrd { width:3.75rem;height:3.75rem;top:11.5625rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RAVsiDk8R7DvUO5ousQamV2tqESWN6yb { width:22.75rem;height:8rem;top:19.6875rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iV9RSC7rEofRqC6toWfo66kJrmvsp3om { width:16.625rem;height:5.19921875rem;top:22.224609375rem;left:17.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LS27TmDZWFpFo6R3rCyDnncriDZPCWkS { width:3.75rem;height:3.75rem;top:20.5rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kIR0kMGDr20cU6F816OLHNvtPhivcEiH { width:17.375rem;height:1.29980625rem;top:20.5625rem;left:17.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HXbNehXfEIIKGV9fVikk7l9L9lgI0GNB { display:block; }#HXbNehXfEIIKGV9fVikk7l9L9lgI0GNB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TTvnK8eANJBZIFza7WJzL9yTMiBIdCfm { width:20rem;height:3.8984375rem;top:0.67578125rem;left:13.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CGv9q6JrtcZAtONX1m80b1qWbnSSpG6e { display:block; }#CGv9q6JrtcZAtONX1m80b1qWbnSSpG6e > .row .container { width:47.75rem;height:13.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #R6PCcigzMnlgNPybgJcEmTwQSf4KF6IT { width:32.0625rem;height:4.5rem;top:1.8125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RVKfFqzhu5Bur6295ranO991nLcBoy5Z { width:31.1875rem;height:2.798825rem;top:2.6875rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #op8nmR754kASmkg1LscrBO5LcEhhX53A { width:0.6875rem;height:4.5rem;top:1.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X9VqkGqbRvbPKJ9UDhFsxtDX30K4eQW9 { width:0.6875rem;height:4.5rem;top:7.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tJIFAfQMptKWK6a7ioURJPTT2IaMmbEQ { width:32.0625rem;height:4.5rem;top:7.4375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LZvBHcGvQ50Gg8sTHpnu6ATwskTMTRJe { width:31.1875rem;height:2.798825rem;top:8.3125rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uTGswtRK3CurRn6duQVH8bHGE7QV3vT9 { display:block; }#uTGswtRK3CurRn6duQVH8bHGE7QV3vT9 > .row .container { width:47.75rem;height:12.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #RTcIERzswEoQZ3ndgOhsEcaIGATT6feG { width:32.0625rem;height:4.5rem;top:0.5625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rsTGJy9D50zJ6C5s18kbcWzePxt0oUpJ { width:31.1875rem;height:2.798825rem;top:1.4375rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hGFSXEhMWTkdUpL9GECbBFIekJAFSEFI { width:0.6875rem;height:4.5rem;top:0.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TXfG7dyqRxI5RNrcgTfNrTKlBOvzmnFz { width:0.6875rem;height:4.5rem;top:6.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LrbpNfMHNqUxQslHXI7Tqhn8BRfc1Occ { width:32.0625rem;height:4.5rem;top:6.1875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rAEkZdlOarZQETFHumuTr6FH1XyVGa5v { width:31.1875rem;height:1.3994125rem;top:7.73828125rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kPKeesyh2iyPx9cufwueTZpqf5D2TCrk { display:block; }#kPKeesyh2iyPx9cufwueTZpqf5D2TCrk > .row .container { width:47.75rem;height:6.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #cy5tW1e4TzFZmTalLDfyfuqatXo9haOU { width:32.0625rem;height:4.5rem;top:0.5625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KIeFzVItp59keP3o65UQgFyvEDebefQA { width:31.1875rem;height:2.798825rem;top:1.4375rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Un5wfCbd7tT8i83uCa186TNIiKsxnVUX { width:0.6875rem;height:4.5rem;top:0.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xETLNZWMACfZnqpVz0MUlH0zODFNRpcC { display:block; }#xETLNZWMACfZnqpVz0MUlH0zODFNRpcC > .row .container { width:47.75rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Kwl21SIrdgZb78RokbFPF8lGwouMpqgD { width:44.9375rem;height:1.13671875rem;top:1.5625rem;left:1.40625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ifDSFOr9ZwvMM2BCt50Voyqy5pLZsfeS { width:21.25rem;height:4rem;top:4.4375rem;left:13.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UAquKt9qE0ToOnKsPGOEGZTazbaJSa8N { display:block; }
 }@media only screen and (max-width: 1199px) { #woTWnp1NSslA2GXq1i6mnPPqRCQ5laui { width:1.25rem;height:1.25rem;top:27.9375rem;left:36.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #AWsRQVfOsLshTvtX7phZRTT1sbIxP4pf { display:block; }#AWsRQVfOsLshTvtX7phZRTT1sbIxP4pf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #XcDAvw5nNF3oaxF7XvK2iyNmx6Nb99mp { width:47.5rem;height:18.875rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #COqyQEnXnxAOC4c1aP9nNOB37sdKxTXC { width:12.6875rem;height:14.6875rem;top:3.90625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M8p8x6ogUcFAEfRgbHGkC0vfsS9vMAdR { width:32.625rem;height:4.548825rem;top:3.125rem;left:14rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eBpgf5rqWolVRGnJBg1n5W4iH7p9g1Ko { width:33.75rem;height:2.798825rem;top:8.25rem;left:14rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MvLLWUPCFIvqLEPQTDP5UbfwNc5qkh4A { width:21.25rem;height:4rem;top:15.6875rem;left:14rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IHghDh2hby1ShVLXZol9ThGht0IGSdLe { display:block; }
 }@media only screen and (max-width: 1199px) { #C1HZgH9gl0z6UHtDKDTCk2qqAgiP3ITU { width:1.25rem;height:1.25rem;top:27.9375rem;left:36.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #fmALPUboJMsXTgtr0tXLTEW4l8Pb9QCw { display:block; }#fmALPUboJMsXTgtr0tXLTEW4l8Pb9QCw > .row .container { width:47.75rem;height:29.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #C5mLl0hT8DGwEP7aPGWKUCG9MB0T5wGN { width:22.75rem;height:8rem;top:1.375rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XBnGGP06xO6y6vM4WcD0vd5brmFFxUGC { width:2.75rem;height:2.75rem;top:2.1875rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fUL3yFg8pUW1fzAAIqCwzFHOR3Fr5Q6d { width:15.375rem;height:1.29980625rem;top:2.25rem;left:17.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DdzOuTVKOEbB3zmOgwLlLCmiZ9Cx5Jpd { width:16.625rem;height:5.19921875rem;top:4.125rem;left:17.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pBn0peKleAaJfqZffRkxlgKTbDAmHzSH { width:22.75rem;height:8rem;top:10.75rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ndeh4EEau7EygWq1rW4abs3LQaB6if0F { width:16.625rem;height:3.8994125rem;top:13.5rem;left:17.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Sd1QbTbNN0Q3xF0mWWHBNFLCiQ4ZnImk { width:15.375rem;height:1.29980625rem;top:11.625rem;left:17.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yyqoJxguykZUGZP4amy1zE5aBFgyloFq { width:2.75rem;height:2.75rem;top:11.5625rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XUo1MZJ3rC7r3en6AeiE1ruzexsGoLOX { width:22.75rem;height:8rem;top:19.6875rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qomzrOSF9aUcxadUvueRHbuJbElGh1Ik { width:16.625rem;height:3.8994125rem;top:22.224609375rem;left:17.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KscBAIRWO9tMID3vdgglsmQHVZN5z5t2 { width:2.75rem;height:2.75rem;top:20.5rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Fs8l2kUPQczkSIafNNVOO3uWWEpFd1lm { width:17.375rem;height:1.29980625rem;top:20.5625rem;left:17.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S9GfErtNvL7raWUA3e5ifTfWSVungFxG { display:block; }#S9GfErtNvL7raWUA3e5ifTfWSVungFxG > .row .container { width:47.75rem;height:33.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TVbTa9yQHxxHIsMWDTTBnFoWoRTDh6vs { width:44.9375rem;height:4.875rem;top:1.5rem;left:1.40625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g7sUKzhTO9TyZa4JoUK5TSFPDTkVtlgt { width:47.75rem;height:19.063456632653rem;top:8.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sqXs66NyNXopdkvbAErrBiKym0O7S3od { width:21.25rem;height:4rem;top:27.125rem;left:13.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gF98ww0baUeUFZhJQPwC8cfWuXJ2d1Ac { display:block; }
 }@media only screen and (max-width: 1199px) { #g92ChtBv1FzT95sMeWTgMMXrTyt3vVHI { width:1.25rem;height:1.25rem;top:27.9375rem;left:36.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #zDgho5ckTmT9m8Zqa7wTGNVwAnTSXUCH { display:block; }#zDgho5ckTmT9m8Zqa7wTGNVwAnTSXUCH > .row .container { width:47.75rem;height:39.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ECmlM0qSU94WH6h6yHmd4n6fAXiKkFTx { width:38.875rem;height:28.0625rem;top:5.5rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aAURydyhKqx0mUwwUUINdXaIQVLOnDL2 { width:42.3125rem;height:36rem;top:1.25rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BTCPBVZuBT1bzGPH9Z5EMI3Dv99yT3ED { width:47.75rem;height:2.11230625rem;top:2.4375rem;left:0rem;font-size:1.625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb { display:block; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container { width:47.75rem;height:13.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #rZH3BGAdZspSgMmha7CpGTn3gqlk2fUZ { width:10.6875rem;height:2.1875rem;top:1.65625rem;left:18.53125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IcIWgMeT8GANosXeELFB2GgTrFGwq3fm { width:47.75rem;height:5.847675rem;top:5.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS { background-color:#ffffff;background-image:none;display:block; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { background-color: transparent; background-image: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .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); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { width:20rem;height:49.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #arIoQT9Xv2G2EM65EFdZ6gqRSOqqn2Qm { width:18.9980625rem;height:3.75rem;top:44.8876875rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVhCZF6bbzqhhCXqDHdNHySehxih5LmF { display:block; }
 }@media only screen and (max-width: 763px) { #KouSUgzKfMTcvmzsX1B9AeVC8FCZTBxF { width:0.9375rem;height:0.9375rem;top:29.22363125rem;left:19.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cTJXE0QWufMJXxN6mo4tFulCTVaVRrDV { width:14.75rem;height:3rem;top:1.25rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fL9v8r90N2MCC8BA5FUigd93qQdVI6qi { width:20rem;height:10.3984375rem;top:5.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QbkIeNI667Pi4D49rlQ9HAe0zQgA2PVz { width:20rem;height:13.489583333333rem;top:17.1484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7TMFsNO0kzJTO1tvXdVTx5Jc7bTWCCk { width:11.75rem;height:11.75rem;top:31.8876875rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTdtMmLAkZIPVSombNos4mbKCM8TAgdn { width:8.3125rem;height:8rem;top:33.8251875rem;left:5.84375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImBfpHuM19KS41x1EEtui3HT4N9vHmDs { display:block; }#ImBfpHuM19KS41x1EEtui3HT4N9vHmDs > .row .container { width:20rem;height:17.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sn2ZE3fvl1mr7LdIk6Ow2KKilnILLdGF { width:20rem;height:13.994125rem;top:1.9404296875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vkVxDHQ6Gk8Uak1ODFlq3AxoLhqIQZaz { display:block; }#vkVxDHQ6Gk8Uak1ODFlq3AxoLhqIQZaz > .row .container { width:20rem;height:5.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aTAgAunOzePIiW5b3dQfgzgTcF3HURcG { width:20rem;height:1.94921875rem;top:1.650390625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWpTQJgdeZBwzwVsAbrcfV6SdVuGEnpw { display:block; }#kWpTQJgdeZBwzwVsAbrcfV6SdVuGEnpw > .row .container { width:20rem;height:32.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R12k5CUcb3TiU29UmhQAfZ2LHqmGD6tr { width:20rem;height:8.9375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzZuQMPTDKFlyFa2TIiZo6zryrhieZr5 { width:3.75rem;height:3.75rem;top:2.0625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1FNR0ZBVBMxdpSKeBACLOR0UV8U2G3I { width:13.4375rem;height:1.29980625rem;top:2.0625rem;left:4.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRLO8U6Gwl0e7hq3dI94BV5Z8qKf8W9l { width:14rem;height:5.19921875rem;top:3.962890625rem;left:4.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwipVkTVi29LL6VvEsTsoTRslVbPFJbe { width:20rem;height:8rem;top:11.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZQ1mSd9PO0AkraIK03dyQXs7mvSBtVx { width:14.4375rem;height:3.8994125rem;top:14.1875rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLppifX0AKCoVGs4XGFuKCFOMSQW5n3i { width:14.625rem;height:1.29980625rem;top:12.3125rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItiCHZymbACs4rB2EmShP5pF2ChhEnrd { width:3.75rem;height:3.75rem;top:12.25rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAVsiDk8R7DvUO5ousQamV2tqESWN6yb { width:20rem;height:10.125rem;top:20.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iV9RSC7rEofRqC6toWfo66kJrmvsp3om { width:13.375rem;height:5.19921875rem;top:24.73828125rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LS27TmDZWFpFo6R3rCyDnncriDZPCWkS { width:3.75rem;height:3.75rem;top:21.5rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIR0kMGDr20cU6F816OLHNvtPhivcEiH { width:12.625rem;height:2.5996125rem;top:21.5rem;left:4.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXbNehXfEIIKGV9fVikk7l9L9lgI0GNB { display:block; }#HXbNehXfEIIKGV9fVikk7l9L9lgI0GNB > .row .container { width:20rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTvnK8eANJBZIFza7WJzL9yTMiBIdCfm { width:20rem;height:3.8984375rem;top:0.82421875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGv9q6JrtcZAtONX1m80b1qWbnSSpG6e { display:block; }#CGv9q6JrtcZAtONX1m80b1qWbnSSpG6e > .row .container { width:20rem;height:18.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R6PCcigzMnlgNPybgJcEmTwQSf4KF6IT { width:17.625rem;height:6.8125rem;top:1rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVKfFqzhu5Bur6295ranO991nLcBoy5Z { width:15.625rem;height:5.59765625rem;top:1.4375rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #op8nmR754kASmkg1LscrBO5LcEhhX53A { width:0.6875rem;height:6.8125rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9VqkGqbRvbPKJ9UDhFsxtDX30K4eQW9 { width:0.6875rem;height:6.8125rem;top:9.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJIFAfQMptKWK6a7ioURJPTT2IaMmbEQ { width:17.625rem;height:6.8125rem;top:9.25rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZvBHcGvQ50Gg8sTHpnu6ATwskTMTRJe { width:16.75rem;height:5.59765625rem;top:9.857421875rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTGswtRK3CurRn6duQVH8bHGE7QV3vT9 { display:block; }#uTGswtRK3CurRn6duQVH8bHGE7QV3vT9 > .row .container { width:20rem;height:18.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RTcIERzswEoQZ3ndgOhsEcaIGATT6feG { width:17.625rem;height:6.8125rem;top:1rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsTGJy9D50zJ6C5s18kbcWzePxt0oUpJ { width:15.625rem;height:5.59765625rem;top:1.4375rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGFSXEhMWTkdUpL9GECbBFIekJAFSEFI { width:0.6875rem;height:6.8125rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXfG7dyqRxI5RNrcgTfNrTKlBOvzmnFz { width:0.6875rem;height:6.8125rem;top:9.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrbpNfMHNqUxQslHXI7Tqhn8BRfc1Occ { width:17.625rem;height:6.8125rem;top:9.25rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAEkZdlOarZQETFHumuTr6FH1XyVGa5v { width:16.75rem;height:2.798825rem;top:11.255859375rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPKeesyh2iyPx9cufwueTZpqf5D2TCrk { display:block; }#kPKeesyh2iyPx9cufwueTZpqf5D2TCrk > .row .container { width:20rem;height:8.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cy5tW1e4TzFZmTalLDfyfuqatXo9haOU { width:17.625rem;height:6.8125rem;top:1rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIeFzVItp59keP3o65UQgFyvEDebefQA { width:15.625rem;height:4.19824375rem;top:2.212890625rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Un5wfCbd7tT8i83uCa186TNIiKsxnVUX { width:0.6875rem;height:6.8125rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xETLNZWMACfZnqpVz0MUlH0zODFNRpcC { display:block; }#xETLNZWMACfZnqpVz0MUlH0zODFNRpcC > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kwl21SIrdgZb78RokbFPF8lGwouMpqgD { width:20rem;height:2.2734375rem;top:1.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifDSFOr9ZwvMM2BCt50Voyqy5pLZsfeS { width:19rem;height:4rem;top:4.7734375rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAquKt9qE0ToOnKsPGOEGZTazbaJSa8N { display:block; }
 }@media only screen and (max-width: 763px) { #woTWnp1NSslA2GXq1i6mnPPqRCQ5laui { width:1.375rem;height:1.375rem;top:5.6875rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AWsRQVfOsLshTvtX7phZRTT1sbIxP4pf { display:block; }#AWsRQVfOsLshTvtX7phZRTT1sbIxP4pf > .row .container { width:20rem;height:37.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XcDAvw5nNF3oaxF7XvK2iyNmx6Nb99mp { width:19.75rem;height:34.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #COqyQEnXnxAOC4c1aP9nNOB37sdKxTXC { width:12.6875rem;height:14.6875rem;top:14.65625rem;left:3.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8p8x6ogUcFAEfRgbHGkC0vfsS9vMAdR { width:18.75rem;height:6.09375rem;top:2.6875rem;left:0.625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eBpgf5rqWolVRGnJBg1n5W4iH7p9g1Ko { width:18.5625rem;height:5.59765625rem;top:9.12109375rem;left:0.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvLLWUPCFIvqLEPQTDP5UbfwNc5qkh4A { width:19.1875rem;height:4rem;top:29.875rem;left:0.40625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHghDh2hby1ShVLXZol9ThGht0IGSdLe { display:block; }
 }@media only screen and (max-width: 763px) { #C1HZgH9gl0z6UHtDKDTCk2qqAgiP3ITU { width:1.375rem;height:1.375rem;top:16.75rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fmALPUboJMsXTgtr0tXLTEW4l8Pb9QCw { display:block; }#fmALPUboJMsXTgtr0tXLTEW4l8Pb9QCw > .row .container { width:20rem;height:32.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C5mLl0hT8DGwEP7aPGWKUCG9MB0T5wGN { width:20rem;height:8.9375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBnGGP06xO6y6vM4WcD0vd5brmFFxUGC { width:2.75rem;height:2.75rem;top:2.0625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUL3yFg8pUW1fzAAIqCwzFHOR3Fr5Q6d { width:13.4375rem;height:2.5996125rem;top:2.0625rem;left:4.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdzOuTVKOEbB3zmOgwLlLCmiZ9Cx5Jpd { width:14rem;height:5.19921875rem;top:4.92578125rem;left:4.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBn0peKleAaJfqZffRkxlgKTbDAmHzSH { width:20rem;height:8rem;top:11.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndeh4EEau7EygWq1rW4abs3LQaB6if0F { width:14.4375rem;height:3.8994125rem;top:14.1875rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sd1QbTbNN0Q3xF0mWWHBNFLCiQ4ZnImk { width:14.625rem;height:1.29980625rem;top:12.3125rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyqoJxguykZUGZP4amy1zE5aBFgyloFq { width:2.75rem;height:2.75rem;top:12.25rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUo1MZJ3rC7r3en6AeiE1ruzexsGoLOX { width:20rem;height:10.125rem;top:20.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qomzrOSF9aUcxadUvueRHbuJbElGh1Ik { width:13.375rem;height:5.19921875rem;top:24.73828125rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KscBAIRWO9tMID3vdgglsmQHVZN5z5t2 { width:2.75rem;height:2.75rem;top:21.5rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fs8l2kUPQczkSIafNNVOO3uWWEpFd1lm { width:12.625rem;height:2.5996125rem;top:21.5rem;left:4.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9GfErtNvL7raWUA3e5ifTfWSVungFxG { display:block; }#S9GfErtNvL7raWUA3e5ifTfWSVungFxG > .row .container { width:20rem;height:27.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TVbTa9yQHxxHIsMWDTTBnFoWoRTDh6vs { width:20rem;height:9.75rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7sUKzhTO9TyZa4JoUK5TSFPDTkVtlgt { width:20rem;height:7.984693877551rem;top:13rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqXs66NyNXopdkvbAErrBiKym0O7S3od { width:19rem;height:4rem;top:22.234375rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gF98ww0baUeUFZhJQPwC8cfWuXJ2d1Ac { display:block; }
 }@media only screen and (max-width: 763px) { #g92ChtBv1FzT95sMeWTgMMXrTyt3vVHI { width:1.375rem;height:1.375rem;top:30.1875rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zDgho5ckTmT9m8Zqa7wTGNVwAnTSXUCH { display:block; }#zDgho5ckTmT9m8Zqa7wTGNVwAnTSXUCH > .row .container { width:20rem;height:46.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ECmlM0qSU94WH6h6yHmd4n6fAXiKkFTx { width:18.75rem;height:32.0625rem;top:4.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAURydyhKqx0mUwwUUINdXaIQVLOnDL2 { width:20rem;height:43.625rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTCPBVZuBT1bzGPH9Z5EMI3Dv99yT3ED { width:20rem;height:2.11230625rem;top:1.75rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb { display:block; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rZH3BGAdZspSgMmha7CpGTn3gqlk2fUZ { width:10.686875rem;height:2.1875rem;top:1.3107681274414rem;left:4.6560333371163rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcIWgMeT8GANosXeELFB2GgTrFGwq3fm { width:20rem;height:10.72070625rem;top:4.4835052490234rem;left:0rem;font-size:0.75rem;display:block; }
 }