.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:#ffffff;background-image:none;position:relative;display:block; }
#iMR3FK34TkHsaSTuQ8o3P7B4E8BrVQ4b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iMR3FK34TkHsaSTuQ8o3P7B4E8BrVQ4b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iMR3FK34TkHsaSTuQ8o3P7B4E8BrVQ4b > .row > .video-iframe-container { display: none; }#iMR3FK34TkHsaSTuQ8o3P7B4E8BrVQ4b > .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); }#nlI8KQa12zDEwfm2lWXgTrRtW6O4fS4S { 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;z-index:auto;display:block; }#nlI8KQa12zDEwfm2lWXgTrRtW6O4fS4S > .row .container { background-color: transparent; background-image: none; }#nlI8KQa12zDEwfm2lWXgTrRtW6O4fS4S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nlI8KQa12zDEwfm2lWXgTrRtW6O4fS4S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nlI8KQa12zDEwfm2lWXgTrRtW6O4fS4S > .row .container > .video-iframe-container { display: none; }#nlI8KQa12zDEwfm2lWXgTrRtW6O4fS4S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nlI8KQa12zDEwfm2lWXgTrRtW6O4fS4S > .row > .video-iframe-container { display: none; }#nlI8KQa12zDEwfm2lWXgTrRtW6O4fS4S > .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); }#nlI8KQa12zDEwfm2lWXgTrRtW6O4fS4S > .row .container { border-width: 0; border-radius: 0; }#nlI8KQa12zDEwfm2lWXgTrRtW6O4fS4S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nlI8KQa12zDEwfm2lWXgTrRtW6O4fS4S > .row .container { font-size:0.875rem;font-family:arial;height:4.1875rem;width:75rem;position:relative;display:block; }#LVED9duJVRVUQ3OsgAeavr3dNtyBaT81 { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.74956875rem;width:2.74956875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:0.75rem;left:59.125rem; }
#RhS4oy2kgxPMZdCNUcCSdvVWdqGDe5Ud { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:1.1875rem;left:62.5rem;height:1.7871125rem;display:block; }
#gVUAAkAW8NWV1EapBsTc0JApGK3I3NE4 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:16.3748125rem;top:0.37434896826744rem;left:0.69118881225588rem;overflow:hidden;display:block; }
#vO9CDqcJQXcEcax5d3Nir4IVDrLNF3ZM { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #2f3b24, #607551);background-image: -moz-linear-gradient(180deg, #2f3b24, #607551);background-image: -ms-linear-gradient(180deg, #2f3b24, #607551);background-image: -o-linear-gradient(180deg, #2f3b24, #607551);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f3b24', endColorstr='#607551' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f3b24', endColorstr='#607551' );";background-image: linear-gradient(180deg, #2f3b24, #607551);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vO9CDqcJQXcEcax5d3Nir4IVDrLNF3ZM > .row .container { background-color: transparent; background-image: none; }#vO9CDqcJQXcEcax5d3Nir4IVDrLNF3ZM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vO9CDqcJQXcEcax5d3Nir4IVDrLNF3ZM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vO9CDqcJQXcEcax5d3Nir4IVDrLNF3ZM > .row .container > .video-iframe-container { display: none; }#vO9CDqcJQXcEcax5d3Nir4IVDrLNF3ZM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vO9CDqcJQXcEcax5d3Nir4IVDrLNF3ZM > .row > .video-iframe-container { display: none; }#vO9CDqcJQXcEcax5d3Nir4IVDrLNF3ZM > .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); }#vO9CDqcJQXcEcax5d3Nir4IVDrLNF3ZM > .row .container { border-width: 0; border-radius: 0; }#vO9CDqcJQXcEcax5d3Nir4IVDrLNF3ZM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vO9CDqcJQXcEcax5d3Nir4IVDrLNF3ZM > .row .container { font-size:0.875rem;font-family:arial;height:39.1875rem;width:75rem;position:relative;display:block; }#s5wlOhTa2fMzQdypJ8XQf2IId8UveaQ9 { color:#ffffff;display:block;width:44.375rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.2493491172791rem;left:0rem;height:5.3624125rem;font-style:normal;display:block; }
#FHTHkOnwsuX0vNG5StL5QJxUdqRpxGiO { color:#ffffff;display:block;width:38.3745625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:11.961806774139rem;left:0rem;height:1.9494625rem;font-style:normal;display:block; }
#VPBLL7M5M8KrzJ1OeaNPHallCgpOW1fU { box-sizing:content-box;height:3.875rem;width:39.875rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(255,255,255,0.64), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(255,255,255,0.64), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(255,255,255,0.64), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(255,255,255,0.64), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3ffffff', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3ffffff', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(255,255,255,0.64), rgba(0,0,0,0));background-size:auto !important;top:11rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#xlVvXvB77cWcQHpWmG03MRd1QeZpocbJ { color:#fbe219;display:block;width:22.3123125rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:18.050131320953rem;left:0.87456607818606rem;height:3.08715625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lb43HspOWFQrQoWBklWQ7aGDbrGbHbLZ { color:#ffffff;display:block;width:10.625rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:22.999133586884rem;left:1.8750009536743rem;height:9.7091875rem;font-style:normal;display:block; }#lb43HspOWFQrQoWBklWQ7aGDbrGbHbLZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lb43HspOWFQrQoWBklWQ7aGDbrGbHbLZ li:before{  }
#cOPPcFGfrIUfNJaqCDP8cBmyTgqqEcfz { box-sizing:content-box;height:1.875rem;width:22.125rem;position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(255,255,255,0.64), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(255,255,255,0.64), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(255,255,255,0.64), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(255,255,255,0.64), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3ffffff', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3ffffff', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(255,255,255,0.64), rgba(0,0,0,0));background-size:auto !important;top:23.1875rem;left:0rem;display:block; }
#gXBIUL7lcdaZ2ZgdxfZwdqILI8wKJGiE { box-sizing:content-box;height:1.875rem;width:22.1245625rem;position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(255,255,255,0.64), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(255,255,255,0.64), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(255,255,255,0.64), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(255,255,255,0.64), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3ffffff', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3ffffff', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(255,255,255,0.64), rgba(0,0,0,0));background-size:auto !important;top:25.811633586884rem;left:0rem;display:block; }
#UN2dTIOPztN9k7OatSMbPRam6gLP81nQ { box-sizing:content-box;height:1.875rem;width:22.1245625rem;position:absolute;display:block;z-index:15031;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(255,255,255,0.64), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(255,255,255,0.64), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(255,255,255,0.64), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(255,255,255,0.64), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3ffffff', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3ffffff', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(255,255,255,0.64), rgba(0,0,0,0));background-size:auto !important;top:28.165149211884rem;left:0rem;display:block; }
#J0nvuGxfVfUrdikbPh9pu4evNhAIuBbm { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.125rem;width:16.3125rem;top:16.0625rem;left:21.163990825688rem;overflow:hidden;display:block; }
#oTiJl7OAlKb2B3P0XiqvCmEzC8uHhyRX { box-sizing:content-box;height:1.875rem;width:22.1245625rem;position:absolute;display:block;z-index:15032;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(255,255,255,0.64), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(255,255,255,0.64), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(255,255,255,0.64), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(255,255,255,0.64), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3ffffff', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3ffffff', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(255,255,255,0.64), rgba(0,0,0,0));background-size:auto !important;top:30.901694774628rem;left:0rem;display:block; }
#OKZNNpceZ4tevCgwLe8ngz9RP2ipSyEC { box-sizing:content-box;height:1.875rem;width:22.125rem;position:absolute;display:block;z-index:15032;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(255,255,255,0.64), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(255,255,255,0.64), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(255,255,255,0.64), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(255,255,255,0.64), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3ffffff', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3ffffff', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(255,255,255,0.64), rgba(0,0,0,0));background-size:auto !important;top:30.75rem;left:0rem;display:none; }
#kEe8MFSkUnMEE4Q3GC3xGCHzvocKXvUX { box-sizing:content-box;height:1.875rem;width:22.125rem;position:absolute;display:block;z-index:15032;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(255,255,255,0.64), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(255,255,255,0.64), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(255,255,255,0.64), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(255,255,255,0.64), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3ffffff', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3ffffff', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(255,255,255,0.64), rgba(0,0,0,0));background-size:auto !important;top:30.75rem;left:0rem;display:none; }
#NUTzFRgeup0Aw5lKETviuHBvKVCXTaVF { box-sizing:content-box;height:1.875rem;width:22.125rem;position:absolute;display:block;z-index:15032;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(255,255,255,0.64), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(255,255,255,0.64), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(255,255,255,0.64), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(255,255,255,0.64), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3ffffff', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3ffffff', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(255,255,255,0.64), rgba(0,0,0,0));background-size:auto !important;top:30.75rem;left:0rem;display:none; }
#wT7v5vzq3wpCnqOJVEeu43NoThT9xya0 { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:36.6875rem;width:28.125rem;top:1.25rem;left:44.375rem;display:block; }
#vxvnKBCT6Q7I7JKK3TGn6EwdWfxltlUR { color:#000000;display:block;width:27.3115rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:1.8125rem;left:44.8125rem;height:1.51171875rem;text-align:center;text-align-last:center;display:block; }
#iRJ1MwLMksaoqLwKhLmZXSWLrwV21ITl { position:absolute;display:block;z-index:15002;height:26.5rem;width:27.4375rem;top:3.9375rem;left:44.75rem;display:block; }
#IaI5swBM6d0aTXn3VT7pJEgnSIDOZSPo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbf3;background-image:none;position:relative;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#IaI5swBM6d0aTXn3VT7pJEgnSIDOZSPo > .row .container { background-color: transparent; background-image: none; }#IaI5swBM6d0aTXn3VT7pJEgnSIDOZSPo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IaI5swBM6d0aTXn3VT7pJEgnSIDOZSPo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IaI5swBM6d0aTXn3VT7pJEgnSIDOZSPo > .row .container > .video-iframe-container { display: none; }#IaI5swBM6d0aTXn3VT7pJEgnSIDOZSPo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IaI5swBM6d0aTXn3VT7pJEgnSIDOZSPo > .row > .video-iframe-container { display: none; }#IaI5swBM6d0aTXn3VT7pJEgnSIDOZSPo > .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); }#IaI5swBM6d0aTXn3VT7pJEgnSIDOZSPo > .row .container { border-width: 0; border-radius: 0; }#IaI5swBM6d0aTXn3VT7pJEgnSIDOZSPo > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#IaI5swBM6d0aTXn3VT7pJEgnSIDOZSPo > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:75rem;position:relative;display:block; }#ZGvOvf5Lq3oQnHMSz83Voipk7i525oau { display:block;width:58.75rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:0.99934816360475rem;left:8.1250009536744rem;height:3.25rem;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;color:#4a241c;display:block; }
#fSEPBhOIVAQkaesv33UOuOEgt82ta1pq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbf3;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; }#fSEPBhOIVAQkaesv33UOuOEgt82ta1pq > .row .container { background-color: transparent; background-image: none; }#fSEPBhOIVAQkaesv33UOuOEgt82ta1pq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fSEPBhOIVAQkaesv33UOuOEgt82ta1pq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fSEPBhOIVAQkaesv33UOuOEgt82ta1pq > .row .container > .video-iframe-container { display: none; }#fSEPBhOIVAQkaesv33UOuOEgt82ta1pq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fSEPBhOIVAQkaesv33UOuOEgt82ta1pq > .row > .video-iframe-container { display: none; }#fSEPBhOIVAQkaesv33UOuOEgt82ta1pq > .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); }#fSEPBhOIVAQkaesv33UOuOEgt82ta1pq > .row .container { border-width: 0; border-radius: 0; }#fSEPBhOIVAQkaesv33UOuOEgt82ta1pq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fSEPBhOIVAQkaesv33UOuOEgt82ta1pq > .row .container { font-size:0.875rem;font-family:arial;height:22.0625rem;width:75rem;position:relative;display:block; }#XhIVPsWvsFbtnvaauTBvuoAIPs0gwKGq { box-sizing:content-box;height:19.9375rem;width:23.125rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;top:0.93749713897706rem;left:0.9375rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#hH3wxRkFCa1dqGfTgBUty3Fq7beAq90o { box-sizing:content-box;height:19.9375rem;width:23.125rem;position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:none;top:0.9375rem;left:25.937501907349rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#EApNdI4y07EUJUgfwyp6CHtgTvpq8VRr { box-sizing:content-box;height:19.9375rem;width:23.125rem;position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:none;top:0.9375rem;left:50.937501907349rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#lzzrUPH37RZGVExET4CdzvXTmAf04SC7 { color:#000000;display:block;width:21.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:16.462501049042rem;left:1.5625rem;height:3.8997375rem;text-align:center;text-align-last:center;display:block; }
#nTmerTGcRJ1JJzmbD91Ec1IZmDetJt6o { color:#000000;display:block;width:21.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:17.111722946167rem;left:26.562501907349rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#bPE8TRdbKTdq8MyEJQGGeWkCEKiscCOG { color:#000000;display:block;width:21.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:17.111722946167rem;left:51.562501907349rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#AUAJEB8OIM4gOH1bVQK9yvzk63QNMdam { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:15.25rem;width:23.125rem;top:0.9365234375rem;left:0.9375rem;overflow:hidden;display:block; }
#egELhct3HyRnZiFMEWVNC0nb7y55v3NF { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:15.0625rem;width:23.125rem;top:0.9365234375rem;left:25.9375rem;overflow:hidden;display:block; }
#Upt5fO2Xow0ToumuEb0DlMGIT7ogsOuy { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:14.9375rem;width:23.125rem;top:0.9365234375rem;left:50.9375rem;overflow:hidden;display:block; }
#KQwHkKa0xLeLHsOcXMxqVTWVLPFA6eqc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbf3;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; }#KQwHkKa0xLeLHsOcXMxqVTWVLPFA6eqc > .row .container { background-color: transparent; background-image: none; }#KQwHkKa0xLeLHsOcXMxqVTWVLPFA6eqc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KQwHkKa0xLeLHsOcXMxqVTWVLPFA6eqc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KQwHkKa0xLeLHsOcXMxqVTWVLPFA6eqc > .row .container > .video-iframe-container { display: none; }#KQwHkKa0xLeLHsOcXMxqVTWVLPFA6eqc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KQwHkKa0xLeLHsOcXMxqVTWVLPFA6eqc > .row > .video-iframe-container { display: none; }#KQwHkKa0xLeLHsOcXMxqVTWVLPFA6eqc > .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); }#KQwHkKa0xLeLHsOcXMxqVTWVLPFA6eqc > .row .container { border-width: 0; border-radius: 0; }#KQwHkKa0xLeLHsOcXMxqVTWVLPFA6eqc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KQwHkKa0xLeLHsOcXMxqVTWVLPFA6eqc > .row .container { font-size:0.875rem;font-family:arial;height:23.25rem;width:75rem;position:relative;display:block; }#SCNggm5g0Wz8lSIFAi0zGZA991k4RIGU { box-sizing:content-box;height:19.9375rem;width:23.125rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;top:0.93749713897706rem;left:0.9375rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#ITUDgqoaUXto4NW9anX7HKem0tnUkK99 { box-sizing:content-box;height:19.9375rem;width:23.125rem;position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:none;top:0.9375rem;left:25.937501907349rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#xyLmll2ytMCIEEFGiwmzliMfB1AQ7UxF { box-sizing:content-box;height:19.9375rem;width:23.125rem;position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:none;top:0.9375rem;left:50.937501907349rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#TtAy8HZ4m8W6J6QebDI5TAA01uxW15OQ { color:#000000;display:block;width:21.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:16.462501049042rem;left:1.5625rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#p15vcIdwkqwkz1m0awh2iQdBmgdO3e4M { color:#000000;display:block;width:21.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:16.462501049042rem;left:26.562501907349rem;height:3.8997375rem;text-align:center;text-align-last:center;display:block; }
#BCEplO63lfVrPp1zSL3vtNew8sK4umD9 { color:#000000;display:block;width:21.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:17.762502670288rem;left:51.562501907349rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#zV84EX9cwGTDIbTKtMqFR8xim3rZnVtE { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:13.375rem;width:23.125rem;top:0.9365234375rem;left:0.9375rem;overflow:hidden;display:block; }
#JWMo6VuoCIF1EHC70mICsdg2U8TMULsX { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:14.9375rem;width:23.125rem;top:0.9365234375rem;left:25.9375rem;overflow:hidden;display:block; }
#UGrwPP1NcioriypVC7mMxhwwGnQewzmN { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:15.125rem;width:23.125rem;top:0.9365234375rem;left:50.9375rem;overflow:hidden;display:block; }
#UcSqQcJVeuesx37ZQmy8QM8GP5CAhA0S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #3a4709);background-image: -moz-linear-gradient(180deg, #ffffff, #3a4709);background-image: -ms-linear-gradient(180deg, #ffffff, #3a4709);background-image: -o-linear-gradient(180deg, #ffffff, #3a4709);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#3a4709' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#3a4709' );";background-image: linear-gradient(180deg, #ffffff, #3a4709);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#UcSqQcJVeuesx37ZQmy8QM8GP5CAhA0S > .row .container { border-width: 0; border-radius: 0; }#UcSqQcJVeuesx37ZQmy8QM8GP5CAhA0S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UcSqQcJVeuesx37ZQmy8QM8GP5CAhA0S > .row .container { font-size:0.875rem;font-family:arial;height:33.5625rem;width:75rem;position:relative;display:none; }#EsQ4glnGOkPsPQGTQ3eimlcJ1n46p4XP { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:2.8437519073486rem;left:17.5rem;display:block; }
#KsF5rwt5mCtkWLWeaOVsggFAPTTFJBy0 { box-sizing:content-box;height:23.125rem;width:40.625rem;position:absolute;display:block;z-index:14999;background-color:#546447;background-image:none;top:2.5312519073486rem;left:17.1875rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#RfW4wvTAqxAUtdB8a3U1lhGleLk78i8q { background-color:#4a241c;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;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:19.3125rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:27.7265625rem;left:27.843751907349rem;display:block; }
#L4d5pcKLcz8QnR64dOc5oxywBQHCDBa2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eCDQmtZ7HsQks2MDHL2758N6S0pmVzzO { 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:none; }#eCDQmtZ7HsQks2MDHL2758N6S0pmVzzO > .row .container { border-width: 0; border-radius: 0; }#eCDQmtZ7HsQks2MDHL2758N6S0pmVzzO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eCDQmtZ7HsQks2MDHL2758N6S0pmVzzO > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:75rem;position:relative;display:none; }#DyWw2soyH7zwMO3XJL9OCesTkbNgDT23 { display:block;width:58.75rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:1.6015625rem;left:8.125rem;height:3.25rem;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;color:#4a241c;display:block; }
#NpmEfqgyIyqOqNN4usthLtykwbNt1Otb { 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:none; }#NpmEfqgyIyqOqNN4usthLtykwbNt1Otb > .row .container { border-width: 0; border-radius: 0; }#NpmEfqgyIyqOqNN4usthLtykwbNt1Otb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NpmEfqgyIyqOqNN4usthLtykwbNt1Otb > .row .container { font-size:0.875rem;font-family:arial;height:30.8125rem;width:75rem;position:relative;display:none; }#en9gqm2bNrFuMv9HVB2NMhUg4PdJelJH { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #2c3924;border-left:0.0625rem solid #2c3924;border-right:0.0625rem solid #2c3924;border-bottom:0.0625rem solid #2c3924;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:26.8125rem;width:14.5rem;top:2.5rem;left:2.125rem;display:block; }
#Omp0nrTJ8nuPtTgTLcGKnDBBu3D4u8Zq { color:#2c3924;display:block;width:10.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15029;line-height:1.6;letter-spacing:0;top:1.8125rem;left:4.0625rem;height:3.20095625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#tkc6J69W3CtX6tp7UDQkCVBHyCnpJsk4 { position:absolute;display:block;z-index:15028;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #2c3924;border-left:0.0625rem solid #2c3924;border-right:0.0625rem solid #2c3924;border-bottom:0.0625rem solid #2c3924;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.0625rem;width:10.9375rem;top:1.53125rem;left:3.85546875rem;display:block; }
#XJQ08shsKotpyxudQuS1TkHLXdR8D6t4 { position:absolute;display:block;z-index:15008;background-color:#546447;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:10rem;width:10rem;top:4.1875rem;left:4.5625rem;display:block; }
#IfeiFMymelddCZnn04bTZdhBMgvoS2T5 { position:absolute;display:block;z-index:15025;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:10rem;width:10rem;top:4.1875rem;left:4.375rem;overflow:hidden;display:block; }
#Sel0wFDNEATrglf0Ch0AQcKoZL3Iib7t { color:#000000;display:block;width:14.375rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:15.125000476837rem;left:2.25rem;height:10.4969375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#HRRR4dtgw9dH7hPwyDL8STHrihfZB5Cq { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.5rem;top:26.8125rem;left:8.5rem;overflow:hidden;display:block; }
#nfWXZDWayqFfA2mn4dem94XsWiUATyCE { position:absolute;display:block;z-index:15027;background-color:#b4b1b2;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.4375rem;top:27.375rem;left:3.6875rem;display:block; }
#w5LekTLq56SZA9VNsUMCkJAhyOdwRLIz { position:absolute;display:block;z-index:15028;background-color:#b4b1b2;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.4375rem;top:27.375rem;left:11.75rem;display:block; }
#W7XZc1ghc6ZnFRgQwzca0Ag48acdURgu { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #2c3924;border-left:0.0625rem solid #2c3924;border-right:0.0625rem solid #2c3924;border-bottom:0.0625rem solid #2c3924;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:26.8125rem;width:14.5rem;top:2.5rem;left:20.875rem;display:block; }
#oTLeWKTyq9zbOa0MKNRqGhq9IsTEmqev { color:#000000;display:block;width:14.375rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:15.125rem;left:21rem;height:13.496125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#RXN8vTykReJIMiVRDJqxGGqaGLHTMi7L { position:absolute;display:block;z-index:15037;background-color:#b4b1b2;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.4375rem;top:27.375rem;left:30.5rem;display:block; }
#OBZ6uHMMSigcH3R84Siqvxmex5dDfitq { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.5rem;top:26.8125rem;left:27.25rem;overflow:hidden;display:block; }
#zMadhRH0khzKnLK825bfyBy74Kg6DexQ { position:absolute;display:block;z-index:15017;background-color:#546447;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:10rem;width:10rem;top:4.1875rem;left:23.3125rem;display:block; }
#SvNa9TLwpXW9VAzu34kzcyCqIwXopPiZ { position:absolute;display:block;z-index:15034;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:10rem;width:10rem;top:4.1875rem;left:23.125rem;overflow:hidden;display:block; }
#KuXDqWqVrO67KFUVw9TcdyQuPf5uTFJN { position:absolute;display:block;z-index:15036;background-color:#b4b1b2;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.4375rem;top:27.375rem;left:22.4375rem;display:block; }
#xLoUISJpZGRIfzB44JQq4PG3SW2CrolI { position:absolute;display:block;z-index:15037;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #2c3924;border-left:0.0625rem solid #2c3924;border-right:0.0625rem solid #2c3924;border-bottom:0.0625rem solid #2c3924;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.0625rem;width:10.9375rem;top:1.5625rem;left:22.625rem;display:block; }
#k3FBBeBcxTCNTroGXNHa7kDcQBa2x7qH { color:#2c3924;display:block;width:10.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15038;line-height:1.6;letter-spacing:0;top:1.8125rem;left:22.875rem;height:3.20095625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#gcUsSASLa9i39hyBLlroGIBTspLZtiAi { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #2c3924;border-left:0.0625rem solid #2c3924;border-right:0.0625rem solid #2c3924;border-bottom:0.0625rem solid #2c3924;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:26.8125rem;width:14.5rem;top:2.5rem;left:39.625rem;display:block; }
#uDqOoU7NIEEtdQwrNmXPe6fBWHlIFow7 { position:absolute;display:block;z-index:15037;background-color:#b4b1b2;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.4375rem;top:27.375rem;left:49.25rem;display:block; }
#FZUsQadpJmZJth8F5dyCzehW9noBqSwi { color:#000000;display:block;width:14.375rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.7;letter-spacing:0;top:15.125rem;left:39.75rem;height:11.1501875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#g6bnwkqwQ9u3JzmkNn74paxpe6FVTGMW { position:absolute;display:block;z-index:15017;background-color:#546447;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:10rem;width:10rem;top:4.1875rem;left:42.0625rem;display:block; }
#B2ItLwHvN0uJ3k07k1DLxZ1nFThW5f8T { position:absolute;display:block;z-index:15034;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:10rem;width:10rem;top:4.1875rem;left:41.875rem;overflow:hidden;display:block; }
#mSXvy2EiZNcddR0U1asUNBJl7MQSVG37 { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.5rem;top:26.8125rem;left:46rem;overflow:hidden;display:block; }
#eJvmyT3vZrJroTSQafh3rSZTiT2PftTp { position:absolute;display:block;z-index:15036;background-color:#b4b1b2;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.4375rem;top:27.375rem;left:41.1875rem;display:block; }
#VTgiel3ZTcNZq9br3I7H4e3TcURnLpBB { position:absolute;display:block;z-index:15037;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #2c3924;border-left:0.0625rem solid #2c3924;border-right:0.0625rem solid #2c3924;border-bottom:0.0625rem solid #2c3924;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.1875rem;width:12.5625rem;top:1.46875rem;left:40.543748855591rem;display:block; }
#xEGPUKZMK3s3L2MlchLKX6fx033n8HXE { color:#2c3924;display:block;width:11.8125rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:700;z-index:15038;line-height:1.6;letter-spacing:0;top:1.8617191314698rem;left:40.968751907349rem;height:2.99913125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#Em7JicX7esu9Lp9sO6luFATelnRTQcZk { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #2c3924;border-left:0.0625rem solid #2c3924;border-right:0.0625rem solid #2c3924;border-bottom:0.0625rem solid #2c3924;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:26.8125rem;width:14.5rem;top:2.5rem;left:58.375rem;display:block; }
#aBQ4BeDu5BouE3NgoOpqp9sp4TXHdKd2 { color:#000000;display:block;width:14.375rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.8;letter-spacing:0;top:15.125rem;left:58.5rem;height:10.1236875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#MnRTnbQGR4hkKJvlPuL49LKrXkTZqz2I { position:absolute;display:block;z-index:15037;background-color:#b4b1b2;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.4375rem;top:27.375rem;left:68rem;display:block; }
#unT8yvT68cadtQlEz9zFSO8pooyWnD0T { position:absolute;display:block;z-index:15017;background-color:#546447;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:10rem;width:10rem;top:4.1875rem;left:60.8125rem;display:block; }
#h8osQ3usgzuFMhs06wPCFccJHn3IhsKb { position:absolute;display:block;z-index:15034;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:10rem;width:10rem;top:4.1875rem;left:60.625rem;overflow:hidden;display:block; }
#cktygrA0O7s8EnuJMGZDPNaHlQTdrA7l { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.5rem;top:26.8125rem;left:64.75rem;overflow:hidden;display:block; }
#vBJc2vscJO0aZQroUM5NZGNIt9nK2Vev { position:absolute;display:block;z-index:15037;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #2c3924;border-left:0.0625rem solid #2c3924;border-right:0.0625rem solid #2c3924;border-bottom:0.0625rem solid #2c3924;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.0625rem;width:10.9375rem;top:1.5625rem;left:60.125rem;display:block; }
#prmatEqy78mn3Dpal4EXPmIM9AAdS7DC { color:#2c3924;display:block;width:10.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15038;line-height:1.6;letter-spacing:0;top:1.8125rem;left:60.3125rem;height:1.600475rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#e1u3T0O227DQFwPhGXAWfsXnTvEsgLdR { position:absolute;display:block;z-index:15036;background-color:#b4b1b2;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.4375rem;top:27.375rem;left:59.9375rem;display:block; }
#piEZsTpR6hs9mexGlZTCFJ9xMp5VDUv9 { 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; }#piEZsTpR6hs9mexGlZTCFJ9xMp5VDUv9 > .row .container { background-color: transparent; background-image: none; }#piEZsTpR6hs9mexGlZTCFJ9xMp5VDUv9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#piEZsTpR6hs9mexGlZTCFJ9xMp5VDUv9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#piEZsTpR6hs9mexGlZTCFJ9xMp5VDUv9 > .row .container > .video-iframe-container { display: none; }#piEZsTpR6hs9mexGlZTCFJ9xMp5VDUv9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#piEZsTpR6hs9mexGlZTCFJ9xMp5VDUv9 > .row > .video-iframe-container { display: none; }#piEZsTpR6hs9mexGlZTCFJ9xMp5VDUv9 > .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); }#piEZsTpR6hs9mexGlZTCFJ9xMp5VDUv9 > .row .container { border-width: 0; border-radius: 0; }#piEZsTpR6hs9mexGlZTCFJ9xMp5VDUv9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#piEZsTpR6hs9mexGlZTCFJ9xMp5VDUv9 > .row .container { font-size:0.875rem;font-family:arial;height:5.3125rem;width:75rem;position:relative;display:block; }#hB11HPmWthivySLO1C0NuSuXuTRfTZ9g { display:block;width:58.75rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:1.03125rem;left:8.125rem;height:3.25rem;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;color:#4a241c;display:block; }
#AmwxewzBK1odZDezgqs6SecDoG2Nuhcl { position:relative;display:none; }#AmwxewzBK1odZDezgqs6SecDoG2Nuhcl { border-width: 0; border-radius: 0; }#AmwxewzBK1odZDezgqs6SecDoG2Nuhcl > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#AmwxewzBK1odZDezgqs6SecDoG2Nuhcl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#B3xXGyf7KLCTixeFlWx0ErwN3iODd1fJ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:102.875rem;width:75rem;display:none; }
#dTaC0Go4V6QiPZCBNqwio8nWFJg95dbM { position:relative;display:none; }#dTaC0Go4V6QiPZCBNqwio8nWFJg95dbM { border-width: 0; border-radius: 0; }#dTaC0Go4V6QiPZCBNqwio8nWFJg95dbM > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#dTaC0Go4V6QiPZCBNqwio8nWFJg95dbM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#KOX34dzF1B8nT8WJfsM19d7cC5xHTW9m { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39rem;width:67.5rem;display:none; }
#zaem77c3JVfv3UAfHy8vfKwIDbrFtw88 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.3125rem;width:75rem;display:none; }
#z7eCvpcgLREATJbSmroJgVQZ8UkANgbM { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.75rem;width:75rem;display:none; }
#u4XgygyIvVvahZXXakN998yKSTuq1tsn { 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; }#u4XgygyIvVvahZXXakN998yKSTuq1tsn > .row .container { background-color: transparent; background-image: none; }#u4XgygyIvVvahZXXakN998yKSTuq1tsn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4XgygyIvVvahZXXakN998yKSTuq1tsn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4XgygyIvVvahZXXakN998yKSTuq1tsn > .row .container > .video-iframe-container { display: none; }#u4XgygyIvVvahZXXakN998yKSTuq1tsn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4XgygyIvVvahZXXakN998yKSTuq1tsn > .row > .video-iframe-container { display: none; }#u4XgygyIvVvahZXXakN998yKSTuq1tsn > .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); }#u4XgygyIvVvahZXXakN998yKSTuq1tsn > .row .container { border-width: 0; border-radius: 0; }#u4XgygyIvVvahZXXakN998yKSTuq1tsn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u4XgygyIvVvahZXXakN998yKSTuq1tsn > .row .container { font-size:0.875rem;font-family:arial;height:16.8125rem;width:75rem;position:relative;display:block; }#JafqNT1uiJHlxfqNT3y7OzTuTZb7wSVL { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:16.7480625rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#t8Q4O9gCoUufVHgHZWw3STTkHiWAZP4v { 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; }#t8Q4O9gCoUufVHgHZWw3STTkHiWAZP4v > .row .container { background-color: transparent; background-image: none; }#t8Q4O9gCoUufVHgHZWw3STTkHiWAZP4v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t8Q4O9gCoUufVHgHZWw3STTkHiWAZP4v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t8Q4O9gCoUufVHgHZWw3STTkHiWAZP4v > .row .container > .video-iframe-container { display: none; }#t8Q4O9gCoUufVHgHZWw3STTkHiWAZP4v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t8Q4O9gCoUufVHgHZWw3STTkHiWAZP4v > .row > .video-iframe-container { display: none; }#t8Q4O9gCoUufVHgHZWw3STTkHiWAZP4v > .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); }#t8Q4O9gCoUufVHgHZWw3STTkHiWAZP4v > .row .container { border-width: 0; border-radius: 0; }#t8Q4O9gCoUufVHgHZWw3STTkHiWAZP4v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t8Q4O9gCoUufVHgHZWw3STTkHiWAZP4v > .row .container { font-size:0.875rem;font-family:arial;height:47.8125rem;width:75rem;position:relative;display:block; }#fsiNLe5EhrOHl4OsVSLu4UwKiruxKZVx { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:14.124375rem;width:75rem;top:1.25rem;left:0rem;overflow:hidden;display:block; }
#k4SRDVZuza6Tol0rUOiFtvfvltT0wd0v { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:16.186rem;width:75rem;top:16.624349594116rem;left:0rem;overflow:hidden;display:block; }
#nW5vqNMyTHXphf6aGzADwOtns5JFiidW { 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:10.7498125rem;width:75rem;top:34.06033205986rem;left:0rem;overflow:hidden;display:block; }
#lasLAyg0W2nKX3Xk2W8RHu31M49pPxEM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #3a4709);background-image: -moz-linear-gradient(180deg, #ffffff, #3a4709);background-image: -ms-linear-gradient(180deg, #ffffff, #3a4709);background-image: -o-linear-gradient(180deg, #ffffff, #3a4709);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#3a4709' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#3a4709' );";background-image: linear-gradient(180deg, #ffffff, #3a4709);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lasLAyg0W2nKX3Xk2W8RHu31M49pPxEM > .row .container { background-color: transparent; background-image: none; }#lasLAyg0W2nKX3Xk2W8RHu31M49pPxEM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lasLAyg0W2nKX3Xk2W8RHu31M49pPxEM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lasLAyg0W2nKX3Xk2W8RHu31M49pPxEM > .row .container > .video-iframe-container { display: none; }#lasLAyg0W2nKX3Xk2W8RHu31M49pPxEM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lasLAyg0W2nKX3Xk2W8RHu31M49pPxEM > .row > .video-iframe-container { display: none; }#lasLAyg0W2nKX3Xk2W8RHu31M49pPxEM > .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); }#lasLAyg0W2nKX3Xk2W8RHu31M49pPxEM > .row .container { border-width: 0; border-radius: 0; }#lasLAyg0W2nKX3Xk2W8RHu31M49pPxEM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lasLAyg0W2nKX3Xk2W8RHu31M49pPxEM > .row .container { font-size:0.875rem;font-family:arial;height:10.9375rem;width:75rem;position:relative;display:block; }#urVZy78c4kaEaHVQLXZ8PGzbcV2yxe5N { color:#000000;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.875rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#asNU6gEUCT3mVDHeHipfKZN79pvzF5XB { background-color:#4a241c;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;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:19.3125rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:5.625rem;left:27.875rem;display:block; }
#dLhvHSBMaHgQvR51pu1fox0CVK2wE4v2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U1es2BTHy9nXReEy8HPLHq14RDuodyvV { position:relative;display:block; }#U1es2BTHy9nXReEy8HPLHq14RDuodyvV { background-color: transparent; background-image: none; }#U1es2BTHy9nXReEy8HPLHq14RDuodyvV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U1es2BTHy9nXReEy8HPLHq14RDuodyvV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U1es2BTHy9nXReEy8HPLHq14RDuodyvV > .row .container > .video-iframe-container { display: none; }#U1es2BTHy9nXReEy8HPLHq14RDuodyvV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U1es2BTHy9nXReEy8HPLHq14RDuodyvV > .row > .video-iframe-container { display: none; }#U1es2BTHy9nXReEy8HPLHq14RDuodyvV > .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); }#U1es2BTHy9nXReEy8HPLHq14RDuodyvV { border-width: 0; border-radius: 0; }#U1es2BTHy9nXReEy8HPLHq14RDuodyvV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#U1es2BTHy9nXReEy8HPLHq14RDuodyvV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#t0M1QqXWQ7N2TifvwN9UMwcE0NII81tG { color:#2f3b24;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.947265625rem;left:0rem;height:3.16731875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CBRUmUgztTbosLW0BfCBgkIcR9vloiFO { position:relative;display:block; }#CBRUmUgztTbosLW0BfCBgkIcR9vloiFO { background-color: transparent; background-image: none; }#CBRUmUgztTbosLW0BfCBgkIcR9vloiFO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CBRUmUgztTbosLW0BfCBgkIcR9vloiFO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CBRUmUgztTbosLW0BfCBgkIcR9vloiFO > .row .container > .video-iframe-container { display: none; }#CBRUmUgztTbosLW0BfCBgkIcR9vloiFO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CBRUmUgztTbosLW0BfCBgkIcR9vloiFO > .row > .video-iframe-container { display: none; }#CBRUmUgztTbosLW0BfCBgkIcR9vloiFO > .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); }#CBRUmUgztTbosLW0BfCBgkIcR9vloiFO { border-width: 0; border-radius: 0; }#CBRUmUgztTbosLW0BfCBgkIcR9vloiFO > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#CBRUmUgztTbosLW0BfCBgkIcR9vloiFO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:10.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uZQQoyhFSx9FFJVB6szvD1pmPeWVWFti { color:#2f3b24;display:block;width: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:1.4242095947266rem;left:0rem;height:4.87305rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TJfhBXBk6f0Acqn6OJGDxIzHZ19nn4dl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #2d411f, #ced4b5);background-image: -moz-linear-gradient(360deg, #2d411f, #ced4b5);background-image: -ms-linear-gradient(360deg, #2d411f, #ced4b5);background-image: -o-linear-gradient(360deg, #2d411f, #ced4b5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d411f', endColorstr='#ced4b5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d411f', endColorstr='#ced4b5' );";background-image: linear-gradient(360deg, #2d411f, #ced4b5);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TJfhBXBk6f0Acqn6OJGDxIzHZ19nn4dl > .row .container { background-color: transparent; background-image: none; }#TJfhBXBk6f0Acqn6OJGDxIzHZ19nn4dl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJfhBXBk6f0Acqn6OJGDxIzHZ19nn4dl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJfhBXBk6f0Acqn6OJGDxIzHZ19nn4dl > .row .container > .video-iframe-container { display: none; }#TJfhBXBk6f0Acqn6OJGDxIzHZ19nn4dl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJfhBXBk6f0Acqn6OJGDxIzHZ19nn4dl > .row > .video-iframe-container { display: none; }#TJfhBXBk6f0Acqn6OJGDxIzHZ19nn4dl > .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); }#TJfhBXBk6f0Acqn6OJGDxIzHZ19nn4dl > .row .container { border-width: 0; border-radius: 0; }#TJfhBXBk6f0Acqn6OJGDxIzHZ19nn4dl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TJfhBXBk6f0Acqn6OJGDxIzHZ19nn4dl > .row .container { font-size:0.875rem;font-family:arial;height:17.875rem;width:75rem;position:relative;display:block; }#ZB3EHETisnEq4JsLsogeNFKKUO9TmUbG { color:#000000;display:block;width:27.125rem;position:absolute;font-family:"open sans";font-size:2.3125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.0004339218139rem;left:0rem;height:3.0058625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#udWLDJ9zFTXVDhFXlrICtZ7yu5aoTGdP { color:#ffffff;display:block;width:24.561625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.3624138832092rem;left:1.2803821563721rem;height:7.1484375rem;text-align:center;text-align-last:center;display:block; }
#cbiEHkafac76TtlsmlqF8rx6aVVPZNtH { color:#f7e30e;display:block;width:29.6875rem;position:absolute;font-family:"open sans";font-size:2.3125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.99934911727906rem;left:23.997395515442rem;height:3.0058625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mpUwMtKkr5gNUnUnJnTu0JS0ruuu985a { color:#000000;display:block;width:20.7498125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.3107638359069rem;left:28.466797828674rem;height:7.1484375rem;text-align:center;text-align-last:center;display:block; }
#MwzMQ9dIwNiPulaqXXv3aTUMXQInKbQi { color:#000000;display:block;width:22.875rem;position:absolute;font-family:"open sans";font-size:2.3125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.99934911727906rem;left:52.063153266907rem;height:3.0058625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DECWmpg726aTS8IAeOJEEECqZX5I17IW { color:#ffffff;display:block;width:22.061625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.3107638359069rem;left:52.000870704651rem;height:7.1484375rem;text-align:center;text-align-last:center;display:block; }
#Jx7RLdsTmNu70fDcev9kTZdrIiODo2io { position:relative;display:block; }#Jx7RLdsTmNu70fDcev9kTZdrIiODo2io { background-color: transparent; background-image: none; }#Jx7RLdsTmNu70fDcev9kTZdrIiODo2io::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jx7RLdsTmNu70fDcev9kTZdrIiODo2io > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jx7RLdsTmNu70fDcev9kTZdrIiODo2io > .row .container > .video-iframe-container { display: none; }#Jx7RLdsTmNu70fDcev9kTZdrIiODo2io > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jx7RLdsTmNu70fDcev9kTZdrIiODo2io > .row > .video-iframe-container { display: none; }#Jx7RLdsTmNu70fDcev9kTZdrIiODo2io > .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); }#Jx7RLdsTmNu70fDcev9kTZdrIiODo2io { border-width: 0; border-radius: 0; }#Jx7RLdsTmNu70fDcev9kTZdrIiODo2io > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Jx7RLdsTmNu70fDcev9kTZdrIiODo2io > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OOM64EMzLRLrZ4BrTdD4XfDLamzZg0hP { background-color:#4a241c;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;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:19.3120625rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.9375076293945rem;left:27.843968391419rem;display:block; }
#mviMBosUtRvMcyrZLmwM6wMFMRCF0ZhJ { 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) { #nlI8KQa12zDEwfm2lWXgTrRtW6O4fS4S { display:block; }#nlI8KQa12zDEwfm2lWXgTrRtW6O4fS4S > .row .container { width:47.75rem;height:9.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LVED9duJVRVUQ3OsgAeavr3dNtyBaT81 { top:0.75rem;left:45.0625rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhS4oy2kgxPMZdCNUcCSdvVWdqGDe5Ud { top:1.125rem;left:35.25rem;width:12.5rem;height:1.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVUAAkAW8NWV1EapBsTc0JApGK3I3NE4 { top:0.3125rem;left:0rem;width:16.3125rem;height:3.4244189818967rem;display:block; }
 }@media only screen and (max-width: 763px) { #vO9CDqcJQXcEcax5d3Nir4IVDrLNF3ZM { display:block; }#vO9CDqcJQXcEcax5d3Nir4IVDrLNF3ZM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s5wlOhTa2fMzQdypJ8XQf2IId8UveaQ9 { top:2.1875rem;left:0rem;width:44.375rem;height:5.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHTHkOnwsuX0vNG5StL5QJxUdqRpxGiO { top:11.9375rem;left:0rem;width:38.3125rem;height:1.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPBLL7M5M8KrzJ1OeaNPHallCgpOW1fU { top:11rem;left:0rem;width:39.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlVvXvB77cWcQHpWmG03MRd1QeZpocbJ { top:18rem;left:0rem;width:22.25rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lb43HspOWFQrQoWBklWQ7aGDbrGbHbLZ { top:22.9375rem;left:0rem;width:10.625rem;height:9.6875rem;font-size:1.6875rem;display:block; }#lb43HspOWFQrQoWBklWQ7aGDbrGbHbLZ li:before{  }
 }@media only screen and (max-width: 763px) { #cOPPcFGfrIUfNJaqCDP8cBmyTgqqEcfz { top:23.1875rem;left:0rem;width:22.125rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXBIUL7lcdaZ2ZgdxfZwdqILI8wKJGiE { top:25.75rem;left:0rem;width:22.0625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UN2dTIOPztN9k7OatSMbPRam6gLP81nQ { top:28.125rem;left:0rem;width:22.0625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0nvuGxfVfUrdikbPh9pu4evNhAIuBbm { top:16.0625rem;left:7.5625rem;width:16.3125rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTiJl7OAlKb2B3P0XiqvCmEzC8uHhyRX { top:30.875rem;left:0rem;width:22.0625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKZNNpceZ4tevCgwLe8ngz9RP2ipSyEC { top:30.75rem;left:0rem;width:22.125rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kEe8MFSkUnMEE4Q3GC3xGCHzvocKXvUX { top:30.75rem;left:0rem;width:22.125rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NUTzFRgeup0Aw5lKETviuHBvKVCXTaVF { top:30.75rem;left:0rem;width:22.125rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wT7v5vzq3wpCnqOJVEeu43NoThT9xya0 { top:1.25rem;left:19.625rem;width:28.125rem;height:36.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxvnKBCT6Q7I7JKK3TGn6EwdWfxltlUR { top:1.8125rem;left:20.5rem;width:27.25rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRJ1MwLMksaoqLwKhLmZXSWLrwV21ITl { top:3.9375rem;left:20.3125rem;width:27.4375rem;height:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaI5swBM6d0aTXn3VT7pJEgnSIDOZSPo { display:block; }#IaI5swBM6d0aTXn3VT7pJEgnSIDOZSPo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZGvOvf5Lq3oQnHMSz83Voipk7i525oau { width:46.25rem;height:2.25rem;top:1.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSEPBhOIVAQkaesv33UOuOEgt82ta1pq { display:block; }#fSEPBhOIVAQkaesv33UOuOEgt82ta1pq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XhIVPsWvsFbtnvaauTBvuoAIPs0gwKGq { top:0.875rem;left:0rem;width:23.125rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hH3wxRkFCa1dqGfTgBUty3Fq7beAq90o { top:0.9375rem;left:8.625rem;width:23.125rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EApNdI4y07EUJUgfwyp6CHtgTvpq8VRr { top:0.9375rem;left:24.5rem;width:23.125rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzzrUPH37RZGVExET4CdzvXTmAf04SC7 { top:16.4375rem;left:0rem;width:21.875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTmerTGcRJ1JJzmbD91Ec1IZmDetJt6o { top:17.0625rem;left:9.875rem;width:21.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPE8TRdbKTdq8MyEJQGGeWkCEKiscCOG { top:17.0625rem;left:25.75rem;width:21.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUAJEB8OIM4gOH1bVQK9yvzk63QNMdam { top:0.875rem;left:0rem;width:23.125rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #egELhct3HyRnZiFMEWVNC0nb7y55v3NF { top:0.875rem;left:8.625rem;width:23.125rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Upt5fO2Xow0ToumuEb0DlMGIT7ogsOuy { top:0.875rem;left:24.5rem;width:23.125rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQwHkKa0xLeLHsOcXMxqVTWVLPFA6eqc { display:block; }#KQwHkKa0xLeLHsOcXMxqVTWVLPFA6eqc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SCNggm5g0Wz8lSIFAi0zGZA991k4RIGU { top:0.875rem;left:0rem;width:23.125rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITUDgqoaUXto4NW9anX7HKem0tnUkK99 { top:0.9375rem;left:8.625rem;width:23.125rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyLmll2ytMCIEEFGiwmzliMfB1AQ7UxF { top:0.9375rem;left:24.5rem;width:23.125rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtAy8HZ4m8W6J6QebDI5TAA01uxW15OQ { top:16.4375rem;left:0rem;width:21.875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p15vcIdwkqwkz1m0awh2iQdBmgdO3e4M { top:16.4375rem;left:9.875rem;width:21.875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCEplO63lfVrPp1zSL3vtNew8sK4umD9 { top:17.75rem;left:25.75rem;width:21.875rem;height:2.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zV84EX9cwGTDIbTKtMqFR8xim3rZnVtE { top:0.875rem;left:0rem;width:23.125rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWMo6VuoCIF1EHC70mICsdg2U8TMULsX { top:0.875rem;left:8.625rem;width:23.125rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGrwPP1NcioriypVC7mMxhwwGnQewzmN { top:0.875rem;left:24.5rem;width:23.125rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcSqQcJVeuesx37ZQmy8QM8GP5CAhA0S { display:block; }#UcSqQcJVeuesx37ZQmy8QM8GP5CAhA0S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EsQ4glnGOkPsPQGTQ3eimlcJ1n46p4XP { top:2.8125rem;left:3.875rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsF5rwt5mCtkWLWeaOVsggFAPTTFJBy0 { top:2.5rem;left:3.5625rem;width:40.625rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfW4wvTAqxAUtdB8a3U1lhGleLk78i8q { width:19.3125rem;height:3.4375rem;top:27.6875rem;left:14.218751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4d5pcKLcz8QnR64dOc5oxywBQHCDBa2 { display:block; }
 }@media only screen and (max-width: 763px) { #eCDQmtZ7HsQks2MDHL2758N6S0pmVzzO { display:block; }#eCDQmtZ7HsQks2MDHL2758N6S0pmVzzO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DyWw2soyH7zwMO3XJL9OCesTkbNgDT23 { width:46.25rem;height:2.25rem;top:1.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpmEfqgyIyqOqNN4usthLtykwbNt1Otb { display:block; }#NpmEfqgyIyqOqNN4usthLtykwbNt1Otb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #en9gqm2bNrFuMv9HVB2NMhUg4PdJelJH { width:14.5rem;height:26.8125rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Omp0nrTJ8nuPtTgTLcGKnDBBu3D4u8Zq { width:10.5625rem;height:1.5625rem;top:1.8125rem;left:0.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkc6J69W3CtX6tp7UDQkCVBHyCnpJsk4 { top:1.5rem;left:0.44921875rem;width:10.9375rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJQ08shsKotpyxudQuS1TkHLXdR8D6t4 { width:10rem;height:10rem;top:4.1875rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfeiFMymelddCZnn04bTZdhBMgvoS2T5 { top:4.1875rem;left:0.96875rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sel0wFDNEATrglf0Ch0AQcKoZL3Iib7t { width:14.375rem;height:10.5rem;top:15.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRRR4dtgw9dH7hPwyDL8STHrihfZB5Cq { width:1.5rem;height:1.1875rem;top:26.8125rem;left:5.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfWXZDWayqFfA2mn4dem94XsWiUATyCE { width:3.4375rem;height:0.125rem;top:27.375rem;left:0.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5LekTLq56SZA9VNsUMCkJAhyOdwRLIz { width:3.4375rem;height:0.125rem;top:27.375rem;left:8.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7XZc1ghc6ZnFRgQwzca0Ag48acdURgu { width:14.5rem;height:26.8125rem;top:2.5rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTLeWKTyq9zbOa0MKNRqGhq9IsTEmqev { width:14.375rem;height:10.5rem;top:15.125rem;left:9.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXN8vTykReJIMiVRDJqxGGqaGLHTMi7L { width:3.4375rem;height:0.125rem;top:27.375rem;left:20.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBZ6uHMMSigcH3R84Siqvxmex5dDfitq { width:1.5rem;height:1.1875rem;top:26.8125rem;left:17.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMadhRH0khzKnLK825bfyBy74Kg6DexQ { width:10rem;height:10rem;top:4.1875rem;left:13.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvNa9TLwpXW9VAzu34kzcyCqIwXopPiZ { top:4.1875rem;left:12.90625rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuXDqWqVrO67KFUVw9TcdyQuPf5uTFJN { width:3.4375rem;height:0.125rem;top:27.375rem;left:12.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLoUISJpZGRIfzB44JQq4PG3SW2CrolI { top:1.5625rem;left:12.40625rem;width:10.9375rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3FBBeBcxTCNTroGXNHa7kDcQBa2x7qH { width:10.5625rem;height:1.5625rem;top:1.8125rem;left:12.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcUsSASLa9i39hyBLlroGIBTspLZtiAi { width:14.5rem;height:26.8125rem;top:2.5rem;left:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDqOoU7NIEEtdQwrNmXPe6fBWHlIFow7 { width:3.4375rem;height:0.125rem;top:27.375rem;left:32.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZUsQadpJmZJth8F5dyCzehW9noBqSwi { width:14.375rem;height:9.5625rem;top:15.125rem;left:21.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6bnwkqwQ9u3JzmkNn74paxpe6FVTGMW { width:10rem;height:10rem;top:4.1875rem;left:25.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2ItLwHvN0uJ3k07k1DLxZ1nFThW5f8T { top:4.1875rem;left:24.84375rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSXvy2EiZNcddR0U1asUNBJl7MQSVG37 { width:1.5rem;height:1.1875rem;top:26.8125rem;left:28.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJvmyT3vZrJroTSQafh3rSZTiT2PftTp { width:3.4375rem;height:0.125rem;top:27.375rem;left:24.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTgiel3ZTcNZq9br3I7H4e3TcURnLpBB { top:1.4375rem;left:23.125rem;width:12.5625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEGPUKZMK3s3L2MlchLKX6fx033n8HXE { width:11.8125rem;height:1.5rem;top:1.8125rem;left:23.937501907349rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Em7JicX7esu9Lp9sO6luFATelnRTQcZk { width:14.5rem;height:26.8125rem;top:2.5rem;left:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBQ4BeDu5BouE3NgoOpqp9sp4TXHdKd2 { width:14.375rem;height:8.4375rem;top:15.125rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnRTnbQGR4hkKJvlPuL49LKrXkTZqz2I { width:3.4375rem;height:0.125rem;top:27.375rem;left:44.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #unT8yvT68cadtQlEz9zFSO8pooyWnD0T { width:10rem;height:10rem;top:4.1875rem;left:36.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8osQ3usgzuFMhs06wPCFccJHn3IhsKb { top:4.1875rem;left:36.78125rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #cktygrA0O7s8EnuJMGZDPNaHlQTdrA7l { width:1.5rem;height:1.1875rem;top:26.8125rem;left:40.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBJc2vscJO0aZQroUM5NZGNIt9nK2Vev { top:1.5625rem;left:36.28125rem;width:10.9375rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #prmatEqy78mn3Dpal4EXPmIM9AAdS7DC { width:10.5625rem;height:1.5625rem;top:1.8125rem;left:36.468748092651rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1u3T0O227DQFwPhGXAWfsXnTvEsgLdR { width:3.4375rem;height:0.125rem;top:27.375rem;left:36.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #piEZsTpR6hs9mexGlZTCFJ9xMp5VDUv9 { display:block; }#piEZsTpR6hs9mexGlZTCFJ9xMp5VDUv9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hB11HPmWthivySLO1C0NuSuXuTRfTZ9g { width:46.25rem;height:2.25rem;top:1.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmwxewzBK1odZDezgqs6SecDoG2Nuhcl { display:none; }#AmwxewzBK1odZDezgqs6SecDoG2Nuhcl > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #B3xXGyf7KLCTixeFlWx0ErwN3iODd1fJ { width:47.75rem;height:65.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #dTaC0Go4V6QiPZCBNqwio8nWFJg95dbM { display:none; }#dTaC0Go4V6QiPZCBNqwio8nWFJg95dbM > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KOX34dzF1B8nT8WJfsM19d7cC5xHTW9m { width:47.75rem;height:27.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zaem77c3JVfv3UAfHy8vfKwIDbrFtw88 { width:47.75rem;height:10.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #z7eCvpcgLREATJbSmroJgVQZ8UkANgbM { width:47.75rem;height:6.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #u4XgygyIvVvahZXXakN998yKSTuq1tsn { display:block; }#u4XgygyIvVvahZXXakN998yKSTuq1tsn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JafqNT1uiJHlxfqNT3y7OzTuTZb7wSVL { top:0rem;left:0rem;width:47.75rem;height:10.662933125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8Q4O9gCoUufVHgHZWw3STTkHiWAZP4v { display:block; }#t8Q4O9gCoUufVHgHZWw3STTkHiWAZP4v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fsiNLe5EhrOHl4OsVSLu4UwKiruxKZVx { top:1.25rem;left:0rem;width:47.75rem;height:8.99251875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4SRDVZuza6Tol0rUOiFtvfvltT0wd0v { top:16.5625rem;left:0rem;width:47.75rem;height:10.305086666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #nW5vqNMyTHXphf6aGzADwOtns5JFiidW { top:34rem;left:0rem;width:47.75rem;height:6.8440472916669rem;display:block; }
 }@media only screen and (max-width: 763px) { #lasLAyg0W2nKX3Xk2W8RHu31M49pPxEM { display:block; }#lasLAyg0W2nKX3Xk2W8RHu31M49pPxEM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #urVZy78c4kaEaHVQLXZ8PGzbcV2yxe5N { top:1.875rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #asNU6gEUCT3mVDHeHipfKZN79pvzF5XB { width:19.3125rem;height:3.4375rem;top:5.625rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLhvHSBMaHgQvR51pu1fox0CVK2wE4v2 { display:block; }
 }@media only screen and (max-width: 763px) { #U1es2BTHy9nXReEy8HPLHq14RDuodyvV { display:block; }#U1es2BTHy9nXReEy8HPLHq14RDuodyvV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t0M1QqXWQ7N2TifvwN9UMwcE0NII81tG { top:0.9375rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBRUmUgztTbosLW0BfCBgkIcR9vloiFO { display:block; }#CBRUmUgztTbosLW0BfCBgkIcR9vloiFO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uZQQoyhFSx9FFJVB6szvD1pmPeWVWFti { top:1.375rem;left:0rem;width:47.75rem;height:6.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJfhBXBk6f0Acqn6OJGDxIzHZ19nn4dl { display:block; }#TJfhBXBk6f0Acqn6OJGDxIzHZ19nn4dl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZB3EHETisnEq4JsLsogeNFKKUO9TmUbG { top:1rem;left:0rem;width:27.125rem;height:3rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #udWLDJ9zFTXVDhFXlrICtZ7yu5aoTGdP { top:5.3125rem;left:0rem;width:24.5rem;height:7.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbiEHkafac76TtlsmlqF8rx6aVVPZNtH { top:0.9375rem;left:0rem;width:29.6875rem;height:3rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpUwMtKkr5gNUnUnJnTu0JS0ruuu985a { top:6.25rem;left:3.125rem;width:20.6875rem;height:7.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwzMQ9dIwNiPulaqXXv3aTUMXQInKbQi { top:0.9375rem;left:24rem;width:22.875rem;height:3rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DECWmpg726aTS8IAeOJEEECqZX5I17IW { top:6.25rem;left:25.75rem;width:22rem;height:7.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jx7RLdsTmNu70fDcev9kTZdrIiODo2io { display:block; }#Jx7RLdsTmNu70fDcev9kTZdrIiODo2io > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OOM64EMzLRLrZ4BrTdD4XfDLamzZg0hP { width:19.25rem;height:3.4375rem;top:0.9375rem;left:14.218968391419rem;display:block; }
 }@media only screen and (max-width: 763px) { #mviMBosUtRvMcyrZLmwM6wMFMRCF0ZhJ { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #nlI8KQa12zDEwfm2lWXgTrRtW6O4fS4S { position:relative;z-index:auto;display:block; }#nlI8KQa12zDEwfm2lWXgTrRtW6O4fS4S > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LVED9duJVRVUQ3OsgAeavr3dNtyBaT81 { display:flex;width:2.6875rem;height:2.6875rem;top:4rem;left:3.0625rem;font-size:1.6875rem; }
 }@media only screen and (max-width: 763px) { #RhS4oy2kgxPMZdCNUcCSdvVWdqGDe5Ud { width:10.4375rem;height:2.03125rem;top:4.125rem;left:6.4375rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gVUAAkAW8NWV1EapBsTc0JApGK3I3NE4 { width:16.3125rem;height:3.423825rem;top:0rem;left:1.842041015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vO9CDqcJQXcEcax5d3Nir4IVDrLNF3ZM { display:block; }#vO9CDqcJQXcEcax5d3Nir4IVDrLNF3ZM > .row .container > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#vO9CDqcJQXcEcax5d3Nir4IVDrLNF3ZM > .row .container { width:20rem;height:66.25rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s5wlOhTa2fMzQdypJ8XQf2IId8UveaQ9 { width:20rem;height:5.359375rem;top:0.9375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FHTHkOnwsuX0vNG5StL5QJxUdqRpxGiO { width:20rem;height:1.54296875rem;top:8.2899580001831rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VPBLL7M5M8KrzJ1OeaNPHallCgpOW1fU { width:20rem;height:3.875rem;top:7.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlVvXvB77cWcQHpWmG03MRd1QeZpocbJ { width:20rem;height:2.5996125rem;top:12.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lb43HspOWFQrQoWBklWQ7aGDbrGbHbLZ { width:8.0625rem;height:9.7091875rem;top:16.125rem;left:0rem;font-size:1.6875rem;display:block; }#lb43HspOWFQrQoWBklWQ7aGDbrGbHbLZ li:before{  }
 }@media only screen and (max-width: 763px) { #cOPPcFGfrIUfNJaqCDP8cBmyTgqqEcfz { width:20rem;height:1.875rem;top:16.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gXBIUL7lcdaZ2ZgdxfZwdqILI8wKJGiE { width:20rem;height:1.875rem;top:18.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UN2dTIOPztN9k7OatSMbPRam6gLP81nQ { width:20rem;height:1.875rem;top:21.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #J0nvuGxfVfUrdikbPh9pu4evNhAIuBbm { width:8.9995625rem;height:12.8125rem;top:14.660374164581rem;left:10.999349892139rem;z-index:15036;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #oTiJl7OAlKb2B3P0XiqvCmEzC8uHhyRX { width:20rem;height:1.875rem;top:16.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKZNNpceZ4tevCgwLe8ngz9RP2ipSyEC { width:20rem;height:1.875rem;top:18.875rem;left:0rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #kEe8MFSkUnMEE4Q3GC3xGCHzvocKXvUX { width:20rem;height:1.875rem;top:21.375rem;left:0rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #NUTzFRgeup0Aw5lKETviuHBvKVCXTaVF { width:20rem;height:1.875rem;top:23.875rem;left:0rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #wT7v5vzq3wpCnqOJVEeu43NoThT9xya0 { width:20rem;height:35.875rem;top:27.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxvnKBCT6Q7I7JKK3TGn6EwdWfxltlUR { width:20rem;height:2.61198125rem;top:27.9375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iRJ1MwLMksaoqLwKhLmZXSWLrwV21ITl { width:20rem;height:21.6866875rem;top:30.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaI5swBM6d0aTXn3VT7pJEgnSIDOZSPo { display:block; }#IaI5swBM6d0aTXn3VT7pJEgnSIDOZSPo > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZGvOvf5Lq3oQnHMSz83Voipk7i525oau { width:20rem;height:3.41145625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSEPBhOIVAQkaesv33UOuOEgt82ta1pq { display:block; }#fSEPBhOIVAQkaesv33UOuOEgt82ta1pq > .row .container { width:20rem;height:61rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XhIVPsWvsFbtnvaauTBvuoAIPs0gwKGq { width:20rem;height:18.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hH3wxRkFCa1dqGfTgBUty3Fq7beAq90o { width:20rem;height:18.75rem;top:21.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EApNdI4y07EUJUgfwyp6CHtgTvpq8VRr { width:20rem;height:18.75rem;top:42.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzzrUPH37RZGVExET4CdzvXTmAf04SC7 { width:20rem;height:3.8984375rem;top:15.274997711182rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTmerTGcRJ1JJzmbD91Ec1IZmDetJt6o { width:20rem;height:2.6rem;top:35.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPE8TRdbKTdq8MyEJQGGeWkCEKiscCOG { width:20rem;height:2.6rem;top:56.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUAJEB8OIM4gOH1bVQK9yvzk63QNMdam { width:20rem;height:13.189189189189rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #egELhct3HyRnZiFMEWVNC0nb7y55v3NF { width:20rem;height:13.026375rem;top:21.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Upt5fO2Xow0ToumuEb0DlMGIT7ogsOuy { width:20rem;height:12.918rem;top:42.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQwHkKa0xLeLHsOcXMxqVTWVLPFA6eqc { display:block; }#KQwHkKa0xLeLHsOcXMxqVTWVLPFA6eqc > .row .container { width:20rem;height:64.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SCNggm5g0Wz8lSIFAi0zGZA991k4RIGU { width:20rem;height:18.75rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITUDgqoaUXto4NW9anX7HKem0tnUkK99 { width:20rem;height:19.125rem;top:22.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyLmll2ytMCIEEFGiwmzliMfB1AQ7UxF { width:20rem;height:18.75rem;top:43.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtAy8HZ4m8W6J6QebDI5TAA01uxW15OQ { width:20rem;height:3.8997375rem;top:15.8369140625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p15vcIdwkqwkz1m0awh2iQdBmgdO3e4M { width:19.6875rem;height:5.19791875rem;top:35.6875rem;left:0.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCEplO63lfVrPp1zSL3vtNew8sK4umD9 { width:20rem;height:2.92535rem;top:57.9990234375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zV84EX9cwGTDIbTKtMqFR8xim3rZnVtE { width:20rem;height:11.5625rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWMo6VuoCIF1EHC70mICsdg2U8TMULsX { width:20rem;height:12.918rem;top:22.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGrwPP1NcioriypVC7mMxhwwGnQewzmN { width:20rem;height:13.081081081081rem;top:43.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcSqQcJVeuesx37ZQmy8QM8GP5CAhA0S { display:none; }#UcSqQcJVeuesx37ZQmy8QM8GP5CAhA0S > .row .container { width:20rem;height:15.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EsQ4glnGOkPsPQGTQ3eimlcJ1n46p4XP { height:10.875rem;width:19.375rem;top:0.99921894073488rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsF5rwt5mCtkWLWeaOVsggFAPTTFJBy0 { width:20rem;height:11.5rem;top:0.68671894073488rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfW4wvTAqxAUtdB8a3U1lhGleLk78i8q { width:16.0623125rem;height:2.43706875rem;top:12.685547828674rem;left:1.9683161377907rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4d5pcKLcz8QnR64dOc5oxywBQHCDBa2 { display:block; }
 }@media only screen and (max-width: 763px) { #eCDQmtZ7HsQks2MDHL2758N6S0pmVzzO { display:none; }#eCDQmtZ7HsQks2MDHL2758N6S0pmVzzO > .row .container { width:20rem;height:4.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DyWw2soyH7zwMO3XJL9OCesTkbNgDT23 { width:20rem;height:2.19375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpmEfqgyIyqOqNN4usthLtykwbNt1Otb { display:none; }#NpmEfqgyIyqOqNN4usthLtykwbNt1Otb > .row .container { width:20rem;height:111.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #en9gqm2bNrFuMv9HVB2NMhUg4PdJelJH { width:17.9375rem;height:25rem;top:2.375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Omp0nrTJ8nuPtTgTLcGKnDBBu3D4u8Zq { width:16.875rem;height:1.600475rem;top:1.6875rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkc6J69W3CtX6tp7UDQkCVBHyCnpJsk4 { width:10.9375rem;height:2.125rem;top:1.4375rem;left:4.481250166893rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJQ08shsKotpyxudQuS1TkHLXdR8D6t4 { width:10rem;height:10rem;top:4.375rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfeiFMymelddCZnn04bTZdhBMgvoS2T5 { width:9.375rem;height:9.375rem;top:5.0499992370606rem;left:5.3124998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sel0wFDNEATrglf0Ch0AQcKoZL3Iib7t { width:17.1875rem;height:9.602875rem;top:14.875000476837rem;left:1.5187500715256rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRRR4dtgw9dH7hPwyDL8STHrihfZB5Cq { width:1.5rem;height:1.1875rem;top:25.3125rem;left:9.0625rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #nfWXZDWayqFfA2mn4dem94XsWiUATyCE { width:3.4375rem;height:0.125rem;top:25.875rem;left:4.25rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #w5LekTLq56SZA9VNsUMCkJAhyOdwRLIz { width:3.4375rem;height:0.125rem;top:25.875rem;left:12.3125rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #W7XZc1ghc6ZnFRgQwzca0Ag48acdURgu { width:17.9375rem;height:25rem;top:29.5625rem;left:1.0625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #oTLeWKTyq9zbOa0MKNRqGhq9IsTEmqev { width:17.1875rem;height:9.602875rem;top:42.124999046326rem;left:1.4062501192093rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXN8vTykReJIMiVRDJqxGGqaGLHTMi7L { width:3.4375rem;height:0.125rem;top:53.125rem;left:12.3125rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #OBZ6uHMMSigcH3R84Siqvxmex5dDfitq { width:1.5rem;height:1.1875rem;top:52.5625rem;left:9.0625rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #zMadhRH0khzKnLK825bfyBy74Kg6DexQ { width:10rem;height:10rem;top:31.1875rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvNa9TLwpXW9VAzu34kzcyCqIwXopPiZ { width:10rem;height:10rem;top:31.1875rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuXDqWqVrO67KFUVw9TcdyQuPf5uTFJN { width:3.4375rem;height:0.125rem;top:53.125rem;left:4.25rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #xLoUISJpZGRIfzB44JQq4PG3SW2CrolI { width:10.9375rem;height:2.0625rem;top:28.5625rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3FBBeBcxTCNTroGXNHa7kDcQBa2x7qH { width:10.5625rem;height:1.600475rem;top:28.8125rem;left:4.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcUsSASLa9i39hyBLlroGIBTspLZtiAi { width:17.9375rem;height:25rem;top:56.875rem;left:1.0625rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #uDqOoU7NIEEtdQwrNmXPe6fBWHlIFow7 { width:3.4375rem;height:0.125rem;top:80.0625rem;left:12.3125rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #FZUsQadpJmZJth8F5dyCzehW9noBqSwi { width:17.1875rem;height:8.5015rem;top:69.375rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6bnwkqwQ9u3JzmkNn74paxpe6FVTGMW { width:10rem;height:10rem;top:58.4375rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2ItLwHvN0uJ3k07k1DLxZ1nFThW5f8T { width:10rem;height:10rem;top:58.4375rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSXvy2EiZNcddR0U1asUNBJl7MQSVG37 { width:1.5rem;height:1.1875rem;top:79.5rem;left:9.0625rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #eJvmyT3vZrJroTSQafh3rSZTiT2PftTp { width:3.4375rem;height:0.125rem;top:80.0625rem;left:4.25rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #VTgiel3ZTcNZq9br3I7H4e3TcURnLpBB { width:12.875rem;height:2.125rem;top:55.90625rem;left:3.512500166893rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEGPUKZMK3s3L2MlchLKX6fx033n8HXE { width:12.8125rem;height:1.600475rem;top:56.21875rem;left:3.5937498807907rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Em7JicX7esu9Lp9sO6luFATelnRTQcZk { width:17.9375rem;height:26.8125rem;top:84.1875rem;left:1.0625rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #aBQ4BeDu5BouE3NgoOpqp9sp4TXHdKd2 { width:17.1875rem;height:8.8020625rem;top:96.9375rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:1rem;line-height:2.2;display:block; }
 }@media only screen and (max-width: 763px) { #MnRTnbQGR4hkKJvlPuL49LKrXkTZqz2I { width:3.4375rem;height:0.125rem;top:109.0625rem;left:12.4375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #unT8yvT68cadtQlEz9zFSO8pooyWnD0T { width:10rem;height:10rem;top:85.875rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8osQ3usgzuFMhs06wPCFccJHn3IhsKb { width:10rem;height:10rem;top:85.875rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cktygrA0O7s8EnuJMGZDPNaHlQTdrA7l { width:1.5rem;height:1.1875rem;top:108.5rem;left:9.1875rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #vBJc2vscJO0aZQroUM5NZGNIt9nK2Vev { width:10.9375rem;height:2.0625rem;top:83.25rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #prmatEqy78mn3Dpal4EXPmIM9AAdS7DC { width:10.5625rem;height:1.600475rem;top:83.5rem;left:4.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1u3T0O227DQFwPhGXAWfsXnTvEsgLdR { width:3.4375rem;height:0.125rem;top:109.0625rem;left:4.375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #piEZsTpR6hs9mexGlZTCFJ9xMp5VDUv9 { display:block; }#piEZsTpR6hs9mexGlZTCFJ9xMp5VDUv9 > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hB11HPmWthivySLO1C0NuSuXuTRfTZ9g { width:20rem;height:2.19375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmwxewzBK1odZDezgqs6SecDoG2Nuhcl { display:block; }#AmwxewzBK1odZDezgqs6SecDoG2Nuhcl > .row .container { width:20rem;height:27.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B3xXGyf7KLCTixeFlWx0ErwN3iODd1fJ { top:0rem;left:0rem;width:20rem;height:27.4375rem;z-index:15000;overflow:hidden;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTaC0Go4V6QiPZCBNqwio8nWFJg95dbM { display:block; }#dTaC0Go4V6QiPZCBNqwio8nWFJg95dbM > .row .container { width:20rem;height:23.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KOX34dzF1B8nT8WJfsM19d7cC5xHTW9m { top:1.25rem;left:0rem;width:20rem;height:11.4355625rem;z-index:15002;overflow:hidden;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaem77c3JVfv3UAfHy8vfKwIDbrFtw88 { top:13.935548782349rem;left:0rem;width:20rem;height:4.31206875rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #z7eCvpcgLREATJbSmroJgVQZ8UkANgbM { top:19.497613906861rem;left:0rem;width:20rem;height:2.87435rem;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #u4XgygyIvVvahZXXakN998yKSTuq1tsn { display:none; }#u4XgygyIvVvahZXXakN998yKSTuq1tsn > .row .container { width:20rem;height:30.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JafqNT1uiJHlxfqNT3y7OzTuTZb7wSVL { width:20rem;height:4.46615rem;top:1.25rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #t8Q4O9gCoUufVHgHZWw3STTkHiWAZP4v { display:none; }#t8Q4O9gCoUufVHgHZWw3STTkHiWAZP4v > .row .container { width:20rem;height:27.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fsiNLe5EhrOHl4OsVSLu4UwKiruxKZVx { width:20rem;height:3.7665rem;top:1.25rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #k4SRDVZuza6Tol0rUOiFtvfvltT0wd0v { width:20rem;height:4.3162666666667rem;top:6.266275rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #nW5vqNMyTHXphf6aGzADwOtns5JFiidW { width:20rem;height:2.8666166666667rem;top:11.83159375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lasLAyg0W2nKX3Xk2W8RHu31M49pPxEM { display:block; }#lasLAyg0W2nKX3Xk2W8RHu31M49pPxEM > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #urVZy78c4kaEaHVQLXZ8PGzbcV2yxe5N { width:20rem;height:3.25rem;top:1rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #asNU6gEUCT3mVDHeHipfKZN79pvzF5XB { width:16.0623125rem;height:2.43706875rem;top:6.3107528686525rem;left:1.9683161377907rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLhvHSBMaHgQvR51pu1fox0CVK2wE4v2 { display:block; }
 }@media only screen and (max-width: 763px) { #U1es2BTHy9nXReEy8HPLHq14RDuodyvV { display:block; }#U1es2BTHy9nXReEy8HPLHq14RDuodyvV > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t0M1QqXWQ7N2TifvwN9UMwcE0NII81tG { width:20rem;height:3.73698125rem;top:1.25rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CBRUmUgztTbosLW0BfCBgkIcR9vloiFO { display:block; }#CBRUmUgztTbosLW0BfCBgkIcR9vloiFO > .row .container { width:20rem;height:18.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uZQQoyhFSx9FFJVB6szvD1pmPeWVWFti { width:20rem;height:16.5625rem;top:1.25rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TJfhBXBk6f0Acqn6OJGDxIzHZ19nn4dl { background-color:transparent;background-image: -webkit-linear-gradient(2deg, #2d411f, #ced4b5);background-image: -moz-linear-gradient(2deg, #2d411f, #ced4b5);background-image: -ms-linear-gradient(2deg, #2d411f, #ced4b5);background-image: -o-linear-gradient(2deg, #2d411f, #ced4b5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d411f', endColorstr='#ced4b5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d411f', endColorstr='#ced4b5' );";background-image: linear-gradient(2deg, #2d411f, #ced4b5);background-size:auto !important;display:block; }#TJfhBXBk6f0Acqn6OJGDxIzHZ19nn4dl > .row .container { background-color: transparent; background-image: none; }#TJfhBXBk6f0Acqn6OJGDxIzHZ19nn4dl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJfhBXBk6f0Acqn6OJGDxIzHZ19nn4dl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJfhBXBk6f0Acqn6OJGDxIzHZ19nn4dl > .row .container > .video-iframe-container { display: none; }#TJfhBXBk6f0Acqn6OJGDxIzHZ19nn4dl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJfhBXBk6f0Acqn6OJGDxIzHZ19nn4dl > .row > .video-iframe-container { display: none; }#TJfhBXBk6f0Acqn6OJGDxIzHZ19nn4dl > .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); }#TJfhBXBk6f0Acqn6OJGDxIzHZ19nn4dl > .row .container { width:20rem;height:29.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZB3EHETisnEq4JsLsogeNFKKUO9TmUbG { width:20rem;height:1.86875rem;top:1.0625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #udWLDJ9zFTXVDhFXlrICtZ7yu5aoTGdP { width:20rem;height:4.875rem;top:3.5999908447266rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbiEHkafac76TtlsmlqF8rx6aVVPZNtH { width:20rem;height:1.8684875rem;top:11.187067031861rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpUwMtKkr5gNUnUnJnTu0JS0ruuu985a { width:20rem;height:3.65625rem;top:13.999567031861rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwzMQ9dIwNiPulaqXXv3aTUMXQInKbQi { width:20rem;height:1.8684875rem;top:20.061849594116rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DECWmpg726aTS8IAeOJEEECqZX5I17IW { width:20rem;height:3.65625rem;top:23.843317031861rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jx7RLdsTmNu70fDcev9kTZdrIiODo2io { display:block; }#Jx7RLdsTmNu70fDcev9kTZdrIiODo2io > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OOM64EMzLRLrZ4BrTdD4XfDLamzZg0hP { width:19.25rem;height:3.4375rem;top:1.25rem;left:0.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mviMBosUtRvMcyrZLmwM6wMFMRCF0ZhJ { display:block; }
 }