.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,217;--color-primary-1:254,255,129;--color-primary-2:252,255,2;--color-primary-3:126,128,1;--color-primary-4:38,38,0;--color-secondary-0:228,227,251;--color-secondary-1:166,161,241;--color-secondary-2:77,66,226;--color-secondary-3:39,33,113;--color-secondary-4:12,10,34;--color-tertiary-0:255,255,255;--color-tertiary-1:178,178,178;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:28,28,28;--headlines-font-family:"Mada";--paragraphs-font-family:"Mada"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-4),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#000000;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:170.6875rem;width:60rem;overflow:visible;position:relative;display:block; }#thFeX2Uo82H3aL4cAyU7FuvZ0KcLmZfM { color:rgba(var(--color-tertiary-4),1);display:block;width:40.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:4.25rem;left:9.75rem;height:3.4121125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Tsnn1M2gAIolGeMs1IVceXmrFXDhXNxF { color:rgba(var(--color-tertiary-0),1);display:block;width:45.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:9.1240234375rem;left:7.09375rem;height:11.69920625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FyluHN0GZA9XEScCxGfdJsOws5VWSzp6 { z-index:15019;top:22.9375rem;left:20.125rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#000000;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:19.75rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#zxTISxDbBAFa4GsQPvLu7nvCZIgL4pBX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BhEnD3Vs4VoSM7cIlwJWRTCkgsqiVCFo { position:absolute;display:block;z-index:15068;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:9.874rem;width:9.124rem;top:43.375rem;left:11.3125rem;overflow:hidden;display:block; }
#l48SF6ZXBJ1JHGrwiQW42wuIc17dfy0n { position:absolute;display:block;z-index:15069;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:18.9366875rem;width:33.75rem;top:33.25rem;left:13.25rem;overflow:hidden;display:block; }
#gghSMHwqmrHL6oCXBuEAMGqq9h31Dxad { box-sizing:content-box;height:7.56225rem;width:7.56225rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15070;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:33.25rem;left:41.25rem;display:block; }
#MJUqcBQzkTXRh1owc4SzHTlVbpIaGvkO { color:rgba(var(--color-tertiary-0),1);display:block;width:6.0620125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15071;line-height:1.3;letter-spacing:0;top:35.875rem;left:41.9375rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OtJJAXuq0TFEbcldOWVzeZ1Vn0mKLFU9 { z-index:15020;top:154.8125rem;left:20.125rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#000000;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.75rem;height:3.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Uztc38LsFqnTUzTTT8qKuCvTr0BP0gzP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RFhQQZbMrDQPzzILOBwOeDAXZ9bNdDnu { color:rgba(var(--color-tertiary-1),1);display:block;width:19.499rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15075;line-height:1.3;letter-spacing:0;top:159.4375rem;left:20.25rem;height:1.05615rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#g1DRNPf2o4WFmsoMhw8cx5MQnechdaCS { position:absolute;display:block;z-index:15124;height:3.0625rem;width:17.625rem;top:28.8125rem;left:21.1875rem;display:block; }
#vnldMt7fAf49Cx2ZJspn8GoC5uQByVDo { color:rgba(var(--color-tertiary-0),1);display:block;width:18.6245rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15046;line-height:1.2;letter-spacing:0;top:26.625rem;left:20.625rem;height:0.8999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dxb2EpGUtR8nttTSDuHfhVVenxPCT3s7 { box-sizing:content-box;height:27.1875rem;width:51.1875rem;position:absolute;display:block;z-index:15047;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:54.3125rem;left:4.4375rem;box-shadow: 0.0625rem 0.0625rem 1rem rgba(var(--color-tertiary-4),0.5) ;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#wDpc5oUF08h7iRtB1hwScd64I2Ad3aXf { position:absolute;display:block;z-index:15094;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:9.375rem;width:9.375rem;top:55.5rem;left:25.5rem;overflow:hidden;display:block; }
#le8vVJsqEGdPOcpLEGp1n2WSRNStu1VS { color:rgba(var(--color-tertiary-0),1);display:block;width:41.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15127;line-height:1.2;letter-spacing:0;top:64.875rem;left:9.125rem;height:8.249525rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IeE0nc7u9557TMmkiogwfHJ041iosafL { color:rgba(var(--color-tertiary-0),1);display:block;width:36.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15056;line-height:1.2;letter-spacing:0;top:75.25rem;left:11.5rem;height:2.699225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J9l4t8bbICKZVTd4Hctw1ZUTQr6ZPaTI { box-sizing:content-box;height:1.625rem;width:20.1875rem;position:absolute;display:block;z-index:15125;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:66.5rem;left:30.375rem;display:block; }
#LvLHnrOVshpE6ClakhQWklXVR1tE7loR { box-sizing:content-box;height:1.625rem;width:11.875rem;position:absolute;display:block;z-index:15126;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:71.5625rem;left:24rem;display:block; }
#FLFKqspcSHT0p3ngVzhr297rqfaUDfN4 { box-sizing:content-box;height:30.125rem;width:51.1875rem;position:absolute;display:block;z-index:15048;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:85rem;left:4.4375rem;box-shadow: 0.0625rem 0.0625rem 1rem rgba(var(--color-tertiary-4),0.5) ;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#NxUzTsiSHAsGzNSf7baVdqnOtNVugD1k { position:absolute;display:block;z-index:15103;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:9.375rem;width:9.375rem;top:86.0625rem;left:25.5625rem;overflow:hidden;display:block; }
#QQIoIkAeDFtCuLsZBqtw1e3H5LdOku6W { color:rgba(var(--color-tertiary-0),1);display:block;width:38.374625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15148;line-height:1.2;letter-spacing:0;top:95.4375rem;left:10.875rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L7FrsIm9TK2FClnbW6Cvy9y51sSvaLe0 { color:rgba(var(--color-tertiary-0),1);display:block;width:36.187125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15067;line-height:1.2;letter-spacing:0;top:100rem;left:12rem;height:2.699225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OD8qDViaPJoR6HH9UxXkts95EaUItAaA { color:rgba(var(--color-tertiary-4),1);display:block;width:4.1870125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15145;line-height:1;letter-spacing:0;top:104.6875rem;left:42.0625rem;height:1.6875rem;text-align:center;text-align-last:center;display:block; }
#vpTQPqT85l53CxLuVFgVqR8kwCk6mGnP { color:rgba(var(--color-tertiary-4),1);display:block;width:3.312375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15144;line-height:1;letter-spacing:0;top:106.3125rem;left:42.5rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#WMQPupJyr2qyvn12Nm0D3BMOxboIPdnO { box-sizing:content-box;height:5.06225625rem;width:5.06225625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15143;background-color:rgba(var(--color-primary-2),1);background-image:none;top:103.625rem;left:41.625rem;display:block; }
#AF7HhW4cMxP1HpDeXOiQF0Ax5WAaLmq3 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.437375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15070;line-height:1.2;letter-spacing:0;top:109.125rem;left:29.75rem;height:2.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B0I0Zfef3iqQ0WrL4yRGmI7GwbPD379V { color:rgba(var(--color-tertiary-0),1);display:block;width:11.437375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15069;line-height:1.2;letter-spacing:0;top:107.8125rem;left:30.125rem;height:1.3496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f9fbJmJwWTNwmoxfw3a02BnSK1TxGDTW { position:absolute;display:block;z-index:15146;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.6875rem;width:5.6875rem;top:104.1875rem;left:27.125rem;overflow:hidden;display:block; }
#KxOAZPa88UcRopRFT969EqzxwlMVaGMv { color:rgba(var(--color-tertiary-0),1);display:block;width:11.437375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15068;line-height:1.2;letter-spacing:0;top:107.8125rem;left:18.375rem;height:1.3496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oEJVJUSaZHWE9pwOT0gby9oDFWHKT7Lv { color:rgba(var(--color-tertiary-0),1);display:block;width:11.437375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15069;line-height:1.2;letter-spacing:0;top:109.125rem;left:18.4375rem;height:2.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uEEPOluG0Lm5XMEa3btZrrezxRatKkQw { box-sizing:content-box;height:1.6875rem;width:10.25rem;position:absolute;display:block;z-index:15147;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:97.125rem;left:31.75rem;display:block; }
#RHmZE99cSAM2lS8hrsWDQlKBATakOghN { box-sizing:content-box;height:30.125rem;width:51.1875rem;position:absolute;display:block;z-index:15048;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:118.75rem;left:4.375rem;box-shadow: 0.0625rem 0.0625rem 1rem rgba(var(--color-tertiary-4),0.5) ;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#kttA7Guf2DUy99tUwu7zftoZs6UroIve { position:absolute;display:block;z-index:15100;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:9.375rem;width:9.375rem;top:120.1875rem;left:25.3125rem;overflow:hidden;display:block; }
#Txf1PS3iNHcCC9PIf22gvnE0MzG2WCwO { color:rgba(var(--color-tertiary-0),1);display:block;width:37.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15151;line-height:1.2;letter-spacing:0;top:130.5625rem;left:11.375rem;height:9.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BMXsmfu0mqwWHhP3o9VPE0XTSMsJfDh0 { box-sizing:content-box;height:1.75rem;width:37.4375rem;position:absolute;display:block;z-index:15149;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:137.1875rem;left:11.3125rem;display:block; }
#vTBZ7QezsU7Xz6G9NmcTTneCnEwMOtbT { box-sizing:content-box;height:1.75rem;width:11.25rem;position:absolute;display:block;z-index:15150;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:138.75rem;left:24.375rem;display:block; }
#T9x2wmTLbo5d1NL2puEGId0cM1nUREqO { color:rgba(var(--color-tertiary-0),1);display:block;width:36.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15062;line-height:1.2;letter-spacing:0;top:143.1875rem;left:11.875rem;height:2.699225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MeTOW2PVHVFPpFS1xGHH6oLHlN0To3wr { box-sizing:content-box;height:1.625rem;width:20.1875rem;position:absolute;display:block;z-index:15125;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:70.1875rem;left:30.375rem;display:none; }
#Dk7IW4UHtFD5VTz4cpPepdsyrEIJWTp1 { position:absolute;display:block;z-index:15126;height:5.875rem;width:10.5rem;top:0rem;left:49.5rem;display:block; }
#S95pQDCx565J8eIT46q5Ha16gqSlmT7U { position:relative;display:block; }#S95pQDCx565J8eIT46q5Ha16gqSlmT7U { background-color: transparent; background-image: none; }#S95pQDCx565J8eIT46q5Ha16gqSlmT7U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S95pQDCx565J8eIT46q5Ha16gqSlmT7U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S95pQDCx565J8eIT46q5Ha16gqSlmT7U > .row .container > .video-iframe-container { display: none; }#S95pQDCx565J8eIT46q5Ha16gqSlmT7U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S95pQDCx565J8eIT46q5Ha16gqSlmT7U > .row > .video-iframe-container { display: none; }#S95pQDCx565J8eIT46q5Ha16gqSlmT7U > .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); }#S95pQDCx565J8eIT46q5Ha16gqSlmT7U { border-width: 0; border-radius: 0; }#S95pQDCx565J8eIT46q5Ha16gqSlmT7U > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#S95pQDCx565J8eIT46q5Ha16gqSlmT7U > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:12.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kaJyizIlBaeaipdUpbTvnmvRs6TWTL2G { color:rgba(var(--color-tertiary-0),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15050;line-height:1.3;letter-spacing:0;top:7.875rem;left:1.4375rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QrI5yHSvfcUTebgRlyPWhThi5lDVKpee { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:7rem;top:3.1875rem;left:1.4375rem;overflow:hidden;display:block; }
#DVv4Taqv28QvhCChSkRDB7stmK5rdBXh { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:4.318359375rem;left:-23.0625rem;overflow:hidden;display:none; }
#otV1X9tTPzBcUH3kKU9SKrLvtNeDThtb { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:4.318359375rem;left:-20.46875rem;overflow:hidden;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #thFeX2Uo82H3aL4cAyU7FuvZ0KcLmZfM { width:40.5rem;height:3.375rem;top:4.25rem;left:3.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tsnn1M2gAIolGeMs1IVceXmrFXDhXNxF { width:45.8125rem;height:11.6875rem;top:9.0625rem;left:0.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyluHN0GZA9XEScCxGfdJsOws5VWSzp6 { top:22.9375rem;left:14rem;width:19.75rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxTISxDbBAFa4GsQPvLu7nvCZIgL4pBX { display:block; }
 }@media only screen and (max-width: 763px) { #BhEnD3Vs4VoSM7cIlwJWRTCkgsqiVCFo { top:43.375rem;left:5.1875rem;width:9.0625rem;height:9.8074803736205rem;display:block; }
 }@media only screen and (max-width: 763px) { #l48SF6ZXBJ1JHGrwiQW42wuIc17dfy0n { top:33.25rem;left:7.125rem;width:33.75rem;height:18.9365rem;display:block; }
 }@media only screen and (max-width: 763px) { #gghSMHwqmrHL6oCXBuEAMGqq9h31Dxad { top:33.25rem;left:35.125rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJUqcBQzkTXRh1owc4SzHTlVbpIaGvkO { top:35.875rem;left:35.8125rem;width:6rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtJJAXuq0TFEbcldOWVzeZ1Vn0mKLFU9 { top:154.8125rem;left:14rem;width:19.75rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uztc38LsFqnTUzTTT8qKuCvTr0BP0gzP { display:block; }
 }@media only screen and (max-width: 763px) { #RFhQQZbMrDQPzzILOBwOeDAXZ9bNdDnu { top:159.4375rem;left:14.125rem;width:19.4375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1DRNPf2o4WFmsoMhw8cx5MQnechdaCS { top:28.8125rem;left:15.0625rem;width:17.625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnldMt7fAf49Cx2ZJspn8GoC5uQByVDo { width:18.5625rem;height:0.875rem;top:26.625rem;left:14.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxb2EpGUtR8nttTSDuHfhVVenxPCT3s7 { top:54.3125rem;left:0rem;width:47.75rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDpc5oUF08h7iRtB1hwScd64I2Ad3aXf { top:55.5rem;left:19.375rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #le8vVJsqEGdPOcpLEGp1n2WSRNStu1VS { width:41.5625rem;height:8.1875rem;top:64.875rem;left:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeE0nc7u9557TMmkiogwfHJ041iosafL { width:36.1875rem;height:2.6875rem;top:75.25rem;left:5.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9l4t8bbICKZVTd4Hctw1ZUTQr6ZPaTI { top:66.5rem;left:24.25rem;width:20.1875rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvLHnrOVshpE6ClakhQWklXVR1tE7loR { top:71.5625rem;left:17.875rem;width:11.875rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLFKqspcSHT0p3ngVzhr297rqfaUDfN4 { top:85rem;left:0rem;width:47.75rem;height:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxUzTsiSHAsGzNSf7baVdqnOtNVugD1k { top:86.0625rem;left:19.4375rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQIoIkAeDFtCuLsZBqtw1e3H5LdOku6W { width:38.3125rem;height:3.25rem;top:95.4375rem;left:4.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7FrsIm9TK2FClnbW6Cvy9y51sSvaLe0 { width:36.125rem;height:2.6875rem;top:100rem;left:5.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OD8qDViaPJoR6HH9UxXkts95EaUItAaA { top:104.6875rem;left:35.9375rem;width:4.125rem;height:1.6875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpTQPqT85l53CxLuVFgVqR8kwCk6mGnP { top:106.3125rem;left:36.375rem;width:3.25rem;height:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMQPupJyr2qyvn12Nm0D3BMOxboIPdnO { top:103.625rem;left:35.5rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AF7HhW4cMxP1HpDeXOiQF0Ax5WAaLmq3 { width:11.375rem;height:2.0625rem;top:109.125rem;left:23.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0I0Zfef3iqQ0WrL4yRGmI7GwbPD379V { width:11.375rem;height:1.3125rem;top:107.8125rem;left:24rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9fbJmJwWTNwmoxfw3a02BnSK1TxGDTW { top:104.1875rem;left:21rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxOAZPa88UcRopRFT969EqzxwlMVaGMv { width:11.375rem;height:1.3125rem;top:107.8125rem;left:12.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEJVJUSaZHWE9pwOT0gby9oDFWHKT7Lv { width:11.375rem;height:2.0625rem;top:109.125rem;left:12.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEEPOluG0Lm5XMEa3btZrrezxRatKkQw { top:97.125rem;left:25.625rem;width:10.25rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHmZE99cSAM2lS8hrsWDQlKBATakOghN { top:118.75rem;left:0rem;width:47.75rem;height:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kttA7Guf2DUy99tUwu7zftoZs6UroIve { top:120.1875rem;left:19.1875rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txf1PS3iNHcCC9PIf22gvnE0MzG2WCwO { width:37.25rem;height:9.875rem;top:130.5625rem;left:5.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMXsmfu0mqwWHhP3o9VPE0XTSMsJfDh0 { top:137.1875rem;left:5.1875rem;width:37.4375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTBZ7QezsU7Xz6G9NmcTTneCnEwMOtbT { top:138.75rem;left:18.25rem;width:11.25rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9x2wmTLbo5d1NL2puEGId0cM1nUREqO { width:36.1875rem;height:2.6875rem;top:143.1875rem;left:5.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeTOW2PVHVFPpFS1xGHH6oLHlN0To3wr { top:70.1875rem;left:24.25rem;width:20.1875rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dk7IW4UHtFD5VTz4cpPepdsyrEIJWTp1 { top:0rem;left:37.25rem;width:10.5rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S95pQDCx565J8eIT46q5Ha16gqSlmT7U { display:block; }#S95pQDCx565J8eIT46q5Ha16gqSlmT7U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kaJyizIlBaeaipdUpbTvnmvRs6TWTL2G { width:15.8125rem;height:1.125rem;top:7.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrI5yHSvfcUTebgRlyPWhThi5lDVKpee { top:3.1875rem;left:0rem;width:7rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVv4Taqv28QvhCChSkRDB7stmK5rdBXh { top:4.9375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #otV1X9tTPzBcUH3kKU9SKrLvtNeDThtb { top:4.9375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#1c1c1c;background-image:none;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:161.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #thFeX2Uo82H3aL4cAyU7FuvZ0KcLmZfM { width:11.8125rem;height:3.8994125rem;top:2.5625rem;left:4.09375rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tsnn1M2gAIolGeMs1IVceXmrFXDhXNxF { width:19.75rem;height:18.19725625rem;top:7.2109375rem;left:0.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyluHN0GZA9XEScCxGfdJsOws5VWSzp6 { top:26.90771484375rem;left:0.5rem;width:19rem;height:3.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxTISxDbBAFa4GsQPvLu7nvCZIgL4pBX { display:block; }
 }@media only screen and (max-width: 763px) { #BhEnD3Vs4VoSM7cIlwJWRTCkgsqiVCFo { width:4.9375rem;height:5.375rem;top:34.6875rem;left:12.3125rem;z-index:15071;display:block; }
 }@media only screen and (max-width: 763px) { #l48SF6ZXBJ1JHGrwiQW42wuIc17dfy0n { width:20rem;height:11.2216875rem;top:37.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gghSMHwqmrHL6oCXBuEAMGqq9h31Dxad { width:6rem;height:6rem;top:37.625rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJUqcBQzkTXRh1owc4SzHTlVbpIaGvkO { width:5rem;height:2.2744125rem;top:39.5rem;left:14.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtJJAXuq0TFEbcldOWVzeZ1Vn0mKLFU9 { top:147.6875rem;left:0.78125rem;width:18.4375rem;height:3.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uztc38LsFqnTUzTTT8qKuCvTr0BP0gzP { display:block; }
 }@media only screen and (max-width: 763px) { #RFhQQZbMrDQPzzILOBwOeDAXZ9bNdDnu { width:19.4375rem;height:1.05615rem;top:151.9375rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g1DRNPf2o4WFmsoMhw8cx5MQnechdaCS { width:18.3125rem;height:3.0625rem;top:32.29443359375rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnldMt7fAf49Cx2ZJspn8GoC5uQByVDo { width:18.5625rem;height:0.82470625rem;top:30.34521484375rem;left:0.71875rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxb2EpGUtR8nttTSDuHfhVVenxPCT3s7 { width:20rem;height:27.1875rem;top:55.01658125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDpc5oUF08h7iRtB1hwScd64I2Ad3aXf { width:6.5625rem;height:6.5625rem;top:55.01611328125rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #le8vVJsqEGdPOcpLEGp1n2WSRNStu1VS { width:20rem;height:10.7968625rem;top:61.57861328125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeE0nc7u9557TMmkiogwfHJ041iosafL { width:16.625rem;height:3.14941875rem;top:75.82861328125rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9l4t8bbICKZVTd4Hctw1ZUTQr6ZPaTI { width:12.0625rem;height:1.625rem;top:65.45361328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvLHnrOVshpE6ClakhQWklXVR1tE7loR { width:10.25rem;height:1.625rem;top:70.87451171875rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLFKqspcSHT0p3ngVzhr297rqfaUDfN4 { width:20rem;height:34.4375rem;top:83.45361328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxUzTsiSHAsGzNSf7baVdqnOtNVugD1k { width:6.5625rem;height:6.5625rem;top:85.32861328125rem;left:6.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQIoIkAeDFtCuLsZBqtw1e3H5LdOku6W { width:20rem;height:4.048825rem;top:93.6865234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7FrsIm9TK2FClnbW6Cvy9y51sSvaLe0 { width:20rem;height:2.0996125rem;top:99.32861328125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OD8qDViaPJoR6HH9UxXkts95EaUItAaA { width:4.125rem;height:1.6875rem;top:103.14158125rem;left:15.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpTQPqT85l53CxLuVFgVqR8kwCk6mGnP { width:3.25rem;height:1.5rem;top:104.76658125rem;left:15.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMQPupJyr2qyvn12Nm0D3BMOxboIPdnO { width:5rem;height:5rem;top:102.07908125rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #AF7HhW4cMxP1HpDeXOiQF0Ax5WAaLmq3 { width:11.375rem;height:2.0996125rem;top:106.26611328125rem;left:4.3125rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0I0Zfef3iqQ0WrL4yRGmI7GwbPD379V { width:11.375rem;height:1.3496125rem;top:109.76611328125rem;left:4.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9fbJmJwWTNwmoxfw3a02BnSK1TxGDTW { width:5.6875rem;height:5.6875rem;top:102.64158125rem;left:14.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KxOAZPa88UcRopRFT969EqzxwlMVaGMv { width:11.375rem;height:1.3496125rem;top:104.82861328125rem;left:4.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEJVJUSaZHWE9pwOT0gby9oDFWHKT7Lv { width:11.375rem;height:2.0996125rem;top:111.11572265625rem;left:4.59375rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEEPOluG0Lm5XMEa3btZrrezxRatKkQw { width:8.625rem;height:1.6875rem;top:96.10986328125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHmZE99cSAM2lS8hrsWDQlKBATakOghN { width:20rem;height:25.5625rem;top:119.39111328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kttA7Guf2DUy99tUwu7zftoZs6UroIve { width:6.5625rem;height:6.5625rem;top:120.76611328125rem;left:6.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txf1PS3iNHcCC9PIf22gvnE0MzG2WCwO { width:20rem;height:10.79689375rem;top:128.015625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMXsmfu0mqwWHhP3o9VPE0XTSMsJfDh0 { width:20rem;height:1.75rem;top:136rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTBZ7QezsU7Xz6G9NmcTTneCnEwMOtbT { width:19.4375rem;height:1.75rem;top:137rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9x2wmTLbo5d1NL2puEGId0cM1nUREqO { width:20rem;height:2.0996125rem;top:140.45361328125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeTOW2PVHVFPpFS1xGHH6oLHlN0To3wr { width:5rem;height:1.375rem;top:64.14111328125rem;left:14.6875rem;z-index:15126;display:block; }
 }@media only screen and (max-width: 763px) { #Dk7IW4UHtFD5VTz4cpPepdsyrEIJWTp1 { width:10.5rem;height:5.875rem;top:154.2431625rem;left:4.75rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #S95pQDCx565J8eIT46q5Ha16gqSlmT7U { display:block; }#S95pQDCx565J8eIT46q5Ha16gqSlmT7U > .row .container { width:20rem;height:8.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kaJyizIlBaeaipdUpbTvnmvRs6TWTL2G { width:15.8125rem;height:1.1375rem;top:6.4375rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrI5yHSvfcUTebgRlyPWhThi5lDVKpee { width:7rem;height:3.9375rem;top:1.25rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVv4Taqv28QvhCChSkRDB7stmK5rdBXh { width:1.875rem;height:1.875rem;top:1.25rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #otV1X9tTPzBcUH3kKU9SKrLvtNeDThtb { width:1.875rem;height:1.875rem;top:4.375rem;left:9.0625rem;display:none; }
 }