.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,223,204;--color-primary-1:255,159,102;--color-primary-2:255,95,0;--color-primary-3:157,23,23;--color-primary-4:51,19,0;--color-secondary-0:223,245,222;--color-secondary-1:150,223,145;--color-secondary-2:44,190,35;--color-secondary-3:22,95,18;--color-secondary-4:7,29,5;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Oswald";--paragraphs-font-family:"Oswald"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color: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); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob { background-color:rgba(var(--color-primary-3),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container { background-color: transparent; background-image: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container > .video-iframe-container { display: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row > .video-iframe-container { display: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .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); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container { border-width: 0; border-radius: 0; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container { font-size:0.875rem;font-family:arial;height:2.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#BG7k0u8J5GTK8ROcOxke6cW228ZVLvo8 { color:#ff0000;display:block;width:71.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:0.490234375rem;left:1.90625rem;height:1.70631875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UCXWzGqeTITgm4yNHM6UKn65oK1tBl91 { 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-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.5rem;height:5.5625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:29.3125rem;left:8.03125rem;display:none; }
#yTG6Jqx59lcQrbW5OiPezVhTUH8SurCr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gqNtqyWDxQRZvafVGghxQizgJTbpKsKI { color:#1c191a;display:block;width:63.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:2.8085939884186rem;left:5.59375rem;height:49.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#Kg3qInBFTe5fUk9Zp0qyFsQm37M9W8td { background-color:#201d1e;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Kg3qInBFTe5fUk9Zp0qyFsQm37M9W8td > .row .container { background-color: transparent; background-image: none; }#Kg3qInBFTe5fUk9Zp0qyFsQm37M9W8td::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kg3qInBFTe5fUk9Zp0qyFsQm37M9W8td > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kg3qInBFTe5fUk9Zp0qyFsQm37M9W8td > .row .container > .video-iframe-container { display: none; }#Kg3qInBFTe5fUk9Zp0qyFsQm37M9W8td > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kg3qInBFTe5fUk9Zp0qyFsQm37M9W8td > .row > .video-iframe-container { display: none; }#Kg3qInBFTe5fUk9Zp0qyFsQm37M9W8td > .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); }#Kg3qInBFTe5fUk9Zp0qyFsQm37M9W8td > .row .container { border-width: 0; border-radius: 0; }#Kg3qInBFTe5fUk9Zp0qyFsQm37M9W8td > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Kg3qInBFTe5fUk9Zp0qyFsQm37M9W8td > .row .container { font-size:0.875rem;font-family:arial;height:43rem;width:75rem;overflow:visible;position:relative;display:block; }#LeT8LzorxgS0TcPyMR1atLsm6zvtrfSi { color:#131212;display:block;width:54.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:2.13671875rem;left:10.28125rem;height:5.8496125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rKfFmmr3yTEBmenIcPTqHhCJE8OWO87o { 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-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.5rem;height:5.5625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:29.3125rem;left:8.03125rem;display:none; }
#vvp5Lh9NfznGkwrVZ3DgIIExqOObUELo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SVtGlAzT9cFG86iyg8N9TB1DTBQmERvm { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30.75rem;width:54.75rem;top:9.34375rem;left:10.125rem;display:block; }
#kEHVunvr7VyC6xqD8TqcvL00mZyOm12e { box-sizing:content-box;height:183.6875rem;width:67.125rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.25rem;left:3.9375rem;display:block; }
#ITfkTt3TxDWHnweTAexExssMwnbxt56D { color:#1c191a;display:block;width:63.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:2.8085939884186rem;left:5.59375rem;height:49.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#TX9dq3oihQJKfokvIRqG5TLFEQF3iklo { color:#1c191a;display:block;width:63.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:2.8085939884186rem;left:5.59375rem;height:49.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#myqoX0mZr10gGtJWpCRrXw5fwBxHQanc { color:#1c191a;display:block;width:63.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:2.8085939884186rem;left:5.59375rem;height:49.875rem;font-style:normal;display:none; }#myqoX0mZr10gGtJWpCRrXw5fwBxHQanc li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#myqoX0mZr10gGtJWpCRrXw5fwBxHQanc li:before{  }
#Gpvx6pn5ckqP2FHynypHztgAAfx7o9vy { color:#1c191a;display:block;width:63.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:2.8085939884186rem;left:5.59375rem;height:49.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#a7LraRm946ELyEZqtZt2M84xTP3UTw9f { position:absolute;display:block;z-index:15076;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:27rem;width:18.625rem;top:54.3125rem;left:7.25rem;overflow:hidden;display:none; }
#yUXohJbZTIMPl1ybufRBA2dLFmolvfX0 { position:absolute;display:block;z-index:15077;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:26.9375rem;width:21.875rem;top:54.375rem;left:27.0625rem;overflow:hidden;display:none; }
#IAgC7odLTHe30dx258bG0FbbOBX6rfh8 { position:absolute;display:block;z-index:15078;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:27rem;width:17.375rem;top:54.3125rem;left:50.375rem;overflow:hidden;display:none; }
#uADDHirwkHC3b4kTGuSwip7w6gSk2rSB { color:#1c191a;display:block;width:63.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:2.8085939884186rem;left:5.59375rem;height:49.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#201d1e;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; }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row .container { background-color: transparent; background-image: none; }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row .container > .video-iframe-container { display: none; }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row > .video-iframe-container { display: none; }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .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); }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row .container { border-width: 0; border-radius: 0; }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row .container { font-size:0.875rem;font-family:arial;height:145.9375rem;width:75rem;position:relative;display:block; }#ZWuJgV31amqv18zgQw6Nprv6FZoJSMKZ { color:#1c191a;display:block;width:63.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:2.8085939884186rem;left:5.59375rem;height:55.11475rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#BTERiiZ1JlBuR5LpFOI1lQbtHOsaJo78 { background-color:rgba(var(--color-secondary-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-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.6875rem;height:5rem;text-decoration:none;z-index:15075;text-align:center;text-align-last:center;top:130.12500572204rem;left:24.15625rem;display:block; }
#rGtkpMf1rHZ2riAOTEG3Z663dqKimFdE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QtD73IpIL9uS3GBl7WvaTJlIMFrqVqbI { position:absolute;display:block;z-index:15076;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:27rem;width:18.625rem;top:58.9375rem;left:7.25rem;overflow:hidden;display:block; }
#kduBT1xJskUTaWGpvmtMJ82WcNRqNqci { position:absolute;display:block;z-index:15077;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:26.9375rem;width:21.875rem;top:59rem;left:27.0625rem;overflow:hidden;display:block; }
#gJTVx7mdVR1OOeXX28VpS3ToyVtZW12y { position:absolute;display:block;z-index:15078;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:27rem;width:17.375rem;top:58.9375rem;left:50.375rem;overflow:hidden;display:block; }
#H59WhGFpDWcRELxE9TS8xKeBCIIIl9Ok { position:absolute;display:block;z-index:15079;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:23.25rem;width:59.8125rem;top:89rem;left:7.125rem;overflow:hidden;display:block; }
#lsctDZJr89yofizd8Ntd3hqlzWFkDUCm { position:absolute;display:block;z-index:15080;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:15rem;width:46.875rem;top:95.25rem;left:20.0625rem;overflow:hidden;display:block; }
#IMZVnZqSWSexGv8Dqa1quQO4xJBGTZ7M { box-sizing:content-box;height:16.625rem;width:48.625rem;position:absolute;display:block;z-index:15079;background-color:#e3e3e3;background-image:none;top:94.5rem;left:19.25rem;display:block; }
#HRGUit98zISGM2s78dxOir6rKNKURgd7 { color:rgba(var(--color-tertiary-4),1);display:block;width:64.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15072;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.41);top:113.12500572204rem;left:5.21875rem;height:8.45050625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WTJbXQ5gAFHD4rETHSck5uniZMgp5nFo { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15072;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.41);top:123.8125rem;left:29.25rem;height:4.7122375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FT8ftT2EfRhge0CQHXH1KCZhETLHsTvL { display:block;width:8.5605rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:128.5rem;left:33.25rem;height:1.625rem;color:#303031;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QlfGJGW37pAvxuJN8auIQFc9nQAnMnyI { color:rgba(var(--color-tertiary-4),1);display:block;width:54.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15073;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.41);top:135.75000572204rem;left:10.65625rem;height:2.76204375rem;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) { #kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob { display:block; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BG7k0u8J5GTK8ROcOxke6cW228ZVLvo8 { width:47.75rem;height:;top:0.4375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCXWzGqeTITgm4yNHM6UKn65oK1tBl91 { width:28.5rem;height:5.5625rem;top:29.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yTG6Jqx59lcQrbW5OiPezVhTUH8SurCr { display:block; }
 }@media only screen and (max-width: 763px) { #gqNtqyWDxQRZvafVGghxQizgJTbpKsKI { width:20rem;height:;top:0.6875rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kg3qInBFTe5fUk9Zp0qyFsQm37M9W8td { display:block; }#Kg3qInBFTe5fUk9Zp0qyFsQm37M9W8td > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LeT8LzorxgS0TcPyMR1atLsm6zvtrfSi { width:47.75rem;height:;top:2.125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKfFmmr3yTEBmenIcPTqHhCJE8OWO87o { width:28.5rem;height:5.5625rem;top:29.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vvp5Lh9NfznGkwrVZ3DgIIExqOObUELo { display:block; }
 }@media only screen and (max-width: 763px) { #SVtGlAzT9cFG86iyg8N9TB1DTBQmERvm { top:9.3125rem;left:0rem;width:47.75rem;height:26.818493150685rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEHVunvr7VyC6xqD8TqcvL00mZyOm12e { top:1.25rem;left:0rem;width:47.75rem;height:183.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITfkTt3TxDWHnweTAexExssMwnbxt56D { width:19.0625rem;height:;top:18.75rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TX9dq3oihQJKfokvIRqG5TLFEQF3iklo { width:20rem;height:;top:2.9375rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #myqoX0mZr10gGtJWpCRrXw5fwBxHQanc { width:19.0625rem;height:;top:39.8125rem;left:0rem;font-size:1.0625rem;display:none; }#myqoX0mZr10gGtJWpCRrXw5fwBxHQanc li:before{  }
 }@media only screen and (max-width: 763px) { #Gpvx6pn5ckqP2FHynypHztgAAfx7o9vy { width:19.0625rem;height:;top:125.75rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #a7LraRm946ELyEZqtZt2M84xTP3UTw9f { top:54.3125rem;left:0rem;width:18.625rem;height:27rem;display:none; }
 }@media only screen and (max-width: 763px) { #yUXohJbZTIMPl1ybufRBA2dLFmolvfX0 { top:54.375rem;left:13.4375rem;width:21.875rem;height:26.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IAgC7odLTHe30dx258bG0FbbOBX6rfh8 { top:54.3125rem;left:30.375rem;width:17.375rem;height:27rem;display:none; }
 }@media only screen and (max-width: 763px) { #uADDHirwkHC3b4kTGuSwip7w6gSk2rSB { width:19.0625rem;height:;top:54rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI { display:block; }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZWuJgV31amqv18zgQw6Nprv6FZoJSMKZ { width:47.75rem;height:;top:2.75rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTERiiZ1JlBuR5LpFOI1lQbtHOsaJo78 { width:26.6875rem;height:5rem;top:130.125rem;left:10.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGtkpMf1rHZ2riAOTEG3Z663dqKimFdE { display:block; }
 }@media only screen and (max-width: 763px) { #QtD73IpIL9uS3GBl7WvaTJlIMFrqVqbI { top:58.9375rem;left:0rem;width:18.625rem;height:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #kduBT1xJskUTaWGpvmtMJ82WcNRqNqci { top:59rem;left:13.4375rem;width:21.875rem;height:26.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJTVx7mdVR1OOeXX28VpS3ToyVtZW12y { top:58.9375rem;left:30.375rem;width:17.375rem;height:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #H59WhGFpDWcRELxE9TS8xKeBCIIIl9Ok { top:89rem;left:0rem;width:47.75rem;height:18.561128526646rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsctDZJr89yofizd8Ntd3hqlzWFkDUCm { top:95.25rem;left:0.875rem;width:46.875rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMZVnZqSWSexGv8Dqa1quQO4xJBGTZ7M { top:94.5rem;left:0rem;width:47.75rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRGUit98zISGM2s78dxOir6rKNKURgd7 { top:113.125rem;left:0rem;width:47.75rem;height:8.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTJbXQ5gAFHD4rETHSck5uniZMgp5nFo { top:123.8125rem;left:15.625rem;width:17.75rem;height:4.6875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FT8ftT2EfRhge0CQHXH1KCZhETLHsTvL { width:24.0625rem;height:5.5rem;top:3.75rem;left:23.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlfGJGW37pAvxuJN8auIQFc9nQAnMnyI { top:135.75rem;left:0rem;width:47.75rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob { background-color:#8d1019;background-image:none;display:block; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container { background-color: transparent; background-image: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container > .video-iframe-container { display: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row > .video-iframe-container { display: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .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); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BG7k0u8J5GTK8ROcOxke6cW228ZVLvo8 { width:19.9359375rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UCXWzGqeTITgm4yNHM6UKn65oK1tBl91 { width:16.4375rem;height:4.75rem;top:38.5rem;left:1.7812500596046rem;font-size:1.3125rem;z-index:15008;font-family:oswald;background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #yTG6Jqx59lcQrbW5OiPezVhTUH8SurCr { display:block; }
 }@media only screen and (max-width: 763px) { #gqNtqyWDxQRZvafVGghxQizgJTbpKsKI { width:20rem;height:2.625rem;top:0.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#ffffff;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #Kg3qInBFTe5fUk9Zp0qyFsQm37M9W8td { background-color:#1e0303;background-image:none;display:block; }#Kg3qInBFTe5fUk9Zp0qyFsQm37M9W8td > .row .container { background-color: transparent; background-image: none; }#Kg3qInBFTe5fUk9Zp0qyFsQm37M9W8td::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kg3qInBFTe5fUk9Zp0qyFsQm37M9W8td > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kg3qInBFTe5fUk9Zp0qyFsQm37M9W8td > .row .container > .video-iframe-container { display: none; }#Kg3qInBFTe5fUk9Zp0qyFsQm37M9W8td > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kg3qInBFTe5fUk9Zp0qyFsQm37M9W8td > .row > .video-iframe-container { display: none; }#Kg3qInBFTe5fUk9Zp0qyFsQm37M9W8td > .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); }#Kg3qInBFTe5fUk9Zp0qyFsQm37M9W8td > .row .container { width:20rem;height:138.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LeT8LzorxgS0TcPyMR1atLsm6zvtrfSi { width:19.9355625rem;height:0;top:2.13671875rem;left:0.0644375rem;text-align:center;text-align-last:center;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rKfFmmr3yTEBmenIcPTqHhCJE8OWO87o { width:16.4375rem;height:4.75rem;top:29.3125rem;left:3.5625rem;font-size:1.3125rem;z-index:15008;font-family:oswald;background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #vvp5Lh9NfznGkwrVZ3DgIIExqOObUELo { display:block; }
 }@media only screen and (max-width: 763px) { #SVtGlAzT9cFG86iyg8N9TB1DTBQmERvm { height:11.1875rem;width:20rem;top:6.8738167285919rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEHVunvr7VyC6xqD8TqcvL00mZyOm12e { width:20rem;height:136rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITfkTt3TxDWHnweTAexExssMwnbxt56D { width:19.0625rem;height:18.5625rem;top:18.808002471924rem;left:0.46875005960464rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#201d1e;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #TX9dq3oihQJKfokvIRqG5TLFEQF3iklo { width:19.62475rem;height:5.625rem;top:1.2494080066681rem;left:0.18702650070191rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#191717;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #myqoX0mZr10gGtJWpCRrXw5fwBxHQanc { width:19.0625rem;height:13.6875rem;top:38.432292938233rem;left:0.46875rem;text-align:left;text-align-last:left;font-size:1.0625rem;color:#201d1e;z-index:15009;display:block; }#myqoX0mZr10gGtJWpCRrXw5fwBxHQanc li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#myqoX0mZr10gGtJWpCRrXw5fwBxHQanc li:before{  }
 }@media only screen and (max-width: 763px) { #Gpvx6pn5ckqP2FHynypHztgAAfx7o9vy { width:19.0625rem;height:15.1875rem;top:61.030601501465rem;left:0.46875005960464rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#201d1e;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #a7LraRm946ELyEZqtZt2M84xTP3UTw9f { width:20rem;height:29rem;top:78.117897987369rem;left:0rem;z-index:15077;display:block; }
 }@media only screen and (max-width: 763px) { #yUXohJbZTIMPl1ybufRBA2dLFmolvfX0 { width:20rem;height:24.749625rem;top:107.81013298034rem;left:0rem;z-index:15078;display:none; }
 }@media only screen and (max-width: 763px) { #IAgC7odLTHe30dx258bG0FbbOBX6rfh8 { width:20rem;height:31.125rem;top:107.11783885956rem;left:0rem;z-index:15079;display:block; }
 }@media only screen and (max-width: 763px) { #uADDHirwkHC3b4kTGuSwip7w6gSk2rSB { width:19.0625rem;height:5.34375rem;top:54.120443344116rem;left:0.46875rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#201d1e;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI { background-color:#ffffff;background-image:none;display:block; }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row .container { background-color: transparent; background-image: none; }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row .container > .video-iframe-container { display: none; }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row > .video-iframe-container { display: none; }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .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); }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row .container { width:20rem;height:31.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZWuJgV31amqv18zgQw6Nprv6FZoJSMKZ { width:20rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#201d1e;display:none; }
 }@media only screen and (max-width: 763px) { #BTERiiZ1JlBuR5LpFOI1lQbtHOsaJo78 { width:18.8125rem;height:4.5rem;top:17.3125rem;left:0.625rem;font-size:0.8125rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGtkpMf1rHZ2riAOTEG3Z663dqKimFdE { display:block; }
 }@media only screen and (max-width: 763px) { #QtD73IpIL9uS3GBl7WvaTJlIMFrqVqbI { width:18.625rem;height:27rem;top:63.0625rem;left:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kduBT1xJskUTaWGpvmtMJ82WcNRqNqci { width:20rem;height:24.627625rem;top:91.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gJTVx7mdVR1OOeXX28VpS3ToyVtZW12y { width:17.3745rem;height:26.999875rem;top:94.627136230469rem;left:1.3121448159218rem;display:none; }
 }@media only screen and (max-width: 763px) { #H59WhGFpDWcRELxE9TS8xKeBCIIIl9Ok { width:20rem;height:7.7734375rem;top:145.440125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lsctDZJr89yofizd8Ntd3hqlzWFkDUCm { width:20rem;height:6.39975rem;top:151.690125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IMZVnZqSWSexGv8Dqa1quQO4xJBGTZ7M { width:20rem;height:16.625rem;top:150.91929675293rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HRGUit98zISGM2s78dxOir6rKNKURgd7 { width:19.875rem;height:8.773425rem;top:1.25rem;left:0.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WTJbXQ5gAFHD4rETHSck5uniZMgp5nFo { width:17.75rem;height:4.7122375rem;top:11.375rem;left:1.125rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FT8ftT2EfRhge0CQHXH1KCZhETLHsTvL { width:8.5rem;height:1.29948125rem;top:16.125rem;left:5.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QlfGJGW37pAvxuJN8auIQFc9nQAnMnyI { width:20rem;height:6.09375rem;top:23.0625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }