.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:231,219,236;--color-primary-1:175,135,192;--color-primary-2:94,15,128;--color-primary-3:47,8,64;--color-primary-4:14,2,19;--color-secondary-0:245,239,227;--color-secondary-1:222,201,161;--color-secondary-2:188,147,67;--color-secondary-3:94,74,34;--color-secondary-4:28,22,10;--color-tertiary-0:255,255,255;--color-tertiary-1:181,179,175;--color-tertiary-2:131,128,121;--color-tertiary-3:100,96,87;--color-tertiary-4:0,0,0;--headlines-font-family:"Marck Script";--paragraphs-font-family:"Raleway"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;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); }#b9lM55XbdH1ICtcXd05twKHEq714yS38 { 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; }#b9lM55XbdH1ICtcXd05twKHEq714yS38 > .row .container { background-color: transparent; background-image: none; }#b9lM55XbdH1ICtcXd05twKHEq714yS38::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b9lM55XbdH1ICtcXd05twKHEq714yS38 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b9lM55XbdH1ICtcXd05twKHEq714yS38 > .row .container > .video-iframe-container { display: none; }#b9lM55XbdH1ICtcXd05twKHEq714yS38 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b9lM55XbdH1ICtcXd05twKHEq714yS38 > .row > .video-iframe-container { display: none; }#b9lM55XbdH1ICtcXd05twKHEq714yS38 > .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); }#b9lM55XbdH1ICtcXd05twKHEq714yS38 > .row .container { border-width: 0; border-radius: 0; }#b9lM55XbdH1ICtcXd05twKHEq714yS38 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b9lM55XbdH1ICtcXd05twKHEq714yS38 > .row .container { font-size:0.875rem;font-family:arial;height:12.375rem;width:75rem;position:relative;display:block; }#zb5Tmd9nWbskrRQdA11yUUEEqEvVkRGT { 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:11.0625rem;width:21.4375rem;top:0rem;left:27.29897686764rem;overflow:hidden;display:block; }
#Uhzqmz1UhSeAGEc1CqCC89GpqXszCANm { background-color:rgba(238,4,120,0.18);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Uhzqmz1UhSeAGEc1CqCC89GpqXszCANm > .row .container { background-color: transparent; background-image: none; }#Uhzqmz1UhSeAGEc1CqCC89GpqXszCANm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uhzqmz1UhSeAGEc1CqCC89GpqXszCANm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uhzqmz1UhSeAGEc1CqCC89GpqXszCANm > .row .container > .video-iframe-container { display: none; }#Uhzqmz1UhSeAGEc1CqCC89GpqXszCANm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uhzqmz1UhSeAGEc1CqCC89GpqXszCANm > .row > .video-iframe-container { display: none; }#Uhzqmz1UhSeAGEc1CqCC89GpqXszCANm > .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); }#Uhzqmz1UhSeAGEc1CqCC89GpqXszCANm > .row .container { border-width: 0; border-radius: 0; }#Uhzqmz1UhSeAGEc1CqCC89GpqXszCANm > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Uhzqmz1UhSeAGEc1CqCC89GpqXszCANm > .row .container { font-size:0.875rem;font-family:arial;height:49.75rem;width:75rem;overflow:visible;position:relative;display:block; }#JCvg63whlQBpJIZAaSJ4c8J1tL3mITvo { box-sizing:content-box;height:26.25rem;width:31.875rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:11.625rem;left:0rem;border-top-right-radius:0.6875rem;border-bottom-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-top-left-radius:0.6875rem;display:block; }
#xShibrTilTuq9tf0SN9OMZ8aITgGFWIF { color:#c02826;display:block;width:26.93725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:13.441162109375rem;left:2.200927734375rem;height:13.16211875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#si0EAdP5pqHfIQng5mzdzeyd9AZPNCFd { background-color:#ee0478;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.3733125rem;height:4.375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:42.96875rem;left:29.312744140625rem;display:block; }
#Zede9dRqF9NULJw2DrdbhseLQlXDQtCq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v2SfpKfexlNwHSRTZJTtnDMDIQRUBwR6 { color:#c02826;display:block;width:25.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:26.602783203125rem;left:3.28125rem;height:8.7734375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CZiTX7MRaagIXP4WUcLf4ObapMTEgpqm { color:rgba(var(--color-tertiary-3),1);display:block;width:26.3745rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:30.245361328125rem;left:2.7490234375rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pb1IaVmfpdUEqUAxqT3itTmWMbU9lqJy { position:absolute;display:block;z-index:14992;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.124rem;width:50.99975rem;top:5.26123046875rem;left:24.000244140625rem;overflow:hidden;display:block; }
#zwxgLEz9p9EHFKTurDV2fvx6dd7DLiwH { color:#c02826;display:block;width:67.619375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:39.378662109375rem;left:3.687744140625rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D0RGTvVoP3ofpFSGv5SCndSx8LiwTcaS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.18);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; }#D0RGTvVoP3ofpFSGv5SCndSx8LiwTcaS > .row .container { background-color: transparent; background-image: none; }#D0RGTvVoP3ofpFSGv5SCndSx8LiwTcaS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D0RGTvVoP3ofpFSGv5SCndSx8LiwTcaS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D0RGTvVoP3ofpFSGv5SCndSx8LiwTcaS > .row .container > .video-iframe-container { display: none; }#D0RGTvVoP3ofpFSGv5SCndSx8LiwTcaS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D0RGTvVoP3ofpFSGv5SCndSx8LiwTcaS > .row > .video-iframe-container { display: none; }#D0RGTvVoP3ofpFSGv5SCndSx8LiwTcaS > .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); }#D0RGTvVoP3ofpFSGv5SCndSx8LiwTcaS > .row .container { border-width: 0; border-radius: 0; }#D0RGTvVoP3ofpFSGv5SCndSx8LiwTcaS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D0RGTvVoP3ofpFSGv5SCndSx8LiwTcaS > .row .container { font-size:0.875rem;font-family:arial;height:54rem;width:75rem;position:relative;display:block; }#DUZpm4fMwt7XTlDWAlqHP2ZTBTyZCSLi { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:6.6875095367431rem;left:0rem;height:31.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iSXqz0Cl5u0sDuFqMt9H4rcT2C9qyFO8 { color:#c02826;display:block;width:67.624375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.375rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:38.18684387207rem;left:5.3743491172791rem;height:8.7747375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z5vUba3g4QDt359eslXLRAVQCEUlyrpp { color:rgba(var(--color-tertiary-3),1);display:block;width:58.811875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:49.055334091186rem;left:11.421224117279rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fUc5beecKy60fGudbnREu49JGKW75aPS { background-color:#ee0478;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.370875rem;height:4.375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:48.179931640625rem;left:32.640380859375rem;display:block; }
#kFcXBdK0MSbDQgXqGNzscmiJ2zRUApTJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Kzaco1T7RCH8mlGm1e9cLohTgHIlIoEW { color:#c02826;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:1.1868486404419rem;left:0rem;height:4.5495625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B28dQxiTxONgBLTzPlgf7UZlE4s5qStx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(238,4,120,0.18);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; }#B28dQxiTxONgBLTzPlgf7UZlE4s5qStx > .row .container { background-color: transparent; background-image: none; }#B28dQxiTxONgBLTzPlgf7UZlE4s5qStx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B28dQxiTxONgBLTzPlgf7UZlE4s5qStx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B28dQxiTxONgBLTzPlgf7UZlE4s5qStx > .row .container > .video-iframe-container { display: none; }#B28dQxiTxONgBLTzPlgf7UZlE4s5qStx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B28dQxiTxONgBLTzPlgf7UZlE4s5qStx > .row > .video-iframe-container { display: none; }#B28dQxiTxONgBLTzPlgf7UZlE4s5qStx > .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); }#B28dQxiTxONgBLTzPlgf7UZlE4s5qStx > .row .container { border-width: 0; border-radius: 0; }#B28dQxiTxONgBLTzPlgf7UZlE4s5qStx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B28dQxiTxONgBLTzPlgf7UZlE4s5qStx > .row .container { font-size:0.875rem;font-family:arial;height:84.625rem;width:75rem;position:relative;display:block; }#Cxb1sKNsPwshtbtuVQ20aBwI8rSKuLPh { color:rgba(var(--color-tertiary-0),1);display:block;width:23.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:normal;z-index:15016;line-height:1;letter-spacing:0;top:14.6875rem;left:9.25rem;height:2.3125rem;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; }
#KGgJuk40KkDnCgr2b6B2q1RakHCdk7ak { color:rgba(var(--color-tertiary-0),1);display:block;width:58.874375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:18.6875rem;left:9.25rem;height:11.25rem;font-style:normal;display:block; }
#qqGb2C8bB9nnAqQJeRIrR95oWwfhuCoE { color:rgba(var(--color-tertiary-0),1);display:block;width:29.4995rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:normal;z-index:15018;line-height:1;letter-spacing:0;top:32.125rem;left:9.25rem;height:2.3125rem;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; }
#lhK4x6ENVIpNkTaDaICAIVPfVer3FyM2 { color:rgba(var(--color-tertiary-0),1);display:block;width:57.6855625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:36.125rem;left:9.25rem;height:18.75rem;font-style:normal;display:block; }
#mAe1heJLWGR2H7nCxs991ry4uw1IWdZL { color:#ffffff;display:block;width:63.874375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.0625rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:3.5rem;left:7.5625rem;height:7.96225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PtF6rTd8Lqu1pmF3rG5y1snTGlr3WD6k { color:rgba(var(--color-tertiary-0),1);display:block;width:57.6855625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:56.514892578125rem;left:9.842529296875rem;height:9.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QRX9bL3tBT5zuiWKqtwoWV654BH1TM1G { background-color:#ee0478;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.3733125rem;height:4.375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:78.936767578125rem;left:31.31103515625rem;display:block; }
#wT3MxsC6OVmF6ApuxTQt7iZSmySyeW9u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lg3MSddAXdJ7fAt05yEkdD8WgpNJiPet { box-sizing:content-box;height:65.8125rem;width:65.5625rem;position:absolute;display:block;z-index:15016;background-color:#c02826;background-image:none;top:0rem;left:6.75rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#lK2Z3DGs9u8wPDLL0J3H63PoCTQkKZCT { color:rgba(var(--color-tertiary-0),1);display:block;width:29.499375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:normal;z-index:15019;line-height:1;letter-spacing:0;top:14.6875rem;left:8.4375rem;height:2.3125rem;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; }
#mkP4X0mXRPtveVRoc4W8PEZW9PAxFv3w { color:#c02826;display:block;width:67.623125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.375rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:68.9375rem;left:5.6875rem;height:8.7747375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b4SiZ6lyvwmtaJAXDHpSnQLk1Z1T9PNt { color:rgba(var(--color-tertiary-3),1);display:block;width:58.8110625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:79.8125rem;left:11.75rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TZ0n9XBZNH51Zx6IPXOmS9AkZvTgJgrM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.3);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; }#TZ0n9XBZNH51Zx6IPXOmS9AkZvTgJgrM > .row .container { background-color: transparent; background-image: none; }#TZ0n9XBZNH51Zx6IPXOmS9AkZvTgJgrM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZ0n9XBZNH51Zx6IPXOmS9AkZvTgJgrM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZ0n9XBZNH51Zx6IPXOmS9AkZvTgJgrM > .row .container > .video-iframe-container { display: none; }#TZ0n9XBZNH51Zx6IPXOmS9AkZvTgJgrM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZ0n9XBZNH51Zx6IPXOmS9AkZvTgJgrM > .row > .video-iframe-container { display: none; }#TZ0n9XBZNH51Zx6IPXOmS9AkZvTgJgrM > .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); }#TZ0n9XBZNH51Zx6IPXOmS9AkZvTgJgrM > .row .container { border-width: 0; border-radius: 0; }#TZ0n9XBZNH51Zx6IPXOmS9AkZvTgJgrM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TZ0n9XBZNH51Zx6IPXOmS9AkZvTgJgrM > .row .container { font-size:0.875rem;font-family:arial;height:233rem;width:75rem;position:relative;display:block; }#J5qb9gaLeBhXc3f3ZboF9MgdOZ7pxzv2 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.3103125rem;width:29.3103125rem;top:91.593017578125rem;left:1.0595703125rem;overflow:hidden;display:block; }
#P0LG2dziTVVNwcCigzrJEmRgQhyCrgnl { 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:31.875rem;width:31.875rem;top:104.7802734375rem;left:32.486572265625rem;overflow:hidden;display:block; }
#RxWlETcPNh3Ph9i2rI67JBqFvyTycHFu { box-sizing:content-box;height:0.186198125rem;width:46.999375rem;position:absolute;display:block;z-index:15018;background-color:#c02826;background-image:none;top:93.154296875rem;left:13.436197757721rem;display:block; }
#KhpCuq4S7FCWAhqNJp8mdniNNAbDbMxU { color:#c02826;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:2.9872055053711rem;left:0rem;height:4.5495625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oDrnV67JLdR6VtOy3WgCdgu1JHVR6PEo { color:#c02826;display:block;width:67.624375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:76.251953125rem;left:1.05859375rem;height:2.51823125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IpkGyH2bB4NSHs4UMb4hkK5DnAoOfput { color:#424242;display:block;width:57.6855625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:79.311849594119rem;left:6.7167973518369rem;height:13.125rem;font-style:normal;display:block; }
#EvIi6GOP7wABUxf3LbrkfDtIwurHGe9Q { color:rgba(var(--color-tertiary-3),1);display:block;width:58.811875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:80.374351501462rem;left:8.0937504768369rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vE6JFLyegRKEZeFzJzXtUVgcdIXFHV07 { color:rgba(var(--color-tertiary-4),1);display:block;width:48.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:94.780601501462rem;left:6.5983071327213rem;height:2.03125rem;display:block; }
#cwkyewdKeRXiw0lB8ziIekUAiI1K6Kpo { color:rgba(var(--color-tertiary-4),1);display:block;width:31.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1.8;letter-spacing:0;top:100.99935150146rem;left:6.5983071327213rem;height:14.96161875rem;display:block; }
#KGQE5hTsHGxuxpFe7uIeZddRNcbCeWnh { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:22.936875rem;width:17.749375rem;top:94.780601501462rem;left:43.832033634186rem;overflow:hidden;display:block; }
#b2IBxT9itwma6GH9JrZt6rqyqlZGTunw { color:#c02826;display:block;width:67.624375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:49.97265625rem;left:3.6875rem;height:2.51823125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IkC0l7eW9Ny5xFd3lG1d9FIJSyh4dSxz { color:#424242;display:block;width:57.6855625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:53.751953125rem;left:8.0930991172788rem;height:22.5rem;font-style:normal;display:block; }
#uk7wE3gNo3i1iASVnJA2H1pSqvM6ToKX { box-sizing:content-box;height:0.185546875rem;width:7.5rem;position:absolute;display:block;z-index:15019;background-color:#c02826;background-image:none;top:157.71875572204rem;left:50.748697757721rem;display:none; }
#TRyM5o5sizthF7hnE0D7eBE9vsmyiN1o { color:#c02826;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:38.986979007721rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GGTnUv6npJgBwcrEr4lgg4ZD9glIy895 { color:#424242;display:block;width:57.6855625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:7.5358066558837rem;left:8.0937504768369rem;height:41.25rem;font-style:normal;display:block; }
#q0mzCBAXQZO8Nh81eqNNMueJ3xcQVTIv { color:#ee0478;display:block;width:31.62475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.8;letter-spacing:0;top:133.46069335938rem;left:3.438720703125rem;height:8.54949375rem;text-align:center;text-align-last:center;display:block; }
#ittzi2gtZPVftUDJoGqdKmUFQImDkwBL { color:#c02826;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:124.36157226562rem;left:0rem;height:4.5495625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ofuhZaLlg3domv2OdFdqnwC9pBxvcivB { box-sizing:content-box;height:12.5rem;width:33.5rem;position:absolute;display:block;z-index:14998;background-color:rgba(238,4,120,0.15);background-image:none;box-shadow: none;border-top:0.0625rem solid #ee0478;border-left:0.0625rem solid #ee0478;border-right:0.0625rem solid #ee0478;border-bottom:0.0625rem solid #ee0478;top:131.48559570312rem;left:2.501220703125rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#q6zwawLXPzivU5vtoUvkfQT6Vx0lqxbL { color:#ee0478;display:block;width:28.999rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15007;line-height:1.8;letter-spacing:0;top:147.75rem;left:39rem;height:8.54949375rem;text-align:center;text-align-last:center;display:block; }
#hOP682ltsEiEH6Ul5O2PxSFyRoxPFlJX { box-sizing:content-box;height:12.5rem;width:33.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(238,4,120,0.15);background-image:none;box-shadow: none;border-top:0.0625rem solid #ee0478;border-left:0.0625rem solid #ee0478;border-right:0.0625rem solid #ee0478;border-bottom:0.0625rem solid #ee0478;top:145.75rem;left:36.75rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#t0S70Xre08BxJMPfLDcXIu67PnzKgET7 { box-sizing:content-box;height:25rem;width:57rem;position:absolute;display:block;z-index:15002;background-color:rgba(238,4,120,0.15);background-image:none;box-shadow: none;border-top:0.0625rem solid #ee0478;border-left:0.0625rem solid #ee0478;border-right:0.0625rem solid #ee0478;border-bottom:0.0625rem solid #ee0478;top:160.4375rem;left:8.0625rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#JPBHWVULS6oCOfNQ7FAvTtZ7UMXo1XEq { color:#ee0478;display:block;width:53.62425rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15009;line-height:1.8;letter-spacing:0;top:161.1875rem;left:9.875rem;height:23.51105625rem;text-align:center;text-align-last:center;display:block; }
#zchZRMwrbLtmx80suMshSwBTeIvstlac { color:#ee0478;display:block;width:32.7478125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15009;line-height:1.8;letter-spacing:0;top:191.75rem;left:10.9375rem;height:10.68686875rem;text-align:center;text-align-last:center;display:block; }
#vmhfLlT1M8VAoyr3SpsUaXbxmVbkHZdd { box-sizing:content-box;height:10.68725rem;width:33.49975rem;position:absolute;display:block;z-index:15004;background-color:rgba(238,4,120,0.15);background-image:none;box-shadow: none;border-top:0.0625rem solid #ee0478;border-left:0.0625rem solid #ee0478;border-right:0.0625rem solid #ee0478;border-bottom:0.0625rem solid #ee0478;top:205.625rem;left:34.625rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#Zw38DJgFSoD4MLm7OyAgqOJtbZTLeWar { color:#ee0478;display:block;width:32.7478125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15011;line-height:1.8;letter-spacing:0;top:207.3125rem;left:35.1875rem;height:8.54949375rem;text-align:center;text-align-last:center;display:block; }
#btAgVIAmDVwmiI7uubEFnvJkAAdwz3b6 { box-sizing:content-box;height:12.5rem;width:33.5rem;position:absolute;display:block;z-index:15005;background-color:rgba(238,4,120,0.15);background-image:none;box-shadow: none;border-top:0.0625rem solid #ee0478;border-left:0.0625rem solid #ee0478;border-right:0.0625rem solid #ee0478;border-bottom:0.0625rem solid #ee0478;top:190.8125rem;left:10.5rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#n4812Cs9EqkUUm2pPEfaNu4OUGxzdE5k { color:#c02826;display:block;width:67.621875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.375rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:218.24951171875rem;left:2.5rem;height:8.7747375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xuJ1JeqsFyWoFfHS9hAsWAbQBoRMJ9Ii { color:rgba(var(--color-tertiary-3),1);display:block;width:58.8110625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:228.1875rem;left:10.5625rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zMh86dnSXd3DENTuAdEtgfKqf7g0fIHX { background-color:#ee0478;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.3733125rem;height:4.375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:227.31201171875rem;left:29.312744140625rem;display:block; }
#vZ7TyO6Aixgxk4Z9XTIiAWp6tnG0G6ZI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GRlObKBXKJyxWIt7I5pXn8flxEd8NDkZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(238,4,120,0.18);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; }#GRlObKBXKJyxWIt7I5pXn8flxEd8NDkZ > .row .container { background-color: transparent; background-image: none; }#GRlObKBXKJyxWIt7I5pXn8flxEd8NDkZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GRlObKBXKJyxWIt7I5pXn8flxEd8NDkZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GRlObKBXKJyxWIt7I5pXn8flxEd8NDkZ > .row .container > .video-iframe-container { display: none; }#GRlObKBXKJyxWIt7I5pXn8flxEd8NDkZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GRlObKBXKJyxWIt7I5pXn8flxEd8NDkZ > .row > .video-iframe-container { display: none; }#GRlObKBXKJyxWIt7I5pXn8flxEd8NDkZ > .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); }#GRlObKBXKJyxWIt7I5pXn8flxEd8NDkZ > .row .container { border-width: 0; border-radius: 0; }#GRlObKBXKJyxWIt7I5pXn8flxEd8NDkZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GRlObKBXKJyxWIt7I5pXn8flxEd8NDkZ > .row .container { font-size:0.875rem;font-family:arial;height:12.4375rem;width:75rem;position:relative;display:block; }#pzG8Tq4taExDEShwMILmlR2TqZabFmP3 { box-sizing:content-box;height:0.186198125rem;width:7.5rem;position:absolute;display:block;z-index:15016;background-color:#c02826;background-image:none;top:10.595052719116rem;left:33.750002384186rem;display:block; }
#ZPabgFxOvyAKVGQGbWt14flS9wFUNobu { color:#c02826;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:0.87434959411619rem;left:0rem;height:9.099125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w3thKf0X5rT13lGspAaLcOzB9LHsLm4i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.18);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; }#w3thKf0X5rT13lGspAaLcOzB9LHsLm4i > .row .container { background-color: transparent; background-image: none; }#w3thKf0X5rT13lGspAaLcOzB9LHsLm4i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w3thKf0X5rT13lGspAaLcOzB9LHsLm4i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w3thKf0X5rT13lGspAaLcOzB9LHsLm4i > .row .container > .video-iframe-container { display: none; }#w3thKf0X5rT13lGspAaLcOzB9LHsLm4i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w3thKf0X5rT13lGspAaLcOzB9LHsLm4i > .row > .video-iframe-container { display: none; }#w3thKf0X5rT13lGspAaLcOzB9LHsLm4i > .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); }#w3thKf0X5rT13lGspAaLcOzB9LHsLm4i > .row .container { border-width: 0; border-radius: 0; }#w3thKf0X5rT13lGspAaLcOzB9LHsLm4i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w3thKf0X5rT13lGspAaLcOzB9LHsLm4i > .row .container { font-size:0.875rem;font-family:arial;height:64.5625rem;width:75rem;position:relative;display:block; }#FsuEl0zX8f1UBkh6rCfzThiWNEcWiPwV { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:11.499336242676rem;left:0rem;height:36rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g7Tyxebkgqc1zzcmNPruws99G5WZASna { background-color:#ee0478;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.370875rem;height:4.375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:57.708740234375rem;left:29.31396484375rem;display:block; }
#Rycf0QlrWbiEbivfsmRMn1CGtfHLG71h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZwSXWpIpSrPsR6AnV4oTwXP8m8Irh4HM { color:#c02826;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:1.1868486404419rem;left:0rem;height:9.099125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tnapO3JIqWW90zyOehznSWXnlcBfsIJs { color:#c02826;display:block;width:67.620625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.375rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:48.9375rem;left:3.6875rem;height:8.7747375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bLP3QZJXKt6Ta9yLAeXaoePModqXGKP7 { color:rgba(var(--color-tertiary-3),1);display:block;width:58.8110625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:58.875rem;left:11.75rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QMnf10fWhmT770FNvotOcMfROBbvQouk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#QMnf10fWhmT770FNvotOcMfROBbvQouk > .row .container { background-color: transparent; background-image: none; }#QMnf10fWhmT770FNvotOcMfROBbvQouk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QMnf10fWhmT770FNvotOcMfROBbvQouk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QMnf10fWhmT770FNvotOcMfROBbvQouk > .row .container > .video-iframe-container { display: none; }#QMnf10fWhmT770FNvotOcMfROBbvQouk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QMnf10fWhmT770FNvotOcMfROBbvQouk > .row > .video-iframe-container { display: none; }#QMnf10fWhmT770FNvotOcMfROBbvQouk > .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); }#QMnf10fWhmT770FNvotOcMfROBbvQouk > .row .container { border-width: 0; border-radius: 0; }#QMnf10fWhmT770FNvotOcMfROBbvQouk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QMnf10fWhmT770FNvotOcMfROBbvQouk > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:75rem;position:relative;display:block; }#wqwnqo0wKqRnOxGtfb1enKqgZICMzyf0 { color:#424242;display:block;width:17.1875rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:3.5494804382324rem;left:50.125002384186rem;height:2.2753875rem;text-align:right;text-align-last:right;display:block; }
#E1Ei7KgCuZlFPFSOhnNxekQlqCtcnnxn { color:#424242;display:block;width:17.1875rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:3.5494804382324rem;left:7.5000004768369rem;height:2.2753875rem;text-align:left;text-align-last:left;display:block; }
#TcvCZvtSiXSuFPzB4xw30cRxXbWO3TS1 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:14.5625rem;top:2.8125rem;left:29.000000476837rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #b9lM55XbdH1ICtcXd05twKHEq714yS38 { display:block; }#b9lM55XbdH1ICtcXd05twKHEq714yS38 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zb5Tmd9nWbskrRQdA11yUUEEqEvVkRGT { width:21.4375rem;height:11.0625rem;top:0rem;left:13.67397686764rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uhzqmz1UhSeAGEc1CqCC89GpqXszCANm { display:block; }#Uhzqmz1UhSeAGEc1CqCC89GpqXszCANm > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JCvg63whlQBpJIZAaSJ4c8J1tL3mITvo { width:31.875rem;height:26.25rem;top:11.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xShibrTilTuq9tf0SN9OMZ8aITgGFWIF { width:26.875rem;height:13.125rem;top:13.4375rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #si0EAdP5pqHfIQng5mzdzeyd9AZPNCFd { width:16.3125rem;height:4.375rem;top:42.9375rem;left:15.687744140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zede9dRqF9NULJw2DrdbhseLQlXDQtCq { display:block; }
 }@media only screen and (max-width: 763px) { #v2SfpKfexlNwHSRTZJTtnDMDIQRUBwR6 { width:25.3125rem;height:8.75rem;top:26.5625rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZiTX7MRaagIXP4WUcLf4ObapMTEgpqm { width:26.3125rem;height:2.0625rem;top:30.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pb1IaVmfpdUEqUAxqT3itTmWMbU9lqJy { top:5.25rem;left:0rem;width:47.75rem;height:25.395634292325rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwxgLEz9p9EHFKTurDV2fvx6dd7DLiwH { width:47.75rem;height:2.5625rem;top:39.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0RGTvVoP3ofpFSGv5SCndSx8LiwTcaS { display:block; }#D0RGTvVoP3ofpFSGv5SCndSx8LiwTcaS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DUZpm4fMwt7XTlDWAlqHP2ZTBTyZCSLi { width:47.75rem;height:31.5rem;top:6.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSXqz0Cl5u0sDuFqMt9H4rcT2C9qyFO8 { width:47.75rem;height:8.75rem;top:38.125rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5vUba3g4QDt359eslXLRAVQCEUlyrpp { width:47.75rem;height:2.625rem;top:49rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUc5beecKy60fGudbnREu49JGKW75aPS { width:16.3125rem;height:4.375rem;top:48.125rem;left:19.015380859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFcXBdK0MSbDQgXqGNzscmiJ2zRUApTJ { display:block; }
 }@media only screen and (max-width: 763px) { #Kzaco1T7RCH8mlGm1e9cLohTgHIlIoEW { width:47.75rem;height:4.5rem;top:1.125rem;left:0rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B28dQxiTxONgBLTzPlgf7UZlE4s5qStx { display:block; }#B28dQxiTxONgBLTzPlgf7UZlE4s5qStx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cxb1sKNsPwshtbtuVQ20aBwI8rSKuLPh { width:23.125rem;height:2.25rem;top:14.6875rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGgJuk40KkDnCgr2b6B2q1RakHCdk7ak { width:47.75rem;height:11.25rem;top:18.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqGb2C8bB9nnAqQJeRIrR95oWwfhuCoE { width:29.4375rem;height:2.25rem;top:32.125rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhK4x6ENVIpNkTaDaICAIVPfVer3FyM2 { width:47.75rem;height:18.75rem;top:36.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAe1heJLWGR2H7nCxs991ry4uw1IWdZL { width:47.75rem;height:7.9375rem;top:3.5rem;left:0rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtF6rTd8Lqu1pmF3rG5y1snTGlr3WD6k { width:47.75rem;height:9.375rem;top:56.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRX9bL3tBT5zuiWKqtwoWV654BH1TM1G { width:16.3125rem;height:4.375rem;top:78.875rem;left:17.68603515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wT3MxsC6OVmF6ApuxTQt7iZSmySyeW9u { display:block; }
 }@media only screen and (max-width: 763px) { #lg3MSddAXdJ7fAt05yEkdD8WgpNJiPet { width:47.75rem;height:65.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lK2Z3DGs9u8wPDLL0J3H63PoCTQkKZCT { width:29.4375rem;height:2.25rem;top:14.6875rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkP4X0mXRPtveVRoc4W8PEZW9PAxFv3w { width:47.75rem;height:8.75rem;top:68.875rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4SiZ6lyvwmtaJAXDHpSnQLk1Z1T9PNt { width:47.75rem;height:2.625rem;top:79.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZ0n9XBZNH51Zx6IPXOmS9AkZvTgJgrM { display:block; }#TZ0n9XBZNH51Zx6IPXOmS9AkZvTgJgrM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J5qb9gaLeBhXc3f3ZboF9MgdOZ7pxzv2 { width:29.25rem;height:29.25rem;top:91.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0LG2dziTVVNwcCigzrJEmRgQhyCrgnl { width:31.875rem;height:31.875rem;top:104.75rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxWlETcPNh3Ph9i2rI67JBqFvyTycHFu { width:46.9375rem;height:0.125rem;top:93.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhpCuq4S7FCWAhqNJp8mdniNNAbDbMxU { width:47.75rem;height:4.5rem;top:2.9375rem;left:0rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDrnV67JLdR6VtOy3WgCdgu1JHVR6PEo { width:47.75rem;height:2.5rem;top:76.25rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpkGyH2bB4NSHs4UMb4hkK5DnAoOfput { width:47.75rem;height:13.125rem;top:79.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvIi6GOP7wABUxf3LbrkfDtIwurHGe9Q { width:47.75rem;height:2.625rem;top:80.3125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vE6JFLyegRKEZeFzJzXtUVgcdIXFHV07 { top:94.75rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwkyewdKeRXiw0lB8ziIekUAiI1K6Kpo { top:100.9375rem;left:0rem;width:31.625rem;height:14.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGQE5hTsHGxuxpFe7uIeZddRNcbCeWnh { top:94.75rem;left:30.0625rem;width:17.6875rem;height:22.856916176626rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2IBxT9itwma6GH9JrZt6rqyqlZGTunw { width:47.75rem;height:2.5rem;top:49.9375rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkC0l7eW9Ny5xFd3lG1d9FIJSyh4dSxz { width:47.75rem;height:22.5rem;top:53.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uk7wE3gNo3i1iASVnJA2H1pSqvM6ToKX { width:7.5rem;height:0.125rem;top:157.6875rem;left:37.123697757721rem;display:none; }
 }@media only screen and (max-width: 763px) { #TRyM5o5sizthF7hnE0D7eBE9vsmyiN1o { width:47.75rem;height:;top:38.9375rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGTnUv6npJgBwcrEr4lgg4ZD9glIy895 { width:47.75rem;height:41.25rem;top:7.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0mzCBAXQZO8Nh81eqNNMueJ3xcQVTIv { top:133.4375rem;left:0rem;width:31.5625rem;height:8.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ittzi2gtZPVftUDJoGqdKmUFQImDkwBL { width:47.75rem;height:4.5rem;top:124.3125rem;left:0rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofuhZaLlg3domv2OdFdqnwC9pBxvcivB { top:131.4375rem;left:0rem;width:33.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6zwawLXPzivU5vtoUvkfQT6Vx0lqxbL { top:147.75rem;left:18.8125rem;width:28.9375rem;height:8.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOP682ltsEiEH6Ul5O2PxSFyRoxPFlJX { top:145.75rem;left:14.1875rem;width:33.4375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0S70Xre08BxJMPfLDcXIu67PnzKgET7 { top:160.4375rem;left:0rem;width:47.75rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPBHWVULS6oCOfNQ7FAvTtZ7UMXo1XEq { top:161.1875rem;left:0rem;width:47.75rem;height:23.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zchZRMwrbLtmx80suMshSwBTeIvstlac { top:191.75rem;left:0rem;width:32.6875rem;height:10.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmhfLlT1M8VAoyr3SpsUaXbxmVbkHZdd { top:205.625rem;left:14.1875rem;width:33.4375rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zw38DJgFSoD4MLm7OyAgqOJtbZTLeWar { top:207.3125rem;left:15.0625rem;width:32.6875rem;height:8.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #btAgVIAmDVwmiI7uubEFnvJkAAdwz3b6 { top:190.8125rem;left:0rem;width:33.4375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4812Cs9EqkUUm2pPEfaNu4OUGxzdE5k { width:47.75rem;height:8.75rem;top:218.1875rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuJ1JeqsFyWoFfHS9hAsWAbQBoRMJ9Ii { width:47.75rem;height:2.625rem;top:228.1875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMh86dnSXd3DENTuAdEtgfKqf7g0fIHX { width:16.3125rem;height:4.375rem;top:227.25rem;left:15.687744140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZ7TyO6Aixgxk4Z9XTIiAWp6tnG0G6ZI { display:block; }
 }@media only screen and (max-width: 763px) { #GRlObKBXKJyxWIt7I5pXn8flxEd8NDkZ { display:block; }#GRlObKBXKJyxWIt7I5pXn8flxEd8NDkZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pzG8Tq4taExDEShwMILmlR2TqZabFmP3 { width:7.5rem;height:0.125rem;top:10.5625rem;left:20.125002384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPabgFxOvyAKVGQGbWt14flS9wFUNobu { width:47.75rem;height:9.0625rem;top:0.8125rem;left:0rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3thKf0X5rT13lGspAaLcOzB9LHsLm4i { display:block; }#w3thKf0X5rT13lGspAaLcOzB9LHsLm4i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FsuEl0zX8f1UBkh6rCfzThiWNEcWiPwV { width:47.75rem;height:36rem;top:11.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7Tyxebkgqc1zzcmNPruws99G5WZASna { width:16.3125rem;height:4.375rem;top:57.6875rem;left:15.68896484375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rycf0QlrWbiEbivfsmRMn1CGtfHLG71h { display:block; }
 }@media only screen and (max-width: 763px) { #ZwSXWpIpSrPsR6AnV4oTwXP8m8Irh4HM { width:47.75rem;height:9.0625rem;top:1.125rem;left:0rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnapO3JIqWW90zyOehznSWXnlcBfsIJs { width:47.75rem;height:8.75rem;top:48.875rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLP3QZJXKt6Ta9yLAeXaoePModqXGKP7 { width:47.75rem;height:2.625rem;top:58.875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMnf10fWhmT770FNvotOcMfROBbvQouk { background-color:#f7f7f7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#QMnf10fWhmT770FNvotOcMfROBbvQouk > .row .container { background-color: transparent; background-image: none; }#QMnf10fWhmT770FNvotOcMfROBbvQouk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QMnf10fWhmT770FNvotOcMfROBbvQouk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QMnf10fWhmT770FNvotOcMfROBbvQouk > .row .container > .video-iframe-container { display: none; }#QMnf10fWhmT770FNvotOcMfROBbvQouk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QMnf10fWhmT770FNvotOcMfROBbvQouk > .row > .video-iframe-container { display: none; }#QMnf10fWhmT770FNvotOcMfROBbvQouk > .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); }#QMnf10fWhmT770FNvotOcMfROBbvQouk > .row .container { border-width: 0; border-radius: 0; }#QMnf10fWhmT770FNvotOcMfROBbvQouk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wqwnqo0wKqRnOxGtfb1enKqgZICMzyf0 { top:3.5rem;left:30.5625rem;width:17.1875rem;height:2.25rem;font-size:0.75rem;color:#424242;display:block; }
 }@media only screen and (max-width: 763px) { #E1Ei7KgCuZlFPFSOhnNxekQlqCtcnnxn { top:3.5rem;left:0rem;width:17.1875rem;height:2.25rem;font-size:0.75rem;color:#424242;display:block; }
 }@media only screen and (max-width: 763px) { #TcvCZvtSiXSuFPzB4xw30cRxXbWO3TS1 { width:14.5625rem;height:5.5625rem;top:2.8125rem;left:15.375000476837rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #b9lM55XbdH1ICtcXd05twKHEq714yS38 { display:block; }#b9lM55XbdH1ICtcXd05twKHEq714yS38 > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zb5Tmd9nWbskrRQdA11yUUEEqEvVkRGT { width:10.5rem;height:5.5rem;top:0.90625rem;left:4.7500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uhzqmz1UhSeAGEc1CqCC89GpqXszCANm { display:block; }#Uhzqmz1UhSeAGEc1CqCC89GpqXszCANm > .row .container { width:20rem;height:41.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JCvg63whlQBpJIZAaSJ4c8J1tL3mITvo { width:20rem;height:17.6875rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xShibrTilTuq9tf0SN9OMZ8aITgGFWIF { width:17.5rem;height:6.82421875rem;top:3.97119140625rem;left:1.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #si0EAdP5pqHfIQng5mzdzeyd9AZPNCFd { width:15rem;height:3.4375rem;top:36.619873046875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zede9dRqF9NULJw2DrdbhseLQlXDQtCq { display:block; }
 }@media only screen and (max-width: 763px) { #v2SfpKfexlNwHSRTZJTtnDMDIQRUBwR6 { width:17.5rem;height:7.7988125rem;top:10.9619140625rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZiTX7MRaagIXP4WUcLf4ObapMTEgpqm { width:17.5rem;height:1.5rem;top:16.160807609558rem;left:1.2500001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pb1IaVmfpdUEqUAxqT3itTmWMbU9lqJy { width:20rem;height:10.5603125rem;top:19.290771484375rem;left:0rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #zwxgLEz9p9EHFKTurDV2fvx6dd7DLiwH { width:20rem;height:5.19921875rem;top:30.975341796875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0RGTvVoP3ofpFSGv5SCndSx8LiwTcaS { display:block; }#D0RGTvVoP3ofpFSGv5SCndSx8LiwTcaS > .row .container { width:20rem;height:70.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DUZpm4fMwt7XTlDWAlqHP2ZTBTyZCSLi { width:20rem;height:48.9375rem;top:9.13671875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSXqz0Cl5u0sDuFqMt9H4rcT2C9qyFO8 { width:20rem;height:6.82421875rem;top:55.886719703674rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5vUba3g4QDt359eslXLRAVQCEUlyrpp { width:20rem;height:2.625rem;top:64.710933208463rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUc5beecKy60fGudbnREu49JGKW75aPS { width:16.3110625rem;height:4.375rem;top:64.710693359375rem;left:1.84326171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFcXBdK0MSbDQgXqGNzscmiJ2zRUApTJ { display:block; }
 }@media only screen and (max-width: 763px) { #Kzaco1T7RCH8mlGm1e9cLohTgHIlIoEW { width:20rem;height:5.19921875rem;top:2.8359298706055rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B28dQxiTxONgBLTzPlgf7UZlE4s5qStx { display:block; }#B28dQxiTxONgBLTzPlgf7UZlE4s5qStx > .row .container { width:20rem;height:119.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cxb1sKNsPwshtbtuVQ20aBwI8rSKuLPh { width:17.5rem;height:2rem;top:15.9375rem;left:2.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGgJuk40KkDnCgr2b6B2q1RakHCdk7ak { width:17.5rem;height:16.875rem;top:17.93701171875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqGb2C8bB9nnAqQJeRIrR95oWwfhuCoE { width:17.5rem;height:2rem;top:37.449951171875rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhK4x6ENVIpNkTaDaICAIVPfVer3FyM2 { width:17.5rem;height:38.8125rem;top:40.22216796875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAe1heJLWGR2H7nCxs991ry4uw1IWdZL { width:20rem;height:10.3984375rem;top:2.249755859375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtF6rTd8Lqu1pmF3rG5y1snTGlr3WD6k { width:20rem;height:20.25rem;top:81.063232421875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRX9bL3tBT5zuiWKqtwoWV654BH1TM1G { width:16.3110625rem;height:4.375rem;top:113.66088867188rem;left:1.84326171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wT3MxsC6OVmF6ApuxTQt7iZSmySyeW9u { display:block; }
 }@media only screen and (max-width: 763px) { #lg3MSddAXdJ7fAt05yEkdD8WgpNJiPet { width:20rem;height:101.686875rem;top:2.249755859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lK2Z3DGs9u8wPDLL0J3H63PoCTQkKZCT { width:17.6245rem;height:2rem;top:15.12451171875rem;left:1.187744140625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkP4X0mXRPtveVRoc4W8PEZW9PAxFv3w { width:20rem;height:6.82421875rem;top:106.103515625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b4SiZ6lyvwmtaJAXDHpSnQLk1Z1T9PNt { width:20rem;height:2.625rem;top:114.5371875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TZ0n9XBZNH51Zx6IPXOmS9AkZvTgJgrM { background-color:rgba(255,255,255,0.3);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TZ0n9XBZNH51Zx6IPXOmS9AkZvTgJgrM > .row .container { background-color: transparent; background-image: none; }#TZ0n9XBZNH51Zx6IPXOmS9AkZvTgJgrM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZ0n9XBZNH51Zx6IPXOmS9AkZvTgJgrM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZ0n9XBZNH51Zx6IPXOmS9AkZvTgJgrM > .row .container > .video-iframe-container { display: none; }#TZ0n9XBZNH51Zx6IPXOmS9AkZvTgJgrM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZ0n9XBZNH51Zx6IPXOmS9AkZvTgJgrM > .row > .video-iframe-container { display: none; }#TZ0n9XBZNH51Zx6IPXOmS9AkZvTgJgrM > .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); }#TZ0n9XBZNH51Zx6IPXOmS9AkZvTgJgrM > .row .container { border-width: 0; border-radius: 0; }#TZ0n9XBZNH51Zx6IPXOmS9AkZvTgJgrM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TZ0n9XBZNH51Zx6IPXOmS9AkZvTgJgrM > .row .container { width:20rem;height:348.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J5qb9gaLeBhXc3f3ZboF9MgdOZ7pxzv2 { width:20rem;height:20rem;top:142.09115rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0LG2dziTVVNwcCigzrJEmRgQhyCrgnl { width:20rem;height:20rem;top:210.65039587021rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxWlETcPNh3Ph9i2rI67JBqFvyTycHFu { width:1.875rem;height:0.0625rem;top:168.96615123749rem;left:9.0625005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhpCuq4S7FCWAhqNJp8mdniNNAbDbMxU { width:20rem;height:2.5996125rem;top:1.8749961853027rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oDrnV67JLdR6VtOy3WgCdgu1JHVR6PEo { width:20rem;height:5.03645625rem;top:135.80534375rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IpkGyH2bB4NSHs4UMb4hkK5DnAoOfput { width:20rem;height:27rem;top:140.84047889709rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EvIi6GOP7wABUxf3LbrkfDtIwurHGe9Q { width:20rem;height:2.625rem;top:191.59115rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vE6JFLyegRKEZeFzJzXtUVgcdIXFHV07 { width:20rem;height:2.03125rem;top:170.09115123749rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cwkyewdKeRXiw0lB8ziIekUAiI1K6Kpo { width:20rem;height:16.19529375rem;top:173.11458849907rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KGQE5hTsHGxuxpFe7uIeZddRNcbCeWnh { width:17.6855625rem;height:22.856125rem;top:190.65039634704rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2IBxT9itwma6GH9JrZt6rqyqlZGTunw { width:20rem;height:2.51823125rem;top:93.6621125rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IkC0l7eW9Ny5xFd3lG1d9FIJSyh4dSxz { width:20rem;height:37.125rem;top:97.43034375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uk7wE3gNo3i1iASVnJA2H1pSqvM6ToKX { width:7.5rem;height:0.123698125rem;top:215.23699951172rem;left:5.6875001192093rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #TRyM5o5sizthF7hnE0D7eBE9vsmyiN1o { width:20rem;height:0;top:5.0996125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GGTnUv6npJgBwcrEr4lgg4ZD9glIy895 { width:20rem;height:86.0625rem;top:6.3496125rem;left:0rem;font-size:1.125rem;z-index:15019;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q0mzCBAXQZO8Nh81eqNNMueJ3xcQVTIv { width:20rem;height:8.99741875rem;top:225.08724498749rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ittzi2gtZPVftUDJoGqdKmUFQImDkwBL { width:20rem;height:5.19921875rem;top:216.07161998749rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ofuhZaLlg3domv2OdFdqnwC9pBxvcivB { width:19.875rem;height:12.5rem;top:223.29557800293rem;left:0.041666626930237rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6zwawLXPzivU5vtoUvkfQT6Vx0lqxbL { width:20rem;height:8.99741875rem;top:240.49740087986rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hOP682ltsEiEH6Ul5O2PxSFyRoxPFlJX { width:19.875rem;height:12.5rem;top:238.70573425293rem;left:0.041666626930237rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0S70Xre08BxJMPfLDcXIu67PnzKgET7 { width:19.875rem;height:47.0625rem;top:253.35156774521rem;left:0.041666626930237rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPBHWVULS6oCOfNQ7FAvTtZ7UMXo1XEq { width:20rem;height:44.98698125rem;top:254.43032836914rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zchZRMwrbLtmx80suMshSwBTeIvstlac { width:20rem;height:12.59635625rem;top:304.08856201172rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vmhfLlT1M8VAoyr3SpsUaXbxmVbkHZdd { width:19.875rem;height:10.625rem;top:319.20574951172rem;left:0.041666626930237rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zw38DJgFSoD4MLm7OyAgqOJtbZTLeWar { width:20rem;height:8.99741875rem;top:320.95835375786rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #btAgVIAmDVwmiI7uubEFnvJkAAdwz3b6 { width:19.875rem;height:13.6875rem;top:302.87241649627rem;left:0.041666626930237rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4812Cs9EqkUUm2pPEfaNu4OUGxzdE5k { width:20rem;height:6.82421875rem;top:332.10158348084rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xuJ1JeqsFyWoFfHS9hAsWAbQBoRMJ9Ii { width:20rem;height:2.625rem;top:345.73830223084rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zMh86dnSXd3DENTuAdEtgfKqf7g0fIHX { width:16.311875rem;height:4.375rem;top:340.30080223084rem;left:1.8437501192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZ7TyO6Aixgxk4Z9XTIiAWp6tnG0G6ZI { display:block; }
 }@media only screen and (max-width: 763px) { #GRlObKBXKJyxWIt7I5pXn8flxEd8NDkZ { display:block; }#GRlObKBXKJyxWIt7I5pXn8flxEd8NDkZ > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pzG8Tq4taExDEShwMILmlR2TqZabFmP3 { width:7.5rem;height:0.186198125rem;top:12.8984375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPabgFxOvyAKVGQGbWt14flS9wFUNobu { width:20rem;height:10.3984375rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w3thKf0X5rT13lGspAaLcOzB9LHsLm4i { display:block; }#w3thKf0X5rT13lGspAaLcOzB9LHsLm4i > .row .container { width:20rem;height:79.482421875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FsuEl0zX8f1UBkh6rCfzThiWNEcWiPwV { width:20rem;height:52.3125rem;top:9.1770834922788rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7Tyxebkgqc1zzcmNPruws99G5WZASna { width:16.3110625rem;height:4.375rem;top:71.56982421875rem;left:1.84326171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rycf0QlrWbiEbivfsmRMn1CGtfHLG71h { display:block; }
 }@media only screen and (max-width: 763px) { #ZwSXWpIpSrPsR6AnV4oTwXP8m8Irh4HM { width:20rem;height:7.7988125rem;top:1.3795547485351rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tnapO3JIqWW90zyOehznSWXnlcBfsIJs { width:20rem;height:6.82421875rem;top:62.81982421875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLP3QZJXKt6Ta9yLAeXaoePModqXGKP7 { width:20rem;height:2.625rem;top:76.85791015625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMnf10fWhmT770FNvotOcMfROBbvQouk { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#QMnf10fWhmT770FNvotOcMfROBbvQouk > .row .container { background-color: transparent; background-image: none; }#QMnf10fWhmT770FNvotOcMfROBbvQouk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QMnf10fWhmT770FNvotOcMfROBbvQouk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QMnf10fWhmT770FNvotOcMfROBbvQouk > .row .container > .video-iframe-container { display: none; }#QMnf10fWhmT770FNvotOcMfROBbvQouk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QMnf10fWhmT770FNvotOcMfROBbvQouk > .row > .video-iframe-container { display: none; }#QMnf10fWhmT770FNvotOcMfROBbvQouk > .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); }#QMnf10fWhmT770FNvotOcMfROBbvQouk > .row .container { border-width: 0; border-radius: 0; }#QMnf10fWhmT770FNvotOcMfROBbvQouk > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wqwnqo0wKqRnOxGtfb1enKqgZICMzyf0 { width:11.3125rem;height:1.949225rem;top:4.6875rem;left:7.8125rem;font-size:0.75rem;color:#424242;display:block; }
 }@media only screen and (max-width: 763px) { #E1Ei7KgCuZlFPFSOhnNxekQlqCtcnnxn { width:8.0625rem;height:1.94921875rem;top:1.625rem;left:11.0625rem;font-size:0.75rem;text-align:right;text-align-last:right;color:#424242;display:block; }
 }@media only screen and (max-width: 763px) { #TcvCZvtSiXSuFPzB4xw30cRxXbWO3TS1 { width:9rem;height:3.4375rem;top:1.625rem;left:0.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }