.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/hA26PPUa/orange.png");background-position:center left !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:contain !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,33,33,0.24); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,33,33,0.24); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DXLED8CM9kXugxIT6i5mBdtm3Cnle1eT { position:relative;z-index:auto;display:none; }#DXLED8CM9kXugxIT6i5mBdtm3Cnle1eT { border-width: 0; border-radius: 0; }#DXLED8CM9kXugxIT6i5mBdtm3Cnle1eT > .row .container > .video-iframe-container {  }#DXLED8CM9kXugxIT6i5mBdtm3Cnle1eT > .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:173.6875rem;width:60rem;position:relative;display:none; }#OgpDribICoGZ7NRtn8sLP0Dcafm1wSLR { color:#000000;display:block;width:46.8125rem;position:absolute;font-family:arial;font-size:1.6875rem;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;top:44.21875rem;left:6.71875rem;height:7.59375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZUD3mkywcfPwUwKivATlqUovOBgRII1L { background-color:#ff5a5a;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:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.1875rem;height:3.75rem;text-decoration:none;z-index:15122;text-align:center;text-align-last:center;top:133.75rem;left:23.3125rem;display:block; }
#aNVE6HfVxyKAgaTMPJaztUETXTSL6eQp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OXS2EFQ673aeQqC0nWUWWZDxCBVaWPSr { color:#000000;display:block;width:48.4375rem;position:absolute;font-family:comfortaa;font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:57.75rem;left:5.8125rem;height:20.71875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tCFGlUmIX0OVMKFrHKF173tVGnyzuTMw { color:#000000;display:block;width:45.8125rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:normal;z-index:15126;line-height:1.3;letter-spacing:0;top:140.4375rem;left:8.5rem;height:2.2734375rem;text-align:center;text-align-last:center;display:block; }
#OwaNWAuAUg91Z4MC8TvTLEtOuoWJsS2c { position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem dotted #f8a6ac;border-left:0.3125rem dotted #f8a6ac;border-right:0.3125rem dotted #f8a6ac;border-bottom:0.3125rem dotted #f8a6ac;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;height:12.8125rem;width:50.8125rem;top:41.25rem;left:4.5rem;display:block; }
#XW93WSwzVmVS73s91XhDBsvqP2gqoW7i { color:#ffffff;display:block;width:10.3125rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:700;z-index:15157;line-height:1.3;letter-spacing:0;top:13.75rem;left:7.375rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#knnK8vfFDhuWycn8QNqRfWzJKzTJ571o { color:#ffffff;display:block;width:9.75rem;position:absolute;font-family:comfortaa;font-size:3.125rem;font-weight:700;z-index:15157;line-height:1.3;letter-spacing:0;top:14.9375rem;left:7.25rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tJqoqTTCIoFTEE5B0fqV5fcR1K8WWpzL { position:absolute;display:block;z-index:15155;background-color:#df972e;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:10.25rem;border-top-right-radius:10.25rem;border-bottom-left-radius:10.25rem;border-bottom-right-radius:10.25rem;height:13.0625rem;width:13.5625rem;top:9.5rem;left:4.8125rem;display:block; }
#ROHSvrxcNQXoNvqolzVeLdNt0mulxzqH { color:#000000;display:block;width:45.8125rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:normal;z-index:15127;line-height:1.3;letter-spacing:0;top:72.75rem;left:7.625rem;height:1.13671875rem;text-align:center;text-align-last:center;display:block; }
#dKPDVsCxsOt0AEe6gD9oM800eWD5mDdD { position:absolute;display:block;z-index:15156;background-color:#ff5a5a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(0,0,0,0);border-left:0.1875rem solid rgba(0,0,0,0);border-right:0.1875rem solid rgba(0,0,0,0);border-bottom:0.1875rem solid rgba(0,0,0,0);border-top-left-radius:10.25rem;border-top-right-radius:10.25rem;border-bottom-left-radius:10.25rem;border-bottom-right-radius:10.25rem;height:12.875rem;width:12.8125rem;top:10.125rem;left:5.75rem;display:block; }
#qpifLBmLHZWVIvfvwTihU1gdoEuWeZTJ { color:#ffffff;display:block;width:7.75rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:700;z-index:15162;line-height:1.3;letter-spacing:0;top:19.0625rem;left:8.5625rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#STFZfcfnPk5fCQOuIwcVN2IJNv5i8DyA { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"bree serif";font-size:3.75rem;font-weight:400;z-index:15238;line-height:1.3;letter-spacing:0;top:28.96875rem;left:25.15625rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WyLy9Bh2vSwnSxTgAsQCkVP1avDt01Q0 { position:absolute;display:block;z-index:15243;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.9375rem;width:18.375rem;top:23.9375rem;left:9.5625rem;overflow:hidden;display:block; }
#RkO6ARVfdzVTmRTHbOTT9P93dAlrTzqx { position:absolute;display:block;z-index:15244;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14rem;width:9.375rem;top:23.9375rem;left:35.6875rem;overflow:hidden;display:block; }
#zx7EKsDJVCRccgqJACTnh5Ux0pRJBuPa { color:#000000;display:block;width:12.5rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:normal;z-index:15239;line-height:1.7;letter-spacing:0;top:30.28125rem;left:42.875rem;height:2.9746125rem;display:block; }
#Z4UAwNDT1EWX3xD5E8s2mQ2ufMeyRM5N { position:absolute;display:block;z-index:15239;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.6875rem;width:9.75rem;top:34.3125rem;left:42.125rem;overflow:hidden;display:block; }
#gQhcoSiua2aFm3KHwHWFbCoA7fhFOdwO { position:absolute;display:block;z-index:15269;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.125rem;width:15.125rem;top:96.375rem;left:37.875rem;overflow:hidden;display:block; }
#FeXGy8DRHDT9R92s7WEioCOl0of5o0yM { position:absolute;display:block;z-index:15270;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.5rem;width:15.5rem;top:94.1875rem;left:38.4375rem;overflow:hidden;display:block; }
#ub2TpyEgq6UR3yExQ194ACeOI78fqJI6 { color:#000000;display:block;width:12rem;position:absolute;font-family:comfortaa;font-size:0.75rem;font-weight:400;z-index:15275;line-height:1.3;letter-spacing:0;top:106rem;left:29.25rem;height:1.949225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KvufQQ4JsOWtKc1WMdLSZyFc3AAAknby { color:#f15f89;display:block;width:12.5rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:700;z-index:15273;line-height:1.3;letter-spacing:0;top:92.5771484375rem;left:39.5rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O9hfgQgeRv3pqcpJRck5zoGTCq2iB2pV { color:#000000;display:block;width:15.5rem;position:absolute;font-family:comfortaa;font-size:0.9375rem;font-weight:700;z-index:15272;line-height:1.3;letter-spacing:0;top:96.375rem;left:38.09375rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c7BgTLSV0PJayhUn2PL3M98SgfaKZ6O0 { color:#000000;display:block;width:10.375rem;position:absolute;font-family:comfortaa;font-size:0.75rem;font-weight:400;z-index:15274;line-height:1.3;letter-spacing:0;top:100.125rem;left:18.9375rem;height:1.949225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hp3E0BDZl4kSpRvLbulu2GgKmtatFTXo { position:absolute;display:block;z-index:14993;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.125rem;width:16.125rem;top:94.375rem;left:5.8125rem;overflow:hidden;display:block; }
#nd2dnlPeftRhnaLCoTTQWahZe4gZepee { position:absolute;display:block;z-index:14992;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.125rem;width:15.125rem;top:95.4375rem;left:5.125rem;overflow:hidden;display:block; }
#k1brwZIpgpZfXl2ak2yV4uaoiFTlCWX0 { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:comfortaa;font-size:0.9375rem;font-weight:700;z-index:15271;line-height:1.3;letter-spacing:0;top:96.375rem;left:4.5rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OmwVl9yBLxeisWGkBFdkUW8UIwbnxgl4 { color:#c30303;display:block;width:12.5rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:700;z-index:15264;line-height:1.3;letter-spacing:0;top:92.576171875rem;left:6.71875rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IzUBW38BWJGgeBogtT5rOt7Bvo7rUSJ3 { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15292;line-height:1.3;letter-spacing:0;top:112.3125rem;left:5.8125rem;height:1.54296875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QhPfbQ5GOuLOz90adxdTpkyJPmvC3kTC { color:#000000;display:block;width:14.75rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15293;line-height:1.7;letter-spacing:0;top:114.875rem;left:7.9375rem;height:4.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#h4X42WMMwhitDcG8vSuyn4IQGHz7a6mH { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15294;line-height:1.3;letter-spacing:0;top:112.25rem;left:36.875rem;height:1.54296875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rzG5vPchpyKOyt1Fcs7b49XIQ24kAe74 { color:#000000;display:block;width:14.75rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15295;line-height:1.7;letter-spacing:0;top:114.875rem;left:39.3125rem;height:2.9746125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kr11OzPu2HOrARK72w7MTI0Nmaeppb4y { position:absolute;display:block;z-index:14994;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.375rem;width:3.25rem;top:101.9375rem;left:20.125rem;overflow:hidden;display:block; }
#gTGd8VWDdCyhnvT1kP9Ah9SIUxy6c9K6 { position:absolute;display:block;z-index:14995;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.1875rem;width:4.5625rem;top:101.8125rem;left:35.4375rem;overflow:hidden;display:block; }
#ZqUrotv2azA262HU5ePR4zUkyJlwaOkw { position:absolute;display:block;z-index:14991;background-color:#fff4f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;height:43.875rem;width:57.0625rem;top:80.5rem;left:1.5rem;display:block; }
#f4ZLkpFpR3G4crcMAvnkyQ3pJJFCoCm0 { color:#000000;display:block;width:36.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15297;line-height:1.3;letter-spacing:0;top:87.375rem;left:12.5625rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Z9aDshIUGKm3XzLuXx8fzmL6BZKHhVT8 { color:#6d261b;display:block;width:28.3125rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:700;z-index:15264;line-height:1.3;letter-spacing:0;top:128.3125rem;left:17.25rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zox6F1NTDChUg5EOJ2B17ztp5O2lxIUe { position:absolute;display:block;z-index:15244;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.4375rem;width:36.6875rem;top:1.625rem;left:20.9033203125rem;overflow:hidden;display:block; }
#XKZHZc8HA7V8xaNb60gy0HDqLGGETWRc { position:absolute;display:block;z-index:15245;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.3125rem;width:10.625rem;top:18.5625rem;left:41.8125rem;overflow:hidden;display:block; }
#WKRuXLENJdf4MTDgtavsUbpFzCGSLwFc { position:absolute;display:block;z-index:14990;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffbebe, #ffffff);background-image: -moz-linear-gradient(180deg, #ffbebe, #ffffff);background-image: -ms-linear-gradient(180deg, #ffbebe, #ffffff);background-image: -o-linear-gradient(180deg, #ffbebe, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbebe', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbebe', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #ffbebe, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.5rem;width:60rem;top:-0.15625rem;left:0rem;display:block; }
#g0vr5HI6pJFzuw9d4z8srH1NiBCRMdte { position:absolute;display:block;z-index:14994;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.6875rem;width:32.5625rem;top:83.6875rem;left:14.3125rem;overflow:hidden;display:block; }
#ikabplhvRlv76ZJW41zUzwSmqKgDqpCf { position:absolute;display:block;z-index:14994;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.9375rem;width:8.8125rem;top:132.4375rem;left:5.8125rem;overflow:hidden;display:block; }
#MZNVvRAIJdiEQ2JcFqAyAnbbo5xr0FZ3 { position:absolute;display:block;z-index:14995;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.0625rem;width:4.6875rem;top:123.3125rem;left:41.625rem;overflow:hidden;display:block; }
#JKWIdIuRSmFysDAITtXKxkZFJzfSCWN5 { position:absolute;display:block;z-index:14996;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6rem;width:5.0625rem;top:139.3125rem;left:50.9375rem;overflow:hidden;display:block; }
#llTAGrvL8rTXDOwiXNcJMCNflm10oJG0 { position:absolute;display:block;z-index:14996;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7rem;width:4.6875rem;top:136.8125rem;left:3.875rem;overflow:hidden;display:block; }
#r2FRlwrVPFBr8pQumWlKyxrxGXWDRT0R { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.1875rem;width:6.75rem;top:134.9375rem;left:44.8125rem;overflow:hidden;display:block; }
#xHgMkZDMCmKRHPJazHC3ytTB5T45y8BA { position:absolute;display:block;z-index:15243;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:18.375rem;top:23.9375rem;left:9.5625rem;overflow:hidden;display:none; }
#kEEiS7X6z8UsFP51wkG79UJHRxx56gXD { 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;height:12.5rem;width:12.5rem;display:none; }
#rsHc2fnFalcIhz4AbdZFgwstngBXFBc1 { position:absolute;display:block;z-index:14996;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.6875rem;width:4.6875rem;top:136.8125rem;left:3.875rem;overflow:hidden;display:none; }
#u7QkECtoetCTxOrWC515B1d5Kn4FtQnm { position:absolute;display:block;z-index:15271;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.3125rem;width:15.5rem;top:119.1875rem;left:44.5rem;overflow:hidden;display:block; }
#TDKL7QFvcUKn1EBXdAWH2S33CL68Debm { position:absolute;display:block;z-index:14995;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:23.9375rem;width:34.375rem;top:146.6875rem;left:12.8125rem;overflow:hidden;display:block; }
#rnCOBke77k1uCFHfKMi6ppD62Kq7qg5v { color:#f6eaea;display:block;width:12.375rem;position:absolute;font-family:comfortaa;font-size:3.6875rem;font-weight:normal;z-index:15127;line-height:1.3;letter-spacing:0;top:160.125rem;left:32.5rem;height:4.79296875rem;text-align:center;text-align-last:center;display:block; }
#fKlNes1XNQlyfPzl9lzTmvCzMmfVOLmL { position:absolute;display:block;z-index:14996;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.25rem;width:4.6875rem;top:136.8125rem;left:3.875rem;overflow:hidden;display:none; }
#Xgqf79UdShzi11c4KVARzKzGR5lAKxgS { position:absolute;display:block;z-index:14996;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.3125rem;width:8.6875rem;top:98.82421875rem;left:48.9375rem;overflow:hidden;display:block; }
#W1yndtWBqpEhzu9AHixuq9qUIicpZ91v { position:relative;display:block; }#W1yndtWBqpEhzu9AHixuq9qUIicpZ91v { background-color: transparent; background-image: none; }#W1yndtWBqpEhzu9AHixuq9qUIicpZ91v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1yndtWBqpEhzu9AHixuq9qUIicpZ91v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1yndtWBqpEhzu9AHixuq9qUIicpZ91v > .row .container > .video-iframe-container { display: none; }#W1yndtWBqpEhzu9AHixuq9qUIicpZ91v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1yndtWBqpEhzu9AHixuq9qUIicpZ91v > .row > .video-iframe-container { display: none; }#W1yndtWBqpEhzu9AHixuq9qUIicpZ91v > .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); }#W1yndtWBqpEhzu9AHixuq9qUIicpZ91v { border-width: 0; border-radius: 0; }#W1yndtWBqpEhzu9AHixuq9qUIicpZ91v > .row .container > .video-iframe-container {  }#W1yndtWBqpEhzu9AHixuq9qUIicpZ91v > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffc5c5;background-image:none;font-size:0.875rem;font-family:arial;height:141.3125rem;width:60rem;position:relative;display:block; }#aF5DqsXnNx8wpXTKPBmNsMbl4vZOQ9R2 { background-color:#a50505;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:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:3.8125rem;text-decoration:none;z-index:15123;text-align:center;text-align-last:center;top:72.8125rem;left:23.34375rem;display:block; }
#S6LSzzlPaL791JnVhHyRaMLQMTNPEtpV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hNeEPLR4npy7EWHr4h6ELgtrh6960BKE { color:#000000;display:block;width:45.8125rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:normal;z-index:15148;line-height:1.6;letter-spacing:0;top:46.625rem;left:8.5rem;height:0;text-align:center;text-align-last:center;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; }
#o3Lye6w87nctqXLBBEvwJOXQhk6ZslVB { position:absolute;display:block;z-index:15041;background-color:rgba(255,255,255,0.66);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.375rem dotted #a50505;border-left:0.375rem dotted #a50505;border-right:0.375rem dotted #a50505;border-bottom:0.375rem dotted #a50505;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;height:23rem;width:50.3125rem;top:44.875rem;left:4.875rem;display:block; }
#Xwq4vUREsarx6vIlgqDoBw1vr0tIsCNX { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:37rem;width:24.6875rem;top:5.75rem;left:4.1269353369763rem;overflow:hidden;display:block; }
#TRr632ferPOvI9vXx22RShxZPZ63FGPO { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:16.3125rem;width:34.75rem;top:1.25rem;left:24.1875rem;overflow:hidden;display:block; }
#unHumPvsyUDF9pXPsOrCo7fEqssEQwkd { color:#000000;display:block;width:42.25rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15150;line-height:1.3;letter-spacing:0;top:48.125rem;left:10.28125rem;height:17.54295rem;text-align:center;text-align-last:center;display:block; }
#PZlw2ThWzssRd8dnswXCpoHQtyadbTa3 { position:absolute;display:block;z-index:15158;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:14.25rem;width:15.4375rem;top:124.8125rem;left:42.3095703125rem;overflow:hidden;display:block; }
#L7q3FwXRN5MlQM7Z2N1Lp8q5U4KDpqgy { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:32rem;width:48.4375rem;top:94.875rem;left:7.1875rem;overflow:hidden;display:block; }
#t9S80W7TV5lq3XsqdUZFnFhOfVrTnewR { position:absolute;display:block;z-index:15157;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:14.125rem;width:11.9375rem;top:82.625rem;left:34.625rem;overflow:hidden;display:block; }
#SPEt5Gez0AKWvqEpBDXXXC4o2Zw04Mb8 { position:absolute;display:block;z-index:15156;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.5625rem;width:8.4375rem;top:46.625rem;left:6.875rem;overflow:hidden;display:block; }
#blyo2CtVQJwXB8GqkpVWr3ESKs1m9IEX { position:absolute;display:block;z-index:15154;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:24.6875rem;width:37.4375rem;top:107.75rem;left:16.9375rem;overflow:hidden;display:block; }
#TxA7x7pDkTVXKKw1uqkb9oIlp2b7ZKzW { position:absolute;display:block;z-index:15154;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:22.0625rem;width:33.4375rem;top:81.75rem;left:4.1259765625rem;overflow:hidden;display:block; }
#pxWCgxhTH9cXWdVdoJM0V41vLE2q8mpX { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.25rem;width:11.875rem;top:24.125rem;left:45.09375rem;overflow:hidden;display:block; }
#nCSilHzRPE6Sx3fM4CZa5UEyhsV7ZVz6 { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:23.4375rem;width:29.5rem;top:19.375rem;left:19.9375rem;overflow:hidden;display:block; }
#ElQFPfJbE02fICXogeKXWkVg9mm45rkT { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:10.25rem;width:11.0625rem;top:10.03125rem;left:1.4345703125rem;overflow:hidden;display:block; }
#ie5mr3qINeJSrDy3vTEx3xSobIWLCBVv { position:relative;display:block; }#ie5mr3qINeJSrDy3vTEx3xSobIWLCBVv { background-color: transparent; background-image: none; }#ie5mr3qINeJSrDy3vTEx3xSobIWLCBVv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ie5mr3qINeJSrDy3vTEx3xSobIWLCBVv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ie5mr3qINeJSrDy3vTEx3xSobIWLCBVv > .row .container > .video-iframe-container { display: none; }#ie5mr3qINeJSrDy3vTEx3xSobIWLCBVv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ie5mr3qINeJSrDy3vTEx3xSobIWLCBVv > .row > .video-iframe-container { display: none; }#ie5mr3qINeJSrDy3vTEx3xSobIWLCBVv > .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); }#ie5mr3qINeJSrDy3vTEx3xSobIWLCBVv { border-width: 0; border-radius: 0; }#ie5mr3qINeJSrDy3vTEx3xSobIWLCBVv > .row .container > .video-iframe-container {  }#ie5mr3qINeJSrDy3vTEx3xSobIWLCBVv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffc5c5, #dfb85c);background-image: -moz-linear-gradient(180deg, #ffc5c5, #dfb85c);background-image: -ms-linear-gradient(180deg, #ffc5c5, #dfb85c);background-image: -o-linear-gradient(180deg, #ffc5c5, #dfb85c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc5c5', endColorstr='#dfb85c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc5c5', endColorstr='#dfb85c' );";background-image: linear-gradient(180deg, #ffc5c5, #dfb85c);background-size:auto !important;font-size:0.875rem;font-family:arial;height:92.875rem;width:60rem;position:relative;display:block; }#EPOwXSVyPaJiFdJxiNOdXimpruM7SXkR { color:#000000;display:block;width:22.5rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15170;line-height:1.5;letter-spacing:0;top:21.7744140625rem;left:19.625rem;height:20.71875rem;text-align:center;text-align-last:center;display:block; }
#WX2cUSZN0GpHqfa1P91ImPJ4Q66p0loV { background-color:#a50505;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:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.1875rem;height:3.875rem;text-decoration:none;z-index:15128;text-align:center;text-align-last:center;top:49.375rem;left:21.90625rem;display:block; }
#p3LsETJX8m0RfbZqSNU2ppelvwco7yWk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CJOC1NUWRH5D2Afec2w5krRK86oFrfhw { position:absolute;display:block;z-index:15045;background-color:rgba(255,255,255,0.81);background-image:none;border-top:0.5rem dotted #ffce1a;border-left:0.5rem dotted #ffce1a;border-right:0.5rem dotted #ffce1a;border-bottom:0.5rem dotted #ffce1a;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;height:31.1875rem;width:44.125rem;top:13.25rem;left:7.4375rem;display:block; }
#cJMhFCC4q5TQNzl9l1dlthv5tE20wJ2V { color:#000000;display:block;width:24.25rem;position:absolute;font-family:lato;font-size:1.6875rem;font-weight:700;z-index:15172;line-height:1.3;letter-spacing:0;top:16.5869140625rem;left:18.75rem;height:2.1933625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zglulvrsLqBPZ2U3ZnE5FT6cExZVdcZL { position:absolute;display:block;z-index:15154;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:9.6875rem;width:12.3125rem;top:24.5rem;left:44.2041015625rem;overflow:hidden;display:block; }
#TVWzrh62dHJcmap2e3H1U4kceZcIdwnn { position:absolute;display:block;z-index:15157;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:13.125rem;width:8.8125rem;top:40.1875rem;left:9.375rem;overflow:hidden;display:block; }
#wkgDy4TFIkTWT5AdHPyBz6Q1k3WqJwsB { position:absolute;display:block;z-index:15175;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;height:31.4375rem;width:47.8125rem;top:56.9375rem;left:6.1875rem;overflow:hidden;display:block; }
#CDxBbxs698ZEeN2vXLmuW2LOnQrmNl5k { position:absolute;display:block;z-index:15044;background-color:#df972e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;height:30.375rem;width:46.9375rem;top:59.875rem;left:8.625rem;display:block; }
#kd7JbFdSz2MbuxrWtdMAhHHTNc7IPHxn { position:absolute;display:block;z-index:15156;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:7.8125rem;width:36.9375rem;top:4.28125rem;left:11.53125rem;overflow:hidden;display:block; }
#BrrmWmzFtTnRPnH8NaWLcOnZgClXATZR { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:12.625rem;width:7.375rem;top:6.2119140625rem;left:1.3125rem;overflow:hidden;display:block; }
#a1Ak467ssiBpnm2meqxzZmhaqTWs3qTs { color:#ab2169;display:block;width:21.375rem;position:absolute;font-family:lato;font-size:2rem;font-weight:700;z-index:15176;line-height:1.3;letter-spacing:0;top:1.71875rem;left:20.1875rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qoA4WVbg6XA5zISmA0GTihIxyPqxIeST { position:absolute;display:block;z-index:15135;border-top:0;border-left:0;border-right:0;border-bottom:0;height:29.9375rem;width:53.3125rem;top:92.34375rem;left:6.6875rem;overflow:hidden;display:block; }
#motKNMMVou6JiNvE0XS4tyoifNPOwRVF { position:relative;display:block; }#motKNMMVou6JiNvE0XS4tyoifNPOwRVF { background-color: transparent; background-image: none; }#motKNMMVou6JiNvE0XS4tyoifNPOwRVF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#motKNMMVou6JiNvE0XS4tyoifNPOwRVF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#motKNMMVou6JiNvE0XS4tyoifNPOwRVF > .row .container > .video-iframe-container { display: none; }#motKNMMVou6JiNvE0XS4tyoifNPOwRVF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#motKNMMVou6JiNvE0XS4tyoifNPOwRVF > .row > .video-iframe-container { display: none; }#motKNMMVou6JiNvE0XS4tyoifNPOwRVF > .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); }#motKNMMVou6JiNvE0XS4tyoifNPOwRVF { border-width: 0; border-radius: 0; }#motKNMMVou6JiNvE0XS4tyoifNPOwRVF > .row .container > .video-iframe-container {  }#motKNMMVou6JiNvE0XS4tyoifNPOwRVF > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffc5c5, #ffcda0);background-image: -moz-linear-gradient(180deg, #ffc5c5, #ffcda0);background-image: -ms-linear-gradient(180deg, #ffc5c5, #ffcda0);background-image: -o-linear-gradient(180deg, #ffc5c5, #ffcda0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc5c5', endColorstr='#ffcda0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc5c5', endColorstr='#ffcda0' );";background-image: linear-gradient(180deg, #ffc5c5, #ffcda0);background-size:auto !important;font-size:0.875rem;font-family:arial;height:196.75rem;width:60rem;position:relative;display:block; }#bk4M4G6GJzGewPeROee9zIRKX8h8O9bO { background-color:#a50505;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:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.1875rem;height:3.875rem;text-decoration:none;z-index:15129;text-align:center;text-align-last:center;top:151.4375rem;left:22.6875rem;display:block; }
#rHW1s1gG0G7PevOlvJA6OWsCU4VA057p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bq2EP87EZNK9IbAxcAgH6dmcKuseSTHz { color:#000000;display:block;width:31.5625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15130;line-height:1.3;letter-spacing:0;top:147.3603515625rem;left:15rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#beP2uJIzi3U4LWDGAhLEfSXzGlzNysFn { position:absolute;display:block;z-index:15134;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:34.75rem;width:46.6875rem;top:157.5rem;left:5.75rem;overflow:hidden;display:block; }
#omzXdhPHmu5FkHJn1N3zycsTal6AhRaB { color:#000000;display:block;width:31.5625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15130;line-height:1.3;letter-spacing:0;top:108.3125rem;left:14.25rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#QZshWpUFLAlMi3EpP6awC40aQltnUuJO { position:absolute;display:block;z-index:15045;background-color:#df972e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;height:35.0625rem;width:46.9375rem;top:158.8125rem;left:7.3125rem;display:block; }
#qpHsLm9ytrpw7FE6rEuBUX4E5FAdfNNZ { position:absolute;display:block;z-index:15136;border-top:0;border-left:0;border-right:0;border-bottom:0;height:29.9375rem;width:53.3125rem;top:25.125rem;left:4.125rem;overflow:hidden;display:block; }
#r0zhUdOiWGqLE6W1NDsI18IpTmS2C0IO { position:absolute;display:block;z-index:15137;border-top:0;border-left:0;border-right:0;border-bottom:0;height:29.9375rem;width:53.3125rem;top:52.5rem;left:3.34375rem;overflow:hidden;display:block; }
#t5IckfuwarlxdZQhweIpTaTCS5FE1DJt { position:absolute;display:block;z-index:15138;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30.375rem;width:54.1875rem;top:83.9375rem;left:2.90625rem;overflow:hidden;display:block; }
#iT8r0UrhCMDmpZ7J7p9OCvTfXtVOH0Dt { position:absolute;display:block;z-index:15139;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:17.5625rem;width:14.5625rem;top:90.34375rem;left:42.15625rem;overflow:hidden;display:block; }
#Gthasa7lSUiySGlkRr5y2QxvlBJgwVuM { position:absolute;display:block;z-index:15140;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:11.8125rem;width:8.8125rem;top:103.6875rem;left:39.9375rem;overflow:hidden;display:block; }
#TkkdeVlOfwymzz4CAQMh6mqeyVTLAOaw { position:absolute;display:block;z-index:15139;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.1875rem;width:7.4375rem;top:121.9375rem;left:3.375rem;overflow:hidden;display:block; }
#gO2odqM8sOgvWJG6Hrrd5Fxp2WiKJbNJ { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:7.875rem;width:10.0625rem;top:4.4375rem;left:2.3125rem;overflow:hidden;display:block; }
#mNSe0z0P4QTXioDgiz9qU8R6WC5s86tu { position:absolute;display:block;z-index:15156;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:12.625rem;width:7.375rem;top:85.625rem;left:43.375rem;overflow:hidden;display:block; }
#plRkMiZKyTpEU3DEPHGCcnBwKuQFxJgi { position:absolute;display:block;z-index:15158;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:13.125rem;width:8.8125rem;top:149.2353515625rem;left:8.5rem;overflow:hidden;display:block; }
#B7Zpv79Vn3hCIEQ0VdMQuKpEubn8InXM { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:13.5rem;width:14.5625rem;top:32.59375rem;left:44.15625rem;overflow:hidden;display:block; }
#cWuQeEHqubPLDQcCV8aMfh15HQsb4ACA { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.375rem;width:8.5625rem;top:108.96875rem;left:1.875rem;overflow:hidden;display:block; }
#flPuXekqDdT4UrcLv4cwaCTGxXsSS3eW { position:absolute;display:block;z-index:15141;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.0625rem;width:7.4375rem;top:127.5625rem;left:9.1875rem;overflow:hidden;display:block; }
#gJOv1vFxI10d4kb6Jm6AvxWyXRl6GWxZ { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.3125rem;width:7.4375rem;top:120.4375rem;left:15.875rem;overflow:hidden;display:block; }
#cH7MySHdfTKi0ar9cTVZygSBxm6BgF36 { position:absolute;display:block;z-index:15139;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.125rem;width:33.9375rem;top:118.1875rem;left:24.71875rem;overflow:hidden;display:block; }
#fmKFX9uqIvqZu9v8pfhT1FC2VRmOJ6vV { color:#000000;display:block;width:31.5625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15131;line-height:1.3;letter-spacing:0;top:137.78125rem;left:24.8125rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZJacJTF1GT76ObxI8b4AaUTBOfTzG6Og { position:absolute;display:block;z-index:15036;background-color:rgba(253,175,175,0.68);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:25.3125rem;width:36.25rem;top:4.4375rem;left:20.46875rem;display:block; }
#GpU79K8tzK3fVmXoUavMZqbPLgWwaTKg { position:absolute;display:block;z-index:15037;background-color:rgba(253,175,175,0.47);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:28.3125rem;width:39.0625rem;top:26.6875rem;left:3.75rem;display:block; }
#O1Ehl5WUWkrhheoRX1sVCcwZlEmcJLpx { position:absolute;display:block;z-index:15038;background-color:rgba(253,175,175,0.59);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:25.3125rem;width:36.25rem;top:51.1875rem;left:18.0625rem;display:block; }
#t0ccJL8U31IsMQrdpsO0biSIeh1zUazM { position:absolute;display:block;z-index:15039;background-color:rgba(253,175,175,0.45);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:24.9375rem;width:47.4375rem;top:86.78125rem;left:2.5rem;display:block; }
#lepsFcEpQRP2QhGU023EAwqUEvPKyXuJ { position:absolute;display:block;z-index:15034;background-color:rgba(253,175,175,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:24.9375rem;width:47.4375rem;top:118.1875rem;left:6.28125rem;display:block; }
#Z4WVoCMQ1eCAJV7TBwQ3MPST1PtpF3Ja { position:absolute;display:block;z-index:15035;background-color:rgba(253,175,175,0.38);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:24.9375rem;width:23.25rem;top:104.53125rem;left:19.15625rem;display:block; }
#tdUmXSSnipcPzIU2NkNNBTgGQOqVIsmP { position:absolute;display:block;z-index:15039;background-color:rgba(253,175,175,0.37);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:25.3125rem;width:36.25rem;top:64.75rem;left:14.21875rem;display:block; }
#nhoZA0bStMofBbVUK6pD0RSvLfOtqI0q { position:absolute;display:block;z-index:15136;border-top:0;border-left:0;border-right:0;border-bottom:0;height:29.9375rem;width:53.3125rem;top:25.125rem;left:4.125rem;overflow:hidden;display:none; }
#PszlHqcN2KrJZsNH7xDHMviDEVU35i5h { position:relative;display:none; }#PszlHqcN2KrJZsNH7xDHMviDEVU35i5h { border-width: 0; border-radius: 0; }#PszlHqcN2KrJZsNH7xDHMviDEVU35i5h > .row .container > .video-iframe-container {  }#PszlHqcN2KrJZsNH7xDHMviDEVU35i5h > .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:129.625rem;width:60rem;position:relative;display:none; }#zJ6yNiM1aeIaoNke4RbNvm0XdghAVsr5 { color:#000000;display:block;width:45.6875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:47rem;left:9.375rem;height:6.49903125rem;text-align:center;text-align-last:center;display:block; }
#mATm9mDRfEktmgDnRXkr8y2DIkUrlnkZ { color:#000000;display:block;width:43.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:75.875rem;left:10.5625rem;height:11.69825625rem;text-align:center;text-align-last:center;display:block; }
#kMDyLsPX9RwRNFXwK9AxloElKRLFTzZm { position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem dashed #a50505;border-left:0.1875rem dashed #a50505;border-right:0.1875rem dashed #a50505;border-bottom:0.1875rem dashed #a50505;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:17.5625rem;width:33rem;top:56.0625rem;left:15.53125rem;display:block; }
#WR95mUXL85DST1LMXkD8HpT02cqpCyM3 { color:#a50505;display:block;width:24.5625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:57.625rem;left:19.9375rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AMzQOrWOq4RD6CTZ0L2JeySead2clUXu { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:33.75rem;width:60rem;top:0rem;left:0rem;overflow:hidden;display:none; }
#SzS5dleP7fGsUt1UJe9DWK8Amuh5ccIC { background-color:#a50505;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:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.1875rem;height:3.875rem;text-decoration:none;z-index:15130;text-align:center;text-align-last:center;top:89.75rem;left:23.5rem;display:block; }
#zWkW8QmLNrb6gWotTexA286e62TlzGrU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WLLaOWVQDTUMCopZp6EpThDerlkifxOt { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.625rem;width:27.25rem;top:23.53125rem;left:1rem;overflow:hidden;display:block; }
#tTInePeGZLqrWqDIe9TyrW77iioUFN9V { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.1875rem;width:23.375rem;top:25.75rem;left:33.625rem;overflow:hidden;display:block; }
#mhPl8rcBVlzgubSmanE0bt2WWHcxs2rf { color:#000000;display:block;width:1.75rem;position:absolute;font-family:comfortaa;font-size:4.375rem;font-weight:normal;z-index:15131;line-height:1.3;letter-spacing:0;top:31.5rem;left:29.6875rem;height:5.6875rem;display:block; }
#rL6Ub4v0rWZACpVsC5QqDvlN2fLBVMTp { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6rem;width:6.9375rem;top:18.4375rem;left:50.857421875rem;overflow:hidden;display:block; }
#PNmX96weru7wUr2zTeasmQTSyMTfH9Nc { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.6875rem;width:26.6875rem;top:13.5625rem;left:0rem;overflow:hidden;display:block; }
#fDITHwfo3sotTiddu5OeWV5gAte1VLb3 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.8125rem;width:47.6875rem;top:1.4375rem;left:5.125rem;overflow:hidden;display:block; }
#XaImnTeWyLTtzPcd2guSpxsubQvTQqs8 { color:#000000;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15137;line-height:1.3;letter-spacing:0;top:14.3125rem;left:7.6875rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#Nlx97aXNKAkJ5fPHNzI2TxgG98PCBxE8 { color:#a50505;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:15138;line-height:1.3;letter-spacing:0;top:18.1875rem;left:7.6875rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UyFpdTk56T6dC3JqvyU67SPh3VGtz8lQ { color:#000000;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15138;line-height:1.3;letter-spacing:0;top:20.9375rem;left:7.6875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#yZklbV43qxNpqB1fdzwsQHzQRfU10qlH { position:absolute;display:block;z-index:15136;background-color:#ffc8c8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.375rem solid #ff5a5a;border-left:0.375rem solid #ff5a5a;border-right:0.375rem solid #ff5a5a;border-bottom:0.375rem solid #ff5a5a;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;height:10.375rem;width:15.0625rem;top:12.75rem;left:8.1875rem;display:block; }
#i3kdOKAWktzrx5C032w5IStDHTSDxNkP { position:absolute;display:block;z-index:15139;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.3125rem;width:55.9375rem;top:97rem;left:1rem;overflow:hidden;display:block; }
#lF62W4g7mEmTvWSdLJ31TrUthi0UFVG6 { position:absolute;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #ffd8d7);background-image: -moz-linear-gradient(180deg, #ffffff, #ffd8d7);background-image: -ms-linear-gradient(180deg, #ffffff, #ffd8d7);background-image: -o-linear-gradient(180deg, #ffffff, #ffd8d7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffd8d7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffd8d7' );";background-image: linear-gradient(180deg, #ffffff, #ffd8d7);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:128.875rem;width:60rem;top:0.75rem;left:0rem;display:block; }
#S157HSFBshWSHQKzE7svZ7MfaS7vTshN { color:#000000;display:block;width:35.625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:61.671875rem;left:13.78125rem;height:8.53125rem;text-align:center;text-align-last:center;display:block; }
#RgA0wFh7eJcBGnVDUgvCgFHZDUQzwOHh { color:#000000;display:block;width:32.4375rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15136;line-height:1.3;letter-spacing:0;top:71.5625rem;left:16rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#zyr3zd6TTJ6pexQdTmb9wopIcXwVC8gl { position:absolute;display:block;z-index:15140;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.75rem;width:16.75rem;top:92.4375rem;left:39.6875rem;overflow:hidden;display:block; }
#Onp3GxTIoWMf9aChxMFOGxIQ4ury339t { position:relative;display:block; }#Onp3GxTIoWMf9aChxMFOGxIQ4ury339t { background-color: transparent; background-image: none; }#Onp3GxTIoWMf9aChxMFOGxIQ4ury339t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Onp3GxTIoWMf9aChxMFOGxIQ4ury339t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Onp3GxTIoWMf9aChxMFOGxIQ4ury339t > .row .container > .video-iframe-container { display: none; }#Onp3GxTIoWMf9aChxMFOGxIQ4ury339t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Onp3GxTIoWMf9aChxMFOGxIQ4ury339t > .row > .video-iframe-container { display: none; }#Onp3GxTIoWMf9aChxMFOGxIQ4ury339t > .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); }#Onp3GxTIoWMf9aChxMFOGxIQ4ury339t { border-width: 0; border-radius: 0; }#Onp3GxTIoWMf9aChxMFOGxIQ4ury339t > .row .container > .video-iframe-container {  }#Onp3GxTIoWMf9aChxMFOGxIQ4ury339t > .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:173.5rem;width:60rem;position:relative;display:block; }#Vadb6utG0TJMcTPnT8XJvtkUhvTbPkVw { color:#001233;display:block;width:13.625rem;position:absolute;font-family:comfortaa;font-size:0.9375rem;font-weight:400;z-index:15109;line-height:1.5;letter-spacing:0;top:150.8125rem;left:43.4375rem;height:1.40625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#te5SU4z1QaMsTvDt153S29QaTo61hsIH { color:#000000;display:block;width:45.5625rem;position:absolute;font-family:comfortaa;font-size:1.8125rem;font-weight:700;z-index:15072;line-height:1.8;letter-spacing:0;top:156rem;left:9.5rem;height:3.26171875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#UxQCJryWS4Bw1VEFBIGf9A8lbZTGLn6Z { background-color:#f657a6;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:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.1875rem;height:4.25rem;text-decoration:none;z-index:15070;text-align:center;text-align-last:center;top:160.9375rem;left:24.1875rem;display:block; }
#EBdTlq1yt0LLNI7oTKZx4xRClfRhZGfQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v9eDBqqLq2FSO8PCVb3XmN0uvAKVbVNw { color:#000000;display:block;width:27.25rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:400;z-index:15108;line-height:1.5;letter-spacing:0;top:143.3125rem;left:16.5rem;height:7.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#G0eXTWE6BLoaXxMO1RZM2RdWQu3O1CfZ { position:absolute;display:block;z-index:15104;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #56c836;border-left:0.3125rem solid #56c836;border-right:0.3125rem solid #56c836;border-bottom:0.3125rem solid #56c836;border-top-left-radius:5.125rem;border-top-right-radius:5.125rem;border-bottom-left-radius:5.125rem;border-bottom-right-radius:5.125rem;height:9.25rem;width:31.1875rem;top:141.8125rem;left:14.1875rem;display:block; }
#IxNAg0qJLbHmoTNx8MwJ3Xwp5JnBHtO3 { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.5rem;width:10.5rem;top:140.9375rem;left:45rem;overflow:hidden;display:block; }
#ecTE7swtJBhl0o3cblfGIm479guMdtLG { color:#000000;display:block;width:27.25rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:400;z-index:15107;line-height:1.5;letter-spacing:0;top:130.9375rem;left:23.1875rem;height:7.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uqTKhDwLEgbbporwLkGOGbJ9AV2szwoh { position:absolute;display:block;z-index:15103;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #ffb03e;border-left:0.3125rem solid #ffb03e;border-right:0.3125rem solid #ffb03e;border-bottom:0.3125rem solid #ffb03e;border-top-left-radius:5.125rem;border-top-right-radius:5.125rem;border-bottom-left-radius:5.125rem;border-bottom-right-radius:5.125rem;height:9.25rem;width:31.1875rem;top:129.6875rem;left:20.9375rem;display:block; }
#EzJAglATLDsvLiUDx6BIs7sWJU6m15rw { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.5rem;width:10.5rem;top:129.125rem;left:9.5rem;overflow:hidden;display:block; }
#FUUmLpe9JRgQXyR90CXUTbSUDv9Z3Dce { color:#001233;display:block;width:13.625rem;position:absolute;font-family:comfortaa;font-size:0.9375rem;font-weight:400;z-index:15108;line-height:1.5;letter-spacing:0;top:139rem;left:7.6875rem;height:1.40625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IwNXGTLpd0sbBAfsp7NRbQKbNQtd7TBp { color:#001233;display:block;width:13.625rem;position:absolute;font-family:comfortaa;font-size:0.9375rem;font-weight:400;z-index:15107;line-height:1.5;letter-spacing:0;top:126.3125rem;left:43.3125rem;height:1.40625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OHmJBg482XDsq5mLGP84Td6A7VaZirEh { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.5rem;width:10.5rem;top:116.5rem;left:44.8125rem;overflow:hidden;display:block; }
#xP7FtVuSFnlv9wElp8ZTgT3801DQ5tn3 { color:#000000;display:block;width:27.625rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:400;z-index:15106;line-height:1.5;letter-spacing:0;top:119rem;left:16.0625rem;height:7.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#w3Z63kgkt1qPIKdFNNrnX6K6BW6RQ0Ph { position:absolute;display:block;z-index:15102;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #ff79bc;border-left:0.3125rem solid #ff79bc;border-right:0.3125rem solid #ff79bc;border-bottom:0.3125rem solid #ff79bc;border-top-left-radius:5.125rem;border-top-right-radius:5.125rem;border-bottom-left-radius:5.125rem;border-bottom-right-radius:5.125rem;height:9.25rem;width:31.1875rem;top:117.75rem;left:13.5rem;display:block; }
#n3TXyGLu83sRbK86c9vG6fLcRJ4DXTBT { color:#000000;display:block;width:26.5625rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:400;z-index:15105;line-height:1.5;letter-spacing:0;top:106.5625rem;left:22.5625rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rWT3t0oTJqnhzFFT0x8DM6h5cROs751y { position:absolute;display:block;z-index:15101;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #0e9ae5;border-left:0.3125rem solid #0e9ae5;border-right:0.3125rem solid #0e9ae5;border-bottom:0.3125rem solid #0e9ae5;border-top-left-radius:5.125rem;border-top-right-radius:5.125rem;border-bottom-left-radius:5.125rem;border-bottom-right-radius:5.125rem;height:8.0625rem;width:29.875rem;top:105.125rem;left:20rem;display:block; }
#TcelJKTnLvn5SXvtElzgrJZ7w2wk784p { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.5rem;width:10.5rem;top:104.1875rem;left:9.5rem;overflow:hidden;display:block; }
#VzETeAOkWeemRFdVx0HBNED4Tm0IJKMT { color:#001233;display:block;width:13.625rem;position:absolute;font-family:comfortaa;font-size:0.9375rem;font-weight:400;z-index:15106;line-height:1.5;letter-spacing:0;top:113.8125rem;left:7.6875rem;height:1.40625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WTDKM1L3mZaX0fPnqZzD5iNdbD3o9JzH { color:#000000;display:block;width:45.5625rem;position:absolute;font-family:comfortaa;font-size:1.8125rem;font-weight:700;z-index:15071;line-height:1.8;letter-spacing:0;top:96.9375rem;left:9.5625rem;height:6.5234375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#p5WTyUxzbaN9oVOzp22HPl5cKwJmu0Kf { position:absolute;display:block;z-index:15006;background-color:#f8e5e2;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;height:73.6875rem;width:49.5625rem;top:95.4375rem;left:6.4375rem;display:block; }
#aL6TDUqOxgqWFmXhsMhGfrQDlTw2UGkM { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.6875rem;width:25.0625rem;top:90.0625rem;left:1.3798828125rem;overflow:hidden;display:block; }
#URUWeGvTBxmhx1MThTqPk4JHNA7QsPCn { background-color:#f657a6;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:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.1875rem;height:4.25rem;text-decoration:none;z-index:15069;text-align:center;text-align-last:center;top:82.6875rem;left:21.90625rem;display:block; }
#BsPIcNfrLezXr46mRAhgBoAHiWQk1lTi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tzx26JdL03ZTRoxnHJmGvTqtpFsukTvG { color:#000000;display:block;width:41.1875rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:70.875rem;left:9.875rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CfSiONR1F6JgmnsLoleeDX8yFQXJITvK { color:#000000;display:block;width:22.125rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.7;letter-spacing:0;top:58.8125rem;left:21.8125rem;height:9.5605625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rWAeEpDMAc9VsozF72MKPGpzxrusumVO { color:#000000;display:block;width:27.0625rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:55.1875rem;left:16.9375rem;height:1.7871125rem;font-style:normal;display:block; }
#bT1JQIvCKq0gMKJToaHJEVL6V8BN0p5t { position:absolute;display:block;z-index:15093;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;height:20.25rem;width:33.4375rem;top:27.75rem;left:12.8125rem;overflow:hidden;display:block; }
#QK2zGmLvb68HmTw0I4qXTzKD8cIysiFW { color:#000000;display:block;width:41.1875rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:16.0625rem;left:9.875rem;height:10.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ukmnOCwizAuVLMvxif5COAGQ1Z6ZmvSD { color:#000000;display:block;width:32.5625rem;position:absolute;font-family:"source sans pro";font-size:1.5625rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:13.125rem;left:14.1875rem;height:2.03125rem;font-style:normal;display:block; }
#Hnfd9cVI6m63MrO2q99Tg0teMqqULlEF { position:absolute;display:block;z-index:15007;background-color:#f8e5e2;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;height:69.5rem;width:47.75rem;top:9rem;left:6.5625rem;display:block; }
#qpmK2R0TzymUc3NNd6b8b3bg7Hq2Qw8w { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.1875rem;width:17.6875rem;top:3.8125rem;left:2.375rem;overflow:hidden;display:block; }
#PlGuU74nyPtZblMD2vwtCdLDfqLpLoOQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#PlGuU74nyPtZblMD2vwtCdLDfqLpLoOQ > .row .container { background-color: transparent; background-image: none; }#PlGuU74nyPtZblMD2vwtCdLDfqLpLoOQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PlGuU74nyPtZblMD2vwtCdLDfqLpLoOQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PlGuU74nyPtZblMD2vwtCdLDfqLpLoOQ > .row .container > .video-iframe-container { display: none; }#PlGuU74nyPtZblMD2vwtCdLDfqLpLoOQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PlGuU74nyPtZblMD2vwtCdLDfqLpLoOQ > .row > .video-iframe-container { display: none; }#PlGuU74nyPtZblMD2vwtCdLDfqLpLoOQ > .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); }#PlGuU74nyPtZblMD2vwtCdLDfqLpLoOQ > .row .container { border-width: 0; border-radius: 0; }#PlGuU74nyPtZblMD2vwtCdLDfqLpLoOQ > .row > .video-iframe-container {  }#PlGuU74nyPtZblMD2vwtCdLDfqLpLoOQ > .row .container { font-size:0.875rem;font-family:"times new roman";height:21.875rem;width:60rem;position:relative;display:block; }#eXMi1OuQU7rWsKCT8bGfxNK0bbZZnUXT { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.125rem;width:11.4375rem;top:3.6875rem;left:1.78125rem;overflow:hidden;display:block; }
#xa0IPbahNwQJIEV4zG1dcIwpST9A9lG7 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.4375rem;width:5.125rem;top:8.71875rem;left:12.53125rem;overflow:hidden;display:block; }
#EtU9Ey0xmcLpLWKzywFE9KDAx1Zsyz4A { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.4375rem;width:11.75rem;top:3.03125rem;left:16.625rem;overflow:hidden;display:block; }
#cflFyrcWCCUuMeOg88NwqPI1D8V4tM6h { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.75rem;width:12.3125rem;top:3.5625rem;left:31.34375rem;overflow:hidden;display:block; }
#omZqnXhsXqRr9vZM4RIuXCQGM8THTtl0 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.75rem;width:9.5rem;top:3.0625rem;left:47.75rem;overflow:hidden;display:block; }
#Br7EZteDempkza3VIKyLieaTBi2g21vK { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.4375rem;width:5.125rem;top:8.71875rem;left:27.46875rem;overflow:hidden;display:block; }
#tZ3pT1iwWl9Vx0TuUc49EKvnxOrUc50l { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.4375rem;width:5.125rem;top:8.71875rem;left:42.71875rem;overflow:hidden;display:block; }
#ZtQ76vN9XrMqSNUWBCyGOVfpHAAbQZrg { color:#000000;display:block;width:16.8125rem;position:absolute;font-family:"source sans pro";font-size:1.1875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:0.6875rem;left:0.78125rem;height:1.54296875rem;font-style:normal;display:block; }
#wil5rTgZazxoqsIqzBS5nexQzagsD7eB { color:#000000;display:block;width:8.5rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:3.6875rem;left:3.25rem;height:1.29980625rem;display:block; }
#tJ0bAMJfME0MPIdneWC7VT7VNoJMr0HD { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.125rem;width:10.4375rem;top:3.6875rem;left:2.28125rem;display:block; }
#uquUzCc1710nTKbz667Trtl1DJTx2ymz { position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.125rem;width:10.4375rem;top:3.3125rem;left:17.28125rem;display:block; }
#MKL7mq5iOlOD3aHPiLbtNCAf25UmW6dW { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.125rem;width:10.4375rem;top:3.3125rem;left:32.28125rem;display:block; }
#oLX8kEyEFKzmS9KMp9WWtUDPJqfZsSZH { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.125rem;width:10.4375rem;top:3.3125rem;left:47.28125rem;display:block; }
#VH4Ea3Fqq2apy1IFwIs812LMKXJCl5RT { color:#000000;display:block;width:6.4375rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:3.6875rem;left:19.28125rem;height:1.29980625rem;display:block; }
#Pq8wtTqka8JN2TvvxgUrbWTFrSSBtrfy { color:#000000;display:block;width:6.5rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:3.6875rem;left:34.25rem;height:1.29980625rem;display:block; }
#yLrJHT4iKCdA8DDrkJ4h3wVGp4Isbm6R { color:#000000;display:block;width:7.125rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:3.6875rem;left:48.9375rem;height:1.29980625rem;display:block; }
#GZzOqKeg7GDgEFFN4WaraLTNoInItOXt { position:absolute;display:block;z-index:15015;background-color:#fffdfd;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;height:5.3125rem;width:12.5rem;top:14.625rem;left:1.25rem;display:block; }
#hB6bAXPOkFzTdgZDDzTR5xZkrZC3OFun { color:#000000;display:block;width:11.6875rem;position:absolute;font-family:"source sans pro";font-size:0.75rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:15.09375rem;left:1.65625rem;height:3.8984375rem;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; }
#ixbaaICFxr40AMQH6mfIVta6TcoPaSfS { position:absolute;display:block;z-index:15016;background-color:#fffdfd;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;height:5.625rem;width:13.375rem;top:14.5625rem;left:15.34375rem;display:block; }
#sgeNaq08NHnA3uCwE3ADMDlvMDiJbFsS { color:#000000;display:block;width:11.3125rem;position:absolute;font-family:"source sans pro";font-size:0.75rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:15.1875rem;left:16.84375rem;height:4.87305rem;display:block; }
#in2kGUkT5WgrIHkQT1yq8cqAsTvvsTTD { position:absolute;display:block;z-index:15017;background-color:#fffdfd;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;height:5.625rem;width:13.375rem;top:14.25rem;left:30.8125rem;display:block; }
#IW5ofQfrE27D2xy1LoMecQxQcvU7eElh { color:#000000;display:block;width:11.0625rem;position:absolute;font-family:"source sans pro";font-size:0.75rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:15.3125rem;left:31.96875rem;height:2.923825rem;display:block; }
#LfAKcxT85zHhKA8DUHgPCvsnmaABItQ5 { position:absolute;display:block;z-index:15018;background-color:#fffdfd;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;height:4.3125rem;width:10.375rem;top:14.53125rem;left:47.72265625rem;display:block; }
#cEGKJTK4ESU8aJJ2HDUUi4UpOZWDqUbB { color:#000000;display:block;width:7.3125rem;position:absolute;font-family:"source sans pro";font-size:0.75rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:15.40625rem;left:49.16015625rem;height:1.94921875rem;display:block; }
#Dg8zxAaTMoVO0eO9tW4XdShzJWt0nCM1 { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.125rem;width:10.4375rem;top:3.3125rem;left:32.28125rem;display:none; }
#QrTk1z9iOwXh4S8xKEbSziRfuuEATVXL { color:#000000;display:block;width:13.3125rem;position:absolute;font-family:"times new roman";font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0;top:15.75rem;left:3.75rem;display:none; }
#fyg5zsCPx54Sx8xaWHcUJD6B2QDFOfhJ { color:#000000;display:block;width:13.25rem;position:absolute;font-family:"times new roman";font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0;top:31.875rem;left:3.375rem;display:none; }
#szREEX4O3Kn22lg4X8uNDsvvb6vv6JLd { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"times new roman";font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.8125rem;top:51.5rem;left:3.5rem;display:none; }
#y76yGlsKWSBIEUIV0iMHHOgcxkZqbxoT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a50505;background-image:none;position:relative;display:block; }#y76yGlsKWSBIEUIV0iMHHOgcxkZqbxoT > .row .container { background-color: transparent; background-image: none; }#y76yGlsKWSBIEUIV0iMHHOgcxkZqbxoT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y76yGlsKWSBIEUIV0iMHHOgcxkZqbxoT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y76yGlsKWSBIEUIV0iMHHOgcxkZqbxoT > .row .container > .video-iframe-container { display: none; }#y76yGlsKWSBIEUIV0iMHHOgcxkZqbxoT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y76yGlsKWSBIEUIV0iMHHOgcxkZqbxoT > .row > .video-iframe-container { display: none; }#y76yGlsKWSBIEUIV0iMHHOgcxkZqbxoT > .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); }#y76yGlsKWSBIEUIV0iMHHOgcxkZqbxoT > .row .container { border-width: 0; border-radius: 0; }#y76yGlsKWSBIEUIV0iMHHOgcxkZqbxoT > .row > .video-iframe-container {  }#y76yGlsKWSBIEUIV0iMHHOgcxkZqbxoT > .row .container { font-size:0.875rem;font-family:"times new roman";height:14.25rem;width:60rem;position:relative;display:block; }#hbg6W36UJ8bptsoQIpG0kBIB4qeEl60F { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.0625rem;width:60rem;display:none; }
#JqQAl2PFlTr5C2LKnbdotaMfl8qdR6uB { color:#122ea8;display:block;width:45.875rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:4.15625rem;left:6.28125rem;height:19.6875rem;display:none; }
#tJbJ0kRLgTcdfPZD8l9gA1nkGV7x0TFk { color:#000000;display:block;width:41.0625rem;position:absolute;font-family:"times new roman";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.125rem;left:27.125rem;height:0;display:none; }
#zAarZ6GwF6G43uXGbQimIf6NCcxxTPrV { color:#000000;display:block;width:41.0625rem;position:absolute;font-family:"times new roman";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.125rem;left:27.125rem;height:0;display:none; }
#zGSXKgVTXqCinQv0p92mU2LVK5xRNKqd { color:#ffffff;display:block;width:56.0625rem;position:absolute;font-family:"source sans pro";font-size:0.8125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.734375rem;left:1.53125rem;height:9.5009625rem;display:block; }
#xKvgS90wUX8y4bgJT7xCBQ6I63SAVQQ8 { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:"times new roman";font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:12.25rem;top:1.25rem;left:0.3125rem;display:none; }
#NEKS32kGqZoLWGI2DxEFvdniNALWnwpe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:block; }#NEKS32kGqZoLWGI2DxEFvdniNALWnwpe > .row .container { background-color: transparent; background-image: none; }#NEKS32kGqZoLWGI2DxEFvdniNALWnwpe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEKS32kGqZoLWGI2DxEFvdniNALWnwpe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEKS32kGqZoLWGI2DxEFvdniNALWnwpe > .row .container > .video-iframe-container { display: none; }#NEKS32kGqZoLWGI2DxEFvdniNALWnwpe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEKS32kGqZoLWGI2DxEFvdniNALWnwpe > .row > .video-iframe-container { display: none; }#NEKS32kGqZoLWGI2DxEFvdniNALWnwpe > .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); }#NEKS32kGqZoLWGI2DxEFvdniNALWnwpe > .row .container { border-width: 0; border-radius: 0; }#NEKS32kGqZoLWGI2DxEFvdniNALWnwpe > .row > .video-iframe-container {  }#NEKS32kGqZoLWGI2DxEFvdniNALWnwpe > .row .container { font-size:0.875rem;font-family:"times new roman";height:5.5rem;width:60rem;position:relative;display:block; }#QK4edOALKEUuQRm8USsRlXrsi9HozRUr { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.125rem;width:1.25rem;top:1.625rem;left:26.3125rem;overflow:hidden;display:block; }
#NTfE6HNLrK0cyPAc8EFlS65vwrK9rO5f { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.125rem;width:2.125rem;top:1.625rem;left:28.6875rem;overflow:hidden;display:block; }
#NdMTXf1A7rGDbb8nnbOdrc8KbFTAbKK3 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.875rem;width:2rem;top:1.75rem;left:31.6875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #DXLED8CM9kXugxIT6i5mBdtm3Cnle1eT { display:block; }#DXLED8CM9kXugxIT6i5mBdtm3Cnle1eT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OgpDribICoGZ7NRtn8sLP0Dcafm1wSLR { top:44.1875rem;left:0.59375rem;width:46.8125rem;height:7.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUD3mkywcfPwUwKivATlqUovOBgRII1L { width:16.1875rem;height:3.75rem;top:133.75rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNVE6HfVxyKAgaTMPJaztUETXTSL6eQp { display:block; }
 }@media only screen and (max-width: 763px) { #OXS2EFQ673aeQqC0nWUWWZDxCBVaWPSr { top:57.75rem;left:0rem;width:47.75rem;height:20.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCFGlUmIX0OVMKFrHKF173tVGnyzuTMw { top:140.4375rem;left:1.9375rem;width:45.8125rem;height:2.25rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwaNWAuAUg91Z4MC8TvTLEtOuoWJsS2c { top:41.25rem;left:0rem;width:47.125rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XW93WSwzVmVS73s91XhDBsvqP2gqoW7i { top:13.75rem;left:1.25rem;width:10.3125rem;height:1.25rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #knnK8vfFDhuWycn8QNqRfWzJKzTJ571o { top:14.9375rem;left:1.125rem;width:9.75rem;height:4.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJqoqTTCIoFTEE5B0fqV5fcR1K8WWpzL { top:9.5rem;left:0rem;width:13.5625rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROHSvrxcNQXoNvqolzVeLdNt0mulxzqH { top:72.75rem;left:1.5rem;width:45.8125rem;height:1.125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKPDVsCxsOt0AEe6gD9oM800eWD5mDdD { top:10.125rem;left:0rem;width:12.8125rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpifLBmLHZWVIvfvwTihU1gdoEuWeZTJ { top:19.0625rem;left:2.4375rem;width:7.75rem;height:1.25rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #STFZfcfnPk5fCQOuIwcVN2IJNv5i8DyA { top:28.9375rem;left:19.03125rem;width:12.5rem;height:4.875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyLy9Bh2vSwnSxTgAsQCkVP1avDt01Q0 { top:23.9375rem;left:3.4375rem;width:18.375rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkO6ARVfdzVTmRTHbOTT9P93dAlrTzqx { top:23.9375rem;left:29.5625rem;width:9.375rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #zx7EKsDJVCRccgqJACTnh5Ux0pRJBuPa { top:30.25rem;left:35.25rem;width:12.5rem;height:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4UAwNDT1EWX3xD5E8s2mQ2ufMeyRM5N { top:34.3125rem;left:36rem;width:9.75rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQhcoSiua2aFm3KHwHWFbCoA7fhFOdwO { top:96.375rem;left:31.75rem;width:15.125rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeXGy8DRHDT9R92s7WEioCOl0of5o0yM { top:94.1875rem;left:32.25rem;width:15.5rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ub2TpyEgq6UR3yExQ194ACeOI78fqJI6 { top:106rem;left:23.125rem;width:12rem;height:1.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvufQQ4JsOWtKc1WMdLSZyFc3AAAknby { top:92.5625rem;left:33.375rem;width:12.5rem;height:2.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9hfgQgeRv3pqcpJRck5zoGTCq2iB2pV { top:96.375rem;left:31.96875rem;width:15.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7BgTLSV0PJayhUn2PL3M98SgfaKZ6O0 { top:100.125rem;left:12.8125rem;width:10.375rem;height:1.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hp3E0BDZl4kSpRvLbulu2GgKmtatFTXo { top:94.375rem;left:0rem;width:16.125rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nd2dnlPeftRhnaLCoTTQWahZe4gZepee { top:95.4375rem;left:0rem;width:15.125rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1brwZIpgpZfXl2ak2yV4uaoiFTlCWX0 { top:96.375rem;left:0rem;width:17.4375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmwVl9yBLxeisWGkBFdkUW8UIwbnxgl4 { top:92.5625rem;left:0.59375rem;width:12.5rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzUBW38BWJGgeBogtT5rOt7Bvo7rUSJ3 { top:112.3125rem;left:0rem;width:19.5625rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhPfbQ5GOuLOz90adxdTpkyJPmvC3kTC { top:114.875rem;left:1.8125rem;width:14.75rem;height:4.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4X42WMMwhitDcG8vSuyn4IQGHz7a6mH { top:112.25rem;left:28.1875rem;width:19.5625rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzG5vPchpyKOyt1Fcs7b49XIQ24kAe74 { top:114.875rem;left:33rem;width:14.75rem;height:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kr11OzPu2HOrARK72w7MTI0Nmaeppb4y { top:101.9375rem;left:14rem;width:3.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTGd8VWDdCyhnvT1kP9Ah9SIUxy6c9K6 { top:101.8125rem;left:29.3125rem;width:4.5625rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqUrotv2azA262HU5ePR4zUkyJlwaOkw { top:80.5rem;left:0rem;width:47.75rem;height:43.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4ZLkpFpR3G4crcMAvnkyQ3pJJFCoCm0 { top:87.375rem;left:6.4375rem;width:36.375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9aDshIUGKm3XzLuXx8fzmL6BZKHhVT8 { top:128.3125rem;left:11.125rem;width:28.3125rem;height:2.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zox6F1NTDChUg5EOJ2B17ztp5O2lxIUe { top:1.625rem;left:10.5rem;width:36.6875rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKZHZc8HA7V8xaNb60gy0HDqLGGETWRc { top:18.5625rem;left:35.6875rem;width:10.625rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKRuXLENJdf4MTDgtavsUbpFzCGSLwFc { top:-0.125rem;left:0rem;width:47.75rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0vr5HI6pJFzuw9d4z8srH1NiBCRMdte { top:83.6875rem;left:8.1875rem;width:32.5625rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikabplhvRlv76ZJW41zUzwSmqKgDqpCf { top:132.4375rem;left:0rem;width:8.8125rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZNVvRAIJdiEQ2JcFqAyAnbbo5xr0FZ3 { top:123.3125rem;left:35.5rem;width:4.6875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKWIdIuRSmFysDAITtXKxkZFJzfSCWN5 { top:139.3125rem;left:42.6875rem;width:5.0625rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #llTAGrvL8rTXDOwiXNcJMCNflm10oJG0 { top:136.8125rem;left:0rem;width:4.6875rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2FRlwrVPFBr8pQumWlKyxrxGXWDRT0R { top:134.9375rem;left:38.6875rem;width:6.75rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHgMkZDMCmKRHPJazHC3ytTB5T45y8BA { top:23.9375rem;left:3.4375rem;width:18.375rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kEEiS7X6z8UsFP51wkG79UJHRxx56gXD { display:none; }
 }@media only screen and (max-width: 763px) { #rsHc2fnFalcIhz4AbdZFgwstngBXFBc1 { top:136.8125rem;left:0rem;width:4.6875rem;height:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #u7QkECtoetCTxOrWC515B1d5Kn4FtQnm { top:119.1875rem;left:32.25rem;width:15.5rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDKL7QFvcUKn1EBXdAWH2S33CL68Debm { top:146.6875rem;left:6.6875rem;width:34.375rem;height:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnCOBke77k1uCFHfKMi6ppD62Kq7qg5v { top:160.125rem;left:26.375rem;width:12.375rem;height:4.75rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKlNes1XNQlyfPzl9lzTmvCzMmfVOLmL { top:136.8125rem;left:0rem;width:4.6875rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xgqf79UdShzi11c4KVARzKzGR5lAKxgS { top:98.8125rem;left:39.0625rem;width:8.6875rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1yndtWBqpEhzu9AHixuq9qUIicpZ91v { display:block; }#W1yndtWBqpEhzu9AHixuq9qUIicpZ91v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aF5DqsXnNx8wpXTKPBmNsMbl4vZOQ9R2 { width:16.125rem;height:3.8125rem;top:72.8125rem;left:17.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6LSzzlPaL791JnVhHyRaMLQMTNPEtpV { display:block; }
 }@media only screen and (max-width: 763px) { #hNeEPLR4npy7EWHr4h6ELgtrh6960BKE { top:46.625rem;left:1.9375rem;width:45.8125rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3Lye6w87nctqXLBBEvwJOXQhk6ZslVB { top:44.875rem;left:0rem;width:47rem;height:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xwq4vUREsarx6vIlgqDoBw1vr0tIsCNX { top:5.75rem;left:0rem;width:24.6875rem;height:37rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRr632ferPOvI9vXx22RShxZPZ63FGPO { top:1.25rem;left:13rem;width:34.75rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #unHumPvsyUDF9pXPsOrCo7fEqssEQwkd { top:48.125rem;left:4.15625rem;width:42.25rem;height:17.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZlw2ThWzssRd8dnswXCpoHQtyadbTa3 { top:124.8125rem;left:32.3125rem;width:15.4375rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7q3FwXRN5MlQM7Z2N1Lp8q5U4KDpqgy { top:94.875rem;left:0rem;width:47.75rem;height:31.545806451613rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9S80W7TV5lq3XsqdUZFnFhOfVrTnewR { top:82.625rem;left:28.5rem;width:11.9375rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPEt5Gez0AKWvqEpBDXXXC4o2Zw04Mb8 { top:46.625rem;left:0.75rem;width:8.4375rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #blyo2CtVQJwXB8GqkpVWr3ESKs1m9IEX { top:107.75rem;left:10.3125rem;width:37.4375rem;height:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxA7x7pDkTVXKKw1uqkb9oIlp2b7ZKzW { top:81.75rem;left:0rem;width:33.4375rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxWCgxhTH9cXWdVdoJM0V41vLE2q8mpX { top:24.125rem;left:35.875rem;width:11.875rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCSilHzRPE6Sx3fM4CZa5UEyhsV7ZVz6 { top:19.375rem;left:13.8125rem;width:29.5rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElQFPfJbE02fICXogeKXWkVg9mm45rkT { top:10rem;left:0rem;width:11.0625rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ie5mr3qINeJSrDy3vTEx3xSobIWLCBVv { display:block; }#ie5mr3qINeJSrDy3vTEx3xSobIWLCBVv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EPOwXSVyPaJiFdJxiNOdXimpruM7SXkR { top:21.75rem;left:13.5rem;width:22.5rem;height:20.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WX2cUSZN0GpHqfa1P91ImPJ4Q66p0loV { width:16.1875rem;height:3.875rem;top:49.375rem;left:15.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3LsETJX8m0RfbZqSNU2ppelvwco7yWk { display:block; }
 }@media only screen and (max-width: 763px) { #CJOC1NUWRH5D2Afec2w5krRK86oFrfhw { top:13.25rem;left:1.3125rem;width:44.125rem;height:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJMhFCC4q5TQNzl9l1dlthv5tE20wJ2V { top:16.5625rem;left:12.625rem;width:24.25rem;height:2.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zglulvrsLqBPZ2U3ZnE5FT6cExZVdcZL { top:24.5rem;left:35.4375rem;width:12.3125rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVWzrh62dHJcmap2e3H1U4kceZcIdwnn { top:40.1875rem;left:3.25rem;width:8.8125rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkgDy4TFIkTWT5AdHPyBz6Q1k3WqJwsB { top:56.9375rem;left:0rem;width:47.75rem;height:31.396405228758rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDxBbxs698ZEeN2vXLmuW2LOnQrmNl5k { top:59.875rem;left:0.8125rem;width:46.9375rem;height:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kd7JbFdSz2MbuxrWtdMAhHHTNc7IPHxn { top:4.25rem;left:5.40625rem;width:36.9375rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrrmWmzFtTnRPnH8NaWLcOnZgClXATZR { top:6.1875rem;left:0rem;width:7.375rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1Ak467ssiBpnm2meqxzZmhaqTWs3qTs { top:1.6875rem;left:14.0625rem;width:21.375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoA4WVbg6XA5zISmA0GTihIxyPqxIeST { top:92.3125rem;left:0rem;width:47.75rem;height:26.813892145369rem;display:block; }
 }@media only screen and (max-width: 763px) { #motKNMMVou6JiNvE0XS4tyoifNPOwRVF { display:block; }#motKNMMVou6JiNvE0XS4tyoifNPOwRVF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bk4M4G6GJzGewPeROee9zIRKX8h8O9bO { width:16.1875rem;height:3.875rem;top:151.4375rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHW1s1gG0G7PevOlvJA6OWsCU4VA057p { display:block; }
 }@media only screen and (max-width: 763px) { #bq2EP87EZNK9IbAxcAgH6dmcKuseSTHz { top:147.3125rem;left:8.875rem;width:31.5625rem;height:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #beP2uJIzi3U4LWDGAhLEfSXzGlzNysFn { top:157.5rem;left:0rem;width:46.6875rem;height:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #omzXdhPHmu5FkHJn1N3zycsTal6AhRaB { top:124.1875rem;left:0rem;width:20rem;height:3.375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QZshWpUFLAlMi3EpP6awC40aQltnUuJO { top:158.8125rem;left:0.8125rem;width:46.9375rem;height:35.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpHsLm9ytrpw7FE6rEuBUX4E5FAdfNNZ { top:25.125rem;left:0rem;width:47.75rem;height:26.813892145369rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0zhUdOiWGqLE6W1NDsI18IpTmS2C0IO { top:52.5rem;left:0rem;width:47.75rem;height:26.813892145369rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5IckfuwarlxdZQhweIpTaTCS5FE1DJt { top:83.9375rem;left:0rem;width:47.75rem;height:26.766435986159rem;display:block; }
 }@media only screen and (max-width: 763px) { #iT8r0UrhCMDmpZ7J7p9OCvTfXtVOH0Dt { top:90.3125rem;left:33.1875rem;width:14.5625rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gthasa7lSUiySGlkRr5y2QxvlBJgwVuM { top:103.6875rem;left:33.8125rem;width:8.8125rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkkdeVlOfwymzz4CAQMh6mqeyVTLAOaw { top:121.9375rem;left:0rem;width:7.4375rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gO2odqM8sOgvWJG6Hrrd5Fxp2WiKJbNJ { top:4.4375rem;left:0rem;width:10.0625rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNSe0z0P4QTXioDgiz9qU8R6WC5s86tu { top:85.625rem;left:37.25rem;width:7.375rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #plRkMiZKyTpEU3DEPHGCcnBwKuQFxJgi { top:149.1875rem;left:2.375rem;width:8.8125rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7Zpv79Vn3hCIEQ0VdMQuKpEubn8InXM { top:32.5625rem;left:33.1875rem;width:14.5625rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWuQeEHqubPLDQcCV8aMfh15HQsb4ACA { top:108.9375rem;left:0rem;width:8.5625rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #flPuXekqDdT4UrcLv4cwaCTGxXsSS3eW { top:127.5625rem;left:3.0625rem;width:7.4375rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJOv1vFxI10d4kb6Jm6AvxWyXRl6GWxZ { top:120.4375rem;left:9.75rem;width:7.4375rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cH7MySHdfTKi0ar9cTVZygSBxm6BgF36 { top:118.1875rem;left:13.8125rem;width:33.9375rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmKFX9uqIvqZu9v8pfhT1FC2VRmOJ6vV { top:137.75rem;left:16.1875rem;width:31.5625rem;height:1.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJacJTF1GT76ObxI8b4AaUTBOfTzG6Og { top:4.4375rem;left:11.5rem;width:36.25rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpU79K8tzK3fVmXoUavMZqbPLgWwaTKg { top:26.6875rem;left:0rem;width:39.0625rem;height:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1Ehl5WUWkrhheoRX1sVCcwZlEmcJLpx { top:51.1875rem;left:11.5rem;width:36.25rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0ccJL8U31IsMQrdpsO0biSIeh1zUazM { top:86.75rem;left:0rem;width:47.4375rem;height:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lepsFcEpQRP2QhGU023EAwqUEvPKyXuJ { top:118.1875rem;left:0.15625rem;width:47.4375rem;height:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4WVoCMQ1eCAJV7TBwQ3MPST1PtpF3Ja { top:104.5rem;left:13.03125rem;width:23.25rem;height:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdUmXSSnipcPzIU2NkNNBTgGQOqVIsmP { top:64.75rem;left:8.09375rem;width:36.25rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhoZA0bStMofBbVUK6pD0RSvLfOtqI0q { top:25.125rem;left:0rem;width:47.75rem;height:26.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PszlHqcN2KrJZsNH7xDHMviDEVU35i5h { display:block; }#PszlHqcN2KrJZsNH7xDHMviDEVU35i5h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zJ6yNiM1aeIaoNke4RbNvm0XdghAVsr5 { top:47rem;left:2.0625rem;width:45.6875rem;height:6.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mATm9mDRfEktmgDnRXkr8y2DIkUrlnkZ { top:75.875rem;left:4.4375rem;width:43.3125rem;height:11.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMDyLsPX9RwRNFXwK9AxloElKRLFTzZm { top:56.0625rem;left:9.40625rem;width:33rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WR95mUXL85DST1LMXkD8HpT02cqpCyM3 { top:57.625rem;left:13.8125rem;width:24.5625rem;height:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMzQOrWOq4RD6CTZ0L2JeySead2clUXu { top:0rem;left:0rem;width:47.75rem;height:26.859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzS5dleP7fGsUt1UJe9DWK8Amuh5ccIC { width:16.1875rem;height:3.875rem;top:89.75rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWkW8QmLNrb6gWotTexA286e62TlzGrU { display:block; }
 }@media only screen and (max-width: 763px) { #WLLaOWVQDTUMCopZp6EpThDerlkifxOt { top:23.5rem;left:0rem;width:27.25rem;height:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTInePeGZLqrWqDIe9TyrW77iioUFN9V { top:25.75rem;left:24.375rem;width:23.375rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhPl8rcBVlzgubSmanE0bt2WWHcxs2rf { top:31.5rem;left:23.5625rem;width:1.75rem;height:5.6875rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rL6Ub4v0rWZACpVsC5QqDvlN2fLBVMTp { top:18.4375rem;left:40.8125rem;width:6.9375rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNmX96weru7wUr2zTeasmQTSyMTfH9Nc { top:13.5625rem;left:0rem;width:26.6875rem;height:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDITHwfo3sotTiddu5OeWV5gAte1VLb3 { top:1.4375rem;left:0rem;width:47.6875rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaImnTeWyLTtzPcd2guSpxsubQvTQqs8 { top:14.3125rem;left:1.5625rem;width:16.875rem;height:3.5625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nlx97aXNKAkJ5fPHNzI2TxgG98PCBxE8 { top:18.1875rem;left:1.5625rem;width:16.875rem;height:2.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyFpdTk56T6dC3JqvyU67SPh3VGtz8lQ { top:20.9375rem;left:1.5625rem;width:16.875rem;height:1.25rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZklbV43qxNpqB1fdzwsQHzQRfU10qlH { top:12.75rem;left:2.0625rem;width:15.0625rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3kdOKAWktzrx5C032w5IStDHTSDxNkP { top:97rem;left:0rem;width:47.75rem;height:26.729329608939rem;display:block; }
 }@media only screen and (max-width: 763px) { #lF62W4g7mEmTvWSdLJ31TrUthi0UFVG6 { top:0.75rem;left:0rem;width:47.75rem;height:128.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S157HSFBshWSHQKzE7svZ7MfaS7vTshN { top:61.625rem;left:7.65625rem;width:35.625rem;height:8.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgA0wFh7eJcBGnVDUgvCgFHZDUQzwOHh { top:71.5625rem;left:9.875rem;width:32.4375rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyr3zd6TTJ6pexQdTmb9wopIcXwVC8gl { top:92.4375rem;left:31rem;width:16.75rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Onp3GxTIoWMf9aChxMFOGxIQ4ury339t { display:none; }#Onp3GxTIoWMf9aChxMFOGxIQ4ury339t > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Vadb6utG0TJMcTPnT8XJvtkUhvTbPkVw { top:150.8125rem;left:34.125rem;width:13.625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #te5SU4z1QaMsTvDt153S29QaTo61hsIH { top:156rem;left:2.1875rem;width:45.5625rem;height:3.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxQCJryWS4Bw1VEFBIGf9A8lbZTGLn6Z { width:16.1875rem;height:4.25rem;top:160.9375rem;left:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBdTlq1yt0LLNI7oTKZx4xRClfRhZGfQ { display:block; }
 }@media only screen and (max-width: 763px) { #v9eDBqqLq2FSO8PCVb3XmN0uvAKVbVNw { top:143.3125rem;left:10.375rem;width:27.25rem;height:7.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0eXTWE6BLoaXxMO1RZM2RdWQu3O1CfZ { top:141.8125rem;left:8.0625rem;width:31.1875rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxNAg0qJLbHmoTNx8MwJ3Xwp5JnBHtO3 { top:140.9375rem;left:37.25rem;width:10.5rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecTE7swtJBhl0o3cblfGIm479guMdtLG { top:130.9375rem;left:17.0625rem;width:27.25rem;height:7.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqTKhDwLEgbbporwLkGOGbJ9AV2szwoh { top:129.6875rem;left:14.8125rem;width:31.1875rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzJAglATLDsvLiUDx6BIs7sWJU6m15rw { top:129.125rem;left:3.375rem;width:10.5rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUUmLpe9JRgQXyR90CXUTbSUDv9Z3Dce { top:139rem;left:1.5625rem;width:13.625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwNXGTLpd0sbBAfsp7NRbQKbNQtd7TBp { top:126.3125rem;left:34.125rem;width:13.625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHmJBg482XDsq5mLGP84Td6A7VaZirEh { top:116.5rem;left:37.25rem;width:10.5rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xP7FtVuSFnlv9wElp8ZTgT3801DQ5tn3 { top:119rem;left:9.9375rem;width:27.625rem;height:7.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3Z63kgkt1qPIKdFNNrnX6K6BW6RQ0Ph { top:117.75rem;left:7.375rem;width:31.1875rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3TXyGLu83sRbK86c9vG6fLcRJ4DXTBT { top:106.5625rem;left:16.4375rem;width:26.5625rem;height:6rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWT3t0oTJqnhzFFT0x8DM6h5cROs751y { top:105.125rem;left:13.875rem;width:29.875rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcelJKTnLvn5SXvtElzgrJZ7w2wk784p { top:104.1875rem;left:3.375rem;width:10.5rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzETeAOkWeemRFdVx0HBNED4Tm0IJKMT { top:113.8125rem;left:1.5625rem;width:13.625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTDKM1L3mZaX0fPnqZzD5iNdbD3o9JzH { top:96.9375rem;left:2.1875rem;width:45.5625rem;height:6.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5WTyUxzbaN9oVOzp22HPl5cKwJmu0Kf { top:95.4375rem;left:0rem;width:47.75rem;height:73.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aL6TDUqOxgqWFmXhsMhGfrQDlTw2UGkM { top:90.0625rem;left:0rem;width:25.0625rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #URUWeGvTBxmhx1MThTqPk4JHNA7QsPCn { width:16.1875rem;height:4.25rem;top:82.6875rem;left:15.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsPIcNfrLezXr46mRAhgBoAHiWQk1lTi { display:block; }
 }@media only screen and (max-width: 763px) { #Tzx26JdL03ZTRoxnHJmGvTqtpFsukTvG { top:70.875rem;left:3.75rem;width:41.1875rem;height:3rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfSiONR1F6JgmnsLoleeDX8yFQXJITvK { top:58.8125rem;left:15.6875rem;width:22.125rem;height:9.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWAeEpDMAc9VsozF72MKPGpzxrusumVO { top:55.1875rem;left:10.8125rem;width:27.0625rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bT1JQIvCKq0gMKJToaHJEVL6V8BN0p5t { top:27.75rem;left:6.6875rem;width:33.4375rem;height:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QK2zGmLvb68HmTw0I4qXTzKD8cIysiFW { top:16.0625rem;left:3.75rem;width:41.1875rem;height:10.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukmnOCwizAuVLMvxif5COAGQ1Z6ZmvSD { top:13.125rem;left:8.0625rem;width:32.5625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hnfd9cVI6m63MrO2q99Tg0teMqqULlEF { top:9rem;left:0rem;width:47.75rem;height:69.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpmK2R0TzymUc3NNd6b8b3bg7Hq2Qw8w { top:3.8125rem;left:0rem;width:17.6875rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlGuU74nyPtZblMD2vwtCdLDfqLpLoOQ { display:block; }#PlGuU74nyPtZblMD2vwtCdLDfqLpLoOQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eXMi1OuQU7rWsKCT8bGfxNK0bbZZnUXT { top:3.6875rem;left:0.25rem;width:11.4375rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xa0IPbahNwQJIEV4zG1dcIwpST9A9lG7 { top:8.6875rem;left:6.8125rem;width:5.125rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtU9Ey0xmcLpLWKzywFE9KDAx1Zsyz4A { top:3rem;left:12.03125rem;width:11.75rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cflFyrcWCCUuMeOg88NwqPI1D8V4tM6h { top:3.5625rem;left:23.5rem;width:12.3125rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #omZqnXhsXqRr9vZM4RIuXCQGM8THTtl0 { top:3.0625rem;left:37.03125rem;width:9.5rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Br7EZteDempkza3VIKyLieaTBi2g21vK { top:8.6875rem;left:18.75rem;width:5.125rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZ3pT1iwWl9Vx0TuUc49EKvnxOrUc50l { top:8.6875rem;left:30.6875rem;width:5.125rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtQ76vN9XrMqSNUWBCyGOVfpHAAbQZrg { top:0.6875rem;left:0rem;width:16.8125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wil5rTgZazxoqsIqzBS5nexQzagsD7eB { top:3.6875rem;left:1.71875rem;width:8.5rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJ0bAMJfME0MPIdneWC7VT7VNoJMr0HD { top:3.6875rem;left:0.75rem;width:10.4375rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uquUzCc1710nTKbz667Trtl1DJTx2ymz { top:3.3125rem;left:12.6875rem;width:10.4375rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKL7mq5iOlOD3aHPiLbtNCAf25UmW6dW { top:3.3125rem;left:24.625rem;width:10.4375rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLX8kEyEFKzmS9KMp9WWtUDPJqfZsSZH { top:3.3125rem;left:36.5625rem;width:10.4375rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VH4Ea3Fqq2apy1IFwIs812LMKXJCl5RT { top:3.6875rem;left:14.6875rem;width:6.4375rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pq8wtTqka8JN2TvvxgUrbWTFrSSBtrfy { top:3.6875rem;left:26.59375rem;width:6.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLrJHT4iKCdA8DDrkJ4h3wVGp4Isbm6R { top:3.6875rem;left:38.21875rem;width:7.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZzOqKeg7GDgEFFN4WaraLTNoInItOXt { top:14.625rem;left:0rem;width:12.5rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hB6bAXPOkFzTdgZDDzTR5xZkrZC3OFun { top:15.0625rem;left:0.125rem;width:11.6875rem;height:3.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixbaaICFxr40AMQH6mfIVta6TcoPaSfS { top:14.5625rem;left:11.375rem;width:13.375rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgeNaq08NHnA3uCwE3ADMDlvMDiJbFsS { top:15.1875rem;left:12.25rem;width:11.3125rem;height:4.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #in2kGUkT5WgrIHkQT1yq8cqAsTvvsTTD { top:14.25rem;left:22.4375rem;width:13.375rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IW5ofQfrE27D2xy1LoMecQxQcvU7eElh { top:15.3125rem;left:24.3125rem;width:11.0625rem;height:2.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfAKcxT85zHhKA8DUHgPCvsnmaABItQ5 { top:14.5rem;left:37.00390625rem;width:10.375rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEGKJTK4ESU8aJJ2HDUUi4UpOZWDqUbB { top:15.375rem;left:38.44140625rem;width:7.3125rem;height:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dg8zxAaTMoVO0eO9tW4XdShzJWt0nCM1 { top:3.3125rem;left:24.625rem;width:10.4375rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QrTk1z9iOwXh4S8xKEbSziRfuuEATVXL { top:15.75rem;left:0rem;width:13.3125rem;height:3.75rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #fyg5zsCPx54Sx8xaWHcUJD6B2QDFOfhJ { top:31.875rem;left:0rem;width:13.25rem;height:3.75rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #szREEX4O3Kn22lg4X8uNDsvvb6vv6JLd { top:51.5rem;left:0rem;width:12.5rem;height:2.8125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #y76yGlsKWSBIEUIV0iMHHOgcxkZqbxoT { display:block; }#y76yGlsKWSBIEUIV0iMHHOgcxkZqbxoT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hbg6W36UJ8bptsoQIpG0kBIB4qeEl60F { width:47.75rem;height:16.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #JqQAl2PFlTr5C2LKnbdotaMfl8qdR6uB { top:4.125rem;left:0.15625rem;width:45.875rem;height:19.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJbJ0kRLgTcdfPZD8l9gA1nkGV7x0TFk { top:7.75rem;left:6.6875rem;width:41.0625rem;height:13.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #zAarZ6GwF6G43uXGbQimIf6NCcxxTPrV { top:1.5rem;left:0rem;width:18.125rem;height:16.25rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zGSXKgVTXqCinQv0p92mU2LVK5xRNKqd { top:1.6875rem;left:0rem;width:47.75rem;height:9.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKvgS90wUX8y4bgJT7xCBQ6I63SAVQQ8 { top:1.25rem;left:0rem;width:19.3125rem;height:12.25rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NEKS32kGqZoLWGI2DxEFvdniNALWnwpe { display:block; }#NEKS32kGqZoLWGI2DxEFvdniNALWnwpe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QK4edOALKEUuQRm8USsRlXrsi9HozRUr { top:1.625rem;left:20.1875rem;width:1.25rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTfE6HNLrK0cyPAc8EFlS65vwrK9rO5f { top:1.625rem;left:22.5625rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdMTXf1A7rGDbb8nnbOdrc8KbFTAbKK3 { top:1.75rem;left:25.5625rem;width:2rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #DXLED8CM9kXugxIT6i5mBdtm3Cnle1eT { background-color:#ffffff;background-image:none;position:relative;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#DXLED8CM9kXugxIT6i5mBdtm3Cnle1eT > .row .container { border-width: 0; border-radius: 0; }#DXLED8CM9kXugxIT6i5mBdtm3Cnle1eT > .row > .video-iframe-container {  }#DXLED8CM9kXugxIT6i5mBdtm3Cnle1eT > .row .container { width:20rem;height:140.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OgpDribICoGZ7NRtn8sLP0Dcafm1wSLR { width:16.3125rem;height:4.125rem;top:22.71875rem;left:1.84375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUD3mkywcfPwUwKivATlqUovOBgRII1L { width:12.4375rem;height:2.5625rem;top:108.96875rem;left:3.78125rem;font-size:0.9375rem;font-weight:700;font-style:normal;z-index:15111;background-color:#a50505;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) { #aNVE6HfVxyKAgaTMPJaztUETXTSL6eQp { display:block; }
 }@media only screen and (max-width: 763px) { #OXS2EFQ673aeQqC0nWUWWZDxCBVaWPSr { width:15.5rem;height:19.23825rem;top:29.625rem;left:2.125rem;font-size:0.6875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #tCFGlUmIX0OVMKFrHKF173tVGnyzuTMw { width:20rem;height:3.25rem;top:114.28125rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwaNWAuAUg91Z4MC8TvTLEtOuoWJsS2c { width:17.9375rem;height:8.0625rem;top:19.625rem;left:0.8125rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem dotted #a50505;border-left:0.25rem dotted #a50505;border-right:0.25rem dotted #a50505;border-bottom:0.25rem dotted #a50505;display:block; }
 }@media only screen and (max-width: 763px) { #XW93WSwzVmVS73s91XhDBsvqP2gqoW7i { width:6.3125rem;height:0.8125rem;top:6.5rem;left:0.1875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #knnK8vfFDhuWycn8QNqRfWzJKzTJ571o { width:6.0625rem;height:1.8681625rem;top:7.1875rem;left:0.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJqoqTTCIoFTEE5B0fqV5fcR1K8WWpzL { width:6.4375rem;height:6.125rem;top:5.03125rem;left:0.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ff5a5a;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) { #ROHSvrxcNQXoNvqolzVeLdNt0mulxzqH { width:20rem;height:0.8125rem;top:45.4375rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKPDVsCxsOt0AEe6gD9oM800eWD5mDdD { width:12.8125rem;height:12.875rem;top:11.53125rem;left:5.75rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qpifLBmLHZWVIvfvwTihU1gdoEuWeZTJ { width:5.0625rem;height:0.8125rem;top:9.3046875rem;left:0.875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #STFZfcfnPk5fCQOuIwcVN2IJNv5i8DyA { width:12.5rem;height:2.5996125rem;top:11.6171875rem;left:5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyLy9Bh2vSwnSxTgAsQCkVP1avDt01Q0 { width:9.6875rem;height:7.8125rem;top:10.59375rem;left:0.99342105263156rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkO6ARVfdzVTmRTHbOTT9P93dAlrTzqx { width:3.8125rem;height:5.875rem;top:11.03125rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zx7EKsDJVCRccgqJACTnh5Ux0pRJBuPa { width:7.3125rem;height:1.875rem;top:16.90625rem;left:11.875rem;font-size:0.5625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Z4UAwNDT1EWX3xD5E8s2mQ2ufMeyRM5N { width:5.8125rem;height:0.9375rem;top:15.59375rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQhcoSiua2aFm3KHwHWFbCoA7fhFOdwO { width:13.75rem;height:13.75rem;top:60.037109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeXGy8DRHDT9R92s7WEioCOl0of5o0yM { width:14.9375rem;height:14.9375rem;top:57.6123046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ub2TpyEgq6UR3yExQ194ACeOI78fqJI6 { width:10.1875rem;height:1.625rem;top:62.798828125rem;left:9.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvufQQ4JsOWtKc1WMdLSZyFc3AAAknby { width:12.5rem;height:3.0859375rem;top:55.888671875rem;left:3.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9hfgQgeRv3pqcpJRck5zoGTCq2iB2pV { width:11.375rem;height:1.13671875rem;top:59.09375rem;left:4.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7BgTLSV0PJayhUn2PL3M98SgfaKZ6O0 { width:9.0625rem;height:3.1669875rem;top:91.865234375rem;left:0.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hp3E0BDZl4kSpRvLbulu2GgKmtatFTXo { width:14.375rem;height:14.375rem;top:79.478515625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nd2dnlPeftRhnaLCoTTQWahZe4gZepee { width:13rem;height:13rem;top:81.96875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1brwZIpgpZfXl2ak2yV4uaoiFTlCWX0 { width:16rem;height:1.0556625rem;top:81.6015625rem;left:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmwVl9yBLxeisWGkBFdkUW8UIwbnxgl4 { width:12.5rem;height:3.0859375rem;top:78.28125rem;left:3.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzUBW38BWJGgeBogtT5rOt7Bvo7rUSJ3 { width:16.875rem;height:1.29980625rem;top:96.21875rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhPfbQ5GOuLOz90adxdTpkyJPmvC3kTC { width:14.75rem;height:3.41015625rem;top:98.03125rem;left:2.625rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #h4X42WMMwhitDcG8vSuyn4IQGHz7a6mH { width:16.375rem;height:1.29980625rem;top:72.2998046875rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzG5vPchpyKOyt1Fcs7b49XIQ24kAe74 { width:14.75rem;height:2.44921875rem;top:73.849609375rem;left:2.625rem;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #kr11OzPu2HOrARK72w7MTI0Nmaeppb4y { width:3.25rem;height:4.375rem;top:64.724609375rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTGd8VWDdCyhnvT1kP9Ah9SIUxy6c9K6 { width:4.5625rem;height:4.1875rem;top:87.478515625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqUrotv2azA262HU5ePR4zUkyJlwaOkw { width:20rem;height:53.875rem;top:49.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4ZLkpFpR3G4crcMAvnkyQ3pJJFCoCm0 { width:12.3125rem;height:1.94921875rem;top:51.75rem;left:3.84375rem;font-size:0.75rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Z9aDshIUGKm3XzLuXx8fzmL6BZKHhVT8 { width:20rem;height:2.111325rem;top:105.34375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zox6F1NTDChUg5EOJ2B17ztp5O2lxIUe { width:14.625rem;height:6.9375rem;top:0rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKZHZc8HA7V8xaNb60gy0HDqLGGETWRc { width:6.5625rem;height:2rem;top:7.6796875rem;left:11.65625rem;z-index:15299;display:block; }
 }@media only screen and (max-width: 763px) { #WKRuXLENJdf4MTDgtavsUbpFzCGSLwFc { width:20rem;height:21.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0vr5HI6pJFzuw9d4z8srH1NiBCRMdte { width:18rem;height:1.9375rem;top:51rem;left:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ikabplhvRlv76ZJW41zUzwSmqKgDqpCf { width:8.8125rem;height:6.9375rem;top:119.84375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MZNVvRAIJdiEQ2JcFqAyAnbbo5xr0FZ3 { width:2.8125rem;height:2.4375rem;top:5.375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKWIdIuRSmFysDAITtXKxkZFJzfSCWN5 { width:2.1875rem;height:2.625rem;top:109.40625rem;left:16.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #llTAGrvL8rTXDOwiXNcJMCNflm10oJG0 { width:2.5rem;height:3.875rem;top:116.96875rem;left:1.84375rem;z-index:15300;display:block; }
 }@media only screen and (max-width: 763px) { #r2FRlwrVPFBr8pQumWlKyxrxGXWDRT0R { width:6.75rem;height:6.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHgMkZDMCmKRHPJazHC3ytTB5T45y8BA { width:14.4375rem;height:1.5625rem;top:20.65625rem;left:2.78125rem;z-index:15244;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kEEiS7X6z8UsFP51wkG79UJHRxx56gXD { top:7.125rem;left:10.8056640625rem;width:8.0625rem;height:3.4375rem;z-index:15298;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;background-color:#feacd5;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) { #rsHc2fnFalcIhz4AbdZFgwstngBXFBc1 { width:5.875rem;height:5.875rem;top:133.28125rem;left:7.0625rem;z-index:14997;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #u7QkECtoetCTxOrWC515B1d5Kn4FtQnm { width:4.4375rem;height:3.25rem;top:117.28125rem;left:15.408519553072rem;display:none; }
 }@media only screen and (max-width: 763px) { #TDKL7QFvcUKn1EBXdAWH2S33CL68Debm { width:20rem;height:13.927272727273rem;top:146.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rnCOBke77k1uCFHfKMi6ppD62Kq7qg5v { width:5.5rem;height:2.5996125rem;top:126.21875rem;left:12.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKlNes1XNQlyfPzl9lzTmvCzMmfVOLmL { width:20rem;height:13.9375rem;top:117.90625rem;left:0rem;z-index:14998;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Xgqf79UdShzi11c4KVARzKzGR5lAKxgS { width:6.1875rem;height:2.1875rem;top:60.037109375rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1yndtWBqpEhzu9AHixuq9qUIicpZ91v { background-color:#ffc5c5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#W1yndtWBqpEhzu9AHixuq9qUIicpZ91v > .row .container { background-color: transparent; background-image: none; }#W1yndtWBqpEhzu9AHixuq9qUIicpZ91v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1yndtWBqpEhzu9AHixuq9qUIicpZ91v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1yndtWBqpEhzu9AHixuq9qUIicpZ91v > .row .container > .video-iframe-container { display: none; }#W1yndtWBqpEhzu9AHixuq9qUIicpZ91v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1yndtWBqpEhzu9AHixuq9qUIicpZ91v > .row > .video-iframe-container { display: none; }#W1yndtWBqpEhzu9AHixuq9qUIicpZ91v > .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); }#W1yndtWBqpEhzu9AHixuq9qUIicpZ91v > .row .container { border-width: 0; border-radius: 0; }#W1yndtWBqpEhzu9AHixuq9qUIicpZ91v > .row > .video-iframe-container {  }#W1yndtWBqpEhzu9AHixuq9qUIicpZ91v > .row .container { width:20rem;height:71.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aF5DqsXnNx8wpXTKPBmNsMbl4vZOQ9R2 { width:11.25rem;height:2.5rem;top:41.15625rem;left:4.375rem;font-size:0.9375rem;font-weight:700;font-style:normal;z-index:15111;background-color:#a50505;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6LSzzlPaL791JnVhHyRaMLQMTNPEtpV { display:block; }
 }@media only screen and (max-width: 763px) { #hNeEPLR4npy7EWHr4h6ELgtrh6960BKE { width:16.3125rem;height:0;top:22.8125rem;left:3.6875rem;font-size:0.625rem;line-height:1.4;z-index:15081;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o3Lye6w87nctqXLBBEvwJOXQhk6ZslVB { width:19.25rem;height:16.0625rem;top:22.875rem;left:0.1875rem;border-top:0.1875rem dotted #a50505;border-left:0.1875rem dotted #a50505;border-right:0.1875rem dotted #a50505;border-bottom:0.1875rem dotted #a50505;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:#ffd8d7;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) { #Xwq4vUREsarx6vIlgqDoBw1vr0tIsCNX { width:8.75rem;height:13.125rem;top:8.1875rem;left:1.1875rem;z-index:15116;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TRr632ferPOvI9vXx22RShxZPZ63FGPO { width:16.8125rem;height:7.6875rem;top:0.5rem;left:3.1875rem;z-index:15115;display:block; }
 }@media only screen and (max-width: 763px) { #unHumPvsyUDF9pXPsOrCo7fEqssEQwkd { width:17.6875rem;height:13.40334375rem;top:24.375rem;left:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZlw2ThWzssRd8dnswXCpoHQtyadbTa3 { width:9.6875rem;height:8.9375rem;top:8.1875rem;left:10.3125rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #L7q3FwXRN5MlQM7Z2N1Lp8q5U4KDpqgy { width:17.75rem;height:11.6875rem;top:52.2119140625rem;left:1.0443412162162rem;z-index:15151;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9S80W7TV5lq3XsqdUZFnFhOfVrTnewR { width:5.0625rem;height:6rem;top:48.1806640625rem;left:12.625rem;z-index:15151;display:block; }
 }@media only screen and (max-width: 763px) { #SPEt5Gez0AKWvqEpBDXXXC4o2Zw04Mb8 { width:8.4375rem;height:6.5625rem;top:46.625rem;left:5.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #blyo2CtVQJwXB8GqkpVWr3ESKs1m9IEX { width:16rem;height:10.5625rem;top:59.78125rem;left:3.6875rem;z-index:15158;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxA7x7pDkTVXKKw1uqkb9oIlp2b7ZKzW { width:16.4375rem;height:11.3125rem;top:45.5244140625rem;left:0rem;z-index:15159;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxWCgxhTH9cXWdVdoJM0V41vLE2q8mpX { width:5.125rem;height:4.375rem;top:53.5869140625rem;left:2.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCSilHzRPE6Sx3fM4CZa5UEyhsV7ZVz6 { width:10.4375rem;height:8.25rem;top:12.5869140625rem;left:6.625rem;z-index:15116;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ElQFPfJbE02fICXogeKXWkVg9mm45rkT { width:4.875rem;height:4.5rem;top:8.5625rem;left:13.875rem;z-index:15116;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ie5mr3qINeJSrDy3vTEx3xSobIWLCBVv { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffc5c5, #ffc848);background-image: -moz-linear-gradient(180deg, #ffc5c5, #ffc848);background-image: -ms-linear-gradient(180deg, #ffc5c5, #ffc848);background-image: -o-linear-gradient(180deg, #ffc5c5, #ffc848);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc5c5', endColorstr='#ffc848' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc5c5', endColorstr='#ffc848' );";background-image: linear-gradient(180deg, #ffc5c5, #ffc848);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#ie5mr3qINeJSrDy3vTEx3xSobIWLCBVv > .row .container { background-color: transparent; background-image: none; }#ie5mr3qINeJSrDy3vTEx3xSobIWLCBVv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ie5mr3qINeJSrDy3vTEx3xSobIWLCBVv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ie5mr3qINeJSrDy3vTEx3xSobIWLCBVv > .row .container > .video-iframe-container { display: none; }#ie5mr3qINeJSrDy3vTEx3xSobIWLCBVv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ie5mr3qINeJSrDy3vTEx3xSobIWLCBVv > .row > .video-iframe-container { display: none; }#ie5mr3qINeJSrDy3vTEx3xSobIWLCBVv > .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); }#ie5mr3qINeJSrDy3vTEx3xSobIWLCBVv > .row .container { border-width: 0; border-radius: 0; }#ie5mr3qINeJSrDy3vTEx3xSobIWLCBVv > .row > .video-iframe-container {  }#ie5mr3qINeJSrDy3vTEx3xSobIWLCBVv > .row .container { width:20rem;height:49.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EPOwXSVyPaJiFdJxiNOdXimpruM7SXkR { width:19.5625rem;height:14.77734375rem;top:11.0625rem;left:0.1875rem;font-size:0.8125rem;color:#000000;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #WX2cUSZN0GpHqfa1P91ImPJ4Q66p0loV { width:11.8125rem;height:2.75rem;top:29.5rem;left:4.40625rem;font-size:0.875rem;font-weight:700;font-style:normal;z-index:15111;background-color:#b50447;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3LsETJX8m0RfbZqSNU2ppelvwco7yWk { display:block; }
 }@media only screen and (max-width: 763px) { #CJOC1NUWRH5D2Afec2w5krRK86oFrfhw { width:18.0625rem;height:20.4375rem;top:6.6787109375rem;left:0.71875rem;background-color:#ffe1b7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;border-top:0.25rem dotted #e18600;border-left:0.25rem dotted #e18600;border-right:0.25rem dotted #e18600;border-bottom:0.25rem dotted #e18600;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #cJMhFCC4q5TQNzl9l1dlthv5tE20wJ2V { width:19.125rem;height:1.3808625rem;top:8.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zglulvrsLqBPZ2U3ZnE5FT6cExZVdcZL { width:4.5625rem;height:3.5625rem;top:18.25rem;left:15.340909090909rem;z-index:15176;display:block; }
 }@media only screen and (max-width: 763px) { #TVWzrh62dHJcmap2e3H1U4kceZcIdwnn { width:3rem;height:4.5625rem;top:24.9375rem;left:1.15625rem;z-index:15151;display:block; }
 }@media only screen and (max-width: 763px) { #wkgDy4TFIkTWT5AdHPyBz6Q1k3WqJwsB { width:18.3125rem;height:12rem;top:33.9375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDxBbxs698ZEeN2vXLmuW2LOnQrmNl5k { width:18.375rem;height:11.4375rem;top:35.25rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kd7JbFdSz2MbuxrWtdMAhHHTNc7IPHxn { width:16.4375rem;height:3.3125rem;top:2rem;left:1.78125rem;z-index:15040;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #BrrmWmzFtTnRPnH8NaWLcOnZgClXATZR { width:3.125rem;height:5.5rem;top:5.25rem;left:1.03125rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #a1Ak467ssiBpnm2meqxzZmhaqTWs3qTs { width:20rem;height:1.29980625rem;top:0.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoA4WVbg6XA5zISmA0GTihIxyPqxIeST { width:20rem;height:11.23046875rem;top:49.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #motKNMMVou6JiNvE0XS4tyoifNPOwRVF { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffc5c5, #ffcc51);background-image: -moz-linear-gradient(180deg, #ffc5c5, #ffcc51);background-image: -ms-linear-gradient(180deg, #ffc5c5, #ffcc51);background-image: -o-linear-gradient(180deg, #ffc5c5, #ffcc51);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc5c5', endColorstr='#ffcc51' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc5c5', endColorstr='#ffcc51' );";background-image: linear-gradient(180deg, #ffc5c5, #ffcc51);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#motKNMMVou6JiNvE0XS4tyoifNPOwRVF > .row .container { background-color: transparent; background-image: none; }#motKNMMVou6JiNvE0XS4tyoifNPOwRVF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#motKNMMVou6JiNvE0XS4tyoifNPOwRVF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#motKNMMVou6JiNvE0XS4tyoifNPOwRVF > .row .container > .video-iframe-container { display: none; }#motKNMMVou6JiNvE0XS4tyoifNPOwRVF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#motKNMMVou6JiNvE0XS4tyoifNPOwRVF > .row > .video-iframe-container { display: none; }#motKNMMVou6JiNvE0XS4tyoifNPOwRVF > .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); }#motKNMMVou6JiNvE0XS4tyoifNPOwRVF > .row .container { border-width: 0; border-radius: 0; }#motKNMMVou6JiNvE0XS4tyoifNPOwRVF > .row > .video-iframe-container {  }#motKNMMVou6JiNvE0XS4tyoifNPOwRVF > .row .container { width:20rem;height:87.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bk4M4G6GJzGewPeROee9zIRKX8h8O9bO { width:14.375rem;height:3.0625rem;top:66.625rem;left:2.8125rem;font-size:1rem;font-weight:700;font-style:normal;z-index:15111;background-color:#a50505;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHW1s1gG0G7PevOlvJA6OWsCU4VA057p { display:block; }
 }@media only screen and (max-width: 763px) { #bq2EP87EZNK9IbAxcAgH6dmcKuseSTHz { width:16.1875rem;height:0;top:123.75rem;left:2.71875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #beP2uJIzi3U4LWDGAhLEfSXzGlzNysFn { width:16.6875rem;height:12.375rem;top:71rem;left:1.46875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #omzXdhPHmu5FkHJn1N3zycsTal6AhRaB { width:20rem;height:2.9238375rem;top:63.1875rem;left:0rem;font-size:0.75rem;z-index:15131;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #QZshWpUFLAlMi3EpP6awC40aQltnUuJO { width:16.6875rem;height:12rem;top:72rem;left:2.0625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpHsLm9ytrpw7FE6rEuBUX4E5FAdfNNZ { width:20rem;height:11.23046875rem;top:10.73046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0zhUdOiWGqLE6W1NDsI18IpTmS2C0IO { width:20rem;height:11.23046875rem;top:21.9609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5IckfuwarlxdZQhweIpTaTCS5FE1DJt { width:19.375rem;height:10.6875rem;top:36.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iT8r0UrhCMDmpZ7J7p9OCvTfXtVOH0Dt { width:6.375rem;height:7.6875rem;top:33.8125rem;left:13.3125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gthasa7lSUiySGlkRr5y2QxvlBJgwVuM { width:4.75rem;height:6.375rem;top:39.6875rem;left:14.125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkkdeVlOfwymzz4CAQMh6mqeyVTLAOaw { width:2.4375rem;height:4rem;top:48.1484375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gO2odqM8sOgvWJG6Hrrd5Fxp2WiKJbNJ { width:3.6875rem;height:2.875rem;top:6.125rem;left:0rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #mNSe0z0P4QTXioDgiz9qU8R6WC5s86tu { width:2.6875rem;height:4.75rem;top:33.75rem;left:11rem;z-index:15152;display:block; }
 }@media only screen and (max-width: 763px) { #plRkMiZKyTpEU3DEPHGCcnBwKuQFxJgi { width:2.125rem;height:3.1875rem;top:70.625rem;left:0.5625rem;z-index:15151;display:block; }
 }@media only screen and (max-width: 763px) { #B7Zpv79Vn3hCIEQ0VdMQuKpEubn8InXM { width:5.125rem;height:4.75rem;top:10.75rem;left:14.875rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #cWuQeEHqubPLDQcCV8aMfh15HQsb4ACA { width:5.1875rem;height:4.4375rem;top:21.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #flPuXekqDdT4UrcLv4cwaCTGxXsSS3eW { width:2.375rem;height:4.1875rem;top:52.5234375rem;left:1.3465909090909rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJOv1vFxI10d4kb6Jm6AvxWyXRl6GWxZ { width:2.4375rem;height:4.1875rem;top:49.6484375rem;left:4.095703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cH7MySHdfTKi0ar9cTVZygSBxm6BgF36 { width:12.8125rem;height:7.1875rem;top:48.1484375rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmKFX9uqIvqZu9v8pfhT1FC2VRmOJ6vV { width:12.75rem;height:2.4375rem;top:56.7109375rem;left:5.75rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZJacJTF1GT76ObxI8b4AaUTBOfTzG6Og { width:14.9375rem;height:9.25rem;top:12.189453125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpU79K8tzK3fVmXoUavMZqbPLgWwaTKg { width:15.75rem;height:9.125rem;top:1.875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1Ehl5WUWkrhheoRX1sVCcwZlEmcJLpx { width:17rem;height:12.5rem;top:22.04296875rem;left:2.75rem;background-color:rgba(253,175,175,0.43);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) { #t0ccJL8U31IsMQrdpsO0biSIeh1zUazM { width:17.625rem;height:9.125rem;top:36.25rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lepsFcEpQRP2QhGU023EAwqUEvPKyXuJ { width:20rem;height:24.9375rem;top:231.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z4WVoCMQ1eCAJV7TBwQ3MPST1PtpF3Ja { width:18rem;height:11.9375rem;top:48rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdUmXSSnipcPzIU2NkNNBTgGQOqVIsmP { width:20rem;height:25.3125rem;top:61.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhoZA0bStMofBbVUK6pD0RSvLfOtqI0q { width:19.875rem;height:11.0625rem;top:0.625rem;left:0rem;z-index:15137;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PszlHqcN2KrJZsNH7xDHMviDEVU35i5h { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffd8d7, #eac387);background-image: -moz-linear-gradient(180deg, #ffd8d7, #eac387);background-image: -ms-linear-gradient(180deg, #ffd8d7, #eac387);background-image: -o-linear-gradient(180deg, #ffd8d7, #eac387);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd8d7', endColorstr='#eac387' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd8d7', endColorstr='#eac387' );";background-image: linear-gradient(180deg, #ffd8d7, #eac387);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#PszlHqcN2KrJZsNH7xDHMviDEVU35i5h > .row .container { border-width: 0; border-radius: 0; }#PszlHqcN2KrJZsNH7xDHMviDEVU35i5h > .row > .video-iframe-container {  }#PszlHqcN2KrJZsNH7xDHMviDEVU35i5h > .row .container { width:20rem;height:77.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zJ6yNiM1aeIaoNke4RbNvm0XdghAVsr5 { width:19rem;height:5.25rem;top:25.9375rem;left:0.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mATm9mDRfEktmgDnRXkr8y2DIkUrlnkZ { width:19.25rem;height:9.625rem;top:48.9375rem;left:0.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMDyLsPX9RwRNFXwK9AxloElKRLFTzZm { width:17.875rem;height:14.4375rem;top:32.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WR95mUXL85DST1LMXkD8HpT02cqpCyM3 { width:20rem;height:2.375rem;top:34.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMzQOrWOq4RD6CTZ0L2JeySead2clUXu { width:20rem;height:11.1875rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SzS5dleP7fGsUt1UJe9DWK8Amuh5ccIC { width:12.3125rem;height:2.625rem;top:60.25rem;left:3.84375rem;font-size:0.9375rem;font-weight:700;font-style:normal;z-index:15111;background-color:#a50505;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWkW8QmLNrb6gWotTexA286e62TlzGrU { display:block; }
 }@media only screen and (max-width: 763px) { #WLLaOWVQDTUMCopZp6EpThDerlkifxOt { width:14.75rem;height:11.625rem;top:8.955078125rem;left:5.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tTInePeGZLqrWqDIe9TyrW77iioUFN9V { width:11rem;height:7.9375rem;top:17.060546875rem;left:0.5703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhPl8rcBVlzgubSmanE0bt2WWHcxs2rf { width:1.75rem;height:3.5625rem;top:12.986328125rem;left:4.7265625rem;font-size:2.75rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #rL6Ub4v0rWZACpVsC5QqDvlN2fLBVMTp { width:5.1875rem;height:4.5rem;top:7.0625rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNmX96weru7wUr2zTeasmQTSyMTfH9Nc { width:10.3125rem;height:9.5625rem;top:9.1240234375rem;left:7.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDITHwfo3sotTiddu5OeWV5gAte1VLb3 { width:17.5rem;height:7.5625rem;top:1.6240234375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaImnTeWyLTtzPcd2guSpxsubQvTQqs8 { width:8.5625rem;height:1.875rem;top:7.125rem;left:1.0625rem;font-size:0.5625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Nlx97aXNKAkJ5fPHNzI2TxgG98PCBxE8 { width:4.6875rem;height:1.75rem;top:9.25rem;left:3rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyFpdTk56T6dC3JqvyU67SPh3VGtz8lQ { width:4.25rem;height:0.6875rem;top:10.8125rem;left:3.25rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZklbV43qxNpqB1fdzwsQHzQRfU10qlH { width:8.1875rem;height:5.9375rem;top:6.25rem;left:1rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-top:0.1875rem solid #ff5a5a;border-left:0.1875rem solid #ff5a5a;border-right:0.1875rem solid #ff5a5a;border-bottom:0.1875rem solid #ff5a5a;display:block; }
 }@media only screen and (max-width: 763px) { #i3kdOKAWktzrx5C032w5IStDHTSDxNkP { width:20rem;height:11.1953125rem;top:64.4921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lF62W4g7mEmTvWSdLJ31TrUthi0UFVG6 { width:20rem;height:77.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S157HSFBshWSHQKzE7svZ7MfaS7vTshN { width:20rem;height:6.5625rem;top:37.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgA0wFh7eJcBGnVDUgvCgFHZDUQzwOHh { width:16.3125rem;height:1.625rem;top:45.125rem;left:1.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyr3zd6TTJ6pexQdTmb9wopIcXwVC8gl { width:5.875rem;height:5.875rem;top:63.5rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Onp3GxTIoWMf9aChxMFOGxIQ4ury339t { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Onp3GxTIoWMf9aChxMFOGxIQ4ury339t > .row .container { background-color: transparent; background-image: none; }#Onp3GxTIoWMf9aChxMFOGxIQ4ury339t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Onp3GxTIoWMf9aChxMFOGxIQ4ury339t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Onp3GxTIoWMf9aChxMFOGxIQ4ury339t > .row .container > .video-iframe-container { display: none; }#Onp3GxTIoWMf9aChxMFOGxIQ4ury339t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Onp3GxTIoWMf9aChxMFOGxIQ4ury339t > .row > .video-iframe-container { display: none; }#Onp3GxTIoWMf9aChxMFOGxIQ4ury339t > .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); }#Onp3GxTIoWMf9aChxMFOGxIQ4ury339t > .row .container { border-width: 0; border-radius: 0; }#Onp3GxTIoWMf9aChxMFOGxIQ4ury339t > .row > .video-iframe-container {  }#Onp3GxTIoWMf9aChxMFOGxIQ4ury339t > .row .container { width:20rem;height:162.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vadb6utG0TJMcTPnT8XJvtkUhvTbPkVw { width:13.625rem;height:1.40625rem;top:136.625rem;left:3.1875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #te5SU4z1QaMsTvDt153S29QaTo61hsIH { width:12.6875rem;height:3.3984375rem;top:149.375rem;left:3.65625rem;font-size:1.0625rem;line-height:1.6;z-index:15081;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UxQCJryWS4Bw1VEFBIGf9A8lbZTGLn6Z { width:11.5625rem;height:3.125rem;top:154.875rem;left:4.21875rem;font-size:0.9375rem;font-weight:400;font-style:normal;z-index:15090;background-color:#f657a6;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) { #EBdTlq1yt0LLNI7oTKZx4xRClfRhZGfQ { display:block; }
 }@media only screen and (max-width: 763px) { #v9eDBqqLq2FSO8PCVb3XmN0uvAKVbVNw { width:14.75rem;height:6.1875rem;top:139.375rem;left:2.4375rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #G0eXTWE6BLoaXxMO1RZM2RdWQu3O1CfZ { width:17.9375rem;height:8.3125rem;top:138rem;left:0.875rem;border-top:0.1875rem solid #56c836;border-left:0.1875rem solid #56c836;border-right:0.1875rem solid #56c836;border-bottom:0.1875rem solid #56c836;display:block; }
 }@media only screen and (max-width: 763px) { #IxNAg0qJLbHmoTNx8MwJ3Xwp5JnBHtO3 { width:7.9375rem;height:7.9375rem;top:129.1875rem;left:6.03125rem;z-index:15112;display:block; }
 }@media only screen and (max-width: 763px) { #ecTE7swtJBhl0o3cblfGIm479guMdtLG { width:15.0625rem;height:6.1875rem;top:120.71875rem;left:2.46875rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uqTKhDwLEgbbporwLkGOGbJ9AV2szwoh { width:18rem;height:9.0625rem;top:119rem;left:0.8125rem;border-top:0.1875rem solid #ffb03e;border-left:0.1875rem solid #ffb03e;border-right:0.1875rem solid #ffb03e;border-bottom:0.1875rem solid #ffb03e;display:block; }
 }@media only screen and (max-width: 763px) { #EzJAglATLDsvLiUDx6BIs7sWJU6m15rw { width:7.875rem;height:7.875rem;top:110rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUUmLpe9JRgQXyR90CXUTbSUDv9Z3Dce { width:13.625rem;height:1.40625rem;top:117.4375rem;left:3.1875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IwNXGTLpd0sbBAfsp7NRbQKbNQtd7TBp { width:13.625rem;height:1.40625rem;top:99.125rem;left:3.1875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OHmJBg482XDsq5mLGP84Td6A7VaZirEh { width:7.9375rem;height:7.9375rem;top:91.5625rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #xP7FtVuSFnlv9wElp8ZTgT3801DQ5tn3 { width:15.1875rem;height:5.15625rem;top:103.125rem;left:2.375rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #w3Z63kgkt1qPIKdFNNrnX6K6BW6RQ0Ph { width:17.875rem;height:8.4375rem;top:101.1875rem;left:0.875rem;border-top:0.1875rem solid #ff79bc;border-left:0.1875rem solid #ff79bc;border-right:0.1875rem solid #ff79bc;border-bottom:0.1875rem solid #ff79bc;display:block; }
 }@media only screen and (max-width: 763px) { #n3TXyGLu83sRbK86c9vG6fLcRJ4DXTBT { width:15.5625rem;height:5.15625rem;top:85.15625rem;left:2.21875rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rWT3t0oTJqnhzFFT0x8DM6h5cROs751y { width:17.875rem;height:7.4375rem;top:83.75rem;left:0.875rem;border-top:0.1875rem solid #0e9ae5;border-left:0.1875rem solid #0e9ae5;border-right:0.1875rem solid #0e9ae5;border-bottom:0.1875rem solid #0e9ae5;display:block; }
 }@media only screen and (max-width: 763px) { #TcelJKTnLvn5SXvtElzgrJZ7w2wk784p { width:7.875rem;height:7.875rem;top:74.5rem;left:5.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzETeAOkWeemRFdVx0HBNED4Tm0IJKMT { width:11.5625rem;height:1.40625rem;top:81.9375rem;left:3.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WTDKM1L3mZaX0fPnqZzD5iNdbD3o9JzH { width:18.8125rem;height:2.798825rem;top:71.6875rem;left:0.59375rem;font-size:0.875rem;line-height:1.6;z-index:15081;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p5WTyUxzbaN9oVOzp22HPl5cKwJmu0Kf { width:18.8125rem;height:91.0625rem;top:70.5625rem;left:0.59375rem;background-color:#ffe8e8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #aL6TDUqOxgqWFmXhsMhGfrQDlTw2UGkM { width:13.9375rem;height:4.375rem;top:64.625rem;left:3.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #URUWeGvTBxmhx1MThTqPk4JHNA7QsPCn { width:10.5625rem;height:2.8125rem;top:57.625rem;left:4.71875rem;font-size:0.9375rem;font-weight:700;font-style:normal;z-index:15111;background-color:#f657a6;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) { #BsPIcNfrLezXr46mRAhgBoAHiWQk1lTi { display:block; }
 }@media only screen and (max-width: 763px) { #Tzx26JdL03ZTRoxnHJmGvTqtpFsukTvG { width:18.4375rem;height:3.375rem;top:51.4375rem;left:0.78125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CfSiONR1F6JgmnsLoleeDX8yFQXJITvK { width:11.1875rem;height:6.3720625rem;top:40.3125rem;left:4.4375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rWAeEpDMAc9VsozF72MKPGpzxrusumVO { width:9.5rem;height:2.2734375rem;top:36.625rem;left:5.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bT1JQIvCKq0gMKJToaHJEVL6V8BN0p5t { width:14.6875rem;height:8.875rem;top:23.6875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QK2zGmLvb68HmTw0I4qXTzKD8cIysiFW { width:15.75rem;height:12.375rem;top:11.3125rem;left:2.1875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ukmnOCwizAuVLMvxif5COAGQ1Z6ZmvSD { width:12.4375rem;height:2.2734375rem;top:7.375rem;left:4rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Hnfd9cVI6m63MrO2q99Tg0teMqqULlEF { width:18.6875rem;height:44.4375rem;top:4.875rem;left:0.6875rem;background-color:#ffe8e8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #qpmK2R0TzymUc3NNd6b8b3bg7Hq2Qw8w { width:11.3125rem;height:6.0625rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlGuU74nyPtZblMD2vwtCdLDfqLpLoOQ { display:block; }#PlGuU74nyPtZblMD2vwtCdLDfqLpLoOQ > .row .container { width:20rem;height:83.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eXMi1OuQU7rWsKCT8bGfxNK0bbZZnUXT { width:12.3125rem;height:17.4375rem;top:4rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xa0IPbahNwQJIEV4zG1dcIwpST9A9lG7 { width:5.125rem;height:4.4375rem;top:23.625rem;left:7.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EtU9Ey0xmcLpLWKzywFE9KDAx1Zsyz4A { width:11.75rem;height:17.4375rem;top:26.0625rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cflFyrcWCCUuMeOg88NwqPI1D8V4tM6h { width:12.3125rem;height:14.75rem;top:48.125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #omZqnXhsXqRr9vZM4RIuXCQGM8THTtl0 { width:10.5625rem;height:17.4375rem;top:64.125rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Br7EZteDempkza3VIKyLieaTBi2g21vK { width:5.125rem;height:4.4375rem;top:71.9375rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #tZ3pT1iwWl9Vx0TuUc49EKvnxOrUc50l { width:5.125rem;height:4.4375rem;top:69.6875rem;left:7.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZtQ76vN9XrMqSNUWBCyGOVfpHAAbQZrg { width:16.8125rem;height:1.54296875rem;top:1.25rem;left:1.5625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wil5rTgZazxoqsIqzBS5nexQzagsD7eB { width:8.5rem;height:1.25rem;top:22.6875rem;left:5.71875rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15021;font-family:"source sans pro";display:none; }
 }@media only screen and (max-width: 763px) { #tJ0bAMJfME0MPIdneWC7VT7VNoJMr0HD { width:10.4375rem;height:2.125rem;top:22.6875rem;left:4.75rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #uquUzCc1710nTKbz667Trtl1DJTx2ymz { width:10.4375rem;height:2.125rem;top:60.375rem;left:4.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #MKL7mq5iOlOD3aHPiLbtNCAf25UmW6dW { width:10.4375rem;height:2.125rem;top:86.8125rem;left:4.78125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oLX8kEyEFKzmS9KMp9WWtUDPJqfZsSZH { width:10.4375rem;height:2.125rem;top:85.96875rem;left:4.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VH4Ea3Fqq2apy1IFwIs812LMKXJCl5RT { width:6.4375rem;height:1.25rem;top:60.75rem;left:6.75rem;font-size:1rem;text-align:center;text-align-last:center;font-family:"source sans pro";display:none; }
 }@media only screen and (max-width: 763px) { #Pq8wtTqka8JN2TvvxgUrbWTFrSSBtrfy { width:6.5rem;height:1.25rem;top:96.0625rem;left:6.71875rem;font-size:1rem;text-align:center;text-align-last:center;font-family:"source sans pro";display:none; }
 }@media only screen and (max-width: 763px) { #yLrJHT4iKCdA8DDrkJ4h3wVGp4Isbm6R { width:7.125rem;height:1.25rem;top:53.90625rem;left:6.4375rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15020;font-family:"source sans pro";display:none; }
 }@media only screen and (max-width: 763px) { #GZzOqKeg7GDgEFFN4WaraLTNoInItOXt { width:12.5rem;height:5.3125rem;top:26.0625rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #hB6bAXPOkFzTdgZDDzTR5xZkrZC3OFun { width:12.8125rem;height:0;top:26.53125rem;left:4.15625rem;font-size:0.75rem;text-align:center;text-align-last:center;font-family:"source sans pro";display:none; }
 }@media only screen and (max-width: 763px) { #ixbaaICFxr40AMQH6mfIVta6TcoPaSfS { width:13.375rem;height:5.625rem;top:69.4375rem;left:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sgeNaq08NHnA3uCwE3ADMDlvMDiJbFsS { width:12.8125rem;height:0;top:70.0625rem;left:4.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;font-family:"source sans pro";display:none; }
 }@media only screen and (max-width: 763px) { #in2kGUkT5WgrIHkQT1yq8cqAsTvvsTTD { width:13.375rem;height:5.625rem;top:99.0625rem;left:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IW5ofQfrE27D2xy1LoMecQxQcvU7eElh { width:13.5rem;height:1.875rem;top:100.125rem;left:4.46875rem;font-size:0.75rem;text-align:center;text-align-last:center;font-family:"source sans pro";display:none; }
 }@media only screen and (max-width: 763px) { #LfAKcxT85zHhKA8DUHgPCvsnmaABItQ5 { width:10.375rem;height:4.3125rem;top:105.9375rem;left:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cEGKJTK4ESU8aJJ2HDUUi4UpOZWDqUbB { width:7.3125rem;height:1.875rem;top:106.8125rem;left:6.25rem;font-size:0.75rem;text-align:center;text-align-last:center;font-family:"source sans pro";display:none; }
 }@media only screen and (max-width: 763px) { #Dg8zxAaTMoVO0eO9tW4XdShzJWt0nCM1 { width:10.4375rem;height:2.125rem;top:44.75rem;left:4.75rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #QrTk1z9iOwXh4S8xKEbSziRfuuEATVXL { top:27.3125rem;left:2.3125rem;width:15.375rem;height:2.8125rem;z-index:15022;font-size:0.75rem;font-family:"source sans pro";text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #fyg5zsCPx54Sx8xaWHcUJD6B2QDFOfhJ { top:32.625rem;left:3.0625rem;width:13.875rem;height:3.75rem;z-index:15023;font-size:0.75rem;font-family:"source sans pro";text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #szREEX4O3Kn22lg4X8uNDsvvb6vv6JLd { top:37.625rem;left:3.75rem;width:12.5rem;height:2.8125rem;z-index:15024;font-size:0.75rem;font-family:"source sans pro";text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #y76yGlsKWSBIEUIV0iMHHOgcxkZqbxoT { background-color:#a50505;background-image:none;display:block; }#y76yGlsKWSBIEUIV0iMHHOgcxkZqbxoT > .row .container { background-color: transparent; background-image: none; }#y76yGlsKWSBIEUIV0iMHHOgcxkZqbxoT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y76yGlsKWSBIEUIV0iMHHOgcxkZqbxoT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y76yGlsKWSBIEUIV0iMHHOgcxkZqbxoT > .row .container > .video-iframe-container { display: none; }#y76yGlsKWSBIEUIV0iMHHOgcxkZqbxoT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y76yGlsKWSBIEUIV0iMHHOgcxkZqbxoT > .row > .video-iframe-container { display: none; }#y76yGlsKWSBIEUIV0iMHHOgcxkZqbxoT > .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); }#y76yGlsKWSBIEUIV0iMHHOgcxkZqbxoT > .row .container { width:20rem;height:16.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hbg6W36UJ8bptsoQIpG0kBIB4qeEl60F { top:1.34375rem;left:0rem;width:20rem;height:7rem;z-index:15001;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #JqQAl2PFlTr5C2LKnbdotaMfl8qdR6uB { width:20rem;height:0;top:4.125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #tJbJ0kRLgTcdfPZD8l9gA1nkGV7x0TFk { width:20rem;height:0;top:7.0625rem;left:2.5rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #zAarZ6GwF6G43uXGbQimIf6NCcxxTPrV { width:18.875rem;height:18.375rem;top:1.40625rem;left:0.5625rem;font-size:0.6875rem;text-align:left;text-align-last:left;z-index:15004;color:#122ea8;font-family:"source sans pro";display:none; }
 }@media only screen and (max-width: 763px) { #zGSXKgVTXqCinQv0p92mU2LVK5xRNKqd { width:20rem;height:auto;top:1.6875rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #xKvgS90wUX8y4bgJT7xCBQ6I63SAVQQ8 { top:1.25rem;left:0.3125rem;width:19.3125rem;height:12.25rem;z-index:15005;font-size:0.625rem;font-family:"source sans pro";line-height:1.4;color:#ffffff;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) { #NEKS32kGqZoLWGI2DxEFvdniNALWnwpe { position:relative;z-index:auto;background-color:#ffffff;background-image:none;display:block; }#NEKS32kGqZoLWGI2DxEFvdniNALWnwpe > .row .container { background-color: transparent; background-image: none; }#NEKS32kGqZoLWGI2DxEFvdniNALWnwpe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEKS32kGqZoLWGI2DxEFvdniNALWnwpe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEKS32kGqZoLWGI2DxEFvdniNALWnwpe > .row .container > .video-iframe-container { display: none; }#NEKS32kGqZoLWGI2DxEFvdniNALWnwpe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEKS32kGqZoLWGI2DxEFvdniNALWnwpe > .row > .video-iframe-container { display: none; }#NEKS32kGqZoLWGI2DxEFvdniNALWnwpe > .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); }#NEKS32kGqZoLWGI2DxEFvdniNALWnwpe > .row .container { width:20rem;height:4.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QK4edOALKEUuQRm8USsRlXrsi9HozRUr { width:0.75rem;height:1.375rem;top:1.3125rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTfE6HNLrK0cyPAc8EFlS65vwrK9rO5f { width:1.375rem;height:1.375rem;top:1.3125rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdMTXf1A7rGDbb8nnbOdrc8KbFTAbKK3 { width:1.375rem;height:1.3125rem;top:1.34375rem;left:9.3125rem;display:block; }
 }