.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:254,242,222;--color-primary-1:251,213,144;--color-primary-2:247,170,32;--color-primary-3:124,85,16;--color-primary-4:37,26,5;--color-secondary-0:250,251,251;--color-secondary-1:240,242,242;--color-secondary-2:224,228,228;--color-secondary-3:112,114,114;--color-secondary-4:34,34,34;--color-tertiary-0:255,255,255;--color-tertiary-1:249,249,249;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Roboto";--paragraphs-font-family:"Roboto"; }@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:transparent;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TkgcQq1zlrrqLbrKxNbTMT3UnzTqVhvO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#TkgcQq1zlrrqLbrKxNbTMT3UnzTqVhvO > .row .container { background-color: transparent; background-image: none; }#TkgcQq1zlrrqLbrKxNbTMT3UnzTqVhvO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TkgcQq1zlrrqLbrKxNbTMT3UnzTqVhvO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TkgcQq1zlrrqLbrKxNbTMT3UnzTqVhvO > .row .container > .video-iframe-container { display: none; }#TkgcQq1zlrrqLbrKxNbTMT3UnzTqVhvO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TkgcQq1zlrrqLbrKxNbTMT3UnzTqVhvO > .row > .video-iframe-container { display: none; }#TkgcQq1zlrrqLbrKxNbTMT3UnzTqVhvO > .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); }#TkgcQq1zlrrqLbrKxNbTMT3UnzTqVhvO > .row .container { border-width: 0; border-radius: 0; }#TkgcQq1zlrrqLbrKxNbTMT3UnzTqVhvO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TkgcQq1zlrrqLbrKxNbTMT3UnzTqVhvO > .row .container { font-size:0.875rem;font-family:arial;height:56.625rem;width:60rem;position:relative;display:block; }#nMlBu9EdsdSv1tSCyDEbg5Zx6oSeD6P9 { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:23.5rem;top:17.9375rem;left:0rem;display:block; }
#SCMinKqJtLu1UcCN3JvZRZ5hqLFqLJrp { position:absolute;display:block;z-index:14996;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:49.5rem;width:49.5rem;top:0.6875rem;left:10.5rem;overflow:hidden;display:block; }
#GNio39zOTqp5KJ4zILT4a8hWpGMrAvJt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:35.6875rem;left:6.5625rem; }
#GNio39zOTqp5KJ4zILT4a8hWpGMrAvJt > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#WE8zuomrVQRbpoeQNg3ODu6aV09sciTn { position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-0),1);border-left:0.125rem solid rgba(var(--color-secondary-0),1);border-right:0.125rem solid rgba(var(--color-secondary-0),1);border-bottom:0.125rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:22.5rem;border-top-right-radius:22.5rem;border-bottom-left-radius:22.5rem;border-bottom-right-radius:22.5rem;box-shadow: none;height:4rem;width:4rem;top:35.125rem;left:6rem;display:block; }
#aGJGbsJHGf72TwmplUd7lIhVlNcQiOSK { box-sizing:content-box;height:45.5rem;width:31.3125rem;position:absolute;display:block;z-index:14995;background-color:rgba(var(--color-primary-2),1);background-image:none;top:2.6875rem;left:22.6875rem;display:block; }
#CbQuDzZIo7SLsVMCdQT5q1EznMiyakzT { color:rgba(var(--color-tertiary-0),1);display:block;width:17.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:14997;line-height:1;letter-spacing:0;top:15.75rem;left:2.1875rem;height:14.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ncix02DE6TA4Bs8HFOkPLphh2F94mCOE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#Ncix02DE6TA4Bs8HFOkPLphh2F94mCOE > .row .container { background-color: transparent; background-image: none; }#Ncix02DE6TA4Bs8HFOkPLphh2F94mCOE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ncix02DE6TA4Bs8HFOkPLphh2F94mCOE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ncix02DE6TA4Bs8HFOkPLphh2F94mCOE > .row .container > .video-iframe-container { display: none; }#Ncix02DE6TA4Bs8HFOkPLphh2F94mCOE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ncix02DE6TA4Bs8HFOkPLphh2F94mCOE > .row > .video-iframe-container { display: none; }#Ncix02DE6TA4Bs8HFOkPLphh2F94mCOE > .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); }#Ncix02DE6TA4Bs8HFOkPLphh2F94mCOE > .row .container { border-width: 0; border-radius: 0; }#Ncix02DE6TA4Bs8HFOkPLphh2F94mCOE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ncix02DE6TA4Bs8HFOkPLphh2F94mCOE > .row .container { font-size:0.875rem;font-family:arial;height:6.3125rem;width:60rem;position:relative;display:block; }#ZAGXJRywgFxIWctWVnnaVD4mHdnC588Z { color:rgba(var(--color-tertiary-0),1);display:block;width:48.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:2.0625rem;left:5.875rem;height:2.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#A6Zp0gGKeHmfxEwBf0oVA4FffD4G9Alf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#A6Zp0gGKeHmfxEwBf0oVA4FffD4G9Alf > .row .container { background-color: transparent; background-image: none; }#A6Zp0gGKeHmfxEwBf0oVA4FffD4G9Alf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6Zp0gGKeHmfxEwBf0oVA4FffD4G9Alf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6Zp0gGKeHmfxEwBf0oVA4FffD4G9Alf > .row .container > .video-iframe-container { display: none; }#A6Zp0gGKeHmfxEwBf0oVA4FffD4G9Alf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6Zp0gGKeHmfxEwBf0oVA4FffD4G9Alf > .row > .video-iframe-container { display: none; }#A6Zp0gGKeHmfxEwBf0oVA4FffD4G9Alf > .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); }#A6Zp0gGKeHmfxEwBf0oVA4FffD4G9Alf > .row .container { border-width: 0; border-radius: 0; }#A6Zp0gGKeHmfxEwBf0oVA4FffD4G9Alf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A6Zp0gGKeHmfxEwBf0oVA4FffD4G9Alf > .row .container { font-size:0.875rem;font-family:arial;height:27.0625rem;width:60rem;position:relative;display:block; }#MkLaWrRs2gP5aSVIO4mFWCQ42y2teLPf { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.9375rem;width:25.5625rem;top:1.8125rem;left:17.21875rem;overflow:hidden;display:block; }
#XwF7uhfKa0zhtmiN0SuRNpfyw8sE8mpR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#XwF7uhfKa0zhtmiN0SuRNpfyw8sE8mpR > .row .container { background-color: transparent; background-image: none; }#XwF7uhfKa0zhtmiN0SuRNpfyw8sE8mpR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XwF7uhfKa0zhtmiN0SuRNpfyw8sE8mpR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XwF7uhfKa0zhtmiN0SuRNpfyw8sE8mpR > .row .container > .video-iframe-container { display: none; }#XwF7uhfKa0zhtmiN0SuRNpfyw8sE8mpR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XwF7uhfKa0zhtmiN0SuRNpfyw8sE8mpR > .row > .video-iframe-container { display: none; }#XwF7uhfKa0zhtmiN0SuRNpfyw8sE8mpR > .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); }#XwF7uhfKa0zhtmiN0SuRNpfyw8sE8mpR > .row .container { border-width: 0; border-radius: 0; }#XwF7uhfKa0zhtmiN0SuRNpfyw8sE8mpR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XwF7uhfKa0zhtmiN0SuRNpfyw8sE8mpR > .row .container { font-size:0.875rem;font-family:arial;height:65.0625rem;width:60rem;position:relative;display:block; }#N1JTEEisbVNcDfveMNTbaBIr0rbevbT7 { box-sizing:content-box;height:34.5625rem;width:21rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;top:16rem;left:35.0625rem;display:block; }
#ZgWiQfguFe4clr4ARumQZztXTQmlFsAD { position:absolute;display:block;z-index:15018;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:25.125rem;width:21.6875rem;top:6.3125rem;left:37.4375rem;overflow:hidden;display:block; }
#QU1apH7AncT1JiiPvhocIRSXZ3utU0fr { color:rgba(var(--color-tertiary-0),1);display:block;width:31.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15013;line-height:2;letter-spacing:0;top:1.28125rem;left:2.1875rem;height:22rem;text-align:left;text-align-last:left;display:block; }
#Mlr3TC1ULnI6o7LfXwanTTe5gKbJziKz { color:rgba(var(--color-tertiary-0),1);display:block;width:31.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15014;line-height:2;letter-spacing:0;top:24.71875rem;left:2.1875rem;height:2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qt9XICxnRLb4WJm3vQZVhZAWFhKenWEM { color:rgba(var(--color-tertiary-0),1);display:block;width:31.0625rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15014;line-height:2;letter-spacing:0;top:27.5rem;left:2.1875rem;height:34.125rem;text-align:left;text-align-last:left;display:block; }
#g3OaJz6C9yd8syz5TEiT4umC1EIDpke5 { position:absolute;display:block;z-index:15017;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:25.6875rem;width:22.1875rem;top:34.6875rem;left:37.1875rem;overflow:hidden;display:block; }
#KTCTfqr4Zv8DC6w8Weq3TRNTiyd3JgA0 { position:absolute;display:block;z-index:15003;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.5625rem;width:6.375rem;top:8.75rem;left:47.375rem;overflow:hidden;display:block; }
#ZFsXQ6siT42L8wPLKw0HAdiUdJOukVpG { background-color:#000000;background-image:none;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,0);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:2.5rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:34.6875rem;left:42.65625rem;display:block; }
#TxL0eerkqC8QBTGdCVWx7BSxVcTH87tz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uDnxQT6VZkN57y0y8JVDUBmOFqOWCnp9 { background-color:#000000;background-image:none;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,0);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:2.5rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:28.28125rem;left:36.1875rem;display:block; }
#kkQE1HL5AT93BhKKy4KIMP3Ahv2TgMth { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OBD1HoKQqVPA7vxB3w3p7KDQ2Ub1ms54 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#OBD1HoKQqVPA7vxB3w3p7KDQ2Ub1ms54 > .row .container { background-color: transparent; background-image: none; }#OBD1HoKQqVPA7vxB3w3p7KDQ2Ub1ms54::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OBD1HoKQqVPA7vxB3w3p7KDQ2Ub1ms54 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OBD1HoKQqVPA7vxB3w3p7KDQ2Ub1ms54 > .row .container > .video-iframe-container { display: none; }#OBD1HoKQqVPA7vxB3w3p7KDQ2Ub1ms54 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OBD1HoKQqVPA7vxB3w3p7KDQ2Ub1ms54 > .row > .video-iframe-container { display: none; }#OBD1HoKQqVPA7vxB3w3p7KDQ2Ub1ms54 > .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); }#OBD1HoKQqVPA7vxB3w3p7KDQ2Ub1ms54 > .row .container { border-width: 0; border-radius: 0; }#OBD1HoKQqVPA7vxB3w3p7KDQ2Ub1ms54 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OBD1HoKQqVPA7vxB3w3p7KDQ2Ub1ms54 > .row .container { font-size:0.875rem;font-family:arial;height:6.3125rem;width:60rem;position:relative;display:block; }#qFZ6vQntx9rLiWnskTk650hRF91ZdCLU { color:rgba(var(--color-tertiary-0),1);display:block;width:48.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:2.0625rem;left:5.875rem;height:2.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r7bITxgT2MNxIFrLeXKT1810SVhGSTXH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#r7bITxgT2MNxIFrLeXKT1810SVhGSTXH > .row .container { background-color: transparent; background-image: none; }#r7bITxgT2MNxIFrLeXKT1810SVhGSTXH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r7bITxgT2MNxIFrLeXKT1810SVhGSTXH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r7bITxgT2MNxIFrLeXKT1810SVhGSTXH > .row .container > .video-iframe-container { display: none; }#r7bITxgT2MNxIFrLeXKT1810SVhGSTXH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r7bITxgT2MNxIFrLeXKT1810SVhGSTXH > .row > .video-iframe-container { display: none; }#r7bITxgT2MNxIFrLeXKT1810SVhGSTXH > .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); }#r7bITxgT2MNxIFrLeXKT1810SVhGSTXH > .row .container { border-width: 0; border-radius: 0; }#r7bITxgT2MNxIFrLeXKT1810SVhGSTXH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r7bITxgT2MNxIFrLeXKT1810SVhGSTXH > .row .container { font-size:0.875rem;font-family:arial;height:37.375rem;width:60rem;position:relative;display:block; }#giIubhBfu9rKnZt97QgvaAyidw7Z5Xnw { color:rgba(var(--color-tertiary-0),1);display:block;width:31.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15013;line-height:2;letter-spacing:0;top:4.1875rem;left:14.46875rem;height:2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KBQVbmTqcGsk5LFUHFrpLlOyTuCC1sNR { color:rgba(var(--color-tertiary-0),1);display:block;width:49.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15014;line-height:2;letter-spacing:0;top:9.46875rem;left:5.0625rem;height:26rem;text-align:left;text-align-last:left;display:block; }
#mNqyTaFnrLQffTZS3abEe7ZbEXTfxPid { 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; }#mNqyTaFnrLQffTZS3abEe7ZbEXTfxPid > .row .container { background-color: transparent; background-image: none; }#mNqyTaFnrLQffTZS3abEe7ZbEXTfxPid::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mNqyTaFnrLQffTZS3abEe7ZbEXTfxPid > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mNqyTaFnrLQffTZS3abEe7ZbEXTfxPid > .row .container > .video-iframe-container { display: none; }#mNqyTaFnrLQffTZS3abEe7ZbEXTfxPid > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mNqyTaFnrLQffTZS3abEe7ZbEXTfxPid > .row > .video-iframe-container { display: none; }#mNqyTaFnrLQffTZS3abEe7ZbEXTfxPid > .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); }#mNqyTaFnrLQffTZS3abEe7ZbEXTfxPid > .row .container { border-width: 0; border-radius: 0; }#mNqyTaFnrLQffTZS3abEe7ZbEXTfxPid > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mNqyTaFnrLQffTZS3abEe7ZbEXTfxPid > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:60rem;position:relative;display:block; }#NTTL33fCLpoIfTh1v58kITFxTmIuTLM0 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.5625rem;width:29.625rem;top:4.09375rem;left:0.1875rem;overflow:hidden;display:block; }
#iZWg2HCDRtMgz7velDRlNTg2dvOl3cTh { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.75rem;width:29.625rem;top:4rem;left:30.1875rem;overflow:hidden;display:block; }
#lGfhcT6OtsX2WZmTnBK6535DuovkUG5c { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,0);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:2.5rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:24.375rem;left:9.375rem;display:block; }
#IPy6EwPXRztlXy1VUAWqP6hEQ1JleBw7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LQoc6Xn7unc5NCWBQO0lKZekP9W2AhhT { position:absolute;display:block;z-index:15002;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.5625rem;width:6.375rem;top:28.1875rem;left:11.8125rem;overflow:hidden;display:block; }
#GiLx7crBZUuSr7kwAQFGRl47yqax6Mmx { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,0);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:2.5rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:24.375rem;left:39.375rem;display:block; }
#wl7l93gD5wqdLCT2ai8HkoaXDRkg0TTV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qoP4QHnGw8NaKH1s346LpFdIvyQqcWOp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#qoP4QHnGw8NaKH1s346LpFdIvyQqcWOp > .row .container { background-color: transparent; background-image: none; }#qoP4QHnGw8NaKH1s346LpFdIvyQqcWOp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qoP4QHnGw8NaKH1s346LpFdIvyQqcWOp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qoP4QHnGw8NaKH1s346LpFdIvyQqcWOp > .row .container > .video-iframe-container { display: none; }#qoP4QHnGw8NaKH1s346LpFdIvyQqcWOp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qoP4QHnGw8NaKH1s346LpFdIvyQqcWOp > .row > .video-iframe-container { display: none; }#qoP4QHnGw8NaKH1s346LpFdIvyQqcWOp > .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); }#qoP4QHnGw8NaKH1s346LpFdIvyQqcWOp > .row .container { border-width: 0; border-radius: 0; }#qoP4QHnGw8NaKH1s346LpFdIvyQqcWOp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qoP4QHnGw8NaKH1s346LpFdIvyQqcWOp > .row .container { font-size:0.875rem;font-family:arial;height:52.3125rem;width:60rem;position:relative;display:block; }#MPnaI2w6tMsbkL82m3ZKuCDLhca6dtl5 { color:#000000;display:block;width:15.4375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15016;line-height:2;letter-spacing:0;top:5.5625rem;left:40.125rem;height:9.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GeEUa4CEewydtu1nOpFiIOpH4W6gN6zR { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:18.75rem;top:17.625rem;left:21rem;overflow:hidden;display:block; }
#Q9RLrXLbpTDT5uXHl7EmPbJ5GkyCxO5z { box-sizing:content-box;height:14.375rem;width:17.625rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-2),1);background-image:none;top:3.25rem;left:39rem;display:block; }
#zWHmChzcAymHSLkWQdP3PRuFSWxcVpIr { box-sizing:content-box;height:14.375rem;width:17.625rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;top:32.875rem;left:39rem;display:block; }
#HFWsrACC9VCW9rr20JTispmQ2D4cpwHg { box-sizing:content-box;height:14.375rem;width:17.625rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;top:3.25rem;left:3.375rem;display:block; }
#oCIbsfrlxvDW2ySyGQSMiaftNQc0UoJP { box-sizing:content-box;height:14.375rem;width:17.625rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;top:32.875rem;left:3.375rem;display:block; }
#pAHV0CGD5T7ldlsvntpwXl4fD5Tu30Tc { color:#000000;display:block;width:15.4375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15017;line-height:2;letter-spacing:0;top:8rem;left:4.4375rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FeICJqTnV2mqKMcibGTCiAE9lmX3mAsS { color:rgba(var(--color-tertiary-0),1);display:block;width:12rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15014;line-height:2;letter-spacing:0;top:13.3125rem;left:24.375rem;height:4.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sPtU8Z7XbmEBQsVDx8HyoSOnR8P2gwaE { color:rgba(var(--color-tertiary-0),1);display:block;width:12rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15015;line-height:2;letter-spacing:0;top:34.0625rem;left:24.375rem;height:4.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Jq3ixlAEhzNmlS6JfU7pMho4TOQdNbTh { color:#000000;display:block;width:15.4375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15017;line-height:2;letter-spacing:0;top:37.625rem;left:4.4375rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a4flk2x1L2lZZ5MycgoeiUeucDM8Q3IT { color:#000000;display:block;width:15.4375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15018;line-height:2;letter-spacing:0;top:36.8125rem;left:40.125rem;height:8.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W4ccbn1nCr8UN671RHSO1G0CEMTysL9R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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;z-index:auto;display:block; }#W4ccbn1nCr8UN671RHSO1G0CEMTysL9R > .row .container { background-color: transparent; background-image: none; }#W4ccbn1nCr8UN671RHSO1G0CEMTysL9R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W4ccbn1nCr8UN671RHSO1G0CEMTysL9R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W4ccbn1nCr8UN671RHSO1G0CEMTysL9R > .row .container > .video-iframe-container { display: none; }#W4ccbn1nCr8UN671RHSO1G0CEMTysL9R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W4ccbn1nCr8UN671RHSO1G0CEMTysL9R > .row > .video-iframe-container { display: none; }#W4ccbn1nCr8UN671RHSO1G0CEMTysL9R > .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); }#W4ccbn1nCr8UN671RHSO1G0CEMTysL9R > .row .container { border-width: 0; border-radius: 0; }#W4ccbn1nCr8UN671RHSO1G0CEMTysL9R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W4ccbn1nCr8UN671RHSO1G0CEMTysL9R > .row .container { font-size:0.875rem;font-family:arial;height:42.3125rem;width:60rem;position:relative;display:block; }#WsvXuwcig7GQzdrETgwMDn4qTthxsIAq { box-sizing:content-box;color:rgba(var(--color-secondary-0),1);font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:31.5rem;left:23.75rem;display:block; }
#dBz7autwqLJxoI5BrU7leq5aJBORNtUR { box-sizing:content-box;color:rgba(var(--color-secondary-0),1);font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:31.5rem;left:28.8125rem;display:block; }
#f3MKreJTy0XEEkkPFaXOQBGaScaW4qb2 { box-sizing:content-box;color:rgba(var(--color-secondary-0),1);font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:31.5rem;left:34.25rem;display:block; }
#VhRNObiiisTcpM6Lx6TlFriKN5gqvcZC { color:rgba(var(--color-tertiary-0),1);display:block;width:23.0625rem;position:absolute;font-family:"roboto condensed";font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:34.75rem;left:18.5rem;height:1.3994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eG8UK0o9BfJfmH8fLu10h6oK2OQurhwX { position:absolute;display:block;z-index:15013;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:20rem;width:13.875rem;top:6.9375rem;left:23.0625rem;overflow:hidden;display:block; }
#aln1ddAd0seg6REvITSGJmMtxhNIWWP5 { color:rgba(var(--color-tertiary-0),1);display:block;width:31.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15014;line-height:2;letter-spacing:0;top:2.1875rem;left:14.46875rem;height:2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f2E8cfa69zcyZXvOy4kKJcakdxHLLMdO { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,0);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:2.5rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:13.375rem;left:7.3125rem;display:block; }
#rb9UC7GtolmWCnFrTFgZTmlLvqdOw8Gt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dwFw7Gi3XU6ivTDgnLnJhb8BrIIM23zh { position:absolute;display:block;z-index:15003;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.5625rem;width:6.375rem;top:17.5rem;left:9.75rem;overflow:hidden;display:block; }
#f4hzzBD6DuSFA8XiuPdcwKsevsGVTMi9 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,0);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:2.5rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:13.375rem;left:41.5625rem;display:block; }
#VOQssvPDAEQK6Z4IplfiXFVEkGANf5oR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UXw2KxdLWvWDJAivvPuakCcnZr8TyrnX { color:rgba(var(--color-tertiary-0),1);display:block;width:17.75rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15015;line-height:2;letter-spacing:0;top:27.6875rem;left:21.125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TkgcQq1zlrrqLbrKxNbTMT3UnzTqVhvO { display:block; }#TkgcQq1zlrrqLbrKxNbTMT3UnzTqVhvO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nMlBu9EdsdSv1tSCyDEbg5Zx6oSeD6P9 { top:17.9375rem;left:0rem;width:23.5rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCMinKqJtLu1UcCN3JvZRZ5hqLFqLJrp { top:0.6875rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNio39zOTqp5KJ4zILT4a8hWpGMrAvJt { top:35.6875rem;left:4.5rem;width:3.125rem;height:3.125rem;display:block; }
#GNio39zOTqp5KJ4zILT4a8hWpGMrAvJt > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #WE8zuomrVQRbpoeQNg3ODu6aV09sciTn { top:35.125rem;left:3.9375rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGJGbsJHGf72TwmplUd7lIhVlNcQiOSK { top:2.6875rem;left:0rem;width:31.3125rem;height:45.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbQuDzZIo7SLsVMCdQT5q1EznMiyakzT { width:17.875rem;height:14.25rem;top:15.75rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ncix02DE6TA4Bs8HFOkPLphh2F94mCOE { display:block; }#Ncix02DE6TA4Bs8HFOkPLphh2F94mCOE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZAGXJRywgFxIWctWVnnaVD4mHdnC588Z { width:47.75rem;height:2.1875rem;top:2.0625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6Zp0gGKeHmfxEwBf0oVA4FffD4G9Alf { display:block; }#A6Zp0gGKeHmfxEwBf0oVA4FffD4G9Alf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MkLaWrRs2gP5aSVIO4mFWCQ42y2teLPf { top:1.8125rem;left:11.09375rem;width:25.5625rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwF7uhfKa0zhtmiN0SuRNpfyw8sE8mpR { display:block; }#XwF7uhfKa0zhtmiN0SuRNpfyw8sE8mpR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N1JTEEisbVNcDfveMNTbaBIr0rbevbT7 { top:16rem;left:26.75rem;width:21rem;height:34.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgWiQfguFe4clr4ARumQZztXTQmlFsAD { top:6.3125rem;left:26.0625rem;width:21.6875rem;height:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QU1apH7AncT1JiiPvhocIRSXZ3utU0fr { top:1.25rem;left:0rem;width:31.0625rem;height:22rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mlr3TC1ULnI6o7LfXwanTTe5gKbJziKz { top:24.6875rem;left:0rem;width:31.0625rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qt9XICxnRLb4WJm3vQZVhZAWFhKenWEM { top:27.5rem;left:0rem;width:31.0625rem;height:34.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3OaJz6C9yd8syz5TEiT4umC1EIDpke5 { top:34.6875rem;left:25.5625rem;width:22.1875rem;height:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTCTfqr4Zv8DC6w8Weq3TRNTiyd3JgA0 { top:8.75rem;left:41.25rem;width:6.375rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFsXQ6siT42L8wPLKw0HAdiUdJOukVpG { width:11.25rem;height:2.5rem;top:34.6875rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxL0eerkqC8QBTGdCVWx7BSxVcTH87tz { display:block; }
 }@media only screen and (max-width: 763px) { #uDnxQT6VZkN57y0y8JVDUBmOFqOWCnp9 { width:11.25rem;height:2.5rem;top:28.25rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkQE1HL5AT93BhKKy4KIMP3Ahv2TgMth { display:block; }
 }@media only screen and (max-width: 763px) { #OBD1HoKQqVPA7vxB3w3p7KDQ2Ub1ms54 { display:block; }#OBD1HoKQqVPA7vxB3w3p7KDQ2Ub1ms54 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qFZ6vQntx9rLiWnskTk650hRF91ZdCLU { width:47.75rem;height:2.1875rem;top:2.0625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7bITxgT2MNxIFrLeXKT1810SVhGSTXH { display:block; }#r7bITxgT2MNxIFrLeXKT1810SVhGSTXH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #giIubhBfu9rKnZt97QgvaAyidw7Z5Xnw { top:4.1875rem;left:8.34375rem;width:31.0625rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBQVbmTqcGsk5LFUHFrpLlOyTuCC1sNR { top:9.4375rem;left:0rem;width:47.75rem;height:26rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNqyTaFnrLQffTZS3abEe7ZbEXTfxPid { display:block; }#mNqyTaFnrLQffTZS3abEe7ZbEXTfxPid > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NTTL33fCLpoIfTh1v58kITFxTmIuTLM0 { top:4.0625rem;left:0rem;width:29.625rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZWg2HCDRtMgz7velDRlNTg2dvOl3cTh { top:4rem;left:18.125rem;width:29.625rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGfhcT6OtsX2WZmTnBK6535DuovkUG5c { width:11.25rem;height:2.5rem;top:24.375rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPy6EwPXRztlXy1VUAWqP6hEQ1JleBw7 { display:block; }
 }@media only screen and (max-width: 763px) { #LQoc6Xn7unc5NCWBQO0lKZekP9W2AhhT { top:28.1875rem;left:8.75rem;width:6.375rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiLx7crBZUuSr7kwAQFGRl47yqax6Mmx { width:11.25rem;height:2.5rem;top:24.375rem;left:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wl7l93gD5wqdLCT2ai8HkoaXDRkg0TTV { display:block; }
 }@media only screen and (max-width: 763px) { #qoP4QHnGw8NaKH1s346LpFdIvyQqcWOp { display:block; }#qoP4QHnGw8NaKH1s346LpFdIvyQqcWOp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MPnaI2w6tMsbkL82m3ZKuCDLhca6dtl5 { top:5.5625rem;left:32.3125rem;width:15.4375rem;height:9.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeEUa4CEewydtu1nOpFiIOpH4W6gN6zR { top:17.625rem;left:14.875rem;width:18.75rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9RLrXLbpTDT5uXHl7EmPbJ5GkyCxO5z { top:3.25rem;left:30.125rem;width:17.625rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWHmChzcAymHSLkWQdP3PRuFSWxcVpIr { top:32.875rem;left:30.125rem;width:17.625rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFWsrACC9VCW9rr20JTispmQ2D4cpwHg { top:3.25rem;left:0rem;width:17.625rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCIbsfrlxvDW2ySyGQSMiaftNQc0UoJP { top:32.875rem;left:0rem;width:17.625rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAHV0CGD5T7ldlsvntpwXl4fD5Tu30Tc { top:8rem;left:0rem;width:15.4375rem;height:4.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeICJqTnV2mqKMcibGTCiAE9lmX3mAsS { top:13.3125rem;left:18.25rem;width:12rem;height:4.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPtU8Z7XbmEBQsVDx8HyoSOnR8P2gwaE { top:34.0625rem;left:18.25rem;width:12rem;height:4.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jq3ixlAEhzNmlS6JfU7pMho4TOQdNbTh { top:37.625rem;left:0rem;width:15.4375rem;height:6.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4flk2x1L2lZZ5MycgoeiUeucDM8Q3IT { top:36.8125rem;left:32.3125rem;width:15.4375rem;height:8.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4ccbn1nCr8UN671RHSO1G0CEMTysL9R { display:block; }#W4ccbn1nCr8UN671RHSO1G0CEMTysL9R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WsvXuwcig7GQzdrETgwMDn4qTthxsIAq { top:31.5rem;left:17.625rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBz7autwqLJxoI5BrU7leq5aJBORNtUR { top:31.5rem;left:22.6875rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3MKreJTy0XEEkkPFaXOQBGaScaW4qb2 { top:31.5rem;left:28.125rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhRNObiiisTcpM6Lx6TlFriKN5gqvcZC { top:34.75rem;left:12.375rem;width:23.0625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eG8UK0o9BfJfmH8fLu10h6oK2OQurhwX { top:6.9375rem;left:16.9375rem;width:13.875rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #aln1ddAd0seg6REvITSGJmMtxhNIWWP5 { top:2.1875rem;left:8.34375rem;width:31.0625rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2E8cfa69zcyZXvOy4kKJcakdxHLLMdO { width:11.25rem;height:2.5rem;top:13.375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rb9UC7GtolmWCnFrTFgZTmlLvqdOw8Gt { display:block; }
 }@media only screen and (max-width: 763px) { #dwFw7Gi3XU6ivTDgnLnJhb8BrIIM23zh { top:17.5rem;left:3.625rem;width:6.375rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4hzzBD6DuSFA8XiuPdcwKsevsGVTMi9 { width:11.25rem;height:2.5rem;top:13.375rem;left:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOQssvPDAEQK6Z4IplfiXFVEkGANf5oR { display:block; }
 }@media only screen and (max-width: 763px) { #UXw2KxdLWvWDJAivvPuakCcnZr8TyrnX { top:27.6875rem;left:15rem;width:17.75rem;height:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TkgcQq1zlrrqLbrKxNbTMT3UnzTqVhvO { display:block; }#TkgcQq1zlrrqLbrKxNbTMT3UnzTqVhvO > .row .container { width:20rem;height:46.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nMlBu9EdsdSv1tSCyDEbg5Zx6oSeD6P9 { width:7.6875rem;height:0.3125rem;top:3.1875rem;left:11.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SCMinKqJtLu1UcCN3JvZRZ5hqLFqLJrp { width:19.3125rem;height:19.3125rem;top:16.4375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNio39zOTqp5KJ4zILT4a8hWpGMrAvJt { display:flex;width:3.125rem;height:3.125rem;top:40rem;left:8.5625rem;font-size:1.5rem; }
#GNio39zOTqp5KJ4zILT4a8hWpGMrAvJt > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #WE8zuomrVQRbpoeQNg3ODu6aV09sciTn { width:4rem;height:4rem;top:39.4375rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGJGbsJHGf72TwmplUd7lIhVlNcQiOSK { width:19.125rem;height:26.0625rem;top:10.6875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbQuDzZIo7SLsVMCdQT5q1EznMiyakzT { width:19rem;height:10.9960625rem;top:4.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Ncix02DE6TA4Bs8HFOkPLphh2F94mCOE { display:block; }#Ncix02DE6TA4Bs8HFOkPLphh2F94mCOE > .row .container { width:20rem;height:9.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZAGXJRywgFxIWctWVnnaVD4mHdnC588Z { width:18.25rem;height:3.298825rem;top:2.943359375rem;left:0.875rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #A6Zp0gGKeHmfxEwBf0oVA4FffD4G9Alf { display:block; }#A6Zp0gGKeHmfxEwBf0oVA4FffD4G9Alf > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MkLaWrRs2gP5aSVIO4mFWCQ42y2teLPf { width:16.375rem;height:13.375rem;top:1.28125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwF7uhfKa0zhtmiN0SuRNpfyw8sE8mpR { display:block; }#XwF7uhfKa0zhtmiN0SuRNpfyw8sE8mpR > .row .container { width:20rem;height:130.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N1JTEEisbVNcDfveMNTbaBIr0rbevbT7 { width:19.5rem;height:26.25rem;top:33.1875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgWiQfguFe4clr4ARumQZztXTQmlFsAD { width:15.6875rem;height:18.1875rem;top:22.625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QU1apH7AncT1JiiPvhocIRSXZ3utU0fr { width:18.0625rem;height:22.75rem;top:1.3125rem;left:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mlr3TC1ULnI6o7LfXwanTTe5gKbJziKz { width:20rem;height:1.625rem;top:72rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qt9XICxnRLb4WJm3vQZVhZAWFhKenWEM { width:20rem;height:53.625rem;top:74.875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3OaJz6C9yd8syz5TEiT4umC1EIDpke5 { width:15.6875rem;height:18.125rem;top:51.9375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTCTfqr4Zv8DC6w8Weq3TRNTiyd3JgA0 { width:6.375rem;height:1.5625rem;top:24.625rem;left:10.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFsXQ6siT42L8wPLKw0HAdiUdJOukVpG { width:11.25rem;height:2.5rem;top:47.75rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxL0eerkqC8QBTGdCVWx7BSxVcTH87tz { display:block; }
 }@media only screen and (max-width: 763px) { #uDnxQT6VZkN57y0y8JVDUBmOFqOWCnp9 { width:11.25rem;height:2.5rem;top:41.6875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkQE1HL5AT93BhKKy4KIMP3Ahv2TgMth { display:block; }
 }@media only screen and (max-width: 763px) { #OBD1HoKQqVPA7vxB3w3p7KDQ2Ub1ms54 { display:block; }#OBD1HoKQqVPA7vxB3w3p7KDQ2Ub1ms54 > .row .container { width:20rem;height:8.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qFZ6vQntx9rLiWnskTk650hRF91ZdCLU { width:18.25rem;height:3.298825rem;top:2.443359375rem;left:0.875rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #r7bITxgT2MNxIFrLeXKT1810SVhGSTXH { display:block; }#r7bITxgT2MNxIFrLeXKT1810SVhGSTXH > .row .container { width:20rem;height:55.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #giIubhBfu9rKnZt97QgvaAyidw7Z5Xnw { width:18.0625rem;height:1.625rem;top:1.3125rem;left:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBQVbmTqcGsk5LFUHFrpLlOyTuCC1sNR { width:20rem;height:48.75rem;top:4.1875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNqyTaFnrLQffTZS3abEe7ZbEXTfxPid { display:block; }#mNqyTaFnrLQffTZS3abEe7ZbEXTfxPid > .row .container { width:20rem;height:46.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NTTL33fCLpoIfTh1v58kITFxTmIuTLM0 { width:20rem;height:13.3125rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZWg2HCDRtMgz7velDRlNTg2dvOl3cTh { width:20rem;height:13.333333333333rem;top:25.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGfhcT6OtsX2WZmTnBK6535DuovkUG5c { width:11.25rem;height:2.5rem;top:16.125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPy6EwPXRztlXy1VUAWqP6hEQ1JleBw7 { display:block; }
 }@media only screen and (max-width: 763px) { #LQoc6Xn7unc5NCWBQO0lKZekP9W2AhhT { width:6.75rem;height:1.6875rem;top:20.5rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiLx7crBZUuSr7kwAQFGRl47yqax6Mmx { width:11.25rem;height:2.5rem;top:40.01953125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wl7l93gD5wqdLCT2ai8HkoaXDRkg0TTV { display:block; }
 }@media only screen and (max-width: 763px) { #qoP4QHnGw8NaKH1s346LpFdIvyQqcWOp { display:block; }#qoP4QHnGw8NaKH1s346LpFdIvyQqcWOp > .row .container { width:20rem;height:88.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MPnaI2w6tMsbkL82m3ZKuCDLhca6dtl5 { width:18.0625rem;height:8.125rem;top:75rem;left:0.96875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeEUa4CEewydtu1nOpFiIOpH4W6gN6zR { width:12.5625rem;height:10.25rem;top:7.6875rem;left:3.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9RLrXLbpTDT5uXHl7EmPbJ5GkyCxO5z { width:17.625rem;height:14.375rem;top:24.75rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWHmChzcAymHSLkWQdP3PRuFSWxcVpIr { width:17.625rem;height:14.375rem;top:56.1875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFWsrACC9VCW9rr20JTispmQ2D4cpwHg { width:17.625rem;height:14.375rem;top:71.875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCIbsfrlxvDW2ySyGQSMiaftNQc0UoJP { width:17.625rem;height:14.375rem;top:40.375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAHV0CGD5T7ldlsvntpwXl4fD5Tu30Tc { width:15.4375rem;height:4.875rem;top:29.5rem;left:2.28125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeICJqTnV2mqKMcibGTCiAE9lmX3mAsS { width:12rem;height:4rem;top:3.75rem;left:4rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPtU8Z7XbmEBQsVDx8HyoSOnR8P2gwaE { width:12rem;height:4rem;top:17.9375rem;left:4rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jq3ixlAEhzNmlS6JfU7pMho4TOQdNbTh { width:15.4375rem;height:6.5rem;top:44.3125rem;left:2.28125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4flk2x1L2lZZ5MycgoeiUeucDM8Q3IT { width:15.4375rem;height:8.125rem;top:59.3125rem;left:2.28125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4ccbn1nCr8UN671RHSO1G0CEMTysL9R { position:relative;z-index:auto;background-color:#000000;background-image:none;display:block; }#W4ccbn1nCr8UN671RHSO1G0CEMTysL9R > .row .container { background-color: transparent; background-image: none; }#W4ccbn1nCr8UN671RHSO1G0CEMTysL9R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W4ccbn1nCr8UN671RHSO1G0CEMTysL9R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W4ccbn1nCr8UN671RHSO1G0CEMTysL9R > .row .container > .video-iframe-container { display: none; }#W4ccbn1nCr8UN671RHSO1G0CEMTysL9R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W4ccbn1nCr8UN671RHSO1G0CEMTysL9R > .row > .video-iframe-container { display: none; }#W4ccbn1nCr8UN671RHSO1G0CEMTysL9R > .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); }#W4ccbn1nCr8UN671RHSO1G0CEMTysL9R > .row .container { width:20rem;height:61.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WsvXuwcig7GQzdrETgwMDn4qTthxsIAq { width:2rem;height:2rem;top:48.5625rem;left:3.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBz7autwqLJxoI5BrU7leq5aJBORNtUR { width:2rem;height:2rem;top:48.5625rem;left:9rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3MKreJTy0XEEkkPFaXOQBGaScaW4qb2 { width:2rem;height:2rem;top:48.5625rem;left:14.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhRNObiiisTcpM6Lx6TlFriKN5gqvcZC { width:20rem;height:1.3994125rem;top:52.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eG8UK0o9BfJfmH8fLu10h6oK2OQurhwX { width:13.9375rem;height:20rem;top:16.4619140625rem;left:3.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aln1ddAd0seg6REvITSGJmMtxhNIWWP5 { width:20rem;height:1.625rem;top:2.7119140625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2E8cfa69zcyZXvOy4kKJcakdxHLLMdO { width:11.25rem;height:2.5rem;top:11.0869140625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rb9UC7GtolmWCnFrTFgZTmlLvqdOw8Gt { display:block; }
 }@media only screen and (max-width: 763px) { #dwFw7Gi3XU6ivTDgnLnJhb8BrIIM23zh { width:6.375rem;height:1.5625rem;top:8.5244140625rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4hzzBD6DuSFA8XiuPdcwKsevsGVTMi9 { width:11.25rem;height:2.5rem;top:40.6494140625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOQssvPDAEQK6Z4IplfiXFVEkGANf5oR { display:block; }
 }@media only screen and (max-width: 763px) { #UXw2KxdLWvWDJAivvPuakCcnZr8TyrnX { width:17.75rem;height:1.5rem;top:37.0244140625rem;left:1.125rem;font-size:0.75rem;display:block; }
 }