.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#fbCaMySXsyCJQgJ5swukq0smwJAFuEkK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fbCaMySXsyCJQgJ5swukq0smwJAFuEkK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fbCaMySXsyCJQgJ5swukq0smwJAFuEkK > .row > .video-iframe-container { display: none; }#fbCaMySXsyCJQgJ5swukq0smwJAFuEkK > .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); }#CdBkhwXMZVO4u7L6XJgwZF45T3M5VFTa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(15,20,27,0.88);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#CdBkhwXMZVO4u7L6XJgwZF45T3M5VFTa > .row .container { background-color: transparent; background-image: none; }#CdBkhwXMZVO4u7L6XJgwZF45T3M5VFTa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CdBkhwXMZVO4u7L6XJgwZF45T3M5VFTa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CdBkhwXMZVO4u7L6XJgwZF45T3M5VFTa > .row .container > .video-iframe-container { display: none; }#CdBkhwXMZVO4u7L6XJgwZF45T3M5VFTa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CdBkhwXMZVO4u7L6XJgwZF45T3M5VFTa > .row > .video-iframe-container { display: none; }#CdBkhwXMZVO4u7L6XJgwZF45T3M5VFTa > .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); }#CdBkhwXMZVO4u7L6XJgwZF45T3M5VFTa > .row .container { border-width: 0; border-radius: 0; }#CdBkhwXMZVO4u7L6XJgwZF45T3M5VFTa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CdBkhwXMZVO4u7L6XJgwZF45T3M5VFTa > .row .container { font-size:0.875rem;font-family:arial;height:3.9375rem;width:60rem;position:relative;display:block; }#r84FdwqO7hTu6ehTrowBKwnxtrb2X8vQ { background-color:#f57d4d;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:2.25rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.03125rem;left:49.9375rem;display:block; }
#fy4TtWERKhACzhkUVbMSlQR3yccUkfx1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i8bxbq2rfTiQxHlftJzVFvANUnNTUfoT { 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:3.9375rem;width:14.75rem;top:0rem;left:0.5625rem;overflow:hidden;display:block; }
#MIw7Qr61SC44Ihv9NHX0oykgzRV1hZD4 { color:#fdf5f5;display:block;width:5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:1.318359375rem;left:37.71875rem;height:1.29980625rem;font-style:normal;display:block; }
#l9R5XViUb24h2TNFOh3LrqZM0lHWIoTo { color:#fdf5f5;display:block;width:3.75rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:1.318359375rem;left:33.03125rem;height:1.29980625rem;font-style:normal;display:block; }
#w9QJp1xhId0rHuDgOvpDXyU0kXJHD50t { color:#fdf5f5;display:block;width:4.8125rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:1.318359375rem;left:44.09375rem;height:1.29980625rem;font-style:normal;display:block; }
#tFRUeCJsFx1SdTICL5KTkJip3f8ZS9DC { color:#fdf5f5;display:block;width:3.75rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:1.318359375rem;left:28.125rem;height:1.29980625rem;font-style:normal;display:block; }
#eJAISkWMUUwRtx131ibTVtvdto9b9LSu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#eJAISkWMUUwRtx131ibTVtvdto9b9LSu > .row .container { background-color: transparent; background-image: none; }#eJAISkWMUUwRtx131ibTVtvdto9b9LSu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eJAISkWMUUwRtx131ibTVtvdto9b9LSu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eJAISkWMUUwRtx131ibTVtvdto9b9LSu > .row .container > .video-iframe-container { display: none; }#eJAISkWMUUwRtx131ibTVtvdto9b9LSu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eJAISkWMUUwRtx131ibTVtvdto9b9LSu > .row > .video-iframe-container { display: none; }#eJAISkWMUUwRtx131ibTVtvdto9b9LSu > .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); }#eJAISkWMUUwRtx131ibTVtvdto9b9LSu > .row .container { border-width: 0; border-radius: 0; }#eJAISkWMUUwRtx131ibTVtvdto9b9LSu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eJAISkWMUUwRtx131ibTVtvdto9b9LSu > .row .container { font-size:0.875rem;font-family:arial;height:29.9375rem;width:60rem;position:relative;display:block; }#TTcV1bZ6mryGNxgGmDNy1gLfOdkZfC6a { display:block;width:43.125rem;position:absolute;font-family:raleway;font-size:2.0625rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:5.125rem;left:8.4375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;text-align:center;text-align-last:center;display:block; }
#Vse8thXcfnZRByR7PEWTTkB9T7Kh347P { position:absolute;display:block;z-index:15011;background-color:#f57d4d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:10.0625rem;left:23.75rem;display:block; }
#Aoccr7OxcnewcwIruKTZqXZMaD80NfQT { color:rgba(30,30,30,0.7);display:block;width:52.125rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:400;z-index:15012;line-height:1.7;letter-spacing:0;top:11.1875rem;left:4.5rem;height:18.167rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ht16Pl5HIDXVT6Hyi9iwxnWcWP9A2PfM { 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; }#Ht16Pl5HIDXVT6Hyi9iwxnWcWP9A2PfM > .row .container { background-color: transparent; background-image: none; }#Ht16Pl5HIDXVT6Hyi9iwxnWcWP9A2PfM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ht16Pl5HIDXVT6Hyi9iwxnWcWP9A2PfM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ht16Pl5HIDXVT6Hyi9iwxnWcWP9A2PfM > .row .container > .video-iframe-container { display: none; }#Ht16Pl5HIDXVT6Hyi9iwxnWcWP9A2PfM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ht16Pl5HIDXVT6Hyi9iwxnWcWP9A2PfM > .row > .video-iframe-container { display: none; }#Ht16Pl5HIDXVT6Hyi9iwxnWcWP9A2PfM > .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); }#Ht16Pl5HIDXVT6Hyi9iwxnWcWP9A2PfM > .row .container { border-width: 0; border-radius: 0; }#Ht16Pl5HIDXVT6Hyi9iwxnWcWP9A2PfM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ht16Pl5HIDXVT6Hyi9iwxnWcWP9A2PfM > .row .container { font-size:0.875rem;font-family:arial;height:72.125rem;width:60rem;position:relative;display:block; }#SS9CNolB1DDutNGWVndJLtEoQLBkvQ41 { display:block;width:43.125rem;position:absolute;font-family:raleway;font-size:2.0625rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:1.125rem;left:8.4375rem;height:2.26855625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;text-align:center;text-align-last:center;display:block; }
#n0AfAFPXiSa8Fc4IIOWNzEpsUp2C7HvD { background-color:#f57d4d;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.808625rem;height:3.18359375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:66.810546875rem;left:12.8125rem;display:block; }
#Di9b4LFuGI6SZo5G6snFyUg0WhJrDHWH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FFdk9NkRLOxVVOeBEBXi4k6kKJlTASxm { background-color:#0f141b;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:3.1875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:66.80859375rem;left:29.1875rem;display:block; }
#TdIV8cTpMCwvZ1re2o76N3z6J5oDvwQa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BlRr80PS24uUra7wU0LUqtiu3TmyhHeM { 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:16.1875rem;width:19.6875rem;top:4.912109375rem;left:0rem;overflow:hidden;display:block; }
#pzf43PLfs4DTuMqPCSNw7beKnIqAL58a { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:19.6875rem;top:4.912109375rem;left:20.15625rem;overflow:hidden;display:block; }
#T6pooKDri3oLEoeitfsgfDL479OvQcKv { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:19.6875rem;top:4.912109375rem;left:40.3125rem;overflow:hidden;display:block; }
#T0KLaZIZGz1TU7GcOEacgvDG2gGaIZIS { color:rgba(30,30,30,0.7);display:block;width:38.1875rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:61.880859375rem;left:10.90625rem;height:3.798825rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FcqgFfDa1889bFTHIWwhX9KdBaTiZaWx { color:#42464d;display:block;width:18.8125rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:24.576171875rem;left:0.9375rem;height:5.99609375rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#FHdTgShnb4ur0gkrrT71nCqhC4ciNfJx { color:#42464d;display:block;width:17.375rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:22.150390625rem;left:1.15625rem;height:1.94921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#tOBw25SXW6SNiTn1qiyFSuMz7T8F733U { color:#42464d;display:block;width:17.375rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:22.150390625rem;left:21.3125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#dk2MOeICA18nuOXnRLUM2DZWgV4qwRSv { color:#42464d;display:block;width:17.375rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:22.150390625rem;left:41.40625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#CNmw7iztIW0tcalUqX5pyt407JcB27iH { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:19.6875rem;top:32.7734375rem;left:0rem;overflow:hidden;display:block; }
#RZqmyACwAFz8HVuEM0K4QT7TKNZZitIe { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:19.6875rem;top:32.7734375rem;left:20.15625rem;overflow:hidden;display:block; }
#wfoRNCkyx0GoKTEo4JiKHLNDWPigtEwD { 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:16.1875rem;width:19.6875rem;top:32.7734375rem;left:40.3125rem;overflow:hidden;display:block; }
#uvmHzUqpPTJ2A8wq8sgu2Hha5hcbgJUV { color:#42464d;display:block;width:17.375rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:51.025390625rem;left:1.15625rem;height:1.94921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#mFFrhQxvyUwEbhSbe6FBMcPDyGyLfkdv { color:#42464d;display:block;width:17.375rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:51.025390625rem;left:21.3125rem;height:1.94921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#zS28ZRTWBqbXGnbiehgAFKHrXQcT8EID { color:#42464d;display:block;width:17.375rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15007;line-height:.9;letter-spacing:0;top:50.650390625rem;left:41.46875rem;height:2.69921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#QQKutyG4W4X2vPrsIBK1ebeHcxo8XJZT { color:#42464d;display:block;width:16rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:54.146484375rem;left:1.84375rem;height:4.3984375rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#uLaUD7yqoPqMUIWDGXMOSdZaPycvrIKI { color:#42464d;display:block;width:16rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:54.146484375rem;left:22rem;height:4.3984375rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#mDKEf07trsCOulDlMPneoBhTUdQtT7M1 { color:#42464d;display:block;width:16rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:54.146484375rem;left:42.15625rem;height:4.3984375rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#OTl87EPMzMEIZQFBXkRzOTe3UNWlNW0O { color:#42464d;display:block;width:17.25rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:24.974609375rem;left:20.8125rem;height:5.19921875rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#QSZay73dp5RK7dJnuSOAzVgkl30KmXbd { color:#42464d;display:block;width:17.25rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:24.974609375rem;left:41.40625rem;height:5.19921875rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#Z7xPD4BqKmCU3UK6J2xnGuI60EbHdfLk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#Z7xPD4BqKmCU3UK6J2xnGuI60EbHdfLk > .row .container { background-color: transparent; background-image: none; }#Z7xPD4BqKmCU3UK6J2xnGuI60EbHdfLk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7xPD4BqKmCU3UK6J2xnGuI60EbHdfLk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7xPD4BqKmCU3UK6J2xnGuI60EbHdfLk > .row .container > .video-iframe-container { display: none; }#Z7xPD4BqKmCU3UK6J2xnGuI60EbHdfLk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7xPD4BqKmCU3UK6J2xnGuI60EbHdfLk > .row > .video-iframe-container { display: none; }#Z7xPD4BqKmCU3UK6J2xnGuI60EbHdfLk > .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); }#Z7xPD4BqKmCU3UK6J2xnGuI60EbHdfLk > .row .container { border-width: 0; border-radius: 0; }#Z7xPD4BqKmCU3UK6J2xnGuI60EbHdfLk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z7xPD4BqKmCU3UK6J2xnGuI60EbHdfLk > .row .container { font-size:0.875rem;font-family:arial;height:35.4375rem;width:60rem;position:relative;display:block; }#munez0OEZq5tXXHUHtxlbcKZcETE7Psa { color:#e3e4e6;display:block;width:7.5625rem;position:absolute;font-family:lato;font-size:5.9375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:7.25rem;left:0rem;height:7.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a58imIFwo5LaomN5qQradqcH5tqyULz4 { box-sizing:content-box;color:#f57d4d;font-size:2.75rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:9.9375rem;left:1.78125rem;display:block; }
#o49RMTftTw2gxgoHhNHIVipH13T4CsSy { color:#232b3e;display:block;width:14.25rem;position:absolute;font-family:raleway;font-size:1.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:9.97265625rem;left:4.9375rem;height:2.2744125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#U7i3911fb7i0qBpEivbbr8eGESBITP3S { color:#686868;display:block;width:19.9375rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:20.125rem;left:0rem;height:8.7715rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RB5DylpII693n9hsuRMVXrZn0dRQND2K { color:#686868;display:block;width:19.5rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:20.125rem;left:20rem;height:8.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#st41VK408pMK6E6d30BAU8Uy0FKNrypJ { color:#e3e4e6;display:block;width:7.5625rem;position:absolute;font-family:lato;font-size:5.9375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:8.078125rem;left:20rem;height:7.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vC6ROMGLahUmGLS6GrA9ztfcCh7nDtST { box-sizing:content-box;color:#f57d4d;font-size:2.75rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:9.9375rem;left:20.75rem;display:block; }
#t1TPiC6Vh3MXC64QRshmIqEhHMRGx2BP { color:#232b3e;display:block;width:14.25rem;position:absolute;font-family:raleway;font-size:1.75rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:10.80078125rem;left:24.75rem;height:2.2744125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dlBhfRtXHSognsOO98Iq3hnxBOXDmFcU { color:#686868;display:block;width:19.5625rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:20.125rem;left:40rem;height:6.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#evUaMOx0yftKlBZv13q0cCfrxWIkfkGF { color:#e3e4e6;display:block;width:7.5625rem;position:absolute;font-family:lato;font-size:5.9375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:8.40625rem;left:39rem;height:7.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FaqOuR28c9RPJEr7hlJekUXuJ4PBnX41 { box-sizing:content-box;color:#f57d4d;font-size:2.75rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15015;top:9.9375rem;left:40rem;display:block; }
#sshWzAXWBb3TKFlfmdbJ1wdBMSF4DVy1 { color:#232b3e;display:block;width:14.25rem;position:absolute;font-family:raleway;font-size:1.75rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:10.80078125rem;left:43.4375rem;height:2.2744125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NONzQGfBXeTs5strTNxkQc9MFTn84xqr { display:block;width:43.125rem;position:absolute;font-family:raleway;font-size:2.0625rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:1.25rem;left:7.5625rem;height:2.26855625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;text-align:center;text-align-last:center;display:block; }
#GIuWWaTJD9yu9VGT12MrJDLiT13oSTFs { color:rgba(30,30,30,0.7);display:block;width:52.125rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:4.4013671875rem;left:4.9375rem;height:2.3994125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ry56A9d8a5BoCKOrs0BtVQqKXkuFG3oD { color:#42464d;display:block;width:17.375rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:14.96875rem;left:0rem;height:;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:left;text-align-last:left;display:block; }
#ULm78K9B6XXE6gqBcqKc5zcd4m9C3Ixn { color:#42464d;display:block;width:17.375rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:14.96875rem;left:20rem;height:;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:left;text-align-last:left;display:block; }
#WsoWWFPBpI5vmvXWTS1ffnsIT7228iie { color:#42464d;display:block;width:17.375rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:14.96875rem;left:40rem;height:;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:left;text-align-last:left;display:block; }
#NDvdX41DnIMQoOLMLJrFh0rpTT3F7u8N { background-color:#f57d4d;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.4375rem;height:3.1875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:30.375rem;left:18.78125rem;display:block; }
#qZPLSqUQ7gHd8tRRXWPCkOLIcsROuU85 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WxuzWkiH09CSIccRGqpEeupaRo3vriC4 { 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; }#WxuzWkiH09CSIccRGqpEeupaRo3vriC4 > .row .container { background-color: transparent; background-image: none; }#WxuzWkiH09CSIccRGqpEeupaRo3vriC4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WxuzWkiH09CSIccRGqpEeupaRo3vriC4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WxuzWkiH09CSIccRGqpEeupaRo3vriC4 > .row .container > .video-iframe-container { display: none; }#WxuzWkiH09CSIccRGqpEeupaRo3vriC4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WxuzWkiH09CSIccRGqpEeupaRo3vriC4 > .row > .video-iframe-container { display: none; }#WxuzWkiH09CSIccRGqpEeupaRo3vriC4 > .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); }#WxuzWkiH09CSIccRGqpEeupaRo3vriC4 > .row .container { border-width: 0; border-radius: 0; }#WxuzWkiH09CSIccRGqpEeupaRo3vriC4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WxuzWkiH09CSIccRGqpEeupaRo3vriC4 > .row .container { font-size:0.875rem;font-family:arial;height:12.375rem;width:60rem;position:relative;display:block; }#CLElMDtcmldyp9O34kJQqT243ddC8XxR { display:block;width:44.1875rem;position:absolute;font-family:raleway;font-size:1.9375rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:1.73828125rem;left:8.499755859375rem;height:2.1308625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;text-align:center;text-align-last:center;display:block; }
#kGEW89D6iNeXI3lkCARn1lMJwvcxe8yd { color:rgba(30,30,30,0.7);display:block;width:54.75rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.7;letter-spacing:0;top:5.1396484375rem;left:2.625rem;height:5.736325rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xzAEh3x4cvqIKt9wmLm9GcKkbCsQ0dyl { position:relative;display:block; }#xzAEh3x4cvqIKt9wmLm9GcKkbCsQ0dyl { background-color: transparent; background-image: none; }#xzAEh3x4cvqIKt9wmLm9GcKkbCsQ0dyl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xzAEh3x4cvqIKt9wmLm9GcKkbCsQ0dyl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xzAEh3x4cvqIKt9wmLm9GcKkbCsQ0dyl > .row .container > .video-iframe-container { display: none; }#xzAEh3x4cvqIKt9wmLm9GcKkbCsQ0dyl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xzAEh3x4cvqIKt9wmLm9GcKkbCsQ0dyl > .row > .video-iframe-container { display: none; }#xzAEh3x4cvqIKt9wmLm9GcKkbCsQ0dyl > .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); }#xzAEh3x4cvqIKt9wmLm9GcKkbCsQ0dyl { border-width: 0; border-radius: 0; }#xzAEh3x4cvqIKt9wmLm9GcKkbCsQ0dyl > .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; }#xzAEh3x4cvqIKt9wmLm9GcKkbCsQ0dyl > .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:41.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Ovkbyioq7u4vHJofiEhGbFT02q8roxFu { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:15.9375rem;width:23.375rem;top:2rem;left:3.3125rem;overflow:hidden;display:block; }
#Gymy2BFeSe6BGg4CTkxnA5BTqbyxCAJo { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:15.9375rem;width:23.375rem;top:2rem;left:33.3125rem;overflow:hidden;display:block; }
#g1odNxoknBL2HtB6wfCycTSAkKlVsW8A { color:#42464d;display:block;width:17.25rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:19.6875rem;left:6.375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#PJ5Wlvs4flkoSB1W5xgpTV7mthqB3p0q { color:#42464d;display:block;width:17.4375rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:19.3125rem;left:36.28125rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#T92okBanFglBPerRNAQKT2gvp1a19Zg1 { color:#42464d;display:block;width:18.3125rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:22.7294921875rem;left:5.84375rem;height:2.5996125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#vT1rHCPVnL3CwmxkFzJsaW1Jv2Vtdt7y { color:#42464d;display:block;width:16.75rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15025;line-height:1;letter-spacing:0;top:23.029296875rem;left:36.625rem;height:2rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#UGMi01FsIJ1CL8oKe2Nw344M9rI9kxdm { color:#000000;display:block;width:24.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:26.2783203125rem;left:3.3125rem;height:8.49609375rem;text-align:center;text-align-last:center;display:block; }
#o09FFW7Jd1I2lLqhKmoqcW0eRkIDiTkT { color:#000000;display:block;width:23.9375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15025;line-height:1.4;letter-spacing:0;top:26.3291015625rem;left:33.03125rem;height:8.39648125rem;text-align:center;text-align-last:center;display:block; }
#hoH8FJQos1BADvoVgHwZifeGC4i97asc { background-color:#f57d4d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:2.625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:36.375rem;left:8.03125rem;display:block; }
#SPCtsToGFntlRTZ4kiN3CemU3Kac3At0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h2lDu7rBE7arlsiOM4XhwbxfFogOo1lp { background-color:#f57d4d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:2.625rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:36.375rem;left:38.8125rem;display:block; }
#GBlRFcNllUTqLbaLFuyR2Vr4dr9o2nqG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ckfMxfDtTevrfta1DrF3LbTaHNrIGkp5 { position:absolute;display:block;z-index:14999;background-color:#fdffff;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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:39.6875rem;width:27.75rem;top:0.75rem;left:1.125rem;display:block; }
#VgPv8baqceWOqtwxHxBcFEVeWrW3GmR3 { position:absolute;display:block;z-index:15000;background-color:#fdffff;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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:39.6875rem;width:27.75rem;top:0.75rem;left:31.125rem;display:block; }
#JBtQlyETdGXlDkF65K0WCtlzw7b5B6Ji { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#JBtQlyETdGXlDkF65K0WCtlzw7b5B6Ji > .row .container { background-color: transparent; background-image: none; }#JBtQlyETdGXlDkF65K0WCtlzw7b5B6Ji::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JBtQlyETdGXlDkF65K0WCtlzw7b5B6Ji > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JBtQlyETdGXlDkF65K0WCtlzw7b5B6Ji > .row .container > .video-iframe-container { display: none; }#JBtQlyETdGXlDkF65K0WCtlzw7b5B6Ji > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JBtQlyETdGXlDkF65K0WCtlzw7b5B6Ji > .row > .video-iframe-container { display: none; }#JBtQlyETdGXlDkF65K0WCtlzw7b5B6Ji > .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); }#JBtQlyETdGXlDkF65K0WCtlzw7b5B6Ji > .row .container { border-width: 0; border-radius: 0; }#JBtQlyETdGXlDkF65K0WCtlzw7b5B6Ji > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JBtQlyETdGXlDkF65K0WCtlzw7b5B6Ji > .row .container { font-size:0.875rem;font-family:arial;height:14rem;width:60rem;position:relative;display:block; }#yFikQSP1P3XKlpaJoUtD2xTapmz2QK6L { display:block;width:44.1875rem;position:absolute;font-family:raleway;font-size:1.9375rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:1.73828125rem;left:8.499755859375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;text-align:center;text-align-last:center;display:block; }
#mmWll63ehaRwyeDAqd1cW2RmCgCw5fXZ { color:rgba(30,30,30,0.7);display:block;width:54.749375rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.7;letter-spacing:0;top:7.185546875rem;left:2.6240234375rem;height:5.41699375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xzrv4R3ZxlRZRqPWlpb0UKr4ZoCmTPqM { 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; }#xzrv4R3ZxlRZRqPWlpb0UKr4ZoCmTPqM > .row .container { background-color: transparent; background-image: none; }#xzrv4R3ZxlRZRqPWlpb0UKr4ZoCmTPqM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xzrv4R3ZxlRZRqPWlpb0UKr4ZoCmTPqM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xzrv4R3ZxlRZRqPWlpb0UKr4ZoCmTPqM > .row .container > .video-iframe-container { display: none; }#xzrv4R3ZxlRZRqPWlpb0UKr4ZoCmTPqM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xzrv4R3ZxlRZRqPWlpb0UKr4ZoCmTPqM > .row > .video-iframe-container { display: none; }#xzrv4R3ZxlRZRqPWlpb0UKr4ZoCmTPqM > .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); }#xzrv4R3ZxlRZRqPWlpb0UKr4ZoCmTPqM > .row .container { border-width: 0; border-radius: 0; }#xzrv4R3ZxlRZRqPWlpb0UKr4ZoCmTPqM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xzrv4R3ZxlRZRqPWlpb0UKr4ZoCmTPqM > .row .container { font-size:0.875rem;font-family:arial;height:26rem;width:60rem;position:relative;display:block; }#XiT7SxF1Z8mWmUgreHmfdQG6Cs1zrvoH { color:#000000;display:block;width:22.6875rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:1.25rem;left:29.125rem;height:4.94824375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CuF4daSuPikhSZ2U9NzsxiTveVBe0ss2 { box-sizing:content-box;height:2.0625rem;width:11.6875rem;position:absolute;display:block;z-index:15003;background-color:#ec6133;background-image:none;top:7.09765625rem;left:29.125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#Lgzsx6kdWkqFcbMX6KXD2JfSTJ74gm3t { color:#fdffff;display:block;width:12.3125rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:7.275390625rem;left:28.8125rem;height:1.7068125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VsINKeEVTCaEDL5uTvTBu4vvknUkxp1g { color:#000000;display:block;width:27.6875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:9.904296875rem;left:29.125rem;height:8.9238125rem;display:block; }
#uSeThi6TT2sZivMFWcqN5hWADEbMvNWZ { background-color:#ec6133;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:2.625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:22.4375rem;left:29.125rem;display:block; }
#amwFCPgOMtaRbrZznV4QyHmzeZ52MzOL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eCmvGzdCfmxGpxvZ6DhCNsAVcdxZTslz { color:#000000;display:block;width:21.5rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:17.904296875rem;left:29.125rem;height:3.89845rem;display:block; }
#rA1Ci53QfB23x3Rre3T31ICfBUFM17FT { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:21.3125rem;width:28.1875rem;top:2.21875rem;left:0rem;overflow:hidden;display:block; }
#ysXT6DSKG1KmEXq3yTJZw5RXSGIM0zI9 { position:relative;display:block; }#ysXT6DSKG1KmEXq3yTJZw5RXSGIM0zI9 { background-color: transparent; background-image: none; }#ysXT6DSKG1KmEXq3yTJZw5RXSGIM0zI9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ysXT6DSKG1KmEXq3yTJZw5RXSGIM0zI9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ysXT6DSKG1KmEXq3yTJZw5RXSGIM0zI9 > .row .container > .video-iframe-container { display: none; }#ysXT6DSKG1KmEXq3yTJZw5RXSGIM0zI9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ysXT6DSKG1KmEXq3yTJZw5RXSGIM0zI9 > .row > .video-iframe-container { display: none; }#ysXT6DSKG1KmEXq3yTJZw5RXSGIM0zI9 > .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); }#ysXT6DSKG1KmEXq3yTJZw5RXSGIM0zI9 { border-width: 0; border-radius: 0; }#ysXT6DSKG1KmEXq3yTJZw5RXSGIM0zI9 > .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; }#ysXT6DSKG1KmEXq3yTJZw5RXSGIM0zI9 > .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:3.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qR0SbFZ3w8Cpk2391FbJ79AuOr3SsLLx { display:block;width:43.125rem;position:absolute;font-family:raleway;font-size:2.0625rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:0.75rem;left:7.78125rem;height:2.26855625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;text-align:center;text-align-last:center;display:block; }
#RfD8s23626KrnHT8vZc8BnXls5w5P7Ff { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdffff;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; }#RfD8s23626KrnHT8vZc8BnXls5w5P7Ff > .row .container { background-color: transparent; background-image: none; }#RfD8s23626KrnHT8vZc8BnXls5w5P7Ff::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RfD8s23626KrnHT8vZc8BnXls5w5P7Ff > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RfD8s23626KrnHT8vZc8BnXls5w5P7Ff > .row .container > .video-iframe-container { display: none; }#RfD8s23626KrnHT8vZc8BnXls5w5P7Ff > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RfD8s23626KrnHT8vZc8BnXls5w5P7Ff > .row > .video-iframe-container { display: none; }#RfD8s23626KrnHT8vZc8BnXls5w5P7Ff > .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); }#RfD8s23626KrnHT8vZc8BnXls5w5P7Ff > .row .container { border-width: 0; border-radius: 0; }#RfD8s23626KrnHT8vZc8BnXls5w5P7Ff > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RfD8s23626KrnHT8vZc8BnXls5w5P7Ff > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:block; }#N7pIW6JX5hxC0bF6sAdfq6KNJIN0InZ0 { 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:2.4375rem;width:8.125rem;top:1.28125rem;left:0.53125rem;overflow:hidden;display:block; }
#DJqngB7Ekemeo1W4tkJXZeh23SQoGsso { 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:1.5625rem;width:8.125rem;top:1.71875rem;left:8.65625rem;overflow:hidden;display:block; }
#TDL3LVL3nTgW1TAD2MmUBrPEs4Z8znw4 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:9.0625rem;top:1.15625rem;left:41.6875rem;overflow:hidden;display:block; }
#pDZeVrBay5STzRseQHDGxDD8azoBKDXT { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:6.875rem;top:1.375rem;left:17.875rem;overflow:hidden;display:block; }
#wcbEyOoIasyzW2Dh4vdLGczhfVbsWsmQ { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:9.0625rem;top:1.3125rem;left:32.9375rem;overflow:hidden;display:block; }
#wb9vmNUuihQ4NI50gJfGF78uXW9RWQig { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:9rem;top:1.46875rem;left:50.4375rem;overflow:hidden;display:block; }
#RSLyWH3VZByXnO7Nx9VnENCymb9QsqGh { position:absolute;display:block;z-index:15006;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.0625rem;width:6.875rem;top:0.96875rem;left:25.5625rem;overflow:hidden;display:block; }
#WICyNkexnb9WuoPGyAKkDUNS8RxXXnoF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/VLPUm5wP5Z0/unsplash/jeriden-villegas-VLPUm5wP5Z0-photo-1589939705384-5185137a7f0f.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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; }#WICyNkexnb9WuoPGyAKkDUNS8RxXXnoF.adaptive-delivery-prevent-bg, #WICyNkexnb9WuoPGyAKkDUNS8RxXXnoF.lazyload, #WICyNkexnb9WuoPGyAKkDUNS8RxXXnoF.lazyloading { background-image: none; }#WICyNkexnb9WuoPGyAKkDUNS8RxXXnoF > .row .container { background-color: transparent; background-image: none; }#WICyNkexnb9WuoPGyAKkDUNS8RxXXnoF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WICyNkexnb9WuoPGyAKkDUNS8RxXXnoF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WICyNkexnb9WuoPGyAKkDUNS8RxXXnoF > .row .container > .video-iframe-container { display: none; }#WICyNkexnb9WuoPGyAKkDUNS8RxXXnoF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WICyNkexnb9WuoPGyAKkDUNS8RxXXnoF > .row > .video-iframe-container { display: none; }#WICyNkexnb9WuoPGyAKkDUNS8RxXXnoF > .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); }#WICyNkexnb9WuoPGyAKkDUNS8RxXXnoF > .row .container { border-width: 0; border-radius: 0; }#WICyNkexnb9WuoPGyAKkDUNS8RxXXnoF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WICyNkexnb9WuoPGyAKkDUNS8RxXXnoF > .row .container { font-size:0.875rem;font-family:arial;height:31.625rem;width:60rem;position:relative;display:block; }#CI29IR7lis0W3TUxugTdK7ergk8gDF2X { color:#fdf5f5;display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:1.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.0625rem;left:1.9990234375rem;height:2.11230625rem;font-style:normal;display:block; }
#HOtrA6Z74GdGtJ1AZHcrwkzh9bKbbS5U { position:absolute;display:block;z-index:15001;background-color:#ff653c;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.3125rem;width:3.875rem;top:4.87109375rem;left:1.9990234375rem;display:block; }
#NbzJkTT7oU9Ur7mNwlvQ9bQXtFn2T51C { color:#fdf5f5;display:block;width:22.625rem;position:absolute;font-family:raleway;font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:5.99609375rem;left:1.9990234375rem;height:4.94921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UwePiUPVRJpnALBy7GfgymAuTZnOHKMy { color:#000000;display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:20.875215530396rem;left:37.361110687256rem;height:0;display:block; }
#ToKhp3rcscoDA0hZfRIalpccP147O7OP { color:#000000;display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:23.937715530396rem;left:34.236110687256rem;height:0;display:block; }
#CCb2rti0JbOcLu0n6khzzSt5UUtalxKq { color:#fdf5f5;display:block;width:27.875rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:12.10546875rem;left:1.9990234375rem;height:11.89453125rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#JFUGs5MbTILJROlCaSxlpbNiIaiPKbOf { color:#fdf5f5;display:block;width:6rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:26.126953125rem;left:1.9990234375rem;height:1.29980625rem;display:block; }
#NLPqwaCOkbCPW6ukMQg1o1RqMrDDgA6N { position:absolute;display:block;z-index:15007;background-color:#42658b;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:2.625rem;width:2.625rem;top:25.4638671875rem;left:7.9990234375rem;display:block; }
#VupXdxNGUsdO3aNJlTtckh1I0m3qsUln { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;top:26.0263671875rem;left:8.5615234375rem; }
#eOyWwU17J6prmU0OLoBe7X2KUsvXknU8 { position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0.8);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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #000000 ;height:28.1875rem;width:30.0625rem;top:1.3125rem;left:1.09375rem;display:block; }
#rSDNinuskB2Eb9IVKpmqF6haJ4Hnr87k { background-color:#f57d4d;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.9375rem;height:2.5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:25.2451171875rem;left:19.75449319297rem;display:block; }
#UCHqTGCkx0eiyhyhlqJqRfMknDpafRbB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a8ByQElRHHBChuHtgTePIZueWB95MiWI { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:11.5625rem;top:1.6494140625rem;left:19.65625rem;overflow:hidden;display:block; }
#qqAyUK7Z2hG9xU08OfCXZ5RnNd0MZbMD { 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; }#qqAyUK7Z2hG9xU08OfCXZ5RnNd0MZbMD > .row .container { background-color: transparent; background-image: none; }#qqAyUK7Z2hG9xU08OfCXZ5RnNd0MZbMD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qqAyUK7Z2hG9xU08OfCXZ5RnNd0MZbMD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qqAyUK7Z2hG9xU08OfCXZ5RnNd0MZbMD > .row .container > .video-iframe-container { display: none; }#qqAyUK7Z2hG9xU08OfCXZ5RnNd0MZbMD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qqAyUK7Z2hG9xU08OfCXZ5RnNd0MZbMD > .row > .video-iframe-container { display: none; }#qqAyUK7Z2hG9xU08OfCXZ5RnNd0MZbMD > .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); }#qqAyUK7Z2hG9xU08OfCXZ5RnNd0MZbMD > .row .container { border-width: 0; border-radius: 0; }#qqAyUK7Z2hG9xU08OfCXZ5RnNd0MZbMD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qqAyUK7Z2hG9xU08OfCXZ5RnNd0MZbMD > .row .container { font-size:0.875rem;font-family:arial;height:35.625rem;width:60rem;position:relative;display:block; }#zCMul67wTt8XfQNEm1Bqr72cSrTeOzKL { color:#1e1e1e;display:block;width:30.625rem;position:absolute;font-family:raleway;font-size:2.4375rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:1.9375rem;left:0.6875rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fPDVtFTu1G52DzseDInztyTakdxkiZTy { color:rgba(30,30,30,0.7);display:block;width:27.4375rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.7;letter-spacing:0;top:8.65625rem;left:0.6875rem;height:7.222625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cPBSPzKTnPJRxSq2MiPqvWTq5pl0Jg5B { position:absolute;display:block;z-index:15014;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.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.0625rem;width:14rem;top:1.9375rem;left:31.3125rem;display:block; }
#zmqINDEvn4V2v3kg7apGBeokuah8GrLT { color:#1e1e1e;display:block;width:14rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15016;line-height:1;letter-spacing:0;top:8.65625rem;left:31.3125rem;height:1.875rem;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nyemnzFslmzwzq2yWZweT2qDQH8O0muW { color:#000000;display:block;width:12.75rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15017;line-height:1.2;letter-spacing:0;top:12.625rem;left:32.0625rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#znMhcGPp3anlvxCDoIAEQWd3wBGLvAhX { position:absolute;display:block;z-index:15018;background-color:#f57d4d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem #fdffff ;height:0.0625rem;width:3.5625rem;top:11.3798828125rem;left:36.65625rem;display:block; }
#TTBxLiGsud6b30CRA7FnOfvC4bC605Sv { position:absolute;display:block;z-index:15019;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.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.0625rem;width:14rem;top:1.9375rem;left:45.75rem;display:block; }
#XeGQNh7A5f1s8CqTbPkTsp3dNZP0VltL { color:#1e1e1e;display:block;width:14rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15021;line-height:1;letter-spacing:0;top:8.71875rem;left:46rem;height:1.875rem;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VmAa88Q3rPKxZNE1zQi2wwiX4c44Q8J7 { position:absolute;display:block;z-index:15023;background-color:#f57d4d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.5625rem;top:11.3798828125rem;left:51.09375rem;display:block; }
#TdT8cbeUAbmEbQu2iQCpR1BXzZKCppkA { color:#000000;display:block;width:12.75rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15022;line-height:1;letter-spacing:0;top:12.2724609375rem;left:46.5rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cyLsdvW3GmTLu4OSTwyGIBlWcbsGnogZ { position:absolute;display:block;z-index:15024;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.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.0625rem;width:14rem;top:17.25rem;left:31.3125rem;display:block; }
#yy295cpcz8XUKHyMDsGmbcHqlhXFFlJW { color:#000000;display:block;width:12.75rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15027;line-height:1.4;letter-spacing:0;top:27.53125rem;left:32.0625rem;height:3.9375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RLPcCWrQ12DP4dOKtoVDZyguHTQZTAkp { position:absolute;display:block;z-index:15029;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.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.0625rem;width:14rem;top:17.25rem;left:45.75rem;display:block; }
#TcTzdih6wh0sURZ64ayh1oDL3X4BSxuB { color:#000000;display:block;width:12.75rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15032;line-height:1.2;letter-spacing:0;top:27.8125rem;left:46.5rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PbfodGXGeBHnTvKiO1seueFUP4VsXkGD { position:absolute;display:block;z-index:15028;background-color:#f57d4d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.5625rem;top:26.15625rem;left:36.65625rem;display:block; }
#Q97cRHG8ozGUZx7QQTVmIfVBoGmRAnPv { position:absolute;display:block;z-index:15033;background-color:#f57d4d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.5625rem;top:26.1875rem;left:51.09375rem;display:block; }
#pmZZhqqHgIqPPsqGihLLiI7gfHAxhK27 { color:#1e1e1e;display:block;width:14rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15026;line-height:1;letter-spacing:0;top:23.34375rem;left:31.3125rem;height:1.875rem;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KCah729ck0dTMhZez0pIw0BB7pwS0Szs { color:#1e1e1e;display:block;width:14rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15031;line-height:1;letter-spacing:0;top:23.96875rem;left:46rem;height:1.875rem;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bQkVr5enCr4Vb3CVbwee3VVzm8qagab3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.75rem;width:4.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:3.11328125rem;left:36.0625rem; }
#TBcGoTT0hOVnlm5xuw7T4QnrZw2AzLFX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.3125rem;width:4.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:3.55078125rem;left:50.71875rem; }
#MwiINbHZkU0EqeCv2zks7KLhTN1Qy2QT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.5rem;width:5.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:18.53125rem;left:35.6875rem; }
#uw5k2xT64EesoNPJR6ap9gKUHLLzGQ49 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:18.53125rem;left:50.84375rem; }
#ccQX3b0ERoKGacQ0RHbPyfwANPI6CfTX { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:16.25rem;top:17.25rem;left:0.6875rem;overflow:hidden;display:block; }
#SFw9iD0AtQghppDMnl622Z6AouAzV3Eh { 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.625rem;width:15.3125rem;top:18.96875rem;left:14.1875rem;overflow:hidden;display:block; }
#zT46b2yTlLooxthk6SXiEO1s0lGEOmce { position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0.8);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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #0f141b ;height:2.9375rem;width:27.9375rem;top:30.40625rem;left:0.6875rem;display:block; }
#bX3D79BagoA02iFiMg3d2zsgPT2oT8CM { display:block;width:27.875rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.125rem #000000;top:31.125rem;left:0.6875rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;color:#fdffff;text-align:center;text-align-last:center;display:block; }
#D96vOGLGilwR60F5zOdP5Zs1sr2L37LU { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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: 0.0625rem 0.0625rem 0.1875rem #fdffff ;height:12.5rem;width:12.5rem;display:none; }
#g2IfkuhqWImiuSi3H00ZMBTCXfiE9Vx7 { position:absolute;display:block;z-index:14999;background-color:rgba(227,227,227,0.08);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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:6.1875rem;width:29.875rem;top:1.28125rem;left:0rem;display:block; }
#NGuXKHHsO3LM6H0LlVA24rPTMBrq7g2O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;background-image:none;position:relative;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;display:block; }#NGuXKHHsO3LM6H0LlVA24rPTMBrq7g2O > .row .container { background-color: transparent; background-image: none; }#NGuXKHHsO3LM6H0LlVA24rPTMBrq7g2O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NGuXKHHsO3LM6H0LlVA24rPTMBrq7g2O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NGuXKHHsO3LM6H0LlVA24rPTMBrq7g2O > .row .container > .video-iframe-container { display: none; }#NGuXKHHsO3LM6H0LlVA24rPTMBrq7g2O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NGuXKHHsO3LM6H0LlVA24rPTMBrq7g2O > .row > .video-iframe-container { display: none; }#NGuXKHHsO3LM6H0LlVA24rPTMBrq7g2O > .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); }#NGuXKHHsO3LM6H0LlVA24rPTMBrq7g2O > .row .container { border-width: 0; border-radius: 0; }#NGuXKHHsO3LM6H0LlVA24rPTMBrq7g2O > .row > .video-iframe-container { border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem; }#NGuXKHHsO3LM6H0LlVA24rPTMBrq7g2O > .row .container { font-size:0.875rem;font-family:arial;height:89.25rem;width:60rem;position:relative;display:block; }#TS7g4TeFFPEBLhVFcVsaBDC9r8rmL0Ul { display:block;width:29.375rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:23.65625rem;left:23.59375rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;display:block; }
#emczd5mM967pX8Lxiae1l0IhIzxd4DJa { display:block;width:29.375rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:8.3125rem;left:23.59375rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;display:block; }
#m3XoGt0lwslTv8NFSKKCK75AMKmN0vFD { display:block;width:29.375rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:39.908203125rem;left:23.59375rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;display:block; }
#mBNm1nFw2BEDw4CpeeTDQJh51mAODUbw { display:block;width:34.875rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:56.28125rem;left:23.59375rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;display:block; }
#OzaG0c4THR7z1TpzMS3mudO4v4LMQ01w { display:block;width:18.6875rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:74.125rem;left:23.59375rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;text-align:left;text-align-last:left;display:block; }
#yDpZcIAzZz8ldvmhynd2LU7UamqttPk9 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:13.625rem;width:18.25rem;top:7.65625rem;left:2.8125rem;overflow:hidden;display:block; }
#HUNOVnwZXh3MvGNzRvWGAKZSpyehHiL6 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:13.5625rem;width:18.25rem;top:23.65625rem;left:2.75rem;overflow:hidden;display:block; }
#AT8c2Tgtf1HAlkVSs55279qAqT0WanN0 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:13.5625rem;width:18.25rem;top:39.908203125rem;left:2.75rem;overflow:hidden;display:block; }
#Jes8rxrAWb7mIr9fi4rg0lQTHUthaxP1 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:13.5625rem;width:18.25rem;top:56.28125rem;left:2.75rem;overflow:hidden;display:block; }
#RbaDHE11mtCcETGemOvH28hQsiXSkpVW { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:13.5625rem;width:18.25rem;top:73.375rem;left:2.75rem;overflow:hidden;display:block; }
#FAI2ZoeT5w9aORfKQNcXUXG7eyLo1o9o { color:#000000;display:block;width:11.375rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:11.994140625rem;left:23.59375rem;height:4.62890625rem;display:block; }
#hxZwtxh4gXrDRzCNnNXZy0QHPAVQZS9n { background-color:#0f141b;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:2.6875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:18.5625rem;left:37.125rem;display:block; }
#kn67LW51ClcntyiEsf9qtq76DtayKwW5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cyeBVWHFRaIVdpiKhGNMrMJ6xBxTPSPu { color:#000000;display:block;width:17.375rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:11.994140625rem;left:37.625rem;height:4.62890625rem;display:block; }
#rBX8a7tiNRz8oR8uMTUZSNHovxbvbbWM { color:#000000;display:block;width:11.1875rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:28.123046875rem;left:23.59375rem;height:4.62890625rem;display:block; }
#I7TbgJ0OJWwPiTh2197fSF3LmMD4E4ck { color:#000000;display:block;width:17.6875rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:28.123046875rem;left:37.125rem;height:4.62890625rem;display:block; }
#r2UOPJGNPIMfGu1Fg6PdnKNoKs0qPOQ3 { background-color:#f57d4d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:2.625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:34.125rem;left:23rem;display:block; }
#RkFbiwRANOFAX9IVSeMKNFeo3EsxEomp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MnuF6hJZLB6evATfcxomLe6GPcWJpATd { background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:2.6875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:34.09375rem;left:37.125rem;display:block; }
#xULkQFTfT2WdQfal1a2VoDi871dbO6ku { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZnLtr1IZWt4cgHc3LA7TKwiFvurQDynF { color:#000000;display:block;width:11.5rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:45.279296875rem;left:23.59375rem;height:4.62890625rem;display:block; }
#MNG05xbUUQeHWifT5gUqNJVioZEBThkK { color:#000000;display:block;width:16.3125rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:45.279296875rem;left:37.625rem;height:4.62890625rem;display:block; }
#GWCi5Dzp3PKP94y3lc1tlzTTBmyLAoFO { background-color:#f57d4d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:2.625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:51.033203125rem;left:23rem;display:block; }
#i6G3AxSWozkmvAtC3sDNoQJnIyUZi0J5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#imosylAgRolwW7i0nGJZe84HePeBlMbI { background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:2.6875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:50.970703125rem;left:37.125rem;display:block; }
#w1dNmwATOdB0OeIDGX9Fr0pZw5e843le { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZxUku4SFHNykdaXB2a46xNUTTB5HrIbG { color:#000000;display:block;width:11.6875rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:62.80859375rem;left:23.59375rem;height:4.62890625rem;display:block; }
#IyUTUJbu3i6KVzGtHeSoIFHBxdeHCqiE { color:#000000;display:block;width:19.75rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:62.80859375rem;left:37.625rem;height:4.62890625rem;display:block; }
#mpJrd2qLzhvfCppmMZhNmHt8INcIIWqI { background-color:#f57d4d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:2.625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:68.283203125rem;left:23rem;display:block; }
#o0lNKUOdtCCEzTCzJ9zsKEUVQER7rvII { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TbT72VBLuUr1lW8HqXUCyDX6xlrsae6t { background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:2.6875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:68.251953125rem;left:37.4375rem;display:block; }
#JTXtJvXrTe33b9feXoGQrPpBIlXlm6FR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X2JmiITkPVEoSz9Qi5Dwvx9TLpTAxkM2 { color:#000000;display:block;width:22.5rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:79.93359375rem;left:37.125rem;height:4.3857375rem;display:block; }
#yxdKi1wm2IWTGOp4T6hzZyIVa9qnBJvr { background-color:#f57d4d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:2.625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:85.31640625rem;left:23rem;display:block; }
#mumCq3dSFU4dnp8z8uLJvTAtTek5x8Bw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AdGwbFDZB0QKU9A5HbG9TOeFA1MTLXTb { background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:2.6875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:85.28515625rem;left:37.125rem;display:block; }
#PzbT9azvTB4mTHnUAi1fTzzVSgqZkwZG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EC8qsVQ6gp06TaZ73MoqPkNGz0mbCMKE { color:#000000;display:block;width:11.6875rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:79.8115234375rem;left:23.59375rem;height:4.62890625rem;display:block; }
#SeMfV8W9HXrvUBpK4Be2IfRlHkDKonZN { background-color:#f57d4d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:2.625rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:18.59375rem;left:23.59375rem;display:block; }
#LZZOo2q9DHvOOkv3c2br0ud2OSlh0HxQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AyLOhIr1dOtS35x1uEL5Sms7yx9Um1VV { display:block;width:44.1875rem;position:absolute;font-family:raleway;font-size:1.9375rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:1.6875rem;left:7.90625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;text-align:center;text-align-last:center;display:block; }
#WK6rzgrf88Wb90CTJkAqplCKQ4xLDZG0 { position:relative;display:block; }#WK6rzgrf88Wb90CTJkAqplCKQ4xLDZG0 { background-color: transparent; background-image: none; }#WK6rzgrf88Wb90CTJkAqplCKQ4xLDZG0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WK6rzgrf88Wb90CTJkAqplCKQ4xLDZG0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WK6rzgrf88Wb90CTJkAqplCKQ4xLDZG0 > .row .container > .video-iframe-container { display: none; }#WK6rzgrf88Wb90CTJkAqplCKQ4xLDZG0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WK6rzgrf88Wb90CTJkAqplCKQ4xLDZG0 > .row > .video-iframe-container { display: none; }#WK6rzgrf88Wb90CTJkAqplCKQ4xLDZG0 > .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); }#WK6rzgrf88Wb90CTJkAqplCKQ4xLDZG0 { border-width: 0; border-radius: 0; }#WK6rzgrf88Wb90CTJkAqplCKQ4xLDZG0 > .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; }#WK6rzgrf88Wb90CTJkAqplCKQ4xLDZG0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:22.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ucc46dWpVq0LWPzbXVSCKfS2V2KVZ1id { display:block;width:60rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1rem;left:0rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#n5wRSaNPQqNCmcAeXQ2udpPsx01L5gUT { border-bottom:0;border-left:0;border-right:0;border-top:0;height:13.3125rem;width:19.375rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:8.5rem;left:0.5625rem;overflow:hidden;display:block; }
#Vuun3ToChTea20OdF1fWFJ4Wg8aQHko1 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:13.3125rem;width:19.375rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:8.5rem;left:20.3125rem;overflow:hidden;display:block; }
#JAlGfoFJ1mt9Q34P2Ff5TgplnNlqHdio { border-bottom:0;border-left:0;border-right:0;border-top:0;height:13.3125rem;width:19.375rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:8.6875rem;left:40.1875rem;overflow:hidden;display:block; }
#lzlHorTlawHO3HRB77OIMSv7kcSbN9QP { position:absolute;display:block;z-index:15003;background-color:#ff653c;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.3125rem;width:3.875rem;top:6.9375rem;left:27.71875rem;display:block; }
#vuQbxIWV8u1vzzDBsZ4b6hLwoTCB5STA { color:#808080;display:block;width:60rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:4.412109375rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#i3Ar5yZGJCAgaPHLwR06dq5Et8oTqu0N { position:relative;display:block; }#i3Ar5yZGJCAgaPHLwR06dq5Et8oTqu0N { background-color: transparent; background-image: none; }#i3Ar5yZGJCAgaPHLwR06dq5Et8oTqu0N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i3Ar5yZGJCAgaPHLwR06dq5Et8oTqu0N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i3Ar5yZGJCAgaPHLwR06dq5Et8oTqu0N > .row .container > .video-iframe-container { display: none; }#i3Ar5yZGJCAgaPHLwR06dq5Et8oTqu0N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i3Ar5yZGJCAgaPHLwR06dq5Et8oTqu0N > .row > .video-iframe-container { display: none; }#i3Ar5yZGJCAgaPHLwR06dq5Et8oTqu0N > .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); }#i3Ar5yZGJCAgaPHLwR06dq5Et8oTqu0N { border-width: 0; border-radius: 0; }#i3Ar5yZGJCAgaPHLwR06dq5Et8oTqu0N > .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; }#i3Ar5yZGJCAgaPHLwR06dq5Et8oTqu0N > .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:13.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#L975gCmieG0vUV74LJbilRQ1k1fhEqTO { border-bottom:0;border-left:0;border-right:0;border-top:0;height:13.3125rem;width:19.375rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:0rem;left:20.3125rem;overflow:hidden;display:block; }
#BBzxcSpSE18t65JhZy9HpAFUwb4frHvP { border-bottom:0;border-left:0;border-right:0;border-top:0;height:13.3125rem;width:19.375rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:0rem;left:40rem;overflow:hidden;display:block; }
#Px067fBHxnupVLVoa9qVyUfsSTIt44oi { border-bottom:0;border-left:0;border-right:0;border-top:0;height:13.3125rem;width:19.375rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:0rem;left:0.3125rem;overflow:hidden;display:block; }
#WnPsF7AD9oVyKhpmd4enSEM7HckV5GGo { position:relative;display:block; }#WnPsF7AD9oVyKhpmd4enSEM7HckV5GGo { background-color: transparent; background-image: none; }#WnPsF7AD9oVyKhpmd4enSEM7HckV5GGo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WnPsF7AD9oVyKhpmd4enSEM7HckV5GGo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WnPsF7AD9oVyKhpmd4enSEM7HckV5GGo > .row .container > .video-iframe-container { display: none; }#WnPsF7AD9oVyKhpmd4enSEM7HckV5GGo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WnPsF7AD9oVyKhpmd4enSEM7HckV5GGo > .row > .video-iframe-container { display: none; }#WnPsF7AD9oVyKhpmd4enSEM7HckV5GGo > .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); }#WnPsF7AD9oVyKhpmd4enSEM7HckV5GGo { border-width: 0; border-radius: 0; }#WnPsF7AD9oVyKhpmd4enSEM7HckV5GGo > .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; }#WnPsF7AD9oVyKhpmd4enSEM7HckV5GGo > .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:13.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#eTwwl6Q1fWAqana6JLmWQKJPfBF9LH6I { border-bottom:0;border-left:0;border-right:0;border-top:0;height:13.3125rem;width:19.375rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:0rem;left:0.3125rem;overflow:hidden;display:block; }
#xVy6mkaKqzSSvUAX3BZogS7eCt6kp537 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:13.3125rem;width:19.375rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:0rem;left:20.3125rem;overflow:hidden;display:block; }
#PEHEGi2EMi0ezbeuGAiMVBiCflRW79dt { border-bottom:0;border-left:0;border-right:0;border-top:0;height:13.3125rem;width:19.375rem;position:absolute;display:block;z-index:15003;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:0rem;left:40.3125rem;overflow:hidden;display:block; }
#GWeVHTTUtURAtvVm0PtTGlwUdFGAR1EF { position:relative;display:block; }#GWeVHTTUtURAtvVm0PtTGlwUdFGAR1EF { background-color: transparent; background-image: none; }#GWeVHTTUtURAtvVm0PtTGlwUdFGAR1EF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GWeVHTTUtURAtvVm0PtTGlwUdFGAR1EF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GWeVHTTUtURAtvVm0PtTGlwUdFGAR1EF > .row .container > .video-iframe-container { display: none; }#GWeVHTTUtURAtvVm0PtTGlwUdFGAR1EF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GWeVHTTUtURAtvVm0PtTGlwUdFGAR1EF > .row > .video-iframe-container { display: none; }#GWeVHTTUtURAtvVm0PtTGlwUdFGAR1EF > .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); }#GWeVHTTUtURAtvVm0PtTGlwUdFGAR1EF { border-width: 0; border-radius: 0; }#GWeVHTTUtURAtvVm0PtTGlwUdFGAR1EF > .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; }#GWeVHTTUtURAtvVm0PtTGlwUdFGAR1EF > .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:14.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lQyduEKb0rlv7hzicBPZBeArOWZ7M4CO { border-bottom:0;border-left:0;border-right:0;border-top:0;height:13.3125rem;width:19.375rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:0rem;left:0.3125rem;overflow:hidden;display:block; }
#OwS6w5mbk7TtmThkrnkvLErCf60gzWyc { border-bottom:0;border-left:0;border-right:0;border-top:0;height:13.3125rem;width:19.375rem;position:absolute;display:block;z-index:15003;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:0rem;left:20.3125rem;overflow:hidden;display:block; }
#NTWHtd5S14dTRGSAuNoMtRQ3g6QxJB0N { border-bottom:0;border-left:0;border-right:0;border-top:0;height:13.3125rem;width:19.375rem;position:absolute;display:block;z-index:15004;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:0rem;left:40.3125rem;overflow:hidden;display:block; }
#OISsUVSPZe41QbvyST6Irsm59NpyzuEf { 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; }#OISsUVSPZe41QbvyST6Irsm59NpyzuEf > .row .container { background-color: transparent; background-image: none; }#OISsUVSPZe41QbvyST6Irsm59NpyzuEf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OISsUVSPZe41QbvyST6Irsm59NpyzuEf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OISsUVSPZe41QbvyST6Irsm59NpyzuEf > .row .container > .video-iframe-container { display: none; }#OISsUVSPZe41QbvyST6Irsm59NpyzuEf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OISsUVSPZe41QbvyST6Irsm59NpyzuEf > .row > .video-iframe-container { display: none; }#OISsUVSPZe41QbvyST6Irsm59NpyzuEf > .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); }#OISsUVSPZe41QbvyST6Irsm59NpyzuEf > .row .container { border-width: 0; border-radius: 0; }#OISsUVSPZe41QbvyST6Irsm59NpyzuEf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OISsUVSPZe41QbvyST6Irsm59NpyzuEf > .row .container { font-size:0.875rem;font-family:arial;height:27.0625rem;width:60rem;position:relative;display:block; }#RT145MP2SFNBTiNTSTcMyXw43dCG52df { color:#000000;display:block;width:60rem;position:absolute;font-family:raleway;font-size:3.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:1.0625rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ronZxX9gZcvFax9vHuQ8tFcd16VPvuWl { color:#808080;display:block;width:60rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:5.125rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nHx3OJhxTW9y8uHodpvTqMHZc4kT2ax6 { position:absolute;display:block;z-index:15000;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;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: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:12.25rem;width:18.9375rem;top:10.703125rem;left:0rem;display:block; }
#uwP6D33VDkgucSJHBgyGFuUzAfwSx0Wd { color:#808080;display:block;width:18.875rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15011;line-height:1.7;letter-spacing:0;top:13.203125rem;left:0rem;height:8.496125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LxqH9NK6tGEe5ry7Xp4brxpEFukcuLQR { color:#606060;display:block;width:11.875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:24.21875rem;left:3.53125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wVkTzVnXGE1A4hJl120uzksKNB4WskuF { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:11.1953125rem;left:3.78125rem;height:1.0556625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Em3zJSb5i6hdreAD15dBxrsSvAwWFsvT { color:#606060;display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:24.21875rem;left:24.96875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#D75nn5Bsm0FtaMRH4rA4unuwo2I1r0T6 { position:absolute;display:block;z-index:15005;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;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: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:12.25rem;width:18.9375rem;top:10.703125rem;left:20.53125rem;display:block; }
#SaAOdJJGpzsq2Tlk1oIwdglcGAEvEhNT { color:#606060;display:block;width:12.3125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:24.21875rem;left:44.6875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JquPhBpMboOMXUmSxDQUxKc2npA5qr4P { 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;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: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:12.25rem;width:18.9375rem;top:10.703125rem;left:40.375rem;display:block; }
#CfNAziigD04RpCoEodlnf9irTu2ubmE5 { color:#000000;display:block;width:16rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:11.1953125rem;left:42.25rem;height:1.0556625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zrkCnJ8AgwGHkc5DMnOPaX1lSUReTdwN { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:11.1953125rem;left:23.0625rem;height:1.0556625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CPThH8DtHiqxqLLgTVGJBIo2Egm15IbH { color:#808080;display:block;width:18.875rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:12.9013671875rem;left:40.40625rem;height:9.098625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wNiTMBMoJRaQBTaLbgJVhRVsM8GeCxzz { color:#808080;display:block;width:18.875rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:12.951171875rem;left:20.5625rem;height:9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qzFu9ucloBBzAOxSMTUBAmqzSlwQO12b { position:absolute;display:block;z-index:15004;background-color:#ff653c;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.3125rem;width:3.875rem;top:7.875rem;left:28.0625rem;display:block; }
#J7wCpErgyH0NbcLmzR2PeqxTDVMksKus { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdffff;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; }#J7wCpErgyH0NbcLmzR2PeqxTDVMksKus > .row .container { background-color: transparent; background-image: none; }#J7wCpErgyH0NbcLmzR2PeqxTDVMksKus::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J7wCpErgyH0NbcLmzR2PeqxTDVMksKus > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J7wCpErgyH0NbcLmzR2PeqxTDVMksKus > .row .container > .video-iframe-container { display: none; }#J7wCpErgyH0NbcLmzR2PeqxTDVMksKus > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J7wCpErgyH0NbcLmzR2PeqxTDVMksKus > .row > .video-iframe-container { display: none; }#J7wCpErgyH0NbcLmzR2PeqxTDVMksKus > .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); }#J7wCpErgyH0NbcLmzR2PeqxTDVMksKus > .row .container { border-width: 0; border-radius: 0; }#J7wCpErgyH0NbcLmzR2PeqxTDVMksKus > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J7wCpErgyH0NbcLmzR2PeqxTDVMksKus > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:60rem;position:relative;display:block; }#i0JWRTE9ALiCZoBRpsnCZldh4AZuCowS { position:absolute;display:block;z-index:15003;background-color:#ff653c;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.3125rem;width:3.875rem;top:4.875rem;left:27.5rem;display:block; }
#oBRK3k9WGRMMOOInSCOCtgkLHtqSxlAK { color:#42464d;display:block;width:60rem;position:absolute;font-family:raleway;font-size:2.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.197265625rem;left:-0.25rem;height:3.16796875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QbdWTSgd7Fr0mTq32obQfCC5QqL4lMPG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f7fa;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; }#QbdWTSgd7Fr0mTq32obQfCC5QqL4lMPG > .row .container { background-color: transparent; background-image: none; }#QbdWTSgd7Fr0mTq32obQfCC5QqL4lMPG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QbdWTSgd7Fr0mTq32obQfCC5QqL4lMPG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QbdWTSgd7Fr0mTq32obQfCC5QqL4lMPG > .row .container > .video-iframe-container { display: none; }#QbdWTSgd7Fr0mTq32obQfCC5QqL4lMPG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QbdWTSgd7Fr0mTq32obQfCC5QqL4lMPG > .row > .video-iframe-container { display: none; }#QbdWTSgd7Fr0mTq32obQfCC5QqL4lMPG > .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); }#QbdWTSgd7Fr0mTq32obQfCC5QqL4lMPG > .row .container { border-width: 0; border-radius: 0; }#QbdWTSgd7Fr0mTq32obQfCC5QqL4lMPG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QbdWTSgd7Fr0mTq32obQfCC5QqL4lMPG > .row .container { font-size:0.875rem;font-family:arial;height:25.75rem;width:60rem;position:relative;display:block; }#rICEJHUUKBglXQGdGyHwT6SJNlBPJ0ud { color:#000000;display:block;width:30.1875rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:.9;letter-spacing:0;top:2.01171875rem;left:29.123046875rem;height:2.8125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CER3Iy3ea4TfxwPvhTKhfF4XG6RAdNu5 { box-sizing:content-box;height:2.0625rem;width:11.6875rem;position:absolute;display:block;z-index:15003;background-color:#ec6133;background-image:none;top:5.845703125rem;left:29.123046875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#LMPP25NSmXZTxEfrO3rdqfNR7eFQyhE2 { color:#fdffff;display:block;width:11.0625rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:6.0234375rem;left:29.435546875rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hnhdAx7TwphREGEp9K2Tq5cEvsfRk3ub { color:#000000;display:block;width:28.4375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:8.7421875rem;left:29.123046875rem;height:10.1953125rem;display:block; }
#zdLP8gK2iN0Dktgv3sbqxuAveBcvdq89 { background-color:#ec6133;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:2.625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:22.1484375rem;left:28.560546875rem;display:block; }
#GTm96yJgDSkfX2a15y7EOUNkZRirkZxS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vyicNC5Ttc4tTlh1NdADqK8nHe9E2UVl { color:#000000;display:block;width:21.4980625rem;position:absolute;font-family:poppins;font-size:0.6875rem;font-weight:normal;z-index:15002;line-height:1.1;letter-spacing:0;top:18.3125rem;left:29.123046875rem;height:3.02345rem;display:block; }
#L0SqgVm39kiN6csS9dLXh9v3ZUrxLRqO { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:22.375rem;width:28.125rem;top:2.01171875rem;left:0rem;overflow:hidden;display:block; }
#VeL8C6yIbqE56kW4vAPRQ8eTaggWJ7F5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f7fa;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; }#VeL8C6yIbqE56kW4vAPRQ8eTaggWJ7F5 > .row .container { background-color: transparent; background-image: none; }#VeL8C6yIbqE56kW4vAPRQ8eTaggWJ7F5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VeL8C6yIbqE56kW4vAPRQ8eTaggWJ7F5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VeL8C6yIbqE56kW4vAPRQ8eTaggWJ7F5 > .row .container > .video-iframe-container { display: none; }#VeL8C6yIbqE56kW4vAPRQ8eTaggWJ7F5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VeL8C6yIbqE56kW4vAPRQ8eTaggWJ7F5 > .row > .video-iframe-container { display: none; }#VeL8C6yIbqE56kW4vAPRQ8eTaggWJ7F5 > .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); }#VeL8C6yIbqE56kW4vAPRQ8eTaggWJ7F5 > .row .container { border-width: 0; border-radius: 0; }#VeL8C6yIbqE56kW4vAPRQ8eTaggWJ7F5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VeL8C6yIbqE56kW4vAPRQ8eTaggWJ7F5 > .row .container { font-size:0.875rem;font-family:arial;height:24.6875rem;width:60rem;position:relative;display:block; }#qRhi2MsmbupIJ5WFxvzs5C6eIaFXxvr2 { color:#000000;display:block;width:24.25rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:.9;letter-spacing:0;top:2.01171875rem;left:29.123046875rem;height:4.21875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NwvTlPdvzeJkpgbNRMnZ7TB2x8UhKCpu { box-sizing:content-box;height:2.0625rem;width:11.6875rem;position:absolute;display:block;z-index:15003;background-color:#ec6133;background-image:none;top:7.09765625rem;left:29.125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#gLLgVFGoBZQaTHBNWn2lhs6W4dwBg3xX { color:#fdffff;display:block;width:12.3125rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:7.275390625rem;left:28.8125rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uWqTxxGpgCTvGpqwKtnh4nGloKN4mJbV { color:#000000;display:block;width:28.4375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:9.9600486755369rem;left:29.123756408691rem;height:7.4365rem;display:block; }
#VP7OGuO3b2WyEDESf98lzCCwTyT5DVr5 { background-color:#ec6133;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:2.625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:21.32421875rem;left:29.123046875rem;display:block; }
#MpbCr6c3St3aEZ5SIJsTQKrm4wFeC2HV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C2wRS6iV8onxGu61WDeLoXsEl0D5aMIT { color:#000000;display:block;width:21.4980625rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:16.69921875rem;left:29.123046875rem;height:3.59765rem;display:block; }
#zNC6g1JJN71ITHdc7CKQhu4LFK6BkukB { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:21.25rem;width:28.125rem;top:2.01171875rem;left:0rem;overflow:hidden;display:block; }
#ThFef3yVsI2KDFxsrRFxAAAJbTN2ZVmm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f7fa;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; }#ThFef3yVsI2KDFxsrRFxAAAJbTN2ZVmm > .row .container { background-color: transparent; background-image: none; }#ThFef3yVsI2KDFxsrRFxAAAJbTN2ZVmm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ThFef3yVsI2KDFxsrRFxAAAJbTN2ZVmm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ThFef3yVsI2KDFxsrRFxAAAJbTN2ZVmm > .row .container > .video-iframe-container { display: none; }#ThFef3yVsI2KDFxsrRFxAAAJbTN2ZVmm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ThFef3yVsI2KDFxsrRFxAAAJbTN2ZVmm > .row > .video-iframe-container { display: none; }#ThFef3yVsI2KDFxsrRFxAAAJbTN2ZVmm > .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); }#ThFef3yVsI2KDFxsrRFxAAAJbTN2ZVmm > .row .container { border-width: 0; border-radius: 0; }#ThFef3yVsI2KDFxsrRFxAAAJbTN2ZVmm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ThFef3yVsI2KDFxsrRFxAAAJbTN2ZVmm > .row .container { font-size:0.875rem;font-family:arial;height:25.3125rem;width:60rem;position:relative;display:block; }#ouLG41tKrsoiC0meoI7oI7iVVgXqhPmQ { color:#000000;display:block;width:22.6875rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15003;line-height:.9;letter-spacing:0;top:1.25rem;left:29.125rem;height:5.3984375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Dg83tVJp7vD9fFwdAGTXsT7mFDUl0lQb { box-sizing:content-box;height:2.0625rem;width:11.6875rem;position:absolute;display:block;z-index:15003;background-color:#ec6133;background-image:none;top:7.09765625rem;left:29.125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#mno8oFHVSC9lMoS8F8gvpKs8aixpbThs { color:#fdffff;display:block;width:12.3125rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:7.275390625rem;left:28.8125rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QgOUJMVfIZUKvIehmhONUt2HiOQqZyEn { color:#000000;display:block;width:27.6875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:9.904296875rem;left:29.125rem;height:8.92383125rem;display:block; }
#DpvrVNUhxa9XwxR8ePpHyHzQZOKb8IbR { background-color:#ec6133;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:2.625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:22.4375rem;left:29.125rem;display:block; }
#InhJXKCTmkTMTpJZwpi1sPBtyc0bfs7U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Zc7DaLM7FmSVA93Xps6cFCWgvOIbO3aX { color:#000000;display:block;width:21.5rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:17.904296875rem;left:29.125rem;height:3.89845rem;display:block; }
#AxNR5vTR3zaJA2IWQOThIkGhwSQgkT4B { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:21.3125rem;width:28.1875rem;top:2.53125rem;left:0rem;overflow:hidden;display:block; }
#c23SdPSV2ZSuTW4vu4s6vqWKb6ZHZE7R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.88);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; }#c23SdPSV2ZSuTW4vu4s6vqWKb6ZHZE7R > .row .container { background-color: transparent; background-image: none; }#c23SdPSV2ZSuTW4vu4s6vqWKb6ZHZE7R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c23SdPSV2ZSuTW4vu4s6vqWKb6ZHZE7R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c23SdPSV2ZSuTW4vu4s6vqWKb6ZHZE7R > .row .container > .video-iframe-container { display: none; }#c23SdPSV2ZSuTW4vu4s6vqWKb6ZHZE7R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c23SdPSV2ZSuTW4vu4s6vqWKb6ZHZE7R > .row > .video-iframe-container { display: none; }#c23SdPSV2ZSuTW4vu4s6vqWKb6ZHZE7R > .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); }#c23SdPSV2ZSuTW4vu4s6vqWKb6ZHZE7R > .row .container { border-width: 0; border-radius: 0; }#c23SdPSV2ZSuTW4vu4s6vqWKb6ZHZE7R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c23SdPSV2ZSuTW4vu4s6vqWKb6ZHZE7R > .row .container { font-size:0.875rem;font-family:arial;height:20.5625rem;width:60rem;position:relative;display:block; }#ksy0XQTG9pJPKvq7geJF00HTPVAuUeoA { color:#ffffff;display:block;width:23.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:18.1875rem;left:19.03125rem;height:1.4000375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f1I2ros9wWhmVc1DJnCTgsXDDKPdw1hw { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:14.1875rem;top:0rem;left:23.46875rem;overflow:hidden;display:block; }
#ka8vWkhDAQkqAahBOT7nDLJ9x1BRvv2a { display:block;width:60rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.4375rem;left:0rem;height:1.54385625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#fdf5f5;text-align:center;text-align-last:center;display:block; }
#p32ecUeTMua2bCpOK0nibEmU1p29mFAU { display:block;width:59.9375rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.6875rem;left:0rem;height:1.54385625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#fdf5f5;text-align:center;text-align-last:center;display:block; }
#aMtyEeoOnaMn2Rkazkc99X6ZtkNLNJFw { display:block;width:59.9375rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:9rem;left:0rem;height:1.54385625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#fdf5f5;text-align:center;text-align-last:center;display:block; }
#l3Zfse1kNKnHVBzca0GkNnRIl2cB00a1 { display:block;width:59.9375rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:11.5rem;left:0rem;height:1.54385625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#fdf5f5;text-align:center;text-align-last:center;display:block; }
#d457AGFvvfAutOARhMkVTi9J9TPWOCW1 { display:block;width:59.9375rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:14rem;left:0rem;height:1.54385625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#fdf5f5;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #CdBkhwXMZVO4u7L6XJgwZF45T3M5VFTa { display:block; }#CdBkhwXMZVO4u7L6XJgwZF45T3M5VFTa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r84FdwqO7hTu6ehTrowBKwnxtrb2X8vQ { width:8.75rem;height:2.25rem;top:1rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #fy4TtWERKhACzhkUVbMSlQR3yccUkfx1 { display:block; }
 }@media only screen and (max-width: 763px) { #i8bxbq2rfTiQxHlftJzVFvANUnNTUfoT { top:0rem;left:0rem;width:14.75rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIw7Qr61SC44Ihv9NHX0oykgzRV1hZD4 { top:1.3125rem;left:31.59375rem;width:5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9R5XViUb24h2TNFOh3LrqZM0lHWIoTo { top:1.3125rem;left:26.90625rem;width:3.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9QJp1xhId0rHuDgOvpDXyU0kXJHD50t { top:1.3125rem;left:37.96875rem;width:4.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFRUeCJsFx1SdTICL5KTkJip3f8ZS9DC { top:1.3125rem;left:22rem;width:3.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJAISkWMUUwRtx131ibTVtvdto9b9LSu { display:block; }#eJAISkWMUUwRtx131ibTVtvdto9b9LSu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTcV1bZ6mryGNxgGmDNy1gLfOdkZfC6a { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vse8thXcfnZRByR7PEWTTkB9T7Kh347P { top:10.0625rem;left:17.625rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aoccr7OxcnewcwIruKTZqXZMaD80NfQT { width:47.75rem;height:18.125rem;top:11.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ht16Pl5HIDXVT6Hyi9iwxnWcWP9A2PfM { display:block; }#Ht16Pl5HIDXVT6Hyi9iwxnWcWP9A2PfM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SS9CNolB1DDutNGWVndJLtEoQLBkvQ41 { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0AfAFPXiSa8Fc4IIOWNzEpsUp2C7HvD { width:13.75rem;height:3.125rem;top:66.75rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Di9b4LFuGI6SZo5G6snFyUg0WhJrDHWH { display:block; }
 }@media only screen and (max-width: 763px) { #FFdk9NkRLOxVVOeBEBXi4k6kKJlTASxm { width:14.125rem;height:3.1875rem;top:66.75rem;left:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdIV8cTpMCwvZ1re2o76N3z6J5oDvwQa { display:block; }
 }@media only screen and (max-width: 763px) { #BlRr80PS24uUra7wU0LUqtiu3TmyhHeM { width:19.6875rem;height:16.1875rem;top:4.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzf43PLfs4DTuMqPCSNw7beKnIqAL58a { width:19.6875rem;height:16.1875rem;top:4.875rem;left:14.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6pooKDri3oLEoeitfsgfDL479OvQcKv { width:19.6875rem;height:16.1875rem;top:4.875rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0KLaZIZGz1TU7GcOEacgvDG2gGaIZIS { width:38.1875rem;height:3.75rem;top:61.875rem;left:4.78125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcqgFfDa1889bFTHIWwhX9KdBaTiZaWx { width:18.8125rem;height:5.9375rem;top:24.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHdTgShnb4ur0gkrrT71nCqhC4ciNfJx { width:17.375rem;height:;top:22.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOBw25SXW6SNiTn1qiyFSuMz7T8F733U { width:17.375rem;height:;top:22.125rem;left:15.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dk2MOeICA18nuOXnRLUM2DZWgV4qwRSv { width:17.375rem;height:;top:22.125rem;left:30.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNmw7iztIW0tcalUqX5pyt407JcB27iH { width:19.6875rem;height:16.1875rem;top:32.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZqmyACwAFz8HVuEM0K4QT7TKNZZitIe { width:19.6875rem;height:16.1875rem;top:32.75rem;left:14.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfoRNCkyx0GoKTEo4JiKHLNDWPigtEwD { width:19.6875rem;height:16.1875rem;top:32.75rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvmHzUqpPTJ2A8wq8sgu2Hha5hcbgJUV { width:17.375rem;height:1.9375rem;top:51rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFFrhQxvyUwEbhSbe6FBMcPDyGyLfkdv { width:17.375rem;height:1.9375rem;top:51rem;left:15.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zS28ZRTWBqbXGnbiehgAFKHrXQcT8EID { width:17.375rem;height:2.6875rem;top:50.625rem;left:30.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQKutyG4W4X2vPrsIBK1ebeHcxo8XJZT { width:16rem;height:4.375rem;top:54.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLaUD7yqoPqMUIWDGXMOSdZaPycvrIKI { width:16rem;height:4.375rem;top:54.125rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDKEf07trsCOulDlMPneoBhTUdQtT7M1 { width:16rem;height:4.375rem;top:54.125rem;left:31.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTl87EPMzMEIZQFBXkRzOTe3UNWlNW0O { width:17.25rem;height:5.1875rem;top:24.9375rem;left:14.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSZay73dp5RK7dJnuSOAzVgkl30KmXbd { width:17.25rem;height:5.1875rem;top:24.9375rem;left:30.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7xPD4BqKmCU3UK6J2xnGuI60EbHdfLk { display:block; }#Z7xPD4BqKmCU3UK6J2xnGuI60EbHdfLk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #munez0OEZq5tXXHUHtxlbcKZcETE7Psa { width:7.5625rem;height:7.6875rem;top:7.25rem;left:0rem;font-size:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a58imIFwo5LaomN5qQradqcH5tqyULz4 { width:4rem;height:4rem;top:9.9375rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o49RMTftTw2gxgoHhNHIVipH13T4CsSy { width:14.25rem;height:2.25rem;top:9.9375rem;left:1.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7i3911fb7i0qBpEivbbr8eGESBITP3S { width:19.9375rem;height:8.75rem;top:20.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RB5DylpII693n9hsuRMVXrZn0dRQND2K { width:19.5rem;height:8.4375rem;top:20.125rem;left:12.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #st41VK408pMK6E6d30BAU8Uy0FKNrypJ { width:7.5625rem;height:7.6875rem;top:8.0625rem;left:15.875rem;font-size:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vC6ROMGLahUmGLS6GrA9ztfcCh7nDtST { width:4rem;height:4rem;top:9.9375rem;left:15.875rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1TPiC6Vh3MXC64QRshmIqEhHMRGx2BP { width:14.25rem;height:2.25rem;top:10.75rem;left:17.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlBhfRtXHSognsOO98Iq3hnxBOXDmFcU { width:19.5625rem;height:6.75rem;top:20.125rem;left:28.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #evUaMOx0yftKlBZv13q0cCfrxWIkfkGF { width:7.5625rem;height:7.6875rem;top:8.375rem;left:24.1875rem;font-size:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaqOuR28c9RPJEr7hlJekUXuJ4PBnX41 { width:4rem;height:4rem;top:9.9375rem;left:31.75rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sshWzAXWBb3TKFlfmdbJ1wdBMSF4DVy1 { width:14.25rem;height:2.25rem;top:10.75rem;left:33.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NONzQGfBXeTs5strTNxkQc9MFTn84xqr { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIuWWaTJD9yu9VGT12MrJDLiT13oSTFs { width:47.75rem;height:2.375rem;top:4.375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ry56A9d8a5BoCKOrs0BtVQqKXkuFG3oD { width:17.375rem;height:;top:14.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULm78K9B6XXE6gqBcqKc5zcd4m9C3Ixn { width:17.375rem;height:;top:14.9375rem;left:14.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsoWWFPBpI5vmvXWTS1ffnsIT7228iie { width:17.375rem;height:;top:14.9375rem;left:30.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDvdX41DnIMQoOLMLJrFh0rpTT3F7u8N { width:22.4375rem;height:3.1875rem;top:30.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZPLSqUQ7gHd8tRRXWPCkOLIcsROuU85 { display:block; }
 }@media only screen and (max-width: 763px) { #WxuzWkiH09CSIccRGqpEeupaRo3vriC4 { display:block; }#WxuzWkiH09CSIccRGqpEeupaRo3vriC4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CLElMDtcmldyp9O34kJQqT243ddC8XxR { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGEW89D6iNeXI3lkCARn1lMJwvcxe8yd { width:47.75rem;height:5.6875rem;top:5.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzAEh3x4cvqIKt9wmLm9GcKkbCsQ0dyl { display:block; }#xzAEh3x4cvqIKt9wmLm9GcKkbCsQ0dyl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ovkbyioq7u4vHJofiEhGbFT02q8roxFu { width:23.375rem;height:15.9375rem;top:2rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gymy2BFeSe6BGg4CTkxnA5BTqbyxCAJo { width:23.375rem;height:15.9375rem;top:2rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1odNxoknBL2HtB6wfCycTSAkKlVsW8A { width:17.25rem;height:;top:19.6875rem;left:3.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJ5Wlvs4flkoSB1W5xgpTV7mthqB3p0q { width:17.4375rem;height:2.4375rem;top:19.3125rem;left:27.09375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T92okBanFglBPerRNAQKT2gvp1a19Zg1 { width:18.3125rem;height:2.5625rem;top:22.6875rem;left:2.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vT1rHCPVnL3CwmxkFzJsaW1Jv2Vtdt7y { width:16.75rem;height:2rem;top:23rem;left:27.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGMi01FsIJ1CL8oKe2Nw344M9rI9kxdm { width:24.5rem;height:8.4375rem;top:26.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o09FFW7Jd1I2lLqhKmoqcW0eRkIDiTkT { width:23.9375rem;height:8.375rem;top:26.3125rem;left:23.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoH8FJQos1BADvoVgHwZifeGC4i97asc { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPCtsToGFntlRTZ4kiN3CemU3Kac3At0 { display:block; }
 }@media only screen and (max-width: 763px) { #h2lDu7rBE7arlsiOM4XhwbxfFogOo1lp { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBlRFcNllUTqLbaLFuyR2Vr4dr9o2nqG { display:block; }
 }@media only screen and (max-width: 763px) { #ckfMxfDtTevrfta1DrF3LbTaHNrIGkp5 { width:27.75rem;height:39.6875rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgPv8baqceWOqtwxHxBcFEVeWrW3GmR3 { width:27.75rem;height:39.6875rem;top:0.75rem;left:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBtQlyETdGXlDkF65K0WCtlzw7b5B6Ji { display:block; }#JBtQlyETdGXlDkF65K0WCtlzw7b5B6Ji > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yFikQSP1P3XKlpaJoUtD2xTapmz2QK6L { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmWll63ehaRwyeDAqd1cW2RmCgCw5fXZ { width:47.75rem;height:5.375rem;top:7.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzrv4R3ZxlRZRqPWlpb0UKr4ZoCmTPqM { display:block; }#xzrv4R3ZxlRZRqPWlpb0UKr4ZoCmTPqM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XiT7SxF1Z8mWmUgreHmfdQG6Cs1zrvoH { top:1.25rem;left:23rem;width:22.6875rem;height:4.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuF4daSuPikhSZ2U9NzsxiTveVBe0ss2 { top:7.0625rem;left:23rem;width:11.6875rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lgzsx6kdWkqFcbMX6KXD2JfSTJ74gm3t { top:7.25rem;left:22.6875rem;width:12.3125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsINKeEVTCaEDL5uTvTBu4vvknUkxp1g { top:9.875rem;left:20.0625rem;width:27.6875rem;height:8.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSeThi6TT2sZivMFWcqN5hWADEbMvNWZ { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #amwFCPgOMtaRbrZznV4QyHmzeZ52MzOL { display:block; }
 }@media only screen and (max-width: 763px) { #eCmvGzdCfmxGpxvZ6DhCNsAVcdxZTslz { top:17.875rem;left:23rem;width:21.5rem;height:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rA1Ci53QfB23x3Rre3T31ICfBUFM17FT { top:2.1875rem;left:0rem;width:28.1875rem;height:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysXT6DSKG1KmEXq3yTJZw5RXSGIM0zI9 { display:block; }#ysXT6DSKG1KmEXq3yTJZw5RXSGIM0zI9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qR0SbFZ3w8Cpk2391FbJ79AuOr3SsLLx { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfD8s23626KrnHT8vZc8BnXls5w5P7Ff { display:block; }#RfD8s23626KrnHT8vZc8BnXls5w5P7Ff > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N7pIW6JX5hxC0bF6sAdfq6KNJIN0InZ0 { top:1.25rem;left:0rem;width:8.125rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJqngB7Ekemeo1W4tkJXZeh23SQoGsso { top:1.6875rem;left:2.53125rem;width:8.125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDL3LVL3nTgW1TAD2MmUBrPEs4Z8znw4 { top:1.125rem;left:35.5625rem;width:9.0625rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDZeVrBay5STzRseQHDGxDD8azoBKDXT { top:1.375rem;left:11.75rem;width:6.875rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcbEyOoIasyzW2Dh4vdLGczhfVbsWsmQ { top:1.3125rem;left:26.8125rem;width:9.0625rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wb9vmNUuihQ4NI50gJfGF78uXW9RWQig { top:1.4375rem;left:38.75rem;width:9rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSLyWH3VZByXnO7Nx9VnENCymb9QsqGh { top:0.9375rem;left:19.4375rem;width:6.875rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WICyNkexnb9WuoPGyAKkDUNS8RxXXnoF { display:block; }#WICyNkexnb9WuoPGyAKkDUNS8RxXXnoF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CI29IR7lis0W3TUxugTdK7ergk8gDF2X { width:12.5rem;height:2.0625rem;top:2.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOtrA6Z74GdGtJ1AZHcrwkzh9bKbbS5U { width:3.875rem;height:0.3125rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbzJkTT7oU9Ur7mNwlvQ9bQXtFn2T51C { width:22.5625rem;height:4.9375rem;top:5.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwePiUPVRJpnALBy7GfgymAuTZnOHKMy { width:12.5rem;height:0;top:20.8125rem;left:31.236110687256rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToKhp3rcscoDA0hZfRIalpccP147O7OP { width:12.5rem;height:0;top:23.875rem;left:28.110027313233rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCb2rti0JbOcLu0n6khzzSt5UUtalxKq { width:27.875rem;height:11.875rem;top:12.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFUGs5MbTILJROlCaSxlpbNiIaiPKbOf { width:6rem;height:1.25rem;top:26.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLPqwaCOkbCPW6ukMQg1o1RqMrDDgA6N { width:2.625rem;height:2.625rem;top:25.4375rem;left:1.8740234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VupXdxNGUsdO3aNJlTtckh1I0m3qsUln { width:1.5rem;height:1.5rem;top:26rem;left:2.4365234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOyWwU17J6prmU0OLoBe7X2KUsvXknU8 { top:1.3125rem;left:0rem;width:30.0625rem;height:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSDNinuskB2Eb9IVKpmqF6haJ4Hnr87k { width:9.9375rem;height:2.5rem;top:25.1875rem;left:13.62949319297rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCHqTGCkx0eiyhyhlqJqRfMknDpafRbB { display:block; }
 }@media only screen and (max-width: 763px) { #a8ByQElRHHBChuHtgTePIZueWB95MiWI { top:1.625rem;left:13.53125rem;width:11.5625rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqAyUK7Z2hG9xU08OfCXZ5RnNd0MZbMD { display:block; }#qqAyUK7Z2hG9xU08OfCXZ5RnNd0MZbMD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zCMul67wTt8XfQNEm1Bqr72cSrTeOzKL { width:30.625rem;height:4.875rem;top:1.9375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPDVtFTu1G52DzseDInztyTakdxkiZTy { width:27.4375rem;height:7.1875rem;top:8.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPBSPzKTnPJRxSq2MiPqvWTq5pl0Jg5B { width:14rem;height:15.0625rem;top:1.9375rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmqINDEvn4V2v3kg7apGBeokuah8GrLT { width:14rem;height:1.875rem;top:8.625rem;left:25.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyemnzFslmzwzq2yWZweT2qDQH8O0muW { width:12.75rem;height:3.375rem;top:12.625rem;left:25.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #znMhcGPp3anlvxCDoIAEQWd3wBGLvAhX { width:3.5625rem;height:0.0625rem;top:11.375rem;left:30.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTBxLiGsud6b30CRA7FnOfvC4bC605Sv { width:14rem;height:15.0625rem;top:1.9375rem;left:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeGQNh7A5f1s8CqTbPkTsp3dNZP0VltL { width:14rem;height:1.875rem;top:8.6875rem;left:33.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmAa88Q3rPKxZNE1zQi2wwiX4c44Q8J7 { width:3.5625rem;height:0.0625rem;top:11.375rem;left:44.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdT8cbeUAbmEbQu2iQCpR1BXzZKCppkA { width:12.75rem;height:3.75rem;top:12.25rem;left:35rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyLsdvW3GmTLu4OSTwyGIBlWcbsGnogZ { width:14rem;height:15.0625rem;top:17.25rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yy295cpcz8XUKHyMDsGmbcHqlhXFFlJW { width:12.75rem;height:3.9375rem;top:27.5rem;left:25.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLPcCWrQ12DP4dOKtoVDZyguHTQZTAkp { width:14rem;height:15.0625rem;top:17.25rem;left:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcTzdih6wh0sURZ64ayh1oDL3X4BSxuB { width:12.75rem;height:3.375rem;top:27.8125rem;left:35rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbfodGXGeBHnTvKiO1seueFUP4VsXkGD { width:3.5625rem;height:0.125rem;top:26.125rem;left:30.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q97cRHG8ozGUZx7QQTVmIfVBoGmRAnPv { width:3.5625rem;height:0.0625rem;top:26.1875rem;left:44.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmZZhqqHgIqPPsqGihLLiI7gfHAxhK27 { width:14rem;height:1.875rem;top:23.3125rem;left:25.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCah729ck0dTMhZez0pIw0BB7pwS0Szs { width:14rem;height:1.875rem;top:23.9375rem;left:33.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQkVr5enCr4Vb3CVbwee3VVzm8qagab3 { top:3.0625rem;left:29.9375rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBcGoTT0hOVnlm5xuw7T4QnrZw2AzLFX { top:3.5rem;left:43.4375rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwiINbHZkU0EqeCv2zks7KLhTN1Qy2QT { top:18.5rem;left:29.5625rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uw5k2xT64EesoNPJR6ap9gKUHLLzGQ49 { top:18.5rem;left:43.6875rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccQX3b0ERoKGacQ0RHbPyfwANPI6CfTX { width:16.25rem;height:11.25rem;top:17.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFw9iD0AtQghppDMnl622Z6AouAzV3Eh { width:15.3125rem;height:10.625rem;top:18.9375rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zT46b2yTlLooxthk6SXiEO1s0lGEOmce { top:30.375rem;left:0rem;width:27.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bX3D79BagoA02iFiMg3d2zsgPT2oT8CM { width:27.875rem;height:1.5rem;top:31.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D96vOGLGilwR60F5zOdP5Zs1sr2L37LU { display:none; }
 }@media only screen and (max-width: 763px) { #g2IfkuhqWImiuSi3H00ZMBTCXfiE9Vx7 { top:1.25rem;left:0rem;width:29.875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGuXKHHsO3LM6H0LlVA24rPTMBrq7g2O { display:block; }#NGuXKHHsO3LM6H0LlVA24rPTMBrq7g2O > .row .container { width:47.75rem;height:18.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TS7g4TeFFPEBLhVFcVsaBDC9r8rmL0Ul { width:23.25rem;height:2.4375rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #emczd5mM967pX8Lxiae1l0IhIzxd4DJa { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3XoGt0lwslTv8NFSKKCK75AMKmN0vFD { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBNm1nFw2BEDw4CpeeTDQJh51mAODUbw { width:23.25rem;height:2.4375rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzaG0c4THR7z1TpzMS3mudO4v4LMQ01w { width:23.25rem;height:2.4375rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDpZcIAzZz8ldvmhynd2LU7UamqttPk9 { top:7.625rem;left:0rem;width:18.25rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUNOVnwZXh3MvGNzRvWGAKZSpyehHiL6 { top:23.625rem;left:0rem;width:18.25rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AT8c2Tgtf1HAlkVSs55279qAqT0WanN0 { top:39.875rem;left:0rem;width:18.25rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jes8rxrAWb7mIr9fi4rg0lQTHUthaxP1 { top:56.25rem;left:0rem;width:18.25rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbaDHE11mtCcETGemOvH28hQsiXSkpVW { top:73.375rem;left:0rem;width:18.25rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAI2ZoeT5w9aORfKQNcXUXG7eyLo1o9o { top:11.9375rem;left:17.46875rem;width:11.375rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxZwtxh4gXrDRzCNnNXZy0QHPAVQZS9n { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kn67LW51ClcntyiEsf9qtq76DtayKwW5 { display:block; }
 }@media only screen and (max-width: 763px) { #cyeBVWHFRaIVdpiKhGNMrMJ6xBxTPSPu { top:11.9375rem;left:30.375rem;width:17.375rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBX8a7tiNRz8oR8uMTUZSNHovxbvbbWM { top:28.0625rem;left:17.46875rem;width:11.1875rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7TbgJ0OJWwPiTh2197fSF3LmMD4E4ck { top:28.0625rem;left:30.0625rem;width:17.6875rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2UOPJGNPIMfGu1Fg6PdnKNoKs0qPOQ3 { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkFbiwRANOFAX9IVSeMKNFeo3EsxEomp { display:block; }
 }@media only screen and (max-width: 763px) { #MnuF6hJZLB6evATfcxomLe6GPcWJpATd { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xULkQFTfT2WdQfal1a2VoDi871dbO6ku { display:block; }
 }@media only screen and (max-width: 763px) { #ZnLtr1IZWt4cgHc3LA7TKwiFvurQDynF { top:45.25rem;left:17.46875rem;width:11.5rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNG05xbUUQeHWifT5gUqNJVioZEBThkK { top:45.25rem;left:31.4375rem;width:16.3125rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWCi5Dzp3PKP94y3lc1tlzTTBmyLAoFO { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6G3AxSWozkmvAtC3sDNoQJnIyUZi0J5 { display:block; }
 }@media only screen and (max-width: 763px) { #imosylAgRolwW7i0nGJZe84HePeBlMbI { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1dNmwATOdB0OeIDGX9Fr0pZw5e843le { display:block; }
 }@media only screen and (max-width: 763px) { #ZxUku4SFHNykdaXB2a46xNUTTB5HrIbG { top:62.75rem;left:17.46875rem;width:11.6875rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyUTUJbu3i6KVzGtHeSoIFHBxdeHCqiE { top:62.75rem;left:28rem;width:19.75rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpJrd2qLzhvfCppmMZhNmHt8INcIIWqI { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0lNKUOdtCCEzTCzJ9zsKEUVQER7rvII { display:block; }
 }@media only screen and (max-width: 763px) { #TbT72VBLuUr1lW8HqXUCyDX6xlrsae6t { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTXtJvXrTe33b9feXoGQrPpBIlXlm6FR { display:block; }
 }@media only screen and (max-width: 763px) { #X2JmiITkPVEoSz9Qi5Dwvx9TLpTAxkM2 { top:79.875rem;left:25.25rem;width:22.5rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxdKi1wm2IWTGOp4T6hzZyIVa9qnBJvr { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mumCq3dSFU4dnp8z8uLJvTAtTek5x8Bw { display:block; }
 }@media only screen and (max-width: 763px) { #AdGwbFDZB0QKU9A5HbG9TOeFA1MTLXTb { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzbT9azvTB4mTHnUAi1fTzzVSgqZkwZG { display:block; }
 }@media only screen and (max-width: 763px) { #EC8qsVQ6gp06TaZ73MoqPkNGz0mbCMKE { top:79.75rem;left:17.46875rem;width:11.6875rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeMfV8W9HXrvUBpK4Be2IfRlHkDKonZN { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZZOo2q9DHvOOkv3c2br0ud2OSlh0HxQ { display:block; }
 }@media only screen and (max-width: 763px) { #AyLOhIr1dOtS35x1uEL5Sms7yx9Um1VV { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WK6rzgrf88Wb90CTJkAqplCKQ4xLDZG0 { display:block; }#WK6rzgrf88Wb90CTJkAqplCKQ4xLDZG0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ucc46dWpVq0LWPzbXVSCKfS2V2KVZ1id { width:47.75rem;height:3.375rem;top:1rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5wRSaNPQqNCmcAeXQ2udpPsx01L5gUT { width:19.375rem;height:13.3125rem;top:8.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vuun3ToChTea20OdF1fWFJ4Wg8aQHko1 { width:19.375rem;height:13.3125rem;top:8.5rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAlGfoFJ1mt9Q34P2Ff5TgplnNlqHdio { width:19.375rem;height:13.3125rem;top:8.6875rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzlHorTlawHO3HRB77OIMSv7kcSbN9QP { width:3.875rem;height:0.3125rem;top:6.9375rem;left:21.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuQbxIWV8u1vzzDBsZ4b6hLwoTCB5STA { width:47.75rem;height:1.625rem;top:4.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3Ar5yZGJCAgaPHLwR06dq5Et8oTqu0N { display:block; }#i3Ar5yZGJCAgaPHLwR06dq5Et8oTqu0N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L975gCmieG0vUV74LJbilRQ1k1fhEqTO { width:19.375rem;height:13.3125rem;top:0rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBzxcSpSE18t65JhZy9HpAFUwb4frHvP { width:19.375rem;height:13.3125rem;top:0rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Px067fBHxnupVLVoa9qVyUfsSTIt44oi { width:19.375rem;height:13.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnPsF7AD9oVyKhpmd4enSEM7HckV5GGo { display:block; }#WnPsF7AD9oVyKhpmd4enSEM7HckV5GGo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eTwwl6Q1fWAqana6JLmWQKJPfBF9LH6I { width:19.375rem;height:13.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVy6mkaKqzSSvUAX3BZogS7eCt6kp537 { width:19.375rem;height:13.3125rem;top:0rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEHEGi2EMi0ezbeuGAiMVBiCflRW79dt { width:19.375rem;height:13.3125rem;top:0rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWeVHTTUtURAtvVm0PtTGlwUdFGAR1EF { display:block; }#GWeVHTTUtURAtvVm0PtTGlwUdFGAR1EF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lQyduEKb0rlv7hzicBPZBeArOWZ7M4CO { width:19.375rem;height:13.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwS6w5mbk7TtmThkrnkvLErCf60gzWyc { width:19.375rem;height:13.3125rem;top:0rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTWHtd5S14dTRGSAuNoMtRQ3g6QxJB0N { width:19.375rem;height:13.3125rem;top:0rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OISsUVSPZe41QbvyST6Irsm59NpyzuEf { display:block; }#OISsUVSPZe41QbvyST6Irsm59NpyzuEf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RT145MP2SFNBTiNTSTcMyXw43dCG52df { width:47.75rem;height:4.0625rem;top:1.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ronZxX9gZcvFax9vHuQ8tFcd16VPvuWl { width:47.75rem;height:1.625rem;top:5.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHx3OJhxTW9y8uHodpvTqMHZc4kT2ax6 { width:18.9375rem;height:12.25rem;top:10.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwP6D33VDkgucSJHBgyGFuUzAfwSx0Wd { width:18.875rem;height:8.4375rem;top:13.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxqH9NK6tGEe5ry7Xp4brxpEFukcuLQR { width:11.875rem;height:1.625rem;top:24.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVkTzVnXGE1A4hJl120uzksKNB4WskuF { width:12.5rem;height:1rem;top:11.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Em3zJSb5i6hdreAD15dBxrsSvAwWFsvT { width:11.25rem;height:1.625rem;top:24.1875rem;left:18.84375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D75nn5Bsm0FtaMRH4rA4unuwo2I1r0T6 { width:18.9375rem;height:12.25rem;top:10.6875rem;left:14.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaAOdJJGpzsq2Tlk1oIwdglcGAEvEhNT { width:12.3125rem;height:1.625rem;top:24.1875rem;left:35.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JquPhBpMboOMXUmSxDQUxKc2npA5qr4P { width:18.9375rem;height:12.25rem;top:10.6875rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfNAziigD04RpCoEodlnf9irTu2ubmE5 { width:16rem;height:1rem;top:11.1875rem;left:31.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrkCnJ8AgwGHkc5DMnOPaX1lSUReTdwN { width:15.0625rem;height:1rem;top:11.1875rem;left:16.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPThH8DtHiqxqLLgTVGJBIo2Egm15IbH { width:18.875rem;height:9.0625rem;top:12.875rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNiTMBMoJRaQBTaLbgJVhRVsM8GeCxzz { width:18.875rem;height:9rem;top:12.9375rem;left:14.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzFu9ucloBBzAOxSMTUBAmqzSlwQO12b { width:3.875rem;height:0.3125rem;top:7.875rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7wCpErgyH0NbcLmzR2PeqxTDVMksKus { display:block; }#J7wCpErgyH0NbcLmzR2PeqxTDVMksKus > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i0JWRTE9ALiCZoBRpsnCZldh4AZuCowS { width:3.875rem;height:0.3125rem;top:4.875rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBRK3k9WGRMMOOInSCOCtgkLHtqSxlAK { width:47.75rem;height:3.125rem;top:1.1875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbdWTSgd7Fr0mTq32obQfCC5QqL4lMPG { display:block; }#QbdWTSgd7Fr0mTq32obQfCC5QqL4lMPG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rICEJHUUKBglXQGdGyHwT6SJNlBPJ0ud { top:2rem;left:17.5625rem;width:30.1875rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CER3Iy3ea4TfxwPvhTKhfF4XG6RAdNu5 { top:5.8125rem;left:22.998046875rem;width:11.6875rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMPP25NSmXZTxEfrO3rdqfNR7eFQyhE2 { top:6rem;left:23.310546875rem;width:11.0625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnhdAx7TwphREGEp9K2Tq5cEvsfRk3ub { top:8.6875rem;left:19.3125rem;width:28.4375rem;height:10.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdLP8gK2iN0Dktgv3sbqxuAveBcvdq89 { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTm96yJgDSkfX2a15y7EOUNkZRirkZxS { display:block; }
 }@media only screen and (max-width: 763px) { #vyicNC5Ttc4tTlh1NdADqK8nHe9E2UVl { top:18.3125rem;left:22.998046875rem;width:21.4375rem;height:3rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0SqgVm39kiN6csS9dLXh9v3ZUrxLRqO { top:2rem;left:0rem;width:28.125rem;height:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeL8C6yIbqE56kW4vAPRQ8eTaggWJ7F5 { display:block; }#VeL8C6yIbqE56kW4vAPRQ8eTaggWJ7F5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qRhi2MsmbupIJ5WFxvzs5C6eIaFXxvr2 { top:2rem;left:22.998046875rem;width:24.25rem;height:4.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwvTlPdvzeJkpgbNRMnZ7TB2x8UhKCpu { top:7.0625rem;left:23rem;width:11.6875rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLLgVFGoBZQaTHBNWn2lhs6W4dwBg3xX { top:7.25rem;left:22.6875rem;width:12.3125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWqTxxGpgCTvGpqwKtnh4nGloKN4mJbV { top:9.9375rem;left:19.3125rem;width:28.4375rem;height:7.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VP7OGuO3b2WyEDESf98lzCCwTyT5DVr5 { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpbCr6c3St3aEZ5SIJsTQKrm4wFeC2HV { display:block; }
 }@media only screen and (max-width: 763px) { #C2wRS6iV8onxGu61WDeLoXsEl0D5aMIT { top:16.6875rem;left:22.998046875rem;width:21.4375rem;height:3.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNC6g1JJN71ITHdc7CKQhu4LFK6BkukB { top:2rem;left:0rem;width:28.125rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThFef3yVsI2KDFxsrRFxAAAJbTN2ZVmm { display:block; }#ThFef3yVsI2KDFxsrRFxAAAJbTN2ZVmm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ouLG41tKrsoiC0meoI7oI7iVVgXqhPmQ { top:1.25rem;left:23rem;width:22.6875rem;height:5.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dg83tVJp7vD9fFwdAGTXsT7mFDUl0lQb { top:7.0625rem;left:23rem;width:11.6875rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mno8oFHVSC9lMoS8F8gvpKs8aixpbThs { top:7.25rem;left:22.6875rem;width:12.3125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgOUJMVfIZUKvIehmhONUt2HiOQqZyEn { top:9.875rem;left:20.0625rem;width:27.6875rem;height:8.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpvrVNUhxa9XwxR8ePpHyHzQZOKb8IbR { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #InhJXKCTmkTMTpJZwpi1sPBtyc0bfs7U { display:block; }
 }@media only screen and (max-width: 763px) { #Zc7DaLM7FmSVA93Xps6cFCWgvOIbO3aX { top:17.875rem;left:23rem;width:21.5rem;height:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxNR5vTR3zaJA2IWQOThIkGhwSQgkT4B { top:2.5rem;left:0rem;width:28.1875rem;height:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c23SdPSV2ZSuTW4vu4s6vqWKb6ZHZE7R { display:block; }#c23SdPSV2ZSuTW4vu4s6vqWKb6ZHZE7R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ksy0XQTG9pJPKvq7geJF00HTPVAuUeoA { top:18.1875rem;left:12.90625rem;width:23.0625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1I2ros9wWhmVc1DJnCTgsXDDKPdw1hw { top:0rem;left:17.34375rem;width:14.1875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ka8vWkhDAQkqAahBOT7nDLJ9x1BRvv2a { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p32ecUeTMua2bCpOK0nibEmU1p29mFAU { width:23.25rem;height:2.4375rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMtyEeoOnaMn2Rkazkc99X6ZtkNLNJFw { width:23.25rem;height:2.4375rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3Zfse1kNKnHVBzca0GkNnRIl2cB00a1 { width:23.25rem;height:2.4375rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d457AGFvvfAutOARhMkVTi9J9TPWOCW1 { width:23.25rem;height:2.4375rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #CdBkhwXMZVO4u7L6XJgwZF45T3M5VFTa { position:relative;z-index:auto;display:block; }#CdBkhwXMZVO4u7L6XJgwZF45T3M5VFTa > .row .container { width:20rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r84FdwqO7hTu6ehTrowBKwnxtrb2X8vQ { width:6.9375rem;height:2.625rem;top:0.96875rem;left:11.84375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fy4TtWERKhACzhkUVbMSlQR3yccUkfx1 { display:block; }
 }@media only screen and (max-width: 763px) { #i8bxbq2rfTiQxHlftJzVFvANUnNTUfoT { width:11.8125rem;height:2.5rem;top:1.15625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIw7Qr61SC44Ihv9NHX0oykgzRV1hZD4 { width:5.375rem;height:1.29980625rem;top:4.193359375rem;left:13.46875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l9R5XViUb24h2TNFOh3LrqZM0lHWIoTo { width:3.75rem;height:1.29980625rem;top:4.193359375rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w9QJp1xhId0rHuDgOvpDXyU0kXJHD50t { width:4.8125rem;height:1.29980625rem;top:4.193359375rem;left:8.15625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tFRUeCJsFx1SdTICL5KTkJip3f8ZS9DC { width:3.75rem;height:1.29980625rem;top:4.193359375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eJAISkWMUUwRtx131ibTVtvdto9b9LSu { display:block; }#eJAISkWMUUwRtx131ibTVtvdto9b9LSu > .row .container { width:20rem;height:34.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTcV1bZ6mryGNxgGmDNy1gLfOdkZfC6a { width:20rem;height:4.72265625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Vse8thXcfnZRByR7PEWTTkB9T7Kh347P { width:11.25rem;height:0.125rem;top:6.484375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aoccr7OxcnewcwIruKTZqXZMaD80NfQT { width:18.875rem;height:27rem;top:7.671875rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Ht16Pl5HIDXVT6Hyi9iwxnWcWP9A2PfM { display:block; }#Ht16Pl5HIDXVT6Hyi9iwxnWcWP9A2PfM > .row .container { width:20rem;height:179.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SS9CNolB1DDutNGWVndJLtEoQLBkvQ41 { width:14.875rem;height:3.1484375rem;top:1.125rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #n0AfAFPXiSa8Fc4IIOWNzEpsUp2C7HvD { width:13.75rem;height:3.125rem;top:170.828125rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Di9b4LFuGI6SZo5G6snFyUg0WhJrDHWH { display:block; }
 }@media only screen and (max-width: 763px) { #FFdk9NkRLOxVVOeBEBXi4k6kKJlTASxm { width:14.125rem;height:3.1875rem;top:174.875rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdIV8cTpMCwvZ1re2o76N3z6J5oDvwQa { display:block; }
 }@media only screen and (max-width: 763px) { #BlRr80PS24uUra7wU0LUqtiu3TmyhHeM { width:20rem;height:16.1875rem;top:5.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzf43PLfs4DTuMqPCSNw7beKnIqAL58a { width:20rem;height:16.5rem;top:31rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6pooKDri3oLEoeitfsgfDL479OvQcKv { width:20rem;height:16.6875rem;top:56.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0KLaZIZGz1TU7GcOEacgvDG2gGaIZIS { width:20rem;height:5.34375rem;top:163.609375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #FcqgFfDa1889bFTHIWwhX9KdBaTiZaWx { width:18rem;height:5.49805rem;top:24.59765625rem;left:1rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #FHdTgShnb4ur0gkrrT71nCqhC4ciNfJx { width:17.375rem;height:1.94921875rem;top:22.11328125rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOBw25SXW6SNiTn1qiyFSuMz7T8F733U { width:17.375rem;height:1.5rem;top:48.6875rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dk2MOeICA18nuOXnRLUM2DZWgV4qwRSv { width:17.375rem;height:1.94921875rem;top:74.3125rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNmw7iztIW0tcalUqX5pyt407JcB27iH { width:20rem;height:16.5625rem;top:82.984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZqmyACwAFz8HVuEM0K4QT7TKNZZitIe { width:20rem;height:17.125rem;top:108.859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfoRNCkyx0GoKTEo4JiKHLNDWPigtEwD { width:20rem;height:16.75rem;top:135.609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvmHzUqpPTJ2A8wq8sgu2Hha5hcbgJUV { width:17.375rem;height:1.94921875rem;top:100.671875rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFFrhQxvyUwEbhSbe6FBMcPDyGyLfkdv { width:17.375rem;height:1.94921875rem;top:126.80859375rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zS28ZRTWBqbXGnbiehgAFKHrXQcT8EID { width:17.375rem;height:2.69921875rem;top:153.3828125rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQKutyG4W4X2vPrsIBK1ebeHcxo8XJZT { width:16rem;height:4.3984375rem;top:103.45703125rem;left:2rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLaUD7yqoPqMUIWDGXMOSdZaPycvrIKI { width:16rem;height:4.3984375rem;top:129.48046875rem;left:2rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDKEf07trsCOulDlMPneoBhTUdQtT7M1 { width:16rem;height:4.3984375rem;top:157.31640625rem;left:2rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTl87EPMzMEIZQFBXkRzOTe3UNWlNW0O { width:18.5rem;height:4.3984375rem;top:51rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #QSZay73dp5RK7dJnuSOAzVgkl30KmXbd { width:17.25rem;height:4.3984375rem;top:76.7734375rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Z7xPD4BqKmCU3UK6J2xnGuI60EbHdfLk { display:block; }#Z7xPD4BqKmCU3UK6J2xnGuI60EbHdfLk > .row .container { width:20rem;height:75.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #munez0OEZq5tXXHUHtxlbcKZcETE7Psa { width:7.5625rem;height:5.1181625rem;top:8.6474609375rem;left:6.21875rem;text-align:center;text-align-last:center;font-size:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a58imIFwo5LaomN5qQradqcH5tqyULz4 { width:4rem;height:4rem;top:9.8271484375rem;left:8rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o49RMTftTw2gxgoHhNHIVipH13T4CsSy { width:14.25rem;height:1.8681625rem;top:14.341796875rem;left:2.25rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7i3911fb7i0qBpEivbbr8eGESBITP3S { width:18.125rem;height:7.7988125rem;top:22.158203125rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RB5DylpII693n9hsuRMVXrZn0dRQND2K { width:18.375rem;height:6rem;top:43.1875rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #st41VK408pMK6E6d30BAU8Uy0FKNrypJ { width:7.5625rem;height:5.1181625rem;top:30.794921875rem;left:6.21875rem;text-align:center;text-align-last:center;font-size:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vC6ROMGLahUmGLS6GrA9ztfcCh7nDtST { width:4rem;height:4rem;top:31.353515625rem;left:8rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1TPiC6Vh3MXC64QRshmIqEhHMRGx2BP { width:14.25rem;height:1.8681625rem;top:35.912109375rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlBhfRtXHSognsOO98Iq3hnxBOXDmFcU { width:18.8125rem;height:6rem;top:63.4150390625rem;left:0.59375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #evUaMOx0yftKlBZv13q0cCfrxWIkfkGF { width:7.5625rem;height:5.1181625rem;top:50.8486328125rem;left:6.21875rem;text-align:center;text-align-last:center;font-size:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaqOuR28c9RPJEr7hlJekUXuJ4PBnX41 { width:4rem;height:4rem;top:52.0283203125rem;left:8rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sshWzAXWBb3TKFlfmdbJ1wdBMSF4DVy1 { width:14.25rem;height:1.70605625rem;top:55.9658203125rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NONzQGfBXeTs5strTNxkQc9MFTn84xqr { width:20rem;height:2.3994125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #GIuWWaTJD9yu9VGT12MrJDLiT13oSTFs { width:20rem;height:3.5625rem;top:4.466796875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Ry56A9d8a5BoCKOrs0BtVQqKXkuFG3oD { width:17.375rem;height:3.8984375rem;top:17.146484375rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULm78K9B6XXE6gqBcqKc5zcd4m9C3Ixn { width:17.375rem;height:3.8984375rem;top:38.529296875rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsoWWFPBpI5vmvXWTS1ffnsIT7228iie { width:17.375rem;height:3.8984375rem;top:58.5283203125rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDvdX41DnIMQoOLMLJrFh0rpTT3F7u8N { width:19rem;height:3.1875rem;top:71.0498046875rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZPLSqUQ7gHd8tRRXWPCkOLIcsROuU85 { display:block; }
 }@media only screen and (max-width: 763px) { #WxuzWkiH09CSIccRGqpEeupaRo3vriC4 { display:block; }#WxuzWkiH09CSIccRGqpEeupaRo3vriC4 > .row .container { width:20rem;height:16.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CLElMDtcmldyp9O34kJQqT243ddC8XxR { width:20rem;height:2.88671875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #kGEW89D6iNeXI3lkCARn1lMJwvcxe8yd { width:19.0625rem;height:9.597625rem;top:5.38671875rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #xzAEh3x4cvqIKt9wmLm9GcKkbCsQ0dyl { display:block; }#xzAEh3x4cvqIKt9wmLm9GcKkbCsQ0dyl > .row .container { width:20rem;height:78.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ovkbyioq7u4vHJofiEhGbFT02q8roxFu { width:19.5625rem;height:13.375rem;top:1.875rem;left:0.21875rem;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; }
 }@media only screen and (max-width: 763px) { #Gymy2BFeSe6BGg4CTkxnA5BTqbyxCAJo { width:19.5625rem;height:13.375rem;top:39.4375rem;left:0.21875rem;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; }
 }@media only screen and (max-width: 763px) { #g1odNxoknBL2HtB6wfCycTSAkKlVsW8A { width:17.25rem;height:2.4375rem;top:16.1875rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJ5Wlvs4flkoSB1W5xgpTV7mthqB3p0q { width:16.4375rem;height:4.125rem;top:53.625rem;left:1.78125rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #T92okBanFglBPerRNAQKT2gvp1a19Zg1 { width:18.3125rem;height:2.5996125rem;top:19.3544921875rem;left:0.84375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vT1rHCPVnL3CwmxkFzJsaW1Jv2Vtdt7y { width:16.75rem;height:2rem;top:58.529296875rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGMi01FsIJ1CL8oKe2Nw344M9rI9kxdm { width:17.9375rem;height:10.5rem;top:22.625rem;left:1.03125rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #o09FFW7Jd1I2lLqhKmoqcW0eRkIDiTkT { width:18.125rem;height:10.5rem;top:61.7666015625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #hoH8FJQos1BADvoVgHwZifeGC4i97asc { width:12.375rem;height:2.625rem;top:34.5625rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPCtsToGFntlRTZ4kiN3CemU3Kac3At0 { display:block; }
 }@media only screen and (max-width: 763px) { #h2lDu7rBE7arlsiOM4XhwbxfFogOo1lp { width:12.375rem;height:2.625rem;top:73.3916015625rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBlRFcNllUTqLbaLFuyR2Vr4dr9o2nqG { display:block; }
 }@media only screen and (max-width: 763px) { #ckfMxfDtTevrfta1DrF3LbTaHNrIGkp5 { width:20rem;height:37.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgPv8baqceWOqtwxHxBcFEVeWrW3GmR3 { width:20rem;height:38.0625rem;top:39.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBtQlyETdGXlDkF65K0WCtlzw7b5B6Ji { display:block; }#JBtQlyETdGXlDkF65K0WCtlzw7b5B6Ji > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yFikQSP1P3XKlpaJoUtD2xTapmz2QK6L { width:20rem;height:2.88671875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #mmWll63ehaRwyeDAqd1cW2RmCgCw5fXZ { width:19.0625rem;height:11.19725rem;top:5.38671875rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #xzrv4R3ZxlRZRqPWlpb0UKr4ZoCmTPqM { display:block; }#xzrv4R3ZxlRZRqPWlpb0UKr4ZoCmTPqM > .row .container { width:20rem;height:41.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XiT7SxF1Z8mWmUgreHmfdQG6Cs1zrvoH { width:20rem;height:4.5rem;top:15.12109375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #CuF4daSuPikhSZ2U9NzsxiTveVBe0ss2 { width:12.5rem;height:2.3125rem;top:20.5517578125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lgzsx6kdWkqFcbMX6KXD2JfSTJ74gm3t { width:12.3125rem;height:1.46218125rem;top:20.9775390625rem;left:3.84375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsINKeEVTCaEDL5uTvTBu4vvknUkxp1g { width:19.625rem;height:10.5rem;top:23.4873046875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uSeThi6TT2sZivMFWcqN5hWADEbMvNWZ { width:11.3125rem;height:2.625rem;top:38.029296875rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #amwFCPgOMtaRbrZznV4QyHmzeZ52MzOL { display:block; }
 }@media only screen and (max-width: 763px) { #eCmvGzdCfmxGpxvZ6DhCNsAVcdxZTslz { width:20rem;height:3.89845rem;top:32.92578125rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rA1Ci53QfB23x3Rre3T31ICfBUFM17FT { width:20rem;height:15.121125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysXT6DSKG1KmEXq3yTJZw5RXSGIM0zI9 { display:block; }#ysXT6DSKG1KmEXq3yTJZw5RXSGIM0zI9 > .row .container { width:20rem;height:2.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qR0SbFZ3w8Cpk2391FbJ79AuOr3SsLLx { width:20rem;height:1.57421875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #RfD8s23626KrnHT8vZc8BnXls5w5P7Ff { position:relative;z-index:auto;display:block; }#RfD8s23626KrnHT8vZc8BnXls5w5P7Ff > .row .container { width:20rem;height:25.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N7pIW6JX5hxC0bF6sAdfq6KNJIN0InZ0 { width:9.375rem;height:2.8125rem;top:0.875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJqngB7Ekemeo1W4tkJXZeh23SQoGsso { width:8.75rem;height:4.375rem;top:3.6875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDL3LVL3nTgW1TAD2MmUBrPEs4Z8znw4 { width:10rem;height:3.0625rem;top:19.96875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDZeVrBay5STzRseQHDGxDD8azoBKDXT { width:8.125rem;height:2.625rem;top:13.6875rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcbEyOoIasyzW2Dh4vdLGczhfVbsWsmQ { width:10.125rem;height:2.6875rem;top:23.03125rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wb9vmNUuihQ4NI50gJfGF78uXW9RWQig { width:10rem;height:2.3125rem;top:17.0625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSLyWH3VZByXnO7Nx9VnENCymb9QsqGh { width:9.375rem;height:4.1875rem;top:8.0625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WICyNkexnb9WuoPGyAKkDUNS8RxXXnoF { background-color:#d6d4d4;background-image:none;display:block; }#WICyNkexnb9WuoPGyAKkDUNS8RxXXnoF > .row .container { background-color: transparent; background-image: none; }#WICyNkexnb9WuoPGyAKkDUNS8RxXXnoF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WICyNkexnb9WuoPGyAKkDUNS8RxXXnoF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WICyNkexnb9WuoPGyAKkDUNS8RxXXnoF > .row .container > .video-iframe-container { display: none; }#WICyNkexnb9WuoPGyAKkDUNS8RxXXnoF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WICyNkexnb9WuoPGyAKkDUNS8RxXXnoF > .row > .video-iframe-container { display: none; }#WICyNkexnb9WuoPGyAKkDUNS8RxXXnoF > .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); }#WICyNkexnb9WuoPGyAKkDUNS8RxXXnoF > .row .container { width:20rem;height:33.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CI29IR7lis0W3TUxugTdK7ergk8gDF2X { width:5.75rem;height:1.8681625rem;top:2.1220703125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOtrA6Z74GdGtJ1AZHcrwkzh9bKbbS5U { width:3.875rem;height:0.3125rem;top:4.80859375rem;left:0.9052734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbzJkTT7oU9Ur7mNwlvQ9bQXtFn2T51C { width:20rem;height:4.3984375rem;top:5.93359375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwePiUPVRJpnALBy7GfgymAuTZnOHKMy { width:12.5rem;height:0;top:30.6875rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToKhp3rcscoDA0hZfRIalpccP147O7OP { width:12.5rem;height:0;top:31.9375rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCb2rti0JbOcLu0n6khzzSt5UUtalxKq { width:20rem;height:14.34375rem;top:12.04296875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFUGs5MbTILJROlCaSxlpbNiIaiPKbOf { width:6rem;height:1.29980625rem;top:29.44921875rem;left:0.9052734375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLPqwaCOkbCPW6ukMQg1o1RqMrDDgA6N { width:2.625rem;height:2.625rem;top:28.125rem;left:6.9052734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VupXdxNGUsdO3aNJlTtckh1I0m3qsUln { width:1.5rem;height:1.5rem;top:28.6875rem;left:7.4677734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOyWwU17J6prmU0OLoBe7X2KUsvXknU8 { width:20rem;height:30.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSDNinuskB2Eb9IVKpmqF6haJ4Hnr87k { width:9rem;height:2.4375rem;top:28.3125rem;left:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCHqTGCkx0eiyhyhlqJqRfMknDpafRbB { display:block; }
 }@media only screen and (max-width: 763px) { #a8ByQElRHHBChuHtgTePIZueWB95MiWI { width:11.5625rem;height:2.9375rem;top:1.5869140625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqAyUK7Z2hG9xU08OfCXZ5RnNd0MZbMD { display:block; }#qqAyUK7Z2hG9xU08OfCXZ5RnNd0MZbMD > .row .container { width:20rem;height:101rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zCMul67wTt8XfQNEm1Bqr72cSrTeOzKL { width:20rem;height:3.375rem;top:1.28125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPDVtFTu1G52DzseDInztyTakdxkiZTy { width:20rem;height:9.4970625rem;top:6.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.9;display:block; }
 }@media only screen and (max-width: 763px) { #cPBSPzKTnPJRxSq2MiPqvWTq5pl0Jg5B { width:19.25rem;height:15.4375rem;top:31.453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmqINDEvn4V2v3kg7apGBeokuah8GrLT { width:19.375rem;height:1.5625rem;top:39.046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyemnzFslmzwzq2yWZweT2qDQH8O0muW { width:18.0625rem;height:4.72265625rem;top:41.37890625rem;left:0.96875rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.4;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #znMhcGPp3anlvxCDoIAEQWd3wBGLvAhX { width:3.5625rem;height:0.125rem;top:40.484375rem;left:8.21875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #fdffff ;background-color:#fdffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #TTBxLiGsud6b30CRA7FnOfvC4bC605Sv { width:19.25rem;height:15.4375rem;top:48.0205078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeGQNh7A5f1s8CqTbPkTsp3dNZP0VltL { width:19.75rem;height:1.5rem;top:55.3642578125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmAa88Q3rPKxZNE1zQi2wwiX4c44Q8J7 { width:3.5625rem;height:0.125rem;top:56.7080078125rem;left:7.125rem;background-color:#fdffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TdT8cbeUAbmEbQu2iQCpR1BXzZKCppkA { width:15.625rem;height:4.72265625rem;top:58.00390625rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.4;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #cyLsdvW3GmTLu4OSTwyGIBlWcbsGnogZ { width:19.25rem;height:15.4375rem;top:64.6298828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yy295cpcz8XUKHyMDsGmbcHqlhXFFlJW { width:14.125rem;height:4.72265625rem;top:74.0498046875rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.4;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #RLPcCWrQ12DP4dOKtoVDZyguHTQZTAkp { width:19.25rem;height:15.4375rem;top:80.7861328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcTzdih6wh0sURZ64ayh1oDL3X4BSxuB { width:14.125rem;height:4.72265625rem;top:91.1826171875rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.4;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #PbfodGXGeBHnTvKiO1seueFUP4VsXkGD { width:3.5625rem;height:0.0625rem;top:66.8251953125rem;left:14.3125rem;box-shadow: none;background-color:#fdffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Q97cRHG8ozGUZx7QQTVmIfVBoGmRAnPv { width:3.5625rem;height:0.0625rem;top:93.5126953125rem;left:8.21875rem;box-shadow: none;background-color:#fdffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #pmZZhqqHgIqPPsqGihLLiI7gfHAxhK27 { width:18.8125rem;height:1.5rem;top:71.1376953125rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCah729ck0dTMhZez0pIw0BB7pwS0Szs { width:14rem;height:1.5rem;top:87.8798828125rem;left:3rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQkVr5enCr4Vb3CVbwee3VVzm8qagab3 { display:flex;width:6.75rem;height:6.75rem;top:31.453125rem;left:6.3125rem; }
 }@media only screen and (max-width: 763px) { #TBcGoTT0hOVnlm5xuw7T4QnrZw2AzLFX { display:flex;width:5.75rem;height:5.75rem;top:48.875rem;left:6.875rem;font-size:4rem; }
 }@media only screen and (max-width: 763px) { #MwiINbHZkU0EqeCv2zks7KLhTN1Qy2QT { display:flex;width:6.75rem;height:6.75rem;top:64.6298828125rem;left:6.3125rem;font-size:4rem; }
 }@media only screen and (max-width: 763px) { #uw5k2xT64EesoNPJR6ap9gKUHLLzGQ49 { display:flex;width:5.75rem;height:5.75rem;top:82.1064453125rem;left:7.125rem;font-size:4rem; }
 }@media only screen and (max-width: 763px) { #ccQX3b0ERoKGacQ0RHbPyfwANPI6CfTX { width:20rem;height:13.5rem;top:17.0361328125rem;left:0rem;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; }
 }@media only screen and (max-width: 763px) { #SFw9iD0AtQghppDMnl622Z6AouAzV3Eh { width:15.3125rem;height:10.625rem;top:18.9375rem;left:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zT46b2yTlLooxthk6SXiEO1s0lGEOmce { width:20rem;height:2.9375rem;top:97.4501953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bX3D79BagoA02iFiMg3d2zsgPT2oT8CM { width:20rem;height:1.4619125rem;top:98.1884765625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #D96vOGLGilwR60F5zOdP5Zs1sr2L37LU { top:9.1875rem;left:1.40625rem;width:20rem;height:15.25rem;z-index:15002;background-color:rgba(253,255,255,0.77);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.0625rem #fdf5f5 ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #g2IfkuhqWImiuSi3H00ZMBTCXfiE9Vx7 { width:20rem;height:5.0625rem;top:0.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGuXKHHsO3LM6H0LlVA24rPTMBrq7g2O { display:block; }#NGuXKHHsO3LM6H0LlVA24rPTMBrq7g2O > .row .container { width:20rem;height:206.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TS7g4TeFFPEBLhVFcVsaBDC9r8rmL0Ul { width:18.75rem;height:1.94921875rem;top:63.8828125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #emczd5mM967pX8Lxiae1l0IhIzxd4DJa { width:18.75rem;height:3.8984375rem;top:22.3984375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3XoGt0lwslTv8NFSKKCK75AMKmN0vFD { width:20rem;height:3.8984375rem;top:102.33984375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBNm1nFw2BEDw4CpeeTDQJh51mAODUbw { width:20rem;height:3.8984375rem;top:141.421875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzaG0c4THR7z1TpzMS3mudO4v4LMQ01w { width:20rem;height:3.8984375rem;top:181.515625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDpZcIAzZz8ldvmhynd2LU7UamqttPk9 { width:20rem;height:15rem;top:6.2734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUNOVnwZXh3MvGNzRvWGAKZSpyehHiL6 { width:20rem;height:14.953125rem;top:47.3671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AT8c2Tgtf1HAlkVSs55279qAqT0WanN0 { width:20rem;height:14.8125rem;top:86.46484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jes8rxrAWb7mIr9fi4rg0lQTHUthaxP1 { width:20rem;height:14.8125rem;top:125.671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbaDHE11mtCcETGemOvH28hQsiXSkpVW { width:20rem;height:14.8125rem;top:165.640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAI2ZoeT5w9aORfKQNcXUXG7eyLo1o9o { width:12.5625rem;height:4.62890625rem;top:27.734375rem;left:3.71875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hxZwtxh4gXrDRzCNnNXZy0QHPAVQZS9n { width:12.375rem;height:2.625rem;top:42.7421875rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kn67LW51ClcntyiEsf9qtq76DtayKwW5 { display:block; }
 }@media only screen and (max-width: 763px) { #cyeBVWHFRaIVdpiKhGNMrMJ6xBxTPSPu { width:20rem;height:4.62890625rem;top:33.05078125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rBX8a7tiNRz8oR8uMTUZSNHovxbvbbWM { width:11.1875rem;height:4.62890625rem;top:66.95703125rem;left:4.40625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I7TbgJ0OJWwPiTh2197fSF3LmMD4E4ck { width:19.875rem;height:4.62890625rem;top:72.1484375rem;left:0.125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r2UOPJGNPIMfGu1Fg6PdnKNoKs0qPOQ3 { width:12.375rem;height:2.625rem;top:78.46484375rem;left:3.8125rem;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) { #RkFbiwRANOFAX9IVSeMKNFeo3EsxEomp { display:block; }
 }@media only screen and (max-width: 763px) { #MnuF6hJZLB6evATfcxomLe6GPcWJpATd { width:12.375rem;height:2.625rem;top:82.02734375rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xULkQFTfT2WdQfal1a2VoDi871dbO6ku { display:block; }
 }@media only screen and (max-width: 763px) { #ZnLtr1IZWt4cgHc3LA7TKwiFvurQDynF { width:19.875rem;height:4.62890625rem;top:106.9765625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MNG05xbUUQeHWifT5gUqNJVioZEBThkK { width:20rem;height:4.62890625rem;top:112.23046875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GWCi5Dzp3PKP94y3lc1tlzTTBmyLAoFO { width:12.375rem;height:2.625rem;top:117.671875rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6G3AxSWozkmvAtC3sDNoQJnIyUZi0J5 { display:block; }
 }@media only screen and (max-width: 763px) { #imosylAgRolwW7i0nGJZe84HePeBlMbI { width:12.375rem;height:2.625rem;top:121.421875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1dNmwATOdB0OeIDGX9Fr0pZw5e843le { display:block; }
 }@media only screen and (max-width: 763px) { #ZxUku4SFHNykdaXB2a46xNUTTB5HrIbG { width:20rem;height:4.62890625rem;top:146.38671875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IyUTUJbu3i6KVzGtHeSoIFHBxdeHCqiE { width:20rem;height:4.62890625rem;top:151.69921875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mpJrd2qLzhvfCppmMZhNmHt8INcIIWqI { width:12.375rem;height:2.625rem;top:157.953125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0lNKUOdtCCEzTCzJ9zsKEUVQER7rvII { display:block; }
 }@media only screen and (max-width: 763px) { #TbT72VBLuUr1lW8HqXUCyDX6xlrsae6t { width:12.375rem;height:2.625rem;top:161.640625rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTXtJvXrTe33b9feXoGQrPpBIlXlm6FR { display:block; }
 }@media only screen and (max-width: 763px) { #X2JmiITkPVEoSz9Qi5Dwvx9TLpTAxkM2 { width:20rem;height:5.84765rem;top:191.73046875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yxdKi1wm2IWTGOp4T6hzZyIVa9qnBJvr { width:12.375rem;height:2.625rem;top:199.046875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mumCq3dSFU4dnp8z8uLJvTAtTek5x8Bw { display:block; }
 }@media only screen and (max-width: 763px) { #AdGwbFDZB0QKU9A5HbG9TOeFA1MTLXTb { width:12.375rem;height:2.625rem;top:203.046875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzbT9azvTB4mTHnUAi1fTzzVSgqZkwZG { display:block; }
 }@media only screen and (max-width: 763px) { #EC8qsVQ6gp06TaZ73MoqPkNGz0mbCMKE { width:20rem;height:4.62890625rem;top:186.4140625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SeMfV8W9HXrvUBpK4Be2IfRlHkDKonZN { width:12.375rem;height:2.625rem;top:39.171875rem;left:3.8125rem;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) { #LZZOo2q9DHvOOkv3c2br0ud2OSlh0HxQ { display:block; }
 }@media only screen and (max-width: 763px) { #AyLOhIr1dOtS35x1uEL5Sms7yx9Um1VV { width:20rem;height:4.330075rem;top:0.921875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #WK6rzgrf88Wb90CTJkAqplCKQ4xLDZG0 { display:block; }#WK6rzgrf88Wb90CTJkAqplCKQ4xLDZG0 > .row .container { width:20rem;height:46.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ucc46dWpVq0LWPzbXVSCKfS2V2KVZ1id { width:20rem;height:2.5996125rem;top:0.75rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5wRSaNPQqNCmcAeXQ2udpPsx01L5gUT { width:20rem;height:12.625rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vuun3ToChTea20OdF1fWFJ4Wg8aQHko1 { width:20rem;height:12.625rem;top:20.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAlGfoFJ1mt9Q34P2Ff5TgplnNlqHdio { width:20rem;height:12.625rem;top:34.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzlHorTlawHO3HRB77OIMSv7kcSbN9QP { width:3.875rem;height:0.3125rem;top:5.255859375rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuQbxIWV8u1vzzDBsZ4b6hLwoTCB5STA { width:20rem;height:1.21875rem;top:3.349609375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3Ar5yZGJCAgaPHLwR06dq5Et8oTqu0N { display:block; }#i3Ar5yZGJCAgaPHLwR06dq5Et8oTqu0N > .row .container { width:20rem;height:40.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L975gCmieG0vUV74LJbilRQ1k1fhEqTO { width:20rem;height:12.625rem;top:14.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBzxcSpSE18t65JhZy9HpAFUwb4frHvP { width:20rem;height:12.625rem;top:27.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Px067fBHxnupVLVoa9qVyUfsSTIt44oi { width:20rem;height:12.625rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnPsF7AD9oVyKhpmd4enSEM7HckV5GGo { display:block; }#WnPsF7AD9oVyKhpmd4enSEM7HckV5GGo > .row .container { width:20rem;height:40.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eTwwl6Q1fWAqana6JLmWQKJPfBF9LH6I { width:20rem;height:12.625rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVy6mkaKqzSSvUAX3BZogS7eCt6kp537 { width:20rem;height:12.625rem;top:14.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEHEGi2EMi0ezbeuGAiMVBiCflRW79dt { width:20rem;height:12.625rem;top:27.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWeVHTTUtURAtvVm0PtTGlwUdFGAR1EF { display:block; }#GWeVHTTUtURAtvVm0PtTGlwUdFGAR1EF > .row .container { width:20rem;height:39.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lQyduEKb0rlv7hzicBPZBeArOWZ7M4CO { width:20rem;height:12.625rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwS6w5mbk7TtmThkrnkvLErCf60gzWyc { width:20rem;height:12.625rem;top:13.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTWHtd5S14dTRGSAuNoMtRQ3g6QxJB0N { width:20rem;height:12.625rem;top:27.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OISsUVSPZe41QbvyST6Irsm59NpyzuEf { display:block; }#OISsUVSPZe41QbvyST6Irsm59NpyzuEf > .row .container { width:20rem;height:52.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RT145MP2SFNBTiNTSTcMyXw43dCG52df { width:20rem;height:2.4375rem;top:0.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ronZxX9gZcvFax9vHuQ8tFcd16VPvuWl { width:20rem;height:1.29980625rem;top:3rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHx3OJhxTW9y8uHodpvTqMHZc4kT2ax6 { width:20rem;height:12.25rem;top:21.84375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwP6D33VDkgucSJHBgyGFuUzAfwSx0Wd { width:19.9375rem;height:8.496125rem;top:9.46875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #LxqH9NK6tGEe5ry7Xp4brxpEFukcuLQR { width:19.9375rem;height:1.625rem;top:19.5625rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wVkTzVnXGE1A4hJl120uzksKNB4WskuF { width:19.125rem;height:1.21875rem;top:7.1875rem;left:0.53125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Em3zJSb5i6hdreAD15dBxrsSvAwWFsvT { width:19.875rem;height:1.625rem;top:34.8125rem;left:0.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D75nn5Bsm0FtaMRH4rA4unuwo2I1r0T6 { width:20rem;height:12.25rem;top:6.5rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaAOdJJGpzsq2Tlk1oIwdglcGAEvEhNT { width:20rem;height:1.625rem;top:50.34375rem;left:0.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JquPhBpMboOMXUmSxDQUxKc2npA5qr4P { width:20rem;height:12.25rem;top:37.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfNAziigD04RpCoEodlnf9irTu2ubmE5 { width:20rem;height:1.21875rem;top:38.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrkCnJ8AgwGHkc5DMnOPaX1lSUReTdwN { width:19.5rem;height:1.21875rem;top:22.4375rem;left:0.25rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #CPThH8DtHiqxqLLgTVGJBIo2Egm15IbH { width:20rem;height:9rem;top:40.21484375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #wNiTMBMoJRaQBTaLbgJVhRVsM8GeCxzz { width:20rem;height:8.496125rem;top:25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #qzFu9ucloBBzAOxSMTUBAmqzSlwQO12b { width:3.875rem;height:0.3125rem;top:4.84375rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7wCpErgyH0NbcLmzR2PeqxTDVMksKus { display:block; }#J7wCpErgyH0NbcLmzR2PeqxTDVMksKus > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i0JWRTE9ALiCZoBRpsnCZldh4AZuCowS { width:3.875rem;height:0.3125rem;top:6.4482421875rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBRK3k9WGRMMOOInSCOCtgkLHtqSxlAK { width:15.0625rem;height:4.548825rem;top:1.125rem;left:2.46875rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbdWTSgd7Fr0mTq32obQfCC5QqL4lMPG { display:block; }#QbdWTSgd7Fr0mTq32obQfCC5QqL4lMPG > .row .container { width:20rem;height:51.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rICEJHUUKBglXQGdGyHwT6SJNlBPJ0ud { width:19.0625rem;height:5.75rem;top:17rem;left:0.46875rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #CER3Iy3ea4TfxwPvhTKhfF4XG6RAdNu5 { width:12.5rem;height:2.311525rem;top:23.439453125rem;left:3.279296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMPP25NSmXZTxEfrO3rdqfNR7eFQyhE2 { width:12.3105625rem;height:1.4619125rem;top:23.865234375rem;left:3.3740234375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnhdAx7TwphREGEp9K2Tq5cEvsfRk3ub { width:17.375rem;height:16.875rem;top:26.4990234375rem;left:1.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #zdLP8gK2iN0Dktgv3sbqxuAveBcvdq89 { width:11.3105625rem;height:2.62305rem;top:48.3583984375rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTm96yJgDSkfX2a15y7EOUNkZRirkZxS { display:block; }
 }@media only screen and (max-width: 763px) { #vyicNC5Ttc4tTlh1NdADqK8nHe9E2UVl { width:20rem;height:3.296875rem;top:43.9365234375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L0SqgVm39kiN6csS9dLXh9v3ZUrxLRqO { width:19.6875rem;height:15.625rem;top:0.5625rem;left:0.1875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #VeL8C6yIbqE56kW4vAPRQ8eTaggWJ7F5 { display:block; }#VeL8C6yIbqE56kW4vAPRQ8eTaggWJ7F5 > .row .container { width:20rem;height:48.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qRhi2MsmbupIJ5WFxvzs5C6eIaFXxvr2 { width:19.0625rem;height:5.75rem;top:17.375rem;left:0.4375rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #NwvTlPdvzeJkpgbNRMnZ7TB2x8UhKCpu { width:12.5rem;height:2.311525rem;top:24.3359375rem;left:3.185546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLLgVFGoBZQaTHBNWn2lhs6W4dwBg3xX { width:12.3115rem;height:1.4619125rem;top:24.7607421875rem;left:3.279296875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWqTxxGpgCTvGpqwKtnh4nGloKN4mJbV { width:17.375rem;height:11.25rem;top:28.2099609375rem;left:1.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #VP7OGuO3b2WyEDESf98lzCCwTyT5DVr5 { width:11.3105625rem;height:2.62305rem;top:43.712890625rem;left:3.779296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpbCr6c3St3aEZ5SIJsTQKrm4wFeC2HV { display:block; }
 }@media only screen and (max-width: 763px) { #C2wRS6iV8onxGu61WDeLoXsEl0D5aMIT { width:20rem;height:3.59765rem;top:38.7724609375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zNC6g1JJN71ITHdc7CKQhu4LFK6BkukB { width:19.75rem;height:14.875rem;top:1.25rem;left:0.125rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #ThFef3yVsI2KDFxsrRFxAAAJbTN2ZVmm { display:block; }#ThFef3yVsI2KDFxsrRFxAAAJbTN2ZVmm > .row .container { width:20rem;height:43.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ouLG41tKrsoiC0meoI7oI7iVVgXqhPmQ { width:20rem;height:5.3984375rem;top:15.92578125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #Dg83tVJp7vD9fFwdAGTXsT7mFDUl0lQb { width:12.5rem;height:2.3125rem;top:22.3134765625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mno8oFHVSC9lMoS8F8gvpKs8aixpbThs { width:12.3125rem;height:1.46218125rem;top:22.7392578125rem;left:3.84375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgOUJMVfIZUKvIehmhONUt2HiOQqZyEn { width:19.625rem;height:10.5rem;top:25.6748046875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DpvrVNUhxa9XwxR8ePpHyHzQZOKb8IbR { width:11.3125rem;height:2.625rem;top:40.466796875rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #InhJXKCTmkTMTpJZwpi1sPBtyc0bfs7U { display:block; }
 }@media only screen and (max-width: 763px) { #Zc7DaLM7FmSVA93Xps6cFCWgvOIbO3aX { width:20rem;height:3.89845rem;top:35.11328125rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AxNR5vTR3zaJA2IWQOThIkGhwSQgkT4B { width:20rem;height:15.0625rem;top:0rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #c23SdPSV2ZSuTW4vu4s6vqWKb6ZHZE7R { position:relative;z-index:auto;background-color:rgba(0,0,0,0.88);background-image:none;display:block; }#c23SdPSV2ZSuTW4vu4s6vqWKb6ZHZE7R > .row .container { background-color: transparent; background-image: none; }#c23SdPSV2ZSuTW4vu4s6vqWKb6ZHZE7R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c23SdPSV2ZSuTW4vu4s6vqWKb6ZHZE7R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c23SdPSV2ZSuTW4vu4s6vqWKb6ZHZE7R > .row .container > .video-iframe-container { display: none; }#c23SdPSV2ZSuTW4vu4s6vqWKb6ZHZE7R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c23SdPSV2ZSuTW4vu4s6vqWKb6ZHZE7R > .row > .video-iframe-container { display: none; }#c23SdPSV2ZSuTW4vu4s6vqWKb6ZHZE7R > .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); }#c23SdPSV2ZSuTW4vu4s6vqWKb6ZHZE7R > .row .container { width:20rem;height:22.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ksy0XQTG9pJPKvq7geJF00HTPVAuUeoA { width:20rem;height:1.3994125rem;top:19.49903125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f1I2ros9wWhmVc1DJnCTgsXDDKPdw1hw { width:15.9375rem;height:4.25rem;top:1.25rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ka8vWkhDAQkqAahBOT7nDLJ9x1BRvv2a { width:20rem;height:1.29980625rem;top:6.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p32ecUeTMua2bCpOK0nibEmU1p29mFAU { width:20rem;height:1.29980625rem;top:9.29980625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMtyEeoOnaMn2Rkazkc99X6ZtkNLNJFw { width:20rem;height:1.29980625rem;top:11.8496125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3Zfse1kNKnHVBzca0GkNnRIl2cB00a1 { width:20rem;height:1.29980625rem;top:14.39941875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d457AGFvvfAutOARhMkVTi9J9TPWOCW1 { width:20rem;height:1.29980625rem;top:16.949225rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }