.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:255,249,227;--color-primary-1:255,229,143;--color-primary-2:255,211,69;--color-primary-3:252,110,3;--color-primary-4:255,94,0;--color-secondary-0:204,235,253;--color-secondary-1:103,254,255;--color-secondary-2:1,254,255;--color-secondary-3:0,63,249;--color-secondary-4:0,19,75;--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:"Archivo";--paragraphs-font-family:"Archivo"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zr5cur5Ic9WiiCJT0UVBUkxcg50NsEhM { 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; }#Zr5cur5Ic9WiiCJT0UVBUkxcg50NsEhM > .row .container { background-color: transparent; background-image: none; }#Zr5cur5Ic9WiiCJT0UVBUkxcg50NsEhM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zr5cur5Ic9WiiCJT0UVBUkxcg50NsEhM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zr5cur5Ic9WiiCJT0UVBUkxcg50NsEhM > .row .container > .video-iframe-container { display: none; }#Zr5cur5Ic9WiiCJT0UVBUkxcg50NsEhM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zr5cur5Ic9WiiCJT0UVBUkxcg50NsEhM > .row > .video-iframe-container { display: none; }#Zr5cur5Ic9WiiCJT0UVBUkxcg50NsEhM > .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); }#Zr5cur5Ic9WiiCJT0UVBUkxcg50NsEhM > .row .container { border-width: 0; border-radius: 0; }#Zr5cur5Ic9WiiCJT0UVBUkxcg50NsEhM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zr5cur5Ic9WiiCJT0UVBUkxcg50NsEhM > .row .container { font-size:0.875rem;font-family:arial;height:16.5625rem;width:75rem;position:relative;display:block; }#rnxKP00LSvk152uiwetigHTcdxlKmRfv { display:block;width:50.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15067;line-height:1.3;letter-spacing:0;top:10.65625rem;left:12.09375rem;height:3.25rem;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;color:#111111;font-style:normal;display:block; }
#eMQEFxCyIzq8Nb272grvPOhxri8oE9Br { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.3125rem;width:9.5rem;top:1.0625rem;left:32.75rem;overflow:hidden;display:block; }
#McDhUbCDkQqZtUGFccnxT5UpTaOeXRem { display:block;width:50.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15067;line-height:1.3;letter-spacing:0;top:10.65625rem;left:12.09375rem;height:3.25rem;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;color:#111111;font-style:normal;display:none; }
#FkhdynxM7xnvN5QfCWPwi0lpwl9d6iFq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FkhdynxM7xnvN5QfCWPwi0lpwl9d6iFq > .row .container { background-color: transparent; background-image: none; }#FkhdynxM7xnvN5QfCWPwi0lpwl9d6iFq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FkhdynxM7xnvN5QfCWPwi0lpwl9d6iFq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FkhdynxM7xnvN5QfCWPwi0lpwl9d6iFq > .row .container > .video-iframe-container { display: none; }#FkhdynxM7xnvN5QfCWPwi0lpwl9d6iFq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FkhdynxM7xnvN5QfCWPwi0lpwl9d6iFq > .row > .video-iframe-container { display: none; }#FkhdynxM7xnvN5QfCWPwi0lpwl9d6iFq > .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); }#FkhdynxM7xnvN5QfCWPwi0lpwl9d6iFq > .row .container { border-width: 0; border-radius: 0; }#FkhdynxM7xnvN5QfCWPwi0lpwl9d6iFq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FkhdynxM7xnvN5QfCWPwi0lpwl9d6iFq > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:75rem;position:relative;display:block; }#aEVLpvgQGUsTiQ9tHJWM2CxktB5ffytu { color:#111111;display:block;width:69.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15068;line-height:1.3;letter-spacing:0;top:2.1875rem;left:2.6875rem;height:4.5rem;font-style:normal;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; }
#dFGX3gn8bgH1WA8zWPzfJyWadmKTOHPl { box-sizing:content-box;height:0.75rem;width:42.875rem;position:absolute;display:block;z-index:15062;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;top:3.3125rem;left:9.71875rem;display:block; }
#ASVPb0KoZLKso5kezn8xOKkwhIUzSLmQ { position:absolute;display:block;z-index:15067;border-top:0.1875rem solid #00134b;border-left:0.1875rem solid #00134b;border-right:0.1875rem solid #00134b;border-bottom:0.1875rem solid #00134b;box-shadow: none;height:24.0625rem;width:43.4375rem;top:8.625rem;left:15.59375rem;display:block; }
#MpgZpOirLw8bhCdvaklvRoKZWSOLJ999 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ccebfd;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; }#MpgZpOirLw8bhCdvaklvRoKZWSOLJ999 > .row .container { background-color: transparent; background-image: none; }#MpgZpOirLw8bhCdvaklvRoKZWSOLJ999::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MpgZpOirLw8bhCdvaklvRoKZWSOLJ999 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MpgZpOirLw8bhCdvaklvRoKZWSOLJ999 > .row .container > .video-iframe-container { display: none; }#MpgZpOirLw8bhCdvaklvRoKZWSOLJ999 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MpgZpOirLw8bhCdvaklvRoKZWSOLJ999 > .row > .video-iframe-container { display: none; }#MpgZpOirLw8bhCdvaklvRoKZWSOLJ999 > .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); }#MpgZpOirLw8bhCdvaklvRoKZWSOLJ999 > .row .container { border-width: 0; border-radius: 0; }#MpgZpOirLw8bhCdvaklvRoKZWSOLJ999 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MpgZpOirLw8bhCdvaklvRoKZWSOLJ999 > .row .container { font-size:0.875rem;font-family:arial;height:9.5rem;width:75rem;position:relative;display:block; }#TIVaZoqXr598IkuzWgpU6pel6b4BTK6s { color:#111111;display:block;width:66.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15064;line-height:1.3;letter-spacing:0;top:5.25rem;left:4.125rem;height:2.875rem;font-style:normal;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; }
#gxRXkQDDchfGZAydfgP3563XktaQyKMv { box-sizing:content-box;height:0.75rem;width:24.3125rem;position:absolute;display:block;z-index:15061;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;top:12.375rem;left:34.875rem;display:none; }
#yg6b02XEabTwwa1dVn9Caq7VPplGqV46 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ccebfd;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; }#yg6b02XEabTwwa1dVn9Caq7VPplGqV46 > .row .container { background-color: transparent; background-image: none; }#yg6b02XEabTwwa1dVn9Caq7VPplGqV46::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yg6b02XEabTwwa1dVn9Caq7VPplGqV46 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yg6b02XEabTwwa1dVn9Caq7VPplGqV46 > .row .container > .video-iframe-container { display: none; }#yg6b02XEabTwwa1dVn9Caq7VPplGqV46 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yg6b02XEabTwwa1dVn9Caq7VPplGqV46 > .row > .video-iframe-container { display: none; }#yg6b02XEabTwwa1dVn9Caq7VPplGqV46 > .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); }#yg6b02XEabTwwa1dVn9Caq7VPplGqV46 > .row .container { border-width: 0; border-radius: 0; }#yg6b02XEabTwwa1dVn9Caq7VPplGqV46 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yg6b02XEabTwwa1dVn9Caq7VPplGqV46 > .row .container { font-size:0.875rem;font-family:arial;height:23.6875rem;width:75rem;position:relative;display:block; }#Ed4fgftPtMvpzFyhu3ursLIBCI3PLBOq { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;height:17.8125rem;width:24.375rem;top:2.75rem;left:0rem;display:block; }
#zOldh1ommGblOTtcpslG73RFhIIKIqgM { color:#080909;display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:13.21875rem;left:2.125rem;height:2rem;display:block; }
#PX6xlUIAen1pT4RwkGf3A4b5kL2LN1JW { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;height:17.8125rem;width:24.375rem;top:2.75rem;left:25.3125rem;display:block; }
#n3HExexqQVUcOaFdn9QGSQlycJ7x2ef7 { color:#080909;display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:12.8125rem;left:28.125rem;height:2rem;display:block; }
#xMhzZ9Fm29DKL2Si062JqB6nUulqAkAz { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;height:17.9375rem;width:24.375rem;top:2.75rem;left:50.625rem;display:block; }
#IlX5CdW7Swdq0edac1eUen2rMIGZDJp0 { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:5.90625rem;left:2.125rem;overflow:hidden;display:none; }
#xpM9gnRpSHrouGU0QsxB9ynEnLixcOHr { color:#080909;display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:12.8125rem;left:52.0625rem;height:6rem;display:block; }
#pgUckZ2BrtqWky4BukobZ4LnL3Cm9w74 { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.80859375rem;width:8.80859375rem;top:13.21875rem;left:66.19140625rem;overflow:hidden;display:block; }
#SaIw7tleiQ51A3ps6VCoUKHqhFbCDR6X { background-color:transparent;background-image: -webkit-linear-gradient(50deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(50deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(50deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(50deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(50deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#f5f5f5;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.875rem;height:2.8125rem;text-decoration:none;z-index:15068;text-align:center;text-align-last:center;top:16.216796875rem;left:2.125rem;display:block; }
#LiI1gLgzHxMbsivBmGnvscLONqAviAXd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OsAqcNTm6O5i1CdpRdXNukigOp6R3qLb { background-color:transparent;background-image: -webkit-linear-gradient(50deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(50deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(50deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(50deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(50deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#f5f5f5;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.875rem;height:2.8125rem;text-decoration:none;z-index:15069;text-align:center;text-align-last:center;top:16.216796875rem;left:28.125rem;display:block; }
#m3CTQLbW3udJgD9qlS48RSfeDxUBckN0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MlvHgluecq3pm8w4bSozm146BXPIVT2i { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15072;opacity:1;top:6.625rem;left:2.84375rem; }
#mI2yXffZLhKffbmoDhSmPdgMnLw5LDSL { box-sizing:content-box;height:5.1875rem;width:5.1875rem;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:15071;background-color:transparent;background-image: -webkit-linear-gradient(125deg, #ffd345, #fc6e03);background-image: -moz-linear-gradient(125deg, #ffd345, #fc6e03);background-image: -ms-linear-gradient(125deg, #ffd345, #fc6e03);background-image: -o-linear-gradient(125deg, #ffd345, #fc6e03);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd345', endColorstr='#fc6e03' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd345', endColorstr='#fc6e03' );";background-image: linear-gradient(125deg, #ffd345, #fc6e03);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.8125rem;left:2.03125rem;display:block; }
#IRXoEwX8XP40hJXbrXtZmlWu7nVutK7x { box-sizing:content-box;height:5.1875rem;width:5.1875rem;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:15073;background-color:transparent;background-image: -webkit-linear-gradient(125deg, #fc6e03, #fc6e03);background-image: -moz-linear-gradient(125deg, #fc6e03, #fc6e03);background-image: -ms-linear-gradient(125deg, #fc6e03, #fc6e03);background-image: -o-linear-gradient(125deg, #fc6e03, #fc6e03);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc6e03', endColorstr='#fc6e03' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc6e03', endColorstr='#fc6e03' );";background-image: linear-gradient(125deg, #fc6e03, #fc6e03);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.8125rem;left:28.125rem;display:block; }
#x97uATx4ZeB2eQTIISIBcGF1difsSaqS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15074;opacity:1;top:6.625rem;left:28.9375rem; }
#k88aWkUHEXmxeW0TK6V2EP7XUqMSKkA4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15076;opacity:1;top:6.84375rem;left:53.09375rem; }
#Ltn5egLuk42duthTZ1TQ7qCDfuu3S6pG { box-sizing:content-box;height:5.1875rem;width:5.1875rem;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:15075;background-color:#00134b;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.9375rem;left:52.0625rem;display:block; }
#fVwP6vSIfeMb9GuID5HKAM3h0adBX9ud { 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; }#fVwP6vSIfeMb9GuID5HKAM3h0adBX9ud > .row .container { background-color: transparent; background-image: none; }#fVwP6vSIfeMb9GuID5HKAM3h0adBX9ud::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fVwP6vSIfeMb9GuID5HKAM3h0adBX9ud > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fVwP6vSIfeMb9GuID5HKAM3h0adBX9ud > .row .container > .video-iframe-container { display: none; }#fVwP6vSIfeMb9GuID5HKAM3h0adBX9ud > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fVwP6vSIfeMb9GuID5HKAM3h0adBX9ud > .row > .video-iframe-container { display: none; }#fVwP6vSIfeMb9GuID5HKAM3h0adBX9ud > .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); }#fVwP6vSIfeMb9GuID5HKAM3h0adBX9ud > .row .container { border-width: 0; border-radius: 0; }#fVwP6vSIfeMb9GuID5HKAM3h0adBX9ud > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fVwP6vSIfeMb9GuID5HKAM3h0adBX9ud > .row .container { font-size:0.875rem;font-family:arial;height:30.5625rem;width:75rem;position:relative;display:block; }#s1siCthvQfV9p2P133Ch2vWrCO320SoO { color:#111111;display:block;width:56.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:11.5rem;left:9.4375rem;height:6.75rem;font-style:normal;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; }
#a7DMTmL31E9WCZUGdNQSDJHahtcShAST { box-sizing:content-box;height:1.5rem;width:56rem;position:absolute;display:block;z-index:15062;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;top:16.8125rem;left:9.5rem;display:block; }
#t2Ggm8AWwbkbvyW2LI9IuDpeyOaRJLoT { display:block;width:51.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4.9375rem;left:11.75rem;height:4rem;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;color:#111111;font-style:normal;display:block; }
#rftid3FDKhSPZr2Vq9WtvoV4xvnsb7MZ { display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:20.1875rem;left:7.5rem;height:5.4375rem;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;color:#111111;font-style:normal;display:block; }
#spcHISCtiE3vbGsVrl5Fp5WkZ90sO4Qy { position:absolute;display:block;z-index:15063;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.810546875rem;width:8.810546875rem;top:26.7900390625rem;left:65.625rem;overflow:hidden;display:block; }
#lrLB04Sd947RPmTrHt1h667FylBIptvZ { 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; }#lrLB04Sd947RPmTrHt1h667FylBIptvZ > .row .container { background-color: transparent; background-image: none; }#lrLB04Sd947RPmTrHt1h667FylBIptvZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lrLB04Sd947RPmTrHt1h667FylBIptvZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lrLB04Sd947RPmTrHt1h667FylBIptvZ > .row .container > .video-iframe-container { display: none; }#lrLB04Sd947RPmTrHt1h667FylBIptvZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lrLB04Sd947RPmTrHt1h667FylBIptvZ > .row > .video-iframe-container { display: none; }#lrLB04Sd947RPmTrHt1h667FylBIptvZ > .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); }#lrLB04Sd947RPmTrHt1h667FylBIptvZ > .row .container { border-width: 0; border-radius: 0; }#lrLB04Sd947RPmTrHt1h667FylBIptvZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lrLB04Sd947RPmTrHt1h667FylBIptvZ > .row .container { font-size:0.875rem;font-family:arial;height:27.5rem;width:75rem;position:relative;display:block; }#vkKPmGOkBR18kEtvTIlXoB7ShObZ8blV { display:block;width:33.311625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:5.125rem;left:0rem;height:2.0625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#111111;font-style:normal;display:block; }
#A2FloQI76gI23oIyJwgSZl6I4zCTRoTt { display:block;width:30.3125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:28.125rem;left:37.5rem;height:5.84765625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#111111;font-style:normal;display:none; }
#Po8TeoAci5qMTTwUai3GU1rEV7vGxWVC { color:#080909;display:block;width:29.1875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:11rem;left:40.25rem;height:5.5234375rem;display:none; }
#buTvDDSNwF7aKnQ3G9f6pXQkv7bLRLbf { color:rgba(var(--color-tertiary-4),1);display:block;width:36.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:8.5625rem;left:0rem;height:8.4375rem;display:block; }
#hM3UeCRx1l6Ig0rXTDpZlWfxJk0an2zo { box-sizing:content-box;height:0.75rem;width:22.8125rem;position:absolute;display:block;z-index:15062;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;top:6.1875rem;left:26.15625rem;display:none; }
#KL1P3rEp5bBVPlKrfuFXvFyhIdQXFWNx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),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; }#KL1P3rEp5bBVPlKrfuFXvFyhIdQXFWNx > .row .container { background-color: transparent; background-image: none; }#KL1P3rEp5bBVPlKrfuFXvFyhIdQXFWNx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KL1P3rEp5bBVPlKrfuFXvFyhIdQXFWNx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KL1P3rEp5bBVPlKrfuFXvFyhIdQXFWNx > .row .container > .video-iframe-container { display: none; }#KL1P3rEp5bBVPlKrfuFXvFyhIdQXFWNx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KL1P3rEp5bBVPlKrfuFXvFyhIdQXFWNx > .row > .video-iframe-container { display: none; }#KL1P3rEp5bBVPlKrfuFXvFyhIdQXFWNx > .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); }#KL1P3rEp5bBVPlKrfuFXvFyhIdQXFWNx > .row .container { border-width: 0; border-radius: 0; }#KL1P3rEp5bBVPlKrfuFXvFyhIdQXFWNx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KL1P3rEp5bBVPlKrfuFXvFyhIdQXFWNx > .row .container { font-size:0.875rem;font-family:arial;height:48.4375rem;width:75rem;position:relative;display:block; }#TVkqGN9aTy1nJ0WCZCvB7hTcexyWPHCb { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:15.3125rem;top:39.5107421875rem;left:56.751953125rem;overflow:hidden;display:block; }
#vbaTSADVqA1rqXy45Xu4st8TOUq3MnBa { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:13.3125rem;left:0rem; }
#bwismx8t7lCRUGhzUFUlwRhf8iu1Jihr { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15061;line-height:1.3;letter-spacing:0;top:13.3125rem;left:3.875rem;height:2.875rem;display:block; }
#RBzdA8dU77RtAekEmy1RT8X9hTJQzJpr { color:rgba(var(--color-tertiary-0),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:17.6875rem;left:3.875rem;height:2.875rem;display:block; }
#kxMMVBQrUTeHWQJTHnGvEWsAmKMZ2DWS { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15064;opacity:1;top:17.6875rem;left:0rem; }
#molrUoKbEBoRGnG0KhGGCSScgDuDcXK1 { color:rgba(var(--color-tertiary-0),1);display:block;width:26.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:22.0625rem;left:3.875rem;height:4.3125rem;display:block; }
#LbPzsoLSUSIiSPxBIMxV81bTH9QGSw7B { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:22.0625rem;left:0rem; }
#RoCZnfcOWe1nLWmupKLaAsGiwpxnAxU3 { color:rgba(var(--color-tertiary-0),1);display:block;width:33.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:8.75rem;left:0rem;height:2.5625rem;display:block; }
#pfXuoEf8WxTwLIbkTH0cX7hTmWHziMTn { position:absolute;display:block;z-index:15071;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:35.625rem;width:36.0625rem;top:3.40625rem;left:35.5rem;overflow:hidden;display:block; }
#zUFJTbmzTHapTCRzlrVJcZRan7NUg4lh { color:rgba(var(--color-tertiary-0),1);display:block;width:26.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:27.4375rem;left:3.875rem;height:2.875rem;display:block; }
#ARTiIznCPuP0DIaomVTJETpKuVT1yQIM { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15068;opacity:1;top:27.4375rem;left:0rem; }
#BV5JO4ArhuTdgPZMsIqRMFAWzPxRhBqu { 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; }#BV5JO4ArhuTdgPZMsIqRMFAWzPxRhBqu > .row .container { background-color: transparent; background-image: none; }#BV5JO4ArhuTdgPZMsIqRMFAWzPxRhBqu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BV5JO4ArhuTdgPZMsIqRMFAWzPxRhBqu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BV5JO4ArhuTdgPZMsIqRMFAWzPxRhBqu > .row .container > .video-iframe-container { display: none; }#BV5JO4ArhuTdgPZMsIqRMFAWzPxRhBqu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BV5JO4ArhuTdgPZMsIqRMFAWzPxRhBqu > .row > .video-iframe-container { display: none; }#BV5JO4ArhuTdgPZMsIqRMFAWzPxRhBqu > .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); }#BV5JO4ArhuTdgPZMsIqRMFAWzPxRhBqu > .row .container { border-width: 0; border-radius: 0; }#BV5JO4ArhuTdgPZMsIqRMFAWzPxRhBqu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BV5JO4ArhuTdgPZMsIqRMFAWzPxRhBqu > .row .container { font-size:0.875rem;font-family:arial;height:8.9375rem;width:75rem;position:relative;display:block; }#b7omr5PwdTSA9aw6Ag5IUo5OWCogJJE4 { box-sizing:content-box;height:0.75rem;width:22.8125rem;position:absolute;display:block;z-index:15062;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;top:6.1875rem;left:26.15625rem;display:block; }
#IX7sytZ3tUOp5d5uP6V4EpG5pX6lxQqv { color:#111111;display:block;width:23.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:4rem;left:25.625rem;height:3.375rem;font-style:normal;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; }
#qAIJwhvWk2gb6GBvGiJVoBNhzcJlwTnJ { 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; }#qAIJwhvWk2gb6GBvGiJVoBNhzcJlwTnJ > .row .container { background-color: transparent; background-image: none; }#qAIJwhvWk2gb6GBvGiJVoBNhzcJlwTnJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qAIJwhvWk2gb6GBvGiJVoBNhzcJlwTnJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qAIJwhvWk2gb6GBvGiJVoBNhzcJlwTnJ > .row .container > .video-iframe-container { display: none; }#qAIJwhvWk2gb6GBvGiJVoBNhzcJlwTnJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qAIJwhvWk2gb6GBvGiJVoBNhzcJlwTnJ > .row > .video-iframe-container { display: none; }#qAIJwhvWk2gb6GBvGiJVoBNhzcJlwTnJ > .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); }#qAIJwhvWk2gb6GBvGiJVoBNhzcJlwTnJ > .row .container { border-width: 0; border-radius: 0; }#qAIJwhvWk2gb6GBvGiJVoBNhzcJlwTnJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qAIJwhvWk2gb6GBvGiJVoBNhzcJlwTnJ > .row .container { font-size:0.875rem;font-family:arial;height:31.6875rem;width:75rem;position:relative;display:block; }#ctdkS1qaX5I5Sa21vO9mhEqKKTeFLgCC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81196875rem;width:1.81196875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15083;opacity:1;top:3.625rem;left:0rem; }
#GqcCsfmSdMwJETqp69Ku6eVc12J1y3Uf { color:rgba(var(--color-tertiary-4),1);display:block;width:27.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:3.625rem;left:3.375rem;height:3.375rem;display:block; }
#Qa82gS7QG2UQax6KO6xf5RrJ2cbfZWEP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81196875rem;width:1.81196875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15085;opacity:1;top:9.6875rem;left:0rem; }
#uB6vxVxdOKMsotsgC2XzlF0vvMp3ed2H { color:rgba(var(--color-tertiary-4),1);display:block;width:24.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:9.6875rem;left:3.375rem;height:3.375rem;display:block; }
#offg10Hgux0ea4uMmnxR9vV10mTXPKaI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81196875rem;width:1.81196875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15087;opacity:1;top:14.3125rem;left:0rem; }
#UHgucRVdppWgCkA9TdJ2Fwl7QgmJOggi { color:rgba(var(--color-tertiary-4),1);display:block;width:30.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15078;line-height:1.3;letter-spacing:0;top:14.375rem;left:3.4375rem;height:1.6875rem;display:block; }
#CoMQr2WSFq1uQL5Wk9R1GJyrcRQeGtuF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81196875rem;width:1.81196875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15089;opacity:1;top:17.125rem;left:0rem; }
#VwpfDvE8vft1FrkkIlTdqZ2qDal4sXwT { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15080;line-height:1.3;letter-spacing:0;top:17.1875rem;left:3.375rem;height:1.6875rem;display:block; }
#UUoCaieaIS7d4tvITAKOa83i5nTg8Fer { position:absolute;display:block;z-index:15090;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:27.875rem;width:31.9375rem;top:0rem;left:40.249565124512rem;overflow:hidden;display:block; }
#WsCreDTV5zlV5uNt7597v6Qv7ZtEvlQ9 { background-color:transparent;background-image: -webkit-linear-gradient(50deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(50deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(50deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(50deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(50deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#f5f5f5;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.125rem;height:3.4375rem;text-decoration:none;z-index:15068;text-align:center;text-align-last:center;top:22.75rem;left:1.3125rem;display:block; }
#omB9OJdd4t2FKyslNrwgQB0n7ZCQBSZd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KgHweWZ90nE0EG39Txd522ZmGvpXaPm7 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15081;line-height:1.3;letter-spacing:0;top:26.75rem;left:0.9375rem;height:1.1875rem;display:block; }
#mTP4UcVJJLRz8m1axZ5HBh1GLylvwA6e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mTP4UcVJJLRz8m1axZ5HBh1GLylvwA6e > .row .container { background-color: transparent; background-image: none; }#mTP4UcVJJLRz8m1axZ5HBh1GLylvwA6e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mTP4UcVJJLRz8m1axZ5HBh1GLylvwA6e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mTP4UcVJJLRz8m1axZ5HBh1GLylvwA6e > .row .container > .video-iframe-container { display: none; }#mTP4UcVJJLRz8m1axZ5HBh1GLylvwA6e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mTP4UcVJJLRz8m1axZ5HBh1GLylvwA6e > .row > .video-iframe-container { display: none; }#mTP4UcVJJLRz8m1axZ5HBh1GLylvwA6e > .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); }#mTP4UcVJJLRz8m1axZ5HBh1GLylvwA6e > .row .container { border-width: 0; border-radius: 0; }#mTP4UcVJJLRz8m1axZ5HBh1GLylvwA6e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mTP4UcVJJLRz8m1axZ5HBh1GLylvwA6e > .row .container { font-size:0.875rem;font-family:arial;height:15.9375rem;width:75rem;position:relative;display:block; }#l28nndHt6wx1JXKSM4NmKKKAXsukmkWL { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:3.9375rem;left:20.625rem;height:2.5625rem;text-align:center;text-align-last:center;display:block; }
#iTxzJXkirwU8DovZQJckbI6P0Npz0csu { color:rgba(var(--color-tertiary-4),1);display:block;width:66.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15081;line-height:1.3;letter-spacing:0;top:7.6875rem;left:4.375rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#UOQMtEFpnVOZo4asGePvPvhSOuym7s6q { 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; }#UOQMtEFpnVOZo4asGePvPvhSOuym7s6q > .row .container { background-color: transparent; background-image: none; }#UOQMtEFpnVOZo4asGePvPvhSOuym7s6q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UOQMtEFpnVOZo4asGePvPvhSOuym7s6q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UOQMtEFpnVOZo4asGePvPvhSOuym7s6q > .row .container > .video-iframe-container { display: none; }#UOQMtEFpnVOZo4asGePvPvhSOuym7s6q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UOQMtEFpnVOZo4asGePvPvhSOuym7s6q > .row > .video-iframe-container { display: none; }#UOQMtEFpnVOZo4asGePvPvhSOuym7s6q > .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); }#UOQMtEFpnVOZo4asGePvPvhSOuym7s6q > .row .container { border-width: 0; border-radius: 0; }#UOQMtEFpnVOZo4asGePvPvhSOuym7s6q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UOQMtEFpnVOZo4asGePvPvhSOuym7s6q > .row .container { font-size:0.875rem;font-family:arial;height:6.75rem;width:75rem;position:relative;display:block; }#INtPRhiL8lxTbVeT9z0k9FtK3OEvTvqT { color:#080909;display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.70703125rem;left:55.6875rem;height:1.4375rem;display:block; }
#DIZ4x6HsZWo9hG2PHyDakuI157zq1I02 { position:absolute;display:block;z-index:15062;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:13.4375rem;top:0.46875rem;left:2.78125rem;overflow:hidden;display:block; }
#gnxJTmJLPGIg7dQ4U8XV1zJSHZZANt4s { color:#080909;display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.70703125rem;left:55.6875rem;height:1.4375rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Zr5cur5Ic9WiiCJT0UVBUkxcg50NsEhM { display:block; }#Zr5cur5Ic9WiiCJT0UVBUkxcg50NsEhM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rnxKP00LSvk152uiwetigHTcdxlKmRfv { width:19.375rem;height:3.5rem;top:11.625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMQEFxCyIzq8Nb272grvPOhxri8oE9Br { top:1.0625rem;left:19.125rem;width:9.5rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #McDhUbCDkQqZtUGFccnxT5UpTaOeXRem { width:19.375rem;height:3.5rem;top:11.625rem;left:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FkhdynxM7xnvN5QfCWPwi0lpwl9d6iFq { display:block; }#FkhdynxM7xnvN5QfCWPwi0lpwl9d6iFq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aEVLpvgQGUsTiQ9tHJWM2CxktB5ffytu { top:2.1875rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFGX3gn8bgH1WA8zWPzfJyWadmKTOHPl { top:3.3125rem;left:0rem;width:42.875rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASVPb0KoZLKso5kezn8xOKkwhIUzSLmQ { top:8.625rem;left:1.96875rem;width:43.4375rem;height:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpgZpOirLw8bhCdvaklvRoKZWSOLJ999 { display:block; }#MpgZpOirLw8bhCdvaklvRoKZWSOLJ999 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TIVaZoqXr598IkuzWgpU6pel6b4BTK6s { top:5.25rem;left:0rem;width:47.75rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxRXkQDDchfGZAydfgP3563XktaQyKMv { top:12.375rem;left:21.25rem;width:24.3125rem;height:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #yg6b02XEabTwwa1dVn9Caq7VPplGqV46 { display:block; }#yg6b02XEabTwwa1dVn9Caq7VPplGqV46 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ed4fgftPtMvpzFyhu3ursLIBCI3PLBOq { top:2.75rem;left:0rem;width:24.375rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOldh1ommGblOTtcpslG73RFhIIKIqgM { top:13.1875rem;left:0rem;width:19.0625rem;height:2rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PX6xlUIAen1pT4RwkGf3A4b5kL2LN1JW { top:2.75rem;left:7.375rem;width:24.375rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3HExexqQVUcOaFdn9QGSQlycJ7x2ef7 { top:12.8125rem;left:15.875rem;width:13.6875rem;height:2rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMhzZ9Fm29DKL2Si062JqB6nUulqAkAz { top:2.75rem;left:23.25rem;width:24.375rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlX5CdW7Swdq0edac1eUen2rMIGZDJp0 { top:5.875rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpM9gnRpSHrouGU0QsxB9ynEnLixcOHr { top:12.8125rem;left:27.3125rem;width:20.3125rem;height:6rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgUckZ2BrtqWky4BukobZ4LnL3Cm9w74 { top:13.1875rem;left:38.875rem;width:8.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaIw7tleiQ51A3ps6VCoUKHqhFbCDR6X { width:15.875rem;height:2.8125rem;top:16.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiI1gLgzHxMbsivBmGnvscLONqAviAXd { display:block; }
 }@media only screen and (max-width: 763px) { #OsAqcNTm6O5i1CdpRdXNukigOp6R3qLb { width:15.875rem;height:2.8125rem;top:16.1875rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3CTQLbW3udJgD9qlS48RSfeDxUBckN0 { display:block; }
 }@media only screen and (max-width: 763px) { #MlvHgluecq3pm8w4bSozm146BXPIVT2i { top:6.625rem;left:0rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mI2yXffZLhKffbmoDhSmPdgMnLw5LDSL { top:5.8125rem;left:0rem;width:5.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRXoEwX8XP40hJXbrXtZmlWu7nVutK7x { top:5.8125rem;left:15.875rem;width:5.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x97uATx4ZeB2eQTIISIBcGF1difsSaqS { top:6.625rem;left:15.875rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k88aWkUHEXmxeW0TK6V2EP7XUqMSKkA4 { top:6.8125rem;left:31.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ltn5egLuk42duthTZ1TQ7qCDfuu3S6pG { top:5.9375rem;left:31.75rem;width:5.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVwP6vSIfeMb9GuID5HKAM3h0adBX9ud { display:block; }#fVwP6vSIfeMb9GuID5HKAM3h0adBX9ud > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s1siCthvQfV9p2P133Ch2vWrCO320SoO { top:11.5rem;left:0rem;width:47.75rem;height:6.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7DMTmL31E9WCZUGdNQSDJHahtcShAST { top:16.8125rem;left:0rem;width:47.75rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2Ggm8AWwbkbvyW2LI9IuDpeyOaRJLoT { width:19.375rem;height:3.5rem;top:11.625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rftid3FDKhSPZr2Vq9WtvoV4xvnsb7MZ { width:19.375rem;height:3.5rem;top:11.625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #spcHISCtiE3vbGsVrl5Fp5WkZ90sO4Qy { top:26.75rem;left:39rem;width:8.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrLB04Sd947RPmTrHt1h667FylBIptvZ { display:block; }#lrLB04Sd947RPmTrHt1h667FylBIptvZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vkKPmGOkBR18kEtvTIlXoB7ShObZ8blV { width:19.375rem;height:3.5rem;top:11.625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2FloQI76gI23oIyJwgSZl6I4zCTRoTt { width:19.375rem;height:3.5rem;top:11.625rem;left:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Po8TeoAci5qMTTwUai3GU1rEV7vGxWVC { top:7.75rem;left:0rem;width:17.6875rem;height:6.4375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #buTvDDSNwF7aKnQ3G9f6pXQkv7bLRLbf { top:8.5625rem;left:0rem;width:36.375rem;height:8.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hM3UeCRx1l6Ig0rXTDpZlWfxJk0an2zo { top:6.1875rem;left:12.53125rem;width:22.8125rem;height:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #KL1P3rEp5bBVPlKrfuFXvFyhIdQXFWNx { display:block; }#KL1P3rEp5bBVPlKrfuFXvFyhIdQXFWNx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TVkqGN9aTy1nJ0WCZCvB7hTcexyWPHCb { top:39.5rem;left:32.4375rem;width:15.3125rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbaTSADVqA1rqXy45Xu4st8TOUq3MnBa { top:13.3125rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwismx8t7lCRUGhzUFUlwRhf8iu1Jihr { top:13.3125rem;left:0rem;width:20.5625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBzdA8dU77RtAekEmy1RT8X9hTJQzJpr { top:17.6875rem;left:0rem;width:18.6875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxMMVBQrUTeHWQJTHnGvEWsAmKMZ2DWS { top:17.6875rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #molrUoKbEBoRGnG0KhGGCSScgDuDcXK1 { top:22.0625rem;left:0rem;width:26.4375rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbPzsoLSUSIiSPxBIMxV81bTH9QGSw7B { top:22.0625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoCZnfcOWe1nLWmupKLaAsGiwpxnAxU3 { top:8.75rem;left:0rem;width:33.0625rem;height:2.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfXuoEf8WxTwLIbkTH0cX7hTmWHziMTn { top:3.375rem;left:11.6875rem;width:36.0625rem;height:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUFJTbmzTHapTCRzlrVJcZRan7NUg4lh { top:27.4375rem;left:0rem;width:26.4375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARTiIznCPuP0DIaomVTJETpKuVT1yQIM { top:27.4375rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BV5JO4ArhuTdgPZMsIqRMFAWzPxRhBqu { display:block; }#BV5JO4ArhuTdgPZMsIqRMFAWzPxRhBqu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b7omr5PwdTSA9aw6Ag5IUo5OWCogJJE4 { top:6.1875rem;left:12.53125rem;width:22.8125rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IX7sytZ3tUOp5d5uP6V4EpG5pX6lxQqv { top:4rem;left:12rem;width:23.75rem;height:3.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAIJwhvWk2gb6GBvGiJVoBNhzcJlwTnJ { display:block; }#qAIJwhvWk2gb6GBvGiJVoBNhzcJlwTnJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ctdkS1qaX5I5Sa21vO9mhEqKKTeFLgCC { top:3.625rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqcCsfmSdMwJETqp69Ku6eVc12J1y3Uf { top:3.625rem;left:0rem;width:27.125rem;height:5.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qa82gS7QG2UQax6KO6xf5RrJ2cbfZWEP { top:9.6875rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uB6vxVxdOKMsotsgC2XzlF0vvMp3ed2H { top:9.6875rem;left:0rem;width:24.9375rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #offg10Hgux0ea4uMmnxR9vV10mTXPKaI { top:14.3125rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHgucRVdppWgCkA9TdJ2Fwl7QgmJOggi { top:14.375rem;left:0rem;width:30.6875rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoMQr2WSFq1uQL5Wk9R1GJyrcRQeGtuF { top:17.125rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwpfDvE8vft1FrkkIlTdqZ2qDal4sXwT { top:17.1875rem;left:0rem;width:32.0625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUoCaieaIS7d4tvITAKOa83i5nTg8Fer { top:0rem;left:15.75rem;width:31.9375rem;height:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsCreDTV5zlV5uNt7597v6Qv7ZtEvlQ9 { width:29.125rem;height:3.4375rem;top:22.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #omB9OJdd4t2FKyslNrwgQB0n7ZCQBSZd { display:block; }
 }@media only screen and (max-width: 763px) { #KgHweWZ90nE0EG39Txd522ZmGvpXaPm7 { top:26.75rem;left:0rem;width:32.0625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTP4UcVJJLRz8m1axZ5HBh1GLylvwA6e { display:block; }#mTP4UcVJJLRz8m1axZ5HBh1GLylvwA6e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l28nndHt6wx1JXKSM4NmKKKAXsukmkWL { top:3.9375rem;left:7rem;width:33.75rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTxzJXkirwU8DovZQJckbI6P0Npz0csu { top:7.6875rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOQMtEFpnVOZo4asGePvPvhSOuym7s6q { display:block; }#UOQMtEFpnVOZo4asGePvPvhSOuym7s6q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #INtPRhiL8lxTbVeT9z0k9FtK3OEvTvqT { top:1.6875rem;left:35.625rem;width:12.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIZ4x6HsZWo9hG2PHyDakuI157zq1I02 { top:0.4375rem;left:0rem;width:13.4375rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnxJTmJLPGIg7dQ4U8XV1zJSHZZANt4s { top:3.6875rem;left:35.625rem;width:12.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #Zr5cur5Ic9WiiCJT0UVBUkxcg50NsEhM { background-color:#fbfbfb;background-image:none;display:block; }#Zr5cur5Ic9WiiCJT0UVBUkxcg50NsEhM > .row .container { background-color: transparent; background-image: none; }#Zr5cur5Ic9WiiCJT0UVBUkxcg50NsEhM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zr5cur5Ic9WiiCJT0UVBUkxcg50NsEhM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zr5cur5Ic9WiiCJT0UVBUkxcg50NsEhM > .row .container > .video-iframe-container { display: none; }#Zr5cur5Ic9WiiCJT0UVBUkxcg50NsEhM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zr5cur5Ic9WiiCJT0UVBUkxcg50NsEhM > .row > .video-iframe-container { display: none; }#Zr5cur5Ic9WiiCJT0UVBUkxcg50NsEhM > .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); }#Zr5cur5Ic9WiiCJT0UVBUkxcg50NsEhM > .row .container { width:20rem;height:12.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rnxKP00LSvk152uiwetigHTcdxlKmRfv { width:20rem;height:4rem;top:7.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;z-index:15068;display:block; }
 }@media only screen and (max-width: 763px) { #eMQEFxCyIzq8Nb272grvPOhxri8oE9Br { width:6.1875rem;height:5.4375rem;top:0rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #McDhUbCDkQqZtUGFccnxT5UpTaOeXRem { width:20rem;height:0;top:4.8125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;z-index:15069;display:none; }
 }@media only screen and (max-width: 763px) { #FkhdynxM7xnvN5QfCWPwi0lpwl9d6iFq { background-color:#fbfbfb;background-image:none;display:block; }#FkhdynxM7xnvN5QfCWPwi0lpwl9d6iFq > .row .container { background-color: transparent; background-image: none; }#FkhdynxM7xnvN5QfCWPwi0lpwl9d6iFq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FkhdynxM7xnvN5QfCWPwi0lpwl9d6iFq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FkhdynxM7xnvN5QfCWPwi0lpwl9d6iFq > .row .container > .video-iframe-container { display: none; }#FkhdynxM7xnvN5QfCWPwi0lpwl9d6iFq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FkhdynxM7xnvN5QfCWPwi0lpwl9d6iFq > .row > .video-iframe-container { display: none; }#FkhdynxM7xnvN5QfCWPwi0lpwl9d6iFq > .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); }#FkhdynxM7xnvN5QfCWPwi0lpwl9d6iFq > .row .container { width:20rem;height:24.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aEVLpvgQGUsTiQ9tHJWM2CxktB5ffytu { width:20rem;height:8.125rem;top:1.1484375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15059;display:block; }
 }@media only screen and (max-width: 763px) { #dFGX3gn8bgH1WA8zWPzfJyWadmKTOHPl { width:14.4375rem;height:0.8125rem;top:3.5859375rem;left:5.0625rem;z-index:15058;display:block; }
 }@media only screen and (max-width: 763px) { #ASVPb0KoZLKso5kezn8xOKkwhIUzSLmQ { height:11.125rem;width:20rem;top:11rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpgZpOirLw8bhCdvaklvRoKZWSOLJ999 { background-color:#ccebfd;background-image:none;display:block; }#MpgZpOirLw8bhCdvaklvRoKZWSOLJ999 > .row .container { background-color: transparent; background-image: none; }#MpgZpOirLw8bhCdvaklvRoKZWSOLJ999::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MpgZpOirLw8bhCdvaklvRoKZWSOLJ999 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MpgZpOirLw8bhCdvaklvRoKZWSOLJ999 > .row .container > .video-iframe-container { display: none; }#MpgZpOirLw8bhCdvaklvRoKZWSOLJ999 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MpgZpOirLw8bhCdvaklvRoKZWSOLJ999 > .row > .video-iframe-container { display: none; }#MpgZpOirLw8bhCdvaklvRoKZWSOLJ999 > .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); }#MpgZpOirLw8bhCdvaklvRoKZWSOLJ999 > .row .container { width:20rem;height:6.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TIVaZoqXr598IkuzWgpU6pel6b4BTK6s { width:20rem;height:2.25rem;top:3.125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;z-index:15061;display:block; }
 }@media only screen and (max-width: 763px) { #gxRXkQDDchfGZAydfgP3563XktaQyKMv { width:18.625rem;height:0.8125rem;top:5.3125rem;left:0.6875rem;z-index:15060;display:none; }
 }@media only screen and (max-width: 763px) { #yg6b02XEabTwwa1dVn9Caq7VPplGqV46 { display:block; }#yg6b02XEabTwwa1dVn9Caq7VPplGqV46 > .row .container { width:20rem;height:47.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ed4fgftPtMvpzFyhu3ursLIBCI3PLBOq { width:20rem;height:12.375rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOldh1ommGblOTtcpslG73RFhIIKIqgM { width:16.25rem;height:1.6875rem;top:6.6875rem;left:1.875rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PX6xlUIAen1pT4RwkGf3A4b5kL2LN1JW { width:20rem;height:14.75rem;top:14.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3HExexqQVUcOaFdn9QGSQlycJ7x2ef7 { width:14.0625rem;height:1.6875rem;top:22.0625rem;left:2.96875rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xMhzZ9Fm29DKL2Si062JqB6nUulqAkAz { width:20rem;height:13.625rem;top:30.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlX5CdW7Swdq0edac1eUen2rMIGZDJp0 { width:5rem;height:5rem;top:31rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xpM9gnRpSHrouGU0QsxB9ynEnLixcOHr { width:18.4375rem;height:5.0625rem;top:36.875rem;left:0.78125rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pgUckZ2BrtqWky4BukobZ4LnL3Cm9w74 { width:8.75rem;height:8.75rem;top:3.6875rem;left:11.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #SaIw7tleiQ51A3ps6VCoUKHqhFbCDR6X { width:16rem;height:2.8125rem;top:8.9375rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiI1gLgzHxMbsivBmGnvscLONqAviAXd { display:block; }
 }@media only screen and (max-width: 763px) { #OsAqcNTm6O5i1CdpRdXNukigOp6R3qLb { width:15.875rem;height:2.8125rem;top:25rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3CTQLbW3udJgD9qlS48RSfeDxUBckN0 { display:block; }
 }@media only screen and (max-width: 763px) { #MlvHgluecq3pm8w4bSozm146BXPIVT2i { display:flex;width:2.125rem;height:2.125rem;top:2.75rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #mI2yXffZLhKffbmoDhSmPdgMnLw5LDSL { width:3.875rem;height:3.875rem;top:1.9375rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRXoEwX8XP40hJXbrXtZmlWu7nVutK7x { width:4.0625rem;height:4.0625rem;top:31.5rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #x97uATx4ZeB2eQTIISIBcGF1difsSaqS { display:flex;width:2.75rem;height:2.75rem;top:32.125rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #k88aWkUHEXmxeW0TK6V2EP7XUqMSKkA4 { display:flex;width:3.125rem;height:3.125rem;top:16.75rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #Ltn5egLuk42duthTZ1TQ7qCDfuu3S6pG { width:5.1875rem;height:5.1875rem;top:15.8125rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVwP6vSIfeMb9GuID5HKAM3h0adBX9ud { background-color:#fbfbfb;background-image:none;display:block; }#fVwP6vSIfeMb9GuID5HKAM3h0adBX9ud > .row .container { background-color: transparent; background-image: none; }#fVwP6vSIfeMb9GuID5HKAM3h0adBX9ud::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fVwP6vSIfeMb9GuID5HKAM3h0adBX9ud > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fVwP6vSIfeMb9GuID5HKAM3h0adBX9ud > .row .container > .video-iframe-container { display: none; }#fVwP6vSIfeMb9GuID5HKAM3h0adBX9ud > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fVwP6vSIfeMb9GuID5HKAM3h0adBX9ud > .row > .video-iframe-container { display: none; }#fVwP6vSIfeMb9GuID5HKAM3h0adBX9ud > .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); }#fVwP6vSIfeMb9GuID5HKAM3h0adBX9ud > .row .container { width:20rem;height:32.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s1siCthvQfV9p2P133Ch2vWrCO320SoO { width:18.875rem;height:8.25rem;top:10.4375rem;left:0.5625rem;font-size:1.625rem;text-align:center;text-align-last:center;z-index:15059;display:block; }
 }@media only screen and (max-width: 763px) { #a7DMTmL31E9WCZUGdNQSDJHahtcShAST { width:18.8125rem;height:0.9375rem;top:11.5rem;left:0.5625rem;z-index:15058;display:block; }
 }@media only screen and (max-width: 763px) { #t2Ggm8AWwbkbvyW2LI9IuDpeyOaRJLoT { width:20rem;height:6.5rem;top:1.75rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rftid3FDKhSPZr2Vq9WtvoV4xvnsb7MZ { width:20rem;height:9.625rem;top:19.5625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #spcHISCtiE3vbGsVrl5Fp5WkZ90sO4Qy { width:8.75rem;height:8.75rem;top:5.49609375rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrLB04Sd947RPmTrHt1h667FylBIptvZ { display:block; }#lrLB04Sd947RPmTrHt1h667FylBIptvZ > .row .container { width:20rem;height:23.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vkKPmGOkBR18kEtvTIlXoB7ShObZ8blV { width:20rem;height:2.0625rem;top:3.5888671875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A2FloQI76gI23oIyJwgSZl6I4zCTRoTt { width:20rem;height:0;top:37.375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #Po8TeoAci5qMTTwUai3GU1rEV7vGxWVC { width:16.8120625rem;height:0;top:20.499134063721rem;left:1.0611979365349rem;font-size:1rem;z-index:15055;display:none; }
 }@media only screen and (max-width: 763px) { #buTvDDSNwF7aKnQ3G9f6pXQkv7bLRLbf { width:20rem;height:11.5rem;top:7.35546875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hM3UeCRx1l6Ig0rXTDpZlWfxJk0an2zo { width:8.0625rem;height:0.9375rem;top:4.7763671875rem;left:5.875rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #KL1P3rEp5bBVPlKrfuFXvFyhIdQXFWNx { display:block; }#KL1P3rEp5bBVPlKrfuFXvFyhIdQXFWNx > .row .container { width:20rem;height:51rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TVkqGN9aTy1nJ0WCZCvB7hTcexyWPHCb { width:12.5rem;height:12.5rem;top:38.3125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbaTSADVqA1rqXy45Xu4st8TOUq3MnBa { display:flex;width:1.75rem;height:1.75rem;top:7.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bwismx8t7lCRUGhzUFUlwRhf8iu1Jihr { width:16.625rem;height:2.5rem;top:7.625rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBzdA8dU77RtAekEmy1RT8X9hTJQzJpr { width:16.25rem;height:2.5rem;top:11.125rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxMMVBQrUTeHWQJTHnGvEWsAmKMZ2DWS { display:flex;width:1.75rem;height:1.75rem;top:11.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #molrUoKbEBoRGnG0KhGGCSScgDuDcXK1 { width:16.625rem;height:5rem;top:14.75rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbPzsoLSUSIiSPxBIMxV81bTH9QGSw7B { display:flex;width:1.75rem;height:1.75rem;top:14.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RoCZnfcOWe1nLWmupKLaAsGiwpxnAxU3 { width:19.9375rem;height:1.6875rem;top:3.625rem;left:0.0625rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pfXuoEf8WxTwLIbkTH0cX7hTmWHziMTn { width:20rem;height:19.755859375rem;top:27rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUFJTbmzTHapTCRzlrVJcZRan7NUg4lh { width:17.125rem;height:2.5rem;top:20.6875rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARTiIznCPuP0DIaomVTJETpKuVT1yQIM { display:flex;width:2.1875rem;height:2.1875rem;top:20.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BV5JO4ArhuTdgPZMsIqRMFAWzPxRhBqu { background-color:#fbfbfb;background-image:none;display:block; }#BV5JO4ArhuTdgPZMsIqRMFAWzPxRhBqu > .row .container { background-color: transparent; background-image: none; }#BV5JO4ArhuTdgPZMsIqRMFAWzPxRhBqu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BV5JO4ArhuTdgPZMsIqRMFAWzPxRhBqu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BV5JO4ArhuTdgPZMsIqRMFAWzPxRhBqu > .row .container > .video-iframe-container { display: none; }#BV5JO4ArhuTdgPZMsIqRMFAWzPxRhBqu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BV5JO4ArhuTdgPZMsIqRMFAWzPxRhBqu > .row > .video-iframe-container { display: none; }#BV5JO4ArhuTdgPZMsIqRMFAWzPxRhBqu > .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); }#BV5JO4ArhuTdgPZMsIqRMFAWzPxRhBqu > .row .container { width:20rem;height:7.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b7omr5PwdTSA9aw6Ag5IUo5OWCogJJE4 { width:14.375rem;height:0.9375rem;top:4.875rem;left:2.84375rem;z-index:15060;display:block; }
 }@media only screen and (max-width: 763px) { #IX7sytZ3tUOp5d5uP6V4EpG5pX6lxQqv { width:20rem;height:2.0625rem;top:3.6875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;z-index:15061;display:block; }
 }@media only screen and (max-width: 763px) { #qAIJwhvWk2gb6GBvGiJVoBNhzcJlwTnJ { display:block; }#qAIJwhvWk2gb6GBvGiJVoBNhzcJlwTnJ > .row .container { width:20rem;height:48.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ctdkS1qaX5I5Sa21vO9mhEqKKTeFLgCC { display:flex;width:1.74913125rem;height:1.74913125rem;top:0.74978256225588rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GqcCsfmSdMwJETqp69Ku6eVc12J1y3Uf { width:16.5rem;height:5rem;top:0.74869918823244rem;left:2.6247830986977rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qa82gS7QG2UQax6KO6xf5RrJ2cbfZWEP { display:flex;width:1.74913125rem;height:1.74913125rem;top:7.0844192504881rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uB6vxVxdOKMsotsgC2XzlF0vvMp3ed2H { width:16.0623125rem;height:2.5rem;top:7.0844192504881rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #offg10Hgux0ea4uMmnxR9vV10mTXPKaI { display:flex;width:1.74913125rem;height:1.74913125rem;top:10.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UHgucRVdppWgCkA9TdJ2Fwl7QgmJOggi { width:17.249375rem;height:2.5rem;top:10.5rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoMQr2WSFq1uQL5Wk9R1GJyrcRQeGtuF { display:flex;width:1.74913125rem;height:1.74913125rem;top:14.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VwpfDvE8vft1FrkkIlTdqZ2qDal4sXwT { width:15.7498125rem;height:2.5rem;top:14.6875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUoCaieaIS7d4tvITAKOa83i5nTg8Fer { width:20rem;height:17.4375rem;top:28.26953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsCreDTV5zlV5uNt7597v6Qv7ZtEvlQ9 { width:20rem;height:3.4375rem;top:19.40625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #omB9OJdd4t2FKyslNrwgQB0n7ZCQBSZd { display:block; }
 }@media only screen and (max-width: 763px) { #KgHweWZ90nE0EG39Txd522ZmGvpXaPm7 { width:20rem;height:2.375rem;top:23.78125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mTP4UcVJJLRz8m1axZ5HBh1GLylvwA6e { display:block; }#mTP4UcVJJLRz8m1axZ5HBh1GLylvwA6e > .row .container { width:20rem;height:18.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l28nndHt6wx1JXKSM4NmKKKAXsukmkWL { width:20rem;height:4.125rem;top:2.625rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iTxzJXkirwU8DovZQJckbI6P0Npz0csu { width:20rem;height:6.25rem;top:8.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOQMtEFpnVOZo4asGePvPvhSOuym7s6q { display:block; }#UOQMtEFpnVOZo4asGePvPvhSOuym7s6q > .row .container { width:20rem;height:13.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #INtPRhiL8lxTbVeT9z0k9FtK3OEvTvqT { width:9.3125rem;height:1.125rem;top:7.25rem;left:5.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DIZ4x6HsZWo9hG2PHyDakuI157zq1I02 { width:13.4375rem;height:5.5625rem;top:0.5625rem;left:3.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnxJTmJLPGIg7dQ4U8XV1zJSHZZANt4s { width:12.125rem;height:1.125rem;top:9.625rem;left:3.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }