.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,255,255;--color-primary-1:224,224,224;--color-primary-2:204,204,204;--color-primary-3:122,122,122;--color-primary-4:0,0,0;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:255,255,255;--color-tertiary-2:255,255,255;--color-tertiary-3:128,128,128;--color-tertiary-4:38,38,38;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@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:#ff0000;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yOEwLO0pCMGq1Phw6Jwv6SxAOrUE8UIh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#yOEwLO0pCMGq1Phw6Jwv6SxAOrUE8UIh > .row .container { background-color: transparent; background-image: none; }#yOEwLO0pCMGq1Phw6Jwv6SxAOrUE8UIh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yOEwLO0pCMGq1Phw6Jwv6SxAOrUE8UIh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yOEwLO0pCMGq1Phw6Jwv6SxAOrUE8UIh > .row .container > .video-iframe-container { display: none; }#yOEwLO0pCMGq1Phw6Jwv6SxAOrUE8UIh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yOEwLO0pCMGq1Phw6Jwv6SxAOrUE8UIh > .row > .video-iframe-container { display: none; }#yOEwLO0pCMGq1Phw6Jwv6SxAOrUE8UIh > .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); }#yOEwLO0pCMGq1Phw6Jwv6SxAOrUE8UIh > .row .container { border-width: 0; border-radius: 0; }#yOEwLO0pCMGq1Phw6Jwv6SxAOrUE8UIh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yOEwLO0pCMGq1Phw6Jwv6SxAOrUE8UIh > .row .container { font-size:0.875rem;font-family:arial;height:44.25rem;width:75rem;position:relative;display:block; }#fT4mN5pztuoWQ3NXAMbKCUqXIK8pA284 { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.875rem;width:17.1875rem;top:10.6875rem;left:28.90625rem;overflow:hidden;display:block; }
#pMSUxP5igtMHTTIsTwiMt76Wy7LyNtDI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#pMSUxP5igtMHTTIsTwiMt76Wy7LyNtDI > .row .container { background-color: transparent; background-image: none; }#pMSUxP5igtMHTTIsTwiMt76Wy7LyNtDI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pMSUxP5igtMHTTIsTwiMt76Wy7LyNtDI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pMSUxP5igtMHTTIsTwiMt76Wy7LyNtDI > .row .container > .video-iframe-container { display: none; }#pMSUxP5igtMHTTIsTwiMt76Wy7LyNtDI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pMSUxP5igtMHTTIsTwiMt76Wy7LyNtDI > .row > .video-iframe-container { display: none; }#pMSUxP5igtMHTTIsTwiMt76Wy7LyNtDI > .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); }#pMSUxP5igtMHTTIsTwiMt76Wy7LyNtDI > .row .container { border-width: 0; border-radius: 0; }#pMSUxP5igtMHTTIsTwiMt76Wy7LyNtDI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pMSUxP5igtMHTTIsTwiMt76Wy7LyNtDI > .row .container { font-size:0.875rem;font-family:arial;height:44.375rem;width:75rem;position:relative;display:block; }#FNROkpzqXBsDQeXS0t0AsQK13kAVnkOI { color:rgba(var(--color-primary-4),1);display:block;width:22.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:400;z-index:15006;line-height:.9;letter-spacing:0;top:17.8125rem;left:19.5rem;height:6.9184375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TTDQO29lKF3vfEQO0q69WThfiSSWfmUh { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.75rem;width:32.6875rem;top:14.9375rem;left:15.9375rem;overflow:hidden;display:block; }
#oPGXRk8NuxNf6vznVtEihlleiiBVaxtP { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.375rem;width:10.4375rem;top:19.0625rem;left:48.625rem;overflow:hidden;display:block; }
#TIi8LykOMnbhCWKoy2SBvrQgKcCcBB9r { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.9375rem;width:9rem;top:23.625rem;left:59.0625rem;overflow:hidden;display:block; }
#sSaSNcKUHkqE743iGOtUZIxyaUklAJrF { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:8.4375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#Ot7fq3eMR4fw3pBc25ShBNJiVfJlxBTr { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.25rem;width:8.25rem;top:32.5rem;left:9.875rem;overflow:hidden;display:block; }
#Z28WMAtmSUOimTRZuI3ygh9sHgncziGh { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.0625rem;width:11.125rem;top:0rem;left:16.1875rem;overflow:hidden;display:block; }
#KRVQAciLoTOxIA3KtR4HaMpCxkJphHB6 { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.625rem;width:9.625rem;top:19.4375rem;left:1.25rem;overflow:hidden;display:block; }
#v2GXTELpZP0ZrIiAgyKke2zkIZs9C8CC { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.75rem;width:10.8125rem;top:33.625rem;left:35.5rem;overflow:hidden;display:block; }
#K4Eogn38d4l5bbxyUJvC0tTyatk7DA09 { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.8125rem;width:9.875rem;top:1.4375rem;left:42.0625rem;overflow:hidden;display:block; }
#h12bxmGDXTTB3n7k7ENceMqpCQCZLkEv { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.125rem;width:9.1875rem;top:1.4375rem;left:65.8125rem;overflow:hidden;display:block; }
#gGezUPxVFr6UMhprkqLI5lxgRMcZB2HJ { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.1875rem;width:10.25rem;top:33.3125rem;left:64.75rem;overflow:hidden;display:block; }
#HkNGImLfBswB8GoG8ILHUovGUIcyWinm { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:4.4375rem;top:10.5625rem;left:6.875rem;overflow:hidden;display:block; }
#PVHh31KUMt6wiK54bWVuuoTeIQLH97Ld { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:4.8125rem;top:6.5rem;left:56.875rem;overflow:hidden;display:block; }
#xp3m1yvfwzxmfHp4p1BMHQnXgMTPrHBy { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:4.4375rem;top:36.1875rem;left:53.3125rem;overflow:hidden;display:block; }
#VhZpWbJgcT99KAT5dLxezESuOaeuEbKk { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:4.8125rem;top:31.9375rem;left:2.0625rem;overflow:hidden;display:block; }
#PqoCmpmr8hoQfw850IqGvT6afaKcxd29 { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:4.4375rem;top:16.0625rem;left:69.125rem;overflow:hidden;display:block; }
#xTDRoRvRDU29RmAsKT1Xadka0M50LTlT { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:4.4375rem;top:7.25rem;left:30.9375rem;overflow:hidden;display:block; }
#nJ1ZwpVa7PPVrbblftoGa9xJfFD4tPfg { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:4.4375rem;top:33.3125rem;left:24.3125rem;overflow:hidden;display:block; }
#T1qLW8QZdTsgEVSBJpE1nh7TuGxAu066 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#T1qLW8QZdTsgEVSBJpE1nh7TuGxAu066 > .row .container { background-color: transparent; background-image: none; }#T1qLW8QZdTsgEVSBJpE1nh7TuGxAu066::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1qLW8QZdTsgEVSBJpE1nh7TuGxAu066 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1qLW8QZdTsgEVSBJpE1nh7TuGxAu066 > .row .container > .video-iframe-container { display: none; }#T1qLW8QZdTsgEVSBJpE1nh7TuGxAu066 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1qLW8QZdTsgEVSBJpE1nh7TuGxAu066 > .row > .video-iframe-container { display: none; }#T1qLW8QZdTsgEVSBJpE1nh7TuGxAu066 > .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); }#T1qLW8QZdTsgEVSBJpE1nh7TuGxAu066 > .row .container { border-width: 0; border-radius: 0; }#T1qLW8QZdTsgEVSBJpE1nh7TuGxAu066 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T1qLW8QZdTsgEVSBJpE1nh7TuGxAu066 > .row .container { font-size:0.875rem;font-family:arial;height:93.6875rem;width:75rem;position:relative;display:block; }#oWBWQb4IMG7oZnlGST1yTxnAKeaqasuF { color:rgba(var(--color-primary-0),1);display:block;width:29.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:5.09375rem;left:0rem;height:17.5rem;display:block; }
#IB0m1w2RL8VMp5XomCusx0ff0NI1ehGZ { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.6875rem;width:41.6875rem;top:0rem;left:33.3125rem;overflow:hidden;display:block; }
#kBcKoG2AeRmFQZ0dkHzkxgpzXUKVHP4d { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.4375rem;width:35.8125rem;top:30.4375rem;left:0rem;overflow:hidden;display:block; }
#qixfgDHv7gyeICmXzORfwnIRDd3o25sD { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.4375rem;width:35.375rem;top:30.4375rem;left:39.625rem;overflow:hidden;display:block; }
#pEURqDLEGUqRfLSM51f7TLHgfeHpNxvB { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.875rem;width:21.8125rem;top:56.3125rem;left:3.78125rem;overflow:hidden;display:block; }
#cHB8iOhght81ssDy0wPDAuJHP0v0PPd5 { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33rem;width:21.9375rem;top:56.25rem;left:26.53125rem;overflow:hidden;display:block; }
#MCxpn52cie024Nfb12h6b0TyhUv4nOkA { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.0625rem;width:21.9375rem;top:56.21875rem;left:49.375rem;overflow:hidden;display:block; }
#c7JCiN5z3z3dHurizPn91r8v0OlZy9M1 { 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; }#c7JCiN5z3z3dHurizPn91r8v0OlZy9M1 > .row .container { background-color: transparent; background-image: none; }#c7JCiN5z3z3dHurizPn91r8v0OlZy9M1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c7JCiN5z3z3dHurizPn91r8v0OlZy9M1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c7JCiN5z3z3dHurizPn91r8v0OlZy9M1 > .row .container > .video-iframe-container { display: none; }#c7JCiN5z3z3dHurizPn91r8v0OlZy9M1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c7JCiN5z3z3dHurizPn91r8v0OlZy9M1 > .row > .video-iframe-container { display: none; }#c7JCiN5z3z3dHurizPn91r8v0OlZy9M1 > .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); }#c7JCiN5z3z3dHurizPn91r8v0OlZy9M1 > .row .container { border-width: 0; border-radius: 0; }#c7JCiN5z3z3dHurizPn91r8v0OlZy9M1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c7JCiN5z3z3dHurizPn91r8v0OlZy9M1 > .row .container { font-size:0.875rem;font-family:arial;height:92.25rem;width:75rem;position:relative;display:block; }#Z8ifqxLL3hqcHaL2KdiBepmrWmfxRd6d { color:rgba(var(--color-primary-4),1);display:block;width:35.8125rem;position:absolute;font-family:montserrat;font-size:3.9375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.794921875rem;left:19.59375rem;height:5.11865rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mUZ4qQLJeT6dSVJTKGGT9PKTK2rT4g5d { color:#f10000;display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:15.1875rem;left:4.625rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#skyPW7kCXTimqFOEPLAaArf538feL8xu { color:#000000;display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:18.25rem;left:5.5rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#Rf8MFwovPVp5LQ0xO3Fyhua0o87g3c2y { color:#000000;display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:20.25rem;left:5.0625rem;height:2.84375rem;font-style:italic;display:block; }
#eLiO7mI9aM6tuVaKIHqTOgLsQ0NscGgZ { color:#f10000;display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:26.6875rem;left:4.375rem;height:3.65625rem;display:block; }
#TdfdmkZ3yX4sLyRIlT79lheNn5bxqc4n { color:#000000;display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:30.0625rem;left:2.25rem;height:2.03125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#EI69WVGAUTl3i1U8UXtDTQBA6VNx0H7W { color:#f10000;display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:15.1875rem;left:30.6875rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#RLPZPdsI1RKl5IRWe3OeEoAUCFTXuOAZ { color:#000000;display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:18.8125rem;left:30.375rem;height:2.03125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#gZTZTDqJcgHDSPNo8CccqI5RUWZCdsZt { color:#000000;display:block;width:11rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:53.375rem;left:32rem;height:2.03125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#z3Wrtu5UnT79wVv4cCDkLEg560rWNHPr { color:#f10000;display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:49.6875rem;left:31.25rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#D4zTmvkEqXKcsZAtfGgpBI9qRaH39BU2 { color:#f10000;display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:15.1875rem;left:59.1875rem;height:3.65625rem;display:block; }
#cNTt8cI0tvFaJ5wsGDDb1JP0AJ9FM9Ti { color:#000000;display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:18.875rem;left:58.6875rem;height:2.03125rem;font-style:italic;display:block; }
#uXwq1QzG9NxFFGCTXUobWT1iB6OX6HTa { box-sizing:content-box;height:21.875rem;width:0.125rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.1875rem;left:24.1875rem;display:block; }
#xJmJU7sbBHhhEMepao6cCyVJGztMzBfU { color:#000000;display:block;width:20.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:7.8505859375rem;left:27.375rem;height:2.2749rem;display:block; }
#TzlJ3PnLLrxdC8MSkvEBI3XFTdFaWUQQ { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.75rem;width:8.75rem;top:1.3125rem;left:0rem;overflow:hidden;display:block; }
#uAvnQRPfwC2P8GKvl49lJy1Gvd4HFJTb { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.3125rem;width:8.3125rem;top:49.6787109375rem;left:66.6875rem;overflow:hidden;display:block; }
#mfA3EfLkwBE9RO5VJrbsUyZZC3V0h6mu { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.5625rem;left:28.3125rem;display:none; }
#ADVUFvz0ih9R5TPc8S8lkE39Gvmaf0SM { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.5625rem;left:28.3125rem;display:none; }
#J5A4bc0pOHWacKwAm2gC7RVV1N9NrEhr { color:rgba(var(--color-tertiary-4),1);display:block;width:1.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:15.3125rem;left:3.1875rem;height:3.4121125rem;display:block; }
#aU2L7QLQqf9wGnw0sxKSzpBvzn2O6H2A { color:#000000;display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:32.8125rem;left:2.3125rem;height:23.3965125rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#gmlwth3Z7fPf29yBUKu7m0XU41IcUPUx { color:#000000;display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:21.875rem;left:28.5625rem;height:20.7969rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#xmlvrn83qWTPe0oe8SlT8faPbMTX6wxT { color:#000000;display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:55.75rem;left:28.5625rem;height:20.7969rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#St8aNCy6CTAelJ4gxLkAmvMsDiTDAQgf { color:#000000;display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:21.5625rem;left:54.875rem;height:20.7969rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Ems2GU5hkfTOCf5pPaWgknEmKpu0h7BT { color:#000000;display:block;width:69.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:84.5625rem;left:3.5rem;height:5.25rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#SrgltPkLvWP6hUnr0nkgHsd9GdFpmU65 { color:rgba(var(--color-tertiary-4),1);display:block;width:1.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:83.1875rem;left:2.1875rem;height:2.68115rem;display:block; }
#agZOVThEOpxi0KiVzLtolhtbP7BdC8D5 { box-sizing:content-box;height:21.875rem;width:0.125rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.09375rem;left:49.5rem;display:block; }
#P2E63iC42HwVLHnlH1NdGFdXLJVUp3pd { color:rgba(var(--color-tertiary-4),1);display:block;width:11.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:57.4697265625rem;left:5.09375rem;height:2.68115rem;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; }
#MTpOfEIGQiGStEuwlRhhSgWGEdvbh7Io { color:rgba(var(--color-tertiary-4),1);display:block;width:10.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:46.19970703125rem;left:32.0625rem;height:2.68115rem;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; }
#FRu7UpLAF6ZFJGWnemlFTwtEEayyUsd3 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:77.875rem;left:32.1875rem;height:2.68115rem;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; }
#x454ABaysM5QJb2mXoTMDkdV3qglnkgw { color:rgba(var(--color-tertiary-4),1);display:block;width:10.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:43.51904296875rem;left:58.34375rem;height:2.68115rem;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; }
#JyZHlxkhRrhNbBLU3ANcTuwiieuNQpC9 { border-top:0.625rem solid rgba(0,0,0,0);border-left:0.625rem solid rgba(0,0,0,0);border-right:0.625rem solid rgba(0,0,0,0);border-bottom:0.625rem solid rgba(0,0,0,0);background-color:rgba(var(--color-primary-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; }#JyZHlxkhRrhNbBLU3ANcTuwiieuNQpC9 > .row .container { background-color: transparent; background-image: none; }#JyZHlxkhRrhNbBLU3ANcTuwiieuNQpC9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JyZHlxkhRrhNbBLU3ANcTuwiieuNQpC9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JyZHlxkhRrhNbBLU3ANcTuwiieuNQpC9 > .row .container > .video-iframe-container { display: none; }#JyZHlxkhRrhNbBLU3ANcTuwiieuNQpC9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JyZHlxkhRrhNbBLU3ANcTuwiieuNQpC9 > .row > .video-iframe-container { display: none; }#JyZHlxkhRrhNbBLU3ANcTuwiieuNQpC9 > .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); }#JyZHlxkhRrhNbBLU3ANcTuwiieuNQpC9 > .row .container { border-width: 0; border-radius: 0; }#JyZHlxkhRrhNbBLU3ANcTuwiieuNQpC9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JyZHlxkhRrhNbBLU3ANcTuwiieuNQpC9 > .row .container { font-size:0.875rem;font-family:arial;height:38.875rem;width:75rem;position:relative;display:block; }#p8iGcVVl4ubIvfm8CyCrl0wu7nWa18xr { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:5.25rem;top:21.5rem;left:23.9375rem;overflow:hidden;display:block; }
#UXFQsAUbK3qJQszaEB875mqRdPWbKfAf { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7rem;width:7rem;top:5.21875rem;left:39.875rem;overflow:hidden;display:block; }
#LbON9y66bglGCz4w0RZ8eBRZ9ATGcavl { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3125rem;width:6.3125rem;top:5.5625rem;left:28.59375rem;overflow:hidden;display:block; }
#EaWPcKxL0Kgqm6nJTSXUvoJlsMkMffdt { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:22.625rem;top:13rem;left:26.1875rem;overflow:hidden;display:block; }
#y6Nn6JtBh6GcFmoRJahu0TWWSshOyu5A { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:5.125rem;top:21.5625rem;left:29.1875rem;overflow:hidden;display:block; }
#WmFkvTlbUdKmxQlaM8lD0gICBJ9BqKXi { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:5.5625rem;top:21.3125rem;left:34.3125rem;overflow:hidden;display:block; }
#T2Z9oOBmbKzT7GaPoNOfU3w8XI8WJMNI { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.125rem;width:6.125rem;top:20.6875rem;left:39.875rem;overflow:hidden;display:block; }
#kW1KOd7LIdbi3wDP3xf9POALD7xWTWTw { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:5.0625rem;top:21.5625rem;left:46rem;overflow:hidden;display:block; }
#BkQdNUCKLg4x5deNyCCH5sEqU4S8DahC { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:4.5rem;top:28.4375rem;left:35.25rem;overflow:hidden;display:block; }
#InmxfotrGsnR1xpLyu31zhDLsi5W7m2c { color:rgba(var(--color-primary-0),1);display:block;width:9.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:4.0625rem;left:38.625rem;height:1.21875rem;display:block; }
#A3ii1X9PqBZt3MR5Iv4PfCwZXHKBLXQ7 { color:rgba(var(--color-primary-0),1);display:block;width:9.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:4.0625rem;left:26.6875rem;height:1.21875rem;display:block; }
#IlcwJy4DlNd5BAtmNw5a5gfFemz7nUGS { color:rgba(var(--color-primary-0),1);display:block;width:9.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:19.765625rem;left:32.65625rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #yOEwLO0pCMGq1Phw6Jwv6SxAOrUE8UIh { display:block; }#yOEwLO0pCMGq1Phw6Jwv6SxAOrUE8UIh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fT4mN5pztuoWQ3NXAMbKCUqXIK8pA284 { top:10.6875rem;left:15.28125rem;width:17.1875rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMSUxP5igtMHTTIsTwiMt76Wy7LyNtDI { display:block; }#pMSUxP5igtMHTTIsTwiMt76Wy7LyNtDI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FNROkpzqXBsDQeXS0t0AsQK13kAVnkOI { top:17.8125rem;left:5.875rem;width:22.25rem;height:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTDQO29lKF3vfEQO0q69WThfiSSWfmUh { top:14.9375rem;left:2.3125rem;width:32.6875rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPGXRk8NuxNf6vznVtEihlleiiBVaxtP { top:19.0625rem;left:35rem;width:10.4375rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIi8LykOMnbhCWKoy2SBvrQgKcCcBB9r { top:23.625rem;left:38.75rem;width:9rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSaSNcKUHkqE743iGOtUZIxyaUklAJrF { top:0rem;left:0rem;width:8.4375rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ot7fq3eMR4fw3pBc25ShBNJiVfJlxBTr { top:32.5rem;left:0rem;width:8.25rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z28WMAtmSUOimTRZuI3ygh9sHgncziGh { top:0rem;left:2.5625rem;width:11.125rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRVQAciLoTOxIA3KtR4HaMpCxkJphHB6 { top:19.4375rem;left:0rem;width:9.625rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2GXTELpZP0ZrIiAgyKke2zkIZs9C8CC { top:33.625rem;left:21.875rem;width:10.8125rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4Eogn38d4l5bbxyUJvC0tTyatk7DA09 { top:1.4375rem;left:28.4375rem;width:9.875rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h12bxmGDXTTB3n7k7ENceMqpCQCZLkEv { top:1.4375rem;left:38.5625rem;width:9.1875rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGezUPxVFr6UMhprkqLI5lxgRMcZB2HJ { top:33.3125rem;left:37.5rem;width:10.25rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkNGImLfBswB8GoG8ILHUovGUIcyWinm { top:10.5625rem;left:0rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVHh31KUMt6wiK54bWVuuoTeIQLH97Ld { top:6.5rem;left:42.9375rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xp3m1yvfwzxmfHp4p1BMHQnXgMTPrHBy { top:36.1875rem;left:39.6875rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhZpWbJgcT99KAT5dLxezESuOaeuEbKk { top:31.9375rem;left:0rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqoCmpmr8hoQfw850IqGvT6afaKcxd29 { top:16.0625rem;left:43.3125rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTDRoRvRDU29RmAsKT1Xadka0M50LTlT { top:7.25rem;left:17.3125rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJ1ZwpVa7PPVrbblftoGa9xJfFD4tPfg { top:33.3125rem;left:10.6875rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1qLW8QZdTsgEVSBJpE1nh7TuGxAu066 { display:block; }#T1qLW8QZdTsgEVSBJpE1nh7TuGxAu066 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oWBWQb4IMG7oZnlGST1yTxnAKeaqasuF { top:5.0625rem;left:0rem;width:29.375rem;height:17.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IB0m1w2RL8VMp5XomCusx0ff0NI1ehGZ { top:0rem;left:6.0625rem;width:41.6875rem;height:27.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBcKoG2AeRmFQZ0dkHzkxgpzXUKVHP4d { top:30.4375rem;left:0rem;width:35.8125rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qixfgDHv7gyeICmXzORfwnIRDd3o25sD { top:30.4375rem;left:12.375rem;width:35.375rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEURqDLEGUqRfLSM51f7TLHgfeHpNxvB { top:56.3125rem;left:0rem;width:21.8125rem;height:32.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHB8iOhght81ssDy0wPDAuJHP0v0PPd5 { top:56.25rem;left:12.90625rem;width:21.9375rem;height:33rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCxpn52cie024Nfb12h6b0TyhUv4nOkA { top:56.1875rem;left:25.8125rem;width:21.9375rem;height:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7JCiN5z3z3dHurizPn91r8v0OlZy9M1 { display:block; }#c7JCiN5z3z3dHurizPn91r8v0OlZy9M1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z8ifqxLL3hqcHaL2KdiBepmrWmfxRd6d { top:2.75rem;left:5.96875rem;width:35.8125rem;height:5.0625rem;font-size:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUZ4qQLJeT6dSVJTKGGT9PKTK2rT4g5d { top:15.1875rem;left:0rem;width:12.125rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #skyPW7kCXTimqFOEPLAaArf538feL8xu { top:18.25rem;left:0rem;width:10.375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rf8MFwovPVp5LQ0xO3Fyhua0o87g3c2y { top:20.25rem;left:0rem;width:11.1875rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLiO7mI9aM6tuVaKIHqTOgLsQ0NscGgZ { top:26.6875rem;left:0rem;width:12.5625rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdfdmkZ3yX4sLyRIlT79lheNn5bxqc4n { top:30.0625rem;left:0rem;width:16.8125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EI69WVGAUTl3i1U8UXtDTQBA6VNx0H7W { top:15.1875rem;left:17.0625rem;width:12.5625rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLPZPdsI1RKl5IRWe3OeEoAUCFTXuOAZ { top:18.8125rem;left:16.75rem;width:13.1875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZTZTDqJcgHDSPNo8CccqI5RUWZCdsZt { top:53.375rem;left:18.375rem;width:11rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3Wrtu5UnT79wVv4cCDkLEg560rWNHPr { top:49.6875rem;left:17.625rem;width:12.5625rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4zTmvkEqXKcsZAtfGgpBI9qRaH39BU2 { top:15.1875rem;left:38.625rem;width:9.125rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNTt8cI0tvFaJ5wsGDDb1JP0AJ9FM9Ti { top:18.875rem;left:37.625rem;width:10.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXwq1QzG9NxFFGCTXUobWT1iB6OX6HTa { top:23.1875rem;left:10.5625rem;width:0.125rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJmJU7sbBHhhEMepao6cCyVJGztMzBfU { top:7.8125rem;left:13.75rem;width:20.25rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzlJ3PnLLrxdC8MSkvEBI3XFTdFaWUQQ { top:1.3125rem;left:0rem;width:8.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAvnQRPfwC2P8GKvl49lJy1Gvd4HFJTb { top:49.625rem;left:39.4375rem;width:8.3125rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfA3EfLkwBE9RO5VJrbsUyZZC3V0h6mu { top:14.5625rem;left:14.6875rem;width:0.3125rem;height:18.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ADVUFvz0ih9R5TPc8S8lkE39Gvmaf0SM { top:14.5625rem;left:14.6875rem;width:0.3125rem;height:18.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #J5A4bc0pOHWacKwAm2gC7RVV1N9NrEhr { top:15.3125rem;left:0rem;width:1.25rem;height:3.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aU2L7QLQqf9wGnw0sxKSzpBvzn2O6H2A { top:32.8125rem;left:0rem;width:16.8125rem;height:23.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmlwth3Z7fPf29yBUKu7m0XU41IcUPUx { top:21.875rem;left:14.9375rem;width:16.8125rem;height:20.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmlvrn83qWTPe0oe8SlT8faPbMTX6wxT { top:55.75rem;left:14.9375rem;width:17.875rem;height:20.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #St8aNCy6CTAelJ4gxLkAmvMsDiTDAQgf { top:21.5625rem;left:29.875rem;width:17.875rem;height:20.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ems2GU5hkfTOCf5pPaWgknEmKpu0h7BT { top:84.5625rem;left:0rem;width:47.75rem;height:5.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrgltPkLvWP6hUnr0nkgHsd9GdFpmU65 { top:83.1875rem;left:0rem;width:1.1875rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #agZOVThEOpxi0KiVzLtolhtbP7BdC8D5 { top:23.0625rem;left:35.875rem;width:0.125rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2E63iC42HwVLHnlH1NdGFdXLJVUp3pd { top:57.4375rem;left:0rem;width:11.1875rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTpOfEIGQiGStEuwlRhhSgWGEdvbh7Io { top:46.1875rem;left:18.4375rem;width:10.875rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRu7UpLAF6ZFJGWnemlFTwtEEayyUsd3 { top:77.875rem;left:18.5625rem;width:10.6875rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x454ABaysM5QJb2mXoTMDkdV3qglnkgw { top:43.5rem;left:36.9375rem;width:10.8125rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyZHlxkhRrhNbBLU3ANcTuwiieuNQpC9 { display:block; }#JyZHlxkhRrhNbBLU3ANcTuwiieuNQpC9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p8iGcVVl4ubIvfm8CyCrl0wu7nWa18xr { top:21.5rem;left:10.3125rem;width:5.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXFQsAUbK3qJQszaEB875mqRdPWbKfAf { top:5.1875rem;left:26.25rem;width:7rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbON9y66bglGCz4w0RZ8eBRZ9ATGcavl { top:5.5625rem;left:14.96875rem;width:6.3125rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaWPcKxL0Kgqm6nJTSXUvoJlsMkMffdt { top:13rem;left:12.5625rem;width:22.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6Nn6JtBh6GcFmoRJahu0TWWSshOyu5A { top:21.5625rem;left:15.5625rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmFkvTlbUdKmxQlaM8lD0gICBJ9BqKXi { top:21.3125rem;left:20.6875rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2Z9oOBmbKzT7GaPoNOfU3w8XI8WJMNI { top:20.6875rem;left:26.25rem;width:6.125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kW1KOd7LIdbi3wDP3xf9POALD7xWTWTw { top:21.5625rem;left:32.375rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkQdNUCKLg4x5deNyCCH5sEqU4S8DahC { top:28.4375rem;left:21.625rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #InmxfotrGsnR1xpLyu31zhDLsi5W7m2c { top:4.0625rem;left:25rem;width:9.6875rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3ii1X9PqBZt3MR5Iv4PfCwZXHKBLXQ7 { top:4.0625rem;left:13.0625rem;width:9.6875rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlcwJy4DlNd5BAtmNw5a5gfFemz7nUGS { top:19.75rem;left:19.03125rem;width:9.6875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #yOEwLO0pCMGq1Phw6Jwv6SxAOrUE8UIh { display:block; }#yOEwLO0pCMGq1Phw6Jwv6SxAOrUE8UIh > .row .container { width:20rem;height:34.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fT4mN5pztuoWQ3NXAMbKCUqXIK8pA284 { width:8.5rem;height:11.3125rem;top:11.8125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMSUxP5igtMHTTIsTwiMt76Wy7LyNtDI { display:block; }#pMSUxP5igtMHTTIsTwiMt76Wy7LyNtDI > .row .container { width:20rem;height:62.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FNROkpzqXBsDQeXS0t0AsQK13kAVnkOI { width:8.5625rem;height:2.69970625rem;top:27.8125rem;left:1.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TTDQO29lKF3vfEQO0q69WThfiSSWfmUh { width:14.4375rem;height:5.5rem;top:26.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPGXRk8NuxNf6vznVtEihlleiiBVaxtP { width:5.625rem;height:5.5625rem;top:27.75rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIi8LykOMnbhCWKoy2SBvrQgKcCcBB9r { width:6.1875rem;height:6.125rem;top:10.6875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSaSNcKUHkqE743iGOtUZIxyaUklAJrF { width:6.4375rem;height:6.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ot7fq3eMR4fw3pBc25ShBNJiVfJlxBTr { width:6.4375rem;height:6.4375rem;top:35.625rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z28WMAtmSUOimTRZuI3ygh9sHgncziGh { width:8.5rem;height:8.4375rem;top:0rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRVQAciLoTOxIA3KtR4HaMpCxkJphHB6 { width:7.3125rem;height:7.3125rem;top:18.27392578125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2GXTELpZP0ZrIiAgyKke2zkIZs9C8CC { width:8.6875rem;height:8.625rem;top:40.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4Eogn38d4l5bbxyUJvC0tTyatk7DA09 { width:6.9375rem;height:6.875rem;top:7.21142578125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h12bxmGDXTTB3n7k7ENceMqpCQCZLkEv { width:6.375rem;height:6.3125rem;top:10.6875rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGezUPxVFr6UMhprkqLI5lxgRMcZB2HJ { width:8.5rem;height:8.4375rem;top:48.125rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkNGImLfBswB8GoG8ILHUovGUIcyWinm { width:4.4375rem;height:4.4375rem;top:5.1484375rem;left:7.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVHh31KUMt6wiK54bWVuuoTeIQLH97Ld { width:4.1875rem;height:4.1875rem;top:14.08642578125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xp3m1yvfwzxmfHp4p1BMHQnXgMTPrHBy { width:4.4375rem;height:4.4375rem;top:56.5625rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhZpWbJgcT99KAT5dLxezESuOaeuEbKk { width:4.8125rem;height:4.8125rem;top:44.125rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqoCmpmr8hoQfw850IqGvT6afaKcxd29 { width:4.4375rem;height:4.4375rem;top:36.625rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTDRoRvRDU29RmAsKT1Xadka0M50LTlT { width:4.4375rem;height:4.4375rem;top:18.27392578125rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJ1ZwpVa7PPVrbblftoGa9xJfFD4tPfg { width:4.4375rem;height:4.4375rem;top:50.125rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1qLW8QZdTsgEVSBJpE1nh7TuGxAu066 { display:block; }#T1qLW8QZdTsgEVSBJpE1nh7TuGxAu066 > .row .container { width:20rem;height:149.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oWBWQb4IMG7oZnlGST1yTxnAKeaqasuF { width:20rem;height:12.25rem;top:0rem;left:0rem;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #IB0m1w2RL8VMp5XomCusx0ff0NI1ehGZ { width:20rem;height:13.28335832084rem;top:13.90380859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBcKoG2AeRmFQZ0dkHzkxgpzXUKVHP4d { width:20rem;height:13.089005235602rem;top:27.1865234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qixfgDHv7gyeICmXzORfwnIRDd3o25sD { width:20rem;height:13.250883392226rem;top:40.275390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEURqDLEGUqRfLSM51f7TLHgfeHpNxvB { width:20rem;height:30.143266475645rem;top:53.52587890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHB8iOhght81ssDy0wPDAuJHP0v0PPd5 { width:20rem;height:30.08547008547rem;top:83.66845703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCxpn52cie024Nfb12h6b0TyhUv4nOkA { width:20rem;height:30.14245014245rem;top:113.75341796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7JCiN5z3z3dHurizPn91r8v0OlZy9M1 { background-color:#ffffff;background-image:none;display:block; }#c7JCiN5z3z3dHurizPn91r8v0OlZy9M1 > .row .container { background-color: transparent; background-image: none; }#c7JCiN5z3z3dHurizPn91r8v0OlZy9M1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c7JCiN5z3z3dHurizPn91r8v0OlZy9M1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c7JCiN5z3z3dHurizPn91r8v0OlZy9M1 > .row .container > .video-iframe-container { display: none; }#c7JCiN5z3z3dHurizPn91r8v0OlZy9M1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c7JCiN5z3z3dHurizPn91r8v0OlZy9M1 > .row > .video-iframe-container { display: none; }#c7JCiN5z3z3dHurizPn91r8v0OlZy9M1 > .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); }#c7JCiN5z3z3dHurizPn91r8v0OlZy9M1 > .row .container { width:20rem;height:206rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z8ifqxLL3hqcHaL2KdiBepmrWmfxRd6d { width:20rem;height:2.5996125rem;top:3.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUZ4qQLJeT6dSVJTKGGT9PKTK2rT4g5d { width:12.125rem;height:2.5996125rem;top:20.125rem;left:3.9375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #skyPW7kCXTimqFOEPLAaArf538feL8xu { width:10.375rem;height:2.5996125rem;top:22.75rem;left:4.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rf8MFwovPVp5LQ0xO3Fyhua0o87g3c2y { width:9.9375rem;height:2.5996125rem;top:25.375rem;left:5.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLiO7mI9aM6tuVaKIHqTOgLsQ0NscGgZ { width:12.5625rem;height:2.5996125rem;top:38rem;left:3.75rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TdfdmkZ3yX4sLyRIlT79lheNn5bxqc4n { width:16.8125rem;height:2.1933625rem;top:40.5625rem;left:1.625rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EI69WVGAUTl3i1U8UXtDTQBA6VNx0H7W { width:12.5625rem;height:2.5996125rem;top:75.3125rem;left:3.75rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RLPZPdsI1RKl5IRWe3OeEoAUCFTXuOAZ { width:13.1875rem;height:2.1933625rem;top:77.875rem;left:3.4375rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gZTZTDqJcgHDSPNo8CccqI5RUWZCdsZt { width:11rem;height:2.1933625rem;top:113.75rem;left:4.5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3Wrtu5UnT79wVv4cCDkLEg560rWNHPr { width:12.5625rem;height:2.5996125rem;top:111.375rem;left:3.75rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D4zTmvkEqXKcsZAtfGgpBI9qRaH39BU2 { width:9.125rem;height:2.5996125rem;top:146.3125rem;left:5.4375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cNTt8cI0tvFaJ5wsGDDb1JP0AJ9FM9Ti { width:10.375rem;height:2.1933625rem;top:148.875rem;left:4.8125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXwq1QzG9NxFFGCTXUobWT1iB6OX6HTa { width:0.25rem;height:3.6875rem;top:105.0625rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJmJU7sbBHhhEMepao6cCyVJGztMzBfU { width:20rem;height:1.625rem;top:6.3125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TzlJ3PnLLrxdC8MSkvEBI3XFTdFaWUQQ { width:6.875rem;height:6.875rem;top:10.75rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAvnQRPfwC2P8GKvl49lJy1Gvd4HFJTb { width:6.0625rem;height:6.0625rem;top:179.4375rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfA3EfLkwBE9RO5VJrbsUyZZC3V0h6mu { width:0.25rem;height:3.6875rem;top:69.6875rem;left:9.875rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #ADVUFvz0ih9R5TPc8S8lkE39Gvmaf0SM { width:0.25rem;height:3.6875rem;top:31.537109375rem;left:9.875rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #J5A4bc0pOHWacKwAm2gC7RVV1N9NrEhr { width:0.875rem;height:1.86865rem;top:22.724609375rem;left:3.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aU2L7QLQqf9wGnw0sxKSzpBvzn2O6H2A { width:16.8125rem;height:21.9375rem;top:42.6875rem;left:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmlwth3Z7fPf29yBUKu7m0XU41IcUPUx { width:16.8125rem;height:19.5rem;top:80rem;left:1.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xmlvrn83qWTPe0oe8SlT8faPbMTX6wxT { width:17.875rem;height:19.5rem;top:116.0625rem;left:1.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #St8aNCy6CTAelJ4gxLkAmvMsDiTDAQgf { width:17.875rem;height:19.5rem;top:151.0625rem;left:1.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ems2GU5hkfTOCf5pPaWgknEmKpu0h7BT { width:15.75rem;height:15.7470625rem;top:187.1875rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrgltPkLvWP6hUnr0nkgHsd9GdFpmU65 { width:0.75rem;height:1.94970625rem;top:186.25rem;left:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #agZOVThEOpxi0KiVzLtolhtbP7BdC8D5 { width:0.3125rem;height:3.8125rem;top:141rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2E63iC42HwVLHnlH1NdGFdXLJVUp3pd { width:11.1875rem;height:2.5996125rem;top:66.1875rem;left:4.40625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTpOfEIGQiGStEuwlRhhSgWGEdvbh7Io { width:10.4375rem;height:2.5996125rem;top:100.3251953125rem;left:4.78125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRu7UpLAF6ZFJGWnemlFTwtEEayyUsd3 { width:10.6875rem;height:2.5996125rem;top:136.875rem;left:4.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #x454ABaysM5QJb2mXoTMDkdV3qglnkgw { width:10.8125rem;height:2.5996125rem;top:171.625rem;left:4.59375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyZHlxkhRrhNbBLU3ANcTuwiieuNQpC9 { display:block; }#JyZHlxkhRrhNbBLU3ANcTuwiieuNQpC9 > .row .container { width:20rem;height:42.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p8iGcVVl4ubIvfm8CyCrl0wu7nWa18xr { width:5.25rem;height:5.25rem;top:19.3125rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXFQsAUbK3qJQszaEB875mqRdPWbKfAf { width:7rem;height:7rem;top:3.25rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbON9y66bglGCz4w0RZ8eBRZ9ATGcavl { width:5.375rem;height:5.375rem;top:4.3125rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaWPcKxL0Kgqm6nJTSXUvoJlsMkMffdt { width:20rem;height:4.08838125rem;top:11rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6Nn6JtBh6GcFmoRJahu0TWWSshOyu5A { width:5.125rem;height:5.125rem;top:19.375rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmFkvTlbUdKmxQlaM8lD0gICBJ9BqKXi { width:5.5625rem;height:5.5625rem;top:25.1875rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2Z9oOBmbKzT7GaPoNOfU3w8XI8WJMNI { width:6.125rem;height:6.125rem;top:24.5625rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kW1KOd7LIdbi3wDP3xf9POALD7xWTWTw { width:5.0625rem;height:5.0625rem;top:19.4375rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkQdNUCKLg4x5deNyCCH5sEqU4S8DahC { width:5.375rem;height:5.375rem;top:30.5rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #InmxfotrGsnR1xpLyu31zhDLsi5W7m2c { width:9.6875rem;height:1.05615rem;top:3.25rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A3ii1X9PqBZt3MR5Iv4PfCwZXHKBLXQ7 { width:9.6875rem;height:1.05615rem;top:3.25rem;left:10.3125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IlcwJy4DlNd5BAtmNw5a5gfFemz7nUGS { width:9.6875rem;height:1.21875rem;top:17.40625rem;left:5.15625rem;font-size:0.9375rem;display:block; }
 }