.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:249,231,239;--color-primary-1:236,175,201;--color-primary-2:217,94,146;--color-primary-3:109,47,73;--color-primary-4:33,14,22;--color-secondary-0:250,234,228;--color-secondary-1:239,187,165;--color-secondary-2:222,118,74;--color-secondary-3:111,59,37;--color-secondary-4:33,18,11;--color-tertiary-0:255,255,255;--color-tertiary-1:254,247,206;--color-tertiary-2:251,229,91;--color-tertiary-3:126,115,46;--color-tertiary-4:25,23,9;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VHXQDmFTdbJ54s8WqMk2skdVZyEvzJT2 { border-top:0;border-left:0;border-right:0;border-bottom:0.3125rem solid rgba(var(--color-primary-4),1);background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#VHXQDmFTdbJ54s8WqMk2skdVZyEvzJT2 > .row .container { background-color: transparent; background-image: none; }#VHXQDmFTdbJ54s8WqMk2skdVZyEvzJT2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VHXQDmFTdbJ54s8WqMk2skdVZyEvzJT2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VHXQDmFTdbJ54s8WqMk2skdVZyEvzJT2 > .row .container > .video-iframe-container { display: none; }#VHXQDmFTdbJ54s8WqMk2skdVZyEvzJT2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VHXQDmFTdbJ54s8WqMk2skdVZyEvzJT2 > .row > .video-iframe-container { display: none; }#VHXQDmFTdbJ54s8WqMk2skdVZyEvzJT2 > .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); }#VHXQDmFTdbJ54s8WqMk2skdVZyEvzJT2 > .row .container { border-width: 0; border-radius: 0; }#VHXQDmFTdbJ54s8WqMk2skdVZyEvzJT2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VHXQDmFTdbJ54s8WqMk2skdVZyEvzJT2 > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#aBOl2HV6HFpzTeDsDMNVwz0pSiVzN8Fu { 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:2.75rem;width:12.1875rem;top:0.8125rem;left:0rem;overflow:hidden;display:block; }
#RyE56srppXD729P8nT4rb99aBitTzGNV { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat: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: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:#3c3833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:1.5rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:1.4375rem;left:26.25rem;display:block; }
#WDoc3A9cpFfT7h3qdZsTzGiNQEGbumi1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vxRJsVuJUzs7xnX3GhJPTFk93Xq52PFz { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-primary-4),0.2) ;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:2.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0.96875rem;left:49.25rem;display:block; }
#say69SysfJWC95emILLa2DirKBtWArkF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X28TJKhTOGW9XmsSzF4l4cPd4nuyMT8r { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-primary-4),0.2) ;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:2.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.96875rem;left:62.4375rem;display:block; }
#DSWUvksHUCPOadR79ST2LxuHQrgatUVH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PzAXOfzVlNNNsyFOrRsilQTbbT9T9y4e { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat: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: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:#3c3833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:1.5rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:1.4375rem;left:33.75rem;display:block; }
#TXZ8XSKZTDzTN10NdRrLwdWJHLKm7zVz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LULTgTVJA3502u0gfuh4N2nlynRx6c6R { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat: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: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:#3c3833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:1.5rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:1.4375rem;left:41.25rem;display:block; }
#uoUVc6QmedWvNqWzvhSdfBz02WClDebv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aoPsgIByWdNPWRnFwTAJtSwrHM7JwWbi { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat: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: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:#3c3833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:1.5rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:1.4375rem;left:18.8125rem;display:block; }
#P1Mvd3P578tTJSEQnuXSFEJoAUl4I0y2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ma2DNsxKRGWClKbrhVdSMcidvU231bhc { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;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; }#Ma2DNsxKRGWClKbrhVdSMcidvU231bhc > .row .container { background-color: transparent; background-image: none; }#Ma2DNsxKRGWClKbrhVdSMcidvU231bhc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ma2DNsxKRGWClKbrhVdSMcidvU231bhc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ma2DNsxKRGWClKbrhVdSMcidvU231bhc > .row .container > .video-iframe-container { display: none; }#Ma2DNsxKRGWClKbrhVdSMcidvU231bhc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ma2DNsxKRGWClKbrhVdSMcidvU231bhc > .row > .video-iframe-container { display: none; }#Ma2DNsxKRGWClKbrhVdSMcidvU231bhc > .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); }#Ma2DNsxKRGWClKbrhVdSMcidvU231bhc > .row .container { border-width: 0; border-radius: 0; }#Ma2DNsxKRGWClKbrhVdSMcidvU231bhc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ma2DNsxKRGWClKbrhVdSMcidvU231bhc > .row .container { font-size:0.875rem;font-family:arial;height:90.375rem;width:75rem;position:relative;display:block; }#ilhHTz7t9gWPRHIUo2qHZw6WGhwTvgqt { display:block;width:29.375rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:58.1875rem;left:4.375rem;height:4.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;color:#000000;display:block; }
#HvEETTJokCl1biE4zJqWBS4R80zaEVA4 { display:block;width:29.375rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:64.8203125rem;left:4.375rem;height:5.0625rem;color:#333333;display:block; }
#g9eTF8RG2StdIVBOcTg7BlTwsn8CSikZ { display:block;width:33.1875rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:17.5625rem;left:34.8125rem;height:;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;color:#000000;display:block; }
#wUlGe9BTb2Vz1GKqGceNtcw1Gw87m9fc { display:block;width:33.25rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:31.379165649414rem;left:34.75rem;height:20.25rem;color:#333333;display:block; }
#g211BRydFpbcQU3BG93bcpZr1wLTCd0W { display:block;width:75rem;position:absolute;font-family:raleway;font-size:3rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:4.0625rem;left:0rem;height:3.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;color:#000000;text-align:center;text-align-last:center;display:block; }
#h96rdZP40GblewE8TrREoGWDbDP8tnAr { display:block;width:29.375rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:69.81640625rem;left:4.375rem;height:7.6875rem;color:#333333;display:block; }#h96rdZP40GblewE8TrREoGWDbDP8tnAr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#h96rdZP40GblewE8TrREoGWDbDP8tnAr li:before{  }
#tlZPUVL6JyWvvBdgLIkTTPEMTEOHbkxH { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:21.3125rem;width:30.1875rem;top:63.0625rem;left:36.754165649414rem;overflow:hidden;display:block; }
#wOiZEnR1FiFWi9r7SPRPspDitTfbe5Vx { display:block;width:52.0625rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:8.5625rem;left:11.46875rem;height:3.25rem;font-style:normal;color:#333333;text-align:center;text-align-last:center;display:block; }
#FX9bVSit19E2G3sBDNkihWkMwC5chAtB { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:3rem;width:21.6875rem;top:46.9375rem;left:6.375rem;overflow:hidden;display:block; }
#rkltirHxgW3b9NsxcRs7ICWs2WnRszyk { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:7.625rem;width:13.0625rem;top:36.875rem;left:10.6875rem;overflow:hidden;display:block; }
#lk2XInKLFN7khWPsVcN9Cfx8vMSJhf9D { background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.0625rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:78.9375rem;left:4.375rem;display:block; }
#FkIJh2zV4cS2TQoI1IRS9ESn295bavcL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NFrdDHbesgXzAd0ZPlMK50yddBxIK0bu { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.625rem;width:34.4375rem;top:11.8125rem;left:0rem;overflow:hidden;display:block; }
#FL1uCWXe4L3xt5ia0oR5vu8vazzu9LJL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#FL1uCWXe4L3xt5ia0oR5vu8vazzu9LJL > .row .container { background-color: transparent; background-image: none; }#FL1uCWXe4L3xt5ia0oR5vu8vazzu9LJL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FL1uCWXe4L3xt5ia0oR5vu8vazzu9LJL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FL1uCWXe4L3xt5ia0oR5vu8vazzu9LJL > .row .container > .video-iframe-container { display: none; }#FL1uCWXe4L3xt5ia0oR5vu8vazzu9LJL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FL1uCWXe4L3xt5ia0oR5vu8vazzu9LJL > .row > .video-iframe-container { display: none; }#FL1uCWXe4L3xt5ia0oR5vu8vazzu9LJL > .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); }#FL1uCWXe4L3xt5ia0oR5vu8vazzu9LJL > .row .container { border-width: 0; border-radius: 0; }#FL1uCWXe4L3xt5ia0oR5vu8vazzu9LJL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FL1uCWXe4L3xt5ia0oR5vu8vazzu9LJL > .row .container { font-size:0.875rem;font-family:arial;height:41.125rem;width:75rem;position:relative;display:block; }#IUcaIyvNJBzvUJfnEMGbaRKwJIer2Xeg { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:25.5625rem;left:3.125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MlWHc2XeEa4NyRqwTc8oLBNFA35LA6HK { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:29.6875rem;left:3.0625rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zTwphmuogFpgtngIT0QNpwE0Nl7LiWHc { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:29.6875rem;left:28.0625rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A2hhxI2TOWfSXFV0L8TDSOt5m6HS6USo { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:25.5625rem;left:28.0625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PRgmRGgsDXfaADgL68SccP9KZcxRU58F { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:29.6875rem;left:53.0625rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#icENALv3R4UdH5wwSgCus6T7SQzbb7zT { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:25.5625rem;left:53.0625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kCtTnaFpvNpe4Aaq2WxkK9JTg4LJ6UNv { color:rgba(var(--color-primary-4),1);display:block;width:33.1875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:7.5625rem;left:20.90625rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SclUeAhzBHhRxOk9GoWihtUu0eiQt2MT { color:#000000;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.125rem;left:0rem;height:2.5625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#t5tWnK8HbxxIt2cwOv7WVfTsCoavMbHu { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.375rem;width:9rem;top:18.25rem;left:32.4375rem;overflow:hidden;display:block; }
#V3wWBxfkt3AAFAfAJTiRW55On8UZAQA2 { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3125rem;width:9rem;top:18.25rem;left:7.4375rem;overflow:hidden;display:block; }
#iwh8F83MLN81UfLOOvwZuGQdXf4lzRNh { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3125rem;width:9rem;top:18.25rem;left:57.4375rem;overflow:hidden;display:block; }
#xVKeq0uOEbsC4XNLWi5UEm46UfsQ6ocR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#xVKeq0uOEbsC4XNLWi5UEm46UfsQ6ocR > .row .container { background-color: transparent; background-image: none; }#xVKeq0uOEbsC4XNLWi5UEm46UfsQ6ocR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xVKeq0uOEbsC4XNLWi5UEm46UfsQ6ocR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xVKeq0uOEbsC4XNLWi5UEm46UfsQ6ocR > .row .container > .video-iframe-container { display: none; }#xVKeq0uOEbsC4XNLWi5UEm46UfsQ6ocR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xVKeq0uOEbsC4XNLWi5UEm46UfsQ6ocR > .row > .video-iframe-container { display: none; }#xVKeq0uOEbsC4XNLWi5UEm46UfsQ6ocR > .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); }#xVKeq0uOEbsC4XNLWi5UEm46UfsQ6ocR > .row .container { border-width: 0; border-radius: 0; }#xVKeq0uOEbsC4XNLWi5UEm46UfsQ6ocR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xVKeq0uOEbsC4XNLWi5UEm46UfsQ6ocR > .row .container { font-size:0.875rem;font-family:arial;height:47.0625rem;width:75rem;position:relative;display:block; }#fydZxTVTTc1tW9C0dnrhqH4X7sboh2AX { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #de764a;border-left:0.25rem solid #de764a;border-right:0.25rem solid #de764a;border-bottom:0.25rem solid #de764a;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 4.125rem rgba(0,0,0,0.08) ;height:30rem;width:22.125rem;top:9.25rem;left:39.9375rem;display:block; }
#EpE82xA8kTVXV0dwOUzc717BgepyO4fi { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5625rem;height:3.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:33.25rem;left:42.4375rem;display:block; }
#T4E9gIVE7QH87ChmHbQceIi47Aza47nD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wvMkvGDxauEM8Q8OR3zOnUplBBhwaN9F { color:#3c3c3c;display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15014;line-height:1.8;letter-spacing:0;top:19.25rem;left:42.4375rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#wvMkvGDxauEM8Q8OR3zOnUplBBhwaN9F li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wvMkvGDxauEM8Q8OR3zOnUplBBhwaN9F li:before{  }
#hEznqats3bpFdDz30ZHshfAiVSt4yySR { color:#535353;display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15013;line-height:1.8;letter-spacing:0;top:16.125rem;left:42.4375rem;height:;text-align:left;text-align-last:left;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; }
#glTylE3ioomnu7L4AkTk3uzGB1VhCqH0 { color:rgba(var(--color-primary-4),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:11.75rem;left:42.4375rem;height:2.5625rem;text-align:left;text-align-last:left;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; }
#XlsxO7eyPHnIb5k8xexgrwfil3LDTgV9 { color:#191919;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:14999;line-height:1.3;letter-spacing:0;top:3.28125rem;left:0rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#l8RruTrrTOxWSBUU0bWdQWK2uo87bEmb { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #d95e92;border-left:0.25rem solid #d95e92;border-right:0.25rem solid #d95e92;border-bottom:0.25rem solid #d95e92;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 4.125rem rgba(0,0,0,0.08) ;height:30rem;width:22.125rem;top:9.25rem;left:12.4375rem;display:block; }
#srwsWP1wFc6tLJuu4PPNJ9PDAvP1Zyo5 { color:#d95e92;display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15020;line-height:1.8;letter-spacing:0;top:19.25rem;left:14.9375rem;height:10.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#srwsWP1wFc6tLJuu4PPNJ9PDAvP1Zyo5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#srwsWP1wFc6tLJuu4PPNJ9PDAvP1Zyo5 li:before{  }
#eQ6SM5lhZt8i0aGM7w8VxttBZzyTMeOw { color:#535353;display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15019;line-height:1.8;letter-spacing:0;top:16.125rem;left:14.9375rem;height:;text-align:left;text-align-last:left;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; }
#ZfiwpaO80GC1bnOacAJIUXzS85sA6ZbG { color:rgba(var(--color-primary-4),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:11.75rem;left:14.9375rem;height:2.5625rem;text-align:left;text-align-last:left;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; }
#WLoGSniJy0FrBu8K1JlFga5t2PSTrgcx { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5625rem;height:3.4375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:33.25rem;left:14.9375rem;display:block; }
#Pq8kntGh08lZwqcAHw9lABhn1bFulgap { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TqBGfucuxAsyA1HtyN0EEkgweuoCOl2g { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.9375rem;width:14.3125rem;top:21.875rem;left:55.5625rem;overflow:hidden;display:block; }
#DNmV4WxN1E6xfT1hSDhuynNLPupU1DUh { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:6.875rem;top:14.25rem;left:65.25rem;overflow:hidden;display:block; }
#CrOlN6qcA4aanMtbDWaEyHyum0MmLmGo { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:6.875rem;top:14.25rem;left:4.875rem;overflow:hidden;display:block; }
#GFMJgPCmIrwWVz7QBwTNRNTKVlHRqB1e { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:12.125rem;top:24.5rem;left:5.8125rem;overflow:hidden;display:block; }
#a8UO9gyCkrXBw0sBW5NQ3VgT7TS53CtT { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:11.9375rem;top:29.125rem;left:29.625rem;overflow:hidden;display:block; }
#PHhCvc1bwCEwJvEaxwx6BkRkFHS2i4an { color:rgba(var(--color-primary-4),1);display:block;width:41.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:5.71875rem;left:17.75rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zbsEn34bdqmxDy8wpFZMTT9GALb6hgPr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),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; }#zbsEn34bdqmxDy8wpFZMTT9GALb6hgPr > .row .container { background-color: transparent; background-image: none; }#zbsEn34bdqmxDy8wpFZMTT9GALb6hgPr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zbsEn34bdqmxDy8wpFZMTT9GALb6hgPr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zbsEn34bdqmxDy8wpFZMTT9GALb6hgPr > .row .container > .video-iframe-container { display: none; }#zbsEn34bdqmxDy8wpFZMTT9GALb6hgPr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zbsEn34bdqmxDy8wpFZMTT9GALb6hgPr > .row > .video-iframe-container { display: none; }#zbsEn34bdqmxDy8wpFZMTT9GALb6hgPr > .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); }#zbsEn34bdqmxDy8wpFZMTT9GALb6hgPr > .row .container { border-width: 0; border-radius: 0; }#zbsEn34bdqmxDy8wpFZMTT9GALb6hgPr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zbsEn34bdqmxDy8wpFZMTT9GALb6hgPr > .row .container { font-size:0.875rem;font-family:arial;height:19.1875rem;width:75rem;position:relative;display:block; }#e4rAu4ScSIIMcFRrmZxwAMH9vbVPzRzD { color:rgba(var(--color-tertiary-4),1);display:block;width:23.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5625rem;left:0rem;height:6.75rem;display:block; }
#fhCi2AbtDyO7igCPVwiQ6tqryCtKdqQV { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:2.5625rem;left:40rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kHZ0lOWJGQNWIGZA64UCNOsrtoKITqE8 { background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:12.5625rem;left:40rem;display:block; }
#mnWdQHbLUQfo9ALA7HEmsfzCTh4NVqHo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m458q2rTwRqH2fzyZlhhHO5Bqf2R3aTQ { border-top:0.3125rem solid #000000;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#m458q2rTwRqH2fzyZlhhHO5Bqf2R3aTQ > .row .container { background-color: transparent; background-image: none; }#m458q2rTwRqH2fzyZlhhHO5Bqf2R3aTQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m458q2rTwRqH2fzyZlhhHO5Bqf2R3aTQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m458q2rTwRqH2fzyZlhhHO5Bqf2R3aTQ > .row .container > .video-iframe-container { display: none; }#m458q2rTwRqH2fzyZlhhHO5Bqf2R3aTQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m458q2rTwRqH2fzyZlhhHO5Bqf2R3aTQ > .row > .video-iframe-container { display: none; }#m458q2rTwRqH2fzyZlhhHO5Bqf2R3aTQ > .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); }#m458q2rTwRqH2fzyZlhhHO5Bqf2R3aTQ > .row .container { border-width: 0; border-radius: 0; }#m458q2rTwRqH2fzyZlhhHO5Bqf2R3aTQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m458q2rTwRqH2fzyZlhhHO5Bqf2R3aTQ > .row .container { font-size:0.875rem;font-family:arial;height:21.375rem;width:75rem;position:relative;display:block; }#V3MS9xXOd57kfeCNv8JyXG4vZvgMXBPx { color:#000000;display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:7.9666671752931rem;left:7.5rem;height:2.375rem;font-style:normal;display:block; }
#LT7TxDeH8yx4NtJOeBbzkE5WiTlMhNP2 { color:#000000;display:block;width:10.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:11.5rem;left:34.4375rem;height:2.375rem;font-style:normal;display:block; }
#IGLBSDJJ1BXn3yyC081N1GbItd07u3Ae { color:#000000;display:block;width:7.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:9.125rem;left:34.4375rem;height:1.1875rem;font-style:normal;display:block; }
#MmSVXMOPBa0WqScd2uN1D3Bhh5iG7Sqt { color:#000000;display:block;width:10.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:6.625rem;left:34.5rem;height:1.1875rem;font-style:normal;display:block; }
#i4aUZk6ofTtrK9uenMI5HgWbwOrG7k2z { color:#000000;display:block;width:11.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:4.0625rem;left:32.4375rem;height:1.375rem;font-style:normal;display:block; }
#GPnQEb6xc1e7hbrc6XdeTF0oBlo9sfwF { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:6.5rem;left:32.5rem; }
#I6loUigyXbeASSgMFCnbFnhBHoZe2Vaz { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:9rem;left:32.5rem; }
#Le634bSEi4fQSXEb1Sm7sZeyAkVzudVn { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:11.5rem;left:32.5rem; }
#cykmrwbZuOQDdtWLBMvJKmJ5DqQAbrLo { position:absolute;display:block;z-index:15004;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:2.75rem;width:12.1875rem;top:4.0625rem;left:7.5rem;overflow:hidden;display:block; }
#FM6OyQDKDbpJEEAmC5ri1PZgolI2bUNy { color:#000000;display:block;width:11.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:3.875rem;left:51.25rem;height:1.375rem;font-style:normal;display:block; }
#ll3nVMhNVFqEfn2aoXQFFu4xJdcZr0XD { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat: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: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:#3c3833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:1.5rem;text-decoration:none;z-index:15018;text-align:left;text-align-last:left;top:6.25rem;left:51.25rem;display:block; }
#fnz7RR1M1oFNKVq4A74dsmgZRTNqFPWn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TTaP9w8dRsXyIAR9LXOcUZklGNgqHs83 { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat: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: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:#3c3833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.0625rem;height:1.3125rem;text-decoration:none;z-index:15019;text-align:left;text-align-last:left;top:8.9375rem;left:51.25rem;display:block; }
#m4OBSr8s5TptygXkAW3T6HTtuVWmPIqV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pTa8yCunasX1T01MESZWhEwkXtZGAskx { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat: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: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:#3c3833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.0625rem;height:1.3125rem;text-decoration:none;z-index:15020;text-align:left;text-align-last:left;top:11.5625rem;left:51.25rem;display:block; }
#qnx8vBHk7L5PetQDJtFqRFHnVX67i8c1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dWaXAwzv7JJUBDDVKC854EnhyNEaGHWD { color:#000000;display:block;width:46.1875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:17.5625rem;left:7.5rem;height:1.1875rem;font-style:normal;display:block; }
#CT6fFSFNAV8sbcVfWVtMz33657Z429Tk { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:6.5rem;width:11.3125rem;top:6.8125rem;left:60.687496185302rem;overflow:hidden;display:block; }
#BzJGsGoXJDx5ROpkOwqv75SUwFOfXzTe { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat: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: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:#3c3833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.0625rem;height:1.3125rem;text-decoration:none;z-index:15021;text-align:left;text-align-last:left;top:14.0625rem;left:51.25rem;display:block; }
#sXGQlriZqVnaAe5pk0qXZ5BHdXBZGiSF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VHXQDmFTdbJ54s8WqMk2skdVZyEvzJT2 { display:block; }#VHXQDmFTdbJ54s8WqMk2skdVZyEvzJT2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aBOl2HV6HFpzTeDsDMNVwz0pSiVzN8Fu { width:12.1875rem;height:2.75rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyE56srppXD729P8nT4rb99aBitTzGNV { width:7.5rem;height:1.5rem;top:1.4375rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDoc3A9cpFfT7h3qdZsTzGiNQEGbumi1 { display:block; }
 }@media only screen and (max-width: 763px) { #vxRJsVuJUzs7xnX3GhJPTFk93Xq52PFz { width:12.5625rem;height:2.4375rem;top:0.9375rem;left:35.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #say69SysfJWC95emILLa2DirKBtWArkF { display:block; }
 }@media only screen and (max-width: 763px) { #X28TJKhTOGW9XmsSzF4l4cPd4nuyMT8r { width:12.5625rem;height:2.4375rem;top:0.9375rem;left:35.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSWUvksHUCPOadR79ST2LxuHQrgatUVH { display:block; }
 }@media only screen and (max-width: 763px) { #PzAXOfzVlNNNsyFOrRsilQTbbT9T9y4e { width:7.5rem;height:1.5rem;top:1.4375rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXZ8XSKZTDzTN10NdRrLwdWJHLKm7zVz { display:block; }
 }@media only screen and (max-width: 763px) { #LULTgTVJA3502u0gfuh4N2nlynRx6c6R { width:7.5rem;height:1.5rem;top:1.4375rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoUVc6QmedWvNqWzvhSdfBz02WClDebv { display:block; }
 }@media only screen and (max-width: 763px) { #aoPsgIByWdNPWRnFwTAJtSwrHM7JwWbi { width:7.5rem;height:1.5rem;top:1.4375rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1Mvd3P578tTJSEQnuXSFEJoAUl4I0y2 { display:block; }
 }@media only screen and (max-width: 763px) { #Ma2DNsxKRGWClKbrhVdSMcidvU231bhc { display:block; }#Ma2DNsxKRGWClKbrhVdSMcidvU231bhc > .row .container { width:47.75rem;height:18.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ilhHTz7t9gWPRHIUo2qHZw6WGhwTvgqt { width:23.25rem;height:2.4375rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvEETTJokCl1biE4zJqWBS4R80zaEVA4 { width:23.25rem;height:6.75rem;top:5.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9eTF8RG2StdIVBOcTg7BlTwsn8CSikZ { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUlGe9BTb2Vz1GKqGceNtcw1Gw87m9fc { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g211BRydFpbcQU3BG93bcpZr1wLTCd0W { width:47.75rem;height:3.875rem;top:4.0625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h96rdZP40GblewE8TrREoGWDbDP8tnAr { width:23.25rem;height:6.75rem;top:5.5625rem;left:0rem;display:block; }#h96rdZP40GblewE8TrREoGWDbDP8tnAr li:before{  }
 }@media only screen and (max-width: 763px) { #tlZPUVL6JyWvvBdgLIkTTPEMTEOHbkxH { top:63.0625rem;left:17.5625rem;width:30.1875rem;height:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOiZEnR1FiFWi9r7SPRPspDitTfbe5Vx { width:47.75rem;height:3.25rem;top:8.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FX9bVSit19E2G3sBDNkihWkMwC5chAtB { top:46.9375rem;left:0rem;width:21.6875rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkltirHxgW3b9NsxcRs7ICWs2WnRszyk { top:36.875rem;left:0rem;width:13.0625rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lk2XInKLFN7khWPsVcN9Cfx8vMSJhf9D { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkIJh2zV4cS2TQoI1IRS9ESn295bavcL { display:block; }
 }@media only screen and (max-width: 763px) { #NFrdDHbesgXzAd0ZPlMK50yddBxIK0bu { top:11.8125rem;left:0rem;width:34.4375rem;height:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FL1uCWXe4L3xt5ia0oR5vu8vazzu9LJL { display:block; }#FL1uCWXe4L3xt5ia0oR5vu8vazzu9LJL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IUcaIyvNJBzvUJfnEMGbaRKwJIer2Xeg { width:18.75rem;height:3.25rem;top:25.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlWHc2XeEa4NyRqwTc8oLBNFA35LA6HK { width:18.75rem;height:5.25rem;top:29.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTwphmuogFpgtngIT0QNpwE0Nl7LiWHc { width:18.75rem;height:5.375rem;top:29.6875rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2hhxI2TOWfSXFV0L8TDSOt5m6HS6USo { width:18.75rem;height:3.25rem;top:25.5rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRgmRGgsDXfaADgL68SccP9KZcxRU58F { width:18.75rem;height:5.25rem;top:29.6875rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #icENALv3R4UdH5wwSgCus6T7SQzbb7zT { width:18.75rem;height:3.25rem;top:25.5rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCtTnaFpvNpe4Aaq2WxkK9JTg4LJ6UNv { width:33.1875rem;height:3.5625rem;top:7.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SclUeAhzBHhRxOk9GoWihtUu0eiQt2MT { width:47.75rem;height:2.5625rem;top:4.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5tWnK8HbxxIt2cwOv7WVfTsCoavMbHu { top:18.25rem;left:18.75rem;width:9rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3wWBxfkt3AAFAfAJTiRW55On8UZAQA2 { top:18.25rem;left:2.875rem;width:9rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwh8F83MLN81UfLOOvwZuGQdXf4lzRNh { top:18.25rem;left:34.625rem;width:9rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVKeq0uOEbsC4XNLWi5UEm46UfsQ6ocR { display:block; }#xVKeq0uOEbsC4XNLWi5UEm46UfsQ6ocR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fydZxTVTTc1tW9C0dnrhqH4X7sboh2AX { top:9.25rem;left:23.875rem;width:22.125rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpE82xA8kTVXV0dwOUzc717BgepyO4fi { width:17.5625rem;height:3.4375rem;top:33.25rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4E9gIVE7QH87ChmHbQceIi47Aza47nD { display:block; }
 }@media only screen and (max-width: 763px) { #wvMkvGDxauEM8Q8OR3zOnUplBBhwaN9F { width:17.3125rem;height:;top:19.25rem;left:23.875rem;font-size:0.9375rem;display:block; }#wvMkvGDxauEM8Q8OR3zOnUplBBhwaN9F li:before{  }
 }@media only screen and (max-width: 763px) { #hEznqats3bpFdDz30ZHshfAiVSt4yySR { width:17.3125rem;height:;top:16.125rem;left:23.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #glTylE3ioomnu7L4AkTk3uzGB1VhCqH0 { width:16.6875rem;height:2.5625rem;top:11.75rem;left:23.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlsxO7eyPHnIb5k8xexgrwfil3LDTgV9 { width:47.75rem;height:;top:3.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8RruTrrTOxWSBUU0bWdQWK2uo87bEmb { top:9.25rem;left:1.5rem;width:22.125rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #srwsWP1wFc6tLJuu4PPNJ9PDAvP1Zyo5 { width:17.3125rem;height:;top:19.25rem;left:6.5625rem;font-size:0.9375rem;display:block; }#srwsWP1wFc6tLJuu4PPNJ9PDAvP1Zyo5 li:before{  }
 }@media only screen and (max-width: 763px) { #eQ6SM5lhZt8i0aGM7w8VxttBZzyTMeOw { width:17.3125rem;height:;top:16.125rem;left:6.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfiwpaO80GC1bnOacAJIUXzS85sA6ZbG { width:16.6875rem;height:2.5625rem;top:11.75rem;left:7.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLoGSniJy0FrBu8K1JlFga5t2PSTrgcx { width:17.5625rem;height:3.4375rem;top:33.25rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pq8kntGh08lZwqcAHw9lABhn1bFulgap { display:block; }
 }@media only screen and (max-width: 763px) { #TqBGfucuxAsyA1HtyN0EEkgweuoCOl2g { top:21.875rem;left:33.4375rem;width:14.3125rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNmV4WxN1E6xfT1hSDhuynNLPupU1DUh { top:14.25rem;left:40.875rem;width:6.875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrOlN6qcA4aanMtbDWaEyHyum0MmLmGo { top:14.25rem;left:0rem;width:6.875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFMJgPCmIrwWVz7QBwTNRNTKVlHRqB1e { top:24.5rem;left:0rem;width:12.125rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8UO9gyCkrXBw0sBW5NQ3VgT7TS53CtT { top:29.125rem;left:11.9375rem;width:11.9375rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHhCvc1bwCEwJvEaxwx6BkRkFHS2i4an { width:41.5rem;height:1.5625rem;top:5.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbsEn34bdqmxDy8wpFZMTT9GALb6hgPr { display:block; }#zbsEn34bdqmxDy8wpFZMTT9GALb6hgPr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e4rAu4ScSIIMcFRrmZxwAMH9vbVPzRzD { top:2.5625rem;left:0rem;width:23.75rem;height:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhCi2AbtDyO7igCPVwiQ6tqryCtKdqQV { top:2.5625rem;left:15.1875rem;width:32.5625rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHZ0lOWJGQNWIGZA64UCNOsrtoKITqE8 { width:18rem;height:3.4375rem;top:12.5625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnWdQHbLUQfo9ALA7HEmsfzCTh4NVqHo { display:block; }
 }@media only screen and (max-width: 763px) { #m458q2rTwRqH2fzyZlhhHO5Bqf2R3aTQ { display:block; }#m458q2rTwRqH2fzyZlhhHO5Bqf2R3aTQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V3MS9xXOd57kfeCNv8JyXG4vZvgMXBPx { top:7.9375rem;left:0rem;width:19.875rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LT7TxDeH8yx4NtJOeBbzkE5WiTlMhNP2 { top:11.5rem;left:20.8125rem;width:10.0625rem;height:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGLBSDJJ1BXn3yyC081N1GbItd07u3Ae { top:9.125rem;left:20.8125rem;width:7.3125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmSVXMOPBa0WqScd2uN1D3Bhh5iG7Sqt { top:6.625rem;left:20.874999046326rem;width:10.0625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4aUZk6ofTtrK9uenMI5HgWbwOrG7k2z { top:4.0625rem;left:18.8125rem;width:11.8125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPnQEb6xc1e7hbrc6XdeTF0oBlo9sfwF { top:6.5rem;left:18.875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6loUigyXbeASSgMFCnbFnhBHoZe2Vaz { top:9rem;left:18.875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Le634bSEi4fQSXEb1Sm7sZeyAkVzudVn { top:11.5rem;left:18.875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cykmrwbZuOQDdtWLBMvJKmJ5DqQAbrLo { width:12.1875rem;height:2.75rem;top:4.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FM6OyQDKDbpJEEAmC5ri1PZgolI2bUNy { top:3.875rem;left:35.9375rem;width:11.8125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ll3nVMhNVFqEfn2aoXQFFu4xJdcZr0XD { width:7.5rem;height:1.5rem;top:6.25rem;left:37.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnz7RR1M1oFNKVq4A74dsmgZRTNqFPWn { display:block; }
 }@media only screen and (max-width: 763px) { #TTaP9w8dRsXyIAR9LXOcUZklGNgqHs83 { width:7.0625rem;height:1.3125rem;top:8.9375rem;left:37.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4OBSr8s5TptygXkAW3T6HTtuVWmPIqV { display:block; }
 }@media only screen and (max-width: 763px) { #pTa8yCunasX1T01MESZWhEwkXtZGAskx { width:7.0625rem;height:1.3125rem;top:11.5625rem;left:37.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnx8vBHk7L5PetQDJtFqRFHnVX67i8c1 { display:block; }
 }@media only screen and (max-width: 763px) { #dWaXAwzv7JJUBDDVKC854EnhyNEaGHWD { top:17.5625rem;left:0rem;width:46.1875rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT6fFSFNAV8sbcVfWVtMz33657Z429Tk { top:6.8125rem;left:36.4375rem;width:11.3125rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzJGsGoXJDx5ROpkOwqv75SUwFOfXzTe { width:7.0625rem;height:1.3125rem;top:14.0625rem;left:37.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXGQlriZqVnaAe5pk0qXZ5BHdXBZGiSF { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VHXQDmFTdbJ54s8WqMk2skdVZyEvzJT2 { position:relative;z-index:auto;background-color:#ffffff;background-image:none;display:block; }#VHXQDmFTdbJ54s8WqMk2skdVZyEvzJT2 > .row .container { background-color: transparent; background-image: none; }#VHXQDmFTdbJ54s8WqMk2skdVZyEvzJT2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VHXQDmFTdbJ54s8WqMk2skdVZyEvzJT2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VHXQDmFTdbJ54s8WqMk2skdVZyEvzJT2 > .row .container > .video-iframe-container { display: none; }#VHXQDmFTdbJ54s8WqMk2skdVZyEvzJT2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VHXQDmFTdbJ54s8WqMk2skdVZyEvzJT2 > .row > .video-iframe-container { display: none; }#VHXQDmFTdbJ54s8WqMk2skdVZyEvzJT2 > .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); }#VHXQDmFTdbJ54s8WqMk2skdVZyEvzJT2 > .row .container { width:20rem;height:22.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aBOl2HV6HFpzTeDsDMNVwz0pSiVzN8Fu { width:6rem;height:1.25rem;top:1.25rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyE56srppXD729P8nT4rb99aBitTzGNV { width:7.5rem;height:1.5rem;top:6.5rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDoc3A9cpFfT7h3qdZsTzGiNQEGbumi1 { display:block; }
 }@media only screen and (max-width: 763px) { #vxRJsVuJUzs7xnX3GhJPTFk93Xq52PFz { width:12.5625rem;height:2.4375rem;top:14.75rem;left:3.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #say69SysfJWC95emILLa2DirKBtWArkF { display:block; }
 }@media only screen and (max-width: 763px) { #X28TJKhTOGW9XmsSzF4l4cPd4nuyMT8r { width:12.5625rem;height:2.4375rem;top:18.4375rem;left:3.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSWUvksHUCPOadR79ST2LxuHQrgatUVH { display:block; }
 }@media only screen and (max-width: 763px) { #PzAXOfzVlNNNsyFOrRsilQTbbT9T9y4e { width:7.5rem;height:1.5rem;top:9.25rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXZ8XSKZTDzTN10NdRrLwdWJHLKm7zVz { display:block; }
 }@media only screen and (max-width: 763px) { #LULTgTVJA3502u0gfuh4N2nlynRx6c6R { width:7.5rem;height:1.5rem;top:12rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoUVc6QmedWvNqWzvhSdfBz02WClDebv { display:block; }
 }@media only screen and (max-width: 763px) { #aoPsgIByWdNPWRnFwTAJtSwrHM7JwWbi { width:7.5rem;height:1.5rem;top:3.75rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1Mvd3P578tTJSEQnuXSFEJoAUl4I0y2 { display:block; }
 }@media only screen and (max-width: 763px) { #Ma2DNsxKRGWClKbrhVdSMcidvU231bhc { display:block; }#Ma2DNsxKRGWClKbrhVdSMcidvU231bhc > .row .container { width:20rem;height:127.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ilhHTz7t9gWPRHIUo2qHZw6WGhwTvgqt { width:18.75rem;height:5.8125rem;top:86.99609375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvEETTJokCl1biE4zJqWBS4R80zaEVA4 { width:18.75rem;height:4.125rem;top:94.05859375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9eTF8RG2StdIVBOcTg7BlTwsn8CSikZ { width:18.75rem;height:13.5625rem;top:31.54296875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUlGe9BTb2Vz1GKqGceNtcw1Gw87m9fc { width:18.75rem;height:24.75rem;top:60.99609375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g211BRydFpbcQU3BG93bcpZr1wLTCd0W { width:18.75rem;height:2.375rem;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #h96rdZP40GblewE8TrREoGWDbDP8tnAr { width:20rem;height:6.4375rem;top:99.43359375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }#h96rdZP40GblewE8TrREoGWDbDP8tnAr li:before{  }
 }@media only screen and (max-width: 763px) { #tlZPUVL6JyWvvBdgLIkTTPEMTEOHbkxH { width:20rem;height:14.119140625rem;top:111.80859375rem;left:0rem;z-index:15087;display:block; }
 }@media only screen and (max-width: 763px) { #wOiZEnR1FiFWi9r7SPRPspDitTfbe5Vx { width:20rem;height:8.125rem;top:4.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FX9bVSit19E2G3sBDNkihWkMwC5chAtB { width:20rem;height:2.765625rem;top:56.98046875rem;left:0rem;z-index:15087;display:block; }
 }@media only screen and (max-width: 763px) { #rkltirHxgW3b9NsxcRs7ICWs2WnRszyk { width:15.9375rem;height:9.375rem;top:46.35546875rem;left:2rem;z-index:15087;display:block; }
 }@media only screen and (max-width: 763px) { #lk2XInKLFN7khWPsVcN9Cfx8vMSJhf9D { width:16.0625rem;height:3.4375rem;top:107.12109375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkIJh2zV4cS2TQoI1IRS9ESn295bavcL { display:block; }
 }@media only screen and (max-width: 763px) { #NFrdDHbesgXzAd0ZPlMK50yddBxIK0bu { width:20rem;height:16.043557168784rem;top:14.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FL1uCWXe4L3xt5ia0oR5vu8vazzu9LJL { display:block; }#FL1uCWXe4L3xt5ia0oR5vu8vazzu9LJL > .row .container { width:20rem;height:59.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IUcaIyvNJBzvUJfnEMGbaRKwJIer2Xeg { width:18.75rem;height:1.25rem;top:18.4375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlWHc2XeEa4NyRqwTc8oLBNFA35LA6HK { width:18.75rem;height:3.125rem;top:20.9375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTwphmuogFpgtngIT0QNpwE0Nl7LiWHc { width:18.75rem;height:4.6875rem;top:36.6875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2hhxI2TOWfSXFV0L8TDSOt5m6HS6USo { width:18.75rem;height:2.5rem;top:32.9375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRgmRGgsDXfaADgL68SccP9KZcxRU58F { width:18.75rem;height:4.6875rem;top:53.9375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #icENALv3R4UdH5wwSgCus6T7SQzbb7zT { width:18.75rem;height:2.5rem;top:50.1875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCtTnaFpvNpe4Aaq2WxkK9JTg4LJ6UNv { width:18.75rem;height:4.6875rem;top:4.9375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SclUeAhzBHhRxOk9GoWihtUu0eiQt2MT { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5tWnK8HbxxIt2cwOv7WVfTsCoavMbHu { width:9rem;height:6.375rem;top:25.3125rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3wWBxfkt3AAFAfAJTiRW55On8UZAQA2 { width:9rem;height:6.3125rem;top:10.875rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwh8F83MLN81UfLOOvwZuGQdXf4lzRNh { width:9rem;height:6.3125rem;top:42.625rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVKeq0uOEbsC4XNLWi5UEm46UfsQ6ocR { display:block; }#xVKeq0uOEbsC4XNLWi5UEm46UfsQ6ocR > .row .container { width:20rem;height:79rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fydZxTVTTc1tW9C0dnrhqH4X7sboh2AX { width:19.5rem;height:30.5625rem;top:46.6875rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #EpE82xA8kTVXV0dwOUzc717BgepyO4fi { width:15.625rem;height:4.0625rem;top:70.6875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4E9gIVE7QH87ChmHbQceIi47Aza47nD { display:block; }
 }@media only screen and (max-width: 763px) { #wvMkvGDxauEM8Q8OR3zOnUplBBhwaN9F { width:17.3125rem;height:10.75rem;top:56.6875rem;left:2.5rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:14999;display:block; }#wvMkvGDxauEM8Q8OR3zOnUplBBhwaN9F li:before{  }
 }@media only screen and (max-width: 763px) { #hEznqats3bpFdDz30ZHshfAiVSt4yySR { width:17.3125rem;height:1.6875rem;top:53.5625rem;left:2.5rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #glTylE3ioomnu7L4AkTk3uzGB1VhCqH0 { width:14.5625rem;height:2.5625rem;top:49.1875rem;left:2.5rem;text-align:left;text-align-last:left;font-size:2rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #XlsxO7eyPHnIb5k8xexgrwfil3LDTgV9 { width:20rem;height:5.125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8RruTrrTOxWSBUU0bWdQWK2uo87bEmb { width:19.5rem;height:32.9375rem;top:12rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #srwsWP1wFc6tLJuu4PPNJ9PDAvP1Zyo5 { width:17.3125rem;height:10.75rem;top:22rem;left:2.5rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:14999;display:block; }#srwsWP1wFc6tLJuu4PPNJ9PDAvP1Zyo5 li:before{  }
 }@media only screen and (max-width: 763px) { #eQ6SM5lhZt8i0aGM7w8VxttBZzyTMeOw { width:17.3125rem;height:2.3125rem;top:18.875rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1.3125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #ZfiwpaO80GC1bnOacAJIUXzS85sA6ZbG { width:16.6875rem;height:2.5625rem;top:14.5rem;left:2.5rem;text-align:left;text-align-last:left;font-size:2rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #WLoGSniJy0FrBu8K1JlFga5t2PSTrgcx { width:17.875rem;height:4.0625rem;top:36rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pq8kntGh08lZwqcAHw9lABhn1bFulgap { display:block; }
 }@media only screen and (max-width: 763px) { #TqBGfucuxAsyA1HtyN0EEkgweuoCOl2g { width:14.3125rem;height:9.9375rem;top:111.75rem;left:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DNmV4WxN1E6xfT1hSDhuynNLPupU1DUh { width:6.875rem;height:4.8125rem;top:105.6875rem;left:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CrOlN6qcA4aanMtbDWaEyHyum0MmLmGo { width:6.875rem;height:4.8125rem;top:13.75rem;left:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GFMJgPCmIrwWVz7QBwTNRNTKVlHRqB1e { width:12.125rem;height:8.4375rem;top:19.8125rem;left:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #a8UO9gyCkrXBw0sBW5NQ3VgT7TS53CtT { width:11.9375rem;height:8.4375rem;top:63.9375rem;left:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #PHhCvc1bwCEwJvEaxwx6BkRkFHS2i4an { width:20rem;height:3.125rem;top:7.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbsEn34bdqmxDy8wpFZMTT9GALb6hgPr { display:block; }#zbsEn34bdqmxDy8wpFZMTT9GALb6hgPr > .row .container { width:20rem;height:26.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e4rAu4ScSIIMcFRrmZxwAMH9vbVPzRzD { width:20rem;height:1.25rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fhCi2AbtDyO7igCPVwiQ6tqryCtKdqQV { width:17.75rem;height:16.875rem;top:3.75rem;left:1.125rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kHZ0lOWJGQNWIGZA64UCNOsrtoKITqE8 { width:17.5rem;height:3.4375rem;top:21.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnWdQHbLUQfo9ALA7HEmsfzCTh4NVqHo { display:block; }
 }@media only screen and (max-width: 763px) { #m458q2rTwRqH2fzyZlhhHO5Bqf2R3aTQ { display:block; }#m458q2rTwRqH2fzyZlhhHO5Bqf2R3aTQ > .row .container { width:20rem;height:58.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V3MS9xXOd57kfeCNv8JyXG4vZvgMXBPx { width:14.625rem;height:2.375rem;top:3.5rem;left:2.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LT7TxDeH8yx4NtJOeBbzkE5WiTlMhNP2 { width:7.3125rem;height:2.75rem;top:20.8125rem;left:6.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IGLBSDJJ1BXn3yyC081N1GbItd07u3Ae { width:8rem;height:1.375rem;top:15.375rem;left:6rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MmSVXMOPBa0WqScd2uN1D3Bhh5iG7Sqt { width:11.375rem;height:1.375rem;top:9.9375rem;left:4.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i4aUZk6ofTtrK9uenMI5HgWbwOrG7k2z { width:20rem;height:1rem;top:1.25rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GPnQEb6xc1e7hbrc6XdeTF0oBlo9sfwF { width:1.5625rem;height:1.5625rem;top:7.125rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6loUigyXbeASSgMFCnbFnhBHoZe2Vaz { width:1.5625rem;height:1.5625rem;top:12.5625rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Le634bSEi4fQSXEb1Sm7sZeyAkVzudVn { width:1.5625rem;height:1.5625rem;top:18rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cykmrwbZuOQDdtWLBMvJKmJ5DqQAbrLo { width:12.1875rem;height:2.75rem;top:28.8125rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FM6OyQDKDbpJEEAmC5ri1PZgolI2bUNy { width:11.8125rem;height:1rem;top:32.8125rem;left:4.0625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ll3nVMhNVFqEfn2aoXQFFu4xJdcZr0XD { width:7.5rem;height:1.5rem;top:35.0625rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnz7RR1M1oFNKVq4A74dsmgZRTNqFPWn { display:block; }
 }@media only screen and (max-width: 763px) { #TTaP9w8dRsXyIAR9LXOcUZklGNgqHs83 { width:7.0625rem;height:1.3125rem;top:37.8125rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4OBSr8s5TptygXkAW3T6HTtuVWmPIqV { display:block; }
 }@media only screen and (max-width: 763px) { #pTa8yCunasX1T01MESZWhEwkXtZGAskx { width:7.0625rem;height:1.3125rem;top:40.375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnx8vBHk7L5PetQDJtFqRFHnVX67i8c1 { display:block; }
 }@media only screen and (max-width: 763px) { #dWaXAwzv7JJUBDDVKC854EnhyNEaGHWD { width:20rem;height:3.5625rem;top:46.0625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CT6fFSFNAV8sbcVfWVtMz33657Z429Tk { width:11.3125rem;height:6.5rem;top:50.875rem;left:4.3125rem;z-index:15087;display:block; }
 }@media only screen and (max-width: 763px) { #BzJGsGoXJDx5ROpkOwqv75SUwFOfXzTe { width:7.0625rem;height:1.3125rem;top:43.375rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXGQlriZqVnaAe5pk0qXZ5BHdXBZGiSF { display:block; }
 }